/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  -webkit-text-decoration: underline dotted;
          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
*
* ============================================================ */
/* ------------------------------------------------------------
* 基本設定
* ------------------------------------------------------------ */
html {
  line-height: 1.75;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-optical-sizing: auto;
  color: #444444;
}

/* ----- リンクの設定 ----- */
a {
  color: #006dd9;
}
a:active, a:hover {
  text-decoration: none;
}

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

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

/* ----- lazyloadアニメーション ----- */
.js-lazy-load {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1) 0.1s, transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.5, 0, 0, 1) 0.1s, transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}

ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}

a:focus {
  outline-width: 1px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------------------------
* 限定的なベーススタイル
* ------------------------------------------------------------ */
/* 管理用パーツ
* -------------------------------------------------- */
#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;
}

/* ============================================================
*
* レイアウト
*
* ============================================================ */
/* ------------------------------------------------------------
* ヘッダー
* ------------------------------------------------------------ */
.ly_header {
  position: relative;
  z-index: 9990;
}
.ly_header.ly_header__topheader {
  width: 100%;
  top: 0;
  background-color: initial;
}
.ly_header.ly_title__workscat {
  background-color: #F8601A;
}

.ly_header_inner {
  padding: 5px 20px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* フッター
* ------------------------------------------------------------ */
.ly_footer {
  position: relative;
  padding: 20px 0 20px;
  background-color: #F8601A;
  color: #FFF;
}
.ly_footer__home {
  padding: 60px 0 40px;
}

.ly_footer_inner {
  max-width: 1240px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
/* ------------------------------------------------------------
* セクション
* ------------------------------------------------------------ */
.ly_sect {
  position: relative;
  padding: 40px 0;
}
.ly_sect > .ly_sect_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 40px 40px 0 0;
}
.ly_sect.ly_sect__color_key {
  background-color: #F8601A;
}
.ly_sect.ly_sect__color_key-light {
  background-color: #fff5eb;
  width: 100%;
}
.ly_sect.ly_sect__color_sub {
  background-color: #42A18C;
  width: 100%;
}
.ly_sect.ly_sect__color_gray-lighter {
  background-color: #f0f0f0;
  margin-top: 40px;
}
.ly_sect.ly_sect__color_gray-light {
  background-color: #e6e6e6;
  margin-top: 40px;
}
.ly_sect.ly_sect_narrowPadding {
  padding: 50px 0;
}
.ly_sect.ly_sect__color_key_lighter {
  background-color: #fffbf6;
}
.ly_sect.ly_sect__entry {
  padding-top: 20px;
}

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

.ly_cont.ly_cont__mdNarrow {
  max-width: 800px;
}

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

.ly_cont.ly_cont__wide {
  max-width: 1380px;
}

.ly_outerbox {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ------------------------------------------------------------
* ページのタイトル部分
* ------------------------------------------------------------ */
.ly_title.ly_title__workscat {
  background-color: #F8601A;
}
.ly_title.ly_title__nobgimg {
  background-image: none;
}

/* ============================================================
*
* モジュール
*
* ============================================================ */
/* ------------------------------------------------------------
* ボタン
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_btn, .el_arrowBtn, .el_arrowBtnLg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 1.2em 2.5em;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
  margin: 0 3px;
  border-radius: 100px;
  text-align: center;
  background-color: #F8601A;
  color: #FFF;
}
.el_btn:active, .el_arrowBtn:active, .el_arrowBtnLg:active, .el_btn:hover, .el_arrowBtn:hover, .el_arrowBtnLg:hover {
  background-color: #d14f13;
}
.el_btn.el_btn__widthfull, .el_btn__widthfull.el_arrowBtn, .el_btn__widthfull.el_arrowBtnLg {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.el_btn.el_btn__color, .el_btn__color.el_arrowBtn, .el_btn__color.el_arrowBtnLg {
  background: #F8601A;
  color: #FFF;
}
.el_btn.el_btn__color:hover, .el_btn__color.el_arrowBtn:hover, .el_btn__color.el_arrowBtnLg:hover {
  background: #d14f13;
}
.el_btn.el_btn__accent, .el_btn__accent.el_arrowBtn, .el_btn__accent.el_arrowBtnLg {
  background: #42A18C;
  color: #FFF;
}
.el_btn.el_btn__accent:hover, .el_btn__accent.el_arrowBtn:hover, .el_btn__accent.el_arrowBtnLg:hover {
  background: #318472;
}
.el_btn.el_btn__third, .el_btn__third.el_arrowBtn, .el_btn__third.el_arrowBtnLg {
  background: #C70A0E;
  color: #FFF;
}
.el_btn.el_btn__third:hover, .el_btn__third.el_arrowBtn:hover, .el_btn__third.el_arrowBtnLg:hover {
  background: #aa1417;
}
.el_btn.el_btn__arrow, .el_btn__arrow.el_arrowBtn, .el_btn__arrow.el_arrowBtnLg {
  padding-right: 3em;
  text-align: left;
  position: relative;
}
.el_btn.el_btn__arrow::after, .el_btn__arrow.el_arrowBtn::after, .el_btn__arrow.el_arrowBtnLg::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5em;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.9;
}
.el_btn.el_btn__arrow:hover::after, .el_btn__arrow.el_arrowBtn:hover::after, .el_btn__arrow.el_arrowBtnLg:hover::after {
  right: 1em;
}
.el_btn.el_btn__arrow.el_btn__color::after, .el_btn__arrow.el_btn__color.el_arrowBtn::after, .el_btn__arrow.el_btn__color.el_arrowBtnLg::after, .el_btn.el_btn__arrow.el_btn__third::after, .el_btn__arrow.el_btn__third.el_arrowBtn::after, .el_btn__arrow.el_btn__third.el_arrowBtnLg::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJmaWxsOiNmZmY7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}
.el_btn.el_btn__arrow.el_btn__lg::after, .el_btn__arrow.el_btn__lg.el_arrowBtn::after, .el_btn__arrow.el_btn__lg.el_arrowBtnLg::after {
  width: 20px;
  height: 20px;
}
.el_btn.el_btn__arrowbtm, .el_btn__arrowbtm.el_arrowBtn, .el_btn__arrowbtm.el_arrowBtnLg {
  padding-right: 5em;
  text-align: left;
  position: relative;
}
.el_btn.el_btn__arrowbtm::after, .el_btn__arrowbtm.el_arrowBtn::after, .el_btn__arrowbtm.el_arrowBtnLg::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAAFVBMVEVMaXFERERFRUVCQkJDQ0NEREREREQSucUUAAAABnRSTlMAgd8gX0DvpXGXAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAd0lEQVR4nO3QSQ7AIAxDUWJa3//IFWEKEJC6rNS/s/RWDuFdIBl/8ZE/5NqJKBmQly8iqIQ0BEbENKSIRtCFAhViCZroYCSowoKBoIgRWIIsZmAIVKygEyThgUZA8nZBJaytYCIeGIgPDNmBRvagkBNQcgYhyAoeyz4F6VW5W6gAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.el_btn.el_btn__arrowbtm:hover::after, .el_btn__arrowbtm.el_arrowBtn:hover::after, .el_btn__arrowbtm.el_arrowBtnLg:hover::after {
  bottom: -0.5em;
}
.el_btn.el_btn__border, .el_btn__border.el_arrowBtn, .el_btn__border.el_arrowBtnLg {
  border: 1px solid #F8601A;
}
.el_btn.el_btn__blackbtn, .el_btn__blackbtn.el_arrowBtn, .el_btn__blackbtn.el_arrowBtnLg {
  color: #F8601A;
  border: solid 1px #464646;
  background-color: #464646;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg {
  position: relative;
  padding: 1em 3em 1em 2em;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg::before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==) no-repeat 8px/14px 14px #fff;
  background-color: #F8601A;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight:active::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn:active::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg:active::before, .el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight:hover::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn:hover::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg:hover::before {
  background-position: 10px;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__outerLink::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtn::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtnLg::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0 0 8px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGMUY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__outerLink:hover, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtn:hover, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtnLg:hover {
  background-color: #F8601A;
  color: #444444;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__outerLink:hover::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtn:hover::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtnLg:hover::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}
.el_btn.el_btn__small, .el_btn__small.el_arrowBtn, .el_btn__small.el_arrowBtnLg {
  min-width: auto;
  padding: 0.8em 1.5em 0.8em;
  font-size: 0.8em;
  line-height: 1;
}
.el_btn.el_btn__small.el_btnicon, .el_btn__small.el_btnicon.el_arrowBtn, .el_btn__small.el_btnicon.el_arrowBtnLg {
  padding-left: 2.5em;
  position: relative;
}
.el_btn.el_btn__small.el_btnicon::before, .el_btn__small.el_btnicon.el_arrowBtn::before, .el_btn__small.el_btnicon.el_arrowBtnLg::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  border-radius: 999px;
  background-color: #FFF;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.el_btn.el_btn__small.el_btnicon.el_btnicon__calendar::before, .el_btn__small.el_btnicon.el_btnicon__calendar.el_arrowBtn::before, .el_btn__small.el_btnicon.el_btnicon__calendar.el_arrowBtnLg::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkM5Q0E4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjYsMTQuNEgyLjRWNS42aDExLjJWMTQuNHogTTExLjIsMHYxLjZINC44VjBIMy4ydjEuNkgyLjRjLTAuOSwwLTEuNiwwLjctMS42LDEuNnYxMS4yCgljMCwwLjQsMC4yLDAuOCwwLjUsMS4xUzIsMTYsMi40LDE2aDExLjJjMC40LDAsMC44LTAuMiwxLjEtMC41czAuNS0wLjcsMC41LTEuMVYzLjJjMC0wLjQtMC4yLTAuOC0wLjUtMS4xUzE0LDEuNiwxMy42LDEuNmgtMC44VjAKCSBNMTIsOC44SDh2NGg0VjguOHoiLz4KPC9zdmc+Cg==);
}
.el_btn.el_btn__small.el_btnicon.el_btnicon__access::before, .el_btn__small.el_btnicon.el_btnicon__access.el_arrowBtn::before, .el_btn__small.el_btnicon.el_btnicon__access.el_arrowBtnLg::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMkM5Q0E4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuNSwxLjlDNC43LDAuNyw2LjMsMCw4LDBzMy4zLDAuNyw0LjUsMS45YzEuMiwxLjIsMS45LDIuOCwxLjksNC41YzAsNC40LTUuNiw5LjMtNS45LDkuNQoJQzguNCwxNS45LDguMiwxNiw4LDE2cy0wLjQtMC4xLTAuNS0wLjJsMCwwYy0wLjMtMC4yLTUuOS01LjEtNS45LTkuNUMxLjYsNC42LDIuMywzLDMuNSwxLjl6IE02LjQsOC4zYzAuNSwwLjMsMSwwLjUsMS42LDAuNQoJYzAuNywwLDEuNC0wLjMsMi0wLjhjMC41LTAuNSwwLjgtMS4yLDAuOC0yYzAtMC42LTAuMi0xLjEtMC41LTEuNnMtMC43LTAuOC0xLjMtMUM4LjYsMy4yLDgsMy4xLDcuNSwzLjJDNi45LDMuNCw2LjQsMy42LDYsNAoJQzUuNiw0LjQsNS40LDQuOSw1LjMsNS40UzUuMiw2LjYsNS40LDcuMVM2LDgsNi40LDguM3ogTTkuMiw2YzAsMC43LTAuNSwxLjItMS4yLDEuMlM2LjgsNi43LDYuOCw2UzcuNCw0LjgsOCw0LjhTOS4yLDUuMyw5LjIsNnoiCgkvPgo8L3N2Zz4K);
}
.el_btn.el_btn__small.el_btnicon__reserve, .el_btn__small.el_btnicon__reserve.el_arrowBtn, .el_btn__small.el_btnicon__reserve.el_arrowBtnLg {
  background-color: #666;
}
.el_btn.el_btn__small.el_btnicon__reserve::before, .el_btn__small.el_btnicon__reserve.el_arrowBtn::before, .el_btn__small.el_btnicon__reserve.el_arrowBtnLg::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZENjAzMDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjUsMi43QzUuNiwyLjcsNC4xLDQuMiw0LjEsNmMwLDEuOCwzLDYuNCwzLjQsNi40YzAuNCwwLDMuNC00LjYsMy40LTYuNEMxMC45LDQuMiw5LjQsMi43LDcuNSwyLjd6IE03LjUsNy4yCglDNi44LDcuMiw2LjIsNi42LDYuMiw2YzAtMC43LDAuNi0xLjMsMS4zLTEuM1M4LjgsNS4zLDguOCw2QzguOCw2LjYsOC4yLDcuMiw3LjUsNy4yeiIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
}
.el_btn.el_btn__small.el_btnicon__newwindow, .el_btn__small.el_btnicon__newwindow.el_arrowBtn, .el_btn__small.el_btnicon__newwindow.el_arrowBtnLg {
  padding-right: 30px;
  position: relative;
}
.el_btn.el_btn__small.el_btnicon__newwindow::after, .el_btn__small.el_btnicon__newwindow.el_arrowBtn::after, .el_btn__small.el_btnicon__newwindow.el_arrowBtnLg::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}

.el_btn_wrap.el_btn_wrap__widthfull {
  text-align: center;
  margin-top: 20px;
}

/* 大きいボタン */
.el_btn.el_btn__lg, .el_btn__lg.el_arrowBtn, .el_btn__lg.el_arrowBtnLg {
  width: 100%;
  max-width: 1000px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  font-size: 1.375em;
  border-width: 3px;
}

/* 矢印あり */
.el_arrowBtn, .el_arrowBtnLg,
.el_btn.el_btn__arrowRight {
  position: relative;
  padding: 1.5em 6em 1.5em 2em;
}
.el_arrowBtn:active::before, .el_arrowBtnLg:active::before, .el_arrowBtn:hover::before, .el_arrowBtnLg:hover::before,
.el_btn.el_btn__arrowRight:active::before,
.el_btn.el_btn__arrowRight:hover::before {
  background-position: 10px;
}

.el_arrowBtnLg {
  width: 100%;
  max-width: 1000px;
  padding-top: 1.2em;
  padding-bottom: 1.4em;
  font-size: 1.375em;
}

/* 色違い */
.el_btn.el_btn__borderWhite, .el_btn__borderWhite.el_arrowBtn, .el_btn__borderWhite.el_arrowBtnLg {
  border-color: #fff !important;
}

/* インラインのリンクボタン
* -------------------------------------------------- */
.el_btnInlineLink {
  position: relative;
  display: inline-block;
  padding: 0 1.7em 0 0;
  color: #444444;
  text-decoration: underline;
}
.el_btnInlineLink:visited {
  color: #444444;
  text-decoration: underline;
}
.el_btnInlineLink:active, .el_btnInlineLink:hover {
  color: #444444;
  text-decoration: none;
}
.el_btnInlineLink:active::before, .el_btnInlineLink:hover::before {
  background-position: center center;
  border-width: 1px;
}

.el_btnInlineLink.el_btnInlineLink__back {
  padding: 0 0 0 0;
}
.el_btnInlineLink.el_btnInlineLink__back::before {
  right: auto;
  left: -0.35em;
}
.el_btnInlineLink.el_btnInlineLink__back:active::before, .el_btnInlineLink.el_btnInlineLink__back:hover::before {
  background-position: center center;
}

.el_outerLinkbtn {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.5em;
  min-width: 5em;
  font-size: 18px;
  line-height: 1.6;
  color: #F8601A;
  background-color: #42A18C;
  text-align: center;
  border-radius: 100px;
  margin: 1em 10px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}
.el_outerLinkbtn::after {
  display: inline-block;
  content: "";
  top: -2px;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGMUY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1em 1em;
}
.el_outerLinkbtn:hover {
  background-color: #F8601A;
  color: #42A18C;
}
.el_outerLinkbtn:hover::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1em 1em;
}
.el_snsicon {
  width: 26px;
  margin: 0 5px;
}

/* ------------------------------------------------------------
* 見出し
* ------------------------------------------------------------ */
/* トップの見出しとカテゴリタイトル
* -------------------------------------------------- */
.el_ttlHeading {
  font-size: 36px;
  margin-bottom: 20px;
}
.el_ttlHeading.el_ttlHeading__line {
  border-bottom: 1px solid #F8601A;
}

.el_ttlHeading_ja {
  font-size: 34px;
}

.el_ttlHeading_en {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 5px;
}

.el_largetelnumber {
  line-height: 1.2;
  font-weight: bold;
  font-size: 50px;
  margin-top: 10px;
  color: #F8601A;
}
.el_largetelnumber a {
  color: #444444;
}
.el_largetelnumber span {
  font-size: 0.6em;
}
/* ページタイトル - 小(下層ページ用)
* -------------------------------------------------- */
.el_pageHeading {
  color: #444444;
  margin-top: 60px;
}
.ly_sect__newscontent .ly_title:first-child .el_pageHeading {
  margin-top: 0;
}

.el_pageHeading_sub {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #F8601A;
}
.el_pageHeading_sub span {
  position: relative;
  display: inline-block;
  margin: 0 1.5em 0 0;
}
.el_pageHeading_sub span::after {
  position: absolute;
  top: 0.25em;
  right: -1.25em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=) no-repeat center/0.8em 0.8em;
}
.el_pageHeading_sub span:last-child {
  margin: 0;
}
.el_pageHeading_sub span:last-child::after {
  content: none;
}

