@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 有田ゴルフガーデン
Author: 株式会社重富プラス

*/
* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 2em;
  font-weight: 500;
  font-size: 16px;
  font-size: 0.857vw;
  background: #ffffff;
  color: #000000;
}
@media screen and (min-width: 2800px) {
  body {
    font-size: 24px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  body {
    font-size: 12px;
    font-size: 1.2vw;
    line-height: 2em;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 480px) {
  body {
    font-size: 11px;
    font-size: 1.5vw;
    line-height: 2em;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 11px;
    font-size: 2.7vw;
    line-height: 2em;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
#header {
  width: 10.7%;
  max-width: 300px;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #239f2f;
  z-index: 99;
  display: grid;
  transition: 1s ease-in-out;
}

#spheader {
  display: none;
}

#mainwrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 1.7857% 0 10.7%;
  position: relative;
  z-index: 1;
}

#pagefooter {
  width: 1.7857%;
  max-width: 50px;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background: #239f2f;
  color: #ffffff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

.innerbox {
  width: 100%;
  max-width: 2450px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2.04%;
  position: relative;
  transition: 1s ease-in-out;
}

@media screen and (max-width: 1700px) {
  #header {
    width: 180px;
    font-size: 14px;
    border-right: #239f2f solid 2px;
  }
  #mainwrap {
    padding: 0 30px 0 180px;
  }
  #pagefooter {
    width: 30px;
    border-left: #239f2f solid 2px;
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  #header {
    left: -100%;
  }
  #spheader {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 9;
  }
  #spheader .innerbox {
    height: 70px;
    background: #239f2f;
    border-bottom: #ffffff solid 2px;
    overflow: hidden;
  }
  #mainwrap,
  #spheader {
    padding: 0 30px 0 50px;
  }
  #mainwrap {
    padding-top: 70px;
  }
  .innerbox {
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  #mainwrap,
  #spheader {
    padding: 0 0 0 0;
  }
  #mainwrap {
    padding-top: 70px;
  }
  #pagefooter {
    width: 100%;
    max-width: none;
    height: 30px;
    min-height: 0;
    border-left: none;
    position: relative;
    z-index: 99;
  }
}
/* 欧文フォント */
.eg {
  font-family: "Caviar Dreams", serif;
}

/* 日本語フォント */
.jp {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* 文字寄せ */
.center {
  text-align: center;
}
.center span {
  display: block;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1000px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 750px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 英語タイトル */
.egttl {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

/* 画像 */
img {
  vertical-align: bottom;
}
img.img_max100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
img.rd {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
img.cir {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* リンク */
a {
  text-decoration: none;
  color: #239f2f;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #00a8f3;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

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

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  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;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  color: #000000;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (min-width: 1500px) {
  .formbox {
    width: 80%;
  }
}
@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;
  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;
  box-sizing: border-box;
  display: flex;
  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 {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  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;
  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: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 0.25em;
  border: #cee9d0 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: 500;
}
.formbox .wpcf7-form .acceptance_box p {
  padding-bottom: 2em !important;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  letter-spacing: 1em;
  text-indent: 1em;
  width: 10em !important;
  box-sizing: border-box;
  padding: 0.5em 1em;
  background: #239f2f;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit]:hover {
  background: #00a8f3;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: #239f2f;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #239f2f;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #239f2f;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

/* ================= フォーム確認画面 ============================================================ */
#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  background-color: #ffffff !important;
  border-radius: 1em;
  /* 入力内容 */
  /* ボタン */
}
#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#wpcf7cpcnf table tr th,
#wpcf7cpcnf table tr td {
  border-bottom: #ececec dashed 1px;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf table tr th,
  #wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec #wpcf7cpcnf table tr th p,
.contactpage-ctt .sec #wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
#wpcf7cpcnf table tr th {
  width: 20em;
  font-weight: normal !important;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec #wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
#wpcf7cpcnf table tr th p::after {
  content: "：";
}
#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
#wpcf7cpcnf .wpcf7cp-btns button {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  letter-spacing: 1em;
  text-indent: 1em;
  width: 10em !important;
  box-sizing: border-box;
  padding: 0.5em 1em;
  background: #239f2f;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 10em !important;
  /* 修正ボタン */
  /* 送信ボタン */
}
#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #00a8f3;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding: 0.5em 1em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #999;
}
#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background: #00a8f3;
}
#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

/* ===========================================================================================================
　　　　　　　　　左固定カラム
=========================================================================================================== */
/* ロゴ */
h1.logo {
  width: 10.7%;
  max-width: 300px;
  height: 13.25em;
  font-size: 1em;
  box-sizing: border-box;
  margin: 0;
  padding-right: 0.167em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}

h1.logo a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #239f2f;
}

h1.logo img {
  width: 56.67%;
  max-width: 170px;
  height: auto;
}

@media screen and (max-width: 1700px) {
  h1.logo {
    width: 180px;
    font-size: 14px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  h1.logo {
    top: 15px;
    left: 65px;
    width: 211px;
    height: 40px;
    border-right: none;
    background: transparent;
  }
  h1.logo a {
    width: 211px;
    height: 40px;
    background: url(/images/logomin.png) no-repeat center center;
    background-size: contain;
    transition: 0.3s ease-in-out;
  }
  h1.logo a:hover {
    opacity: 0.7;
  }
  h1.logo img {
    display: none;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  h1.logo {
    left: 15px;
  }
}
/* -------------------------- グローバルナビゲーション ------------------------------------------- */
#gnav {
  width: 100%;
  margin: 0;
  padding: 13.25em 0 0 0;
  display: grid;
  grid-template-rows: calc((2.49em + 1px) * 7) 1fr;
  grid-template-columns: 100%;
  -ms-grid-rows: calc((2.49em + 1px) * 7) 1fr;
  -ms-grid-columns: 100%;
}

/* リスト */
#gnav ul {
  width: 100%;
  list-style: none inside;
}

#gnav ul li {
  box-sizing: border-box;
}

