/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/ress/dist/ress.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ============================================================
*
* BASE
*
* ============================================================ */
/* ------------------------------------------------------------
* 限定的なベーススタイル
* ------------------------------------------------------------ */
/* 管理用パーツ
* -------------------------------------------------- */
#adminBox,
.acms-admin-box {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  border: 0;
}

.acms-admin-edit-info {
  margin: 0;
  border: 0;
}

#js-seo_info {
  background-color: #efefef;
}

/* ------------------------------------------------------------
* 基本設定
* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
  line-height: 1.7;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  position: relative;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  background: #fff;
  background-image: url(assets/main_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}
main {
  max-width: 880px;
  padding-bottom: 1px;
  margin: 0 auto;
  background: #fff;
}

/* ----- リンクの設定 ----- */
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
a:active, a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

/* ----- ボタンの設定 ----- */
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ----- 画像 ----- */
img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  background-color: #ccc;
}

/* ============================================================
*
* レイアウト
*
* ============================================================ */
/* ------------------------------------------------------------
* ヘッダー
* ------------------------------------------------------------ */
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
}

.ly_header_cont {
  height: 60px;
  margin: 0 auto;
  background: #fff;
}
.ly_header_cont .bl_headerTitle_inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------------------------------------------------------------
* フッター
* ------------------------------------------------------------ */
.ly_footer {
  display: block;
}

.ly_footer_cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f5f8;
}

.ly_footer_info {
  background: #00B71F;
}

.ly_footer_cont {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
* トピックパス
* ------------------------------------------------------------ */
.ly_topicpath {
  padding: 10px;
  background: #fff;
}

/* ------------------------------------------------------------
* ページのタイトル部分
* ------------------------------------------------------------ */
.ly_title {
  padding-top: 60px;
}

.ly_title_cont {
  max-width: 770px;
  padding: 0 25px;
  margin: 0 auto;
}

/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
.ly_wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ly_wrap.ly_wrap_pb0 {
  padding-bottom: 0;
}
.ly_wrap.ly_wrap_p0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ly_wrap.ly_wrap_half {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ly_wrap.ly_wrap__bgColor {
  background-color: #f2f5f8;
}
.ly_wrap.ly_wrap__bg {
  background-color: #00B71F;
}
.ly_wrap.ly_wrap__bgSec {
  background-color: #88D600;
}
.ly_wrap.ly_wrap__bgThird {
  background-color: #FFFF8C;
}
.ly_wrap.ly_wrap__bgLight {
  background-color: #F0FFD5;
}
.ly_wrap.ly_wrap__bgLignt {
  background-color: #F0FFD5;
}
.ly_wrap.ly_wrap__bgSecLignt_mix {
  background-color: rgb(246, 255, 229.8);
}
.ly_wrap.ly_wrap_grad {
  background: #F0FFD5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 255, 213)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(240, 255, 213) 0%, rgb(255, 255, 255) 100%);
}
.ly_wrap.ly_wrap_bg_img {
  background-image: url(assets/bg_sec.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.ly_wrap.ly_wrap_secImgBg {
  background-image: url(assets/section_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.ly_wrap.ly_wrap_secImgBg_top {
  background-image: url(assets/section_bg.png);
  background-repeat: none;
  background-position: center center;
  background-size: cover;
}
.ly_wrap.ly_wrap_ctaImgBg {
  background-image: url(assets/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ly_wrap.ly_wrap_instagram {
  background: #FF00D0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 208)), to(rgb(0, 81, 255)));
  background: linear-gradient(90deg, rgb(255, 0, 208) 0%, rgb(0, 81, 255) 100%);
}
.ly_wrap.ly_wrap_campaignCtaBg {
  background-image: url(assets/campaign_ctaBg.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: cover;
}

/* ------------------------------------------------------------
* コンテンツエリア
* ------------------------------------------------------------ */
.ly_cont {
  max-width: 770px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.ly_cont_md {
  max-width: 770px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.ly_cont_sm {
  max-width: 770px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.ly_cont_box {
  padding: 10px;
  background-color: #fff;
}

.ly_cont__bg_white {
  background: #fff;
}

/* ============================================================
*
* モジュール
*
* ============================================================ */
/* ------------------------------------------------------------
* ボタン
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_btn, .el_linkBtn, .el_dlBtn, .el_mvBtn, .el_linkBtn_white, .el_linkBtn_wide, .el_carBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 0.8em 2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  color: #fff !important;
  text-decoration: none !important;
  vertical-align: middle;
  background: #09F739;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(9, 247, 57)), to(rgb(12, 69, 30)));
  background: linear-gradient(180deg, rgb(9, 247, 57) 0%, rgb(12, 69, 30) 100%);
  border: 4px solid #fff;
  border-radius: 2em;
  -webkit-box-shadow: 0 10px 3px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 3px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_btn:visited, .el_linkBtn:visited, .el_dlBtn:visited, .el_mvBtn:visited, .el_linkBtn_white:visited, .el_linkBtn_wide:visited, .el_carBtn:visited {
  color: #fff;
}
.el_btn:active, .el_linkBtn:active, .el_dlBtn:active, .el_mvBtn:active, .el_linkBtn_white:active, .el_linkBtn_wide:active, .el_carBtn:active, .el_btn:hover, .el_linkBtn:hover, .el_dlBtn:hover, .el_mvBtn:hover, .el_linkBtn_white:hover, .el_linkBtn_wide:hover, .el_carBtn:hover {
  color: #00B71F !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  border: 4px solid #00B71F;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.el_btn:active::before, .el_linkBtn:active::before, .el_dlBtn:active::before, .el_mvBtn:active::before, .el_linkBtn_white:active::before, .el_linkBtn_wide:active::before, .el_carBtn:active::before, .el_btn:hover::before, .el_linkBtn:hover::before, .el_dlBtn:hover::before, .el_mvBtn:hover::before, .el_linkBtn_white:hover::before, .el_linkBtn_wide:hover::before, .el_carBtn:hover::before {
  opacity: 0;
}
.el_btn:active::after, .el_linkBtn:active::after, .el_dlBtn:active::after, .el_mvBtn:active::after, .el_linkBtn_white:active::after, .el_linkBtn_wide:active::after, .el_carBtn:active::after, .el_btn:hover::after, .el_linkBtn:hover::after, .el_dlBtn:hover::after, .el_mvBtn:hover::after, .el_linkBtn_white:hover::after, .el_linkBtn_wide:hover::after, .el_carBtn:hover::after {
  opacity: 1;
}

/* メールのボタン */
.el_btn.el_btn__mail, .el_btn__mail.el_linkBtn, .el_btn__mail.el_dlBtn, .el_btn__mail.el_mvBtn, .el_btn__mail.el_linkBtn_white, .el_btn__mail.el_linkBtn_wide, .el_btn__mail.el_carBtn {
  position: relative;
  padding: 0.8em 1.8em 0.8em 4em;
}
.el_btn.el_btn__mail::before, .el_btn__mail.el_linkBtn::before, .el_btn__mail.el_dlBtn::before, .el_btn__mail.el_mvBtn::before, .el_btn__mail.el_linkBtn_white::before, .el_btn__mail.el_linkBtn_wide::before, .el_btn__mail.el_carBtn::before, .el_btn.el_btn__mail::after, .el_btn__mail.el_linkBtn::after, .el_btn__mail.el_dlBtn::after, .el_btn__mail.el_mvBtn::after, .el_btn__mail.el_linkBtn_white::after, .el_btn__mail.el_linkBtn_wide::after, .el_btn__mail.el_carBtn::after {
  position: absolute;
  top: 50%;
  left: 4em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-2.2em, -50%);
          transform: translate(-2.2em, -50%);
}
.el_btn.el_btn__mail::before, .el_btn__mail.el_linkBtn::before, .el_btn__mail.el_dlBtn::before, .el_btn__mail.el_mvBtn::before, .el_btn__mail.el_linkBtn_white::before, .el_btn__mail.el_linkBtn_wide::before, .el_btn__mail.el_carBtn::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjIwMDIgMS43MDAwNEMxNi4yMDAyIDAuODIwMDM3IDE1LjQ4MDIgMC4xMDAwMzcgMTQuNjAwMiAwLjEwMDAzN0gxLjgwMDJDMC45MjAxOTUgMC4xMDAwMzcgMC4yMDAxOTUgMC44MjAwMzcgMC4yMDAxOTUgMS43MDAwNFYxMS4zQzAuMjAwMTk1IDEyLjE4IDAuOTIwMTk1IDEyLjkgMS44MDAyIDEyLjlIMTQuNjAwMkMxNS40ODAyIDEyLjkgMTYuMjAwMiAxMi4xOCAxNi4yMDAyIDExLjNWMS43MDAwNFpNMTQuNjAwMiAxLjcwMDA0TDguMjAwMiA1LjcwMDA0TDEuODAwMiAxLjcwMDA0SDE0LjYwMDJaTTE0LjYwMDIgMTEuM0gxLjgwMDJWMy4zMDAwNEw4LjIwMDIgNy4zMDAwNEwxNC42MDAyIDMuMzAwMDRWMTEuM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  opacity: 1;
}

/* 装飾したのボタン */
.el_carBtn {
  position: relative;
  padding: 1em 4em 1em 2em;
}
.el_carBtn::before, .el_carBtn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 2.6em;
  height: 2.6em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85% 85%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_carBtn::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCA0OCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNC45Njg3NUgxMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTAgMTAuOTY4OEgxMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTAgMTYuOTY4OEgxMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTE5LjAwMzYgNy41MzcxMUwxOS42ODkxIDcuMzMwODZMMjEuNTUzOCAyLjkwMjA1QzIyLjI5NDIgMS4xNDE2IDI0LjAwODEgMCAyNS45MTM5IDBIMzMuMTEyMUMzNC42MDY2IDAgMzYuMDMyNSAwLjcxNTIzIDM2LjkyMzggMS45MjU1OEw0MS4zMTEzIDcuOTA4NUw0NC4xNDk1IDguNTU0ODlDNDYuMzcwNiA5LjA2Mzc4IDQ3LjkwNjIgMTEuMDAzMSA0Ny45MDYyIDEzLjI3MjZWMTcuMTA5OUM0Ny45MDYyIDE3Ljg2NjMgNDcuMjg5MiAxOC40ODUzIDQ2LjUzNTIgMTguNDg1M0g0NC4zNTUxQzQzLjk3MTIgMjAuNDUyMSA0Mi4yMjk5IDIxLjkzNzUgNDAuMTQ1OCAyMS45Mzc1QzM4LjA3NTUgMjEuOTM3NSAzNi4zMzQyIDIwLjQ1MjEgMzUuOTUwMyAxOC40ODUzSDI2Ljk1NTlDMjYuNTcyIDIwLjQ1MjEgMjQuODMwNyAyMS45Mzc1IDIyLjc2MDQgMjEuOTM3NUMyMC42NzYzIDIxLjkzNzUgMTguOTM1IDIwLjQ1MjEgMTguNTUxMSAxOC40ODUzSDE3Ljc4MzNDMTYuMjQ3NyAxOC40ODUzIDE1IDE3LjIzMzYgMTUgMTUuNjkzMlYxMy4wMjQ5QzE1IDEwLjUwOCAxNi42MDQyIDguMzA3MzMgMTkuMDAzNiA3LjUzNzExWk0yMi43NjA0IDE5LjE4NjdDMjMuNjQ5NiAxOS4xODY3IDI0LjI5NiAxOC40NjI3IDI0LjI5NiAxNy42NDYzQzI0LjI5NiAxNi43OTM2IDIzLjYxMDQgMTYuMTA1OSAyMi43NjA0IDE2LjEwNTlDMjEuOTEwMyAxNi4xMDU5IDIxLjIxMSAxNi43OTM2IDIxLjIxMSAxNy42NDYzQzIxLjIxMSAxOC40OTIgMjEuODg2MSAxOS4xODY3IDIyLjc2MDQgMTkuMTg2N1pNMzcuODk3MyA3Ljg4MDk2TDM0LjcxNjMgMy41NjIyMkMzNC4zNDYxIDMuMDUzMzMgMzMuNzQyOCAyLjc1MDc4IDMzLjExMjEgMi43NTA3OEgzMS41NDkxVjguODk4NzRIMzcuMzlDMzcuOTEwOSA4Ljg5ODc0IDM4LjIxMjYgOC4zMDczMyAzNy44OTczIDcuODgwOTZaTTQwLjE0NTggMTkuMTg2N0M0MS4wMTY4IDE5LjE4NjcgNDEuNjk1MiAxOC40OTU2IDQxLjY5NTIgMTcuNjQ2M0M0MS42OTUyIDE2Ljc5MzYgNDEuMDA5NiAxNi4xMDU5IDQwLjE0NTggMTYuMTA1OUMzOS4yOTU3IDE2LjEwNTkgMzguNjEwMiAxNi43OTM2IDM4LjYxMDIgMTcuNjQ2M0MzOC42MTAyIDE4LjQ2MjkgMzkuMjU2NCAxOS4xODY3IDQwLjE0NTggMTkuMTg2N1pNMjguODA2OSAyLjc1MDc4SDI1LjkwMDJDMjUuMTA1IDIuNzUwNzggMjQuMzkyIDMuMjMyMTMgMjQuMDc2NiAzLjk2MTEzTDIyLjM3NjUgOC4wMTg1NUMyMi4xOTgyIDguNDMxMTUgMjIuNDk5OCA4Ljg5ODc0IDIyLjk1MjMgOC44OTg3NEgyOC44MDY5VjIuNzUwNzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  opacity: 1;
}
.el_carBtn::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ4IDIyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTg2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6ICMwMGI3MWY7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogIzAwYjcxZjsKICAgICAgICBzdHJva2Utd2lkdGg6IDEuNXB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMCw1aDEyIi8+CiAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTAsMTFoMTIiLz4KICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMCwxN2gxMiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOSw3LjVsLjctLjIsMS45LTQuNGMuNy0xLjgsMi41LTIuOSw0LjQtMi45aDcuMmMxLjUsMCwyLjkuNywzLjgsMS45bDQuNCw2LDIuOC42YzIuMi41LDMuOCwyLjQsMy44LDQuN3YzLjhjMCwuOC0uNiwxLjQtMS40LDEuNGgtMi4yYy0uNCwyLTIuMSwzLjUtNC4yLDMuNXMtMy44LTEuNS00LjItMy41aC05Yy0uNCwyLTIuMSwzLjUtNC4yLDMuNXMtMy44LTEuNS00LjItMy41aC0uOGMtMS41LDAtMi44LTEuMy0yLjgtMi44di0yLjdjMC0yLjUsMS42LTQuNyw0LTUuNVpNMjIuOCwxOS4yYy45LDAsMS41LS43LDEuNS0xLjVzLS43LTEuNS0xLjUtMS41LTEuNS43LTEuNSwxLjUuNywxLjUsMS41LDEuNVpNMzcuOSw3LjlsLTMuMi00LjNjLS40LS41LTEtLjgtMS42LS44aC0xLjZ2Ni4xaDUuOGMuNSwwLC44LS42LjUtMVpNNDAuMSwxOS4yYy45LDAsMS41LS43LDEuNS0xLjVzLS43LTEuNS0xLjUtMS41LTEuNS43LTEuNSwxLjUuNiwxLjUsMS41LDEuNVpNMjguOCwyLjhoLTIuOWMtLjgsMC0xLjUuNS0xLjgsMS4ybC0xLjcsNC4xYy0uMi40LjEuOS42LjloNS45VjIuOFoiLz4KPC9zdmc+);
  opacity: 0;
}
.el_carBtn:hover::before {
  opacity: 0;
}
.el_carBtn:hover::after {
  right: 0.8em;
  opacity: 1;
}

/* リンク用のボタン */
.el_linkBtn, .el_dlBtn, .el_mvBtn, .el_linkBtn_white, .el_linkBtn_wide {
  position: relative;
  padding: 1em 6em 1em 2em;
}
.el_linkBtn::before, .el_dlBtn::before, .el_mvBtn::before, .el_linkBtn_white::before, .el_linkBtn_wide::before, .el_linkBtn::after, .el_dlBtn::after, .el_mvBtn::after, .el_linkBtn_white::after, .el_linkBtn_wide::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 1.6em;
  height: 1.6em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85% 85%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_linkBtn::before, .el_dlBtn::before, .el_mvBtn::before, .el_linkBtn_white::before, .el_linkBtn_wide::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMCwuNDMtLjE4LjgzLS41LDEuMTFsLTUsNC41Yy0uNjIuNTUtMS41Ni41LTIuMTItLjExcy0uNS0xLjU3LjExLTIuMTJsMy43Ni0zLjM5LTMuNzYtMy4zOGMtLjYyLS41Ni0uNjYtMS41LS4xMS0yLjEyLjU1LS42MiwxLjUtLjY3LDIuMTItLjExbDUsNC41Yy4zMi4yOC41LjY5LjUsMS4xMloiIHN0eWxlPSJmaWxsOiNmZmY7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
  opacity: 1;
}
.el_linkBtn:hover::before, .el_dlBtn:hover::before, .el_mvBtn:hover::before, .el_linkBtn_white:hover::before, .el_linkBtn_wide:hover::before {
  right: 0.8em;
}

/* リンクボタン少し横幅大きめ */
.el_linkBtn_wide {
  width: 100%;
  text-align: left;
}

/* リンクボタン色違い */
.el_linkBtn_white {
  color: #00B71F;
  background: #fff;
  border: 1px solid #00B71F;
}
.el_linkBtn_white::before, .el_linkBtn_white::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85% 85%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_linkBtn_white::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE4NikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMDA1YmFjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIsOGMwLC40LS4yLjgtLjUsMS4xbC01LDQuNWMtLjYuNi0xLjYuNS0yLjEtLjFzLS41LTEuNi4xLTIuMWwzLjgtMy40LTMuOC0zLjRjLS42LS42LS43LTEuNS0uMS0yLjEuNi0uNiwxLjUtLjcsMi4xLS4xbDUsNC41Yy4zLjMuNS43LjUsMS4xWiIvPgo8L3N2Zz4=);
  opacity: 1;
}
.el_linkBtn_white:visited {
  color: #00B71F;
}
.el_linkBtn_white:hover {
  color: #00B71F;
}

/* ダウンロード用のボタン */
.el_dlBtn, .el_mvBtn {
  position: relative;
  padding: 0.8em 1.8em 0.8em 4em;
}
.el_dlBtn::before, .el_mvBtn::before, .el_dlBtn::after, .el_mvBtn::after {
  position: absolute;
  top: 50%;
  left: 4em;
  display: block;
  width: 1.3em;
  height: 1.3em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-2.2em, -50%);
          transform: translate(-2.2em, -50%);
}
.el_dlBtn::before, .el_mvBtn::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE4NikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMDliZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUsMTZIMWMtLjYsMC0xLS40LTEtMXYtNWMwLS42LjQtMSwxLTFzMSwuNCwxLDF2NGgxMnYtNGMwLS42LjQtMSwxLTFzMSwuNCwxLDF2NWMwLC42LS40LDEtMSwxWiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMi41LDYuNmMtLjQtLjQtMS0uMy0xLjQsMGwtMi4xLDIuM1YxYzAtLjYtLjQtMS0xLTFzLTEsLjQtMSwxdjhsLTIuMS0yLjNjLS40LS40LTEtLjQtMS40LDAtLjQuNC0uNCwxLDAsMS40bDMuOCw0LjJjLjIuMi41LjMuNy4zcy42LS4xLjctLjNsMy44LTQuMmMuNC0uNC4zLTEsMC0xLjRoMFoiLz4KPC9zdmc+);
  opacity: 1;
}
.el_dlBtn::after, .el_mvBtn::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDAwNDkgOS43MDAwNEwyLjQwMDQ5IDUuNzAwMDRMMy41MjA0OSA0LjU0MDA0TDUuNjAwNDkgNi42MjAwNFYwLjEwMDAzN0g3LjIwMDQ5VjYuNjIwMDRMOS4yODA0OSA0LjU0MDA0TDEwLjQwMDUgNS43MDAwNEw2LjQwMDQ5IDkuNzAwMDRaTTEuNjAwNDkgMTIuOUMxLjE2MDQ5IDEyLjkgMC43ODM4MjIgMTIuNzQzNCAwLjQ3MDQ4OCAxMi40M0MwLjE1NzE1NSAxMi4xMTY3IDAuMDAwNDg4MjgxIDExLjc0IDAuMDAwNDg4MjgxIDExLjNWOC45MDAwNEgxLjYwMDQ5VjExLjNIMTEuMjAwNVY4LjkwMDA0SDEyLjgwMDVWMTEuM0MxMi44MDA1IDExLjc0IDEyLjY0MzggMTIuMTE2NyAxMi4zMzA1IDEyLjQzQzEyLjAxNzIgMTIuNzQzNCAxMS42NDA1IDEyLjkgMTEuMjAwNSAxMi45SDEuNjAwNDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  opacity: 0;
}
.el_dlBtn:hover::before, .el_mvBtn:hover::before {
  opacity: 1;
}
.el_dlBtn:hover::after, .el_mvBtn:hover::after {
  opacity: 1;
}

