/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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";
/* ============================================================
*
* 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;
}

/* 
* -------------------------------------------------- */
.acms-admin-table-admin-edit tr {
  border-bottom: 1px solid #ddd !important;
}

/* ------------------------------------------------------------
* 基本設定
* ------------------------------------------------------------ */
html {
  line-height: 1.75;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
}

/* ----- リンクの設定 ----- */
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
a:active, a:visited {
  color: #00B734;
  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;
  height: auto;
}

/* ----- メディアユニットの設定　ver.3.2.5以降 ----- */
[role=figure] > div {
  width: 100%;
  max-width: 100% !important;
}

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

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

.ly_footer_info {
  padding-top: 80px;
  background-color: #F7F7F7;
}

.ly_footer_cont {
  max-width: 1188px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* トピックパス
* ------------------------------------------------------------ */
.ly_topicpath {
  padding: 16px 0 0;
}

.ly_topicpath_cont {
  max-width: 1188px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* ページのタイトル部分
* ------------------------------------------------------------ */
.ly_title {
  position: relative;
  width: 100%;
}

.ly_title_cont {
  padding-top: 10.4166666667vw;
  padding-right: 10.4166666667vw;
  padding-left: 10.4166666667vw;
  padding-bottom: 4.7916666667vw;
}

/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
.ly_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.ly_wrap.ly_wrap__bgColor {
  background-color: #E5F8EB;
}
.ly_wrap.ly_wrap__bgColorGray {
  background-color: #F7F7F7;
}
.ly_wrap.ly_wrap__bgColorPrimary {
  background-color: #00B734;
}

/* ------------------------------------------------------------
* コンテンツエリア
* ------------------------------------------------------------ */
.ly_cont {
  max-width: 1188px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.ly_sect .ly_cont {
  position: relative;
}

.ly_cont.ly_cont__narrow {
  max-width: 976px;
}

/* ============================================================
*
* モジュール
*
* ============================================================ */
/* ------------------------------------------------------------
* ボタン
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 16px 24px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #00B734;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.el_btn:visited {
  color: #fff;
}
.el_btn:active, .el_btn:hover {
  color: #00B734;
  background: #00B734;
}

/* ノーマルボタン */
.el_btn.el_btn__normal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 2.4rem;
}
.el_btn.el_btn__normal::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 16px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNS43MjY2OCAxMS4wNTMzTDguNzgwMDIgOEw1LjcyNjY4IDQuOTRMNi42NjY2OCA0TDEwLjY2NjcgOEw2LjY2NjY4IDEyTDUuNzI2NjggMTEuMDUzM1oiIGZpbGw9IiMwMEI3MzQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.el_btn.el_btn__normal:hover, .el_btn.el_btn__normal:active {
  background: #E5F8EB;
}
.el_btn.el_btn__normal:hover::before, .el_btn.el_btn__normal:active::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMDBCNzM0Ii8+CjxwYXRoIGQ9Ik01LjcyNjU2IDExLjA1MzNMOC43Nzk5IDhMNS43MjY1NiA0Ljk0TDYuNjY2NTYgNEwxMC42NjY2IDhMNi42NjY1NiAxMkw1LjcyNjU2IDExLjA1MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

/* メールのボタン */
.el_btn.el_btn__mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 2.4rem;
}
.el_btn.el_btn__mail::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: min(8vw, 59px);
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNS43MjY2OCAxMS4wNTMzTDguNzgwMDIgOEw1LjcyNjY4IDQuOTRMNi42NjY2OCA0TDEwLjY2NjcgOEw2LjY2NjY4IDEyTDUuNzI2NjggMTEuMDUzM1oiIGZpbGw9IiMwMEI3MzQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.el_btn.el_btn__mail:hover, .el_btn.el_btn__mail:active {
  background: #E5F8EB;
}
.el_btn.el_btn__mail:hover::before, .el_btn.el_btn__mail:active::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMDBCNzM0Ii8+CjxwYXRoIGQ9Ik01LjcyNjU2IDExLjA1MzNMOC43Nzk5IDhMNS43MjY1NiA0Ljk0TDYuNjY2NTYgNEwxMC42NjY2IDhMNi42NjY1NiAxMkw1LjcyNjU2IDExLjA1MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

/* 別ウィンドウのボタン */
.el_btn.el_btn__window {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 2.4rem;
}
.el_btn.el_btn__window::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 16px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDNWNUgxNy41OUw3Ljc2IDE0LjgzTDkuMTcgMTYuMjRMMTkgNi40MVYxMEgyMVYzTTE5IDE5SDVWNUgxMlYzSDVDMy44OSAzIDMgMy45IDMgNVYxOUMzIDE5LjUzMDQgMy4yMTA3MSAyMC4wMzkxIDMuNTg1NzkgMjAuNDE0MkMzLjk2MDg2IDIwLjc4OTMgNC40Njk1NyAyMSA1IDIxSDE5QzE5LjUzMDQgMjEgMjAuMDM5MSAyMC43ODkzIDIwLjQxNDIgMjAuNDE0MkMyMC43ODkzIDIwLjAzOTEgMjEgMTkuNTMwNCAyMSAxOVYxMkgxOVYxOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.el_btn.el_btn__window:hover, .el_btn.el_btn__window:active {
  background: #E5F8EB;
}

/* ------------------------------------------------------------
* フォームの要素
* ------------------------------------------------------------ */
/* ----- テキスト・テキストエリア ----- */
.el_inputText,
.el_inputTextarea {
  padding: 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 8px;
}
.el_inputText:-moz-placeholder:focus, .el_inputTextarea:-moz-placeholder: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, .el_inputTextarea:-moz-placeholder {
  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 #333333;
}
.el_inputRadio label::after {
  border: solid 0.45em #00B734;
  -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-left: calc(1.2em + 8px);
  cursor: pointer;
}
.el_inputRadio.el_inputRadio__btn label::before,
.el_inputRadio.el_inputRadio__btn label::after {
  top: 50%;
  left: 0;
  margin-top: -0.6em;
}
.el_inputRadio.el_inputRadio__btn label::before {
  border: solid 2px #333333;
}

/* ----- セレクトボックス  ----- */
.el_select {
  padding: 0.75em 2em 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
  border: solid 1px #eee;
  border-radius: 10px;
}

/* ------------------------------------------------------------
* 下層ページの見出し
* ------------------------------------------------------------ */
.el_lgHeading {
  font-size: 2.8rem;
  font-weight: bold;
  color: #00B734;
}

.el_mdHeading {
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: bold;
  line-height: 2em;
  border-bottom: solid 2px #d6d6d6;
}

.el_smHeading {
  margin-bottom: 1em;
  font-size: 19px;
  font-weight: bold;
}

/* ------------------------------------------------------------
* ヘッダーのコンテンツ
* ------------------------------------------------------------ */
.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}

