@charset "UTF-8";
/* CSS Document */
/*
Theme Name: スマートパックB【日付表記日本語】
*/
/* Noto Sansフォント */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: local("NotoSansJP-Light.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansJP-Light.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-DemiLight.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype"); }
* {
  margin: 0;
  padding: 0; }

html,
body {
  width: 100%;
  height: 100%; }

/* ===========================================================================================================
　　　　　　　　　全体
=========================================================================================================== */
body {
  font-family: mizoletbokutoh, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0;
  color: #99447f;
  background: #fbf9fa; }
  @media screen and (min-width: 2800px) {
    body {
      font-size: 24px;
      line-height: 1.5em; } }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 1.8vw;
      line-height: 2em; } }
  @media screen and (max-width: 750px) {
    body {
      font-size: 2.2vw;
      line-height: 2em; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 3.5vw;
      line-height: 2em; } }

/* ===========================================================================================================
　　　　　　　　　レイアウト
=========================================================================================================== */
.innerbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.57vw; }
  @media screen and (max-width: 480px) {
    .innerbox {
      padding: 1.5em; } }

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; }

#wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

#topmain {
  width: 70%;
  min-height: 100vh; }

#topside {
  width: 30%;
  position: relative;
  padding-top: 24vw;
  background: #fbf9fa; }

#footer {
  width: 100%;
  position: relative;
  background: #fff; }

@media screen and (max-width: 1000px) {
  #topside {
    padding-top: 30vw; } }
@media screen and (max-width: 750px) {
  #topmain,
  #topside {
    width: 100%;
    min-height: 0; }

  #header {
    position: fixed;
    background: #fff;
    width: 100%; }

  #wrapper,
  #primary {
    padding-top: 16vw; }

  #topside {
    padding-top: 3.57vw; } }
/* 欧文 */
.egttl,
.egtxt {
  font-family: zubilo-black, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

/* 段落 */
p {
  padding-bottom: 2em; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.center span {
  display: block; }

.center span.spbr {
  display: inline; }
  @media screen and (max-width: 480px) {
    .center span.spbr {
      display: block; } }

/* 画像 */
img {
  vertical-align: bottom; }

img.img_max100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  /* IE・Edge対応 */ }

/* リンク */
a {
  color: #ea2a9b; }

a:hover {
  color: #31b59d; }

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* ボタン */
/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important; }

.formbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  background: rgba(255, 255, 255, 0.8);
  color: #99447f;
  /* -------------------------- Contact Form 7 ------------------------------------------- */ }
  @media screen and (max-width: 750px) {
    .formbox {
      padding: 1.5em 0; } }
  .formbox h3 {
    font-size: 2em;
    line-height: 1.7em;
    padding-bottom: 0.5em; }
  .formbox p {
    padding-bottom: 2em; }
  .formbox .wpcf7-form {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 項目名（共通） */
    /* ラベルで挟まれた項目 */
    /* fieldsetで挟まれた項目 */
    /* チェックボックス・ラジオボタン */
    /* 承認確認 */
    /*送信ボタン*/
    /* エラーメッセージ */ }
    .formbox .wpcf7-form .formname {
      width: 13em; }
      @media screen and (max-width: 480px) {
        .formbox .wpcf7-form .formname {
          width: 100%; } }
    .formbox .wpcf7-form label.formctt {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      /* 項目名 */
      /* フォーム内容 */ }
      @media screen and (max-width: 480px) {
        .formbox .wpcf7-form label.formctt {
          display: block; } }
      .formbox .wpcf7-form label.formctt .formname {
        line-height: 1.7em;
        padding-top: 0.75em; }
      .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media screen and (max-width: 480px) {
          .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -moz-box-flex: 0;
            -ms-flex: none;
            flex: none; } }
    .formbox .wpcf7-form fieldset.formctt {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      padding-left: 13em;
      /* 項目名 */
      /* フォーム内容 */
      /* 改行 */ }
      @media screen and (max-width: 480px) {
        .formbox .wpcf7-form fieldset.formctt {
          padding-left: 0; } }
      .formbox .wpcf7-form fieldset.formctt .formname {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto; }
        @media screen and (max-width: 480px) {
          .formbox .wpcf7-form fieldset.formctt .formname {
            position: relative; } }
      .formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .formbox .wpcf7-form fieldset.formctt br {
        display: none; }
    .formbox .wpcf7-form p {
      padding: 0 0 2em 0; }
    .formbox .wpcf7-form input[type="text"],
    .formbox .wpcf7-form input[type="email"],
    .formbox .wpcf7-form input[type="tel"],
    .formbox .wpcf7-form input[type="date"],
    .formbox .wpcf7-form select,
    .formbox .wpcf7-form textarea {
      font-family: mizoletbokutoh, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.7em;
      box-sizing: border-box;
      padding: 0.75em 1.5em;
      border-radius: 0.25em;
      border: #f6edf2 solid 0.1em; }
    .formbox .wpcf7-form input[type="text"],
    .formbox .wpcf7-form input[type="email"],
    .formbox .wpcf7-form input[type="tel"],
    .formbox .wpcf7-form select,
    .formbox .wpcf7-form textarea {
      width: 100% !important; }
    .formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
    .formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
      margin-left: 0;
      margin-right: 1em; }
      .formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
      .formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
        cursor: pointer;
        font-weight: 400; }
    .formbox .wpcf7-form .wpcf7-acceptance label {
      cursor: pointer; }
    .formbox .wpcf7-form input[type="submit"] {
      display: inline-block;
      font-size: 1vw;
      font-weight: 400;
      line-height: 1em !important;
      text-align: center;
      text-decoration: none;
      min-width: 8em;
      padding: 1.5em 2em;
      border: none;
      border-radius: 2em;
      background: #ea2a9b;
      color: #fff;
      transition: 0.3s ease-in-out;
      cursor: pointer;
      letter-spacing: 1em;
      text-indent: 1em;
      padding: 1.3em 4em; }
      @media screen and (min-width: 2800px) {
        .formbox .wpcf7-form input[type="submit"] {
          font-size: 24px;
          line-height: 1.5em; } }
      @media screen and (max-width: 1000px) {
        .formbox .wpcf7-form input[type="submit"] {
          font-size: 1.8vw;
          line-height: 2em; } }
      @media screen and (max-width: 750px) {
        .formbox .wpcf7-form input[type="submit"] {
          font-size: 2.2vw;
          line-height: 2em; } }
      @media screen and (max-width: 480px) {
        .formbox .wpcf7-form input[type="submit"] {
          font-size: 3.5vw;
          line-height: 2em; } }
      .formbox .wpcf7-form input[type="submit"]:hover {
        background: #31b59d;
        color: #fff; }
      .formbox .wpcf7-form input[type="submit"]:disabled {
        border: #ea2a9b dashed 0.2em;
        padding: 1.3em 3.8em;
        background: transparent;
        color: #ea2a9b;
        opacity: 0.15;
        filter: alpha(opacity=70);
        cursor: not-allowed; }
        .formbox .wpcf7-form input[type="submit"]:disabled:hover {
          background: transparent;
          color: #ea2a9b; }
    .formbox .wpcf7-form .wpcf7-not-valid-tip {
      color: #ea2a9b; }
      .formbox .wpcf7-form .wpcf7-not-valid-tip::before {
        content: "※"; }
    .formbox .wpcf7-form .wpcf7-response-output {
      border: none !important;
      padding: 0;
      padding-left: 1em;
      text-indent: -1em;
      color: #ea2a9b; }
      .formbox .wpcf7-form .wpcf7-response-output::before {
        content: "※"; }

/* 必須項目 */
.required {
  color: #ea2a9b; }

/* ================= フォーム確認画面 ============================================================ */
div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 1em;
  /* 入力内容 */
  /* ボタン */ }
  div#wpcf7cpcnf + div#wpcf7cpcnf {
    position: absolute; }
  div#wpcf7cpcnf table {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div#wpcf7cpcnf table tr th,
    div#wpcf7cpcnf table tr td {
      border-bottom: #f4e1ec dashed 1px; }
      @media screen and (max-width: 480px) {
        div#wpcf7cpcnf table tr th,
        div#wpcf7cpcnf table tr td {
          display: block; } }
      .contactpage-ctt .sec div#wpcf7cpcnf table tr th p, .contactpage-ctt .sec
      div#wpcf7cpcnf table tr td p {
        padding-top: 1em;
        padding-bottom: 1em; }
    div#wpcf7cpcnf table tr th {
      width: 15em;
      font-weight: normal !important;
      text-align: right; }
      @media screen and (max-width: 480px) {
        div#wpcf7cpcnf table tr th {
          width: 100%;
          border-bottom: none;
          text-align: left; } }
      @media screen and (max-width: 480px) {
        .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
          padding-bottom: 0; } }
      div#wpcf7cpcnf table tr th p::after {
        content: "："; }
  div#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center; }
    div#wpcf7cpcnf .wpcf7cp-btns button {
      display: inline-block;
      font-size: 1vw;
      font-weight: 400;
      line-height: 1em !important;
      text-align: center;
      text-decoration: none;
      min-width: 8em;
      padding: 1.5em 2em;
      border: none;
      border-radius: 2em;
      background: #ea2a9b;
      color: #fff;
      transition: 0.3s ease-in-out;
      cursor: pointer;
      width: 10em !important;
      /* 修正ボタン */
      /* 送信ボタン */ }
      @media screen and (min-width: 2800px) {
        div#wpcf7cpcnf .wpcf7cp-btns button {
          font-size: 24px;
          line-height: 1.5em; } }
      @media screen and (max-width: 1000px) {
        div#wpcf7cpcnf .wpcf7cp-btns button {
          font-size: 1.8vw;
          line-height: 2em; } }
      @media screen and (max-width: 750px) {
        div#wpcf7cpcnf .wpcf7cp-btns button {
          font-size: 2.2vw;
          line-height: 2em; } }
      @media screen and (max-width: 480px) {
        div#wpcf7cpcnf .wpcf7cp-btns button {
          font-size: 3.5vw;
          line-height: 2em; } }
      div#wpcf7cpcnf .wpcf7cp-btns button:hover {
        background: #31b59d;
        color: #fff; }
      @media screen and (max-width: 480px) {
        div#wpcf7cpcnf .wpcf7cp-btns button {
          width: auto !important;
          padding-left: 1.5em;
          padding-right: 1.5em; } }
      div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
        background: #31b59d;
        letter-spacing: 1em;
        text-indent: 1em; }
        @media screen and (max-width: 480px) {
          div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
            letter-spacing: 0.5em;
            text-indent: 0.5em; } }
        div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
          background: #31b59d;
          opacity: 0.6;
          filter: alpha(opacity=70); }
      div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
        width: auto !important;
        letter-spacing: 0;
        text-indent: 0; }