/* movie用のボタン */
.el_mvBtn::before, .el_mvBtn::after {
  width: 1.5em;
  height: 1.5em;
}
.el_mvBtn::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDQuMzkwMTRWMTQuMjAwMUMyMS4zOSAxMy44NTAxIDIwLjcyIDEzLjYxMDEgMjAgMTMuNDgwMVYxMC4zOTAxSDUuNzZMNCA2Ljg2MDE0VjE4LjM5MDFIMTMuMDlDMTMuMDQgMTguNzIwMSAxMyAxOS4wNTAxIDEzIDE5LjM5MDFDMTMgMTkuNzMwMSAxMy4wNCAyMC4wNjAxIDEzLjA5IDIwLjM5MDFINEMyLjkgMjAuMzkwMSAyIDE5LjUwMDEgMiAxOC4zOTAxVjYuMzkwMTRDMiA1LjI4MDE0IDIuOSA0LjM5MDE0IDQgNC4zOTAxNEg1TDcgOC4zOTAxNEgxMEw4IDQuMzkwMTRIMTBMMTIgOC4zOTAxNEgxNUwxMyA0LjM5MDE0SDE1TDE3IDguMzkwMTRIMjBMMTggNC4zOTAxNEgyMlpNMTcgMjIuMzkwMUwyMiAxOS4zOTAxTDE3IDE2LjM5MDFWMjIuMzkwMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  opacity: 1;
}

.el_btn_arrowIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #09F739;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(9, 247, 57)), to(rgb(12, 69, 30)));
  background: linear-gradient(180deg, rgb(9, 247, 57) 0%, rgb(12, 69, 30) 100%);
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 3px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 3px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------------------------------------------------------------
* 文中のアイコン
* ------------------------------------------------------------ */
.el_icon {
  position: relative;
  display: inline-block;
  width: 0.86em;
  height: 0.86em;
  vertical-align: -0.1em;
}
.el_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.el_btn > .el_icon {
  font-size: 1.8em;
  vertical-align: -0.2em;
}
.el_btn > .el_icon::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.el_btn:active > .el_icon::before, .el_btn:hover > .el_icon::before {
  opacity: 0;
}
.el_btn > .el_icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.el_btn:active > .el_icon::after, .el_btn:hover > .el_icon::after {
  opacity: 1;
}

/* 電話 */
.el_icon.el_icon__phone::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTIuODUuNjhjLTEuMTIuNzEtMS4zNCwyLjk0LS45Miw0Ljc2LjMzLDEuNDEsMS4wMywzLjMxLDIuMjIsNS4xLDEuMTEsMS42OCwyLjY3LDMuMTksMy44NSw0LjA2LDEuNTIsMS4xMiwzLjY5LDEuODMsNC44MiwxLjEyLjU3LS4zNiwxLjQxLTEuMzUsMS40NS0xLjUyLDAsMC0uNS0uNzUtLjYtLjkxbC0xLjY2LTIuNWMtLjEyLS4xOS0uOS0uMDItMS4yOS4yLS41My4yOS0xLjAyLDEuMDgtMS4wMiwxLjA4LS4zNi4yMS0uNjcsMC0xLjMtLjI5LS43OC0uMzUtMS42Ni0xLjQ1LTIuMzYtMi40NC0uNjQtMS4wMy0xLjMtMi4yNi0xLjMxLTMuMSwwLS42OC0uMDctMS4wNC4yNy0xLjI4LDAsMCwuOTQtLjExLDEuNDMtLjQ3LjM2LS4yNi44NC0uODguNzEtMS4wN2wtMS42Ni0yLjVDNS4zNi43NSw0Ljg2LDAsNC44NiwwYy0uMTgtLjA0LTEuNDQuMzEtMi4wMS42OGgwWiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}
.el_btn > .el_icon.el_icon__phone::after, .el_icon.el_icon__phone.el_icon__white::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTIuODUuNjhjLTEuMTIuNzEtMS4zNCwyLjk0LS45Miw0Ljc2LjMzLDEuNDEsMS4wMywzLjMxLDIuMjIsNS4xLDEuMTEsMS42OCwyLjY3LDMuMTksMy44NSw0LjA2LDEuNTIsMS4xMiwzLjY5LDEuODMsNC44MiwxLjEyLjU3LS4zNiwxLjQxLTEuMzUsMS40NS0xLjUyLDAsMC0uNS0uNzUtLjYtLjkxbC0xLjY2LTIuNWMtLjEyLS4xOS0uOS0uMDItMS4yOS4yLS41My4yOS0xLjAyLDEuMDgtMS4wMiwxLjA4LS4zNi4yMS0uNjcsMC0xLjMtLjI5LS43OC0uMzUtMS42Ni0xLjQ1LTIuMzYtMi40NC0uNjQtMS4wMy0xLjMtMi4yNi0xLjMxLTMuMSwwLS42OC0uMDctMS4wNC4yNy0xLjI4LDAsMCwuOTQtLjExLDEuNDMtLjQ3LjM2LS4yNi44NC0uODguNzEtMS4wN2wtMS42Ni0yLjVDNS4zNi43NSw0Ljg2LDAsNC44NiwwYy0uMTgtLjA0LTEuNDQuMzEtMi4wMS42OGgwWiIgc3R5bGU9ImZpbGw6I2ZmZjsgc3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}

/* 紙飛行機 */
.el_icon.el_icon__plane::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggaWQ9ImIiIGQ9Im0wLDYuODJsLjY1LjQ4LDMuNzIsMi42OXY0LjE1bDMuMjMtMS44MSwyLjg5LDIuMUwxNiwxLjU3LDAsNi44MlptMS43OS4yOGwxMi4wNS0zLjk1LTguOTQsNi4yLTMuMS0yLjI1Wm0zLjQsNS42M3YtMi4xNWwxLjY3LDEuMjEtMS42Ny45NFptNC45NS40MmwtNC43NC0zLjQ0TDE0LjI0LDMuNTlsLTQuMSw5LjU2WiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}
.el_btn > .el_icon.el_icon__plane::after, .el_icon.el_icon__plane.el_icon__white::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggaWQ9ImIiIGQ9Im0wLDYuODJsLjY1LjQ4LDMuNzIsMi42OXY0LjE1bDMuMjMtMS44MSwyLjg5LDIuMUwxNiwxLjU3LDAsNi44MlptMS43OS4yOGwxMi4wNS0zLjk1LTguOTQsNi4yLTMuMS0yLjI1Wm0zLjQsNS42M3YtMi4xNWwxLjY3LDEuMjEtMS42Ny45NFptNC45NS40MmwtNC43NC0zLjQ0TDE0LjI0LDMuNTlsLTQuMSw5LjU2WiIgc3R5bGU9ImZpbGw6I2ZmZjsgc3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}

/* 虫眼鏡 */
.el_icon.el_icon__search::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEwLjQxLDkuMTJjMS42My0yLjI1LDEuNDQtNS40Mi0uNTktNy40NEM3LjU4LS41NiwzLjkzLS41NiwxLjY4LDEuNjgtLjU2LDMuOTItLjU2LDcuNTcsMS42OCw5LjgxYzIuMDMsMi4wMiw1LjIsMi4yMiw3LjQ1LjU5bC40NC40NCwxLjI4LTEuMjgtLjQ0LS40NGgwWm0tMS43LS40MmMtMS42MywxLjYzLTQuMjcsMS42My01LjkxLDAtMS42My0xLjYzLTEuNjMtNC4yNywwLTUuOSwxLjYzLTEuNjMsNC4yNy0xLjYzLDUuOTEsMCwxLjYzLDEuNjMsMS42Myw0LjI3LDAsNS45WiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PHBhdGggZD0ibTMuNDEsMy43M2MtLjg1LDEuMDktLjkyLDIuNTgtLjIxLDMuNzQuMDcuMTEuMjEuMTQuMzIuMDguMTEtLjA3LjE0LS4yMS4wOC0uMzItLjYxLS45OS0uNTUtMi4yOC4xOC0zLjIxLjA4LS4xLjA2LS4yNS0uMDQtLjMzLS4xLS4wOC0uMjUtLjA2LS4zMy4wNFoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjxwYXRoIGQ9Im0xNS42OCwxMy43MWwtNC4zMi0zLjg2LTEuNSwxLjUsMy44Niw0LjMyYy4zOS41MSwxLjEuNDMsMS43My0uMi42My0uNjMuNzQtMS4zNy4yMy0xLjc2WiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}
.el_btn > .el_icon.el_icon__search::after, .el_icon.el_icon__search.el_icon__white::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEwLjQxLDkuMTJjMS42My0yLjI1LDEuNDQtNS40Mi0uNTktNy40NEM3LjU4LS41NiwzLjkzLS41NiwxLjY4LDEuNjgtLjU2LDMuOTItLjU2LDcuNTcsMS42OCw5LjgxYzIuMDMsMi4wMiw1LjIsMi4yMiw3LjQ1LjU5bC40NC40NCwxLjI4LTEuMjgtLjQ0LS40NGgwWm0tMS43LS40MmMtMS42MywxLjYzLTQuMjcsMS42My01LjkxLDAtMS42My0xLjYzLTEuNjMtNC4yNywwLTUuOSwxLjYzLTEuNjMsNC4yNy0xLjYzLDUuOTEsMCwxLjYzLDEuNjMsMS42Myw0LjI3LDAsNS45WiIgc3R5bGU9ImZpbGw6I2ZmZjsgc3Ryb2tlLXdpZHRoOjBweDsiLz48cGF0aCBkPSJtMy40MSwzLjczYy0uODUsMS4wOS0uOTIsMi41OC0uMjEsMy43NC4wNy4xMS4yMS4xNC4zMi4wOC4xMS0uMDcuMTQtLjIxLjA4LS4zMi0uNjEtLjk5LS41NS0yLjI4LjE4LTMuMjEuMDgtLjEuMDYtLjI1LS4wNC0uMzMtLjEtLjA4LS4yNS0uMDYtLjMzLjA0WiIgc3R5bGU9ImZpbGw6I2ZmZjsgc3Ryb2tlLXdpZHRoOjBweDsiLz48cGF0aCBkPSJtMTUuNjgsMTMuNzFsLTQuMzItMy44Ni0xLjUsMS41LDMuODYsNC4zMmMuMzkuNTEsMS4xLjQzLDEuNzMtLjIuNjMtLjYzLjc0LTEuMzcuMjMtMS43NloiIHN0eWxlPSJmaWxsOiNmZmY7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}

/* 虫眼鏡 */
.el_icon.el_icon__another::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTcuMzMsNC42N2MwLS4xOC4wNy0uMzUuMi0uNDcuMTMtLjEzLjI5LS4yLjQ3LS4yaDMuMzNjLjE4LDAsLjM1LjA3LjQ3LjIuMTMuMTMuMi4yOS4yLjQ3djMuMzNjMCwuMTgtLjA3LjM1LS4yLjQ3LS4xMi4xMy0uMjkuMi0uNDcuMnMtLjM1LS4wNy0uNDctLjJjLS4xMi0uMTMtLjItLjI5LS4yLS40N3YtMS43MmwtMy41MywzLjUzYy0uMDYuMDYtLjE0LjExLS4yMi4xNC0uMDguMDMtLjE3LjA1LS4yNi4wNXMtLjE3LS4wMi0uMjYtLjA1Yy0uMDgtLjAzLS4xNS0uMDgtLjIyLS4xNC0uMDYtLjA2LS4xMS0uMTQtLjE0LS4yMi0uMDMtLjA4LS4wNS0uMTctLjA1LS4yNnMuMDItLjE3LjA1LS4yNmMuMDMtLjA4LjA4LS4xNS4xNC0uMjJsMy41My0zLjUzaC0xLjcyYy0uMTgsMC0uMzUtLjA3LS40Ny0uMi0uMTMtLjEzLS4yLS4yOS0uMi0uNDdaTTIuODQsMi4yNmMuMjMtLjY2LjY1LTEuMjMsMS4yMi0xLjYzQzQuNjMuMjIsNS4zLDAsNiwwaDYuNjdDMTMuNTUsMCwxNC40LjM1LDE1LjAyLjk4Yy42My42My45OCwxLjQ3Ljk4LDIuMzZ2Ni42N2MwLDEuNDYtLjk0LDIuNzEtMi4yNiwzLjE2di40OWMwLC40NS0uMTYsMS4wMi0uNTIsMS40OS0uMzkuNS0xLC44Ny0xLjg0Ljg3SDMuNjljLS40OSwwLS45Ny0uMDktMS40Mi0uMjdzLS44Ni0uNDYtMS4yLS44Yy0uMzQtLjM0LS42Mi0uNzUtLjgtMS4yQy4wOSwxMy4yNywwLDEyLjc5LDAsMTIuMzF2LTcuNjlDMCwzLjg5LjI2LDMuMjguNzMsMi44NWMuNDUtLjQxLDEuMDUtLjYsMS42My0uNmguNDlabS0uMTgsMS4zM2gtLjMxYy0uMjctLjAxLS41My4wOC0uNzQuMjUtLjE2LjE0LS4yOS4zOC0uMjkuNzh2Ny42OWMwLDEuMzIsMS4wMywyLjM2LDIuMzYsMi4zNmg3LjY5Yy40LDAsLjYzLS4xNi43OC0uMzYuMTUtLjE5LjIzLS40My4yNC0uNjd2LS4zMWgtNi40MWMtLjg4LDAtMS43My0uMzUtMi4zNi0uOTgtLjYzLS42My0uOTgtMS40Ny0uOTgtMi4zNlYzLjU5Wm0zLjMzLTIuMjZjLS41MywwLTEuMDQuMjEtMS40MS41OS0uMzguMzgtLjU5Ljg4LS41OSwxLjQxdjYuNjdjMCwuNTMuMjEsMS4wNC41OSwxLjQxLjM4LjM4Ljg4LjU5LDEuNDEuNTloNi42N2MuNTMsMCwxLjA0LS4yMSwxLjQxLS41OS4zOC0uMzguNTktLjg4LjU5LTEuNDFWMy4zM2MwLS41My0uMjEtMS4wNC0uNTktMS40MS0uMzgtLjM4LS44OC0uNTktMS40MS0uNTloLTYuNjdaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}
.el_btn > .el_icon.el_icon__another::after, .el_icon.el_icon__another.el_icon__white::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTcuMzMsNC42N2MwLS4xOC4wNy0uMzUuMi0uNDcuMTMtLjEzLjI5LS4yLjQ3LS4yaDMuMzNjLjE4LDAsLjM1LjA3LjQ3LjIuMTMuMTMuMi4yOS4yLjQ3djMuMzNjMCwuMTgtLjA3LjM1LS4yLjQ3LS4xMi4xMy0uMjkuMi0uNDcuMnMtLjM1LS4wNy0uNDctLjJjLS4xMi0uMTMtLjItLjI5LS4yLS40N3YtMS43MmwtMy41MywzLjUzYy0uMDYuMDYtLjE0LjExLS4yMi4xNC0uMDguMDMtLjE3LjA1LS4yNi4wNXMtLjE3LS4wMi0uMjYtLjA1Yy0uMDgtLjAzLS4xNS0uMDgtLjIyLS4xNC0uMDYtLjA2LS4xMS0uMTQtLjE0LS4yMi0uMDMtLjA4LS4wNS0uMTctLjA1LS4yNnMuMDItLjE3LjA1LS4yNmMuMDMtLjA4LjA4LS4xNS4xNC0uMjJsMy41My0zLjUzaC0xLjcyYy0uMTgsMC0uMzUtLjA3LS40Ny0uMi0uMTMtLjEzLS4yLS4yOS0uMi0uNDdaTTIuODQsMi4yNmMuMjMtLjY2LjY1LTEuMjMsMS4yMi0xLjYzQzQuNjMuMjIsNS4zLDAsNiwwaDYuNjdDMTMuNTUsMCwxNC40LjM1LDE1LjAyLjk4Yy42My42My45OCwxLjQ3Ljk4LDIuMzZ2Ni42N2MwLDEuNDYtLjk0LDIuNzEtMi4yNiwzLjE2di40OWMwLC40NS0uMTYsMS4wMi0uNTIsMS40OS0uMzkuNS0xLC44Ny0xLjg0Ljg3SDMuNjljLS40OSwwLS45Ny0uMDktMS40Mi0uMjdzLS44Ni0uNDYtMS4yLS44Yy0uMzQtLjM0LS42Mi0uNzUtLjgtMS4yQy4wOSwxMy4yNywwLDEyLjc5LDAsMTIuMzF2LTcuNjlDMCwzLjg5LjI2LDMuMjguNzMsMi44NWMuNDUtLjQxLDEuMDUtLjYsMS42My0uNmguNDlabS0uMTgsMS4zM2gtLjMxYy0uMjctLjAxLS41My4wOC0uNzQuMjUtLjE2LjE0LS4yOS4zOC0uMjkuNzh2Ny42OWMwLDEuMzIsMS4wMywyLjM2LDIuMzYsMi4zNmg3LjY5Yy40LDAsLjYzLS4xNi43OC0uMzYuMTUtLjE5LjIzLS40My4yNC0uNjd2LS4zMWgtNi40MWMtLjg4LDAtMS43My0uMzUtMi4zNi0uOTgtLjYzLS42My0uOTgtMS40Ny0uOTgtMi4zNlYzLjU5Wm0zLjMzLTIuMjZjLS41MywwLTEuMDQuMjEtMS40MS41OS0uMzguMzgtLjU5Ljg4LS41OSwxLjQxdjYuNjdjMCwuNTMuMjEsMS4wNC41OSwxLjQxLjM4LjM4Ljg4LjU5LDEuNDEuNTloNi42N2MuNTMsMCwxLjA0LS4yMSwxLjQxLS41OS4zOC0uMzguNTktLjg4LjU5LTEuNDFWMy4zM2MwLS41My0uMjEtMS4wNC0uNTktMS40MS0uMzgtLjM4LS44OC0uNTktMS40MS0uNTloLTYuNjdaIiBzdHlsZT0iZmlsbDojZmZmOyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}