/* タイトル
* -------------------------------------------------- */
.bl_headerTitle {
  position: absolute;
  top: 24px;
  left: 0;
}

.bl_headerTitle_inner {
  margin-left: 6.4vw;
}
.bl_headerTitle_inner img {
  width: 46.4px;
}

/* ----- メニューを開くボタン ----- */
.bl_headerBtn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  overflow: visible;
  margin-right: 3.8194444444vw;
}

.bl_menuOpnBtn {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
}

.bl_menuOpnBtn_top,
.bl_menuOpnBtn_middle,
.bl_menuOpnBtn_bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  margin: -1px 0 0 -16px;
  background-color: #00B734;
}

/* ----- ハンバーガーメニュー用の開くボタン ----- */
.bl_menu_headerBtn {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.bl_menu_headerOpnBtn {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
}

.bl_menu_headerOpnBtn_top,
.bl_menu_headerOpnBtn_middle,
.bl_menu_headerOpnBtn_bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 4px;
  margin: -1px 0 0 -14px;
  background-color: #00B734;
}

/* ----- メニューを開くボタン　動き ----- */
.bl_menuOpnBtn_top {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.bl_menu_headerOpnBtn_top {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

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

.bl_menu_headerOpnBtn_bottom {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

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

.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_top,
.bl_menuOpnBtn.is_closed .bl_menu_headerOpnBtn_top,
.bl_menu_headerOpnBtn.is_closed .bl_menuOpnBtn_top,
.bl_menu_headerOpnBtn.is_closed .bl_menu_headerOpnBtn_top {
  -webkit-animation: top-closed 0.5s forwards;
          animation: top-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_middle,
.bl_menuOpnBtn.is_closed .bl_menu_headerOpnBtn_middle,
.bl_menu_headerOpnBtn.is_closed .bl_menuOpnBtn_middle,
.bl_menu_headerOpnBtn.is_closed .bl_menu_headerOpnBtn_middle {
  -webkit-animation: middle-closed 0.5s forwards;
          animation: middle-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_closed .bl_menuOpnBtn_bottom,
.bl_menuOpnBtn.is_closed .bl_menu_headerOpnBtn_bottom,
.bl_menu_headerOpnBtn.is_closed .bl_menuOpnBtn_bottom,
.bl_menu_headerOpnBtn.is_closed .bl_menu_headerOpnBtn_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_menu_wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.bl_menu_cont {
  overflow-y: auto;
  background-color: #fff;
  margin-left: auto;
  margin-right: 0;
  max-width: 390px;
  height: 100%;
}

.bl_menu_header {
  height: 72px;
  background: #F7F7F7;
}

.bl_menu_headerInner {
  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;
  height: 100%;
  padding: 0 24px;
}

.bl_menu_headerLogo {
  display: block;
}
.bl_menu_headerLogo img {
  width: 40.6px;
}

/* ----- メニュー ----- */
.bl_menu {
  width: 100%;
  margin: 0 auto;
}

.bl_menuList {
  list-style: none;
}

.bl_menuItem {
  border-bottom: 1px solid #F7F7F7;
}

.bl_menuItemBtn {
  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;
  margin-top: 26px;
  padding: 0 24px;
}

.bl_menuItemBtn_mail {
  padding-right: 8px;
}

.bl_menuItem_link {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.bl_menuItem_link:active, .bl_menuItem_link:visited {
  text-decoration: none;
  color: #333;
}
.bl_menuItem_link:hover {
  text-decoration: none;
  color: #333;
  background-color: #E5F8EB;
}
.bl_menuItem_link span {
  margin-left: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #00B734;
}
.bl_menuItem_link img {
  margin-left: auto;
}

.bl_menuChild {
  padding-left: 20px;
}

.bl_menuChild_list {
  list-style: none;
}

.bl_menuChild_item {
  position: relative;
  padding: 5px 0 0 16px;
}
.bl_menuChild_item::before {
  position: absolute;
  top: 15px;
  left: 3px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 3px solid transparent;
  border-right: 0;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #333;
}
.bl_menuChild_item a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.bl_menuChild_item a:active,
.bl_menuChild_item a:visited {
  color: #333;
  text-decoration: none;
}
.bl_menuChild_item a:hover {
  color: #333;
  text-decoration: underline;
}

.bl_menuCta {
  padding: 15px 0 0;
  text-align: center;
}
.bl_menuCta a {
  display: block;
}

/* ------------------------------------------------------------
* フッターのコンテンツ
* ------------------------------------------------------------ */
.ly_footer_info {
  padding-top: 40px;
}

.bl_footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  padding-bottom: 40px;
}

/* ロゴ・SNS
* -------------------------------------------------- */
.bl_footerHead {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bl_footerHead_logo {
  display: block;
  margin: 0;
}
.bl_footerHead_logo img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.bl_footerHead_sns {
  display: block;
}
.bl_footerHead_sns img {
  display: block;
  width: 60px;
  height: auto;
}

/* ナビゲーション
* -------------------------------------------------- */
.bl_footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
}

.bl_footerNav_col {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bl_footerNav_item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
}
.bl_footerNav_item:last-child {
  padding-bottom: 0;
}
.bl_footerNav_item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}
.bl_footerNav_item a:hover {
  text-decoration: underline;
}
.bl_footerNav_item a img {
  display: block;
  height: 16px;
  width: auto;
}

.bl_footerNav_thin {
  font-weight: 400;
}

/* コピーライト
* -------------------------------------------------- */
.bl_footerCopyright {
  padding: 16px;
  background-color: #00B734;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
}

/* ------------------------------------------------------------
* トピックパス
* ------------------------------------------------------------ */
.bl_topicpath {
  font-size: 1.2rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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 1.5em 5px 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCA1LjI5TDIuMjkgM0wwIDAuNzA1TDAuNzA1IDBMMy43MDUgM0wwLjcwNSA2TDAgNS4yOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat right calc(0.3em + 5px)/1em 1em;
}
.bl_topicpath_item:last-child {
  padding: 5px 0 5px 0.5em;
  background: transparent;
}
.bl_topicpath_item a {
  color: #fff;
  text-decoration: none;
}
.bl_topicpath_item a:visited {
  color: #fff;
  text-decoration: none;
}
.bl_topicpath_item a:hover,
.bl_topicpath_item a:active {
  color: #fff;
  text-decoration: underline;
}
.bl_topicpath_item a[aria-current=page] {
  text-decoration: none;
  pointer-events: none;
}

/* ------------------------------------------------------------
* ページタイトル
* ------------------------------------------------------------ */
.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 {
  width: 100%;
}

.bl_titleTxt {
  margin-top: 40px;
  color: #fff;
}

.bl_titleTxt_main {
  font-weight: bold;
  font-size: 2.5rem;
}

.bl_titleTxt_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
.bl_titleTxt_sub img {
  width: 8px;
}

.bl_titleImg_photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bl_title_bgTtl {
  position: absolute;
  bottom: max(-5.4166666667vw, -78px);
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bl_title_bgTtl span {
  color: #23AE44;
  font-size: min(13.8888888889vw, 200px);
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin-left: -0.05em;
  line-height: 1.5;
}

/* ------------------------------------------------------------
* フォーム
* ------------------------------------------------------------ */
.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%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #E5E5E5;
}

.bl_formLabel {
  width: 100%;
  padding: 0 0 0.3em;
  font-weight: bold;
  text-align: left;
}

.bl_formLabel_required {
  font-size: 1.2rem;
  color: #C8271C;
}

.bl_formControl {
  width: 100%;
}

/* ----- ラジオボタン縦並び ----- */

.bl_formInput {
  position: relative;
  width: 100%;
}
.bl_formInput > .bl_scheduleItem_cover {
  border-radius: 0;
}

/* ----- その他 + テキスト入力 横並び ----- */
.bl_formInput_otherWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding-top: 8px;
}
.bl_formInput_otherWrap .el_inputText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
/* ----- エラーテキスト ----- */
.bl_formErrorText {
  font-size: 12px;
  color: #C8271C;
}
.bl_formErrorText .acms-icon {
  padding-right: 0.3em;
  vertical-align: -0.03em;
}

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

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

/* ----- 送信ボタン ----- */
.bl_formBtn {
  margin-top: 30px;
  text-align: right;
}
/* ----- 確認画面のテーブル ----- */
.bl_formConfirm {
  width: 100%;
  border-collapse: collapse;
}

.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 #E5E5E5;
}
/* ----- フォーム下の注意事項 ----- */
.bl_formNotes {
  max-width: 737px;
  padding: 32px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E5E5E5;
}

.bl_formNote_txt {
  font-size: 1.2rem;
}

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

.bl_entryHeadMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.bl_entryHeadTitle {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #00B734;
}

.bl_entryHeadInfo {
  font-size: 14px;
}

.bl_entryHeadInfo_date {
  margin-right: 0.5em;
  font-weight: bold;
  color: #E5E5E5;
}

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

/* タイトルの下のサブ情報 */
/* ----- グリッド ----- */
.bl_entryBody_Grid {
  margin-right: 0;
  margin-left: 0;
}

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

/* ----- 本文 ----- */
.bl_entryBody {
  word-wrap: break-word;
}
.bl_entryBody p {
  margin-bottom: 28px;
}

/* ----- 見出し ----- */
.bl_entryBody h2 {
  margin-bottom: 24px;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #00B734;
}
.bl_entryBody h3 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00B734;
}
.bl_entryBody h4 {
  margin-bottom: 8px;
  font-size: 2rem;
  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 ul {
  padding: 0 0 0 2em;
  margin: 0 20px 2em;
}
.bl_entryBody ul li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.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 ol {
  margin-bottom: 2em;
  list-style: none;
}
.bl_entryBody ol li {
  margin: 0 0 0.375em;
  line-height: 1.5;
  counter-increment: cnt;
}
.bl_entryBody ol li::before {
  padding-right: 8px;
  content: "(" counter(cnt) ")";
}
.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;
}

/* ----- ユニット ----- */
.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 #333333;
  border-radius: 10px;
}
.bl_entryBody .quoteLink {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_entryBody .quoteLink:visited {
  color: #333;
  text-decoration: none;
}
.bl_entryBody .quoteLink:hover {
  background-color: #E5E5E5;
}
.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: #333;
  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;
  text-align: left !important;
  font-weight: bold;
}

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