/* サイドメニュー ------------------------------------------- */
.sidemenu {
  width: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.pmenu {
  width: 100%;
  font-size: 0.83em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
  box-sizing: border-box;
  border-top: #ffffff solid 1px;
}

/* リンク */
.pmenu a {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 2em;
  transition: 0.3s ease-in-out;
}

.pmenu .plink {
  position: relative;
  z-index: 999;
  background: #239f2f;
  color: #ffffff;
}
.pmenu .plink:hover {
  background: #00a8f3;
  text-decoration: none;
}

/* サブメニュー */
.submenu {
  width: 5em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #00a8f3;
  color: #ffffff;
  transition: 0.7s ease-in-out;
  opacity: 0;
  z-index: 992;
}

.pmenu:hover .submenu {
  left: 100%;
  opacity: 1;
}

.submenuttl {
  width: 4.167em;
  font-size: 1.2em;
  line-height: 1em;
  writing-mode: vertical-rl;
  padding-top: 2em;
  padding-bottom: 2em;
  background: #239f2f;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submenuttl span {
  width: 4.167em;
  box-sizing: border-box;
  padding: 0 1.483em;
}

.childmenu {
  width: 100%;
  writing-mode: vertical-rl;
}

.submenu a {
  box-sizing: content-box;
  width: 1em;
  padding: 1.5em 2em;
  display: block;
  color: #ffffff;
}

.submenu a:hover {
  background: #f9f928;
  color: #239f2f;
}

@media screen and (max-width: 1700px) {
  .submenu,
  .submenuttl,
  .childmenu,
  .submenu a {
    width: 55px;
    box-sizing: border-box;
  }
  .submenuttl {
    font-size: 13px;
  }
  .submenu a {
    width: 55px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.1em;
  }
}
/* ボタンナビエリア ------------------------------------------- */
.btn_nav {
  border-top: #ffffff solid 1px;
  background: #239f2f;
  position: relative;
  z-index: 999;
  grid-row: 2/3;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

/* コンバージョンボタン ------------------------------------------- */
.btn_form {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 1.25em 1em;
  text-align: center;
}

/* ボタン画像 */
.btn_form img {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* SNS ------------------------------------------- */
.sns {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sns li {
  font-size: 1.25em;
}

.sns li img {
  width: 0.8em;
}

/* リンク */
.sns li a {
  transition: 0.3s ease-in-out;
  color: #ffffff;
  display: inline-flex;
  align-items: flex-start;
}

.sns li a:hover {
  text-decoration: none;
  color: #00a8f3;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ===========================================================================================================
　　　　　　　　　スマホ用ヘッダー
=========================================================================================================== */
@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  #spheader .btn_form {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  #spheader .btn_form img {
    height: 40px;
    width: auto;
  }
  #spheader .sns {
    display: none;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  #spheader .btn_form {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  #spheader .btn_form {
    display: none;
  }
}
/* ===========================================================================================================
　　　　　　　　　格納ナビゲーション
=========================================================================================================== */
@media screen and (min-width: 1001px) and (min-height: 601px) {
  .hm_btn,
  .hm_menu_wrap {
    display: none;
  }
}
@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  .hm_btn,
  .hm_menu_wrap {
    display: block;
  }
}
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

/* メニューボタン */
@media screen and (min-width: 751px) and (min-height: 451px) {
  .hm_btn {
    position: fixed;
    width: 50px;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: #239f2f;
    border-right: #ffffff solid 2px;
  }
  .hm_btn::before {
    display: block;
    width: 100%;
    text-align: center;
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f0c9";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -15px auto auto auto;
    color: #ffffff;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .hm_btn {
    position: fixed;
    width: 30px;
    height: 27px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    top: 20px;
    right: 15px;
    z-index: 9999999999;
  }
  .hm_btn::before {
    box-shadow: #ffffff 0 12px 0;
  }
  .hm_btn::after {
    bottom: 0;
  }
  .hm_btn::before,
  .hm_btn::after {
    width: 30px;
    height: 3px;
    background: #ffffff;
    display: block;
    content: "";
    position: absolute;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  }
}
/* ****************** 格納領域 *************************************************** */
@media screen and (min-width: 751px) and (min-height: 451px) {
  .hm_menu_wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 50px;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.7s;
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999999999991;
  }
  .menucontent {
    font-size: 14px;
    display: grid;
    grid-template-rows: 17.8em 1fr;
    grid-template-columns: 100%;
    -ms-grid-rows: 17.8em 1fr;
    -ms-grid-columns: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    width: 0;
    position: absolute;
    top: 0;
    left: -1000px;
    bottom: 0;
    transition: left 0.7s;
    border: none;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .hm_menu_wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.7s;
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999999999991;
  }
  .menucontent {
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 0 0 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    left: 0;
    transition: top 0.7s;
    border: none;
  }
}
.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: 80px;
}

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

@media screen and (min-width: 751px) and (min-height: 451px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    width: 180px;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    height: 100%;
    min-height: 100%;
    height: 100vh;
    background: #ffffff;
  }
  .hm_menu_check:checked ~ .hm_btn::before {
    content: "\f00d";
  }
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    background: #ffffff;
  }
  .hm_menu_check:checked ~ .hm_btn::before {
    box-shadow: transparent 0 0 0;
    transform: rotate(45deg) translate3d(6px, 11px, 0);
  }
  .hm_menu_check:checked ~ .hm_btn::after {
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
  }
}
/* ****************** 中身デザイン *************************************************** */
/* リスト */
.menucontent ul {
  width: 100%;
  list-style: none inside;
}

.menucontent ul li {
  box-sizing: border-box;
}

@media screen and (min-width: 751px) and (min-height: 451px) {
  .menucontent .sidemenu .pmenu:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .menucontent .sidemenu {
    overflow: hidden;
  }
  .menucontent .pmenu {
    border-bottom: #ffffff solid 1px;
    border-top: none;
  }
  .plink {
    background: #239f2f;
  }
  .menucontent .pmenu a {
    padding: 1.5em 2em;
    color: #ffffff;
  }
  /* サブメニュー */
  .menucontent .submenu {
    width: 100%;
    position: relative;
    background: #cee9d0;
    opacity: 1;
  }
  .menucontent .pmenu:hover .submenu {
    left: 0;
  }
  .menucontent .submenuttl {
    display: none;
  }
  .menucontent .childmenu {
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .menucontent .submenu a {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 2em 1em 2.5em;
    border-top: #239f2f solid 1px;
    color: #239f2f;
  }
  .menucontent .submenu a:hover {
    background: #cee9d0;
    color: #239f2f;
  }
  /* ボタンナビ */
  .menucontent .btn_nav {
    border-top: none;
    padding-bottom: 30px;
  }
  /* SNS */
  .sns {
    max-width: 300px;
    margin: 0 auto;
  }
  .sns li {
    font-size: 36px;
  }
}
/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
#footer {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

/* -------------------------- フッター上部バナー領域 ------------------------------------------- */
.footer_bn {
  width: 100%;
  padding: 100px 0;
  background: #ffffff;
}

@media screen and (max-width: 480px) {
  .footer_bn {
    padding: 50px 0;
  }
}
/* バナーリスト ------------------------------------------- */
.footer_bn ul {
  width: 100%;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer_bn li {
  padding: 0 3em;
}

/* バナー画像 */
.footer_bn img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .footer_bn li {
    padding: 0 2em;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .footer_bn li {
    padding: 0 0 3em 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .footer_bn li:last-child {
    padding: 0 0 0 0;
  }
}
/* -------------------------- フッター下部領域 ------------------------------------------- */
.footer_bottom {
  width: 100%;
  padding: 100px 0;
  background: #262626;
  color: #ffffff;
}

.footer_bottom .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 480px) {
  .footer_bottom {
    padding: 50px 0;
  }
}
/* リスト */
.footer_bottom ul {
  list-style: none inside;
  font-size: 0.75em;
  line-height: 1.33em;
}

/* リンク */
.footer_bottom a {
  color: #ffffff;
}

/* 会社情報 ------------------------------------------- */
.footerinfo {
  width: 50%;
  position: relative;
}

/* 社名 */
.footerinfo h2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.25em;
}

/* 電話番号 */
.tel {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  padding: 0.5em 0 0.1em 0;
}

/* フッターナビゲーション ------------------------------------------- */
.footernav {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

/* フッターメニュー */
.footermenu {
  width: 100%;
  text-align: right;
}

.footermenu li {
  display: inline-block;
  padding-left: 2em;
}

/* フッターロゴ */
.footer_logo {
  width: 100%;
  text-align: right;
}

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

/* ===========================================================================================================
　　　　　　　　　右固定カラムコピーライト
=========================================================================================================== */
#pagefooter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright {
  font-family: "Caviar Dreams", serif;
  font-size: 0.6em;
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  color: #ffffff;
}
@media screen and (max-height: 480px) {
  .copyright {
    font-size: 0.4em;
  }
}

@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .copyright {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .copyright img {
    display: none;
  }
  .copyright::before {
    content: attr(title);
  }
}
@media screen and (max-width: 480px) {
  .copyright {
    letter-spacing: 0;
  }
}
/* ===========================================================================================================
　　　　　　　　　トップページメインカラム
=========================================================================================================== */
.home section {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  .home section {
    padding: 50px 0;
  }
}
/* 英語なしタイトル */
.topttl.noegttl {
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1em;
}

/* -------------------------- セクションヘッダー ------------------------------------------- */
.sec_header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 2em 0;
  text-align: center;
}