/* ------------------------------------------------------------
* アンカーリンク
* ------------------------------------------------------------ */
.el_anchor {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.el_anchor::after {
  display: inline-block;
  width: 1.3em;
  height: 1em;
  vertical-align: -0.1em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMCwuNDMtLjE4LjgzLS41LDEuMTFsLTUsNC41Yy0uNjIuNTUtMS41Ni41LTIuMTItLjExcy0uNS0xLjU3LjExLTIuMTJsMy43Ni0zLjM5LTMuNzYtMy4zOGMtLjYyLS41Ni0uNjYtMS41LS4xMS0yLjEyLjU1LS42MiwxLjUtLjY3LDIuMTItLjExbDUsNC41Yy4zMi4yOC41LjY5LjUsMS4xMloiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==) no-repeat right center/85% 85%;
}
.el_anchor:active, .el_anchor:visited {
  color: inherit;
  text-decoration: underline;
}
.el_anchor:hover {
  color: inherit;
  text-decoration: none;
}

.el_anchor[target=_blank]::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTcuMzMsNC42N2MwLS4xOC4wNy0uMzUuMi0uNDcuMTMtLjEzLjI5LS4yLjQ3LS4yaDMuMzNjLjE4LDAsLjM1LjA3LjQ3LjIuMTMuMTMuMi4yOS4yLjQ3djMuMzNjMCwuMTgtLjA3LjM1LS4yLjQ3LS4xMi4xMy0uMjkuMi0uNDcuMnMtLjM1LS4wNy0uNDctLjJjLS4xMi0uMTMtLjItLjI5LS4yLS40N3YtMS43MmwtMy41MywzLjUzYy0uMDYuMDYtLjE0LjExLS4yMi4xNC0uMDguMDMtLjE3LjA1LS4yNi4wNXMtLjE3LS4wMi0uMjYtLjA1Yy0uMDgtLjAzLS4xNS0uMDgtLjIyLS4xNC0uMDYtLjA2LS4xMS0uMTQtLjE0LS4yMi0uMDMtLjA4LS4wNS0uMTctLjA1LS4yNnMuMDItLjE3LjA1LS4yNmMuMDMtLjA4LjA4LS4xNS4xNC0uMjJsMy41My0zLjUzaC0xLjcyYy0uMTgsMC0uMzUtLjA3LS40Ny0uMi0uMTMtLjEzLS4yLS4yOS0uMi0uNDdaTTIuODQsMi4yNmMuMjMtLjY2LjY1LTEuMjMsMS4yMi0xLjYzQzQuNjMuMjIsNS4zLDAsNiwwaDYuNjdDMTMuNTUsMCwxNC40LjM1LDE1LjAyLjk4Yy42My42My45OCwxLjQ3Ljk4LDIuMzZ2Ni42N2MwLDEuNDYtLjk0LDIuNzEtMi4yNiwzLjE2di40OWMwLC40NS0uMTYsMS4wMi0uNTIsMS40OS0uMzkuNS0xLC44Ny0xLjg0Ljg3SDMuNjljLS40OSwwLS45Ny0uMDktMS40Mi0uMjdzLS44Ni0uNDYtMS4yLS44Yy0uMzQtLjM0LS42Mi0uNzUtLjgtMS4yQy4wOSwxMy4yNywwLDEyLjc5LDAsMTIuMzF2LTcuNjlDMCwzLjg5LjI2LDMuMjguNzMsMi44NWMuNDUtLjQxLDEuMDUtLjYsMS42My0uNmguNDlabS0uMTgsMS4zM2gtLjMxYy0uMjctLjAxLS41My4wOC0uNzQuMjUtLjE2LjE0LS4yOS4zOC0uMjkuNzh2Ny42OWMwLDEuMzIsMS4wMywyLjM2LDIuMzYsMi4zNmg3LjY5Yy40LDAsLjYzLS4xNi43OC0uMzYuMTUtLjE5LjIzLS40My4yNC0uNjd2LS4zMWgtNi40MWMtLjg4LDAtMS43My0uMzUtMi4zNi0uOTgtLjYzLS42My0uOTgtMS40Ny0uOTgtMi4zNlYzLjU5Wm0zLjMzLTIuMjZjLS41MywwLTEuMDQuMjEtMS40MS41OS0uMzguMzgtLjU5Ljg4LS41OSwxLjQxdjYuNjdjMCwuNTMuMjEsMS4wNC41OSwxLjQxLjM4LjM4Ljg4LjU5LDEuNDEuNTloNi42N2MuNTMsMCwxLjA0LS4yMSwxLjQxLS41OS4zOC0uMzguNTktLjg4LjU5LTEuNDFWMy4zM2MwLS41My0uMjEtMS4wNC0uNTktMS40MS0uMzgtLjM4LS44OC0uNTktMS40MS0uNTloLTYuNjdaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}

.el_anchor.el_anchor__back::before {
  display: inline-block;
  width: 1.3em;
  height: 1em;
  vertical-align: -0.1em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQsOGMwLC40My4xOC44My41LDEuMTFsNSw0LjVjLjYyLjU1LDEuNTYuNSwyLjEyLS4xMXMuNS0xLjU3LS4xMS0yLjEybC0zLjc2LTMuMzksMy43Ni0zLjM4Yy42Mi0uNTYuNjYtMS41LjExLTIuMTItLjU1LS42Mi0xLjUtLjY3LTIuMTItLjExbC01LDQuNWMtLjMyLjI4LS41LjY5LS41LDEuMTJaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=) no-repeat left center/85% 85%;
}
.el_anchor.el_anchor__back::after {
  content: none;
}

/* ------------------------------------------------------------
* フォームの要素
* ------------------------------------------------------------ */
/* ----- テキスト・テキストエリア ----- */
.el_inputText,
.el_inputTextarea {
  padding: 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 10px;
}
.el_inputText:-moz-placeholder-shown:focus, .el_inputTextarea:-moz-placeholder-shown:focus {
  background-color: #fff;
}
.el_inputText:-ms-input-placeholder:focus, .el_inputTextarea:-ms-input-placeholder:focus {
  background-color: #fff;
}
.el_inputText:focus, .el_inputText:placeholder-shown:focus,
.el_inputTextarea:focus,
.el_inputTextarea:placeholder-shown:focus {
  background-color: #fff;
}
.el_inputText::-webkit-input-placeholder, .el_inputTextarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #b8b7b7;
}
.el_inputText::-moz-placeholder, .el_inputTextarea::-moz-placeholder {
  font-size: 14px;
  color: #b8b7b7;
}
.el_inputText:-ms-input-placeholder, .el_inputTextarea:-ms-input-placeholder {
  font-size: 14px;
  color: #b8b7b7;
}
.el_inputText::-ms-input-placeholder, .el_inputTextarea::-ms-input-placeholder {
  font-size: 14px;
  color: #b8b7b7;
}
.el_inputText::placeholder,
.el_inputTextarea::placeholder {
  font-size: 14px;
  color: #b8b7b7;
}
.el_inputText:-moz-placeholder-shown, .el_inputTextarea:-moz-placeholder-shown {
  background-color: #fafafa;
}
.el_inputText:-ms-input-placeholder, .el_inputTextarea:-ms-input-placeholder {
  background-color: #fafafa;
}
.el_inputText:placeholder-shown,
.el_inputTextarea:placeholder-shown {
  background-color: #fafafa;
}

.el_inputTextarea {
  resize: vertical;
}

/* ----- ラジオボタン  ----- */
/* テキストのみ */
.el_inputRadio {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.el_inputRadio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.el_inputRadio label {
  position: relative;
  display: block;
  padding-right: 0.5em;
  padding-left: 1.5em;
  line-height: 1.3;
  cursor: pointer;
}
.el_inputRadio label::before,
.el_inputRadio label::after {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.el_inputRadio label::before {
  border: solid 2px #ccc;
}
.el_inputRadio label::after {
  border: solid 0.45em #ffca41;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputRadio input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* テキストもボタンに入れる */
.el_inputRadio.el_inputRadio__btn label {
  padding: 0.85em 1em 0.85em 2.2em;
  cursor: pointer;
  background-color: #fbfbfb;
  border: solid 1px #ccc;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_inputRadio.el_inputRadio__btn label::before,
.el_inputRadio.el_inputRadio__btn label::after {
  top: 50%;
  left: 0.5em;
  margin-top: -0.6em;
}
.el_inputRadio.el_inputRadio__btn label::before {
  border: solid 2px #ccc;
}
.el_inputRadio.el_inputRadio__btn label::after {
  background-color: #00B71F;
  border: solid 3px #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputRadio.el_inputRadio__btn input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ----- チェックボックス  ----- */
/* stylelint-disable no-descending-specificity */
.el_inputCheckbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.el_inputCheckbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.el_inputCheckbox label {
  position: relative;
  display: block;
  padding-right: 0.5em;
  padding-left: 1.5em;
  line-height: 1.3;
  cursor: pointer;
}
.el_inputCheckbox label::before, .el_inputCheckbox label::after {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: #fff;
  border-radius: 3px;
}
.el_inputCheckbox label::before {
  border: solid 2px #ccc;
}
.el_inputCheckbox label::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffca41;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputCheckbox input:checked + label::after {
  color: #fff;
  content: "✓";
  -webkit-transform: scale(1);
          transform: scale(1);
}
.el_inputCheckbox {
  /* テキストもボタンに入れる */
}
.el_inputCheckbox.el_inputCheckbox__btn label {
  padding: 0.85em 1em 0.85em 2.2em;
  cursor: pointer;
  background-color: #fbfbfb;
  border: solid 1px #ccc;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_inputCheckbox.el_inputCheckbox__btn label::before, .el_inputCheckbox.el_inputCheckbox__btn label::after {
  top: 50%;
  left: 0.5em;
  margin-top: -0.6em;
}
.el_inputCheckbox.el_inputCheckbox__btn label::before {
  border: solid 2px #ccc;
}
.el_inputCheckbox.el_inputCheckbox__btn label::after {
  background-color: #00B71F;
  border: solid 3px #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputCheckbox.el_inputCheckbox__btn input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* stylelint-enable no-descending-specificity */
/* ----- セレクトボックス  ----- */
.el_select {
  padding: 0.75em 2em 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQuNzEsNi41NGMtLjI2LDAtLjUxLS4xLS43MS0uMjktLjM5LS4zOS0uMzktMS4wMiwwLTEuNDFsMy4yOS0zLjI5Yy4xOS0uMTkuNDQtLjI5LjcxLS4yOWgwYy4yNywwLC41Mi4xMS43MS4yOWwzLjI5LDMuMjljLjM5LjM5LjM5LDEuMDIsMCwxLjQxcy0xLjAyLjM5LTEuNDEsMGwtMi41OC0yLjU4LTIuNTgsMi41OGMtLjIuMi0uNDUuMjktLjcxLjI5WiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PHBhdGggZD0ibTgsMTQuNzVjLS4yNiwwLS41MS0uMS0uNzEtLjI5bC0zLjI5LTMuMjljLS4zOS0uMzktLjM5LTEuMDIsMC0xLjQxczEuMDItLjM5LDEuNDEsMGwyLjU4LDIuNTgsMi41OC0yLjU4Yy4zOS0uMzksMS4wMi0uMzksMS40MSwwcy4zOSwxLjAyLDAsMS40MWwtMy4yOSwzLjI5Yy0uMi4yLS40NS4yOS0uNzEuMjlaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=) no-repeat right 0.5em center/1em 1em #fafafa;
  border: solid 1px #eee;
  border-radius: 10px;
}

/* ------------------------------------------------------------
* 見出し
* ------------------------------------------------------------ */
.el_lgHeading {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
.el_lgHeading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 4px;
  margin-bottom: -10px;
  margin-left: 130px;
  content: "";
  background: #00B71F;
}
.el_lgHeading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 4px;
  margin-right: -130px;
  margin-bottom: -10px;
  content: "";
  background: #88D600;
}

.el_lgHeading_txt {
  font-size: 1.6rem;
}

.el_mdHeading {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

.el_mdHeading_sub {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #00B71F;
  text-transform: uppercase;
}

.el_mdHeading_entry {
  font-size: 2.4rem;
  color: #00B71F;
}

.el_smHeading {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #00B71F;
}

/* ------------------------------------------------------------
* 見出し
* ------------------------------------------------------------ */
.el_homeTopHead_sub {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.el_homeTopHead_sub span {
  position: relative;
  display: inline-block;
}
.el_homeTopHead_sub span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 48px;
  margin-left: -50px;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIMAAACRCAMAAADXXfvEAAAAJ1BMVEVMaXFrzwqI1gAyvBcAuB+I1wAAtx4Ruh0Atx+I1gAAtyCI1gAAtx/9yDdTAAAAC3RSTlMAI98Q6XWKQMCia/gc3qwAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAA5dJREFUeJzNmwGS4yAMBC3LQoD9//debW7vdhMbLGEJ4AGprplUGKTJsjw9OS6DD8TjgLEIeTuOI4wW4evgYBGOkULAtwjHcWw4WIRhQsCPCKOEyL9FGCIEv4swQohwIjiOIw8W4ets/QjwUoSvw70Q+PO7+HPiaBG6CcFlEToJgVURugjBdRE6CIG3IvgLESUIzj/YLGJwDnVhAiHw/ivpf3PxBEIsYQIhcJtACJ5AiCVMIARK3PDOMiwRwjvURQGD9xWOEjd4AjfiMoEb7MwA2wRC5AmEWOIEQoDADZjAjbBM4AZO4EZYxrux4QRuhGW8GxtO4EZo+VhMYOlGkxBpX8HSjYYsk/ZdBRHsQx3tuxIiWt9c9EJQQbDxzUXfCCoI27kM/UdQQURDIWDdmyDYToh3BA1EsBLiE2GXQ9xGfVb8MLRCsNEP9lmHfV/RyA3oAIGb0c0FDyDY6ubCBxDB7ApPZ4hk4obmCk/NEGyXZagZIthlGWqFuHFDFeroDEEGbuiyDLVCBMNQR40QdTeUWYbXNgi2DHXQCBEtxxHQBlF3g/tAZEshlkaIaDqggiaI6sNLP6DCJohsO6DCJoho/ApPJwh+5EbjK1yfc7P1OIIaIKL1XIb0EDU32gZUpIfI5gMq0kNE80kdqSEqbrRO6njVQmT7ZRuoIaL91hG0EOywWgEtRHBYrYAWIjrsmOAEgY1uPNgxoRIieCzbMKkgyuHy0bItqSDYZ+uYVE/R4LNaIQ1E2Q3oB8E+QiwqiOC0YyJFzi268XTZRgoI9lq2wSqHCF5bR5BDlNx4vnUEOQS7rV9BDhHcGlQghii5kXtCsF9NBMUQ0a8vg0kIUXDDpi+ThBDsWRxK7xCsc8OoOESynFt4eHFXiOwpxCKEiK4NKhJBXLth1pchEUT27cuAaFMefYtDIIG4dMOwOAQSiOzcoAIJRHRuUIEA4tINyyoZCCCyd5UM3yFQ6oZpGxzTLcSVG8a1+HQLEfy7v3QLEf27v3T3FOUOJWi6gwgdStB0BxE7tMHpBoJ7tMHpJueGHrV4WKsQF1HfofsLdQjuUouHOkToUoKGKsTZDZcSNFQhuE8bHKoQoU8bHGsQZzd8avGYKhDcqxafKhCfbmxe/1qhMsSHG8Hv3wH0C4LLbmyu/2Gi8v0VeojwDnGKVf/c8BXhN8RF2ucuIrwOraUHR+wiwuvAWnjz4NZFhOUvRGky0otAev4An/DnCMWOjW8AAAAASUVORK5CYII=);
  background-size: contain;
}
.el_homeTopHead_sub span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 48px;
  margin-right: -50px;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIMAAACRCAMAAADXXfvEAAAAJ1BMVEVMaXFrzwqI1gAyvBcAuB+I1wAAtx4Ruh0Atx+I1gAAtyCI1gAAtx/9yDdTAAAAC3RSTlMAI98Q6XWKQMCia/gc3qwAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAA5dJREFUeJzNmwGS4yAMBC3LQoD9//debW7vdhMbLGEJ4AGprplUGKTJsjw9OS6DD8TjgLEIeTuOI4wW4evgYBGOkULAtwjHcWw4WIRhQsCPCKOEyL9FGCIEv4swQohwIjiOIw8W4ets/QjwUoSvw70Q+PO7+HPiaBG6CcFlEToJgVURugjBdRE6CIG3IvgLESUIzj/YLGJwDnVhAiHw/ivpf3PxBEIsYQIhcJtACJ5AiCVMIARK3PDOMiwRwjvURQGD9xWOEjd4AjfiMoEb7MwA2wRC5AmEWOIEQoDADZjAjbBM4AZO4EZYxrux4QRuhGW8GxtO4EZo+VhMYOlGkxBpX8HSjYYsk/ZdBRHsQx3tuxIiWt9c9EJQQbDxzUXfCCoI27kM/UdQQURDIWDdmyDYToh3BA1EsBLiE2GXQ9xGfVb8MLRCsNEP9lmHfV/RyA3oAIGb0c0FDyDY6ubCBxDB7ApPZ4hk4obmCk/NEGyXZagZIthlGWqFuHFDFeroDEEGbuiyDLVCBMNQR40QdTeUWYbXNgi2DHXQCBEtxxHQBlF3g/tAZEshlkaIaDqggiaI6sNLP6DCJohsO6DCJoho/ApPJwh+5EbjK1yfc7P1OIIaIKL1XIb0EDU32gZUpIfI5gMq0kNE80kdqSEqbrRO6njVQmT7ZRuoIaL91hG0EOywWgEtRHBYrYAWIjrsmOAEgY1uPNgxoRIieCzbMKkgyuHy0bItqSDYZ+uYVE/R4LNaIQ1E2Q3oB8E+QiwqiOC0YyJFzi268XTZRgoI9lq2wSqHCF5bR5BDlNx4vnUEOQS7rV9BDhHcGlQghii5kXtCsF9NBMUQ0a8vg0kIUXDDpi+ThBDsWRxK7xCsc8OoOESynFt4eHFXiOwpxCKEiK4NKhJBXLth1pchEUT27cuAaFMefYtDIIG4dMOwOAQSiOzcoAIJRHRuUIEA4tINyyoZCCCyd5UM3yFQ6oZpGxzTLcSVG8a1+HQLEfy7v3QLEf27v3T3FOUOJWi6gwgdStB0BxE7tMHpBoJ7tMHpJueGHrV4WKsQF1HfofsLdQjuUouHOkToUoKGKsTZDZcSNFQhuE8bHKoQoU8bHGsQZzd8avGYKhDcqxafKhCfbmxe/1qhMsSHG8Hv3wH0C4LLbmyu/2Gi8v0VeojwDnGKVf/c8BXhN8RF2ucuIrwOraUHR+wiwuvAWnjz4NZFhOUvRGky0otAev4An/DnCMWOjW8AAAAASUVORK5CYII=);
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.el_homeTopHead_head {
  margin-top: 8px;
  font-size: 2.4rem;
  color: #00B71F;
  text-shadow: 3px 3px 0 #FFFF8C, -3px 3px 0 #FFFF8C, 3px -3px 0 #FFFF8C, -3px -3px 0 #FFFF8C;
}
.el_homeTopHead_head span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #FFFF8C));
  background: linear-gradient(transparent 60%, #FFFF8C 80%);
}

.el_homeTopHead_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  font-family: Orbitron, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #88D600;
  text-transform: uppercase;
}
.el_homeTopHead_en img {
  width: 30px;
}

/* ------------------------------------------------------------
* 注釈
* ------------------------------------------------------------ */
.el_note {
  font-size: 12px;
  color: #9b9b9b;
}

ul.el_note {
  padding-left: 0;
  list-style: none;
}
ul.el_note li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}
ul.el_note li:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
* ヘッダーのコンテンツ
* ------------------------------------------------------------ */
.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

/* タイトル
* -------------------------------------------------- */
.bl_headerTitle {
  max-width: calc(100% - 60px);
  padding: 0 20px 0 10px;
}

.bl_headerTitle_pc {
  display: none;
}

.bl_headerTitle_inner {
  display: block;
  max-width: 160px;
  padding: 10px 10px 10px 0;
  color: #000;
  text-decoration: none;
}
.bl_headerTitle_inner:visited {
  color: #000;
  text-decoration: none;
}
.bl_headerTitle_inner:active, .bl_headerTitle_inner:hover {
  color: #000;
  text-decoration: none;
}
.bl_headerTitle_inner img {
  display: block;
  width: 100%;
  height: auto;
}
/* ----- ナビゲーション ----- */

.bl_headerNav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 1.1vw;
  white-space: nowrap;
}

.bl_headerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.bl_headerNavItem {
  position: relative;
  padding: 0 0.8em;
  border-right: 1px solid #333;
}
.bl_headerNavItem.has_child::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: -10px;
  margin-left: -0.5em;
  vertical-align: middle;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE4NikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMDBiNzFmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOCwxMmMtLjQsMC0uOC0uMi0xLjEtLjVMMi40LDYuNWMtLjUtLjYtLjUtMS42LjEtMi4xczEuNi0uNSwyLjEuMWwzLjQsMy44LDMuNC0zLjhjLjYtLjYsMS41LS43LDIuMS0uMS42LjYuNywxLjUuMSwyLjFsLTQuNSw1Yy0uMy4zLS43LjUtMS4xLjVaIi8+Cjwvc3ZnPg==) no-repeat center/100% 100%;
}