/* ----- ユニットグループ ----- */
.bl_entryCol_mdspace {
  padding-bottom: 32px;
}

/* ----- 背景色：グレイ ----- */
.gu-bg-gray {
  padding: 1em;
  margin-bottom: 28px;
  background-color: #F7F7F7;
}
.gu-bg-gray > *:last-child {
  margin-bottom: 0;
}

/* ----- 枠付き ----- */
.gu-border {
  border: 1px solid #00B734;
  padding: 1em;
  margin-bottom: 28px;
}
.gu-border > *:last-child {
  margin-bottom: 0;
}

/* ----- 幅狭 ----- */
.gu-narrow {
  padding: 1em 2em;
  margin-bottom: 28px;
}
.gu-narrow > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
* ページャー
* ------------------------------------------------------------ */
/* ページ送り
* -------------------------------------------------- */
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 -3px;
  list-style: none;
}
.bl_pagerList li {
  padding: 11px;
  color: #E5E5E5;
}
.bl_pagerList li.cur > span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00B734;
  border-radius: 50%;
}

.bl_pagerItem_btn {
  font-weight: bold;
  line-height: 1;
  color: #E5E5E5;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_pagerItem_btn:visited {
  color: #E5E5E5;
  text-decoration: none;
}
.bl_pagerItem_btn:active, .bl_pagerItem_btn:hover {
  text-decoration: none;
  color: #00B734;
}