/* 非表示コンテンツの高さ */
.wpcf7cp-form-hide {
  height: 0; }

/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
.logo {
  max-width: 25%; }

.logo img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 750px) {
  .logo {
    max-width: 70%; } }
/* -------------------------- グローバルナビゲーション ------------------------------------------- */
.gnav {
  position: relative;
  width: 25%; }

.gnav ul {
  position: relative;
  width: 100%;
  list-style: none inside;
  padding-top: 3em;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em; }

/* リンク */
.gnav a {
  color: #99447f;
  text-decoration: none; }

.gnav a:hover {
  color: #ea2a9b;
  text-decoration: underline; }

@media screen and (max-width: 1200px) {
  .gnav ul {
    padding-top: 2em;
    font-size: 1em;
    line-height: 2em; } }
@media screen and (max-width: 1000px) {
  .gnav ul {
    padding-top: 2em;
    font-size: 0.8em;
    line-height: 2em; } }
@media screen and (max-width: 750px) {
  .gnav {
    display: none; } }
/* -------------------------- ボタンメニュー ------------------------------------------- */
.header_btn {
  position: absolute;
  top: 3.57vw;
  right: 3.57vw; }

.header_btn ul {
  list-style: none inside;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* 高さを揃える */
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.header_btn li {
  padding-left: 2em;
  line-height: 1em; }

.header_btn a {
  display: block;
  text-decoration: none;
  color: #ea2a9b;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.header_btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.hdfix .header_btn a {
  color: #ea2a9b; }

@media screen and (max-width: 750px) {
  .header_btn {
    position: absolute;
    top: auto;
    right: 2.7vw;
    bottom: -8.43vw; } }
@media screen and (max-width: 480px) {
  .header_btn {
    right: 2vw;
    bottom: -14vw; } }
/* ボタン */
.btnbox a {
  padding: 0.8em 1.5em;
  border: #fff solid 2px;
  font-weight: 500; }

/* アイコン */
.header_btn i {
  padding: 0.5em;
  font-size: 1.5em;
  border-radius: 50%;
  background: #fff; }

/* ===========================================================================================================
　　　　　　　　　固定ナビゲーション
=========================================================================================================== */
#header.hdfix {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff; }

#header.hdfix .innerbox {
  padding: 15px 3.57vw; }

/* ロゴ */
#header.hdfix .logo {
  width: 210px; }

@media screen and (max-width: 750px) {
  #header.hdfix {
    height: auto; }

  /* ロゴ */
  #header.hdfix .logo {
    width: 70%; } }
/* -------------------------- グローバルナビゲーション ------------------------------------------- */
#header.hdfix .gnav {
  position: absolute;
  width: auto;
  left: 60%;
  right: 3.57vw;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

#header.hdfix .gnav ul {
  width: 100%;
  padding-top: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

@media screen and (max-width: 900px) {
  #header.hdfix .gnav {
    left: 40%; } }
@media screen and (max-width: 750px) {
  #header.hdfix .gnav {
    display: none; } }
/* -------------------------- ボタンメニュー ------------------------------------------- */
#header.hdfix .header_btn {
  position: absolute;
  top: 70px;
  right: 3.57vw; }

@media screen and (max-width: 750px) {
  #header.hdfix .header_btn {
    top: 15vw; } }
/* ===========================================================================================================
　　　　　　　　　格納ナビゲーション
=========================================================================================================== */
@media screen and (min-width: 751px) {
  .hm_btn,
  .hm_menu_wrap {
    display: none; } }
@media screen and (max-width: 750px) {
  .hm_btn,
  .hm_menu_wrap {
    display: block; } }
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none; }

/* メニューボタン */
.hm_btn {
  position: fixed;
  width: 30px;
  height: 27px;
  cursor: pointer;
  z-index: 2;
  top: 8vw;
  right: 3.57vw;
  z-index: 9999999999;
  margin-top: -13px; }
  @media screen and (max-width: 480px) {
    .hm_btn {
      top: 9.5vw; } }

.hm_btn::before {
  -webkit-box-shadow: #ea2a9b 0 12px 0;
  box-shadow: #ea2a9b 0 12px 0; }

.hm_btn::after {
  bottom: 0; }

.hm_btn::before,
.hm_btn::after {
  width: 30px;
  height: 3px;
  background: #ea2a9b;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s; }

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: #E2F3F0;
  position: fixed;
  top: 16vw;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999999999991; }
  @media screen and (max-width: 480px) {
    .hm_menu_wrap {
      top: 19vw; } }

.hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.hm_inner:before {
  content: '';
  display: block;
  padding-top: 50px; }

.menucontent {
  box-sizing: border-box;
  padding: 0 0 0 0;
  width: 100%;
  position: absolute;
  top: -1000px;
  left: 0;
  bottom: 0;
  -webkit-transition: top 0.7s;
  transition: top 0.7s;
  border: none; }

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  height: 50px; }

.hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
  transform: rotate(45deg) translate3d(6px, 11px, 0); }

.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
  transform: rotate(-45deg) translate3d(6px, -11px, 0); }

/* -------------------------- 中身デザイン ------------------------------------------- */
.menucontent ul,
.menucontent li {
  list-style: none inside;
  padding: 0;
  margin: 0; }

.menucontent ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #31b59d; }

.menucontent li {
  height: 50px;
  font-size: 14px;
  line-height: 1em; }

.menucontent li a {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 0;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.menucontent li.gnavimg {
  display: none; }

@media screen and (max-width: 700px) {
  .menucontent ul {
    padding: 0; }

  .menucontent li {
    width: 100%; }

  .menucontent li.gnavimg {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 0;
    height: auto; }

  .menucontent li.gnavimg:last-child a {
    padding: 0 0 18px 0; } }
/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
#footer_top,
#footer_middle {
  width: 100%;
  padding: 3.57vw 0; }

#footer .innerbox {
  position: relative; }

#footer_top {
  background: #f6edf2; }

@media screen and (max-width: 750px) {
  #footer_top,
  #footer_middle {
    padding: 7.14vw 0; } }
/* 見出し */
#footer h2 {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
  color: #ea2a9b; }