/* 見出し ------------------------------------------- */
.topttl {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
}

/* 英語タイトル */
.topttl .egttl {
  display: block;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0;
  padding-bottom: 0.5em;
}

/* ボタン ------------------------------------------- */
.btn_list {
  position: absolute;
  top: 1.5em;
  right: 0;
}

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

/* =============================== 企業理念 =================================================================== */
#toptxt .topttl {
  color: #ffffff;
}

#toptxt h3 {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.8em;
  padding-bottom: 0.4em;
}

#toptxt p {
  color: #ffffff;
  padding-bottom: 1.5em;
}

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

#toptxt .topcopy {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.8em;
}

#toptxt {
  background: url(/images/bg_about.webp) no-repeat center bottom;
  background-size: cover;
}

/* =============================== 新着情報 =================================================================== */
#news {
  background: #ececec;
}

/* 見出し */
#news .topttl {
  color: #239f2f;
}

/* -------------------------- 記事エリア ------------------------------------------- */
.newsbox {
  width: 100%;
  position: relative;
}

/* グリッド ------------------------------------------- */
.newsbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-rows: 23em 23em;
  grid-template-columns: 1fr 27.66% 17% 17%;
  -ms-grid-rows: 23em 23em;
  -ms-grid-columns: 1fr 27.66% 17% 17%;
}

.newsbox li {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}

/* 各アイテム */
.newsbox li:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
  padding-right: 2.08em;
}

.newsbox li:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;
  padding-right: 2.08em;
}

.newsbox li:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/5;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  padding-bottom: 1.04em;
}

.newsbox li:nth-child(4) {
  grid-row: 2/3;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  padding-top: 1.04em;
  padding-right: 1.04em;
}

.newsbox li:nth-child(5) {
  grid-row: 2/3;
  grid-column: 4/5;
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  padding-top: 1.04em;
  padding-left: 1.04em;
}

@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .newsbox ul {
    grid-template-rows: 46em 23em 23em;
    grid-template-columns: 50% 12.5% 12.5% 12.5% 12.5%;
    -ms-grid-rows: 46em 23em 23em;
    -ms-grid-columns: 50% 12.5% 12.5% 12.5% 12.5%;
  }
  /* 各アイテム */
  .newsbox li:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    padding-right: 1em;
    padding-bottom: 1em;
  }
  .newsbox li:nth-child(2) {
    grid-row: 1/2;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    padding-right: 0;
    padding-bottom: 1em;
  }
  .newsbox li:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/6;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    padding-bottom: 1em;
  }
  .newsbox li:nth-child(4) {
    grid-row: 3/4;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    padding-top: 0;
    padding-right: 0.5em;
  }
  .newsbox li:nth-child(5) {
    grid-row: 3/4;
    grid-column: 2/6;
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    padding-top: 0;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .newsbox ul {
    grid-template-rows: 46em 30em 23em 23em;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 46em 30em 23em 23em;
    -ms-grid-columns: 50% 50%;
  }
  /* 各アイテム */
  .newsbox li:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    padding-right: 0;
    padding-bottom: 1em;
  }
  .newsbox li:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    padding-right: 0;
  }
  .newsbox li:nth-child(3) {
    grid-row: 3/4;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .newsbox li:nth-child(4) {
    grid-row: 4/5;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .newsbox li:nth-child(5) {
    grid-row: 4/5;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
/* リンク ------------------------------------------- */
.newsbox a {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #239f2f;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.newsbox a:hover {
  text-decoration: none;
  background: #00a8f3;
}
.newsbox a:hover .newsttl::after {
  background: #00a8f3;
}

/* アイテム内レイアウト ------------------------------------------- */
.newsbox figure {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* 文字 */
.newsbox figcaption {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  flex: 1;
  display: flex;
  align-items: center;
}

.newsbox figcaption div {
  width: 100%;
  position: relative;
}

/* 2番目の記事 */
.newsbox li:nth-child(2) figure {
  flex-direction: column-reverse;
  align-content: space-between;
}

@media screen and (max-width: 480px) {
  .newsbox li:nth-child(2) figure {
    flex-direction: column;
  }
}
/* 3番目の記事 */
.newsbox li:nth-child(3) figure {
  justify-content: space-between;
  align-items: stretch;
}

.newsbox li:nth-child(3) figcaption {
  width: 50%;
}

.newsbox li:nth-child(3) .newsimg {
  width: 50%;
}

/* サムネイル画像 ------------------------------------------- */
.newsbox figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.newsimg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.newsimg::before {
  display: block;
  content: "";
}

.newsimginner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* 各画像縦横比 */
.newsbox li:nth-child(1) .newsimg::before {
  padding-top: 100%;
}

.newsbox li:nth-child(2) .newsimg::before {
  padding-top: 133.33%;
}

.newsbox li:nth-child(4) .newsimg::before {
  padding-top: 100%;
}

.newsbox li:nth-child(5) .newsimg::before {
  padding-top: 100%;
}

@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .newsbox li:nth-child(4) .newsimg::before {
    padding-top: 50%;
  }
  .newsbox li:nth-child(5) .newsimg::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 480px) {
  .newsbox li:nth-child(1) .newsimg::before {
    padding-top: 100%;
  }
  .newsbox li:nth-child(2) .newsimg::before {
    padding-top: 60%;
  }
  .newsbox li:nth-child(4) .newsimg::before {
    padding-top: 100%;
  }
  .newsbox li:nth-child(5) .newsimg::before {
    padding-top: 100%;
  }
}
/* 日付 ------------------------------------------- */
.newsbox a .date {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  display: block;
  font-size: 2em;
  font-weight: 200;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 0.2em;
}

.newsbox a .date .year {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.625em;
}

/* タイトル ------------------------------------------- */
.newsttl {
  width: 100%;
  display: block;
  line-height: 2em;
  overflow: hidden;
  color: #ffffff;
}

/* .newsttl::before{
	content: "…";
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 0;
	background: $mc;
	padding: 0 0.5em 0.25em 0.1em;
} */
.newsttl::after {
  transition: 0.3s ease;
  backface-visibility: hidden;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2em;
  line-height: 2em;
  background: #239f2f;
}

.newsbox li:nth-child(1) .newsttl {
  max-height: 3.5em;
}

.newsbox li:nth-child(2) .newsttl {
  max-height: 8.5em;
}

.newsbox li:nth-child(2) .newsttl::before {
  bottom: 1em;
}

.newsbox li:nth-child(3) .newsttl {
  max-height: 18.5em;
}

.newsbox li:nth-child(3) .newsttl::before {
  bottom: 1em;
}

.newsbox li:nth-child(4) .newsttl,
.newsbox li:nth-child(5) .newsttl {
  width: 14em;
  height: 1.5em;
}

.newsbox li:nth-child(n+6) {
  display: none;
}

/* =============================== ブログ =================================================================== */
#blog {
  background: #00a8f3;
  color: #ffffff;
}

/* 見出し */
#blog .topttl {
  color: #ffffff;
}

/* -------------------------- 記事エリア ------------------------------------------- */
.blogbox {
  width: 100%;
  position: relative;
}

.blogbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.blogbox li {
  width: 23.4%;
  padding-right: 2.13%;
}

.blogbox li:nth-child(4n) {
  padding-right: 0;
}

/* リンク */
.blogbox a:hover {
  text-decoration: none;
}

@media screen and (max-width: 750px), screen and (max-height: 450px) {
  .blogbox li {
    width: 46%;
    padding-right: 8%;
    padding-bottom: 5em;
  }
  .blogbox li:nth-child(2n) {
    padding-right: 0;
  }
  .blogbox li:nth-child(n+3) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .blogbox li {
    width: 100%;
    padding-right: 0;
  }
  .blogbox li:nth-child(n+3) {
    padding-bottom: 5em;
  }
  .blogbox li:last-child {
    padding-bottom: 0;
  }
}
/* サムネイル画像 ------------------------------------------- */
.blogbox figure {
  width: 100%;
}

.blogimg {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}

.blogimg::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.blogimginner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* 日付 ------------------------------------------- */
.blogbox a .date {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  display: block;
  font-size: 2em;
  font-weight: 200;
  line-height: 1em;
  color: #ffffff;
  padding-top: 0.5em;
}

.blogbox a .date .year {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.625em;
}

/* マウスオーバー */
.blogbox a:hover .date {
  color: #f9f928;
}

/* タイトル ------------------------------------------- */
a .blogttl {
  width: 100%;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2em;
  height: 1.7em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}

/* リンク */
.blogbox a:hover .blogttl {
  color: #f9f928;
  text-decoration: underline;
}

/* =============================== 強み =================================================================== */
#point {
  background: #ffffff;
  color: #000000;
}