.bl_pagerItem_btn__forward,
.bl_pagerItem_btn__back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}
.bl_pagerItem_btn__forward::before,
.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: 16px;
}

.bl_pagerItem_btn__forward::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMDBCNzM0Ii8+CjxwYXRoIGQ9Ik01LjcyNjU2IDExLjA1MzNMOC43Nzk5IDhMNS43MjY1NiA0Ljk0TDYuNjY2NTYgNEwxMC42NjY2IDhMNi42NjY1NiAxMkw1LjcyNjU2IDExLjA1MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.bl_pagerItem_btn__back::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMDBCNzM0Ii8+CjxwYXRoIGQ9Ik05LjY2Njk5IDExLjA1MzNMNi42MTM2NiA4TDkuNjY2OTkgNC45NEw4LjcyNjk5IDRMNC43MjY5OSA4TDguNzI2OTkgMTJMOS42NjY5OSAxMS4wNTMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}

/* 前後リンク
* -------------------------------------------------- */
.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: 16px;
  list-style: none;
}

.bl_serialNaviItem_btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 0;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  background: #00B734;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNaviItem_btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNaviItem__prev > .bl_serialNaviItem_btn::before, .bl_serialNaviItem_btn.js-prev::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMDBCNzM0Ii8+CjxwYXRoIGQ9Ik05LjY2Njk5IDExLjA1MzNMNi42MTM2NiA4TDkuNjY2OTkgNC45NEw4LjcyNjk5IDRMNC43MjY5OSA4TDguNzI2OTkgMTJMOS42NjY5OSAxMS4wNTMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.bl_serialNaviItem__prev > .bl_serialNaviItem_btn:hover::before, .bl_serialNaviItem_btn.js-prev:hover::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjRTVFNUU1Ii8+CjxwYXRoIGQ9Ik05LjY2Njk5IDExLjA1MzNMNi42MTM2NiA4TDkuNjY2OTkgNC45NEw4LjcyNjk5IDRMNC43MjY5OSA4TDguNzI2OTkgMTJMOS42NjY5OSAxMS4wNTMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.bl_serialNaviItem__next > .bl_serialNaviItem_btn::before, .bl_serialNaviItem_btn.js-next::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMDBCNzM0Ii8+CjxwYXRoIGQ9Ik01LjcyNjU2IDExLjA1MzNMOC43Nzk5IDhMNS43MjY1NiA0Ljk0TDYuNjY2NTYgNEwxMC42NjY2IDhMNi42NjY1NiAxMkw1LjcyNjU2IDExLjA1MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.bl_serialNaviItem__next > .bl_serialNaviItem_btn:hover::before, .bl_serialNaviItem_btn.js-next:hover::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjRTVFNUU1Ii8+CjxwYXRoIGQ9Ik01LjcyNjU2IDExLjA1MzNMOC43Nzk5IDhMNS43MjY1NiA0Ljk0TDYuNjY2NTYgNEwxMC42NjY2IDhMNi42NjY1NiAxMkw1LjcyNjU2IDExLjA1MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.bl_serialNaviItem_btn:visited {
  color: #fff;
  text-decoration: none;
}
.bl_serialNaviItem_btn:hover {
  background: #E5E5E5;
}

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

.bl_summaryItem {
  border-bottom: solid 1px #E5E5E5;
}

.bl_summaryItem_date {
  font-weight: bold;
}

.bl_summaryItem_new {
  color: #C8271C;
}

.bl_summaryItem_title {
  font-weight: normal;
}
/* ------------------------------------------------------------
* サマリー - お知らせ　news
* ------------------------------------------------------------ */
.bl_summaryBlockList {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.bl_summaryBlockItem {
  margin: 0;
}

.bl_summaryBlockItem_link {
  display: block;
  padding: 24px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #E5E5E5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_summaryBlockItem_link:visited {
  color: #333;
  text-decoration: none;
}
.bl_summaryBlockItem_link:hover, .bl_summaryBlockItem_link:active {
  text-decoration: none;
  background-color: #E5F8EB;
}

.bl_summaryBlockItem_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.bl_summaryBlockItem_date {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  color: #E5E5E5;
  grid-column: 1/-1;
  margin-bottom: 8px;
}
.bl_summaryBlockItem_date time {
  margin-right: 16px;
}

.bl_summaryBlockItem_category {
  display: inline-block;
  font-size: 1.2rem;
  color: #00B734;
  line-height: 1.8;
  border: 2px solid #00B734;
  padding: 4px 16px;
  border-radius: 16px;
  grid-column: 1/-1;
  -ms-grid-column-align: start;
      justify-self: start;
  margin-right: 0;
  margin-bottom: 8px;
}

.bl_summaryBlockItem_new {
  color: #00B734;
  margin-left: 0.8rem;
}

.bl_summaryBlockItem_title {
  font-weight: normal;
  text-align: left;
}

.bl_summaryBlockItem_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}

/* ============================================================
*
* ヘルパー
*
* ============================================================ */
/* ------------------------------------------------------------
* フォントとテキストのスタイル
* ------------------------------------------------------------ */
/* 英字フォント */
.hp_font_barlow {
  font-family: "Roboto Condensed", sans-serif !important;
}

/* 太字 */
.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_txt_em {
  font-style: normal !important;
  font-weight: bold !important;
}

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

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

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

/* ------------------------------------------------------------
* パディングとマージン
* ------------------------------------------------------------ */
.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: 24px !important;
}

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

.hp_MT_sm {
  margin-top: -24px !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: 24px !important;
}

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

.hp_MR_sm {
  margin-right: -24px !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: 24px !important;
}

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

.hp_MB_sm {
  margin-bottom: -24px !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: 24px !important;
}

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

.hp_ML_sm {
  margin-left: -24px !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;
}

/* 非表示 */

/* 端末別 */

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

/* ============================================================
*
* ユニークグループ
*
* ============================================================ */
/* ------------------------------------------------------------
* トップページ
* ------------------------------------------------------------ */
/* メインビジュアル
* -------------------------------------------------- */
.un_homeMv {
  position: relative;
  width: 100%;
}