@media screen and (max-width: 750px) {
  #footer h2 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1em; } }
/* リンク */
#footer a {
  text-decoration: none;
  color: #ea2a9b; }

#footer a:hover {
  text-decoration: underline;
  color: #31b59d; }

/* -------------------------- カテゴリー一覧 ------------------------------------------- */
#footer_top ul {
  width: 100%;
  position: relative;
  list-style: none inside;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* 親カテゴリー -------------------------------- */
.li_cate {
  width: 33.33%;
  position: relative;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  padding-top: 3.57vw;
  color: #ea2a9b; }

.li_cate.nosub {
  width: 100%; }

/* 矢印 */
.nosub .catename::before {
  font-family: 'Lato', sans-serif;
  content: '>';
  padding-right: 0.25em;
  vertical-align: top; }

@media screen and (max-width: 750px) {
  .li_cate {
    padding-top: 7.14vw; }

  .li_cate.nosub {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .li_cate {
    width: 50%; }

  .li_cate.nosub {
    width: 100%; } }
/* 子カテゴリー -------------------------------- */
.subcate_list {
  padding-top: 1em; }

.li_subcate {
  padding-right: 3em;
  font-size: 0.6em;
  font-weight: 400; }

.subcate_list .li_subcate:last-child {
  padding-right: 0; }

@media screen and (max-width: 1500px) {
  .li_subcate {
    padding-right: 2em; } }
@media screen and (max-width: 1200px) {
  .li_subcate {
    width: 10em;
    padding-right: 3em; } }
@media screen and (max-width: 900px) {
  .li_subcate {
    width: 8em;
    padding-right: 2em; } }
@media screen and (max-width: 750px) {
  .subcate_list {
    padding-top: 0.8em; }

  .li_subcate {
    width: 100%;
    font-size: 0.75em;
    padding-bottom: 1em;
    padding-right: 0; } }
/* 矢印 */
.li_subcate::before {
  content: '>';
  padding-right: 0.25em; }

/* -------------------------- フッター情報エリア ------------------------------------------- */
#footer_middle h2 {
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 1em; }

#footer_middle p:last-child {
  padding-bottom: 0; }

/* -------------------------- バナー一覧 ------------------------------------------- */
#footer_middle {
  background: #f4e1ec; }

.bnlist {
  width: 100%;
  position: relative;
  list-style: none inside;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* 中寄せ */
.bnlist li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

/* 画像 */
.bnlist img {
  max-width: 100%;
  height: auto; }

/* バナー表示サイズ -------------------------------- */
@media screen and (max-width: 2200px) {
  .bnlist li {
    max-width: 9%; } }
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .bnlist li {
    max-width: 16%; }

  .bnlist::after {
    content: '';
    width: 100%; }

  .bnlist li:nth-child(n + 7) {
    padding-top: 3.57vw;
    order: 1; } }
@media screen and (max-width: 750px) {
  .bnlist {
    display: block;
    text-align: center; }

  .bnlist li {
    display: inline-block;
    width: 45%;
    max-width: none;
    box-sizing: border-box;
    text-align: center;
    padding-right: 10%; }

  .bnlist li:nth-child(2n) {
    padding-right: 0; }

  .bnlist li:nth-child(n + 3) {
    padding-top: 7.14vw; } }
/* -------------------------- フッターメニュー ------------------------------------------- */
.fnav ul {
  list-style: none inside;
  line-height: 1em; }

.fnav ul li {
  display: inline-block;
  padding-right: 3em; }
  @media screen and (max-width: 480px) {
    .fnav ul li {
      padding-right: 1em;
      font-size: 0.8em; } }

.fnav ul li:last-child {
  padding-right: 0; }

@media screen and (max-width: 750px) {
  .fnav ul {
    text-align: center; } }
/* コピーライト -------------------------------- */
p.copyright {
  position: absolute;
  top: 3.57vw;
  right: 3.57vw;
  font-size: 0.8em;
  line-height: 1em;
  padding-bottom: 0;
  color: #ea2a9b; }

@media screen and (max-width: 750px) {
  p.copyright {
    position: relative;
    top: 0;
    right: 0;
    padding-top: 3.57vw;
    text-align: center; } }
@media screen and (max-width: 480px) {
  p.copyright {
    font-size: 10px;
    line-height: 1.5em; }

  p.copyright span {
    display: block; } }
/* ===========================================================================================================
　　　　　　　　　トップページメインカラム
=========================================================================================================== */
#topmain::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-image: url(../../../../images/mainimg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: content-box; }

@media screen and (max-width: 750px) {
  #topmain::before {
    background-image: url(../../../../images/mainimg_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: content-box; } }
/* キャッチコピー */
.maincopy {
  font-family: sicrusk, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.25em;
  color: #ea2a9b;
  padding-bottom: 0; }
  .maincopy b {
    font-weight: 400;
    display: inline-block;
    background: #fff;
    margin-bottom: 0.2em;
    padding: 0 0.2em 0.125em 0.2em; }

@media screen and (max-width: 1500px) {
  .maincopy {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.25em; } }
@media screen and (max-width: 1200px) {
  .maincopy {
    font-size: 2.5em; } }
@media screen and (max-width: 750px) {
  .maincopy {
    padding-bottom: 4em; }

  .maincopy span {
    display: block; } }
@media screen and (max-width: 480px) {
  .maincopy {
    font-size: 2em;
    padding-bottom: 8em; } }
/* -------------------------- メイン新着記事 ------------------------------------------- */
.maintopics {
  width: 70%;
  position: absolute;
  bottom: 0;
  right: 0; }

.maintopics_bg {
  background: rgba(250, 242, 247, 0.9);
  border-radius: 1em; }

.topics_header {
  width: 100%; }

@media screen and (min-width: 1501px) and (min-aspect-ratio: 100 / 43), screen and (max-width: 1500px) and (min-aspect-ratio: 25 / 12), screen and (max-width: 1200px) and (min-aspect-ratio: 50 / 27) {
  .maintopics {
    width: 100%;
    position: relative; } }
@media screen and (max-width: 750px) {
  .maintopics {
    width: 100%;
    position: relative;
    padding-top: 3.57vw;
    bottom: auto;
    right: auto; } }
/* リンク */
.maintopics a {
  text-decoration: none;
  color: #ea2a9b; }

.maintopics a:hover {
  text-decoration: underline; }

/* 見出し */
.topics_header h2 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding-bottom: 0.3em; }

@media screen and (max-width: 900px) {
  .topics_header h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0.3em; } }
/* 日付 */
.topics_header .date {
  font-size: 3.22em;
  font-weight: 400;
  line-height: 1em;
  opacity: 0.4;
  filter: alpha(opacity=40);
  padding-bottom: 0.8em; }

.topics_header .date .year {
  display: inline-block;
  font-size: 0.62em;
  font-weight: 900; }

@media screen and (max-width: 900px) {
  .topics_header .date {
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.8em; } }
/* 投稿記事内容 -------------------------------- */
.maintopics_entry h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.25em; }

@media screen and (max-width: 900px) {
  .maintopics_entry h3 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 0.25em; } }
@media screen and (max-width: 480px) {
  .maintopics_entry h3 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 0.25em; } }
/* 段落 */
.maintopics_entry p {
  padding-bottom: 0; }

/* ===========================================================================================================
　　　　　　　　　トップページサイドカラム
=========================================================================================================== */
#topside .innerbox {
  position: relative; }

/* 見出し */
.newsbox h2 {
  font-family: zubilo-black, sicrusk, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 0.9em;
  padding-bottom: 0.8em;
  color: #ea2a9b; }

.newsbox h2 small {
  display: block;
  font-size: 0.56em;
  color: #ef96c5; }

/* -------------------------- 投稿記事 ------------------------------------------- */
.new_entry {
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* リンク */
.new_entry a {
  text-decoration: none;
  color: #99447f; }

.new_entry a:hover {
  text-decoration: underline;
  color: #ea2a9b; }

#topside .new_entry {
  padding-bottom: 3.57vw; }

#topside .new_entry li {
  width: 100%;
  padding: 0 0 3.57vw 0; }

#topside .new_entry li:last-child {
  padding: 0; }

@media screen and (max-width: 750px) {
  #topside .new_entry li {
    padding: 0 0 7.14vw 0; }

  #topside .new_entry li:last-child {
    padding: 0; } }
/* サムネイル画像 -------------------------------- */
.new_thmb {
  width: 100%;
  position: relative; }

.new_thmb .imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3; }
  .new_thmb .imgbox img {
    border-radius: 1em; }

/* テキスト -------------------------------- */
.new_entry .txtbox {
  width: 100%;
  padding-top: 0.5em; }

/* 日付 */
.new_entry .date {
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  color: #ea2a9b;
  padding-bottom: 0.2em; }

.new_entry .date .year {
  display: inline-block;
  font-size: 0.625em;
  font-weight: 700; }

/* タイトル */
p.new_ttl {
  width: 100%;
  height: 1.5em;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  padding-bottom: 0; }

/* ===========================================================================================================
　　　　　　　　　トップページメニューバナー
=========================================================================================================== */
.topmenu {
  width: 100%;
  position: relative;
  background: #fff; }

.topmenu ul {
  width: 100%;
  position: relative;
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.topmenu li {
  text-align: center; }

/* 3つ並び */
.topmenu li.fbox3 {
  width: 32%; }

/* 4つ並び */
.topmenu li.fbox4 {
  width: 24%; }

/* 画像 */
.topmenu li img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 900px) {
  /* 4つ並び */
  .topmenu li.fbox4 {
    width: 48%;
    margin-bottom: 2em; }

  .topmenu ul li.fbox4:last-child(-n + 2) {
    margin-bottom: 0; } }
@media screen and (max-width: 750px) {
  .topmenu li.fbox3,
  .topmenu li.fbox4 {
    width: 100%;
    margin-bottom: 2em; }

  .topmenu ul li.fbox3:last-child,
  .topmenu ul li.fbox4:last-child {
    margin-bottom: 0; }

  .topmenu ul li.fbox4:last-child(2) {
    margin-bottom: 2em; } }
/* ===========================================================================================================
　　　　　　　　　トップページテキスト有りメニューバナー
=========================================================================================================== */
.top_textmenu {
  width: 100%;
  position: relative;
  background: #f4e1ec; }

.top_textmenu ul {
  width: 100%;
  position: relative;
  list-style: none inside;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.top_textmenu li {
  text-align: center;
  color: #ea2a9b; }

.top_textmenu li a {
  text-decoration: none;
  color: #ea2a9b; }

.top_textmenu li .imgbox {
  padding-bottom: 2em; }

.top_textmenu li .txtbox h2 {
  font-size: 1.5em;
  line-height: 1.35em;
  padding-bottom: 0.25em; }

.top_textmenu li .txtbox p {
  text-align: left;
  padding-bottom: 0; }

/* 3つ並び */
.top_textmenu li.fbox3 {
  width: 32%; }

/* 4つ並び */
.top_textmenu li.fbox4 {
  width: 24%; }

/* 画像 */
.top_textmenu li img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 900px) {
  /* 4つ並び */
  .top_textmenu li.fbox4 {
    width: 48%;
    margin-bottom: 2em; }

  .top_textmenu ul li.fbox4:last-child(-n + 2) {
    margin-bottom: 0; } }
@media screen and (max-width: 750px) {
  .top_textmenu li.fbox3,
  .top_textmenu li.fbox4 {
    width: 100%;
    margin-bottom: 2em; }

  .top_textmenu ul li.fbox3:last-child,
  .top_textmenu ul li.fbox4:last-child {
    margin-bottom: 0; }

  .top_textmenu ul li.fbox4:last-child(2) {
    margin-bottom: 2em; } }
/* ===========================================================================================================
　　　　　　　　　下層ページ（共通）
=========================================================================================================== */
#primary {
  width: 100%;
  position: relative; }

/* -------------------------- 新着記事一覧 ------------------------------------------- */
#secondary {
  width: 100%;
  background: #fbf9fa;
  padding-top: 3.57vw; }

#secondary .innerbox {
  padding-right: 0; }

#secondary .new_entry li {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding: 0 3.57vw 3.57vw 0; }

@media screen and (max-width: 900px) {
  #secondary .new_entry li {
    width: 50%; } }
@media screen and (max-width: 750px) {
  #secondary .innerbox {
    padding-right: 3.57vw; } }
@media screen and (max-width: 480px) {
  #secondary {
    width: 100%;
    padding: 7.14vw 0; }

  #secondary .new_entry li {
    width: 100%;
    padding-bottom: 7.14vw; }

  #secondary .new_entry li:last-child {
    padding-bottom: 0; } }
/* ===========================================================================================================
　　　　　　　　　規定・福利厚生
=========================================================================================================== */
.pdflist {
  list-style: none inside;
  width: 100%;
  box-sizing: border-box;
  padding: 3em;
  border: #000 solid 2px; }

.pdflist li {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 2.8em;
  line-height: 1em; }

.pdflist li:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 480px) {
  .pdflist {
    padding: 1.5em; }

  .pdflist li {
    font-size: 1em;
    font-weight: 500;
    padding-bottom: 2.8em;
    line-height: 1em; } }