.el_pageHeading_main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #F8601A;
}
.el_pageHeading_main > a {
  color: #444444;
  text-decoration: none;
}
/* 本文中の見出し
* -------------------------------------------------- */
/* ----- 大見出し ----- */
.el_xlHeading {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.el_xlHeading span {
  display: inline-block;
}

.el_lgHeading {
  margin-bottom: 0.72em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.el_lgHeading.el_lgHeading__borderbtm {
  border-bottom: 1px solid #F8601A;
  padding: 0 10px 5px;
}

/* サブで英語がある時 */
.el_xlHeading_en {
  display: block;
  margin: 0 0 0.5em;
  font-size: 0.8em;
  color: #444444;
}
.el_xlHeading_en span {
  border-bottom: solid 0.218em #444444;
}

.el_xlHeading_ja {
  display: block;
}

/* サブで数字がある時 */
.el_xlHeading_num {
  display: block;
  margin: 0 0 0.25em;
  font-size: 0.8em;
  color: #444444;
}
.el_xlHeading_num span {
  border-bottom: solid 2px #444444;
}

.el_xlHeading_ja {
  display: block;
}

/* ----- 中見出し ----- */
.el_mdHeading {
  margin-bottom: 0.72em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

/* ----- 小見出し ----- */
.el_smHeading {
  margin-bottom: 0.72em;
  font-size: 16px;
  line-height: 1.5;
}

.el_lgHeading_en {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.el_lgHeading_en span {
  font-size: 16px;
  padding-left: 10px;
}

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

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

/* ------------------------------------------------------------
* ラベル
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_label {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: #444444;
  border-radius: 2px;
  margin: 0 0 0 3px;
  top: -1px;
  position: relative;
}
.el_label.el_label__lg {
  font-size: 1.2em;
}
.el_label.el_label__white {
  background-color: #fff;
}
.el_label.el_label__yellow {
  color: #444444;
}
.el_label.el_label__gray {
  color: #aaa;
}
.el_label.el_label__new {
  background-color: #fa4027;
}
.el_label.el_label__close {
  background-color: #e6e6e6;
  color: #666;
}
.el_label.el_label__largehall {
  background-color: #8f1435;
}
.el_label.el_label__smallhall {
  background-color: #123c69;
}
.el_label.el_label__others {
  background-color: #303030;
}
.el_label.el_label__small {
  font-size: 0.7em;
}
.el_label.el_label__marginright {
  margin-right: 5px;
}

.el_labelLarge {
  background-color: #F8601A;
  color: #444444;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 0 5px;
}
.el_labelLarge.el_labelLarge__gray {
  background-color: #464646;
  color: #FFF;
}

.el_entryTagLabel {
  list-style: none;
}
.el_entryTagLabel a {
  text-decoration: none;
  background-color: #e6e6e6;
  display: inline-block;
  border-radius: 100px;
  margin: 0 5px 10px 5px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #444444;
}
.el_entryTagLabel a:hover {
  background-color: #aaa;
}
.el_entryTagLabel.current a {
  background-color: #F8601A;
}

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

.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);
  -webkit-clip-path: inset(50%);
          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 #ddd;
}
.el_inputRadio label::after {
  border: solid 0.45em #F8601A;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputRadio input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

/* ----- セレクトボックス  ----- */
.el_select {
  padding: 0.75em 2em 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTExLjQ1LDYuNzFjLS4yOSwwLS41Ny0uMTItLjc3LS4zNmwtMi42OC0zLjItMi42OCwzLjJjLS4zNS40Mi0uOTkuNDgtMS40MS4xMi0uNDItLjM1LS40OC0uOTktLjEyLTEuNDFMNy4yMy45NWMuMzgtLjQ1LDEuMTUtLjQ1LDEuNTMsMGwzLjQ1LDQuMTFjLjM1LjQyLjMsMS4wNS0uMTIsMS40MS0uMTkuMTYtLjQyLjIzLS42NC4yM1oiIHN0eWxlPSJmaWxsOiM3Nzc7IHN0cm9rZS13aWR0aDowcHg7Ii8+PHBhdGggZD0ibTgsMTUuMzljLS4zLDAtLjU4LS4xMy0uNzctLjM2bC0zLjQ1LTQuMTJjLS4zNS0uNDItLjMtMS4wNS4xMi0xLjQxLjQyLS4zNiwxLjA1LS4zLDEuNDEuMTJsMi42OCwzLjIsMi42OC0zLjJjLjM2LS40Mi45OS0uNDgsMS40MS0uMTIuNDIuMzUuNDguOTkuMTIsMS40MWwtMy40NSw0LjEyYy0uMTkuMjMtLjQ3LjM2LS43Ny4zNloiIHN0eWxlPSJmaWxsOiM3Nzc7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+) no-repeat right 0.5em center/1em 1em #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
}

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

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

.el_formcomment {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.el_form_commentlist {
  margin: 5px 0 0 1.5em;
}
.el_form_commentlist li {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

/* ------------------------------------------------------------
* テーブル
* ------------------------------------------------------------ */
/* ----- テーブル ----- */
.el_table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.el_table th,
.el_table td {
  display: block;
  padding: 0.5em 1em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.el_table.js-scroll-hint th,
.el_table.js-scroll-hint td {
  display: table-cell;
  white-space: nowrap;
}
.el_table.js-scroll-hint table {
  margin: 0;
}
.el_table th {
  font-weight: bold;
  background: #f0f0f0;
}
.el_table td {
  background: #fff;
}
.el_table .entry-custom-table {
  margin-bottom: 2em;
}
/* ------------------------------------------------------------
* リスト
* ------------------------------------------------------------ */
.el_list {
  padding: 0 0 0 2em;
  margin: 0 0 2em;
}
.el_list li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.el_list li:last-child {
  margin-bottom: 0;
}

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

/* ロゴ
* -------------------------------------------------- */
.bl_headerContents__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_headerContents_logo {
  max-width: 300px;
  padding: 0 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_headerContents_logo a {
  display: block;
}
.bl_headerContents_logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 右側
* -------------------------------------------------- */
.bl_headerContents_linksSns {
  padding: 0 20px 0 0;
  font-size: 12px;
  line-height: 1.3;
}

.bl_headerContents_linksSns_head,
.bl_headerContents_linksSns_item {
  display: inline-block;
}

.bl_headerContents_linksSns_item::before {
  display: inline-block;
  margin: 0 0.5em;
  content: "/";
}
.bl_headerContents_linksSns_item a {
  color: #444444;
  text-decoration: none;
}
.bl_headerContents_linksSns_item a:visited {
  color: #444444;
  text-decoration: none;
}
.bl_headerContents_linksSns_item a:focus,
.bl_headerContents_linksSns_item a:active,
.bl_headerContents_linksSns_item a:hover {
  color: #444444;
  text-decoration: underline;
}
.bl_headerContents_linksSns_item img {
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.3em 0 0;
}
.bl_headerContents_links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bl_headerContents_linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 20px;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #464646;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerContents_linkBtn img {
  width: 30px;
  display: block;
}
.bl_headerContents_linkBtn:focus, .bl_headerContents_linkBtn:active, .bl_headerContents_linkBtn:hover {
  background-color: #f0f0f0;
}
.bl_headerContents_linkBtn:focus::after, .bl_headerContents_linkBtn:active::after, .bl_headerContents_linkBtn:hover::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1em 1em;
}
.bl_headerContents_linkBtn.bl_headerContents_linkBtn__spheader {
  width: 60px;
  height: 60px;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 9px;
}
.bl_headerContents_linkBtn.bl_headerContents_linkBtn__spheader.is_opened {
  display: none;
}

.bl_navbtn_wrap {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.bl_headerContents_linkBtn_icon {
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.5em 0 0.5em;
  vertical-align: baseline;
  top: 2px;
}
.bl_headerContents_linkBtn_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerContents_linkBtn_icon::before {
  opacity: 1;
}

.bl_scrollHeader {
  position: fixed;
  width: 100%;
  top: -500px;
  left: 0;
  z-index: 20;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is_scrolled .bl_scrollHeader {
  top: 0;
}
.bl_scrollHeader .ly_header_inner {
  padding: 0 20px;
}
.bl_scrollHeader .bl_headerContents_logo img {
  width: 80%;
  max-width: 320px;
}

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

.bl_subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bl_subnav_listitem {
  margin: 0;
}
.bl_subnav_listitem a {
  display: inline-block;
  font-weight: bold;
  background-color: #333;
  color: #FFF;
  padding: 10px 25px;
  font-size: 14px;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 999px;
  min-width: 10em;
  text-align: center;
}
.bl_subnav_listitem.bl_subnav_listitem__picrologo {
  height: 20px;
  padding: 0;
  margin: 0 10px 0 0;
}
.bl_subnav_listitem.bl_subnav_listitem__picrologo img {
  display: block;
  height: 100%;
}
.bl_subnav_listitem.bl_subnav_listitem__registration a {
  background-color: #F8601A;
}
.bl_subnav_listitem.bl_subnav_listitem__registration a:hover {
  background-color: #d14f13;
}
.bl_subnav_listitem.bl_subnav_listitem__memberlogin a {
  background-color: #42A18C;
}
.bl_subnav_listitem.bl_subnav_listitem__memberlogin a:hover {
  background-color: #318472;
}

/* ------------------------------------------------------------
* フェードインのメニュー
* ------------------------------------------------------------ */
/* 開閉のボタン
* -------------------------------------------------- */
.bl_menuOpnBtn {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_menuOpnBtn.is_opened {
  background: rgb(255, 255, 255);
}
.bl_menuOpnBtn > span, .bl_menuOpnBtn::before, .bl_menuOpnBtn::after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 30px;
  height: 2px;
  content: "";
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_menuOpnBtn::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.bl_menuOpnBtn::after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.bl_menuOpnBtn.is_opened span {
  opacity: 0;
}
.bl_menuOpnBtn.is_opened::before {
  -webkit-animation: before-opened 0.5s forwards;
          animation: before-opened 0.5s forwards;
}
.bl_menuOpnBtn.is_closed::before {
  -webkit-animation: before-closed 0.5s forwards;
          animation: before-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_opened::after {
  -webkit-animation: after-on 0.5s forwards;
          animation: after-on 0.5s forwards;
  width: 30px;
}
.bl_menuOpnBtn.is_closed::after {
  -webkit-animation: after-off 0.5s forwards;
          animation: after-off 0.5s forwards;
}

@-webkit-keyframes before-opened {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) 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 before-opened {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) 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 before-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(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
}
@keyframes before-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(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
}
@-webkit-keyframes after-on {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) 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 after-on {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) 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 after-off {
  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(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
}
@keyframes after-off {
  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(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
}
/* メニュー本体
* -------------------------------------------------- */
/* ----- 大枠 ----- */
.bl_menu {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.bl_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-position: center right -5%;
  background-size: 70%;
  background-repeat: no-repeat;
  min-height: 80%;
}

.bl_menu_inner_imagewrap {
  border-radius: 0 30px 30px 0;
  width: 40%;
  overflow: hidden;
}

.bl_menu_largebtn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.bl_menu_largebtn {
  padding: 6px;
  width: 50%;
}
.bl_menu_largebtn a {
  display: block;
  background-color: #F8601A;
  color: #FFF;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
}
.bl_menu_largebtn a::before {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkM5Q0E4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjYsMTQuNEgyLjRWNS42aDExLjJWMTQuNHogTTExLjIsMHYxLjZINC44VjBIMy4ydjEuNkgyLjRjLTAuOSwwLTEuNiwwLjctMS42LDEuNnYxMS4yCgljMCwwLjQsMC4yLDAuOCwwLjUsMS4xUzIsMTYsMi40LDE2aDExLjJjMC40LDAsMC44LTAuMiwxLjEtMC41czAuNS0wLjcsMC41LTEuMVYzLjJjMC0wLjQtMC4yLTAuOC0wLjUtMS4xUzE0LDEuNiwxMy42LDEuNmgtMC44VjAKCSBNMTIsOC44SDh2NGg0VjguOHoiLz4KPC9zdmc+Cg==);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #fff;
  border-radius: 999px;
  margin-bottom: 3px;
}
.bl_menu_largebtn.bl_menu_largebtn__access a::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMkM5Q0E4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuNSwxLjlDNC43LDAuNyw2LjMsMCw4LDBzMy4zLDAuNyw0LjUsMS45YzEuMiwxLjIsMS45LDIuOCwxLjksNC41YzAsNC40LTUuNiw5LjMtNS45LDkuNQoJQzguNCwxNS45LDguMiwxNiw4LDE2cy0wLjQtMC4xLTAuNS0wLjJsMCwwYy0wLjMtMC4yLTUuOS01LjEtNS45LTkuNUMxLjYsNC42LDIuMywzLDMuNSwxLjl6IE02LjQsOC4zYzAuNSwwLjMsMSwwLjUsMS42LDAuNQoJYzAuNywwLDEuNC0wLjMsMi0wLjhjMC41LTAuNSwwLjgtMS4yLDAuOC0yYzAtMC42LTAuMi0xLjEtMC41LTEuNnMtMC43LTAuOC0xLjMtMUM4LjYsMy4yLDgsMy4xLDcuNSwzLjJDNi45LDMuNCw2LjQsMy42LDYsNAoJQzUuNiw0LjQsNS40LDQuOSw1LjMsNS40UzUuMiw2LjYsNS40LDcuMVM2LDgsNi40LDguM3ogTTkuMiw2YzAsMC43LTAuNSwxLjItMS4yLDEuMlM2LjgsNi43LDYuOCw2UzcuNCw0LjgsOCw0LjhTOS4yLDUuMyw5LjIsNnoiCgkvPgo8L3N2Zz4K);
}

.bl_menu_inner_sitemap {
  width: 60%;
  padding: 0 40px;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_menu_inner_cat {
  width: 100%;
  list-style: none;
  margin: 0;
}
.bl_menu_inner_cat a {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #444444;
  font-size: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #F8601A;
}
.bl_menu_inner_cat:first-child a {
  border-top: 1px solid #F8601A;
}

.bl_menu_inner_catname_en {
  font-size: 36px;
  line-height: 1.2;
  color: #F8601A;
  font-weight: bold;
}

.bl_menu_inner_catname_ja {
  color: #444444;
  font-weight: bold;
  padding-left: 5px;
}

.bl_menu_inner_navlist {
  margin: 0 1em 40px;
}
.bl_menu_inner_navlist > li {
  list-style: none;
}
.bl_menu_inner_navlist > li a {
  color: #444444;
  border-bottom: 1px solid #AAA;
  font-size: 14px;
}

/* ----- 見出し ----- */
.bl_menuHead {
  padding: 0 auto 0;
  margin: 0 0;
  text-align: center;
}

/* ロゴ */
.bl_menuHead_logo {
  margin: 0 auto;
  padding: 10px;
}
.bl_menuHead_logo a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
.bl_menuHead_logo img {
  display: inline-block;
  padding: 5px 10px;
}

/* SNSリンク */
.bl_menuHead_sns_link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: solid 1px #42A18C;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_menuHead_sns_link:active, .bl_menuHead_sns_link:hover {
  background-color: #42A18C;
}
.bl_menu__outernavlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 10px 18px;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn {
  padding: 0 3px;
  width: 33.3333333333%;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn a {
  font-size: 12px;
  text-decoration: none;
  color: #444444;
  display: block;
  text-align: center;
  padding: 10px 10px;
  border-radius: 999px;
  border: 2px solid #666;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn.bl_menu__outernavbtn__fb a {
  color: #447ccc;
  border-color: #447ccc;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn.bl_menu__outernavbtn__insta a {
  color: #cc44a3;
  border-color: #cc44a3;
}

/* ------------------------------------------------------------
* サイト一覧
* ------------------------------------------------------------ */
/* 全てのリスト */
.bl_sitemapList ul {
  padding: 0;
  margin: 20px 0 0;
  font-size: 12px;
  list-style: none;
}

.bl_sitemapList li {
  padding: 0 0 0 1em;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}

.bl_sitemapList a {
  color: #444444;
  text-decoration: none;
}
.bl_sitemapList a:visited {
  color: #444444;
  text-decoration: none;
}
.bl_sitemapList a:active, .bl_sitemapList a:hover {
  color: #444444;
  text-decoration: underline;
}

/* 1階層目のリスト */
.bl_sitemapList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 20px;
}

.bl_sitemapList li.is_level_1 {
  width: 50%;
  padding: 20px 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.bl_sitemapList li.is_level_1 > a {
  color: #FFF;
}
/* ------------------------------------------------------------
* グローバルナビ
* ------------------------------------------------------------ */
/* 外枠 */
.bl_gnavList {
  width: 100%;
  line-height: 1.3;
  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;
}

/* 全階層 */
.bl_gnavList ul {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
}

/* 1階層目のリスト */
.bl_gnavList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_gnavList li.is_level_1 {
  position: relative;
  font-weight: bold;
  display: table-cell;
  padding: 5px;
  margin: 0 2px;
  font-size: 15px;
  text-align: center;
}
.bl_gnavList li.is_level_1 > a {
  display: inline-block;
  color: #444444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 10px 5px;
  position: relative;
}
.bl_gnavList li.is_level_1 > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #F8601A;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_gnavList li.is_level_1[data-has-child=true] > a {
  padding-right: 1em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2Ij48cGF0aCBkPSJtNSw2aDBjLS4yNywwLS41Mi0uMTEtLjcxLS4yOUwuMjksMS43MUMtLjEsMS4zMi0uMS42OC4yOS4yOS42OC0uMSwxLjMyLS4xLDEuNzEuMjlsMy4yOSwzLjI5TDguMjkuMjljLjM5LS4zOSwxLjAyLS4zOSwxLjQxLDBzLjM5LDEuMDIsMCwxLjQxbC00LDRjLS4xOS4xOS0uNDQuMjktLjcxLjI5WiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+) no-repeat right center/10px auto;
}
.bl_gnavList li.is_level_1 > a:visited {
  text-decoration: none;
}
.bl_gnavList li.is_level_1 > a:hover {
  text-decoration: none;
  border-bottom: 1px;
}
.bl_gnavList li.is_level_1 > a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.bl_gnavList li.is_level_1.stay > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.bl_gnavList li.is_level_1.is_on > a {
  color: #d14f13;
}

.bl_gnav__instaicon {
  margin: 0 5px 5px 0;
}
.bl_gnav__instaicon img {
  width: 25px;
}
.bl_gnav__instaicon a {
  width: 26px;
  height: 26px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAAAAIVBMVEVMaXEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+JJ50AAAACnRSTlMAPpm8gNfvZBAg10I+vAAAAAlwSFlzAAALEwAACxMBAJqcGAAAA95JREFUeJzVm+F2gyAMhQkEgrz/A++0bjVgxCAwtvuv1faTECCBaExFEQjRvZQa5F8/QCSI5okAXUidCg6hkeq6oQdczd7sMOo3224qbJoge4vGwa39CKuuBn4SNqXkK31Ns5q7i664U3qXyy7iJpms4bof+XFkK93nHSIAaIbhRwDwnmm9jkynW4KlJqDwCOhuPQxObb10wSZFKhseslEVvX7MtapEe34Rb12gQ7FwHzwubRVjjBBkE1M4XMfO5ZZkKzZ4Brckb1KDx3jzmZyEJoc5fvWaSY5Pllv1/DD+WYB2VtwX9vBZhiMfVfsDuQmGPjB+E+ZGV1raD+cyI/rC1jChwShNGFTYmt/UuSp8lE8Y31/G4mHceEsXS86Pb7u8k4M4i84AU2YFbgCYCwb2Xcw+qf+YcI9+gnNIoAWb7Dtq7OJIpwwn2JLtJecyvJOJO/U+rB/lVUV6JA4nw8HI78GuvCpDSxOIyVnZUzRFEiehOGWy2R+5dTO7d+ZVPFTD9+0+awxdgKujqQjLLkSXy2Lh7WqwNr+prufAwV4DLsPfimorOrDb8kHdz62Sgd3GwZc/aMsj3TCwFZpl6eU5AGR9Qz+nJvApryqmSDjNZjAEHMPtNkosxhrLFTrArjCy+KebV3VzagCDsv+sxtipAZw3pTKrZqm97waTllvcSr1gr7Lz2dq+EwwK+8lPCX1gm1qi7u3OOkkN5mNYEfyiFGk9AQO7GhSJJJ9soAeMd7ardI3tAbvWaD9b6jvAoTmvYo7dAY6tls5svT0HQ3vqTNW+SQ/AyoQOhoCpC4zPwVi7KCv+bzCtMjV0geEfDqe4agIxq6ZMs2yRwFXLIqwKBMyq0McsC/ZgVXhrVgX0ZlkKY1YlbWZZmmpWJeZm2VaEWbX5Yi63m+Ko7SZoID/aYIut4Clbik4BNtGN30R1q7aNnQ4sFIpIqi+d8BtHAzcP7xoOQ26LzOq1YqY4DJlz/HMLxjkHXhdyHJzZXSPNEd+F/PEbenioad27cvPiUPNK6RBMOca9EDBUzCLYScUnRjy4Lg/QJ8rlJL6Ijyo/ERVTPnJnlGOIotKbJhSgiPJ5F88puRFEqXSmKUVGJ0Uhv5lUVpXLpnMm+RuFZJSE1uW1gnNK5xLXtrpY0ORNHm/tPGzieUZZEDrUt8sQFfnFIp4KAxtdlqn7Sie8CziGFJVtezlIxYWE6NW3vtZRCk7UJDiQHMe9KrvpVUmi7nVoLOw2v1FCn54X0c/gmmWvKxhlfvRUgf7eKylGWz3VrtCXHz2W3f7ui1YLXy0zO3vJy3Tf+rw+2OTsutcHvwAQce+54c4eEwAAAABJRU5ErkJggg==);
  background-size: cover;
  display: block;
}
.ly_header__topheader .bl_gnav__instaicon a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAAAAIVBMVEVMaXH///////////////////////////////////////8c1D1MAAAACnRSTlMAPpm8gNfvZBAg10I+vAAAAAlwSFlzAAALEwAACxMBAJqcGAAAA95JREFUeJzVm+F2gyAMhQkEgrz/A++0bjVgxCAwtvuv1faTECCBaExFEQjRvZQa5F8/QCSI5okAXUidCg6hkeq6oQdczd7sMOo3224qbJoge4vGwa39CKuuBn4SNqXkK31Ns5q7i664U3qXyy7iJpms4bof+XFkK93nHSIAaIbhRwDwnmm9jkynW4KlJqDwCOhuPQxObb10wSZFKhseslEVvX7MtapEe34Rb12gQ7FwHzwubRVjjBBkE1M4XMfO5ZZkKzZ4Brckb1KDx3jzmZyEJoc5fvWaSY5Pllv1/DD+WYB2VtwX9vBZhiMfVfsDuQmGPjB+E+ZGV1raD+cyI/rC1jChwShNGFTYmt/UuSp8lE8Y31/G4mHceEsXS86Pb7u8k4M4i84AU2YFbgCYCwb2Xcw+qf+YcI9+gnNIoAWb7Dtq7OJIpwwn2JLtJecyvJOJO/U+rB/lVUV6JA4nw8HI78GuvCpDSxOIyVnZUzRFEiehOGWy2R+5dTO7d+ZVPFTD9+0+awxdgKujqQjLLkSXy2Lh7WqwNr+prufAwV4DLsPfimorOrDb8kHdz62Sgd3GwZc/aMsj3TCwFZpl6eU5AGR9Qz+nJvApryqmSDjNZjAEHMPtNkosxhrLFTrArjCy+KebV3VzagCDsv+sxtipAZw3pTKrZqm97waTllvcSr1gr7Lz2dq+EwwK+8lPCX1gm1qi7u3OOkkN5mNYEfyiFGk9AQO7GhSJJJ9soAeMd7ardI3tAbvWaD9b6jvAoTmvYo7dAY6tls5svT0HQ3vqTNW+SQ/AyoQOhoCpC4zPwVi7KCv+bzCtMjV0geEfDqe4agIxq6ZMs2yRwFXLIqwKBMyq0McsC/ZgVXhrVgX0ZlkKY1YlbWZZmmpWJeZm2VaEWbX5Yi63m+Ko7SZoID/aYIut4Clbik4BNtGN30R1q7aNnQ4sFIpIqi+d8BtHAzcP7xoOQ26LzOq1YqY4DJlz/HMLxjkHXhdyHJzZXSPNEd+F/PEbenioad27cvPiUPNK6RBMOca9EDBUzCLYScUnRjy4Lg/QJ8rlJL6Ijyo/ERVTPnJnlGOIotKbJhSgiPJ5F88puRFEqXSmKUVGJ0Uhv5lUVpXLpnMm+RuFZJSE1uW1gnNK5xLXtrpY0ORNHm/tPGzieUZZEDrUt8sQFfnFIp4KAxtdlqn7Sie8CziGFJVtezlIxYWE6NW3vtZRCk7UJDiQHMe9KrvpVUmi7nVoLOw2v1FCn54X0c/gmmWvKxhlfvRUgf7eKylGWz3VrtCXHz2W3f7ui1YLXy0zO3vJy3Tf+rw+2OTsutcHvwAQce+54c4eEwAAAABJRU5ErkJggg==);
}

/* 2階層目のリスト */
.bl_gnavList li.is_level_1 > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 5px 0 0;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
.bl_gnavList li.is_level_1 > ul.is_on {
  -webkit-animation: cnav-on 0.3s forwards;
          animation: cnav-on 0.3s forwards;
}
.bl_gnavList li.is_level_1 > ul.is_off {
  -webkit-animation: cnav-off 0.3s forwards;
          animation: cnav-off 0.3s forwards;
}

.bl_gnavList li.is_level_1 > ul > li {
  margin: 0 0 -1px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  background-color: #F8601A;
  border: solid 1px #fff;
}
.bl_gnavList li.is_level_1 > ul > li a {
  display: block;
  padding: 10px 20px;
  color: #444444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_gnavList li.is_level_1 > ul > li a:visited {
  color: #444444;
  text-decoration: none;
}
.bl_gnavList li.is_level_1 > ul > li a:hover {
  background-color: #ff507a;
}
.bl_gnavList li.is_level_1 > ul > li:last-child {
  margin: 0;
}

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

@keyframes cnav-on {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes cnav-off {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  99% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
}
@keyframes cnav-off {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  99% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
}
/* ------------------------------------------------------------
* トピックパス
* ------------------------------------------------------------ */
.bl_topicpath {
  margin: 0 0 20px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.3;
}

.bl_topicpath_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0 0 0 -0.5em;
  list-style: none;
}
.bl_topicpath_list::after {
  display: block;
  clear: both;
  content: "";
}
.bl_topicpath_item {
  padding: 5px 1.5em 5px 0.5em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Q5RDlEOTtmaWx0ZXI6dXJsKCNBZG9iZV9PcGFjaXR5TWFza0ZpbHRlcik7fQoJLnN0MXttYXNrOnVybCgjbWFzazBfMTlfMTEyM18wMDAwMDE1MDA4Mzg4NDA1MzAzNzI1OTM4MDAwMDAwNDEyNzQ3NTgwMjcwMjI2NjAwNV8pO30KCS5zdDJ7ZmlsbDojNDQ0NDQ0O30KPC9zdHlsZT4KPGRlZnM+Cgk8ZmlsdGVyIGlkPSJBZG9iZV9PcGFjaXR5TWFza0ZpbHRlciIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiPgoJCTxmZUNvbG9yTWF0cml4ICB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMSAwIDAgMCAwICAwIDEgMCAwIDAgIDAgMCAxIDAgMCAgMCAwIDAgMSAwIi8+Cgk8L2ZpbHRlcj4KPC9kZWZzPgo8bWFzayBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiIGlkPSJtYXNrMF8xOV8xMTIzXzAwMDAwMTUwMDgzODg0MDUzMDM3MjU5MzgwMDAwMDA0MTI3NDc1ODAyNzAyMjY2MDA1XyI+Cgk8cmVjdCB4PSIwLjUiIHk9IjAuOSIgY2xhc3M9InN0MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjwvbWFzaz4KPGcgY2xhc3M9InN0MSI+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNOC41LDIyLjlsLTEuOC0xLjhsOC4yLTguMkw2LjgsNC43bDEuOC0xLjhsMTAsMTBMOC41LDIyLjl6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat right calc(0.1em + 5px)/1em 1em;
  opacity: 0.8;
}
.ly_title__workscat .bl_topicpath_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTguNSwyMi45bC0xLjgtMS44bDguMi04LjJMNi44LDQuN2wxLjgtMS44bDEwLDEwTDguNSwyMi45eiIvPgo8L2c+Cjwvc3ZnPgo=);
}
.bl_topicpath_item:last-child {
  padding: 5px 0 5px 0.5em;
  background: transparent;
}
.bl_topicpath_item a {
  color: #444444;
  text-decoration: none;
}
.ly_title__workscat .bl_topicpath_item a {
  color: #FFF;
}
.bl_topicpath_item a:hover,
.bl_topicpath_item a:active {
  text-decoration: underline;
}

/* ------------------------------------------------------------
* フッターのコンテンツ
* ------------------------------------------------------------ */
.bl_footercontact {
  text-align: center;
  background-color: #f0f0f0;
  padding: 60px 10px;
}

.bl_footercontact_title {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  margin-right: 10px;
}

.bl_footercontact_upper {
  display: inline-block;
  border-bottom: 1px solid #DDD;
  padding: 0 30px;
}

.bl_footercontact_email {
  margin-bottom: 20px;
}
.bl_footercontact_email a {
  font-weight: bold;
  color: #F8601A;
}

.bl_footerinfo {
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.bl_footer_copyright {
  font-size: 12px;
  text-align: center;
}

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

.bl_footerinfo_sitename {
  font-weight: bold;
  padding: 0 40px 0 20px;
  font-size: 18px;
}

.bl_footerinfo_cont {
  text-align: left;
  font-size: 14px;
}
.bl_footerinfo_cont dl dt {
  float: left;
  width: 4em;
  font-weight: bold;
  padding-bottom: 5px;
}
.bl_footerinfo_cont dl dd {
  padding-left: 4.5em;
  padding-bottom: 5px;
  margin-left: 0;
}

.bl_footerbanner ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_footerbanner ul li {
  padding: 0 5px;
  margin: 0 0 10px 0;
  width: auto;
  height: 60px;
}
.bl_footerbanner ul li img {
  max-height: 100%;
  border: 1px solid #DDD;
}
/* ------------------------------------------------------------
* スライダー
* ------------------------------------------------------------ */
.bl_slider_wrap {
  overflow: hidden;
  top: 0;
  position: relative;
  line-height: 0;
}

.bl_slider_cont {
  position: relative;
}
.bl_slider_cont::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(24, 79, 184, 0.25);
  opacity: 1;
  min-height: 500px;
  z-index: 5;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.bl_slider .slick-list {
  overflow: visible;
}

.bl_slider_img img {
  height: 70vh;
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
}

.bl_slider_copy_wrap {
  max-width: 500px;
  width: 40%;
  margin: auto;
  max-width: 1140px;
  font-size: 16px;
  z-index: 15;
  padding: 0 20px;
}

.bl_slider_copy_cont {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}

.bl_slider_ttl {
  font-size: 14px;
}

.bl_slider_ttl__large {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: bold;
}
.bl_slider_ttl__large span {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8em;
}
.bl_slider_scrolldown {
  position: absolute;
  color: #FFF;
  z-index: 11;
  font-size: 10px;
  letter-spacing: 0.08em;
  left: 15px;
  bottom: 100px;
  padding-right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bl_slider_scrolldown > span {
  -webkit-animation: scroll-arrow 4s infinite linear 1s;
          animation: scroll-arrow 4s infinite linear 1s;
  display: block;
  position: absolute;
  right: -10px;
}
.bl_slider_scrolldown > span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -10px;
  width: 1px;
  height: 20px;
  background: #eee;
  rotate: -31deg;
}
.bl_slider_scrolldown > span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -15px;
  width: 120px;
  height: 1px;
  background: #eee;
  -webkit-transform-origin: right;
          transform-origin: right;
}

@-webkit-keyframes scroll-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  2% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  8% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes scroll-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  2% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  8% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.bl_slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.bl_slider_wrapper .slick-nextbtn {
  right: 10%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMjUgM0wxOS43NSAxOS41TDMuMjUgMzYiIHN0cm9rZT0iIzNCQzJCMiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.bl_slider_wrapper .slick-prevbtn {
  left: 10%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyMyAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjUgMzZMNCAxOS41TDIwLjUgMyIgc3Ryb2tlPSIjM0JDMkIyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.bl_slider_wrapper .slick-prevbtn, .bl_slider_wrapper .slick-nextbtn {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
.bl_slider_wrapper .slick-prevbtn::before, .bl_slider_wrapper .slick-nextbtn::before {
  display: none;
}
.bl_slider_wrapper .slick-prevbtn:hover, .bl_slider_wrapper .slick-nextbtn:hover {
  background-repeat: no-repeat;
  background-size: contain;
}

.bl_slider_image {
  border-radius: 30px;
  overflow: hidden;
}
.event_info_wrap {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}

.bl_flyer_wrap .bl_flyer_image {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 400px;
  margin: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid #EEE;
  padding: 5px;
}
.bl_flyer_wrap .bl_flyer_image img {
  width: 100%;
  height: 100%;
}
.bl_flyer_wrap .bl_flyer_image .bl_event_info_wrap {
  position: absolute;
  right: -20vw;
  bottom: 20px;
  margin: auto;
  padding: 5%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.bl_flyer_wrap.slick-active .bl_flyer_image, .bl_flyer_wrap.is-active-next .bl_flyer_image {
  left: -10vw;
  z-index: 5;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.bl_flyer_wrap.slick-active .bl_flyer_image .bl_event_info_wrap, .bl_flyer_wrap.is-active-next .bl_flyer_image .bl_event_info_wrap {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border: 5px solid #F8601A;
  border-radius: 10px;
}

.bl_slider_wrapper .slick-dots {
  bottom: -50px;
}

.un_nocontent {
  height: 400px;
}
.un_nocontent + .slick-dotted .slick-dots {
  display: none;
}

.bl_event_info_cont h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD;
  line-break: strict;
}
.bl_event_info_cont .bl_event_date {
  font-size: 14px;
  font-weight: bold;
}

.slick-dots li button:before {
  font-size: 12px !important;
}
/* ------------------------------------------------------------
* サマリー
* ------------------------------------------------------------ */
.bl_summaryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
  padding: 0;
  list-style: none;
}
.bl_summaryList.bl_summaryList__col2 .bl_summaryItem {
  width: 50%;
}
.bl_summaryList.bl_summaryList__col1 .bl_summaryItem {
  width: 100%;
}

.bl_summaryItem {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  width: 50%;
  margin-bottom: 60px;
}
.bl_summaryItem.bl_summaryItem__col1 {
  width: 100%;
}
.bl_summaryItem_inner {
  display: block;
  margin: 0 auto;
  color: #444444;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
}
.bl_summaryItem_inner:visited, .bl_summaryItem_inner:active, .bl_summaryItem_inner:hover {
  color: #444444;
  text-decoration: none;
}
.bl_summaryItem_inner.bl_summaryItem_inner__narrow {
  padding: 0 40px;
}

.bl_summaryItem.bl_summaryItem__sideimage .bl_summaryItem_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_summaryItem.bl_summaryItem__sideimage .bl_summaryItem_media {
  width: 40%;
}
.bl_summaryItem.bl_summaryItem__sideimage .bl_summaryItem_info {
  width: 60%;
  display: block;
  padding-left: 20px;
}

.bl_summaryItem_media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bl_summaryItem_mediaImg {
  overflow: hidden;
}
.bl_summaryItem_mediaImg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
.bl_summaryItem_inner:active .bl_summaryItem_mediaImg img, .bl_summaryItem_inner:hover .bl_summaryItem_mediaImg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bl_summaryItem_info {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.3;
  color: #aaa;
}
.bl_summaryItem_info.bl_summaryItem_info__large {
  color: #444444;
  font-size: 14px;
}

.bl_summaryItem_info_new {
  margin-left: 0.5em;
  color: #fa4027;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bl_summaryItem_inner:active .bl_summaryItem_info_new, .bl_summaryItem_inner:hover .bl_summaryItem_info_new {
  opacity: 0.7;
}

.bl_summaryItem_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 15px 25px 15px;
  position: relative;
  background-color: #fff;
}
.bl_summaryItem_inner:active .bl_summaryItem_title, .bl_summaryItem_inner:hover .bl_summaryItem_title {
  opacity: 0.7;
}
.bl_summaryItem_inner:active .bl_summaryItem_title::after, .bl_summaryItem_inner:hover .bl_summaryItem_title::after {
  right: 10px;
}
.bl_summaryItem_title::after {
  content: "";
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==) no-repeat center/contain;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bl_summaryItem_title_important {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.3em;
  font-size: 0.75em;
  line-height: 1.7;
  color: #fff;
  vertical-align: 2px;
  background-color: #fa4027;
  border-radius: 3px;
}
.bl_summaryItem_title_important::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: -0.1em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTcuMDYsMTAuMDhsLS42Ny02LjMyLS4wNy0yLjc2aDMuMzhsLS4wOSwyLjc2LS42NSw2LjMyaC0xLjlabS45NCw0LjkyYy0xLjA5LDAtMS45Mi0uNzQtMS45Mi0xLjgxcy44My0xLjgzLDEuOTItMS44MywxLjkyLjc4LDEuOTIsMS44My0uODMsMS44MS0xLjkyLDEuODFaIiBzdHlsZT0iZmlsbDojZmE0MDI3OyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==) no-repeat center/90% auto #fff;
  border-radius: 50%;
}
.bl_categoryinnerlink_wrap {
  margin: 80px 0 -60px;
}

/* ------------------------------------------------------------
* ページタイトル部分
* ------------------------------------------------------------ */
.bl_categoryTitle {
  overflow: hidden;
}

.bl_categoryTitle_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_categoryTitle_body {
  width: 35%;
  padding: 0 0 0 20px;
}
.bl_categoryTitle_body.bl_categoryTitle_body__recTitle {
  width: 50%;
}

.bl_categoryTitleImg {
  position: relative;
  right: 0;
  top: 10px;
  width: 65%;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.bl_categoryTitleImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_categoryTitleImg_innertext {
  position: absolute;
  font-family: "Dawning of a New Day", cursive;
  font-weight: normal;
  font-style: normal;
  z-index: 2;
  color: #42A18C;
  bottom: 15%;
  left: 5%;
  font-size: 80px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  line-height: 0.9;
}
.ly_title__workscat .bl_categoryTitleImg_innertext, .un_cat_growth .bl_categoryTitleImg_innertext {
  bottom: auto;
  top: 5%;
}

.bl_pagetitle_entrytitle {
  font-size: 36px;
  margin-top: 20px;
}
.ly_title__workscat .bl_pagetitle_entrytitle {
  color: #FFF;
}

.bl_pagetitle_introductiontext {
  font-size: 22px;
  margin: 25px 0;
  font-weight: bold;
}
.bl_pagetitle_introductiontext.bl_pagetitle_introductiontext__strong {
  padding: 5px 10px;
  display: inline;
  background-color: #42A18C;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 2;
}
.ly_title__workscat .bl_pagetitle_introductiontext, .bl_categoryTitle_cont__recruit .bl_pagetitle_introductiontext {
  color: #FFF;
}

.bl_pagetitle {
  position: relative;
  margin-bottom: 20px;
}
.ly_sect__color_key .bl_pagetitle::before, .ly_title__workscat .bl_pagetitle::before, .bl_categoryTitle_cont__recruit .bl_pagetitle::before {
  background-color: #FFF;
}
.bl_pagetitle.bl_pagetitle__reccolor::before {
  background-color: #C70A0E;
}

.bl_pagetitle_en {
  font-size: 20px;
  color: #F8601A;
  margin: 20px 0 5px;
  line-height: 1;
  font-weight: bold;
}
.ly_sect__color_key .bl_pagetitle_en, .ly_title__workscat .bl_pagetitle_en, .bl_categoryTitle_cont__recruit .bl_pagetitle_en {
  color: #FFF;
}
.bl_pagetitle__reccolor .bl_pagetitle_en {
  color: #C70A0E;
}

.bl_pagetitle_ja {
  font-size: 36px;
  color: #444444;
  font-weight: bold;
}
.ly_sect__color_key .bl_pagetitle_ja, .ly_title__workscat .bl_pagetitle_ja, .bl_categoryTitle_cont__recruit .bl_pagetitle_ja {
  color: #FFF;
}

.bl_pagetitle_btmcopy {
  color: #444444;
  margin: 20px 0;
}
.ly_sect__color_key .bl_pagetitle_btmcopy {
  color: #FFF;
}
.bl_pagetitle__reccolor .bl_pagetitle_btmcopy {
  color: #C70A0E;
}
.bl_smallttl_en {
  font-size: 16px;
  color: #F8601A;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.bl_smallttl_en::before {
  content: "●";
  color: #41D59A;
  display: inline-block;
  margin-right: 5px;
}

.bl_ttl_normal {
  font-size: 26px;
}

/* ------------------------------------------------------------
* ページャー
* ------------------------------------------------------------ */
.bl_pager {
  margin: 30px auto;
}

/* ページ送り
* -------------------------------------------------- */
.bl_pagerList {
  padding: 0;
  margin: 0 -2px;
  text-align: center;
  list-style: none;
}
.bl_pagerList li {
  display: inline-block;
  margin: 2px;
}
.bl_pagerList li.cur > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #F8601A;
  border-radius: 50%;
}

.bl_pagerItem_btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #444444;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_pagerItem_btn:visited {
  color: #444444;
  text-decoration: none;
}
.bl_pagerItem_btn:active, .bl_pagerItem_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #aaa;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward, .bl_pagerItem_btn.bl_pagerItem_btn__back {
  background-color: transparent;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::before, .bl_pagerItem_btn.bl_pagerItem_btn__forward::after, .bl_pagerItem_btn.bl_pagerItem_btn__back::before, .bl_pagerItem_btn.bl_pagerItem_btn__back::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::after, .bl_pagerItem_btn.bl_pagerItem_btn__back::after {
  opacity: 0;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward:active::before, .bl_pagerItem_btn.bl_pagerItem_btn__forward:hover::before, .bl_pagerItem_btn.bl_pagerItem_btn__back:active::before, .bl_pagerItem_btn.bl_pagerItem_btn__back:hover::before {
  opacity: 0;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward:active::after, .bl_pagerItem_btn.bl_pagerItem_btn__forward:hover::after, .bl_pagerItem_btn.bl_pagerItem_btn__back:active::after, .bl_pagerItem_btn.bl_pagerItem_btn__back:hover::after {
  opacity: 1;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0iZmlsbDojZmZjYzE2OyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
.bl_pagerItem_btn.bl_pagerItem_btn__back::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQsOGMwLC4yNi4xLjUxLjI5LjcxbDYsNmMuMzkuMzksMS4wMi4zOSwxLjQxLDBzLjM5LTEuMDIsMC0xLjQxbC01LjI5LTUuMjksNS4yOS01LjI5Yy4zOS0uMzkuMzktMS4wMiwwLTEuNDFzLTEuMDItLjM5LTEuNDEsMGwtNiw2Yy0uMi4yLS4yOS40NS0uMjkuNzFaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}
.bl_pagerItem_btn.bl_pagerItem_btn__back::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQsOGMwLC4yNi4xLjUxLjI5LjcxbDYsNmMuMzkuMzksMS4wMi4zOSwxLjQxLDBzLjM5LTEuMDIsMC0xLjQxbC01LjI5LTUuMjksNS4yOS01LjI5Yy4zOS0uMzkuMzktMS4wMiwwLTEuNDFzLTEuMDItLjM5LTEuNDEsMGwtNiw2Yy0uMi4yLS4yOS40NS0uMjkuNzFaIiBzdHlsZT0iZmlsbDojZmZjYzE2OyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}

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

.bl_serialNavi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.bl_serialNavi_item {
  width: 33.33%;
}
.bl_serialNavi_item.bl_serialNavi_item__prev {
  text-align: left;
}
.bl_serialNavi_item.bl_serialNavi_item__index {
  text-align: center;
}
.bl_serialNavi_item.bl_serialNavi_item__next {
  text-align: right;
}

.bl_serialNaviItem_btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  color: #444444;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNaviItem_btn::before, .bl_serialNaviItem_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}
.bl_serialNaviItem_btn::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNaviItem_btn::after {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNavi_item__prev > .bl_serialNaviItem_btn::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEuNzksNy4yOUw1Ljc5LDMuMjljLjM5LS4zOSwxLjAyLS4zOSwxLjQxLDBzLjM5LDEuMDIsMCwxLjQxbC0yLjI5LDIuMjloOC41OWMuNTUsMCwxLC40NSwxLDFzLS40NSwxLTEsMUg0LjkxbDIuMjksMi4yOWMuMzkuMzkuMzksMS4wMiwwLDEuNDEtLjIuMi0uNDUuMjktLjcxLjI5cy0uNTEtLjEtLjcxLS4yOUwxLjc5LDguNzFjLS4zOS0uMzktLjM5LTEuMDIsMC0xLjQxWiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}
.bl_serialNavi_item__prev > .bl_serialNaviItem_btn::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEuNzksNy4yOUw1Ljc5LDMuMjljLjM5LS4zOSwxLjAyLS4zOSwxLjQxLDBzLjM5LDEuMDIsMCwxLjQxbC0yLjI5LDIuMjloOC41OWMuNTUsMCwxLC40NSwxLDFzLS40NSwxLTEsMUg0LjkxbDIuMjksMi4yOWMuMzkuMzkuMzksMS4wMiwwLDEuNDEtLjIuMi0uNDUuMjktLjcxLjI5cy0uNTEtLjEtLjcxLS4yOUwxLjc5LDguNzFjLS4zOS0uMzktLjM5LTEuMDIsMC0xLjQxWiIgc3R5bGU9ImZpbGw6I2ZmZjsgc3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.bl_serialNavi_item__next > .bl_serialNaviItem_btn::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
.bl_serialNavi_item__next > .bl_serialNaviItem_btn::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJmaWxsOiNmZmY7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.bl_serialNaviItem_btn:visited {
  color: #444444;
  text-decoration: none;
}
.bl_serialNaviItem_btn:active, .bl_serialNaviItem_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F8601A;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff {
  position: relative;
  display: inline-block;
  width: auto;
  height: 20px;
  overflow: visible;
  font-size: 14px;
  text-align: center;
  background: initial;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff::before, .bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff::after {
  position: relative;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff:hover {
  color: #F8601A;
}

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

.bl_formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #DDD;
  padding: 0 1em 1.5em;
}

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

.bl_formLabel_required {
  margin-left: 0.5em;
  font-size: 12px;
  color: #F8601A;
}

.bl_formControl {
  width: 100%;
}

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

/* ----- エラーテキスト ----- */
.bl_formErrorText_group:first-child {
  margin-top: 0.5em;
}

.bl_formErrorText {
  font-size: 12px;
  color: #fa4027;
}
.bl_formErrorText .acms-icon {
  padding-right: 0.3em;
  vertical-align: -0.03em;
}

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

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

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

/* ----- 確認画面のテーブル ----- */
.bl_formConfirm {
  width: 100%;
}

.bl_formConfirm_head {
  display: block;
  padding: 0 1em 0.3em;
  text-align: left;
}

.bl_formConfirm_body {
  display: block;
  padding: 0.3em 1em 1.5em;
  margin: 0 0 1.5em;
  border-bottom: solid 1px #ddd;
  text-align: left;
}

/* ----- チェックボックス ----- */
.bl_formcheckbox {
  margin-right: 40px;
}

.bl_dynamicform p.bl_formccaption {
  font-size: 11px;
  padding: 3px 0 0;
}

/* ------------------------------------------------------------
* 大会表示
* ------------------------------------------------------------ */
.bl_contbox_wrap {
  background-color: #EEE;
  border-radius: 40px 40px 0 0;
  padding: 60px 0 80px;
  margin-top: 40px;
}
.bl_contbox_wrap.bl_contbox_wrap__schedule {
  background-color: #fff5eb;
}
.bl_contbox_wrap.bl_contbox_wrap__result {
  background-color: #FFF;
  margin-top: -40px;
  padding-bottom: 40px;
}
.bl_contbox_wrap .acms-admin-btn-action-group {
  margin: 10px 0;
}

.bl_contttl_title {
  font-size: 16px;
}

.bl_contttl_title_en {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  margin-right: 10px;
  display: inline-block;
}
.bl_contttl__schedule .bl_contttl_title_en {
  color: #F8601A;
}
.bl_contttl__result .bl_contttl_title_en {
  color: #42A18C;
}

.bl_contbox_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -20px 0;
}

.bl_contbox {
  width: 50%;
  padding: 0 15px 30px;
}
.bl_contbox_inner {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px 40px;
}
.bl_contbox_container__result .bl_contbox_inner {
  background-color: #f0f0f0;
}

.bl_cont_date {
  font-weight: bold;
  font-size: 14px;
}
.bl_contbox_wrap__schedule .bl_cont_date {
  color: #F8601A;
}
.bl_contbox_wrap__result .bl_cont_date {
  color: #42A18C;
}

.bl_cont_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.bl_cont_location {
  font-size: 14px;
  font-weight: bold;
}

.bl_cont_deadline {
  color: #FFF;
  padding: 5px 10px;
  margin: 5px 0;
  background-color: #666;
  font-size: 12px;
  display: inline-block;
  line-height: 1.2;
}

.bl_cont_comment {
  font-size: 14px;
  color: #666;
}

.bl_cont_linkwrap {
  margin: 10px 0 0;
}

.bl_contlink {
  display: inline-block;
  padding: 8px 20px 8px 10px;
  background-color: #F8601A;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}
.bl_contlink::after {
  position: absolute;
  right: 5px;
  top: 8px;
  content: "";
  display: block;
  clear: both;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAwIDMwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAwIDMwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjg7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE1MCwxOTQuOSAyMDAuMywxNTAgMTYwLDE1MCAxNjAsNjguNCAxNDAsNjguNCAxNDAsMTUwIDk5LjcsMTUwIAkiLz4KCTxyZWN0IHg9Ijc0LjEiIHk9IjIxMy42IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTUxLjkiIGhlaWdodD0iMTgiLz4KPC9nPgo8L3N2Zz4K);
  width: 15px;
  height: 15px;
  background-size: cover;
}
.bl_contlink:hover {
  background-color: #d14f13;
}
.bl_contbox_container__result .bl_contlink {
  background-color: #42A18C;
}
.bl_contboxtable_container {
  margin: 0 0;
}

.bl_cont_table_wrap {
  background-color: #fff;
  margin-top: 20px;
}

.bl_cont_table {
  font-size: 14px;
  white-space: nowrap;
  padding: 20px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.bl_cont_table td, .bl_cont_table th {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 10px;
}
.bl_cont_table th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.bl_contlink_table {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.bl_table_break {
  white-space: normal;
}

.bl_table_fileicon {
  text-align: center;
}
.bl_table_fileicon img {
  display: inline-block;
  max-width: 40px;
  padding: 5px;
}

.bl_tablecell {
  text-align: center;
  white-space: nowrap;
}
.bl_tablecell.bl_tablecell__date {
  min-width: 8em;
}
.bl_tablecell.bl_tablecell__name {
  white-space: normal;
  text-align: left;
  font-weight: bold;
  min-width: 20em;
}
.bl_tablecell.bl_tablecell__place {
  min-width: 6em;
}

.bl_tablecell_comment {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
  font-weight: normal;
}
/* ============================================================
*
* ヘルパー
*
* ============================================================ */
/* ------------------------------------------------------------
* フォントとテキストのスタイル
* ------------------------------------------------------------ */
/* 太字 */
.hp_font_bold {
  font-weight: bold !important;
}

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

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

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

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

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

/* 文字色 */
.hp_color_primary {
  color: #F8601A !important;
}

.hp_color_secondary {
  color: #42A18C !important;
}

.hp_color_third {
  color: #C70A0E !important;
}

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

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

/* 黄帯 */
.hp_txt_strong_bg {
  font-weight: bold !important;
  background-color: #42A18C;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.1em;
  margin-bottom: 5px;
}

/* 上付き文字 */
.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: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hp_inline {
  display: inline !important;
}

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

/* 非表示 */

/* 端末別 */

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

/* ============================================================
*
* ユニークグループ
*
* ============================================================ */
.un_important_topics {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #C70A0E;
  border-radius: 20px;
  overflow: hidden;
}

.un_important_topics_title {
  width: 200px;
  background-color: #C70A0E;
  color: #FFF;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.un_important_topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 200px);
  margin: 10px 30px;
}
.un_important_topics_list li {
  position: relative;
  margin: 5px 0;
  list-style: none;
  font-size: 14px;
  padding-left: 1.2em; /* カスタムマーカーのためのスペース */
}
.un_important_topics_list li::before {
  position: absolute;
  left: 0;
  content: "●";
  font-size: 12px;
  color: #C70A0E;
}
.un_top_joininfo_wrapper {
  margin: 20px 0;
  border: 4px solid #42A18C;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #EFEFEF;
}

.un_top_joininfo_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background-color: #D5E4E1;
  border-radius: 15px 0 0 15px;
  color: #333;
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.un_top_joininfo_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}

.un_top_joininfo_btn {
  margin: 0 10px;
  background-color: #42A18C;
  color: #FFF;
  border-radius: 999px;
  text-decoration: none;
  padding: 15px 50px;
  font-weight: bold;
}
.un_top_joininfo_btn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAATlBMVEVMaXHI0MiwvLKHnYnY2NgqYDDY2NjY2NgqYTCRs5L////Y2Ng3iznh4eH09vS+2r/p6una6tuly6bN4c12r3hTnFXd3d2RtpNipGQ/kEGCYrI2AAAACnRSTlMAps9fXafCnfETQITraAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAf9JREFUeJzt2G1znCAQB3Db8e7qAgvyoPD9v2hngch50bg2diaZ9v8iZjLyy7qLeaDrnjM8BC+P7oP0QoiJEfGh0wuBwIkS074zcBVQAvedXhieAkoA7DoPbjFAzK5zhsF9h8+Ycue2c4ZRsOvwGZjqrVvOCQaFUAiA67kPOT+cQV4AkHZySWPkyYzUH5XzWaZm+uqM995LKUO+RO/jsi55a+fAZDQA+HxxUjqA8W1ZLO+sTiwmAAH0Ma6Y8LafLK83VE7UAFquGEvCTGsDi8nl1LtdY8YMJzQ28SZF5ZRi5BNjAMYkJbfFpZxaumsMFYg2nNg3emmka4wvK3RgM7TCvTKSekzxXIbqp3HLFSNj/jogb1K1/NcWU4KlzTPzmBHAvB+4jPQ0se2/A8YDGBrWevt5BJOkTFwmGSqbhhUyg9ZaO+ddoGOob9wxMwN9Wype12ZTW9ugnrf1PpOw9LC8Dq4xqX4+Bg4Trc0vDV29nG1Nbo92Tvtv+UP0izC3XxRvNTO4zQzZmfm/w7eZUs8FTHe7hulu1zDd7Rqm+3kN81gY3p9KR4zi/POBh4xhKBPjoU5k+s/s5u9PSl2zb+CaXXwm0z/GoDqOOWamawaOhpHv1uLPMT37qKMFxf3PD15giRL9K8M/BlpqUe+LOXEo1Q6n7sMGwz8iK7kvT/Qb8v21HanRMisAAAAASUVORK5CYII=);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.un_top_joininfo_btn.un_top_joininfo_btn__pdf::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAASFBMVEVMaXHY2NjY2NidFBq0ioyVFBpxFBnY1tbQhYfY2Nj////Y2NjRFBvg4OD38/TeVVrq6enytrj209TjcHXpk5bXMznuqKtxFBlqJ/J/AAAACnRSTlMAwoeu/dSmnxNdlPgRxwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAa1JREFUeJzl2IuOwiAQBVB03T5mygAttP//pxugr9XWDpWY3XiNDdH2BIdpVIRYpyqRl1I8SY2IkhF86tSIBJxIlPtOxVVAIu07NWqeAhL9c8e5cicDntl1ygSG9h0+o+OZ204Ko2HX4TMwremWk8AQoiYA+r3uVUiJmngB70xZmCYxra+PHu+L15gx8o8zToW4ZezGy+IbywtPmW58h7qmUeOwDxfOjWATGAA1MQDkzjCd6gGgDYy1/vQ2Mm3no5iMi+cERsWxCkzPLvHI+Om4kQmTOseY1WwaADBnGOePNDO+KvForbVTAzBXys6MnpiQNMY0j7NJY4zprb9c3dfG+CZOKXFsf3h1pdaMOd83M9ONHf0iE6NyMDqUNYlRqwZzvtvsdCv6IZvhp/0g5uvb52Z7wwttM1UxDMNw43+HbzNCFHkYUeRhRJGHEUUeRpS5GWL9VDpi/H+Cw9Aho48RxPfVJiHywxjNWCj5tr6BPF2cEvlhDEl9/HjbgpNm5J+U+JqHqdlbHUsIL+c3XmCOxPqe4W8DzXORj5NJ2JRaNqcu1QbD3yKLucyf6Ad2Na9AQ4PDQwAAAABJRU5ErkJggg==);
}
.un_top_joininfo_btn:hover {
  background-color: #318472;
  color: #FFF;
}
/* ============================================================
*
* プログラム
*
* ============================================================ */
/* ------------------------------------------------------------
* メニューの開閉
* ------------------------------------------------------------ */
/* スクロールを止める */
body.is_locked {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

/* カバー */
.js_menu_cover {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9998;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #FFF;
  opacity: 0;
}
.js_menu_cover.is_opened {
  visibility: visible;
  -webkit-animation: menu-fade-in 0.3s forwards;
          animation: menu-fade-in 0.3s forwards;
}
.js_menu_cover.is_closed {
  visibility: hidden;
  -webkit-animation: menu-fade-out 0.3s forwards;
          animation: menu-fade-out 0.3s 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;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.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-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

@-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;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.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-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

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

/* ------------------------------------------------------------
* スライダー（Slick）
* ------------------------------------------------------------ */
/* 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_sitemapList li.is_level_1 {
    width: 50%;
  }
  .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;
  }
}

@media screen and (min-width: 480px) and (max-width: 1023px){
  .hp_hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  .ly_footer__home {
    padding-top: 100px;
  }
  .ly_sect {
    padding: 80px 0;
  }
  .el_xlHeading {
    font-size: 40px;
  }
  .el_lgHeading {
    font-size: 28px;
  }
  .el_mdHeading {
    font-size: 24px;
  }
  .el_smHeading {
    font-size: 20px;
  }
  .el_table th,
  .el_table td {
    display: table-cell;
    text-align: left;
  }
  .hp_hide_md_min {
    display: none !important;
  }
}

@media screen and (min-width: 1024px){
  .ly_cont.ly_cont__mdNarrow {
    max-width: 1240px;
  }
  .bl_headerContents_links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  body.is_scrolled .bl_menuOpnBtn,
  body.is_locked .bl_menuOpnBtn {
    visibility: visible;
    opacity: 1;
  }
  .bl_sitemapList li.is_level_1 {
    width: 33.33%;
  }
  .bl_summaryItem {
    width: 33.33%;
  }
  .hp_hide_lg_min {
    display: none !important;
  }
  .hp_hide_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1280px){
  .hp_hide_xl_min {
    display: none !important;
  }
}

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

@media (max-width: 1150px){
  .bl_gnavList li.is_level_1 {
    font-size: 0.9em;
    padding: 5px 2px;
  }
}

@media screen and (max-width: 1023px){
  .ly_header_inner {
    padding: 0;
  }
  .bl_headerContents {
    height: 80px;
  }
  .bl_headerContents_logo {
    padding: 0 20px;
  }
  .bl_headerContents_links {
    display: none;
  }
  .bl_scrollHeader .ly_header_inner {
    padding: 0 0 0 0;
  }
  .bl_menu_inner_imagewrap {
    display: none;
  }
  .bl_menu_inner_sitemap {
    width: 100%;
    padding: 10px 10px 10px;
  }
  .bl_gnav {
    display: none;
  }
  .bl_summaryItem_inner.bl_summaryItem_inner__narrow {
    padding: 0 10px;
  }
  .hp_hide_lg_max {
    display: none !important;
  }
  .un_top_joininfo_btn {
    margin: 0 5px;
    padding: 15px 20px;
    font-weight: bold;
  }
  .un_top_joininfo_btn::before {
    top: 0px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px){
  body {
    font-size: 14px;
  }
  .ly_footer {
    padding: 10px 0 10px;
  }
  .ly_footer_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ly_sect.ly_sect_narrowPadding {
    padding: 30px 0;
  }
  .ly_cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .el_btn, .el_arrowBtn, .el_arrowBtnLg {
    min-width: 150px;
    padding: 1em 2em 1em 2em;
    font-size: 14px;
  }
  .el_btn:before, .el_arrowBtn:before, .el_arrowBtnLg:before {
    bottom: 29px;
    right: 34px;
    height: 10px;
    rotate: -40deg;
  }
  .el_btn:after, .el_arrowBtn:after, .el_arrowBtnLg:after {
    right: 31px;
    width: 20px;
  }
  .el_btn_wrap.el_btn_wrap__widthfull {
    margin: 0 10px;
  }
  .el_btn.el_headrecruitbtn, .el_headrecruitbtn.el_arrowBtn, .el_headrecruitbtn.el_arrowBtnLg {
    border-radius: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: block;
    min-width: auto;
    line-height: 1.5;
  }
  .el_btn.el_btn__lg, .el_btn__lg.el_arrowBtn, .el_btn__lg.el_arrowBtnLg {
    font-size: 1.1em;
    line-height: 1.2;
  }
  .el_outerLinkbtn {
    padding: 0.8em 1.5em;
    font-size: 14px;
  }
  .el_ttlHeading {
    font-size: 22px;
  }
  .el_ttlHeading_ja {
    font-size: 24px;
  }
  .el_ttlHeading_ja span {
    letter-spacing: 0;
  }
  .el_ttlHeading_ja span::before, .el_ttlHeading_ja span::after {
    top: 3px;
    width: 30px;
    height: 20px;
  }
  .el_ttlHeading_ja span::before {
    left: -50px;
  }
  .el_ttlHeading_ja span::after {
    right: -50px;
  }
  .el_largetelnumber {
    text-align: center;
    font-size: 40px;
  }
  .el_pageHeading_main {
    font-size: 22px;
  }
  .el_lgHeading_en {
    font-size: 40px;
  }
  .bl_headerContents_logo {
    padding: 0 10px 0 20px;
    width: 80%;
    max-width: 320px;
  }
  .bl_menu_inner_navlist {
    margin-bottom: 20px;
  }
  .bl_menu_inner_navlist li a {
    font-size: 12px;
  }
  .bl_menu_inner_catname_en {
    font-size: 26px;
  }
  .bl_topicpath {
    display: none;
  }
  .bl_footercontact {
    padding: 30px 10px;
  }
  .bl_footercontact_title {
    font-size: 36px;
  }
  .bl_footerinfo {
    display: block;
  }
  .bl_footerinfo_sitename {
    font-weight: bold;
    padding: 0 40px 0 20px;
    font-size: 18px;
  }
  .bl_footerinfo_cont {
    margin-top: 10px;
    display: inline-block;
  }
  .bl_slider_img::before {
    height: 80vh;
  }
  .bl_slider_img img {
    height: 80vh;
  }
  .bl_slider_copy_wrap {
    padding: 0 10px;
    margin-top: -10%;
  }
  .bl_slider_ttl {
    font-size: 110px;
  }
  .bl_slider_scrolldown {
    display: none;
  }
  .bl_slider_outer {
    margin: 0 -10px;
  }
  .bl_slider_image {
    border-radius: 20px;
  }
  .bl_flyer_wrap .bl_flyer_image {
    padding: 0;
    margin-bottom: 20px;
    background-color: initial;
  }
  .bl_flyer_wrap .bl_flyer_image .bl_event_info_wrap {
    position: relative;
    right: 0;
    bottom: 80px;
    padding: 10px;
    width: 80%;
  }
  .bl_flyer_wrap.slick-active .bl_flyer_image, .bl_flyer_wrap.is-active-next .bl_flyer_image {
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .un_nocontent {
    height: 200px;
  }
  .bl_event_info_cont h3 {
    font-size: 14px;
  }
  .bl_event_info_cont .bl_event_date {
    font-size: 12px;
  }
  .bl_slider_wrapper {
    padding-bottom: 0;
  }
  .bl_slider_wrapper .slick-dots {
    bottom: 30px;
  }
  .bl_summaryList.bl_summaryList__col2 .bl_summaryItem {
    width: 100%;
  }
  .bl_summaryItem {
    width: 50%;
    margin-bottom: 30px;
  }
  .bl_summaryItem.bl_summaryItem__sideimage .bl_summaryItem_media {
    width: 100%;
  }
  .bl_summaryItem.bl_summaryItem__sideimage .bl_summaryItem_info {
    width: 100%;
    padding-left: 0;
  }
  .bl_categoryTitle_cont__recruit .bl_pagetitle::before {
    background-color: #F8601A;
  }
  .bl_pagetitle_en {
    font-size: 14px;
  }
  .bl_categoryTitle_cont__recruit .bl_pagetitle_en {
    color: #F8601A;
  }
  .bl_pagetitle_ja {
    font-size: 26px;
  }
  .bl_categoryTitle_cont__recruit .bl_pagetitle_ja {
    color: #444444;
  }
  .bl_pagetitle_entrytitle {
    font-size: 24px;
  }
  .bl_categoryTitle_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bl_categoryTitle_body {
    width: 100%;
    padding-left: 0;
  }
  .bl_categoryTitle_body.bl_categoryTitle_body__recTitle {
    width: 100%;
    padding-top: calc(70vw + 20px);
  }
  .bl_categoryTitleImg {
    width: calc(100% + 20px);
    top: 0;
    margin: 20px -20px 0 0;
  }
  .bl_pagetitle_introductiontext {
    font-size: 18px;
    margin: 15px 0;
  }
  .bl_categoryTitle_cont__recruit .bl_pagetitle_introductiontext {
    color: #444444;
  }
  .un_rec_message_headcopy {
    color: #444444;
    font-size: 22px;
  }
  .bl_categoryTitleImg_innertext {
    font-size: 40px;
  }
  .bl_categoryTitleImg {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    border-radius: 0;
  }
  .bl_serialNavi_item.bl_serialNavi_item__prev {
    width: 10%;
  }
  .bl_serialNavi_item.bl_serialNavi_item__index {
    width: 80%;
  }
  .bl_serialNavi_item.bl_serialNavi_item__next {
    width: 10%;
  }
  .bl_contbox_wrap {
    border-radius: 20px 20px 0 0;
    padding: 30px 0 40px;
    margin-top: 20px;
  }
  .bl_contbox_wrap.bl_contbox_wrap__result {
    margin-top: -20px;
    padding-bottom: 20px;
  }
  .bl_contbox {
    width: 100%;
    padding: 0 20px 10px;
  }
  .bl_contttl_title {
    font-size: 14px;
  }
  .bl_contttl_title_en {
    font-size: 30px;
  }
  .bl_contbox_inner {
    border-radius: 10px;
    padding: 15px 20px;
  }
  .bl_cont_title {
    font-size: 16px;
  }
  .bl_cont_location {
    font-size: 12px;
  }
  .bl_cont_comment {
    font-size: 12px;
  }
  .bl_cont_linkwrap {
    margin: 10px 0 0;
  }
  .bl_contlink {
    padding: 8px 25px 8px 10px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    font-size: 12px;
  }
  .bl_contlink::after {
    right: 8px;
    top: 10px;
    width: 13px;
    height: 13px;
    background-size: cover;
  }
  .bl_contboxtable_container {
    margin: 0 0;
  }
  .bl_cont_table {
    font-size: 12px;
    padding: 10px;
  }
  .bl_cont_table td, .bl_cont_table th {
    padding: 5px;
  }
  .hp_hide_md_max {
    display: none !important;
  }
  .un_important_topics {
    display: block;
    border: 3px solid #C70A0E;
    margin: 10px -10px 0;
    border-radius: 10px;
  }
  .un_important_topics_title {
    width: 100%;
    padding: 3px 5px;
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .un_important_topics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 5px 20px 5px 20px;
    margin: 0;
  }
  .un_important_topics_list li {
    position: relative;
    margin: 5px 0;
    font-size: 12px;
  }
  .un_important_topics_list li::before {
    font-size: 10px;
  }
  .un_top_joininfo_wrapper {
    margin: 10px -10px;
    border: 3px solid #42A18C;
    border-radius: 10px;
    display: block;
  }
  .un_top_joininfo_title {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
  }
  .un_top_joininfo_btn {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 479px){
  .bl_slider_ttl {
    font-size: 75px;
  }
  .bl_summaryItem {
    width: 100%;
    margin-bottom: 30px;
  }
  .hp_hide_sm_max {
    display: none !important;
  }
  .hp_hide_sp {
    display: none !important;
  }
}

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

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