@-webkit-keyframes mv-img-kenburns {
  0% {
    -webkit-transform: scale(1.1) translateY(2%);
            transform: scale(1.1) translateY(2%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes mv-img-kenburns {
  0% {
    -webkit-transform: scale(1.1) translateY(2%);
            transform: scale(1.1) translateY(2%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
.un_homeMv_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.un_homeMv_img .un_homeMv_imgPc,
.un_homeMv_img .un_homeMv_imgSp {
  display: block;
  width: 100%;
}
.un_homeMv_img .un_homeMv_imgPc img,
.un_homeMv_img .un_homeMv_imgSp img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-animation: mv-img-kenburns 8s ease-out forwards;
          animation: mv-img-kenburns 8s ease-out forwards;
}
.un_homeMv_img .un_homeMv_imgPc {
  display: none;
}

.un_homeMv_inner {
  position: absolute;
  bottom: 7.2vw;
  top: auto;
  right: 0;
  left: auto;
  width: 100%;
  margin: 0 auto;
}

@-webkit-keyframes mv-copy-fadein {
  0% {
    opacity: 0;
    -webkit-mask-position: 0% 100%;
    mask-position: 0% 100%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%;
  }
}

@keyframes mv-copy-fadein {
  0% {
    opacity: 0;
    -webkit-mask-position: 0% 100%;
    mask-position: 0% 100%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%;
  }
}
.un_homeMv_copy {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  opacity: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(40%, black), color-stop(60%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 60%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(40%, black), color-stop(60%, transparent));
  mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 60%);
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0% 100%;
  mask-position: 0% 100%;
  -webkit-animation: mv-copy-fadein 5s ease forwards 0.5s;
          animation: mv-copy-fadein 5s ease forwards 0.5s;
}
.un_homeMv_copy img {
  display: block;
  width: 100%;
  height: auto;
}
.un_homeMv_copy .un_homeMv_copyPc {
  display: none;
}
.un_homeMv_copy .un_homeMv_copySp {
  display: block;
  width: 74.1333333333vw;
  margin: 0 auto;
}

/* 共通　セクション
* -------------------------------------------------- */
.un_homesection_wrap {
  position: relative;
  isolation: isolate;
}

/* 共通　タイトル
* -------------------------------------------------- */
.un_homeHeading {
  margin-bottom: 24px;
}

.un_homeHeading_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.un_homeHeading__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.un_homeHeading__ja {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  color: #00B734;
  line-height: 1.75;
  padding-bottom: 8px;
}

.un_homeHeading__md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
}
.un_homeHeading__md:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 10px;
  height: 4px;
  background-color: #00B734;
}

.un_homeHeading__mdWhite {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

.un_homeHeading__mdColor {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #00B734;
}

.un_homeHeading__mdDecoration {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

/* 共通　セクションの背景文字
* -------------------------------------------------- */
.un_homeBgTtl {
  position: absolute;
  bottom: max(-1.8666666667vw, -130px);
  top: auto;
  left: 0;
  right: auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.un_homeBgTtl span {
  color: #F7F7F7;
  font-size: 32vw;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: -0.38em;
  line-height: 1.5;
}

.un_homeBgTtl.un_homeBgTtl_white span {
  color: #fff;
}

.un_homeBgTtl.un_homeBgTtl_primarylight span {
  color: #33C55D;
}

.un_homeBgTtl.un_homeBgTtl_primarypale span {
  color: #CEF2D9;
}

/* お知らせ
* -------------------------------------------------- */
.un_homenews {
  padding-bottom: 40px;
}

.un_homeNewsCal_wrap {
  margin-top: 16px;
}
.un_homeNewsCal_wrap iframe {
  width: 100%;
  height: 360px;
}

.un_homenews_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.un_homenews_btn a {
  margin-left: auto;
}

/* 代表取締役のコメント
* -------------------------------------------------- */
.un_homeComment_cont {
  text-align: center;
}

.un_homeComment_youtube {
  width: 100%;
}
.un_homeComment_youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 747/421;
}

/* 代表取締役コメント モーダル
* -------------------------------------------------- */
.un_homeCommentModal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  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: 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.un_homeCommentModal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.un_homeCommentModal_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.un_homeCommentModal_inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 48px 40px 40px;
  width: 100%;
  max-width: 640px;
  border-radius: 4px;
}

.un_homeCommentModal_close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.un_homeCommentModal_close span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #00B734;
}
.un_homeCommentModal_close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.un_homeCommentModal_close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.un_homeCommentModal_txt {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}

/* ケアリーネについて
* -------------------------------------------------- */
.un_about_wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.un_about_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.un_about_imageBox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.un_about_textBox {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  padding-right: 24px;
  padding-left: 24px;
}

.un_about_imageBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
}
.un_about_imageBox img {
  width: 100%;
  display: block;
}

/* サービス紹介
* -------------------------------------------------- */
.un_homeService_wrap {
  position: relative;
  isolation: isolate;
}

.un_ServiceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.un_ServiceTxtBox {
  -webkit-box-flex: 420;
      -ms-flex: 420;
          flex: 420;
}

.un_homeService_Imgbox {
  -webkit-box-flex: 680;
      -ms-flex: 680;
          flex: 680;
}

.un_ServiceTxtBox_txt {
  padding-bottom: 0;
}

.un_homeService_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.un_homeService_btnPc {
  display: none;
}

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

.un_homeService_ImgboxTxtInner {
  padding: 40px 40px;
}

.un_homeService_ImgboxTxt {
  background-color: #fff;
  border-bottom: 4px solid #00B734;
}

/* ご利用の流れ
* -------------------------------------------------- */
.un_homeFlow_wrap {
  position: relative;
  isolation: isolate;
  color: #fff !important;
}
.un_homeFlow_wrap .un_homeHeading__ja {
  color: #fff;
}

.un_homeFlow_bg {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
}
.un_homeFlow_bg img {
  width: min(31.9444444444vw, 460px);
}

.un_homeFlow_listWrap {
  margin-top: 40px;
  padding-left: 0;
  margin-bottom: 0;
}

.un_homeFlow_listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.un_homeFlow_listTxtBox {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding-bottom: 24px;
}

.un_homeFlow_listTxtBoxItem {
  width: 100%;
  padding-bottom: 16px;
}

.un_homeFlow_listCircle {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  color: #00B734;
  font-weight: bold;
  line-height: 1;
}

.un_homeFlow_listCircle > span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 72px;
  text-align: center;
  font-size: 4rem;
}
.un_homeFlow_listCircle > span span {
  position: static;
  display: block;
  font-size: 1.6rem;
}