.bl_headerNavItem_link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #00B71F;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerNavItem_link span {
  display: block;
  font-family: Orbitron, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  color: #88D600;
  text-align: center;
  text-transform: uppercase;
}
.bl_headerNavItem_link:visited {
  color: #00B71F;
  text-decoration: none;
}
.bl_headerNavItem_link:active, .bl_headerNavItem_link:hover {
  color: #000;
  text-decoration: none;
}
.bl_headerNavItem_link:active::after, .bl_headerNavItem_link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 子要素のナビ */
.bl_headerNavChild {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 100%;
  padding: 5px 0 0;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.bl_headerNavChild::before {
  position: absolute;
  top: -2px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 0;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_headerNavChild.is_on {
  -webkit-animation: cnav-on 0.3s forwards;
          animation: cnav-on 0.3s forwards;
}
.bl_headerNavChild.is_off {
  -webkit-animation: cnav-off 0.3s forwards;
          animation: cnav-off 0.3s forwards;
}

.bl_headerNavChild_list {
  overflow: hidden;
  border: solid 2px #00B71F;
  border-radius: 10px;
}
.bl_headerNavChild_list p {
  padding: 4px 10px 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #444;
  background: #fff;
}

.bl_headerNavChild_item {
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
  border-bottom: solid 1px #00B71F;
}
.bl_headerNavChild_item a {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  color: #00B71F;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerNavChild_item a:visited {
  color: #00B71F;
  text-decoration: none;
}
.bl_headerNavChild_item a:hover {
  color: #000;
  background-color: #fff;
  background-color: #F0FFD5;
}
.bl_headerNavChild_item:last-child {
  margin: 0;
  border-bottom: 0;
}

@-webkit-keyframes cnav-on {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes cnav-on {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes cnav-off {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  99% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}
@keyframes cnav-off {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  99% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
}
/* ----- エントリーボタン ----- */
.bl_headerCta {
  display: none;
}

.bl_header_entryBtn img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bl_header_entryBtn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ----- メニューを開くボタン ----- */
.bl_menuOpnBtn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}

.bl_menuOpnBtn_top,
.bl_menuOpnBtn_middle,
.bl_menuOpnBtn_bottom {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 4px;
  margin: -1px 0 0 -14px;
  background-color: #00B71F;
}

.bl_menuOpnBtn_top {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.bl_menuOpnBtn_bottom {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.bl_menuOpnBtn.is_opened .bl_menuOpnBtn_top {
  -webkit-animation: top-opened 0.5s forwards;
          animation: top-opened 0.5s forwards;
}
.bl_menuOpnBtn.is_opened .bl_menuOpnBtn_middle {
  -webkit-animation: middle-opened 0.5s forwards;
          animation: middle-opened 0.5s forwards;
}
.bl_menuOpnBtn.is_opened .bl_menuOpnBtn_bottom {
  -webkit-animation: bottom-opened 0.5s forwards;
          animation: bottom-opened 0.5s forwards;
}

.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_top {
  -webkit-animation: top-closed 0.5s forwards;
          animation: top-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_middle {
  -webkit-animation: middle-closed 0.5s forwards;
          animation: middle-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_bottom {
  -webkit-animation: bottom-closed 0.5s forwards;
          animation: bottom-closed 0.5s forwards;
}

@-webkit-keyframes top-opened {
  0% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@keyframes top-opened {
  0% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes top-closed {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
}
@keyframes top-closed {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(0);
            transform: translateY(-10px) rotate(0);
  }
}
@-webkit-keyframes middle-opened {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes middle-opened {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes middle-closed {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes middle-closed {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bottom-opened {
  0% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bottom-opened {
  0% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bottom-closed {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
}
@keyframes bottom-closed {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
}
.bl_headerNavUpper_wrap {
  display: none;
}
.bl_headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_headerRight_link {
  display: inline-block;
  padding: 6px 10px;
  margin: 8px 0;
  font-weight: bold;
  color: #00B71F;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #00B71F;
  border-radius: 4px;
}
.bl_headerRight_link:visited {
  color: #00B71F;
}
.bl_headerRight_link:active, .bl_headerRight_link:hover {
  color: #00B71F;
  background: #F0FFD5;
}

/* ------------------------------------------------------------
* フェードインのメニュー
* ------------------------------------------------------------ */
/* メニュー本体
* -------------------------------------------------- */
/* ----- 大枠 ----- */
.bl_menu_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  overflow: auto;
  background: #00B71F;
}
/* ----- メニュー ----- */
.bl_menu {
  width: 100%;
  padding: 40px 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.bl_menuWrap {
  padding-bottom: 40px;
}

.bl_menuList {
  list-style: none;
}

.bl_menuItem {
  padding: 0;
  margin: 0;
}

.bl_menuItem_link {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.bl_menuItem_link span {
  display: block;
  color: #F0FFD5;
  text-transform: capitalize;
}
.bl_menuItem_link::before {
  position: absolute;
  top: 18px;
  left: 3px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}
.bl_menuItem_link:active, .bl_menuItem_link:visited {
  color: #fff;
  text-decoration: none;
}
.bl_menuItem_link:hover {
  color: #000;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.262745098);
}

.bl_menuChild {
  padding-left: 20px;
}

.bl_menuChild_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.bl_menuChild_item {
  position: relative;
  width: 50%;
  padding: 5px 0 0 16px;
}
.bl_menuChild_item::before {
  position: absolute;
  top: 16px;
  left: 3px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #88D600;
}
.bl_menuChild_item a {
  display: block;
  padding: 6px 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.bl_menuChild_item a:active,
.bl_menuChild_item a:visited {
  color: #fff;
  text-decoration: none;
}
.bl_menuChild_item a:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.262745098);
}

.bl_menuCta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.bl_menuCta img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_menuCta:hover img {
  opacity: 0.8;
}

.bl_menuItem_info {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
  margin: 16px 40px;
}
.bl_menuItem_info a {
  display: block;
  padding: 10px 0;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
.bl_menuItem_info a img {
  margin-left: 8px;
  vertical-align: middle;
}
.bl_menuItem_info a:visited {
  color: #fff;
}
.bl_menuItem_info a:active, .bl_menuItem_info a:hover {
  color: #F0FFD5;
  text-decoration: underline;
}

.bl_menuContact_wrap {
  margin: 0 20px;
}

.bl_menuContact_box {
  padding: 20px;
  margin: 0 auto;
  background: #F00;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 0, 0)), to(rgb(255, 132, 0)));
  background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(255, 132, 0) 100%);
  border: 2px solid #fff;
  border-radius: 12px;
}

.bl_menuContact_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00B71F;
  text-align: center;
}
.bl_menuContact_ttl span {
  padding: 0 20px;
  background: #FFFF8C;
  border-radius: 2em;
}

/* ------------------------------------------------------------
* CTAエリア
* ------------------------------------------------------------ */
/* エントリー
* -------------------------------------------------- */
.bl_ctaWrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  margin-top: 100px;
  background: #F00;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 0, 0)), to(rgb(255, 132, 0)));
  background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(255, 132, 0) 100%);
  border: 2px solid #fff;
  border-radius: 12px;
}
.bl_ctaWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 244px;
  margin-top: -162px;
  margin-left: -20px;
  content: "";
  background-image: url(assets/cta01.png);
  background-size: contain;
}
.bl_ctaWrap::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
  height: 244px;
  margin-top: -162px;
  margin-right: -40px;
  content: "";
  background-image: url(assets/cta02.png);
  background-size: contain;
}

.bl_cta_ttl {
  margin-bottom: 6px;
}
.bl_cta_ttl span {
  padding: 0 20px;
  font-size: 2.4rem;
  color: #00B71F;
  background: #FFFF8C;
  border-radius: 1em;
}

.bl_cta_tel {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #FFFF8C;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_cta_tel:hover {
  color: #88D600;
}

.bl_ctaBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_ctaBtnWrap a {
  margin: 10px;
}
/* ------------------------------------------------------------
* フッターのコンテンツ
* ------------------------------------------------------------ */
.bi_footer_outLinkWrap {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.bi_footer_outLinkWrap a {
  display: block;
  padding: 1em;
  margin: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #00B71F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(assets/banner_hotel_nishio.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(assets/banner_hotel_nishio.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bi_footer_outLinkWrap a span {
  display: block;
  font-size: 1.2rem;
}
.bi_footer_outLinkWrap a img {
  margin-left: 8px;
  vertical-align: middle;
}
.bi_footer_outLinkWrap a:hover {
  background: #88D600;
}
.bi_footer_outLinkWrap .ueji {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(assets/banner_ueji.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(assets/banner_ueji.jpg);
}
.bi_footer_outLinkWrap .recruit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(assets/banner_recruit.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(assets/banner_recruit.jpg);
}

.bl_footer_logo {
  text-align: center;
}
.bl_footer_logo img {
  width: 200px;
}

.bl_footerBox {
  display: none;
}

.bl_footerCopyright {
  max-width: 1600px;
  padding: 2em 0 0;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.bl_footer_nav_main {
  padding: 0;
  padding: 20px;
  margin: 0;
  list-style: none;
}
.bl_footer_nav_main > li {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  list-style: none;
}
.bl_footer_nav_main > li a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.bl_footer_nav_main > li a:visited {
  color: #fff;
}
.bl_footer_nav_main > li a:active, .bl_footer_nav_main > li a:hover {
  color: #88D600;
}
.bl_footer_nav_main > li a::before {
  margin-right: 4px;
  font-size: 0.6em;
  vertical-align: middle;
  content: "▶";
}
.bl_footer_nav_main .bl_footer_nav_childLink {
  font-size: 0.7em;
  font-weight: nomal;
}
.bl_footer_nav_main .bl_footer_nav_childLink a::before {
  color: #88D600;
}
.bl_footer_nav_main .bl_footer_nav_outLink {
  font-size: 0.75em;
  font-weight: nomal;
}
.bl_footer_nav_main .bl_footer_nav_outLink img {
  margin-left: 4px;
  vertical-align: middle;
}
.bl_footer_nav_main .bl_footer_nav_outLink a::before {
  content: none;
}

.bl_footer_bottomCat {
  margin-right: 20px;
}

.bl_footer_bottomCat_wrap {
  display: none;
  padding: 20px;
  margin: 0 auto;
  background: #F00;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 0, 0)), to(rgb(255, 132, 0)));
  background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(255, 132, 0) 100%);
  border: 2px solid #fff;
  border-radius: 12px;
}

.bl_footer_bottomBox {
  margin: 10px;
}

.bl_footer_bottomCat_add {
  margin-top: 20px;
  color: #fff;
}
.bl_footer_bottomCat_add p {
  font-size: 1.2rem;
}

.bl_footer_bottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_footer_SpCta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.bl_footer_SpCta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_footer_SpCta_btn a {
  display: block;
  width: 33.333333%;
  text-align: center;
}
.bl_footer_SpCta_btn .catalog {
  display: inline-block;
  padding: 16px 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #13AF0B;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(19, 175, 11)), to(rgb(131, 238, 0)));
  background: linear-gradient(0deg, rgb(19, 175, 11) 0%, rgb(131, 238, 0) 100%);
}
.bl_footer_SpCta_btn .catalog:hover {
  background: #13AF0B;
}
.bl_footer_SpCta_btn .contact {
  display: inline-block;
  padding: 16px 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #fb4e5f;
}
.bl_footer_SpCta_btn .contact:hover {
  background: #f61d32;
}
.bl_footer_SpCta_btn .student {
  display: inline-block;
  padding: 16px 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background: #FFFF8C;
}
.bl_footer_SpCta_btn .student:hover {
  color: #fff;
  background: #ffca41;
}

/* ------------------------------------------------------------
* トピックパス
* ------------------------------------------------------------ */
.bl_topicpath {
  font-size: 12px;
  line-height: 1.3;
}

.bl_topicpath_list {
  padding: 0;
  margin: 0 0 0 -0.5em;
  list-style: none;
}
.bl_topicpath_list::after {
  display: block;
  clear: both;
  content: "";
}

.bl_topicpath_item {
  float: left;
  padding: 5px 1em 5px 0.5em;
}
.bl_topicpath_item::after {
  display: inline-block;
  margin-left: 0.5em;
  color: #000;
  content: ">";
}
.bl_topicpath_item:last-child {
  padding: 5px 0 5px 0.5em;
  background: transparent;
}
.bl_topicpath_item:last-child::after {
  content: "";
}
.bl_topicpath_item a {
  color: #000;
  text-decoration: underline;
}
.bl_topicpath_item a:visited {
  color: #000;
  text-decoration: underline;
}
.bl_topicpath_item a:hover,
.bl_topicpath_item a:active {
  color: #000;
  text-decoration: none;
}
.bl_topicpath_item a[aria-current=page] {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

/* ------------------------------------------------------------
* ページタイトル
* ------------------------------------------------------------ */
.bl_title {
  position: relative;
}
.bl_title::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 183, 31, 0.7);
}

.bl_title.has_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_title.has_img .bl_titleTxt {
  width: 100%;
  margin: 0 0 30px;
}
.bl_title.has_img .bl_titleImg {
  position: relative;
  width: 100%;
}

.bl_titleTxt_main {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.bl_titleTxt_sub {
  margin: 0;
  margin-bottom: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #F0FFD5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.bl_titleImg_photo {
  position: relative;
  width: 100%;
  padding: 53% 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 60px;
}

.bl_titleImg_photo_wide {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bl_titleTxt_wide {
  position: relative;
  z-index: 2;
  padding: 10px;
  color: #fff;
}

.bl_titleImg_photo_default {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
  background-image: url(assets/ttl_all.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ------------------------------------------------------------
* フォーム
* ------------------------------------------------------------ */
.bl_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1em;
}

.bl_formLabel {
  width: 100%;
  padding: 0.6em 0.3em;
  margin-bottom: 4px;
  font-weight: bold;
  background: #F0FFD5;
}

.bl_formLabel_required {
  margin-left: 0.5em;
  font-size: 0.625em;
  color: #fa4027;
  vertical-align: top;
}

.bl_formControl {
  width: 100%;
}

.bl_formInput {
  position: relative;
  width: 100%;
}
.bl_formInput > .bl_scheduleItem_cover {
  border-radius: 0;
}
/* ----- エラーテキスト ----- */
.bl_formErrorText {
  font-size: 12px;
  color: #fa4027;
}
.bl_formErrorText .acms-icon {
  padding-right: 0.3em;
  vertical-align: -0.03em;
}

/* ----- プライバシーポリシー ----- */
.bl_formPrivacy {
  padding: 20px;
  margin-top: 30px;
  font-size: 12px;
  border: solid 1px #ccc;
}

.bl_formPrivacy_agree {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

/* ----- 送信ボタン ----- */
.bl_formBtn {
  margin-top: 30px;
  text-align: center;
}
.bl_formBtn .el_btn {
  width: 100%;
  max-width: 400px;
}

/* ----- 確認画面のテーブル ----- */
.bl_formConfirm {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
}

.bl_formConfirm_head {
  display: block;
  padding: 0.75em 0 0.3em;
  font-weight: bold;
  text-align: left;
}

.bl_formConfirm_body {
  display: block;
  min-height: 2.25em;
  padding: 0 0 0.75em 1em;
  border-bottom: solid 1px #ccc;
}
/* ----- 同意チェックボックス ----- */
.bl_form_agree {
  padding: 10px;
  text-align: center;
}
.bl_form_agree .bl_form_agree_check {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* 送信ボタン */
.submit-btn[disabled] {
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
  background-color: #ccc;
}

.bl_form_border {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}

/* ------------------------------------------------------------
* エントリー
* ------------------------------------------------------------ */
/* エントリーのタイトル
* -------------------------------------------------- */
.bl_entryHead {
  margin: 0 0 30px;
}

.bl_entryHeadTitle {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}

.bl_entryHeadInfo {
  font-size: 16px;
}

.bl_entryHeadInfo_date {
  margin-right: 0.5em;
  color: #000;
}

.bl_entryHeadInfo_new {
  margin-right: 0.5em;
  font-weight: bold;
  color: #fa4027;
}

/* タイトルの下のサブ情報 */
.bl_entryHeadInfo_cate {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.2rem;
  text-decoration: none;
  background: #F0FFD5;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_entryHeadInfo_cate:hover {
  background: #88D600;
}

/* ----- グリッド ----- */
.bl_entryBody_Grid {
  margin-right: -20px;
  margin-left: -20px;
}

/* ----- メディア ----- */
.bl_entryBody [class*=column-media] {
  padding-right: 20px;
  padding-left: 20px;
}

/* ----- 本文 ----- */
.bl_entryBody {
  word-wrap: break-word;
}
.bl_entryBody p {
  margin: 0 20px 2em;
}

/* ----- 見出し ----- */
.bl_entryBody h2 {
  margin: 3em 20px 0.5em;
  font-size: 2.4rem;
  color: #00B71F;
}
.bl_entryBody .column-block-editor:first-of-type h2 {
  margin: 0 20px 0.5em;
}
.bl_entryBody h3 {
  margin: 1em 20px 1em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00B71F;
}
.bl_entryBody h4 {
  margin: 0 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

/* ----- エントリー内コンテナー ----- */
.entry-container {
  margin: 0 20px;
}

[class^=column-table] .entry-container {
  margin-bottom: 2em;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* ----- テーブル ----- */
.bl_entryBody table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.bl_entryBody th,
.bl_entryBody td {
  display: block;
  padding: 0.5em 1em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.bl_entryBody .acms-table-responsive th,
.bl_entryBody .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.bl_entryBody .acms-table-responsive table {
  margin: 0;
}
.bl_entryBody th {
  font-weight: bold;
  background: #F2F2F7;
}
.bl_entryBody .entry-custom-table {
  margin-bottom: 2em;
}
/* ----- ブロックエディター　画像 ----- */
/* ----- リスト ----- */
.bl_entryBody ul {
  padding: 0 0 0 1.2em;
  margin: 0 20px 2em;
}
.bl_entryBody ul li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.bl_entryBody ul li p {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.bl_entryBody ul li:last-child {
  margin-bottom: 0;
}
.bl_entryBody ul.el_note {
  padding-left: 0;
  list-style: none;
}
.bl_entryBody ul.el_note li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}
.bl_entryBody ul.list-small li, .bl_entryBody ul.list-small li p {
  font-size: 1.3rem;
}

/* ----- 番号付きリスト ----- */
.bl_entryBody ol {
  padding: 0 0 0 2em;
  margin: 0 20px 2em;
}
.bl_entryBody ol li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.bl_entryBody ol li:last-child {
  margin-bottom: 0;
}

/* ----- 定義リスト ----- */
.bl_entryBody dl {
  margin: 0 20px 1.375em;
  line-height: 1.5;
}
.bl_entryBody dt {
  margin: 0 0 0.375em;
  font-weight: bold;
  line-height: 1.2;
}
.bl_entryBody dd {
  margin-bottom: 0.625em;
  margin-left: 0;
  line-height: 1.5;
}

/* ----- ユニット ----- */
.bl_entryBody .caption {
  font-size: 12px;
  color: #9b9b9b;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

[class*=column-media-] a,
[class*=column-image-] a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover {
  opacity: 0.8;
}

/* ----- 引用URL ----- */
.acms-entry [class*=column-quote] {
  margin: 0 20px 2em;
}

.bl_entryBody .quote {
  padding: 0;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.bl_entryBody .quoteLink {
  display: block;
  padding: 15px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_entryBody .quoteLink:visited {
  color: #000;
  text-decoration: none;
}
.bl_entryBody .quoteLink:hover {
  background-color: #F2F2F7;
}
.bl_entryBody .quoteLink:hover .quoteTitle {
  text-decoration: underline;
}
.bl_entryBody .quote-maincontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_entryBody .quoteTitle-wrap {
  margin: 0 20px 10px 0;
}
.bl_entryBody .quoteTitle {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.bl_entryBody .quoteImageContainer {
  float: none;
  min-width: 100px;
  margin: 0 0 10px;
}
.bl_entryBody .quoteSiteName {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.bl_entryBody .quoteDescription {
  font-size: 12px;
  text-align: left;
}
.bl_entryBody .caption {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
}

.unit-separator {
  margin: 0 20px 2em;
  border: 0;
  border-top: solid 1px #444;
}

/* ----- ユニットグループ ----- */
.ug-bg-color {
  padding: 20px 10px;
  margin: 0 20px 2em;
  overflow: hidden;
  background: #f2f5f8;
  border-radius: 10px;
}
.ug-bg-color *:last-child {
  margin-bottom: 0;
}
.ug-bg-color h2,
.ug-bg-color h3,
.ug-bg-color h4 {
  margin-bottom: 0.5em;
}
.ug-bg-color h3.has_bg {
  background-color: #fff;
}

.entry-danger-text {
  color: #fa4027;
}

/* ------------------------------------------------------------
* 総額表
* ------------------------------------------------------------ */
.bl_entryBody .bl_card_allPrice_list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin: 0 20px 2em;
}
.bl_entryBody .bl_card_allPrice_inner {
  padding-bottom: 1em;
  border: 3px solid #00B71F;
  border-radius: 12px;
}
.bl_entryBody .bl_card_allPrice_ttl {
  padding: 0 20px;
  margin: 0;
  font-size: 2rem;
  color: #fff;
  background: #00B71F;
}
.bl_entryBody .bl_card_allPrice_txt {
  margin-top: 8px;
  margin-bottom: 0;
}
.bl_entryBody .bl_card_allPrice_yen {
  margin-top: 0.25em;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: bold;
}
.bl_entryBody .bl_card_allPrice_yen .all {
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  background: #00B71F;
  border-radius: 2em;
}
.bl_entryBody .bl_card_allPrice_yen .yen {
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_entryBody .bl_card_allPrice_details {
  padding: 0 20px;
}
.bl_entryBody .bl_card_allPrice_summary, .bl_entryBody .bl_card_shortList_summary {
  position: relative;
  display: block;
  padding: 0.5em 2em 0.5em 20px;
  margin-top: 0.5em;
  color: #00B71F;
  list-style: none;
  background: #F0FFD5;
}
.bl_entryBody .bl_card_allPrice_summary::before, .bl_entryBody .bl_card_shortList_summary::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-top: 4px;
  margin-right: 0.5em;
  font-size: 2rem;
  content: "+";
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.bl_entryBody .bl_card_allPrice_item {
  background: #F2F2F7;
}
.bl_entryBody .bl_card_allPrice_item__txt {
  padding: 1em 20px;
  margin: 0;
}

.bl_card_allPrice_details[open] .bl_card_allPrice_summary::before, .bl_card_allPrice_details[open] .bl_entryBody .bl_card_shortList_summary::before, .bl_entryBody .bl_card_allPrice_details[open] .bl_card_shortList_summary::before {
  content: "−"; /* ハイフンではなくマイナス記号（U+2212）推奨 */
}

/* ------------------------------------------------------------
* プラン表
* ------------------------------------------------------------ */
.bl_entryBody .bl_card_planPrice_list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin: 0 20px 2em;
}
.bl_entryBody .bl_card_planPrice_body {
  color: #fff;
}
.bl_entryBody .bl_card_planPrice_inner {
  padding-bottom: 1em;
  border-radius: 12px;
}
.bl_entryBody .bl_card_planPrice_subttl {
  padding: 1em 20px 0 20px;
  margin: 0;
}
.bl_entryBody .bl_card_planPrice_ttl {
  padding: 0.5em 20px 0.125em 20px;
  margin: 0;
  font-size: 2.4rem;
  color: #fff;
}
.bl_entryBody .bl_card_planPrice_day {
  padding: 0.125em 0.5em;
  margin-bottom: 0;
  color: #000;
  background-color: #FFFF8C;
  border-radius: 12px;
}
.bl_entryBody .bl_card_planPrice_yen {
  padding: 0.25em;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
  background: #fff;
  border-radius: 12px;
}
.bl_entryBody .bl_card_planPrice_yen .all {
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
  border-radius: 2em;
}
.bl_entryBody .bl_card_planPrice_yen .yen {
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_entryBody .bl_card_planPrice_txt {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.bl_entryBody .is_aqua {
  background-color: #0AF;
  border-radius: 12px;
}
.bl_entryBody .is_blue {
  background-color: #003CFF;
  border-radius: 12px;
}
.bl_entryBody .is_purple {
  background-color: #B0F;
  border-radius: 12px;
}
.bl_entryBody .is_pink {
  background-color: #FF0080;
  border-radius: 12px;
}
.bl_entryBody .is_orange {
  background-color: #FF5E00;
  border-radius: 12px;
}

/* ------------------------------------------------------------
* 項目リスト
* ------------------------------------------------------------ */
.bl_entryBody .bl_card_campaign_list {
  margin: 60px 20px 16px;
}
.bl_entryBody .bl_card_campaign_top {
  display: inline-block;
  background: #00B71F;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.bl_entryBody .bl_card_campaign_ttl {
  margin: 0.5em 24px;
  font-size: 2rem;
  color: #fff;
}
.bl_entryBody .bl_card_campaign_txt {
  margin: 0.5em 24px;
  font-size: 1.2rem;
  color: #fff;
}
.bl_entryBody .bl_card_campaign_item {
  background: #F0FFD5;
  border: 4px solid #00B71F;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.bl_entryBody .bl_card_campaign_itemTtl {
  margin: 1em 20px 0.25em;
  font-size: 1.6rem;
  color: #000;
}
.bl_entryBody .bl_card_campaign_itemTtl::before {
  color: #00B71F;
  content: "●";
}

/* ------------------------------------------------------------
* 短期コース表
* ------------------------------------------------------------ */
.bl_entryBody .bl_card_shortList_summary {
  color: #FFFF8C;
  background-color: #000;
}
.bl_entryBody .bl_card_allPrice_item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
.bl_entryBody .bl_card_shortList_all {
  padding: 8px;
  margin-bottom: 10px;
  background: #FFFF8C;
}
.bl_entryBody .bl_card_shortList_itemList {
  padding: 0;
  margin: 0 20px 1em;
  list-style: none;
}
.bl_entryBody .bl_card_shortList_itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 2px dotted #9b9b9b;
}
.bl_entryBody .bl_card_shortList_itemTtl {
  width: 30%;
  font-weight: bold;
  vertical-align: middle;
}
.bl_entryBody .bl_card_shortList_itemTxt {
  width: 70%;
  font-size: 2.1rem;
  font-weight: bold;
}
.bl_entryBody .bl_card_shortList_itemTxt::before {
  margin-right: 8px;
  margin-left: 8px;
  font-size: 2rem;
  color: #9b9b9b;
  content: "→";
}

.bl_entryBody .is_shortList_color_aqua {
  background-color: #0AF;
  border-radius: 12px;
}
.bl_entryBody .is_shortList_color_aqua .bl_card_shortList_itemTtl span {
  color: #0AF;
}
.bl_entryBody .is_shortList_color_blue {
  background-color: #003CFF;
  border-radius: 12px;
}
.bl_entryBody .is_shortList_color_blue .bl_card_shortList_itemTtl span {
  color: #003CFF;
}
.bl_entryBody .is_shortList_color_purple {
  background-color: #B0F;
  border-radius: 12px;
}
.bl_entryBody .is_shortList_color_purple .bl_card_shortList_itemTtl span {
  color: #B0F;
}
.bl_entryBody .is_shortList_color_pink {
  background-color: #FF0080;
  border-radius: 12px;
}
.bl_entryBody .is_shortList_color_pink .bl_card_shortList_itemTtl span {
  color: #FF0080;
}
.bl_entryBody .is_shortList_color_orange {
  background-color: #FF5E00;
  border-radius: 12px;
}
.bl_entryBody .is_shortList_color_orange .bl_card_shortList_itemTtl span {
  color: #FF5E00;
}

/* ------------------------------------------------------------
* pdf（テキストリスト）
* ------------------------------------------------------------ */
.bl_entryBody .pdf_list {
  margin: 0 20px 1em;
}
.bl_entryBody .pdf_list_item a {
  display: block;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
  border-bottom: 2px dotted #9b9b9b;
}
.bl_entryBody .pdf_list_item a:hover {
  background-color: #F0FFD5;
}
.bl_entryBody .pdf_list_item a img {
  width: 24px;
}

/* ------------------------------------------------------------
* 画像付き見出し
* ------------------------------------------------------------ */
.bl_entryBody .headdingImg {
  position: relative;
}
.bl_entryBody .headdingImg_ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
  padding-right: 120px;
  margin-top: 80px;
  margin-bottom: 60px;
  color: #fff;
  background: #00B71F;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.bl_entryBody .headdingImg_img {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  margin-top: -40px;
  margin-right: 10px;
  overflow: hidden;
  background: #88D600;
  border: 4px solid #00B71F;
  border-radius: 50%;
}
.bl_entryBody .headdingImg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[role=figure] > div {
  width: 100%;
  max-width: 100% !important;
  height: auto;
}
[role=figure] > div img {
  height: auto;
}

/* ------------------------------------------------------------
* 簡易リスト
* ------------------------------------------------------------ */
.bl_entryBody .miniList_wrap h3 {
  padding: 4px 8px;
  font-size: 1.6rem;
  color: #00B71F;
  background: #F0FFD5;
}

/* ------------------------------------------------------------
* 目次
* ------------------------------------------------------------ */
.bl_entryBody .un_toc_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 12px;
  margin: 0 20px 1em;
  margin-top: 60px;
  overflow-x: auto;
}
.bl_entryBody .un_toc_scroll::-webkit-scrollbar {
  height: 8px;
}
.bl_entryBody .un_toc_scroll::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 8px;
}
.bl_entryBody .un_toc_scroll::-webkit-scrollbar-thumb {
  background: #00B71F;
  border-radius: 8px;
}
.bl_entryBody .un_toc_btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px;
  font-size: 1.4rem;
  color: #00B71F;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #00B71F;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_entryBody .un_toc_btn:hover {
  color: #fff;
  background: #00B71F;
}

/* ------------------------------------------------------------
* FAQ
* ------------------------------------------------------------ */
.bl_entryBody .un_faq_item {
  margin: 0 20px 1em;
}
.bl_entryBody .un_faq_item summary {
  position: relative;
  padding: 16px 48px 16px 16px;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid #00B71F;
}
.bl_entryBody .un_faq_item summary::after {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 2rem;
  line-height: 1;
  color: #00B71F;
  content: "+";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_entryBody .un_faq_item[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.bl_entryBody .un_faq_item .un_faq_a {
  padding: 16px 0;
}
.bl_entryBody .un_faq_item .un_faq_txt {
  margin-bottom: 8px;
}
.bl_entryBody .un_faq_item .un_faq_apptxt {
  font-size: 1.2rem;
}

/* ------------------------------------------------------------
* 画像付きボタン
* ------------------------------------------------------------ */
.bl_entryBody .un_imgBtn {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}
.bl_entryBody .un_imgBtnItem_link {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  background: #F0FFD5;
  border: 2px solid #00B71F;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 0 0 rgb(136, 214, 0);
          box-shadow: 4px 4px 0 0 rgb(136, 214, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_entryBody .un_imgBtnItem_link:hover {
  background: #FFFF8C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bl_entryBody .un_imgBtnItem_link:hover .un_imgBtn_arrow {
  margin-right: 4px;
}
.bl_entryBody .un_imgBtnItem_link .un_imgBtn_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_entryBody .un_imgBtnItemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.bl_entryBody .un_imgBtnItemImg {
  width: 35%;
}
.bl_entryBody .un_imgBtnItemCont {
  width: 65%;
  padding-left: 10px;
}
.bl_entryBody .un_imgBtnItemCont h3 {
  margin: 0;
  font-size: 2rem;
  color: #00B71F;
}
.bl_entryBody .un_imgBtnItemCont p {
  margin: 0;
  color: #000;
}
.bl_entryBody .un_imgBtnAttention {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #F00;
}

.acms-entry p:not(:where([class~=not-editor-style], [class~=not-editor-style] *)) {
  font-size: 16px;
}

/* ------------------------------------------------------------
* 画像付き見出し(foot用)
* ------------------------------------------------------------ */
.headdingImg {
  position: relative;
}

.headdingImg_ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
  padding-right: 100px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  color: #fff;
  background: #00B71F;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}

.headdingImg_img {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  margin-top: -40px;
  margin-right: -10px;
  overflow: hidden;
  background: #88D600;
  border: 4px solid #00B71F;
  border-radius: 50%;
}
.headdingImg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headdingImg_box ul li {
  margin-left: 20px;
}

ul.list-small li, ul.list-small li p {
  font-size: 1.3rem;
}

.acms-entry a:not(:where([class~=not-editor-style], [class~=not-editor-style] *, [class~=media-image-block], [class~=media-image-block] *, [class~=column-image], [class~=column-image] *, [class~=column-media], [class~=column-media] *, [class~=column-eximage], [class~=column-eximage] *)) {
  color: #000;
  text-decoration: underline;
}

/* ------------------------------------------------------------
* ページャー
* ------------------------------------------------------------ */
/* ページ送り
* -------------------------------------------------- */
.bl_pagerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 -3px;
  list-style: none;
}
.bl_pagerList li {
  padding: 2px;
}
.bl_pagerList li.cur > span {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  text-align: center;
  background: #88D600;
  border: 1px solid #88D600;
}

.bl_pagerItem_btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #F0FFD5;
  border: 1px solid #88D600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_pagerItem_btn:visited {
  color: #000;
  text-decoration: none;
}
.bl_pagerItem_btn:active, .bl_pagerItem_btn:hover {
  text-decoration: none;
  background: #00B71F;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::before, .bl_pagerItem_btn.bl_pagerItem_btn__back::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMCwuNDMtLjE4LjgzLS41LDEuMTFsLTUsNC41Yy0uNjIuNTUtMS41Ni41LTIuMTItLjExcy0uNS0xLjU3LjExLTIuMTJsMy43Ni0zLjM5LTMuNzYtMy4zOGMtLjYyLS41Ni0uNjYtMS41LS4xMS0yLjEyLjU1LS42MiwxLjUtLjY3LDIuMTItLjExbDUsNC41Yy4zMi4yOC41LjY5LjUsMS4xMloiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
.bl_pagerItem_btn.bl_pagerItem_btn__back::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQsOGMwLC40My4xOC44My41LDEuMTFsNSw0LjVjLjYyLjU1LDEuNTYuNSwyLjEyLS4xMXMuNS0xLjU3LS4xMS0yLjEybC0zLjc2LTMuMzksMy43Ni0zLjM4Yy42Mi0uNTYuNjYtMS41LjExLTIuMTItLjU1LS42Mi0xLjUtLjY3LTIuMTItLjExbC01LDQuNWMtLjMyLjI4LS41LjY5LS41LDEuMTJaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}

/* 前後リンク
* -------------------------------------------------- */
.bl_serialNavi {
  padding: 20px 0 0;
}

.bl_serialNaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.bl_serialNaviItem.bl_serialNaviItem__prev {
  text-align: left;
}
.bl_serialNaviItem.bl_serialNaviItem__index {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.bl_serialNaviItem.bl_serialNaviItem__next {
  text-align: right;
}

.bl_serialNaviItem_btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNaviItem_btn img {
  width: 16px;
  height: auto;
  margin: 0 6px;
  vertical-align: middle;
}
.bl_serialNaviItem_btn:active, .bl_serialNaviItem_btn:visited {
  color: #000;
}
.bl_serialNaviItem_btn:hover {
  color: #00B71F;
}

.bl_serialNaviItem_btn.bl_serialNaviItem_btnIndex {
  padding: 10px 20px;
  color: #00B71F;
  border: 2px solid #00B71F;
  border-radius: 2em;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btnIndex:active, .bl_serialNaviItem_btn.bl_serialNaviItem_btnIndex:visited {
  color: #00B71F;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btnIndex:hover {
  color: #000;
  border: 2px solid #000;
}

/* ------------------------------------------------------------
* サマリー - リスト表示
* ------------------------------------------------------------ */
.bl_summaryList {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.bl_summaryItem_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_summaryItem_link:visited {
  color: #000;
  text-decoration: none;
}
.bl_summaryItem_link:hover, .bl_summaryItem_link:active {
  background-color: #F0FFD5;
}
.bl_summaryItem_link::after {
  display: block;
  clear: both;
  content: "";
}

.bl_summaryItem_left {
  width: 40%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bl_summaryItem_left img {
  vertical-align: bottom;
  border-radius: 12px;
}

.bl_summaryItem_right {
  width: 60%;
}

.bl_summaryItem_date {
  font-size: 1.2rem;
  color: #000;
}
.bl_summaryItem_date time {
  margin-right: 0.5em;
}

.bl_summaryItem_cate {
  display: inline-block;
  padding: 0.5em;
  margin: 4px;
  font-size: 1.2rem;
  background: #F0FFD5;
  border-radius: 2em;
}

.bl_summaryItem_new {
  color: #fa4027;
}

.bl_summaryItem_title {
  font-size: 1.6rem;
  color: #000;
}
/* ------------------------------------------------------------
* サマリー - ニューストップ
* ------------------------------------------------------------ */
.bl_summaryBlockList {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.bl_summaryBlockItem {
  margin: 0 0 10px;
}

.bl_summaryBlockItem_link {
  position: relative;
  display: block;
  padding: 17px 20px 16px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_summaryBlockItem_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  margin-right: 16px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTg2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIGZpbGw6ICMwMGI3MWY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwwaDBjOC44LDAsMTYsNy4yLDE2LDE2aDBjMCw4LjgtNy4yLDE2LTE2LDE2aDBDNy4yLDMyLDAsMjQuOCwwLDE2aDBDMCw3LjIsNy4yLDAsMTYsMFoiLz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEuNSwyMi4xbDYuMS02LjEtNi4xLTYuMSwxLjktMS45LDgsOC04LDgtMS45LTEuOVoiLz4KPC9zdmc+);
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_summaryBlockItem_link:visited {
  color: #000;
  text-decoration: none;
}
.bl_summaryBlockItem_link:hover, .bl_summaryBlockItem_link:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

.bl_summaryBlockItem_inner {
  max-width: 870px;
  margin: 0 auto;
}
.bl_summaryBlockItem_date {
  padding-right: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #000;
}
.bl_summaryBlockItem_date time {
  margin-right: 0.5em;
}

.bl_summaryBlockItem_new {
  color: #fa4027;
}

.bl_summaryBlockItem_title {
  padding: 0 2em 0 0.5em;
  margin-bottom: 1em;
  border-left: 3px solid #00B71F;
}

/* ------------------------------------------------------------
* サマリー - カード（画像のみ）表示
* ------------------------------------------------------------ */
.bl_summaryCardList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

@-webkit-keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  60% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.bl_summaryCardItem_link {
  display: inline-block;
}
.bl_summaryCardItem_link:hover {
  -webkit-animation: shaking 0.5s ease-in-out;
          animation: shaking 0.5s ease-in-out;
}

.bl_summaryCardItem_item {
  position: relative;
}

.bl_summaryCardItem_label_private {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 8px;
  font-weight: bold;
  color: #F00;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #F00;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------------------------------------------------------
* サマリー - カード（画像タイトル文章付き）表示
* ------------------------------------------------------------ */
.bl_summaryRichCardList {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  padding: 0;
  margin: 0 0 40px;
  margin-top: 40px;
  list-style: none;
}

/* ------------------------------------------------------------
* サマリー - ライセンスindex
* ------------------------------------------------------------ */
.bl_summaryLicenseList {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}

.bl_summaryCardLicenseItem_link {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  background: #F0FFD5;
  border: 2px solid #00B71F;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 0 0 rgb(136, 214, 0);
          box-shadow: 4px 4px 0 0 rgb(136, 214, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_summaryCardLicenseItem_link:hover {
  background: #FFFF8C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bl_summaryCardLicenseItem_link:hover .bl_summaryCardLicense {
  margin-right: 4px;
}
.bl_summaryCardLicenseItem_link .bl_summaryCardLicense_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bl_summaryCardLicenseInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.bl_summaryCardLicenseImg {
  width: 35%;
}

.bl_summaryCardLicenseCont {
  width: 65%;
  padding-left: 10px;
}
.bl_summaryCardLicenseCont h3 {
  margin: 0;
  font-size: 2rem;
  color: #00B71F;
}
.bl_summaryCardLicenseCont p {
  margin: 0;
  color: #000;
}

.bl_summaryCardLicenseAttention {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #F00;
}

/* ------------------------------------------------------------
* グリッド
* ------------------------------------------------------------ */
.bl_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.bl_grid.bl_gridd__jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_grid.bl_gridd__jc_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_grid.bl_gridd__jc_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

[class*=bl_col] {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.bl_col_1 {
  width: 8.33%;
}

.bl_col_2 {
  width: 16.66%;
}

.bl_col_3 {
  width: 25%;
}

.bl_col_4 {
  width: 33.33%;
}

.bl_col_5 {
  width: 41.66%;
}

.bl_col_6 {
  width: 50%;
}

.bl_col_7 {
  width: 58.33%;
}

.bl_col_8 {
  width: 66.66%;
}

.bl_col_9 {
  width: 75%;
}

.bl_col_10 {
  width: 83.33%;
}

.bl_col_11 {
  width: 91.66%;
}

.bl_col_12 {
  width: 100%;
}
/* ------------------------------------------------------------
* 協賛バナー
* ------------------------------------------------------------ */
.bl_sponsorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
  list-style: none;
}

.bl_sponsorItem {
  width: 50%;
  padding: 0 5px;
  margin: 0 0 10px;
}

.bl_sponsorItem_bnr {
  display: block;
  border: solid 1px #ccc;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bl_sponsorItem_bnr:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------
* カード
* ------------------------------------------------------------ */
.bl_cardList {
  padding: 0;
  list-style: none;
}

.bl_entryBody .bl_cardList {
  margin: 0;
}

.bl_cardItem {
  margin-bottom: 40px;
}

.bl_card {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
}

a.bl_card {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
a.bl_card:visited, a.bl_card:active, a.bl_card:hover {
  color: #000;
  text-decoration: none;
}
a.bl_card:active, a.bl_card:hover {
  background-color: #fff1ce;
}

.bl_card_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
a.bl_card .bl_card_img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
a.bl_card:hover .bl_card_img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.bl_card_cont {
  padding: 13px 10px;
}
a.bl_card .bl_card_cont {
  position: relative;
}
a.bl_card .bl_card_cont::before, a.bl_card .bl_card_cont::after {
  position: absolute;
  top: -30px;
  right: -10px;
  z-index: 10;
  width: 40px;
  height: 40px;
  content: "";
  background-position: center;
  background-size: 14px 14px;
  border: solid 3px #000;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
a.bl_card .bl_card_cont::before {
  background-color: #ffca41;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMCwuNDMtLjE4LjgzLS41LDEuMTFsLTUsNC41Yy0uNjIuNTUtMS41Ni41LTIuMTItLjExcy0uNS0xLjU3LjExLTIuMTJsMy43Ni0zLjM5LTMuNzYtMy4zOGMtLjYyLS41Ni0uNjYtMS41LS4xMS0yLjEyLjU1LS42MiwxLjUtLjY3LDIuMTItLjExbDUsNC41Yy4zMi4yOC41LjY5LjUsMS4xMloiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
a.bl_card:hover .bl_card_cont::before {
  background-color: #000;
}
a.bl_card .bl_card_cont::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMCwuNDMtLjE4LjgzLS41LDEuMTFsLTUsNC41Yy0uNjIuNTUtMS41Ni41LTIuMTItLjExcy0uNS0xLjU3LjExLTIuMTJsMy43Ni0zLjM5LTMuNzYtMy4zOGMtLjYyLS41Ni0uNjYtMS41LS4xMS0yLjEyLjU1LS42MiwxLjUtLjY3LDIuMTItLjExbDUsNC41Yy4zMi4yOC41LjY5LjUsMS4xMloiIHN0eWxlPSJmaWxsOiNmZmY7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
  opacity: 0;
}
a.bl_card:hover .bl_card_cont::after {
  opacity: 1;
}

.bl_card_head,
.bl_entryBody .bl_card_head {
  position: relative;
  padding-left: 0.615em;
  margin: 0;
}
.bl_card_head::before,
.bl_entryBody .bl_card_head::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.23em;
  height: 100%;
  content: "";
  background-color: #ffca41;
  border-radius: 0.115em;
}

.bl_card_body,
.bl_entryBody .bl_card_body {
  margin: 1em 0 0;
  font-size: 12px;
}

/* ============================================================
*
* ヘルパー
*
* ============================================================ */
/* ------------------------------------------------------------
* フォントとテキストのスタイル
* ------------------------------------------------------------ */
/* 太字 */
.hp_font_bold {
  font-weight: bold !important;
}

/* 文字揃え */
.hp_txt_left {
  text-align: left !important;
}

.hp_txt_right {
  text-align: right !important;
}

.hp_txt_center {
  text-align: center !important;
}

.hp_txt_justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 文字間を戻す */
.hp_letter_0 {
  letter-spacing: 0 !important;
}

/* 文字色 */
.hp_color_yellow {
  color: #ffca41 !important;
}

.hp_color_red {
  color: #fa4027 !important;
}

/* 強調 */
.hp_txt_em {
  font-style: normal !important;
  font-weight: bold !important;
}

/* 重要 */
.hp_txt_strong {
  font-weight: bold !important;
  color: #fa4027 !important;
}

/* 上付き文字 */
.hp_txt_sup {
  color: #9b9b9b;
}

/* 小文字 */
.hp_txt_small {
  font-size: 0.8em !important;
}

/* 白文字 */
.hp_color_white {
  color: #fff;
}

/* プライマリーカラー */
.hp_color_primary {
  color: #00B71F;
}

/* フォントカラー */
.hp_color_font {
  color: #000;
}

/* テキストシャドウ */
.hp_txt_shadow {
  text-shadow: #fff 1px 0 10px;
}

/* 大文字 */
.hp_txt_big {
  font-size: 1.3em !important;
}

/* lgからセンター */
/* スマホだけセンター */
.hp_txt_smCenter {
  text-align: center;
}
/* ------------------------------------------------------------
* パディングとマージン
* ------------------------------------------------------------ */
.hp_pt_0 {
  padding-top: 0 !important;
}

.hp_mt_0 {
  margin-top: 0 !important;
}

.hp_MT_0 {
  margin-top: 0 !important;
}

.hp_pt_xxs {
  padding-top: 5px !important;
}

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

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

.hp_pt_xs {
  padding-top: 10px !important;
}

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

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

.hp_pt_sm {
  padding-top: 20px !important;
}

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

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

.hp_pt_md {
  padding-top: 40px !important;
}

.hp_mt_md {
  margin-top: 40px !important;
}

.hp_MT_md {
  margin-top: -40px !important;
}

.hp_pt_lg {
  padding-top: 60px !important;
}

.hp_mt_lg {
  margin-top: 60px !important;
}

.hp_MT_lg {
  margin-top: -60px !important;
}

.hp_pt_xl {
  padding-top: 80px !important;
}

.hp_mt_xl {
  margin-top: 80px !important;
}

.hp_MT_xl {
  margin-top: -80px !important;
}

.hp_pt_xxl {
  padding-top: 100px !important;
}

.hp_mt_xxl {
  margin-top: 100px !important;
}

.hp_MT_xxl {
  margin-top: -100px !important;
}

.hp_pr_0 {
  padding-right: 0 !important;
}

.hp_mr_0 {
  margin-right: 0 !important;
}

.hp_MR_0 {
  margin-right: 0 !important;
}

.hp_pr_xxs {
  padding-right: 5px !important;
}

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

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

.hp_pr_xs {
  padding-right: 10px !important;
}

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

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

.hp_pr_sm {
  padding-right: 20px !important;
}

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

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

.hp_pr_md {
  padding-right: 40px !important;
}

.hp_mr_md {
  margin-right: 40px !important;
}

.hp_MR_md {
  margin-right: -40px !important;
}

.hp_pr_lg {
  padding-right: 60px !important;
}

.hp_mr_lg {
  margin-right: 60px !important;
}

.hp_MR_lg {
  margin-right: -60px !important;
}

.hp_pr_xl {
  padding-right: 80px !important;
}

.hp_mr_xl {
  margin-right: 80px !important;
}

.hp_MR_xl {
  margin-right: -80px !important;
}

.hp_pr_xxl {
  padding-right: 100px !important;
}

.hp_mr_xxl {
  margin-right: 100px !important;
}

.hp_MR_xxl {
  margin-right: -100px !important;
}

.hp_pb_0 {
  padding-bottom: 0 !important;
}

.hp_mb_0 {
  margin-bottom: 0 !important;
}

.hp_MB_0 {
  margin-bottom: 0 !important;
}

.hp_pb_xxs {
  padding-bottom: 5px !important;
}

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

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

.hp_pb_xs {
  padding-bottom: 10px !important;
}

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

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

.hp_pb_sm {
  padding-bottom: 20px !important;
}

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

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

.hp_pb_md {
  padding-bottom: 40px !important;
}

.hp_mb_md {
  margin-bottom: 40px !important;
}

.hp_MB_md {
  margin-bottom: -40px !important;
}

.hp_pb_lg {
  padding-bottom: 60px !important;
}

.hp_mb_lg {
  margin-bottom: 60px !important;
}

.hp_MB_lg {
  margin-bottom: -60px !important;
}

.hp_pb_xl {
  padding-bottom: 80px !important;
}

.hp_mb_xl {
  margin-bottom: 80px !important;
}

.hp_MB_xl {
  margin-bottom: -80px !important;
}

.hp_pb_xxl {
  padding-bottom: 100px !important;
}

.hp_mb_xxl {
  margin-bottom: 100px !important;
}

.hp_MB_xxl {
  margin-bottom: -100px !important;
}

.hp_pl_0 {
  padding-left: 0 !important;
}

.hp_ml_0 {
  margin-left: 0 !important;
}

.hp_ML_0 {
  margin-left: 0 !important;
}

.hp_pl_xxs {
  padding-left: 5px !important;
}

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

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

.hp_pl_xs {
  padding-left: 10px !important;
}

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

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

.hp_pl_sm {
  padding-left: 20px !important;
}

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

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

.hp_pl_md {
  padding-left: 40px !important;
}

.hp_ml_md {
  margin-left: 40px !important;
}

.hp_ML_md {
  margin-left: -40px !important;
}

.hp_pl_lg {
  padding-left: 60px !important;
}

.hp_ml_lg {
  margin-left: 60px !important;
}

.hp_ML_lg {
  margin-left: -60px !important;
}

.hp_pl_xl {
  padding-left: 80px !important;
}

.hp_ml_xl {
  margin-left: 80px !important;
}

.hp_ML_xl {
  margin-left: -80px !important;
}

.hp_pl_xxl {
  padding-left: 100px !important;
}

.hp_ml_xxl {
  margin-left: 100px !important;
}

.hp_ML_xxl {
  margin-left: -100px !important;
}

/* ------------------------------------------------------------
* ディスプレイ
* ------------------------------------------------------------ */
.hp_block {
  display: block !important;
}

.hp_inline {
  display: inline !important;
}

.hp_inline_block {
  display: inline-block !important;
}

/* 非表示 */

/* 端末別 */

/* relative
* -------------------------------------------------- */
.hp_pos_rel {
  position: relative;
}

/* 改行
* -------------------------------------------------- */
.brp {
  display: block;
}

.brs {
  display: none;
}
.hp_over_hide {
  overflow: hidden;
}

.hp_ma0 {
  margin: 0 auto;
}

.hp_txt_mb0 {
  margin-bottom: 0 !important;
}

/* ------------------------------------------------------------
* 画像の幅
* ------------------------------------------------------------ */
/* 画像をブロックにする */
.hp_img_block {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
*
* ユニークグループ
*
* ============================================================ */
/* ------------------------------------------------------------
* トップページ
* ------------------------------------------------------------ */
main.un_homeTopMain {
  width: 100%;
  max-width: 100%;
}

/* メインビジュアル
* -------------------------------------------------- */
.un_homeMv {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background-image: url(assets/mv_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.un_homeMv::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  background-image: url(assets/mv_bottomItem.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.un_homeMv_wrap {
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
}

.un_homeMv_group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.un_homeMv_box {
  width: 100%;
  margin-top: -40px;
}

.un_homeMv_boxInner {
  position: relative;
  max-width: 600px;
  margin-top: 20px;
}

.un_homeSlickWrap {
  overflow: hidden;
  border: 8px solid #88D600;
  border-radius: 50%;
}
.un_homeSlickWrap .slick-slide img {
  display: inline;
}

.un_homeMv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  overflow: hidden;
}
.un_homeMv_copy {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.un_homeMv.is_loaded .un_homeMv_copy {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.un_homeMv_copy img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}
.un_homeMvCta_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 130px;
  height: auto;
  margin-bottom: -60px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.un_homeMvCta_btn {
  -webkit-animation: floating 2s ease-in-out infinite;
          animation: floating 2s ease-in-out infinite;
}
.un_homeMvCta_btn a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.un_homeMvCta_btn a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* トップ_セクションタイトル
* -------------------------------------------------- */
.un_homeTopHead_wrap {
  text-align: center;
}

/* トップ_campaign
* -------------------------------------------------- */
.un_homeCampaing_img {
  text-align: center;
}
.un_homeCampaing_img img {
  width: 80%;
}

.un_homeCampaing_btn {
  padding-bottom: 100px;
  margin-top: -100px;
  text-align: center;
}

.un_homeCampaing_slider {
  overflow: hidden;
}

/* トップ_初めての方へ
* -------------------------------------------------- */
.in_homeBenefitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.un_homeBenefit_left {
  position: relative;
  margin-bottom: 40px;
}
.un_homeBenefit_left::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 380px;
  height: 380px;
  content: "";
  background: #FFFF8C;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.un_homeBenefit_inner {
  position: relative;
  z-index: 2;
}

.un_homeBenefit_right {
  display: inline-block;
  margin: 0 auto;
}

.un_homeBenefit_rightItem, .un_homeBenefit_rightItem03, .un_homeBenefit_rightItem02 {
  position: relative;
  display: block;
  width: 260px;
  height: 260px;
  margin-bottom: 40px;
  margin-left: 60px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #00B71F;
  border-radius: 50%;
}
.un_homeBenefit_rightItem::before, .un_homeBenefit_rightItem03::before, .un_homeBenefit_rightItem02::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: url(assets/top_benefit_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
}

.un_homeBenefit_rightItem_inner {
  position: relative;
  z-index: 1;
}

.un_homeBenefit_rightItem_txt {
  padding-top: 60px;
  color: #fff;
}

.un_homeBenefit_rightItem_ttl {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 1;
  color: #00B71F;
  background: #FFFF8C;
  border-radius: 2em;
}

.un_homeBenefit_rightItem_en {
  font-family: Orbitron, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.un_homeBenefit_rightItem_en img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

.un_homeBenefit_rightItem_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.un_homeBenefit_rightItem:hover::before, .un_homeBenefit_rightItem03:hover::before, .un_homeBenefit_rightItem02:hover::before {
  opacity: 0.1;
}
.un_homeBenefit_rightItem:hover .un_homeBenefit_rightItem_arrow, .un_homeBenefit_rightItem03:hover .un_homeBenefit_rightItem_arrow, .un_homeBenefit_rightItem02:hover .un_homeBenefit_rightItem_arrow {
  margin-left: 10px;
}

.un_homeBenefit_rightWrap {
  position: relative;
}

.un_homeBenefit_rightItem_item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 108px;
  height: auto;
  margin-left: -10px;
}

.un_homeBenefit_rightItem.un_homeBenefit_rightItem02, .un_homeBenefit_rightItem02 {
  background: #88D600;
}

.un_homeBenefit_rightItem02 {
  margin-left: 0;
}
.un_homeBenefit_rightItem02::before {
  background-image: url(assets/top_benefit_bg02.jpg);
}

.un_homeBenefit_rightItem_item02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 108px;
  height: auto;
  margin-right: -10px;
}

.un_homeBenefit_rightItem03::before {
  background-image: url(assets/top_benefit_bg03.jpg);
}

/* トップ_セクションSlider
* -------------------------------------------------- */
.un_homeSection_slider {
  overflow: hidden;
}
.un_homeSection_slider .slick-list {
  margin: 0 -20px;
  overflow: visible;
}
.un_homeSection_slider .slick-slide {
  position: relative;
  z-index: 0;
  margin: 0 -20px;
}
.un_homeSection_slider .slick-slide li {
  overflow: hidden;
  border-radius: 50%;
}
.un_homeSection_slider .slick-slide img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.un_homeSection_wrap {
  position: relative;
  overflow: hidden;
}
.un_homeSection_wrap li {
  overflow: hidden;
  border-radius: 50%;
}
.un_homeSection_wrap img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.un_homeSection_wave {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
}
.un_homeSection_wave img {
  width: 100%;
}
.un_homeSection_wave img[src$=".svg"], .un_homeSection_wave svg {
  display: block;
}

/* トップ_車種と料金
* -------------------------------------------------- */
.un_homePrice_ttl {
  position: relative;
}
.un_homePrice_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 193px;
  margin-top: -20px;
  margin-left: -100px;
  content: "";
  background-image: url(assets/top_price_item01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.un_homePrice_ttl::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 193px;
  margin-top: -20px;
  margin-right: -110px;
  content: "";
  background-image: url(assets/top_price_item02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.un_priceTtl_bottom {
  margin-bottom: 120px;
}

/* トップ_コース
* -------------------------------------------------- */
.un_homeCouse_ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.un_homeCouse_ttlWrap_img {
  width: 30%;
}
.un_homeCouse_ttlWrap_img img {
  border-radius: 50%;
}

.un_homeCouse_ttlWrap_ttl {
  width: 70%;
}

/* トップ_FAQ
* -------------------------------------------------- */

.un_homeFaq_img {
  max-width: 530px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.un_homeFaq_img img {
  margin: 0 auto;
}

/* トップ_スタッフ紹介
* -------------------------------------------------- */
.un_homeStaffSlick_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* トップ_お知らせ
* -------------------------------------------------- */
.un_homeNews_ttl {
  position: relative;
}
.un_homeNews_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 193px;
  margin-top: -20px;
  margin-left: -100px;
  content: "";
  background-image: url(assets/top_news_item01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.un_homeNews_ttl::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 193px;
  margin-top: -20px;
  margin-right: -110px;
  content: "";
  background-image: url(assets/top_news_item02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.un_homeInsta_wrap {
  background: #fff;
  border-radius: 12px;
}

.un_homeInsta_ttl {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 208)), to(rgb(0, 81, 255)));
  background: linear-gradient(90deg, rgb(255, 0, 208) 0%, rgb(0, 81, 255) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.purun {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: purun 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: purun 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@-webkit-keyframes purun {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes purun {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* インスタグラム
* -------------------------------------------------- */
/* Instagram Slider */
.slick-instagram {
  width: 100%;
  padding: 20px 0;
}

.slick-instagram .slick__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.slick-instagram .instagram-link {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slick-instagram .instagram-link:hover {
  opacity: 0.8;
}

.slick-instagram .instagram-item {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.slick-instagram .instagram-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-instagram .error-message,
.slick-instagram .empty-message {
  padding: 40px 20px;
  color: #666;
  text-align: center;
}

/* レスポンシブ調整 */
/* ------------------------------------------------------------
* 会社情報
* ------------------------------------------------------------ */
/* イメージビューワ
* -------------------------------------------------- */
.un_company_imgList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.un_company_imgList_link {
  position: relative;
  text-decoration: none;
}
.un_company_imgList_link img {
  border-radius: 12px;
}
.un_company_imgList_link:hover img {
  opacity: 0.6;
}

.un_company_imgList_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 7px;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.8470588235);
  border-radius: 12px;
}

.smartphoto {
  background-color: rgba(0, 0, 0, 0.6549019608) !important;
}

/* 概要
* -------------------------------------------------- */
.un_companyInfoList {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #00B71F;
  border-radius: 12px;
}
.un_companyInfoList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_companyInfoList dt {
  width: 25%;
  padding: 4px 8px;
  margin-bottom: 8px;
  font-weight: bold;
  background: #F0FFD5;
}
.un_companyInfoList dd {
  width: 75%;
  padding: 4px 8px;
  margin-bottom: 8px;
}

/* SDGs
* -------------------------------------------------- */
.un_companySdgs_wrap {
  margin-top: 40px;
}

.un_companySdgs_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 24px;
}
.un_companySdgs_box:last-child {
  margin-bottom: 0;
}

.un_companySdgs_img {
  width: 40%;
}

.un_companySdgs_item {
  width: 60%;
  margin-left: 20px;
}
.un_companySdgs_item h3 {
  font-size: 1.6rem;
}
.un_companySdgs_item p {
  margin-bottom: 16px;
  font-size: 1.2rem;
}
.un_companySdgs_item p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
* キャンペーン
* ------------------------------------------------------------ */
/* キャンペーん検索
* -------------------------------------------------- */
.un_campaignSearch_wrap {
  padding-bottom: 20px;
  border: 2px solid #00B71F;
  border-radius: 12px;
}

.un_campaignSearch_ttl {
  color: #fff;
  text-align: center;
  background: #00B71F;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.un_campaignSearch_ttl img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.un_campaignSearch fieldset {
  border: none;
}
.un_campaignSearch legend {
  width: 100%;
  padding: 6px 12px;
  color: #00B71F;
  background: #F0FFD5;
}

.un_campaignSearch_inner {
  padding: 20px 10px;
}

.un_campaignSearch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  padding: 12px 0;
}

.un_campaignSearch_item input[type=checkbox] {
  display: none;
}
.un_campaignSearch_item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  font-size: 1.6rem;
  cursor: pointer;
}
.un_campaignSearch_item label i {
  display: none;
}
.un_campaignSearch_item label::before {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  content: "";
  background: #fff;
  border: 2px solid #00B71F;
  border-radius: 3px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.un_campaignSearch_item label:hover::before {
  background: #F0FFD5;
}
.un_campaignSearch_item input[type=checkbox]:checked + label::before {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  content: "✓";
  background: #00B71F;
}

/* キャンペーン紹介冒頭
* -------------------------------------------------- */
.un_campaign_entryTop_list {
  margin-bottom: 60px;
}

.un_campaign_entryTop_img img {
  border-radius: 12px;
}

.un_campaignEntryTop_checkBox {
  font-size: 1.2rem;
  color: #9b9b9b;
}

.un_campaignEntryTop_ttl {
  margin: 0.5em 0 0.25em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #00B71F;
}

.un_campaignEntryTop_txt {
  margin-bottom: 1em;
}

.un_campaignEntryTop_item__ttl {
  padding-right: 4px;
  padding-left: 4px;
  color: #00B71F;
  background: #F0FFD5;
}

/* バナーリンク
* -------------------------------------------------- */
.un_campaign_bannerLink {
  position: relative;
  display: block;
  padding: 12px;
  margin-bottom: 20px;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.un_campaign_bannerLink:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.un_campaign_bannerLink:hover .un_campaign_bannerLink_arrow {
  margin-right: 10px;
}

.un_campaign_bannerLink_img img {
  border-radius: 12px;
}

.un_campaign_bannerLink_ttl {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #00B71F;
  text-shadow: 3px 3px 0 #FFFF8C, -3px 3px 0 #FFFF8C, 3px -3px 0 #FFFF8C, -3px -3px 0 #FFFF8C;
}
.un_campaign_bannerLink_ttl span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #FFFF8C));
  background: linear-gradient(transparent 60%, #FFFF8C 80%);
}

.un_campaign_bannerLink_en {
  margin-bottom: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #88D600;
  text-transform: uppercase;
}
.un_campaign_bannerLink_en img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

.un_campaign_bannerLink_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.un_campaign_bannerLink:hover .un_campaign_bannerLink_arrow {
  margin-right: 10px;
}

/* キャンペーン下部　知っトク　
* -------------------------------------------------- */
.un_campaign_imgList_wrap {
  margin-top: 40px;
}

.un_campaign_imgList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.un_campaign_imgList_item:last-child {
  margin-bottom: 0;
}

.un_campaign_imgList_img {
  width: 30%;
}
.un_campaign_imgList_img img {
  border-radius: 50%;
}

.un_campaign_imgList_box {
  width: 70%;
  padding-left: 10px;
}

.un_campaign_imgList_ttl {
  font-size: 2rem;
  line-height: 1.3;
  color: #00B71F;
}

.un_campaign_imgList_subTxt {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
}

/* キャンペーン下部　送迎
* -------------------------------------------------- */
.un_campaign_bottom {
  text-align: center;
}

.un_campaign_bottomImg {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.un_campaign_bottomTxt {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

/* キャンペーン下部　CTA
* -------------------------------------------------- */
.un_campaignCta_ttl {
  color: #00B71F;
  text-align: center;
}

.un_campaignCta_txt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.un_campaignCta_img {
  margin: 0 auto;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------
* キャンペーン
* ------------------------------------------------------------ */
/* キャンペーン紹介冒頭
* -------------------------------------------------- */
.un_licenseTopCont .un_licenseTopCont_img {
  text-align: center;
}

.un_licenseTopCont_attention {
  font-size: 2.1rem;
  font-weight: bold;
  color: #F00;
}

.un_licenseTopCont {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------
* 初めての方へ
* ------------------------------------------------------------ */
/* 選ばれる５つの理由
* -------------------------------------------------- */
.un_benefitMerit_wrap {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin-right: -20px;
  margin-left: -20px;
}

.un_benefitMerit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 40px;
}

.un_benefitMerit_img {
  width: 40%;
  margin-right: 16px;
}

.un_benefitMerit_item {
  width: 60%;
}
.un_benefitMerit_item img {
  border: 4px solid #88D600;
  border-radius: 50%;
}

/* スライダー ドット
* -------------------------------------------------- */
.js-slick_benefit {
  margin-top: 40px;
}
.js-slick_benefit .slick-slide {
  padding: 0 10px;
}
.js-slick_benefit .slick-slide img {
  border-radius: 12px;
}
.js-slick_benefit .slick-list {
  margin: 0 -10px;
}
.js-slick_benefit .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}
.js-slick_benefit .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: #00B71F;
  border: none;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.js-slick_benefit .slick-dots li.slick-active button {
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* 合宿
* -------------------------------------------------- */
.un_benefitStay_wrap {
  margin-top: 40px;
}

.un_benefitStay_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.un_benefitStay_box img {
  width: 40%;
}
.un_benefitStay_box p {
  width: 60%;
}

/* 送迎
* -------------------------------------------------- */
.un_benefitBus_wrap {
  margin-top: 40px;
}
.un_benefitBus_wrap .un_benefitBus_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
.un_benefitBus_wrap h3 {
  margin-top: 20px;
}
.un_benefitBus_wrap p {
  margin-top: 10px;
}
.un_benefitBus_wrap ul {
  list-style: none;
}
.un_benefitBus_wrap ul li::before {
  margin-right: 4px;
  color: #00B71F;
  content: "●";
}

.un_benefitMap_list {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 1.2rem;
}

/* みなさんへ
* -------------------------------------------------- */
.un_benefitMess_wrap {
  margin-top: 40px;
}

.un_benefitMess_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 340px;
  aspect-ratio: 1/1;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #00B71F;
  border-radius: 50%;
}
.un_benefitMess_box::before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  content: "";
  border-top: 20px solid #00B71F;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.un_benefitMess_img {
  text-align: center;
}
.un_benefitMess_img p {
  margin-bottom: 10px;
}

/* ------------------------------------------------------------
* 初めての方へ
* ------------------------------------------------------------ */
/* 無料送迎バス
* -------------------------------------------------- */
.un_accessImg_section {
  margin-top: 60px;
}

.un_accessImg_warp {
  margin-top: 40px;
}

.un_accessImg_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.un_accessImg_box:last-child {
  margin-bottom: 0;
}
.un_accessImg_box h3 {
  width: 100%;
  font-size: 2rem;
  text-align: center;
}

.un_accessImg_photo {
  width: 60%;
  padding-left: 10px;
}
.un_accessImg_photo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #00B71F;
  border-radius: 50%;
}

.un_accessImg_item {
  width: 40%;
  text-align: center;
}
.un_accessImg_item img {
  width: 80%;
}

/* ------------------------------------------------------------
* 在校生の方
* ------------------------------------------------------------ */
/* 営業日カレンダー
* -------------------------------------------------- */
.un_studentSchedule_wrap {
  overflow-x: auto;
}
.un_studentSchedule_wrap table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.un_studentSchedule_wrap table th,
.un_studentSchedule_wrap table td {
  padding: 6px 2px;
  font-size: 1rem;
  border: 1px solid #ccc;
}
.un_studentSchedule_wrap .day_item {
  font-weight: bold;
}
.un_studentSchedule_wrap .label_item {
  display: none;
  font-size: 1.2rem;
}
.un_studentSchedule_wrap .w0 .day_item {
  color: red;
}
.un_studentSchedule_wrap .w6 .day_item {
  color: blue;
}
.un_studentSchedule_wrap .schedule01 {
  background: #f8dcdc;
}
.un_studentSchedule_wrap .schedule02 {
  background: #d1f3ff;
}
.un_studentSchedule_wrap .schedule03 {
  background: #e7ffdd;
}
.un_studentSchedule_wrap .schedule04 {
  background: #ffdcaf;
}

.un_studentSchedule_manth {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
}

.un_studentSchedule_schedule {
  margin-top: 20px;
}
.un_studentSchedule_schedule p {
  margin-bottom: 6px;
  font-size: 1.3rem;
}
.un_studentSchedule_schedule span {
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.un_studentSchedule_schedule .schedule01 {
  background: #f8dcdc;
}
.un_studentSchedule_schedule .schedule02 {
  background: #d1f3ff;
}
.un_studentSchedule_schedule .schedule03 {
  background: #e7ffdd;
}
.un_studentSchedule_schedule .schedule04 {
  background: #ffdcaf;
}

/* ============================================================
*
* プログラム
*
* ============================================================ */
/* ------------------------------------------------------------
* メニューの開閉
* ------------------------------------------------------------ */
/* スクロールを止める */
body.is_locked {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* メニュー本体 */
.js_menu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.js_menu.is_opened {
  visibility: visible;
  -webkit-animation: menu-fade-in 0.5s forwards;
          animation: menu-fade-in 0.5s forwards;
}
.js_menu.is_closed {
  visibility: hidden;
  -webkit-animation: menu-fade-out 0.5s forwards;
          animation: menu-fade-out 0.5s forwards;
}

/* カバー */
.js_menu_cover {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9998;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.js_menu_cover.is_opened {
  visibility: visible;
  -webkit-animation: menu-fade-in 0.5s forwards;
          animation: menu-fade-in 0.5s forwards;
}
.js_menu_cover.is_closed {
  visibility: hidden;
  -webkit-animation: menu-fade-out 0.5s forwards;
          animation: menu-fade-out 0.5s forwards;
}

/* アニメーション */
@-webkit-keyframes menu-fade-in {
  0% {
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes menu-fade-in {
  0% {
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes menu-fade-out {
  0% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes menu-fade-out {
  0% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.js-toTop {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 1000;
  width: 60px;
}

.js-toTop img {
  display: block;
  width: 100%;
}

/* ------------------------------------------------------------
* フェードインのアニメーション
* ------------------------------------------------------------ */
.js-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.js-fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-lazy-load {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* transition用遅延クラス */
.js-delay01 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.js-delay02 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-delay03 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-delay04 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.js-delay05 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.js-purun {
  opacity: 0;
}

/* アニメーション遅延用クラス */
.js-anim-delay01.purun {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.js-anim-delay02.purun {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.js-anim-delay03.purun {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.js-anim-delay04.purun {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.js-anim-delay05.purun {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/* ------------------------------------------------------------
* スライダー（Slick）
* ------------------------------------------------------------ */
/* js_slick04 */
.js_slick04 .slick-list {
  margin: 0 -5px;
}
.js_slick04 .slick-slide {
  margin: 0 5px;
}
.js_slick04 .slick-slide img {
  border-radius: 12px;
}
@media screen and (min-width: 480px){
  .bl_formInput.bl_formInput__full {
    width: 100%;
  }
  .bl_formInput.bl_formInput__sm {
    max-width: 170px;
  }
  .bl_formInput.bl_formInput__md {
    max-width: 300px;
  }
  .bl_formInput.bl_formInput__lg {
    max-width: 750px;
  }
  .bl_formInput.bl_formInput__100 {
    max-width: 100%;
  }
  .bl_formInput.bl_formInput__75 {
    max-width: 75%;
  }
  .bl_formInput.bl_formInput__50 {
    max-width: 49%;
  }
  .bl_formInput.bl_formInput__25 {
    max-width: 24%;
  }
  .bl_col_sm_1 {
    width: 8.33%;
  }
  .bl_col_sm_2 {
    width: 16.66%;
  }
  .bl_col_sm_3 {
    width: 25%;
  }
  .bl_col_sm_4 {
    width: 33.33%;
  }
  .bl_col_sm_5 {
    width: 41.66%;
  }
  .bl_col_sm_6 {
    width: 50%;
  }
  .bl_col_sm_7 {
    width: 58.33%;
  }
  .bl_col_sm_8 {
    width: 66.66%;
  }
  .bl_col_sm_9 {
    width: 75%;
  }
  .bl_col_sm_10 {
    width: 83.33%;
  }
  .bl_col_sm_11 {
    width: 91.66%;
  }
  .bl_col_sm_12 {
    width: 100%;
  }
  .hp_hide_sm_min {
    display: none !important;
  }
  .un_homeMv {
    height: calc(660px + 150px);
  }
  .un_homeMv_box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 70%;
    margin-top: 50%;
  }
  .un_homeMv_copy {
    width: 60%;
  }
  .un_campaignCta_img {
    width: 70%;
  }
  .un_studentSchedule_wrap table th,
  .un_studentSchedule_wrap table td {
    padding: 0.4em 0.8em;
    font-size: inherit;
  }
  .un_studentSchedule_wrap .label_item {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px){
  .hp_hide_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .ly_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ly_wrap.ly_wrap_half {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .el_homeTopHead_sub {
    font-size: 3.6rem;
  }
  .el_homeTopHead_sub span::before {
    width: 62px;
    height: 72px;
    margin-left: -70px;
  }
  .el_homeTopHead_sub span::after {
    width: 62px;
    height: 72px;
    margin-right: -70px;
  }
  .el_homeTopHead_head {
    font-size: 4.8rem;
  }
  .el_homeTopHead_en {
    font-size: 1.8rem;
  }
  .el_homeTopHead_en img {
    width: 60px;
  }
  .bl_ctaWrap {
    max-width: 640px;
    margin-top: 140px;
  }
  .bi_footer_outLinkWrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_entryBody h2 {
    font-size: 3rem;
  }
  .bl_entryBody h3 {
    font-size: 2.2rem;
  }
  .bl_entryBody th,
  .bl_entryBody td {
    display: table-cell;
    text-align: left;
  }
  .bl_entryBody th img,
  .bl_entryBody td img {
    vertical-align: baseline;
  }
  .bl_entryBody .bl_card_campaign_ttl {
    font-size: 2.8rem;
  }
  .bl_entryBody .bl_card_campaign_txt {
    font-size: 1.6rem;
  }
  .bl_entryBody .bl_card_campaign_item {
    padding: 20px;
  }
  .headdingImg_ttl {
    font-size: 3rem;
  }
  .bl_col_md_1 {
    width: 8.33%;
  }
  .bl_col_md_2 {
    width: 16.66%;
  }
  .bl_col_md_3 {
    width: 25%;
  }
  .bl_col_md_4 {
    width: 33.33%;
  }
  .bl_col_md_5 {
    width: 41.66%;
  }
  .bl_col_md_6 {
    width: 50%;
  }
  .bl_col_md_7 {
    width: 58.33%;
  }
  .bl_col_md_8 {
    width: 66.66%;
  }
  .bl_col_md_9 {
    width: 75%;
  }
  .bl_col_md_10 {
    width: 83.33%;
  }
  .bl_col_md_11 {
    width: 91.66%;
  }
  .bl_col_md_12 {
    width: 100%;
  }
  .bl_sponsorItem {
    width: 25%;
    padding: 0 5px;
  }
  .hp_hide_md_min {
    display: none !important;
  }
  .un_homeMv_wrap {
    height: 660px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .un_homeMv_box {
    width: 57%;
    margin-top: 10%;
  }
  .un_homeMv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: calc(20px + 150px);
  }
  .un_homeMv_copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 46%;
    margin-top: 20px;
  }
  .un_homeMvCta_wrap {
    width: 150px;
    margin-bottom: 0;
    margin-left: 80%;
  }
  .un_homeCampaing_img img {
    width: 50%;
  }
  .un_homeBenefit_left::before {
    width: 600px;
    height: 600px;
  }
  .un_homePrice_ttl::before {
    width: 162px;
    height: 287px;
    margin-left: -160px;
  }
  .un_homePrice_ttl::after {
    width: 162px;
    height: 287px;
    margin-right: -170px;
  }
  .un_priceTtl_bottom {
    margin-bottom: 180px;
  }
  .un_homeNews_ttl::before {
    width: 162px;
    height: 287px;
    margin-left: -180px;
  }
  .un_homeNews_ttl::after {
    width: 162px;
    height: 287px;
    margin-right: -180px;
  }
  .un_company_imgList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .un_companyInfoList {
    padding: 20px;
  }
  .un_companySdgs_img {
    width: 20%;
  }
  .un_companySdgs_item {
    width: 80%;
  }
  .un_campaign_entryTop_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_campaign_entryTop_img {
    width: 44%;
  }
  .un_campaignEntryTop_box {
    width: 56%;
    padding: 0 0 0 2em;
  }
  .un_campaignEntryTop_ttl {
    font-size: 3.2rem;
  }
  .un_campaign_bannerLink_ttl {
    font-size: 3.2rem;
  }
  .un_campaign_bannerLink_en {
    font-size: 2rem;
  }
  .un_campaign_bannerLink_en img {
    width: 32px;
  }
  .un_campaign_imgList_img {
    width: 20%;
  }
  .un_campaign_imgList_box {
    width: 80%;
  }
  .un_campaign_bottomImg {
    width: 60%;
  }
  .un_campaign_bottomTxt {
    font-size: 2rem;
  }
  .un_benefitMerit_wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .un_benefitBus_wrap p {
    text-align: center;
  }
  .un_benefitBus_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .un_benefitBus_wrap ul li {
    margin: 0 10px;
  }
  .un_benefitMess_box {
    max-width: 500px;
    font-size: 2.1rem;
  }
  .un_accessImg_box h3 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px){
  .ly_header {
    background-color: transparent;
    background-color: none;
  }
  .ly_header_cont {
    height: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ly_header_cont.is-scrolled {
    margin-top: -94px;
    background: #fff;
  }
  .ly_header_cont.is-scrolled .bl_headerTitle_inner {
    margin-top: 80px;
  }
  .ly_header_cont_topPageNot {
    background: #fff;
  }
  .ly_topicpath_cont {
    margin-left: 100px;
  }
  .ly_title {
    padding-top: 150px;
  }
  .ly_title_cont {
    max-width: 1130px;
  }
  .ly_cont {
    width: 100%;
    max-width: 1180px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .ly_cont_md {
    width: 100%;
    max-width: 890px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .ly_cont_sm {
    width: 100%;
    max-width: 770px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .ly_cont_box {
    padding: 40px;
  }
  .el_linkBtn_wide {
    width: 500px;
  }
  .el_lgHeading {
    font-size: 3.2rem;
  }
  .el_mdHeading {
    font-size: 3.2rem;
  }
  .el_mdHeading_sub {
    font-size: 4.8rem;
  }
  .el_mdHeading_entry {
    font-size: 3rem;
  }
  .bl_headerTitle {
    display: none;
  }
  .bl_headerTitle_pc {
    display: block;
    max-width: calc(100% - 60px);
    padding: 0 10px 0 0;
  }
  .bl_headerTitle {
    max-width: 100%;
    padding: 0 20px 0 15px;
  }
  .bl_headerTitle_inner {
    max-width: 217px;
  }
  .bl_headerNavWrap {
    padding: 16px 20px;
  }
  .bl_headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_headerCta {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
  }
  .bl_headerCta img {
    width: 100px;
    height: 100px;
  }
  .bl_headerBtn {
    display: none;
  }
  .bl_headerNavUpper_wrap {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl_headerNavUpper_tel {
    font-size: 3rem;
    font-weight: bold;
    color: #00B71F;
    text-decoration: none;
  }
  .bl_headerNavUpper_right {
    display: gap;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-left: 20px;
  }
  .bl_headerNavUpper_right .catalog {
    display: inline-block;
    padding: 24px 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #13AF0B;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(19, 175, 11)), to(rgb(131, 238, 0)));
    background: linear-gradient(0deg, rgb(19, 175, 11) 0%, rgb(131, 238, 0) 100%);
    border-radius: 8px;
  }
  .bl_headerNavUpper_right .catalog:hover {
    background: #13AF0B;
  }
  .bl_headerNavUpper_right .contact {
    display: inline-block;
    padding: 24px 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #fb4e5f;
    border-radius: 8px;
  }
  .bl_headerNavUpper_right .contact:hover {
    background: #f61d32;
  }
  .bl_headerNavUpper_right .student {
    display: inline-block;
    padding: 22px 10px;
    font-weight: bold;
    color: #00B71F;
    text-decoration: none;
    background: #fff;
    border: 2px solid #00B71F;
    border-radius: 8px;
  }
  .bl_headerNavUpper_right .student:hover {
    color: #fff;
    background: #00B71F;
  }
  .bl_headerRight {
    display: none;
  }
  .bl_menu_wrapper {
    padding-top: 150px;
  }
  .bl_ctaWrap::before {
    width: 165px;
    height: 292px;
    margin-top: -198px;
    margin-left: 40px;
  }
  .bl_ctaWrap::after {
    width: 165px;
    height: 292px;
    margin-top: -198px;
    margin-right: 40px;
  }
  a.is-PC {
    text-decoration: none;
    pointer-events: none;
  }
  .bl_footer_logo {
    text-align: left;
  }
  .bl_footerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_footer_bottomCat_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_footer_SpCta {
    display: none;
  }
  .bl_titleTxt_main {
    font-size: 2.4rem;
  }
  .bl_titleImg_photo_wide {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .bl_titleImg_photo_default {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .bl_form {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .bl_formGroup {
    display: table-row;
  }
  .bl_formLabel {
    display: table-cell;
    width: auto;
    padding: 1.75em;
    margin-right: 8px;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 2px solid #fff;
  }
  .bl_formLabel_required {
    padding: 2px 6px;
    margin-left: 0.5em;
    font-size: 0.625em;
    color: #fff;
    vertical-align: baseline;
    background-color: #fa4027;
    border-radius: 4px;
  }
  .bl_formControl {
    display: table-cell;
    width: 100%;
    padding: calc(1em - 1px) 10px;
  }
  .bl_formConfirm_head {
    display: table-cell;
    width: 10em;
    padding: 1em 2em 1em 0;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: solid 1px #ccc;
  }
  .bl_formConfirm_body {
    display: table-cell;
    min-height: auto;
    padding: 1em 0;
  }
  .bl_form_agree {
    padding: 30px 10px 0;
  }
  .bl_entryBody .un_imgBtn {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_summaryItem_left {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .bl_summaryItem_right {
    width: 70%;
  }
  .bl_summaryItem_date {
    padding: 0.3em 2em 0.3em 0;
    font-size: 1.2rem;
  }
  .bl_summaryCardList {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .bl_summaryRichCardList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_summaryLicenseList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_col_lg_1 {
    width: 8.33%;
  }
  .bl_col_lg_2 {
    width: 16.66%;
  }
  .bl_col_lg_3 {
    width: 25%;
  }
  .bl_col_lg_4 {
    width: 33.33%;
  }
  .bl_col_lg_5 {
    width: 41.66%;
  }
  .bl_col_lg_6 {
    width: 50%;
  }
  .bl_col_lg_7 {
    width: 58.33%;
  }
  .bl_col_lg_8 {
    width: 66.66%;
  }
  .bl_col_lg_9 {
    width: 75%;
  }
  .bl_col_lg_10 {
    width: 83.33%;
  }
  .bl_col_lg_11 {
    width: 91.66%;
  }
  .bl_col_lg_12 {
    width: 100%;
  }
  .hp_txt_lgCenter {
    text-align: center;
  }
  .hp_txt_smCenter {
    text-align: left;
  }
  .hp_hide_lg_min {
    display: none !important;
  }
  .hp_hide_pc {
    display: none !important;
  }
  .brp {
    display: none;
  }
  .brs {
    display: block;
  }
  .un_homeMv_box {
    margin-top: 150px;
  }
  .un_homeMv {
    padding: 150px 0 0 0;
  }
  .un_homeFaq_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .un_accessImg_item img {
    width: 70%;
  }
}
@media screen and (min-width: 1280px){
  .bl_headerNav {
    font-size: 13px;
  }
  .bl_footer_bottomWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hp_hide_xl_min {
    display: none !important;
  }
}
@media screen and (min-width: 1366px){
  .bl_headerNav {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px){
  .hp_hide_xl_max {
    display: none !important;
  }
}
@media screen and (max-width: 1023px){
  .bl_entryBody .un_toc_scroll::-webkit-scrollbar {
    display: none;
  }
  .hp_hide_lg_max {
    display: none !important;
  }
}
@media (width <= 768px){
  .slick-instagram {
    padding: 10px 0;
  }
  .slick-instagram .slick__slide {
    padding: 0 5px;
  }
  .slick-instagram .instagram-item {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px){
  .hp_hide_md_max {
    display: none !important;
  }
}
@media screen and (max-width: 479px){
  .hp_hide_sm_max {
    display: none !important;
  }
  .hp_hide_sp {
    display: none !important;
  }
}
@media screen and (max-width: 374px){
  .hp_hide_xs_max {
    display: none !important;
  }
}

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