/* リンク */
.pdflist a {
  text-decoration: none;
  color: #99447f; }

.pdflist a:hover {
  text-decoration: underline;
  color: #ea2a9b; }

/* ダウンロードアイコン */
.pdflist i {
  font-size: 3em;
  padding-right: 0.3em;
  vertical-align: baseline; }

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0; }
  .partspage-ctt .sec {
    width: 100%;
    padding: 8.33em 0; }
    @media screen and (max-width: 750px) {
      .partspage-ctt .sec {
        padding: 4em 0; } }
  .partspage-ctt .innerbox {
    padding: 0 10em; }
    @media screen and (max-width: 1000px) {
      .partspage-ctt .innerbox {
        padding: 0 4em; } }
    @media screen and (max-width: 750px) {
      .partspage-ctt .innerbox {
        padding: 0 2.5em; } }
    @media screen and (max-width: 480px) {
      .partspage-ctt .innerbox {
        padding: 0 1.5em; } }

/* 最大幅1500px */
.max1500px {
  max-width: 1500px;
  margin: 0 auto; }

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #fff; }

.sec_bg2 {
  background: #f6edf2;
  color: #99447f; }

.sec_bg3 {
  background: #f4e1ec;
  background-size: cover; }

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1,
.sec_bg2 + .sec_bg2,
.sec_bg3 + .sec_bg3 {
  padding-top: 0 !important; }

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */ }
  .partspage-ctt .sec .access_map {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4em; }
    .partspage-ctt .sec .access_map iframe,
    .partspage-ctt .sec .access_map .acf-map {
      width: 100%;
      height: 20em; }
      @media screen and (max-width: 750px) {
        .partspage-ctt .sec .access_map iframe,
        .partspage-ctt .sec .access_map .acf-map {
          height: 15em; } }
      @media screen and (max-width: 480px) {
        .partspage-ctt .sec .access_map iframe,
        .partspage-ctt .sec .access_map .acf-map {
          height: 12em; } }
    .partspage-ctt .sec .access_map .acf-map img {
      max-width: inherit !important; }
.partspage-ctt .rd {
  border-radius: 0.5em;
  object-fit: cover;
  overflow: hidden; }
.partspage-ctt .cir {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden; }

.partspage-ctt .btn {
  width: 100%;
  margin-bottom: 2.5em; }
  .partspage-ctt .btn a {
    display: inline-block;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1em !important;
    text-align: center;
    text-decoration: none;
    min-width: 8em;
    padding: 1.5em 2em;
    border: none;
    border-radius: 2em;
    background: #ea2a9b;
    color: #fff;
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    @media screen and (min-width: 2800px) {
      .partspage-ctt .btn a {
        font-size: 24px;
        line-height: 1.5em; } }
    @media screen and (max-width: 1000px) {
      .partspage-ctt .btn a {
        font-size: 1.8vw;
        line-height: 2em; } }
    @media screen and (max-width: 750px) {
      .partspage-ctt .btn a {
        font-size: 2.2vw;
        line-height: 2em; } }
    @media screen and (max-width: 480px) {
      .partspage-ctt .btn a {
        font-size: 3.5vw;
        line-height: 2em; } }
    .partspage-ctt .btn a:hover {
      background: #31b59d;
      color: #fff; }

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none; }
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #ea2a9b;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: auto;
  right: -8%;
  bottom: auto; }
  .sec_bg2 .imgcard_flow ul li::after, .sec_bg4 .imgcard_flow ul li::after {
    color: #fff; }
.imgcard_flow.imgcard_l2 ul li::after {
  top: 44%; }
.imgcard_flow.imgcard_l3 ul li::after {
  top: 41%; }
.imgcard_flow.imgcard_l4 ul li::after {
  top: 36%; }
.imgcard_flow.imgcard_l5 ul li::after {
  top: 32%; }
.imgcard_flow.imgcard_l6 ul li::after {
  top: 30%; }

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 750px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */ }
    .imgcard_l1_tb.imgcard_flow ul li {
      width: 100%;
      margin-right: 0; }
      .imgcard_l1_tb.imgcard_flow ul li::after {
        font: var(--fa-font-solid);
        content: "\f107";
        color: #ea2a9b;
        font-size: 2em;
        text-align: center;
        position: absolute;
        top: auto;
        left: 50%;
        right: auto;
        bottom: -1.25em;
        transform: translateX(-50%); }
        .sec_bg2 .imgcard_l1_tb.imgcard_flow ul li::after, .sec_bg4 .imgcard_l1_tb.imgcard_flow ul li::after {
          color: #fff; }

  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */ }
    .imgcard_l2_tb.imgcard_flow ul li {
      margin-right: 6%; }
      .imgcard_l2_tb.imgcard_flow ul li::after {
        top: 32%; } }
    @media screen and (max-width: 750px) and (min-width: 481px) {
      .imgcard_l2_tb.imgcard_flow ul li {
        width: 47%; }
        .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
          margin-right: 0; }
          .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n)::after {
            display: none; } }

@media screen and (max-width: 750px) {
  /* 3つ並び */
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */ }
    .imgcard_l3_tb.imgcard_flow ul li {
      margin-right: 3.5%; }
      .imgcard_l3_tb.imgcard_flow ul li::after {
        top: 28%; } }
    @media screen and (max-width: 750px) and (min-width: 481px) {
      .imgcard_l3_tb.imgcard_flow ul li {
        width: 31%; }
        .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
          margin-right: 0; }
          .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n)::after {
            display: none; } }

@media screen and (max-width: 750px) {
  /* 4つ並び */
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */ } }
  @media screen and (max-width: 750px) and (min-width: 481px) {
    .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
      margin-right: 0; }
      .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n)::after {
        display: none; } }

@media screen and (max-width: 750px) {
  /* 5つ並び */
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */ } }
  @media screen and (max-width: 750px) and (min-width: 481px) {
    .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
      margin-right: 0; }
      .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n)::after {
        display: none; } }

@media screen and (max-width: 750px) {
  /* 6つ並び */
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */ } }
  @media screen and (max-width: 750px) and (min-width: 481px) {
    .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
      margin-right: 0; }
      .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n)::after {
        display: none; } }

/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */ }
    .imgcard_l1_sp.imgcard_flow ul li {
      width: 100%;
      margin-right: 0; }
      .imgcard_l1_sp.imgcard_flow ul li::after {
        font: var(--fa-font-solid);
        content: "\f107";
        color: #ea2a9b;
        font-size: 2em;
        text-align: center;
        position: absolute;
        top: auto;
        left: 50%;
        right: auto;
        bottom: -1.25em;
        transform: translateX(-50%); }
        .sec_bg2 .imgcard_l1_sp.imgcard_flow ul li::after, .sec_bg4 .imgcard_l1_sp.imgcard_flow ul li::after {
          color: #fff; }

  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */ }
    .imgcard_l2_sp.imgcard_flow ul li {
      margin-right: 6%;
      width: 47%; }
      .imgcard_l2_sp.imgcard_flow ul li::after {
        top: 28%; }
      .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
        margin-right: 0; }
        .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n)::after {
          display: none; }

  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */ }
    .imgcard_l3_sp.imgcard_flow ul li {
      margin-right: 3.5%;
      width: 31%; }
      .imgcard_l3_sp.imgcard_flow ul li::after {
        top: 18%; }
      .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
        margin-right: 0; }
        .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n)::after {
          display: none; }

  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */ }
    .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
      margin-right: 0; }
      .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n)::after {
        display: none; }

  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */ }
    .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
      margin-right: 0; }
      .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n)::after {
        display: none; }

  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */ }
    .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
      margin-right: 0; }
      .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n)::after {
        display: none; } }
/* ------------ 画像 -------------------------------- */
.parts-img {
  width: 100%;
  position: relative;
  padding-bottom: 4em; }
  .parts-img.center {
    text-align: center; }
  .parts-img.left {
    text-align: left; }
  .parts-img.right {
    text-align: right; }
  .parts-img img {
    width: 100%;
    height: auto; }
  .parts-img:last-child {
    padding-bottom: 0; }

/* ------------ 画像＋テキスト -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 4em; }
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 53.846%;
    position: relative;
    padding-bottom: 1em;
    /* 画像 */ }
    @media screen and (max-width: 1000px) {
      .imgltxt .imgtxt_img,
      .imgrtxt .imgtxt_img {
        width: 45%; } }
    @media screen and (max-width: 750px) {
      .imgltxt .imgtxt_img,
      .imgrtxt .imgtxt_img {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .imgltxt .imgtxt_img,
      .imgrtxt .imgtxt_img {
        width: 100%;
        padding-bottom: 2.5em; } }
    .imgltxt .imgtxt_img img,
    .imgrtxt .imgtxt_img img {
      width: 100%;
      height: auto; }

.imgltxt:last-child,
.imgrtxt:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/* 画像左 -------------------------------- */
.imgltxt .imgtxt_img {
  float: left;
  padding-right: 3%; }

/* 画像右 -------------------------------- */
.imgrtxt .imgtxt_img {
  float: right;
  padding-left: 3%; }

@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    float: none;
    padding-right: 0;
    padding-left: 0; } }