.un_homeFlow_listTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.un_homeFlow_listTxt:before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: calc((1lh - 8px) / 2);
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAwVjhIOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
}

.un_homeFlow_listTxtBoxImg img {
  width: 100%;
  max-width: 240px;
}

/* 設備紹介
* -------------------------------------------------- */
.un_homefacility_wrap {
  position: relative;
  isolation: isolate;
}

.un_homefacilityBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.un_homefacilityBoxImg {
  width: 100%;
}
.un_homefacilityBoxImg img {
  width: 100%;
  height: auto;
  display: block;
}

.un_homefacilityBoxSlider {
  border-bottom: 2px solid #00B734;
}

.un_homefacility_exteriorBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.un_homefacility_ImgboxTxt {
  padding: 24px 24px;
}

.un_homefacility_exteriorImg img {
  width: 100%;
  display: block;
}

.un_homefacility_exteriorList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.un_homefacility_exteriorList dt,
.un_homefacility_exteriorList dd {
  padding: 1.6rem 0;
  border-bottom: 1px solid #333333;
}
.un_homefacility_exteriorList dt {
  text-align: left;
  padding-right: 0;
  padding-bottom: 8px;
  border-bottom: none;
  color: #00B734;
  font-weight: bold;
}
.un_homefacility_exteriorList dd {
  padding-top: 0;
}

/* 施設スライダー
* -------------------------------------------------- */
.un_homefacility_slider img {
  width: 100%;
  display: block;
}

.un_homefacility_titleRow {
  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;
}

.un_homefacility_navBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.js_facilityPrev,
.js_facilityNext {
  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: 32px;
  height: 32px;
  cursor: pointer;
}
.js_facilityPrev::after,
.js_facilityNext::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
}

.js_facilityPrev {
  background-color: #F7F7F7;
  cursor: default;
  pointer-events: none;
}
.js_facilityPrev::after {
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(2px, 0);
          transform: rotate(-45deg) translate(2px, 0);
}
.js_facilityPrev.is-active {
  background-color: #00B734;
  cursor: pointer;
  pointer-events: auto;
}

.js_facilityNext {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjMDBCNzM0Ii8+CjxwYXRoIGQ9Ik01LjcyNjU2IDExLjA1MzNMOC43Nzk5IDhMNS43MjY1NiA0Ljk0TDYuNjY2NTYgNEwxMC42NjY2IDhMNi42NjY1NiAxMkw1LjcyNjU2IDExLjA1MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.js_facilityNext::after {
  content: none;
}
.js_facilityNext.is-last {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjRTVFNUU1Ii8+CjxwYXRoIGQ9Ik01LjcyNjU2IDExLjA1MzNMOC43Nzk5IDhMNS43MjY1NiA0Ljk0TDYuNjY2NTYgNEwxMC42NjY2IDhMNi42NjY1NiAxMkw1LjcyNjU2IDExLjA1MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  pointer-events: none;
  cursor: default;
}

/* 1日の流れ
* -------------------------------------------------- */
.un_homeSchedule_wrap {
  position: relative;
  isolation: isolate;
}

.un_homeSchedule_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.un_homeSchedule_l {
  width: 100%;
}

.un_homeSchedule_r {
  width: 100%;
}

.un_homeSchedule_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}
.un_homeSchedule_list dt {
  font-size: 2rem;
  line-height: 1.5;
}
.un_homeSchedule_list dt,
.un_homeSchedule_list dd {
  padding: 16px;
  border-bottom: 1px solid #333333;
  font-weight: bold;
}
.un_homeSchedule_list dd {
  font-weight: normal;
  padding-top: 8px;
}
.un_homeSchedule_list dt:nth-child(3n+1) {
  color: #00B734;
  text-align: left;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.un_homeSchedule_list dt:nth-child(3n+2) {
  padding-top: 0;
  padding-right: 0;
  border-bottom: none;
  text-align: left;
}

/* 募集要項
* -------------------------------------------------- */
.un_homeInfo_wrap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.un_homeInfoBox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
}

.un_homeInfo_exteriorList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.un_homeInfo_exteriorList dt,
.un_homeInfo_exteriorList dd {
  padding: 1.6rem 0;
  border-bottom: 1px solid #333333;
}
.un_homeInfo_exteriorList dt {
  text-align: left;
  padding-right: 0;
  padding-bottom: 8px;
  border-bottom: none;
  color: #00B734;
  font-weight: bold;
}
.un_homeInfo_exteriorList dd {
  white-space: normal;
  padding-top: 0;
}

/* トップページのお問い合わせ
* -------------------------------------------------- */
.un_homeContact_wrap {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-right: 16px;
  padding-left: 16px;
}

.un_homeContact_cont {
  background-color: #fff;
  max-width: 1360px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.un_homeContact_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px !important;
}

/* 会社紹介
* -------------------------------------------------- */
.un_homecompany_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.un_homecompany_imgBox {
  width: 100%;
}
.un_homecompany_imgBox img {
  width: 100%;
  display: block;
}

.un_homecompany_txtBox {
  width: 100%;
}

.un_homecompany_mapBtn {
  margin-top: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #00B734;
  text-decoration: none;
}
.un_homecompany_mapBtn img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.un_homecompany_mapBtn:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------
* お知らせ
* ------------------------------------------------------------ */
/* お知らせインデックス
* -------------------------------------------------- */
.un_newsindex_btn {
  text-align: right;
  margin: 56px 0 0 auto;
}

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

/* メニュー本体 */
.js_menu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 10001;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.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;
}

.bl_menu_cont {
  pointer-events: auto;
}

/* カバー */
.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;
  }
}
/* ------------------------------------------------------------
* フェードインのアニメーション
* ------------------------------------------------------------ */
body.no-js [class*=js_fade] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
body.no-js [class*=js_fade].is-appeared {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
}