#point .sec_header .topttl {
  color: #239f2f;
}

/* -------------------------- 一覧エリア ------------------------------------------- */
#point ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#point li {
  width: 23.4%;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 750px), screen and (max-height: 450px) {
  #point li {
    width: 46%;
    padding-bottom: 5em;
  }
  #point ul li:nth-child(n+3) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #point li {
    width: 100%;
  }
  #point ul li:nth-child(n+3) {
    padding-bottom: 5em;
  }
  #point ul li:last-child {
    padding-bottom: 0;
  }
}
/* 画像 */
#point figure img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* =============================== 院内研修 =================================================================== */
#training {
  background: #ffffff;
  color: #ffffff;
}

/* -------------------------- 一覧エリア ------------------------------------------- */
#training ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#training li {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 31.9%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  padding: 2.08em;
  padding-bottom: 6.24em;
  position: relative;
  background: #239f2f;
  color: #ffffff;
  margin-bottom: 2%;
}
#training li:first-of-type {
  width: 100%;
  padding: 0;
}
#training li:first-of-type p {
  padding-bottom: 0;
}
#training li:first-of-type p a {
  display: block;
  width: 100%;
  height: 100%;
}
#training li:first-of-type p a img {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  #training li {
    font-size: 1.5em;
    line-height: 1.5em;
    width: 100%;
    padding-bottom: 8em;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  #training li {
    font-size: 1em;
    line-height: 1.5em;
  }
}
/* 見出し */
#training li h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 1.8em;
}

/* 画像 */
#training li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* 段落 */
@media screen and (max-width: 1400px) {
  #training li .center {
    text-align: left;
  }
  #training li .center span {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  #training li .center {
    text-align: center;
  }
  #training li .center span {
    display: block;
  }
}
/* ボタン ------------------------------------------- */
#training li .btn_dtl {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 2.08em;
}

/* 画像 */
#training li .btn_dtl img {
  margin-bottom: 0;
  width: 34.67%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  #training li .btn_dtl img {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  #training li .btn_dtl img {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  #training li .btn_dtl img {
    width: 34.67%;
  }
}
@media screen and (max-width: 480px) {
  #training li .btn_dtl img {
    width: 50%;
  }
}
/* =============================== 公開セミナー =================================================================== */
#seminar {
  background: #ffffff;
}

/* 見出し */
#seminar .topttl {
  color: #239f2f;
}

/* -------------------------- 一覧エリア ------------------------------------------- */
#seminar ul {
  list-style: none inside;
  width: 100%;
  position: relative;
}

#seminar li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2.08em;
  background: #d2d2d2;
}

#seminar figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#seminar figure span {
  width: 31.9%;
}

#seminar figure figcaption {
  width: 68.1%;
  box-sizing: border-box;
  padding: 4.167em;
}

@media screen and (max-width: 750px) {
  #seminar figure span {
    width: 100%;
  }
  #seminar figure figcaption {
    width: 100%;
    padding: 2em;
  }
}
/* テキスト ------------------------------------------- */
/* 見出し */
#seminar h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #239f2f;
}

/* 強調 */
#seminar strong {
  color: #239f2f;
  font-weight: 700;
  display: block;
}

/* 段落 */
#seminar a figcaption {
  color: #000000;
}

#seminar a figcaption p:last-child {
  padding-bottom: 0;
}

/* マウスオーバー ------------------------------------------- */
#seminar li a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
}

#seminar li a:hover {
  text-decoration: none;
  background: #239f2f;
  color: #ffffff;
}

#seminar a:hover figcaption h3,
#seminar a:hover figcaption strong,
#seminar a:hover figcaption p {
  color: #ffffff;
}

/* 画像 ------------------------------------------- */
#seminar img.img_max100 {
  -o-object-position: 0 50%;
     object-position: 0 50%;
  font-family: "object-fit: cover; object-position: 0 50%;";
}

/* =============================== 講師紹介 =================================================================== */
#product {
  background: #239f2f;
  padding-bottom: 0;
}

/* 見出し */
#product .topttl {
  color: #ffffff;
}

/* -------------------------- あいさつメイン ------------------------------------------- */
.wdbox_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wdbox_main .txtbox,
.wdbox_main .imgbox {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 750px) {
  .wdbox_main .txtbox,
  .wdbox_main .imgbox,
  .wdbox_main .txtbox div {
    width: 100%;
  }
}
/* テキスト ------------------------------------------- */
.wdbox_main .txtbox {
  padding: 2.08em;
  color: #ffffff;
  display: flex;
  align-items: center;
}

/* 見出し */
.wdbox_main .txtbox h3 {
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}

.wdbox_main .txtbox h3 small {
  display: block;
  font-size: 0.53em;
  font-weight: 500;
}

.wdbox_main .txtbox h4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.1em;
  border-bottom: #239f2f solid 2px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 480px) {
  .wdbox_main .txtbox h3 {
    font-size: 2em;
  }
}
/* 段落 */
.wdbox_main .txtbox p {
  line-height: 2em;
}