/* テキスト -------------------------------- */
.imgtxt_txt {
  /* 見出し */
  /* 段落 */ }
  .imgtxt_txt h4 {
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: normal;
    padding-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .imgtxt_txt h4 {
        font-size: 1.8em; } }
    @media screen and (max-width: 480px) {
      .imgtxt_txt h4 {
        font-size: 1.5em;
        padding-bottom: 0.67em; } }
  .imgtxt_txt p:last-child {
    padding-bottom: 0; }

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 画像 */
.imgcard_img {
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  padding-top: 1em; }
  .imgcard_txt h3,
  .imgcard_txt h4 {
    font-size: 1.33em;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    text-decoration: none;
    color: #ea2a9b; }
  .imgcard_txt p {
    padding-bottom: 0;
    line-height: 1.5em;
    text-decoration: none; }

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2em; }
    @media screen and (max-width: 750px) {
      .imgcard_l1 ul,
      .imgcard_l2 ul,
      .imgcard_l3 ul,
      .imgcard_l4 ul,
      .imgcard_l5 ul,
      .imgcard_l6 ul {
        margin-top: -3em; } }
    .imgcard_l1 ul li,
    .imgcard_l2 ul li,
    .imgcard_l3 ul li,
    .imgcard_l4 ul li,
    .imgcard_l5 ul li,
    .imgcard_l6 ul li {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 2em;
      /* リンク */
      /* 画像 */ }
      @media screen and (max-width: 750px) {
        .imgcard_l1 ul li,
        .imgcard_l2 ul li,
        .imgcard_l3 ul li,
        .imgcard_l4 ul li,
        .imgcard_l5 ul li,
        .imgcard_l6 ul li {
          margin-top: 3em; } }
      .imgcard_l1 ul li a,
      .imgcard_l2 ul li a,
      .imgcard_l3 ul li a,
      .imgcard_l4 ul li a,
      .imgcard_l5 ul li a,
      .imgcard_l6 ul li a {
        text-decoration: none; }
      .imgcard_l1 ul li img,
      .imgcard_l2 ul li img,
      .imgcard_l3 ul li img,
      .imgcard_l4 ul li img,
      .imgcard_l5 ul li img,
      .imgcard_l6 ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
    .imgcard_l1 ul.flex_center,
    .imgcard_l2 ul.flex_center,
    .imgcard_l3 ul.flex_center,
    .imgcard_l4 ul.flex_center,
    .imgcard_l5 ul.flex_center,
    .imgcard_l6 ul.flex_center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .imgcard_l1 ul.flex_center li:last-child,
      .imgcard_l2 ul.flex_center li:last-child,
      .imgcard_l3 ul.flex_center li:last-child,
      .imgcard_l4 ul.flex_center li:last-child,
      .imgcard_l5 ul.flex_center li:last-child,
      .imgcard_l6 ul.flex_center li:last-child {
        margin-right: 0; }

/* 1つ並び -------------------------------- */
.imgcard_l1 {
  /* リスト */ }
  @media screen and (min-width: 751px) {
    .imgcard_l1 ul {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  @media screen and (max-width: 750px) {
    .imgcard_l1 ul:has(.youtube_box) {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  .imgcard_l1 ul li {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .imgcard_l1 ul li:has(.youtube_box) {
        width: 100%; } }
  .imgcard_l1.imghbox ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    @media screen and (max-width: 480px) {
      .imgcard_l1.imghbox ul li {
        width: 47%; } }

/* 2つ並び -------------------------------- */
.imgcard_l2 {
  /* リスト */ }
  .imgcard_l2 ul {
    justify-content: space-between !important; }
    @media screen and (min-width: 751px) {
      .imgcard_l2 ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch; } }
    @media screen and (max-width: 750px) {
      .imgcard_l2 ul:has(.youtube_box) {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch; } }
    .imgcard_l2 ul li {
      width: 47%; }
      @media screen and (max-width: 480px) {
        .imgcard_l2 ul li:has(.youtube_box) {
          width: 100%; } }
  .imgcard_l2.imghbox ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    @media screen and (max-width: 480px) {
      .imgcard_l2.imghbox ul li {
        width: 47%; } }

/* 3つ並び -------------------------------- */
.imgcard_l3 {
  /* リスト */ }
  .imgcard_l3 ul {
    margin-top: -3em; }
    .imgcard_l3 ul li {
      width: 31%;
      margin-right: 3.5%;
      margin-top: 3em; }
      @media screen and (min-width: 751px) {
        .imgcard_l3 ul li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 750px) {
        .imgcard_l3 ul li:has(.youtube_box) {
          width: 100%;
          margin-right: 0; } }
  @media screen and (max-width: 750px) {
    .imgcard_l3.imghbox ul li {
      width: 31%;
      margin-right: 3.5%; }
      .imgcard_l3.imghbox ul li:nth-child(3n) {
        margin-right: 0; } }

/* 4つ並び -------------------------------- */
.imgcard_l4 {
  /* リスト */ }
  .imgcard_l4 ul li {
    width: 23.5%;
    margin-right: 2%; }
    @media screen and (min-width: 751px) {
      .imgcard_l4 ul li:nth-child(4n) {
        margin-right: 0; } }
@media screen and (max-width: 1000px) and (min-width: 481px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%; }
    .imgcard_l4.imghbox ul li:nth-child(2n) {
      margin-right: 2%; }
    .imgcard_l4.imghbox ul li:nth-child(4n) {
      margin-right: 0; } }

  @media screen and (max-width: 480px) {
    .imgcard_l4.imghbox ul li {
      width: 23.5%; }
      .imgcard_l4.imghbox ul li:nth-child(4n) {
        margin-right: 0; } }

/* 5つ並び -------------------------------- */
.imgcard_l5 {
  /* リスト */ }
  .imgcard_l5 ul li {
    width: 18.4%;
    margin-right: 2%; }
    @media screen and (min-width: 751px) {
      .imgcard_l5 ul li:nth-child(5n) {
        margin-right: 0; } }

/* 6つ並び -------------------------------- */
.imgcard_l6 {
  /* リスト */ }
  .imgcard_l6 ul li {
    width: 15%;
    margin-right: 2%; }
    @media screen and (min-width: 751px) {
      .imgcard_l6 ul li:nth-child(6n) {
        margin-right: 0; } }

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 750px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */ }
    .imgcard_l1_tb ul li {
      width: 100%;
      margin-right: 0; }

  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */ }
    .imgcard_l2_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 750px) and (min-width: 481px) {
      .imgcard_l2_tb ul li {
        width: 49%; }
        .imgcard_l2_tb ul li:nth-child(2n) {
          margin-right: 0; } }

@media screen and (max-width: 750px) {
  /* 3つ並び */
  .imgcard_l3_tb {
    /* リスト */ }
    .imgcard_l3_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 750px) and (min-width: 481px) {
      .imgcard_l3_tb ul li {
        width: 32%; }
        .imgcard_l3_tb ul li:nth-child(3n) {
          margin-right: 0; } }

@media screen and (max-width: 750px) {
  /* 4つ並び */
  .imgcard_l4_tb {
    /* リスト */ }
    .imgcard_l4_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 750px) and (min-width: 481px) {
      .imgcard_l4_tb ul li {
        width: 23.5%; }
        .imgcard_l4_tb ul li:nth-child(4n) {
          margin-right: 0; } }

@media screen and (max-width: 750px) {
  /* 5つ並び */
  .imgcard_l5_tb {
    /* リスト */ }
    .imgcard_l5_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 750px) and (min-width: 481px) {
      .imgcard_l5_tb ul li {
        width: 18.4%; }
        .imgcard_l5_tb ul li:nth-child(5n) {
          margin-right: 0; } }

@media screen and (max-width: 750px) {
  /* 6つ並び */
  .imgcard_l6_tb {
    /* リスト */ }
    .imgcard_l6_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 750px) and (min-width: 481px) {
      .imgcard_l6_tb ul li {
        width: 15%; }
        .imgcard_l6_tb ul li:nth-child(6n) {
          margin-right: 0; } }

/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */ }
    .imgcard_l1_sp ul li {
      width: 100%;
      margin-right: 0; }

  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */ }
    .imgcard_l2_sp ul li {
      margin-right: 2%;
      width: 49%; }
      .imgcard_l2_sp ul li:nth-child(2n) {
        margin-right: 0; }

  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */ }
    .imgcard_l3_sp ul li {
      margin-right: 2%;
      width: 32%; }
      .imgcard_l3_sp ul li:nth-child(3n) {
        margin-right: 0; }

  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */ }
    .imgcard_l4_sp ul li {
      margin-right: 2%;
      width: 23.5%; }
      .imgcard_l4_sp ul li:nth-child(4n) {
        margin-right: 0; }

  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */ }
    .imgcard_l5_sp ul li {
      margin-right: 2%;
      width: 18.4%; }
      .imgcard_l5_sp ul li:nth-child(5n) {
        margin-right: 0; }

  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */ }
    .imgcard_l6_sp ul li {
      margin-right: 2%;
      width: 15%; }
      .imgcard_l6_sp ul li:nth-child(6n) {
        margin-right: 0; } }
/* -------------------------- QRコード・PDF（カスタムフィールド） ------------------------------------------- */
.qr_pdf {
  list-style: none inside;
  width: 100%;
  text-align: right; }

.qr_pdf li {
  font-weight: 700;
  padding-bottom: 2.8em;
  line-height: 1em; }