/* フェードイン */
.js_fadeIn {
  visibility: hidden;
  opacity: 0;
}
.js_fadeIn.is_appeared {
  visibility: visible;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js_fadeIn_item {
  visibility: hidden;
  opacity: 0;
}
.js_fade_group.is_appeared .js_fadeIn_item {
  visibility: visible;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 下から上にフェードイン */
.js_fadeUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js_fadeUp.is_appeared {
  visibility: visible;
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js_fadeUp_item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js_fade_group.is_appeared .js_fadeUp_item {
  visibility: visible;
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 下から上に大きくなりながらフェードイン */
.js_fadeScaleUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.7);
          transform: translateY(50px) scale(0.7);
}
.js_fadeScaleUp.is_appeared {
  visibility: visible;
  -webkit-animation-name: fade-scale-up;
          animation-name: fade-scale-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js_fadeScaleUp_item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js_fade_group.is_appeared .js_fadeScaleUp_item {
  visibility: visible;
  -webkit-animation-name: fade-scale-up;
          animation-name: fade-scale-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.9);
            transform: translateY(50px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes fade-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.9);
            transform: translateY(50px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* ディレイを追加する */
.js_delay_0 {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.js_delay_1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.js_delay_2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.js_delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.js_delay_4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.js_delay_5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.js_delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.js_delay_7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.js_delay_8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.js_delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.js_delay_10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.js_delay_11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.js_delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.js_delay_13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.js_delay_14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.js_delay_15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.js_delay_16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.js_delay_17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.js_delay_18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.js_delay_19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.js_delay_20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

/* 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;
}

@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%;
  }
  .hp_hide_sm_min {
    display: none !important;
  }
  .un_homeNewsCal_wrap iframe {
    width: 350px;
  }
}

@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: 150px;
    padding-bottom: 150px;
  }
  .el_lgHeading {
    font-size: 4.8rem;
  }
  .el_mdHeading {
    font-size: 31px;
  }
  .el_smHeading {
    font-size: 1.563em;
  }
  .bl_header {
    margin-top: 50px;
  }
  .bl_headerTitle {
    top: 32px;
  }
  .bl_headerTitle_inner {
    margin-left: 2.7777777778vw;
  }
  .bl_headerTitle_inner img {
    width: 70px;
  }
  .bl_headerBtn {
    width: 96px;
    height: 96px;
  }
  .bl_menuOpnBtn {
    width: 96px;
    height: 96px;
  }
  .bl_menuOpnBtn_top,
  .bl_menuOpnBtn_middle,
  .bl_menuOpnBtn_bottom {
    width: 50px;
    height: 4px;
    margin: -1px 0 0 -25px;
  }
  .bl_menuOpnBtn_top {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .bl_menuOpnBtn_bottom {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  @-webkit-keyframes top-opened {
    0% {
      -webkit-transform: translateY(-16px) rotate(0);
              transform: translateY(-16px) 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(-16px) rotate(0);
              transform: translateY(-16px) 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(-16px) rotate(0);
              transform: translateY(-16px) 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(-16px) rotate(0);
              transform: translateY(-16px) rotate(0);
    }
  }
  @-webkit-keyframes bottom-opened {
    0% {
      -webkit-transform: translateY(16px) rotate(0);
              transform: translateY(16px) 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(16px) rotate(0);
              transform: translateY(16px) 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(16px) rotate(0);
              transform: translateY(16px) 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(16px) rotate(0);
              transform: translateY(16px) rotate(0);
    }
  }
  .bl_footerInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bl_footerHead {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .bl_footerNav_col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .bl_footerCopyright {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .bl_titleTxt_main {
    font-size: 6.4rem;
  }
  .bl_titleTxt_sub {
    font-size: 2.4rem;
  }
  .bl_titleTxt_sub img {
    width: 16px;
  }
  .bl_entryHeadMeta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
  .bl_entryHeadTitle {
    font-size: 4.8rem;
    line-height: 1.75;
  }
  .bl_entryBody h2 {
    font-size: 4.8rem;
  }
  .bl_entryBody h3 {
    font-size: 3.2rem;
  }
  .bl_entryBody h4 {
    font-size: 2.4rem;
  }
  .bl_entryBody th,
  .bl_entryBody td {
    display: table-cell;
    text-align: left;
  }
  .bl_entryCol_mdspace {
    padding-bottom: 0;
  }
  .bl_summaryBlockItem_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_summaryBlockItem_date {
    grid-column: unset;
    margin-bottom: 0;
  }
  .bl_summaryBlockItem_category {
    margin-right: 16px;
    margin-bottom: 0;
    grid-column: unset;
    -ms-grid-column-align: unset;
        justify-self: unset;
  }
  .bl_summaryBlockItem_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bl_summaryBlockItem_arrow {
    margin-left: auto;
  }
  .hp_hide_md_min {
    display: none !important;
  }
  .un_homeMv_img .un_homeMv_imgPc {
    display: block;
  }
  .un_homeMv_img .un_homeMv_imgSp {
    display: none;
  }
  .un_homeMv_inner {
    bottom: 0;
  }
  .un_homeMv_copy {
    width: 65.4296875vw;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .un_homeMv_copy .un_homeMv_copyPc {
    display: block;
  }
  .un_homeMv_copy .un_homeMv_copySp {
    display: none;
  }
  .un_homeHeading_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .un_homeHeading__en {
    font-size: 2.4rem;
    gap: 8px;
  }
  .un_homeHeading__ja {
    font-size: 4.8rem;
  }
  .un_homeHeading__mdWhite {
    font-size: 3.2rem;
    line-height: 1.75;
  }
  .un_homeHeading__mdColor {
    font-size: 3.2rem;
    line-height: 1.75;
  }
  .un_homeBgTtl {
    bottom: max(-9.0277777778vw, -130px);
    height: auto;
  }
  .un_homeBgTtl span {
    font-size: min(22.2222222222vw, 32rem);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: none;
            transform: none;
    margin-left: -0.06em;
  }
  .un_homenews {
    padding-bottom: 0;
  }
  .un_ServiceBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .un_ServiceTxtBox_txt {
    padding-bottom: 40px;
  }
  .un_homeService_btnPc {
    display: block;
  }
  .un_homeService_btnSp {
    display: none;
  }
  .un_homeFlow_bg {
    display: block;
  }
  .un_homeFlow_listWrap {
    margin-top: 48px;
    padding-left: 24px;
    margin-bottom: 80px;
  }
  .un_homeFlow_listItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  .un_homeFlow_listTxtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .un_homeFlow_listTxtBoxItem {
    width: min(39.2361111111vw, 565px);
    padding-bottom: 0;
  }
  .un_homeFlow_listCircle {
    width: 96px;
    height: 96px;
  }
  .un_homeFlow_listCircle > span {
    width: 96px;
  }
  .un_homeFlow_listCircle > span span {
    font-size: 2.4rem;
  }
  .un_homefacility_exteriorBox {
    margin-top: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .un_homefacility_exteriorList {
    -ms-grid-columns: 9em 1fr;
    grid-template-columns: 9em 1fr;
  }
  .un_homefacility_exteriorList dt {
    text-align: right;
    padding-right: 16px;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #333333;
  }
  .un_homefacility_exteriorList dd {
    padding-top: 1.6rem;
  }
  .un_homeSchedule_list {
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
  }
  .un_homeSchedule_list dt:nth-child(3n+1) {
    text-align: right;
    padding-right: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #333333;
  }
  .un_homeSchedule_list dt:nth-child(3n+2) {
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 0;
    border-bottom: 1px solid #333333;
  }
  .un_homeInfoBox {
    margin-top: 40px;
  }
  .un_homeInfo_exteriorList {
    -ms-grid-columns: 9em 1fr;
    grid-template-columns: 9em 1fr;
  }
  .un_homeInfo_exteriorList dt {
    text-align: right;
    padding-right: 34px;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #333333;
  }
  .un_homeInfo_exteriorList dd {
    white-space: nowrap;
    padding-top: 1.6rem;
  }
  .un_homeContact_cont {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 1024px){
  .bl_footerNav_col {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .bl_title.has_img .bl_titleTxt {
    width: 360px;
    padding: 0 30px 0 0;
    margin: 0;
  }
  .bl_title.has_img .bl_titleImg {
    width: calc(100% - 360px);
  }
  .bl_form {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .bl_formGroup {
    display: table-row;
  }
  .bl_formLabel {
    display: table-cell;
    width: 25%;
    padding: 1.75em 2em 1.75em 0;
    white-space: normal;
    vertical-align: middle;
    border-bottom: solid 1px #E5E5E5;
    text-align: right;
  }
  .bl_formControl {
    display: table-cell;
    width: 100%;
    padding: calc(1em - 1px) 0;
    border-bottom: solid 1px #E5E5E5;
  }
  .bl_formControl:has(.el_inputRadio__btn) {
    display: table-cell;
    vertical-align: middle;
  }
  .bl_formControl:has(.el_inputRadio__btn) .bl_formInput {
    display: inline-block;
    width: auto;
    margin-right: 160px;
  }
  .bl_formControl:has(.el_inputRadio__btn) .bl_formInput:last-of-type {
    margin-right: 0;
  }
  .bl_formControl:has(.el_inputRadio__btn) .bl_formInput_otherWrap .bl_formInput {
    margin-right: 0;
  }
  .bl_formControl__col:has(.el_inputRadio__btn) .bl_formInput {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .bl_formControl__col:has(.el_inputRadio__btn) .bl_formInput:last-of-type {
    margin-bottom: 0;
  }
  .bl_formConfirm_head {
    text-align: right;
    display: table-cell;
    width: 10em;
    padding: 1em 2em 1em 0;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: solid 1px #E5E5E5;
  }
  .bl_formConfirm_body {
    display: table-cell;
    min-height: auto;
    padding: 1em 0;
  }
  .bl_summaryItem_date {
    float: left;
    padding: 0.3em 0 0;
  }
  .bl_summaryItem_title {
    padding: 0 0 0 5.5em;
  }
  .hp_hide_lg_min {
    display: none !important;
  }
  .hp_hide_pc {
    display: none !important;
  }
  .un_homeCommentModal_inner {
    padding: 85px 94px 80px;
  }
  .un_homeCommentModal_txt {
    font-size: 1.6rem;
  }
  .un_homefacilityBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .un_homefacilityBoxImg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .un_homefacilityBoxSlider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 41.4912280702vw;
            flex: 0 1 41.4912280702vw;
    max-width: 473px;
  }
  .un_homefacility_exteriorBox {
    margin-top: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .un_homefacility_exteriorImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 385px;
            flex: 0 0 385px;
  }
  .un_homefacility_exteriorListWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .un_homeSchedule_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
  }
  .un_homeSchedule_l {
    width: calc((100% - 40px) * 484 / 1140);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .un_homeSchedule_r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .un_homeSchedule_list dt {
    font-size: 2.4rem;
  }
  .un_homeSchedule_list dt,
  .un_homeSchedule_list dd {
    padding-top: 12px;
  }
  .un_homeInfoBox {
    width: 63.1578947368%;
  }
  .un_homeInfo_exteriorListWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .un_homecompany_Box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .un_homecompany_imgBox {
    width: calc((100% - 40px) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .un_homecompany_txtBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1280px){
  .hp_hide_xl_min {
    display: none !important;
  }
  .un_homeMv_copy {
    width: 76.9444444444vw;
  }
  .un_about_cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .un_about_imageBox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .un_about_textBox {
    padding-right: 40px;
    padding-left: 16px;
    width: 40%;
    max-width: 508.8px;
    margin-top: 0;
    margin-left: calc((100vw - 1272px) / 2);
  }
  .un_about_imageBox {
    margin-right: calc((100vw - 1272px) / -2);
  }
}

@media (min-width: 1440px){
  .bl_footerNav_badge {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1279px){
  .hp_hide_xl_max {
    display: none !important;
  }
}

@media screen and (max-width: 1023px){
  .bl_formControl:has(.el_inputRadio__btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 24px;
  }
  .bl_formControl:has(.el_inputRadio__btn) .bl_formInput {
    width: auto;
  }
  .bl_formControl__col:has(.el_inputRadio__btn) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hp_hide_lg_max {
    display: none !important;
  }
}

@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;
  }
}

@media (max-width: 320px){
  body {
    zoom: 0.2666666667vw;
  }
}

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