/* 背景カラーボックス */
.topbgbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  font-size: 0.8em;
  background: rgba(255, 255, 255, 0.6);
  color: #239f2f;
}

@media screen and (max-width: 1000px) {
  .wdbox_main .txtbox p {
    font-size: 1em;
    line-height: 2em;
  }
  .topbgbox {
    font-size: 0.9em;
  }
}
/* リスト */
.wdbox_main .txtbox ul {
  list-style: none inside;
}

/* ボタン ------------------------------------------- */
.wdbox_main .btn_dtl {
  padding-top: 3em;
  text-align: right;
}

.wdbox_main .btn_dtl img {
  width: 20.5%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .wdbox_main .btn_dtl img {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .wdbox_main .btn_dtl img {
    width: 36%;
  }
}
@media screen and (max-width: 750px) {
  .wdbox_main .btn_dtl img {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .wdbox_main .btn_dtl {
    padding-top: 2em;
  }
  .wdbox_main .btn_dtl img {
    width: 40%;
  }
}
/* ボタン色 */
.wdbox_main .btn_dtl img {
  -moz-filter: grayscale(100%) brightness(2);
  -o-filter: grayscale(100%) brightness(2);
  -ms-filter: grayscale(100%) brightness(2);
  filter: grayscale(100%) brightness(2);
}

/* 画像 ------------------------------------------- */
.wdbox_main .imgbox {
  position: relative;
}

/* -------------------------- あいさつサブ ------------------------------------------- */
.wdsubarea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wdbox_sub {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.wdbox_sub .txtbox,
.wdbox_sub .imgbox {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 1001px) {
  .wdbox_sub {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .wdbox_sub .txtbox,
  .wdbox_sub .imgbox {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wdbox_sub {
    width: 100%;
  }
}
/* 各色 ------------------------------------------- */
.wdsubarea .wdbox_sub:nth-child(1) {
  background: #ececec;
  color: #239f2f;
}

.wdsubarea .wdbox_sub:nth-child(2) {
  background: #ffffff;
}

.wdsubarea .wdbox_sub:nth-child(3) {
  background: #239f2f;
  color: #ffffff;
}

.wdsubarea .wdbox_sub:nth-child(4) {
  background: #262626;
}

/* テキスト ------------------------------------------- */
.wdbox_sub .txtbox {
  padding: 2.08em;
}

/* 見出し */
.wdbox_sub .txtbox h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.5em;
}

.wdbox_sub .txtbox h3 small {
  display: block;
  padding-top: 0.5em;
  font-size: 0.5em;
  font-weight: 500;
}

/* 段落 */
.wdbox_sub .txtbox p {
  line-height: 1.6em;
}

.wdbox_sub .txtbox p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1500px) {
  .wdbox_sub .txtbox p {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1000px) {
  .wdbox_sub .txtbox p {
    font-size: 1em;
    line-height: 1.6em;
  }
}
/* ボタン ------------------------------------------- */
.wdbox_sub .btn_dtl {
  width: 100%;
  position: relative;
  text-align: right;
  padding-top: 2em;
}

.wdbox_sub .btn_dtl img {
  width: 45%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .wdbox_sub .btn_dtl img {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .wdbox_sub .btn_dtl img {
    width: 36%;
  }
}
@media screen and (max-width: 750px) {
  .wdbox_sub .btn_dtl {
    padding-top: 1em;
  }
  .wdbox_sub .btn_dtl img {
    width: 40%;
  }
}
/* 各ボタン色 */
.wdsubarea .wdbox_sub:nth-child(2n) .btn_dtl img {
  -moz-filter: grayscale(100%) brightness(0.5);
  -o-filter: grayscale(100%) brightness(0.5);
  -ms-filter: grayscale(100%) brightness(0.5);
  filter: grayscale(100%) brightness(0.5);
}

.wdsubarea .wdbox_sub:nth-child(3) .btn_dtl img {
  -moz-filter: grayscale(100%) brightness(2);
  -o-filter: grayscale(100%) brightness(2);
  -ms-filter: grayscale(100%) brightness(2);
  filter: grayscale(100%) brightness(2);
}

/* 画像 ------------------------------------------- */
.wdbox_sub .imgbox {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .wdbox_sub .imgbox img {
    width: 100% !important;
    height: auto !important;
  }
}
/* ===========================================================================================================
　　　　　　　　　下層ページメインカラム
=========================================================================================================== */
/* ページヘッダー ------------------------------------------- */
.page-header {
  padding: 5em 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/pageheader_bgimg.webp) no-repeat center/cover;
  background-size: 100%;
}

/* ページタイトル */
.page-title {
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-bottom: 1em;
  color: #ffffff;
}

.page-title .egttl {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 0em;
  margin-bottom: 0.25em;
  padding-bottom: 0.1em;
  font-style: italic;
  border-bottom: #ffffff solid 0.1em;
}

/* ===========================================================================================================
　　　　　　　　　各下層ページ
=========================================================================================================== */
@media screen and (max-width: 480px) {
  .center.spleft {
    text-align: left;
  }
}
/* =============================== 404エラー =================================================================== */
.error404 .page-content p {
  text-align: center;
}

.error404 .page-content .search-form {
  margin: 2em auto 10em auto;
}

/* =============================== 会社概要 =================================================================== */
.companypage-ctt .sec {
  width: 100%;
  padding: 7.14em 0;
}

/* メイン画像 */
.companypage-ctt .parts-100img {
  padding-bottom: 0;
}

/* -------------------------- あいさつ ------------------------------------------- */
/* キャッチコピー ------------------------------------------- */
.companypage-ctt p.parts-copy {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .companypage-ctt p.parts-copy {
    font-size: 1.3em;
  }
}
/* 名前 ------------------------------------------- */
.words_name {
  width: 100%;
  font-weight: 700;
  line-height: 1.5em;
  text-align: right;
  padding-top: 2em;
  padding-bottom: 0;
}

/* -------------------------- 会社概要 ------------------------------------------- */
.compinfo {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* リスト */
.compinfo ul {
  width: 100%;
  position: relative;
}

.compinfo li {
  list-style: none inside;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2px;
}

.infottl,
.infoctt {
  padding: 1.5em;
  box-sizing: border-box;
}

.infottl {
  width: 30%;
  background: #239f2f;
  color: #ffffff;
  font-weight: 500;
}

.infoctt {
  width: 70%;
  background: #ffffff;
  color: #239f2f;
}

.infoctt a {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .infottl,
  .infoctt {
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: left;
  }
}
/* -------------------------- Googleマップ ------------------------------------------- */
.gmap {
  margin: 4em auto;
}

#googlemaps iframe {
  width: 100%;
  height: 750px;
  height: 50vw;
  max-height: 750px;
}

/* =============================== 個人情報 =================================================================== */
.privacy-template .entry-content h3 {
  padding-top: 3.57em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #239f2f solid 3px;
}

.privacy-template .entry-content h3:first-child {
  padding-top: 0;
}

/* =============================== お客様の声 =================================================================== */
/* -------------------------- お客様情報 ------------------------------------------- */
.voice_info {
  width: 100%;
  padding-bottom: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

/* 画像 ------------------------------------------- */
.vinfoimg {
  width: 33.34%;
  position: relative;
}

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

@media screen and (max-width: 480px) {
  .vinfoimg {
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
  .vinfoimg img {
    width: 65%;
    height: auto;
  }
}
/* テキスト ------------------------------------------- */
.vinfotxt {
  width: 64%;
  position: relative;
  display: flex;
  align-items: center;
}

.vinfotxt div {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .vinfotxt {
    width: 100%;
  }
}
/* 見出し */
.voice_ttl {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 1em;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .voice_ttl {
    font-size: 2em;
    line-height: 1.4em;
  }
}
/* 名前 */
.partspage-ctt p.vname {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.5em;
  border-bottom: #239f2f solid 2px;
  color: #239f2f;
  margin-bottom: 0.5em;
  width: 100%;
}

/* プロフィール・説明など */
.partspage-ctt p.vinfo {
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: #535353;
  width: 100%;
}

/* サブ情報 */
.partspage-ctt p.voice_subinfo {
  line-height: 1.5em;
  padding-bottom: 0;
  color: #535353;
  width: 100%;
}

/* -------------------------- インタビュー ------------------------------------------- */
/* 質問 */
.voice_q {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  color: #239f2f;
  padding-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}

.voice_q::before {
  content: "\f130";
  font-family: FontAwesome;
  padding-right: 0.3em;
  opacity: 0.7;
}

/* 回答 */
.voice_a {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.voice_a::before {
  content: "\f007";
  font-size: 1.6em;
  font-family: FontAwesome;
  padding-right: 0.3em;
  opacity: 0.3;
}

/* =============================== パーツ非表示設定 =================================================================== */
#point figcaption,
.category-seminar #main_content .date {
  display: block;
}

/* =============================== コンテンツ詳細 =================================================================== */
.single-detail .partspage-ctt .sec {
  padding: 3.5em 0;
}

/* -------------------------- トップ ------------------------------------------- */
.dtltop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

/* -------------------------- 概要情報エリア ------------------------------------------- */
.dtlinfo {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .dtlinfo {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .dtlinfo {
    width: 100%;
    padding-top: 2em;
  }
}
/* 名前 */
.parts-hd {
  color: #000000;
  padding-bottom: 0.3em;
}

/* 価格等 */
.partspage-ctt .dtlinfo p.parts-copy {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}

/* ボタン */
.cartbtn a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  padding: 1em;
  background: #239f2f;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.cartbtn a:hover {
  text-decoration: none;
  background: #7ca9ca;
}

/* -------------------------- トップ画像エリア ------------------------------------------- */
.dtlimg {
  width: 68%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .dtlimg {
    width: 58%;
  }
}
@media screen and (max-width: 480px) {
  .dtlimg {
    width: 100%;
  }
}
/* メイン画像 ------------------------------------------- */
.dtl_mainimg {
  width: 58.5%;
}

.dtl_mainimg img {
  width: 100%;
  height: auto;
}

/* サブ画像無 */
.nosubimg .dtl_mainimg {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .dtl_mainimg {
    width: 100%;
  }
}
/* サブ画像 ------------------------------------------- */
.dtl_subimg {
  list-style: none inside;
  width: 39.5%;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.dtl_subimg li {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  margin: 0.5em 0;
}

.dtl_subimg li::before {
  content: "";
  display: block;
  padding-top: 90%;
}

.dtl_subimg li a {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .dtl_subimg {
    width: 100%;
    margin-top: 2em;
  }
  .dtl_subimg li {
    width: 16.66%;
  }
}
@media screen and (max-width: 600px) {
  .dtl_subimg li {
    width: 33.33%;
  }
}
/* -------------------------- 説明エリア ------------------------------------------- */
.single-detail .sec .parts-h4 {
  color: #000000;
}

.single-detail .sec .parts-h4:first-child {
  padding-top: 0;
}

.single-detail .partspage-ctt .sec p:last-child,
.single-detail .box_imglefttxt,
.single-detail .box_imgrighttxt {
  padding-bottom: 0;
}

/* 幅狭 */
.widthmin {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* 背景つきエリア */
.single-detail .bbox {
  background: #d2d2d2;
  color: #000000;
  margin-bottom: 2em;
}

/* 注釈 */
.single-detail .note {
  opacity: 0.7;
  font-size: 0.9em;
  font-weight: 200;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}
.partspage-ctt .sec {
  width: 100%;
  padding: 7.14em 0;
}

/* 最大幅800px */
.max800px {
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .max800px {
    width: 50%;
  }
}

/* 最大幅1500px */
.max1500px {
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .max1500px {
    width: 80%;
  }
}

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

.sec_bg2 {
  background: #ececec;
}

.sec_bg3 {
  background: #00a8f3;
  color: #ffffff;
}

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

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec.private {
  display: none;
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.partspage-ctt .sec .access_map iframe,
.partspage-ctt .sec .access_map .acf-map {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  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;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.partspage-ctt .cir {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.btn a {
  display: inline-block;
  background: #ffffff;
  color: #239f2f;
  border-radius: 5em;
  min-width: 10em;
  padding: 0.5em 1em;
  text-align: center;
}
.sec_bg1 .btn a {
  background: #239f2f;
  color: #ffffff;
  border: #239f2f solid 0.15em;
}
.sec_bg1 .btn a:hover {
  background: #ffffff;
  color: #239f2f;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #239f2f;
  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: #ffffff;
}
.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: #239f2f;
    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: #ffffff;
  }
  /* 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%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@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) {
  .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) {
  .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) {
  .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) {
  .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: #239f2f;
    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: #ffffff;
  }
  /* 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: 5em;
  text-align: center;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 750px) {
  .parts_img img {
    width: 100%;
  }
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  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 .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 h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 画像 */
.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-family: "Caviar Dreams", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.25em;
  text-decoration: none;
}
.imgcard_txt p {
  font-family: "Caviar Dreams", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  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;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.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;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  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;
  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 {
  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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  .imgcard_l1 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  .imgcard_l2 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@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) {
  .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) {
  .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) {
  .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) {
  .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;
  }
}
/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3.57em;
  border-radius: 0.5em;
  margin: 0 auto;
  margin-bottom: 4em;
  background: #cee9d0;
  /* 見出し */
}
.no_list:last-child,
.order_list:last-child,
.check_list:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1500px) {
  .no_list,
  .order_list,
  .check_list {
    width: 80%;
  }
}
@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-family: "Caviar Dreams", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #239f2f;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  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: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.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;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul {
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  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: #239f2f;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.5em;
  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;
  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: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  color: #239f2f;
  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;
  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: #239f2f;
  margin-left: -1.5em;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
@media screen and (min-width: 1500px) {
  .table {
    width: 80%;
  }
}
.table h3,
.table h4 {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #239f2f;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.sec_bg3 .table h3,
.sec_bg3 .table h4 {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .table h3,
  .table h4 {
    font-size: 1.3em;
  }
}
.table ul {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0.25em;
  overflow: hidden;
  color: #000000;
  gap: 0.25em;
}
.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 {
  background: #239f2f !important;
  color: #ffffff !important;
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #ffffff;
}
.table ul li.table_li .col_th {
  background: #239f2f !important;
  color: #ffffff !important;
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
}
@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: 1em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
}
.sec_bg1 .table ul li .table_th,
.sec_bg1 .table ul li .table_td {
  background: #cee9d0;
}
@media screen and (max-width: 750px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    width: 100%;
    border-right: none;
  }
}
.table ul li .table_td {
  width: auto;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.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;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  color: #239f2f;
  /* 見出し */
  /* リスト */
}
@media screen and (min-width: 1500px) {
  .note_list {
    width: 80%;
  }
}
.sec_bg3 .note_list {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.note_list.bgcolor {
  padding: 2.5em;
  background: #cee9d0;
  color: #239f2f;
  opacity: 1;
  filter: alpha(opacity=100);
}
@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-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  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;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  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-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  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;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 3em;
  color: #239f2f;
  /* 大きな数字 */
}
.sec_bg3 .parts_hd {
  color: #ffffff;
}
.parts_hd .hd_en {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: uppercase;
}
.parts_hd .hd_jp {
  display: block;
  font-size: 3em;
  line-height: 1;
  padding-top: 0em;
}
.parts_hd:has(.hd_en) .hd_jp {
  font-size: 2em;
  padding-top: 0.5em;
}

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

/* 左寄せ・幅指定中央配置テキスト */
.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%;
}

/* ------------ 段落 -------------------------------- */
.partspage-ctt a:hover {
  color: #00a8f3;
}
.partspage-ctt .sec_bg3 a {
  color: #cee9d0;
}
.partspage-ctt .sec_bg3 a:hover {
  color: #cee9d0;
}
.partspage-ctt .btn {
  margin-bottom: 2.5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec p {
  padding-bottom: 5em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.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, .partspage-ctt .sec p.ts_m {
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.partspage-ctt .sec p.ts_l {
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.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: 700;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@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: 500;
  line-height: 1.7em;
  padding-bottom: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #239f2f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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.2em;
  font-weight: 700;
  line-height: 2em;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #cee9d0;
  color: #000000;
}
@media screen and (min-width: 1500px) {
  .textbox {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: "Caviar Dreams", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #239f2f;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@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;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .sec {
  width: 100%;
  padding: 7.14em 0;
}
.contactpage-ctt h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  text-align: center;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .contact_tel p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: "Caviar Dreams", serif;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #239f2f;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel p.contacttel_tel {
    font-size: 2em;
  }
}
.contactpage-ctt .contact_tel p.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: FontAwesome;
  content: "\f095";
}
.contactpage-ctt .contact_tel p.contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel p.contacttel_time {
  font-family: dnp-shuei-mgothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.3em;
  padding-bottom: 0;
  color: #239f2f;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel p.contacttel_time {
    font-size: 1em;
  }
}
/* =============================== サイドバー（フッター上に表示） =================================================================== */
#secondary {
  width: 100%;
  padding: 100px 0;
  position: relative;
  background: #d2d2d2;
}

@media screen and (max-width: 480px) {
  #secondary {
    padding: 50px 0;
  }
}
/* 見出し */
.widget-title {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
  color: #239f2f;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 750px) {
  .widget-title {
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.8em;
  }
}
/* リスト */
.widget ul {
  list-style: none inside;
}

.widget li {
  list-style: none inside;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

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

/* -------------------------- レイアウト ------------------------------------------- */
/* 全体（グリッド） ------------------------------------------- */
.widget-area {
  width: 100%;
  position: relative;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr 30%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 30%;
}

.widget-area .widget {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 2em;
}

/* 各アイテム */
.widget-area .widget:nth-child(1) {
  grid-row: 1/4;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 3;
  padding-right: 2.08em;
  border-right: #239f2f solid 2px;
  padding-bottom: 0;
}

.widget-area .widget:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding-left: 2.08em;
}

.widget-area .widget:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  padding-left: 2.08em;
}

.widget-area .widget:nth-child(4) {
  grid-row: 3/4;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  padding-left: 2.08em;
  padding-bottom: 0;
}

/* グリッド→フレキシブルボックス */
@media screen and (max-width: 750px) {
  .widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
  /* 各アイテム */
  .widget-area .widget:nth-child(1) {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: #239f2f solid 2px;
    padding-bottom: 4em;
  }
  .widget-area .widget:nth-child(2),
  .widget-area .widget:nth-child(3),
  .widget-area .widget:nth-child(4) {
    width: 31%;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 4em;
  }
}
@media screen and (max-width: 480px) {
  .widget-area .widget:nth-child(2),
  .widget-area .widget:nth-child(3),
  .widget-area .widget:nth-child(4) {
    width: 100%;
  }
}
/* 新着記事（フレキシブルボックス） ------------------------------------------- */
.newlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* 高さを揃える */
  align-items: stretch;
}

.newlist li {
  width: 19%;
  padding-right: 1.25%;
  padding-bottom: 0;
  position: relative;
}

.newlist li:nth-child(5) {
  padding-right: 0;
}

.newlist li:nth-child(n+6) {
  display: none;
}

@media screen and (max-width: 480px) {
  .newlist li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1em;
  }
}
/* アイキャッチ画像 */
.newlistimg {
  width: 100%;
  position: relative;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.newlistimg::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.newlistimg span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .newlistimg {
    width: 30%;
    float: left;
    box-sizing: border-box;
  }
}
/* リンク */
.newlist a {
  text-decoration: none;
  color: #239f2f;
}