/* リンク */
.qr_pdf a {
  text-decoration: none;
  color: #99447f; }

.qr_pdf a:hover {
  text-decoration: underline;
  color: #ea2a9b; }

/* QRコード */
.qr_pdf img {
  max-width: 100%;
  height: auto; }

/* ダウンロードアイコン */
.qr_pdf i {
  font-size: 3em;
  padding-right: 0.3em;
  vertical-align: baseline; }

@media screen and (max-width: 750px) {
  .qr_pdf {
    text-align: center; }

  .qr_pdf img {
    max-width: 30%; } }
/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list, .order_list, .check_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.57em;
  background: #f6edf2;
  margin: 0 auto;
  margin-bottom: 4em;
  /* 見出し */ }
  .no_list:last-child,
  .order_list:last-child,
  .check_list:last-child {
    margin-bottom: 0; }
  .sec_bg2 .no_list, .sec_bg3 .no_list,
  .sec_bg2 .order_list, .sec_bg3 .order_list,
  .sec_bg2 .check_list, .sec_bg3 .check_list {
    background: #fff; }
  @media screen and (max-width: 750px) {
    .no_list, .order_list, .check_list {
      padding: 1.5em; } }
  .no_list .list_hd, .order_list .list_hd, .check_list .list_hd {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #ea2a9b; }
    @media screen and (max-width: 750px) {
      .no_list .list_hd, .order_list .list_hd, .check_list .list_hd {
        font-size: 1.5em; } }
  .no_list ul,
  .no_list ol, .order_list ul,
  .order_list ol, .check_list ul,
  .check_list ol {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
  .no_list li .li_ttl, .order_list li .li_ttl, .check_list li .li_ttl {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.25em;
    padding-bottom: 0.5em;
    color: #ea2a9b; }
    .no_list li .li_ttl + .li_txt, .order_list li .li_ttl + .li_txt, .check_list li .li_ttl + .li_txt {
      display: block; }
  .no_list li .li_txt, .order_list li .li_txt, .check_list li .li_txt {
    text-indent: initial; }

.sec_bg3 .no_list li::before {
  background: #fff; }
.sec_bg3 .order_list li::before,
.sec_bg3 .check_list li::before {
  color: #fff; }

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */ }
  .no_list ul {
    padding-left: 1.5em; }
    .no_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em; }
      .no_list ul li::before {
        content: '';
        position: absolute;
        display: inline-block;
        background: #ea2a9b;
        width: 0.5em;
        height: 0.5em;
        border-radius: 50%;
        margin-top: 0.5em;
        margin-left: -1em;
        margin-right: 0.5em; }
      .no_list ul li:last-child {
        padding-bottom: 0; }

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */ }
  .order_list ol {
    counter-reset: number;
    padding-left: 1.5em; }
    .order_list ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em; }
      .order_list ol li::before {
        position: absolute;
        display: inline-block;
        width: 1.2em;
        counter-increment: number;
        content: counter(number,decimal-leading-zero);
        font-family: zubilo-black, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-size: 1.5em;
        color: #ea2a9b;
        margin-top: -0.1em;
        margin-left: -1.5em; }
      .order_list ol li:last-child {
        padding-bottom: 0; }

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */ }
  .check_list ul {
    padding-left: 1.5em; }
    .check_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em; }
      .check_list ul li::before {
        position: absolute;
        left: 0;
        display: inline-block;
        font-family: 'Font Awesome 5 free';
        content: '\f14a';
        font-weight: 900;
        color: #ea2a9b;
        margin-left: -1.5em; }
      .check_list ul li:last-child {
        padding-bottom: 0; }

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  /* 見出し */
  /* リスト */ }
  .table h3,
  .table h4 {
    display: inline-block;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 0.5em;
    color: #ea2a9b; }
    @media screen and (max-width: 750px) {
      .table h3,
      .table h4 {
        font-size: 1.5em; } }
  .table ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    .table ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      margin-bottom: 0.5em;
      overflow: hidden; }
      .table ul li:last-child {
        margin-bottom: 0; }
      .table ul li.table_li span {
        flex: 1; }
        .table ul li.table_li span.w-1 {
          flex: none;
          width: 1%; }
        .table ul li.table_li span.w-2 {
          flex: none;
          width: 2%; }
        .table ul li.table_li span.w-3 {
          flex: none;
          width: 3%; }
        .table ul li.table_li span.w-4 {
          flex: none;
          width: 4%; }
        .table ul li.table_li span.w-5 {
          flex: none;
          width: 5%; }
        .table ul li.table_li span.w-6 {
          flex: none;
          width: 6%; }
        .table ul li.table_li span.w-7 {
          flex: none;
          width: 7%; }
        .table ul li.table_li span.w-8 {
          flex: none;
          width: 8%; }
        .table ul li.table_li span.w-9 {
          flex: none;
          width: 9%; }
        .table ul li.table_li span.w-10 {
          flex: none;
          width: 10%; }
        .table ul li.table_li span.w-11 {
          flex: none;
          width: 11%; }
        .table ul li.table_li span.w-12 {
          flex: none;
          width: 12%; }
        .table ul li.table_li span.w-13 {
          flex: none;
          width: 13%; }
        .table ul li.table_li span.w-14 {
          flex: none;
          width: 14%; }
        .table ul li.table_li span.w-15 {
          flex: none;
          width: 15%; }
        .table ul li.table_li span.w-16 {
          flex: none;
          width: 16%; }
        .table ul li.table_li span.w-17 {
          flex: none;
          width: 17%; }
        .table ul li.table_li span.w-18 {
          flex: none;
          width: 18%; }
        .table ul li.table_li span.w-19 {
          flex: none;
          width: 19%; }
        .table ul li.table_li span.w-20 {
          flex: none;
          width: 20%; }
        .table ul li.table_li span.w-21 {
          flex: none;
          width: 21%; }
        .table ul li.table_li span.w-22 {
          flex: none;
          width: 22%; }
        .table ul li.table_li span.w-23 {
          flex: none;
          width: 23%; }
        .table ul li.table_li span.w-24 {
          flex: none;
          width: 24%; }
        .table ul li.table_li span.w-25 {
          flex: none;
          width: 25%; }
        .table ul li.table_li span.w-26 {
          flex: none;
          width: 26%; }
        .table ul li.table_li span.w-27 {
          flex: none;
          width: 27%; }
        .table ul li.table_li span.w-28 {
          flex: none;
          width: 28%; }
        .table ul li.table_li span.w-29 {
          flex: none;
          width: 29%; }
        .table ul li.table_li span.w-30 {
          flex: none;
          width: 30%; }
        .table ul li.table_li span.w-31 {
          flex: none;
          width: 31%; }
        .table ul li.table_li span.w-32 {
          flex: none;
          width: 32%; }
        .table ul li.table_li span.w-33 {
          flex: none;
          width: 33%; }
        .table ul li.table_li span.w-34 {
          flex: none;
          width: 34%; }
        .table ul li.table_li span.w-35 {
          flex: none;
          width: 35%; }
        .table ul li.table_li span.w-36 {
          flex: none;
          width: 36%; }
        .table ul li.table_li span.w-37 {
          flex: none;
          width: 37%; }
        .table ul li.table_li span.w-38 {
          flex: none;
          width: 38%; }
        .table ul li.table_li span.w-39 {
          flex: none;
          width: 39%; }
        .table ul li.table_li span.w-40 {
          flex: none;
          width: 40%; }
        .table ul li.table_li span.w-41 {
          flex: none;
          width: 41%; }
        .table ul li.table_li span.w-42 {
          flex: none;
          width: 42%; }
        .table ul li.table_li span.w-43 {
          flex: none;
          width: 43%; }
        .table ul li.table_li span.w-44 {
          flex: none;
          width: 44%; }
        .table ul li.table_li span.w-45 {
          flex: none;
          width: 45%; }
        .table ul li.table_li span.w-46 {
          flex: none;
          width: 46%; }
        .table ul li.table_li span.w-47 {
          flex: none;
          width: 47%; }
        .table ul li.table_li span.w-48 {
          flex: none;
          width: 48%; }
        .table ul li.table_li span.w-49 {
          flex: none;
          width: 49%; }
        .table ul li.table_li span.w-50 {
          flex: none;
          width: 50%; }
        .table ul li.table_li span.w-51 {
          flex: none;
          width: 51%; }
        .table ul li.table_li span.w-52 {
          flex: none;
          width: 52%; }
        .table ul li.table_li span.w-53 {
          flex: none;
          width: 53%; }
        .table ul li.table_li span.w-54 {
          flex: none;
          width: 54%; }
        .table ul li.table_li span.w-55 {
          flex: none;
          width: 55%; }
        .table ul li.table_li span.w-56 {
          flex: none;
          width: 56%; }
        .table ul li.table_li span.w-57 {
          flex: none;
          width: 57%; }
        .table ul li.table_li span.w-58 {
          flex: none;
          width: 58%; }
        .table ul li.table_li span.w-59 {
          flex: none;
          width: 59%; }
        .table ul li.table_li span.w-60 {
          flex: none;
          width: 60%; }
        .table ul li.table_li span.w-61 {
          flex: none;
          width: 61%; }
        .table ul li.table_li span.w-62 {
          flex: none;
          width: 62%; }
        .table ul li.table_li span.w-63 {
          flex: none;
          width: 63%; }
        .table ul li.table_li span.w-64 {
          flex: none;
          width: 64%; }
        .table ul li.table_li span.w-65 {
          flex: none;
          width: 65%; }
        .table ul li.table_li span.w-66 {
          flex: none;
          width: 66%; }
        .table ul li.table_li span.w-67 {
          flex: none;
          width: 67%; }
        .table ul li.table_li span.w-68 {
          flex: none;
          width: 68%; }
        .table ul li.table_li span.w-69 {
          flex: none;
          width: 69%; }
        .table ul li.table_li span.w-70 {
          flex: none;
          width: 70%; }
        .table ul li.table_li span.w-71 {
          flex: none;
          width: 71%; }
        .table ul li.table_li span.w-72 {
          flex: none;
          width: 72%; }
        .table ul li.table_li span.w-73 {
          flex: none;
          width: 73%; }
        .table ul li.table_li span.w-74 {
          flex: none;
          width: 74%; }
        .table ul li.table_li span.w-75 {
          flex: none;
          width: 75%; }
        .table ul li.table_li span.w-76 {
          flex: none;
          width: 76%; }
        .table ul li.table_li span.w-77 {
          flex: none;
          width: 77%; }
        .table ul li.table_li span.w-78 {
          flex: none;
          width: 78%; }
        .table ul li.table_li span.w-79 {
          flex: none;
          width: 79%; }
        .table ul li.table_li span.w-80 {
          flex: none;
          width: 80%; }
        .table ul li.table_li span.w-81 {
          flex: none;
          width: 81%; }
        .table ul li.table_li span.w-82 {
          flex: none;
          width: 82%; }
        .table ul li.table_li span.w-83 {
          flex: none;
          width: 83%; }
        .table ul li.table_li span.w-84 {
          flex: none;
          width: 84%; }
        .table ul li.table_li span.w-85 {
          flex: none;
          width: 85%; }
        .table ul li.table_li span.w-86 {
          flex: none;
          width: 86%; }
        .table ul li.table_li span.w-87 {
          flex: none;
          width: 87%; }
        .table ul li.table_li span.w-88 {
          flex: none;
          width: 88%; }
        .table ul li.table_li span.w-89 {
          flex: none;
          width: 89%; }
        .table ul li.table_li span.w-90 {
          flex: none;
          width: 90%; }
        .table ul li.table_li span.w-91 {
          flex: none;
          width: 91%; }
        .table ul li.table_li span.w-92 {
          flex: none;
          width: 92%; }
        .table ul li.table_li span.w-93 {
          flex: none;
          width: 93%; }
        .table ul li.table_li span.w-94 {
          flex: none;
          width: 94%; }
        .table ul li.table_li span.w-95 {
          flex: none;
          width: 95%; }
        .table ul li.table_li span.w-96 {
          flex: none;
          width: 96%; }
        .table ul li.table_li span.w-97 {
          flex: none;
          width: 97%; }
        .table ul li.table_li span.w-98 {
          flex: none;
          width: 98%; }
        .table ul li.table_li span.w-99 {
          flex: none;
          width: 99%; }
        .table ul li.table_li span.w-100 {
          flex: none;
          width: 100%; }
        @media screen and (max-width: 750px) {
          .table ul li.table_li span {
            flex: none;
            width: 100% !important; } }
      .table ul li.table_li .row_th {
        display: block;
        font-weight: 400;
        background: #ea2a9b !important;
        color: #fff !important; }
        .table ul li.table_li .row_th .col_th_sp {
          color: inherit; }
      .table ul li.table_li .col_th {
        display: block;
        font-weight: 400;
        background: transparent !important;
        color: #ea2a9b !important;
        text-align: center;
        padding-bottom: 0; }
        @media screen and (max-width: 750px) {
          .table ul li.table_li .col_th {
            display: none; } }
      .table ul li .table_th, .table ul li .table_td {
        width: auto;
        padding: 1.5em 1em;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.5em;
        margin-right: 0.2em;
        background: #fff;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .sec_bg1 .table ul li .table_th,
        .sec_bg1 .table ul li .table_td {
          background: #f6edf2; }
        @media screen and (max-width: 750px) {
          .table ul li .table_th, .table ul li .table_td {
            display: block;
            width: 100%;
            margin-right: 0;
            border-bottom: #ea2a9b solid 0.1em; } }
      .table ul li .table_td {
        width: auto; }
        .table ul li .table_td .col_th_sp {
          color: inherit; }
        .table ul li .table_td:last-child {
          margin-right: 0;
          border-bottom: none; }
        .table ul li .table_td strong {
          font-family: zubilo-black, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }
      .table ul li .col_th_sp {
        display: none; }
        @media screen and (max-width: 750px) {
          .table ul li .col_th_sp {
            display: block;
            font-size: 0.8em; } }
      .table ul li:last-child {
        border-bottom: none; }

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  color: #ea2a9b;
  /* 見出し */
  /* リスト */ }
  .sec_bg3 .note_list {
    color: #f6edf2;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .note_list.bgcolor {
    padding: 2.5em;
    background: #f6edf2;
    color: #ea2a9b;
    opacity: 1;
    filter: alpha(opacity=70); }
    @media screen and (max-width: 1000px) {
      .note_list.bgcolor {
        padding: 3em; } }
    @media screen and (max-width: 750px) {
      .note_list.bgcolor {
        padding: 2.5em; } }
    @media screen and (max-width: 480px) {
      .note_list.bgcolor {
        padding: 1.5em; } }
  .note_list h3,
  .note_list h4 {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .note_list h3,
      .note_list h4 {
        font-size: 1.3em; } }
  .note_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    .note_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.9em;
      font-weight: 400;
      line-height: 1.7em;
      padding-left: 1.2em;
      padding-bottom: 1.5em; }
      .note_list ul li::before {
        position: absolute;
        left: 0;
        display: inline-block;
        content: '※'; }
      .note_list ul li:last-child {
        padding-bottom: 0; }
      .note_list ul li h5 {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.2em; }
        @media screen and (max-width: 750px) {
          .note_list ul li h5 {
            font-size: 1.1em; } }
      .note_list ul li p {
        display: inline-block; }

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 2em;
  color: #ea2a9b;
  /* 大きな数字 */ }
  .parts_hd .hd_en {
    font-family: zubilo-black, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    display: block;
    font-size: 3.5em;
    font-weight: 400;
    color: #ef96c5;
    line-height: 1em;
    text-transform: uppercase;
    overflow-wrap: break-word; }
    @media screen and (max-width: 480px) {
      .parts_hd .hd_en {
        font-size: 2.2em; } }
  .parts_hd .hd_jp {
    display: block;
    font-size: 2em;
    line-height: 1;
    padding-top: 0em; }
    @media screen and (max-width: 750px) {
      .parts_hd .hd_jp {
        font-size: 1.8em; } }
  .parts_hd:has(.hd_en) .hd_jp {
    font-size: 1.25em;
    padding-top: 0.5em; }

.parts-h4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em; }
  @media screen and (max-width: 750px) {
    .parts-h4 {
      font-size: 1.3em; } }

/* 左寄せ・幅指定中央配置テキスト */
.tw_s {
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .tw_s {
      width: 100%; } }

.tw_m {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .tw_m {
      width: 100%; } }

.tw_l {
  width: 100%; }

/* ランキング */
.ranking {
  list-style: none inside;
  background: #fff;
  padding: 2em;
  box-sizing: border-box; }

.ranking li {
  padding-bottom: 1em; }

.ranking li:last-child {
  padding-bottom: 0; }

.ranknmb {
  display: inline-block;
  font-size: 2em;
  color: #E8BCD3;
  padding-right: 0.5em; }

/* ------------ 見出し -------------------------------- */
p.parts-copy {
  font-size: 4em;
  font-weight: 400;
  line-height: 1.33em;
  padding-bottom: 1em; }

p.parts-copy:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 1500px) {
  p.parts-copy {
    font-size: 3em;
    line-height: 1.33em;
    padding-bottom: 1em; }

  p.parts-copy:last-child {
    padding-bottom: 0; } }
@media screen and (max-width: 900px) {
  p.parts-copy {
    font-size: 2em;
    line-height: 1.33em;
    padding-bottom: 1em; }

  p.parts-copy:last-child {
    padding-bottom: 0; } }
/* ------------ 段落 -------------------------------- */
.partspage-ctt a:hover {
  color: #31b59d; }
.partspage-ctt .sec p {
  padding-bottom: 4em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */ }
  .partspage-ctt .sec p.btmmin {
    padding-bottom: 2em; }
  .partspage-ctt .sec p.parts_copy {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #ea2a9b; }
    .partspage-ctt .sec p.parts_copy:last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 750px) {
      .partspage-ctt .sec p.parts_copy {
        font-size: 1.5em; } }
  .partspage-ctt .sec p.ts_l {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #ea2a9b; }
    .partspage-ctt .sec p.ts_l:last-child {
      padding-bottom: 0; }
    @media screen and (max-width: 750px) {
      .partspage-ctt .sec p.ts_l {
        font-size: 1.5em; } }
  .partspage-ctt .sec p.ts_m {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 0.75em;
    color: #ea2a9b; }
    @media screen and (max-width: 750px) {
      .partspage-ctt .sec p.ts_m {
        font-size: 1.2em; } }
  .partspage-ctt .sec p.note {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.7em;
    padding-bottom: 4em;
    padding-left: 1.2em;
    text-indent: -0.65em;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #ea2a9b;
    opacity: 0.8;
    filter: alpha(opacity=70); }
    .partspage-ctt .sec p.note::before {
      display: inline-block;
      content: '※';
      padding-right: 0.2em; }
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0; }

/* やや小さめ強調 */
.strong {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 2em; }

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #f6edf2; }
  .sec_bg2 .textbox, .sec_bg3 .textbox {
    background: #fff; }
  @media screen and (max-width: 750px) {
    .textbox {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    .textbox {
      padding: 1.5em; } }
  .textbox h3,
  .textbox h4 {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #ea2a9b; }
    @media screen and (max-width: 750px) {
      .textbox h3,
      .textbox h4 {
        font-size: 1.3em; } }
  .textbox p {
    padding-bottom: 2em; }
    .textbox p:last-child {
      padding-bottom: 0; }

/* =============== Youtube動画 ========================================================= */
.yttxt .imgtxt_img {
  width: 60%; }
  @media screen and (max-width: 480px) {
    .yttxt .imgtxt_img {
      width: 100%; } }

.youtube_box {
  width: 100%; }
  .youtube_box span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .youtube_box span iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.imgcard_l2 .youtube_box,
.imgcard_l3 .youtube_box {
  padding-bottom: 1.5em; }

/* =============== 余白ゼロ ========================================================= */
.partspage-ctt .sec .innerbox p:last-child,
.partspage-ctt .sec .innerbox p.parts_copy:last-child,
.partspage-ctt .sec .innerbox p.note:last-child,
.partspage-ctt .sec .innerbox .parts_img:last-child,
.partspage-ctt .sec .innerbox .imgltxt:last-child,
.partspage-ctt .sec .innerbox .imgrtxt:last-child,
.partspage-ctt .sec .innerbox .imgcard_l1:last-child,
.partspage-ctt .sec .innerbox .imgcard_l2:last-child,
.partspage-ctt .sec .innerbox .imgcard_l3:last-child,
.partspage-ctt .sec .innerbox .imgcard_l4:last-child,
.partspage-ctt .sec .innerbox .imgcard_l5:last-child,
.partspage-ctt .sec .innerbox .imgcard_l6:last-child,
.partspage-ctt .sec .innerbox .tl_box:last-child,
.partspage-ctt .sec .innerbox .pdf_box:last-child,
.partspage-ctt .sec .innerbox .faq_box:last-child {
  padding-bottom: 0; }
.partspage-ctt .sec .innerbox .btn:last-child,
.partspage-ctt .sec .innerbox .textbox:last-child,
.partspage-ctt .sec .innerbox .no_list:last-child,
.partspage-ctt .sec .innerbox .check_list:last-child,
.partspage-ctt .sec .innerbox .order_list:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .note_list:last-child,
.partspage-ctt .sec .innerbox .access_map:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .balloon_list:last-child {
  margin-bottom: 0; }

.imgcard_l2 img:last-child,
.imgcard_l3 img:last-child,
.imgcard_l4 img:last-child {
  margin-bottom: 0; }
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 a img:last-child {
  margin-bottom: 1em; }
.imgcard_l2 a:last-child img,
.imgcard_l3 a:last-child img,
.imgcard_l4 a:last-child img {
  margin-bottom: 0; }
  .imgcard_l2 a:last-child img:last-child,
  .imgcard_l3 a:last-child img:last-child,
  .imgcard_l4 a:last-child img:last-child {
    margin-bottom: 0; }

li .youtube_box:last-child {
  margin-bottom: 0; }

.imgtxt_img .youtube_box {
  margin-bottom: 0; }

/* ===========================================================================================================
　　　　　　　　　お問い合わせ
=========================================================================================================== */
.webcontact {
  background: #f4e1ec; }

.formbox {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 1em;
  box-sizing: border-box;
  padding: 3.57em; }
  @media screen and (max-width: 750px) {
    .formbox {
      padding: 1.5em; } }
  @media screen and (max-width: 480px) {
    .formbox {
      padding: 1em; } }

.contactpage-ctt h3 {
  font-size: 1em;
  font-weight: 400; }

.formbox p {
  padding-bottom: 2em; }

/* ページトップボタンメニュー */
.contact-template .header_btn a {
  color: #99447f; }

.contact-template .btnbox a {
  border: #000 solid 2px; }

@media screen and (max-width: 750px) {
  .contactpage-ctt p.center {
    text-align: left; } }
/* 番号 ------------------------------------------- */
p.contacttel_tel {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #ea2a9b; }
  @media screen and (max-width: 480px) {
    p.contacttel_tel {
      font-size: 2.75em; } }
  p.contacttel_tel img {
    height: 1em;
    width: auto;
    margin-right: 0.25em; }
  p.contacttel_tel a {
    color: #ea2a9b;
    text-decoration: none; }
    p.contacttel_tel a:hover {
      color: #ea2a9b; }
    p.contacttel_tel a .egfont {
      font-family: zubilo-black, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-weight: 400; }
      p.contacttel_tel a .egfont i {
        font-size: 0.8em;
        padding-right: 0.2em; }

/* 受付時間 */
.contacttel_time {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5em;
  font-style: normal;
  padding-bottom: 0;
  bottom: -0.05em; }
  .contacttel_time::before {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: mizoletbokutoh, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-size: 0.67em;
    content: "受付時間";
    padding-right: 0.5em;
    bottom: 0.05em; }
  @media screen and (max-width: 480px) {
    .contacttel_time {
      font-size: 1.25em; } }

/* -------------------------- ページナビゲーション ------------------------------------------- */
.navigation .screen-reader-text,
.nav-title-icon-wrapper,
.nav-subtitle {
  display: none; }

.nav-links {
  box-sizing: border-box;
  padding: 3.57vw;
  width: 100%;
  line-height: 1.2em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f6edf2;
  color: #ea2a9b; }

/* リンク */
.nav-links a {
  font-weight: 500;
  color: #ea2a9b;
  text-decoration: none; }

.nav-links a:hover .nav-title {
  text-decoration: underline;
  color: #31b59d; }

/* 文字寄せ */
.nav-next {
  text-align: right; }

/* 矢印 */
.nav-previous {
  padding-left: 1.25em; }

.nav-previous::before {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 1.33em;
  font-weight: 700;
  content: '<';
  vertical-align: baseline;
  left: 0;
  top: 0; }

.nav-next {
  padding-right: 1.25em; }

.nav-next::after {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 1.33em;
  font-weight: 700;
  content: '>';
  vertical-align: baseline;
  right: 0;
  top: 0; }

/* 文字数制限 */
.nav-previous,
.nav-next {
  width: 48%;
  box-sizing: border-box;
  position: relative; }

.nav-title {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }

/* ===========================================================================================================
　　　　　　　　　カテゴリーページ
=========================================================================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
.cate_header {
  width: 70%;
  padding-top: 8vw;
  margin-left: 30%;
  position: relative;
  color: #fff;
  background: url(../../../../images/subimg.jpg) no-repeat right top;
  background-size: cover; }

@media screen and (max-width: 750px) {
  .cate_header {
    width: 100%;
    margin-left: 0;
    padding-top: 12vw; }

  .cate_header .innerbox {
    padding-top: 0; } }
/* 見出し */
.cate_header h2 {
  font-size: 3.5em;
  font-weight: 400;
  line-height: 0.9em; }
  .cate_header h2 .egtxt {
    text-transform: uppercase; }

.cate_header h2 small {
  display: block;
  font-size: 0.56em;
  font-family: sicrusk, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

@media screen and (max-width: 480px) {
  .cate_header h2 {
    font-size: 2.5em;
    line-height: 0.9em; } }
/* 日本語タイトル個別設定 */
.category-message .cate_header h2.egtxt {
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 3.5em; }

.category-message .cate_header h2 small {
  font-size: 0.8em;
  padding-top: 0.5em; }

@media screen and (max-width: 480px) {
  .category-message .cate_header h2.egtxt {
    font-size: 2em;
    line-height: 0.9em; }

  .category-message .cate_header h2 small {
    font-size: 0.84em;
    padding-top: 0.5em; } }
/* -------------------------- 投稿記事一覧 ------------------------------------------- */
#primary .innerbox:has(.new_entry) {
  background: #fff;
  padding-top: 7.14vw;
  padding-bottom: 7.14vw; }
  @media screen and (max-width: 480px) {
    #primary .innerbox:has(.new_entry) {
      padding-top: 14.28vw;
      padding-bottom: 14.28vw; } }

.archive #primary .new_entry {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.archive #primary .new_entry li {
  width: 100%;
  padding: 0 0 7.14vw 0; }

.archive #primary .new_entry li:last-child {
  padding: 0; }

@media screen and (max-width: 900px) {
  .archive #primary .new_entry li {
    width: 48%; } }
@media screen and (max-width: 750px) {
  .archive #primary .new_entry li {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .archive #primary .new_entry li {
    padding: 0 0 10vw 0; } }
/* レイアウト -------------------------------- */
.archive #primary .new_entry li a {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.archive #primary .new_entry .new_thmb {
  width: 50%; }

.archive #primary .new_entry .txtbox {
  width: 50%;
  box-sizing: border-box;
  padding-top: 0;
  padding-left: 3.57vw; }

@media screen and (max-width: 900px) {
  .archive #primary .new_entry .new_thmb,
  .archive #primary .new_entry .txtbox {
    width: 100%; }

  .archive #primary .new_entry .txtbox {
    padding-top: 0.5em;
    padding-left: 0; } }
/* テキスト -------------------------------- */
.archive #primary .new_entry .txtbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

/* タイトル */
.archive #primary .new_ttl {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
  padding-top: 1em;
  padding-bottom: 0.75em; }

@media screen and (max-width: 1200px) {
  .archive #primary .new_ttl {
    font-size: 1.5em;
    line-height: 1.5em;
    padding-top: 0.75em;
    padding-bottom: 0.5em; } }
@media screen and (max-width: 900px) {
  .archive #primary .new_ttl {
    padding-top: 0; } }