@media screen and (max-width: 480px) {
  .newlist a {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 高さを揃える */
    align-items: stretch;
  }
}
/* 日付 */
.newlist a .date {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: 100%;
  color: #239f2f;
  font-size: 1.2em;
  line-height: 1.8em;
}

/* 記事タイトル */
.newlist a .title {
  font-size: 0.8em;
  width: 100%;
  display: block;
  line-height: 1.5em;
  height: 4.7em;
  overflow: hidden;
  color: #535353;
}

.newlist a:hover .title {
  text-decoration: underline;
  color: #239f2f;
}

@media screen and (max-width: 750px) {
  /* 記事タイトル */
  .newlist a .title {
    font-size: 1em;
    line-height: 1.5em;
    height: 4.7em;
  }
}
@media screen and (max-width: 480px) {
  /* 日付・記事タイトル */
  .newlisttxt {
    width: 66%;
    display: flex;
    align-items: center;
  }
  /* 記事タイトル */
  .newlist a .title {
    height: auto;
    overflow: auto;
  }
}
/* -------------------------- 検索バー ------------------------------------------- */
.searcharea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .searcharea {
    justify-content: space-between;
  }
}
/* フォーム ------------------------------------------- */
.search-form {
  width: 25em;
}

@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  .search-form {
    width: 20em;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 480px) {
  .search-form {
    width: 18em;
  }
}
@media screen and (max-width: 480px) {
  .search-form {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
  #search-2 {
    width: 100%;
  }
  .search-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* 検索文字 */
.search-form label .screen-reader-text {
  display: none;
}

/* 文字入力エリア */
.search-form input.search-field {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 20em;
  font-size: 1em;
  line-height: 2em;
  padding: 0.5em;
  border: #239f2f solid 0.2em;
}

@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  .search-form input.search-field {
    width: 15em;
  }
}
@media screen and (max-width: 750px), screen and (max-height: 480px) {
  .search-form input.search-field {
    width: 13em;
  }
}
@media screen and (max-width: 480px) {
  .search-form input.search-field {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
  .search-form input.search-field {
    width: auto;
    flex: 1;
  }
}
/* ボタン */
.search-submit {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: inline-block;
  font-size: 1em;
  padding: 1em;
  border: none;
  cursor: pointer;
  background: #239f2f;
}

.search-submit svg {
  width: 1em;
  height: 1em;
  fill: #ffffff;
}

.search-submit .screen-reader-text {
  display: none;
}

.search-submit:hover {
  background: #7ca9ca;
}

/* -------------------------- 検索結果ページ ------------------------------------------- */
.search .aclist p,
.search .aclist .sr_searchbox {
  width: 100%;
  position: relative;
}

.sr_searchbox .search-form {
  margin: 0 auto;
}

/* -------------------------- アーカイブ ------------------------------------------- */
.widget select {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  font-size: 1em;
  line-height: 1em;
  padding: 0.5em;
  border: #239f2f solid 0.2em;
  cursor: pointer;
  padding-right: 2em;
  color: #ffffff;
  background: #239f2f url(/images/bg_sbtn.jpg) no-repeat right top;
  background-size: contain;
}

.widget select option[selected] {
  background: #239f2f;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .widget select {
    width: 100%;
    box-sizing: border-box;
  }
}
/* 矢印非表示 */
.widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* =============================== 投稿記事一覧 =================================================================== */
.aclist,
.singlebox,
.bloglist {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .aclist,
  .singlebox {
    padding-bottom: 50px;
  }
}
.screen-reader-text {
  display: none;
}