/* 抜粋 */
.archive #primary .new_entry .txtbox p {
  padding-bottom: 0; }

@media screen and (max-width: 1200px) {
  .archive #primary .new_entry .txtbox p {
    line-height: 1.75em; } }
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2.5em; }
  @media screen and (max-width: 750px) {
    .pager {
      padding-top: 3em; } }
  .pager a {
    text-decoration: none; }
  .pager p {
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .pager .no-link {
    color: #DF76AD;
    opacity: 0.5;
    filter: alpha(opacity=70); }
  .pager .first,
  .pager .last {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .pager .prev,
  .pager .next {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .pager .nth-box {
    font-family: zubilo-black, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.2em; }
    .pager .nth-box .current {
      font-size: 1.2em;
      display: inline-block;
      color: #ea2a9b;
      opacity: 0.5;
      filter: alpha(opacity=70);
      padding: 0 0.5em; }
    .pager .nth-box .tenten {
      color: #ea2a9b;
      opacity: 0.5;
      filter: alpha(opacity=70); }
    .pager .nth-box a {
      display: inline-block;
      padding: 0 0.5em; }

/* ===========================================================================================================
　　　　　　　　　記事ページ
=========================================================================================================== */
.sec {
  width: 100%;
  padding: 3.57vw 0; }

/* -------------------------- ページヘッダー ------------------------------------------- */
.single_header {
  width: 100%;
  position: relative; }

.single_header .innerbox {
  padding-bottom: 0;
  padding-top: 0; }

.single_header .innerbox.copybox {
  padding-top: 20vw; }

.sghd_txt {
  width: 30%;
  padding-bottom: 2em; }

.sghd_mainimg {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

@media screen and (max-width: 1000px) {
  .single_header .innerbox.copybox {
    padding-top: 26vw; } }
@media screen and (max-width: 750px) {
  .single_header {
    padding-top: 0; }

  .single_header .innerbox.copybox {
    padding-top: 11vw; }

  .sghd_txt {
    width: 100%; }

  .sghd_mainimg {
    width: 100%;
    position: relative; } }
/* テキスト -------------------------------- */
/* 日付 */
.single_header .date {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  color: #ef96c5;
  padding-bottom: 0.5em;
  opacity: 0.5;
  filter: alpha(opacity=70); }

@media screen and (max-width: 1000px) {
  .single_header .date {
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 0.2em;
    padding-top: 0.8em; } }
/* 英語キャッチコピー */
.entry_copy {
  position: relative;
  font-size: 2.5em;
  line-height: 1.2em;
  z-index: 10;
  color: #ef96c5;
  padding-bottom: 0; }

@media screen and (max-width: 1000px) {
  .entry_copy {
    font-size: 2em;
    line-height: 1.2em; } }
/* 記事タイトル */
.page_title {
  font-size: 1.67em;
  font-weight: 400;
  line-height: 1.46em;
  padding-bottom: 0.25em;
  color: #ea2a9b; }

.subtxt {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
  color: #ea2a9b; }

@media screen and (max-width: 1000px) {
  .page_title {
    font-size: 1.2em;
    line-height: 1.46em; }

  .subtxt {
    font-size: 1em;
    line-height: 1.6em; } }
@media screen and (max-width: 900px) {
  .page_title {
    padding-bottom: 0.3em; } }
@media screen and (max-width: 480px) {
  .page_title {
    margin-top: 0; } }
/* 画像 -------------------------------- */
.sghd_mainimg .imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1; }
  @media screen and (max-width: 1000px) {
    .sghd_mainimg .imgbox {
      aspect-ratio: 5/3; } }
  @media screen and (max-width: 750px) {
    .sghd_mainimg .imgbox {
      aspect-ratio: 2/1; } }
  .sghd_mainimg .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

/*# sourceMappingURL=style.css.map */