/* ページネーション ------------------------------------------- */
.navigation {
  width: 100%;
  padding: 3em 0 0 0;
}

.navigation a {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #239f2f;
  border: none;
  font-size: 1em;
  line-height: 1em;
  transition: 0.3s ease-in-out;
  position: relative;
}

.navigation a:hover {
  opacity: 0.7em;
  filter: alpha(opacity=70);
  text-decoration: none;
}

.navigation a svg {
  width: 1em;
  height: 1em;
}

.nav-links {
  text-align: center;
  width: 100%;
}

/* 数字 */
.navigation a.page-numbers {
  display: inline-block;
  background: #239f2f;
  color: #ffffff;
  padding: 0.5em 1em;
  margin: 0 0.2em;
}

.navigation a.page-numbers:hover {
  background: #7ca9ca;
}

.navigation span.page-numbers {
  display: inline-block;
  background: #999;
  color: #ffffff;
  padding: 0.5em 1em;
  margin: 0 0.2em;
  line-height: 1em;
}

.navigation .nav-links a.page-numbers:first-child,
.navigation .nav-links a.page-numbers:last-child {
  background: transparent;
}

/* 矢印 */
.navigation svg {
  fill: #239f2f;
}

.navigation svg:hover {
  fill: #7ca9ca;
}

/* -------------------------- 新着一覧ページ ------------------------------------------- */
.aclist {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.aclist article {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 2em;
  position: relative;
  display: flex;
  align-items: stretch;
  position: relative;
}

@media screen and (min-width: 1001px) {
  .aclist article:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .aclist article {
    width: 32%;
    margin-right: 1.5%;
  }
  .aclist article:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .aclist article {
    width: 48%;
    margin-right: 4%;
  }
  .aclist article:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .aclist article {
    width: 100%;
    margin-right: 0;
  }
}
/* リンク */
.aclist article a {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: #cee9d0;
  padding-bottom: 4em;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.aclist article a:hover {
  background: #00a8f3;
  text-decoration: none;
  color: #ffffff;
}
.aclist article a:hover .entry-content {
  color: #ffffff;
}

/* アイキャッチ */
.aclist .post-thumbnail {
  width: 100%;
  position: relative;
}

.aclist .post-thumbnail::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.aclist .post-thumbnail span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* テキスト領域 ------------------------------------------- */
.aclisttxt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
}

/* 日付 */
.aclisttxt .date {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  display: block;
  font-size: 2em;
  font-weight: 200;
  line-height: 1em;
  padding-bottom: 0.5em;
}

.aclisttxt .date .year {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.625em;
}

/* 見出し */
.aclisttxt .entry-title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}

.aclisttxt .entry-header {
  padding-bottom: 0;
}

/* 本文抜粋 */
a .entry-content {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #000000;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1000px) {
  /* 見出し */
  .aclisttxt .entry-title {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-bottom: 1em;
  }
  /* 本文抜粋 */
  a .entry-content {
    font-size: 1em;
    line-height: 1.5em;
  }
}
/* ボタン */
a .btn_more {
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 80%;
  height: 2.5em;
  line-height: 1em;
  padding: 0.7em 0;
  text-align: center;
  box-sizing: border-box;
  background: #239f2f;
  color: #ffffff;
  position: absolute;
  left: 10%;
  bottom: 2em;
}

a:hover .btn_more {
  background: #ffffff;
  color: #239f2f;
}

/* -------------------------- 投稿記事ページ ------------------------------------------- */
.singlebox {
  max-width: 1500px;
  margin: 0 auto;
}

/* 投稿記事領域 ------------------------------------------- */
.entry-header {
  padding-bottom: 3em;
}

/* 見出し */
.singlebox .entry-title {
  font-size: 1.7em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #239f2f solid 2px;
}

/* 日付 */
.singlebox .date {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-weight: 200;
  color: #999;
  text-align: right;
}

/* 投稿記事領域 ------------------------------------------- */
/* 見出し */
.singlebox h4,
.singlebox h5,
.singlebox h6 {
  color: #239f2f;
  padding-bottom: 1em;
}

.singlebox h4 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 2em;
}

.singlebox h5 {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.6em;
}

.singlebox h6 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  padding-top: 1.4em;
}

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

/* リスト（他ページ共通） */
.singlebox ul,
.privacy-template .entry-content ul {
  padding: 1em;
  padding-left: 2em;
  list-style-position: outside;
  background: #cee9d0;
  margin: 1em 0;
}

.singlebox ul.btnlist {
  background: transparent;
}

/* ページネーション ------------------------------------------- */
.single .nav-subtitle,
.nav-title-icon-wrapper {
  display: none;
}

.single .nav-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single .nav-title {
  display: inline-block;
  width: 20em;
  line-height: 1.5em;
  height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.single a:hover .nav-title {
  text-decoration: underline;
  color: #00a8f3;
}

.single .nav-previous {
  text-align: left;
}

.single .nav-next {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .single .nav-title {
    width: 10em;
  }
}
/* 矢印 */
.single .nav-previous a::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f060";
  padding-right: 0.5em;
  position: relative;
  top: -0.3em;
}

.single .nav-next a::after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f061";
  padding-left: 0.5em;
  position: relative;
  top: -0.3em;
}

.single .nav-previous a:hover::before,
.single .nav-next a:hover::after {
  color: #00a8f3;
}

/* -------------------------- ブログ一覧ページ ------------------------------------------- */
.bloglist .blogbox a .date,
.bloglist .blogbox a .blogttl {
  color: #000000;
}
.bloglist .blogbox a .data {
  font-family: sneakers-pro, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.bloglist .blogbox a:hover .date,
.bloglist .blogbox a:hover .blogttl {
  color: #239f2f;
}

@media screen and (min-width: 751px) {
  .bloglist .blogbox li {
    margin-bottom: 3em;
  }
}/*# sourceMappingURL=style.css.map */