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

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  background: #fff;
}

/* ----- リンクの設定 ----- */
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%;
  height: auto;
  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;
}

/* ------------------------------------------------------------
* 限定的なベーススタイル
* ------------------------------------------------------------ */
/* 管理用パーツ
* -------------------------------------------------- */
#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: 9999;
  background: #fff;
  border-bottom: 1px solid #0056b3;
}

.ly_header_inner {
  padding: 0 15px 0 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.ly_footer_inner {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.ly_footer_upperline {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAEqCAMAAADUPFLnAAAADFBMVEVMaXHr9vbr9vbq9vYe7MVHAAAAA3RSTlMAmzk3xh8HAAAACXBIWXMAABYlAAAWJQFJUiTwAAAFIklEQVR4nO3bC27bQAwAUXp1/zsXSIPCSfOxpP2QO/NOYGtArmzLEZIkSZIkSZIkSZIkSZIE8DhWvwJN9jgOo/OSGx2Y3OjA5EYHJjc6MLnRgcmNDkxudGByowOTG31n7evkRgcmNzowudGByY0OTG50YHKjA5MbHZjc6MDkRgcmNzowudGByY0OTG50YHKjA5MbHZjc6MDkRgcmNzowudGByY0OTG50YHKjl3M/udGByY0OTG50YHKjA5MbHZjc6MDkRgcmNzowudGByY0OTG70xNqg5EYHJjc6MLnRd/311Oi1tMHJnXRgcqMDkxsdmNzowORGByY3OjC50XOYmtzowORGByY3OjC50YHJjQ5MbvRdfz01ekJtXXInnfBdjNETWJzcSQcmNzowudGByY0+VY7kRgcmNzowudGByY2+/9dvX5jzrtHakc3qK7K9lmuzv1l9TTbXEiY3OjC50YHJjT5O2uRGByY3OjC50RkfzD8Z8q7R2pHe6ku0m5Z8s79ZfZH20iokNzowudE7qpLc6MDkRgcmNzrlU9oHfd41WjuqWX3Fymu1Nvub1desuFYwudGByY1+R9HkRgcmNzrnlv3J5XeN1o7SVl++ilrhzf5m9QWsp1VPbvTT6ic3OjC50YHJjc65ZX9y5l2jtV3G3OjE5E46MLnRX7FZcqMDkxudc8v+5Nd3jdY2HHOjE5M76cDkRv/WvsmNDkxudM4t+5Ov3zVa23vMjU5M7qR/BkhudGByo5Pu3/758K7RGmTMjU5M7qS/IyU3OjC50YOX3OiBuWV/EmyNN+b06A2ZnB39cUAF1uPACqh2gAVSA485NfrjYAuex0EXNG31FU8gWOCH+bsgMflfAeKUvwsMk/8TEN6/PQkED/MPAsDkn8T+PMw/i915mP8v9uZm/0rszORfi415mH8jtmXyb8WmvH/7QWzJw/xHsSM3+89iPyb/TezGw/x3sRcP81fEVtzsL4mNmPxFsQ0P85fFJjzMT4g9uNnPiB2Y/Jyoz8P8rKjOw/y8KM7NfkGUZvJLojAP84uiLA/zy6IqN/t1UZPJ74iK3Oz3RD0mvyvKcbPfFsX4Ma2DKMXN3kVU4mbvI+oweS9RhYd5P1GDh3lPUYKbvasowM3eWaTnZu8usnOz9xe5mXyEyMzDfIzIy8N8lEjLzT5MJOVmHyhScrMPFRm52ceKfEw+WmTjZh8vknHMJ4hUTD5FJOLHtEkiDQ/zaSILN/s8kYObfabIwM0+VyTgZp9sdXA3+wLLkzvm8y1ubvIVlib3nn2Nlckd80XWNTf5MquSu9kXWpTcMV9pSXOTr7UguZt9tfnJHfPlZjc3eQJzk7vZU5ia3DHPYWJzk2cxLbmbPY9ZyR3zROY0N3kqM5K72ZOZkNwxz2Z4c5PnMzi5mz2jsckd85RGNjd5UuOSu9nTGpbcMc9rUHOTZzYkuZs9txHNHfPkTA7UO7o3cAV0bu5mr6Brcm/gauiZ3DEvol9zk5fRK7mbvZBOyR3zSro0N3ktHZK72atxzIHc7EA3N7uneUW3mpu8pjtjvvq166LryR3zsq42N3lhjjmQYw505TRf/Zp10/nknublnW1u8g2cHPPVL1c9OOZAjjmQN3BA3sABeQMH5Oc0ID+nAfkNHJDfwAH5DRyQX7QD+UU7kD+hAvkTKpBPSgD5pASQT0oA+UAUkM/AAfmoK5CPugL5qCuQT7QD+UQ7kP9VAvK/SkD+JRHIvyQCxeoXoGO6PwPSWzslLE/uAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 100px;
  margin-top: -100px;
  z-index: -1;
}

/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
/* ------------------------------------------------------------
* セクション
* ------------------------------------------------------------ */
.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_primary {
  background-color: #0056b3;
}
.ly_sect.ly_sect__color_primary-light {
  background-color: rgba(0, 86, 179, 0.1);
}
.ly_sect.ly_sect__color_gray-lighter {
  background-color: #ededed;
  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__entry {
  padding-top: 20px;
}

.ly_entry_bgcolor {
  position: relative;
  padding: 40px 0 40px 40px;
  margin-bottom: 40px;
}

.ly_entry_bgcolor::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(50dvw + 410px + 2px);
  height: 100%;
  background-color: #dfeef0;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}

.ly_entry_whcolor {
  background-color: #fff;
  padding: 40px 20px 20px;
  margin-top: 20px;
  border-radius: 15px;
}

.ly_newscontent_outer {
  background-color: rgba(0, 86, 179, 0.1);
  padding: 40px 0;
}

.ly_newscontent_wrapper {
  background-color: #fff;
  padding: 40px 80px;
}
/* ------------------------------------------------------------
* コンテンツエリア
* ------------------------------------------------------------ */
.ly_cont {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.ly_sect .ly_cont {
  position: relative;
}

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

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

/* ------------------------------------------------------------
* ページのタイトル部分
* ------------------------------------------------------------ */
.ly_title {
  background-image: url(assets/inner_ttlline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 50vw;
  margin-bottom: calc(-50vw + 50px);
}

/* ============================================================
*
* モジュール
*
* ============================================================ */
/* ------------------------------------------------------------
* ボタン
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_btn, .el_arrowBtn, .el_arrowBtnLg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 230px;
  max-width: 100%;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #0056b3;
  border-radius: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.el_btn:visited, .el_arrowBtn:visited, .el_arrowBtnLg:visited {
  color: #fff;
}
.el_btn:active, .el_arrowBtn:active, .el_arrowBtnLg:active, .el_btn:hover, .el_arrowBtn:hover, .el_arrowBtnLg:hover {
  background-color: #003b72;
}
.el_btn.el_btn__white, .el_btn__white.el_arrowBtn, .el_btn__white.el_arrowBtnLg {
  background: #fff;
  color: #000;
}
.el_btn.el_btn__white:hover, .el_btn__white.el_arrowBtn:hover, .el_btn__white.el_arrowBtnLg:hover {
  background: #003b72;
  color: #fff;
}
.el_btn.el_btn__blackbtn, .el_btn__blackbtn.el_arrowBtn, .el_btn__blackbtn.el_arrowBtnLg {
  color: #0056b3;
  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: #0056b3;
}
.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: #0056b3;
  color: #000;
}
.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.5em 1em;
  font-size: 0.8em;
  line-height: 1;
}

/* 大きいボタン */
.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.4em;
  font-size: 1.375em;
  border-width: 3px;
}

.el_arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #0056b3;
  border-radius: 999px;
}
.el_arrow:after {
  content: "";
  display: inline-block;
  background-size: 40%;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX3gzMl8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS44LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjMDA1NmIzOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDQuM3B4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNi4yIDcuMSAzNS4yIDI2IDE2LjkgNDQuMyIvPgo8L3N2Zz4=);
  width: 40px;
  height: 40px;
}
.el_arrow:hover {
  background-color: #0056b3;
}
.el_arrow:hover:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX3gzMl8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS44LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDQuM3B4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNi4yIDcuMSAzNS4yIDI2IDE2LjkgNDQuMyIvPgo8L3N2Zz4=);
}

/* 矢印あり */
.el_arrowBtn, .el_arrowBtnLg,
.el_btn.el_btn__arrowRight {
  position: relative;
  padding: 1em 4em 1em 2em;
}
.el_arrowBtn::before, .el_arrowBtnLg::before,
.el_btn.el_btn__arrowRight::before {
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX3gzMl8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS44LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDQuM3B4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNi4yIDcuOCAzNS4yIDI2LjggMTYuOSA0NSIvPgo8L3N2Zz4=) no-repeat 8px/14px 14px #fff;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.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: #000;
  text-decoration: underline;
}
.el_btnInlineLink:visited {
  color: #000;
  text-decoration: underline;
}
.el_btnInlineLink:active, .el_btnInlineLink:hover {
  color: #000;
  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: #0056b3;
  background-color: #333;
  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: #0056b3;
  color: #333;
}
.el_outerLinkbtn:hover::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1em 1em;
}
/* ------------------------------------------------------------
* 見出し
* ------------------------------------------------------------ */
/* トップの見出しとカテゴリタイトル
* -------------------------------------------------- */
.el_ttlHeading {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  color: #0056b3;
}

.el_ttlHeading.el_ttlHeading__line > span {
  position: relative;
}
.el_ttlHeading.el_ttlHeading__line > span::before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 1px;
  height: 25px;
  content: "";
  background-color: #333;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.el_ttlHeading.el_ttlHeading__line > span::after {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 1px;
  height: 25px;
  content: "";
  background-color: #333;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.el_ttlHeading_ja {
  font-size: 20px;
  color: #0056b3;
  font-weight: bold;
}

/* ページタイトル - 小(下層ページ用)
* -------------------------------------------------- */
.el_pageHeading {
  color: #000;
  margin-top: 60px;
}

.el_pageHeading_sub {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #0056b3;
}
.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: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #0056b3;
}
.el_pageHeading_main.el_pageHeading_main__course {
  color: #bd68e4;
}
.el_pageHeading_main > a {
  color: #000;
  text-decoration: none;
}
/* 本文中の見出し
* -------------------------------------------------- */
/* ----- 大見出し ----- */
.el_xlHeading {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.el_lgHeading {
  margin-bottom: 0.72em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

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

.el_xlHeading_ja {
  display: block;
}

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

.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_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.15em 0.5em 0.1em;
  font-size: 1em;
  line-height: 1.3;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin: 0 3px;
  top: -2px;
  position: relative;
}
.el_label.el_label__lg {
  font-size: 1.2em;
}
.el_label.el_label__pink {
  background-color: #ff507a;
}
.el_label.el_label__purple {
  background-color: #bd68e4;
}
.el_label.el_label__green {
  background-color: #6ce0c4;
}
.el_label.el_label__yellow {
  background-color: #ffcc16;
}
.el_label.el_label__gray {
  background-color: #aaa;
}
.el_label.el_label__white {
  background-color: #fff;
}
.el_label.el_label__yellow {
  color: #000;
}
.el_label.el_label__new {
  background-color: #fa4027;
}
.el_label.el_label__small {
  font-size: 0.8em;
}
.el_label.el_label__marginright {
  margin-right: 5px;
}

.el_labelLarge {
  border: 2px solid #aaa;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
}
.el_labelLarge.el_labelLarge__gray {
  background-color: #464646;
  color: #fff;
}
.stay .el_labelLarge {
  color: #0056b3;
}
.el_labelLarge:hover {
  color: #0056b3;
}

.el_entryTagLabel {
  list-style: none;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  border: 2px solid #aaa;
  margin-right: 3px;
  margin-bottom: 5px;
  background-color: #fff;
}
.el_entryTagLabel.current a {
  background-color: #0056b3;
}

/* ------------------------------------------------------------
* フォームの要素
* ------------------------------------------------------------ */
/* ----- テキスト・テキストエリア ----- */
.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 #ff507a;
  -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 #ff507a;
  -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_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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ロゴ
* -------------------------------------------------- */
.bl_headerContents_logo {
  padding: 0 70px 0 0;
}
.bl_headerContents_logo a {
  display: block;
}
.bl_headerContents_logo img {
  display: block;
  width: 100%;
  max-width: 320px;
  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: #000;
  text-decoration: none;
}
.bl_headerContents_linksSns_item a:visited {
  color: #000;
  text-decoration: none;
}
.bl_headerContents_linksSns_item a:focus,
.bl_headerContents_linksSns_item a:active,
.bl_headerContents_linksSns_item a:hover {
  color: #000;
  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: inline-block;
  padding: 0.6em 1.8em;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #0056b3;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerContents_linkBtn:focus, .bl_headerContents_linkBtn:active, .bl_headerContents_linkBtn:hover {
  background-color: #003b72;
}
.bl_headerContents_linkBtn::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE3IDE0Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuOC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuNywxLjdjMC0uOS0uOC0xLjctMS43LTEuN0gxLjdDLjgsMCwwLC44LDAsMS43djEwYzAsLjkuOCwxLjcsMS43LDEuN2gxMy4zYy45LDAsMS43LS44LDEuNy0xLjdWMS43Wk0xNSwxLjdsLTYuNyw0LjJMMS43LDEuN2gxMy4zWk0xNSwxMS43SDEuN1YzLjNsNi43LDQuMiw2LjctNC4ydjguM1oiLz4KPC9zdmc+);
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
}

.bl_headerContents_linkBtn_icon {
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0 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_headerContents_linkBtn.bl_headerContents_linkBtn__windowopen .bl_headerContents_linkBtn_icon::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGMUY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}

.bl_headerContents_search {
  padding: 15px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bl_search_wrap {
  display: inline-block;
}

.bl_search_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #464646;
  background-color: #fff;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 300px;
  overflow: hidden;
}
.bl_search_container::before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGMUY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OTUuMyw0MjMuNmMwLDAtNjguNS02MC04NC45LTc2LjNjLTI0LjEtMjMuOS0zMy43LTM1LjUtMjUuMi01NC45YzM3LjItNzUuOCwyNC4zLTE2OS45LTM4LjctMjMyLjkKCQljLTc5LjItNzkuMy0yMDcuNy03OS4zLTI4NywwYy03OS4yLDc5LjMtNzkuMiwyMDcuNywwLDI4N2M2Myw2MywxNTcuMSw3NS44LDIzMi44LDM4LjdjMTkuNS04LjUsMzEsMS4xLDU1LDI1LjIKCQljMTYuNCwxNi40LDc2LjMsODQuOSw3Ni4zLDg0LjljMzEuMSwzMS4xLDU1LDEyLDY5LjQtMi40QzUwNy4yLDQ3OC41LDUyNi40LDQ1NC42LDQ5NS4zLDQyMy42eiBNMjg2LDI4NgoJCWMtNDUuOSw0NS45LTEyMC4zLDQ1LjktMTY2LjIsMGMtNDUuOS00NS45LTQ1LjktMTIwLjMsMC0xNjYuMUMxNjUuNyw3NCwyNDAuMSw3NCwyODYsMTE5LjlDMzMxLjksMTY1LjcsMzMxLjksMjQwLjEsMjg2LDI4NnoiLz4KPC9nPgo8L3N2Zz4K);
  width: 1.2em;
  height: 1.2em;
  right: 19px;
  top: 8px;
  z-index: 6;
  pointer-events: none;
}

.bl_search_container input[type=search] {
  border: none;
  height: 2em;
}

.bl_search_container input[type=search]:focus {
  outline: 0;
}

.bl_search_container input[type=submit] {
  cursor: pointer;
  border: none;
  background: #464646;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3em;
  right: 0px;
  top: -3px;
  outline: none;
}

.bl_headerPageintroduction {
  margin-top: 30px;
}

.bl_headerContents_search.bl_headerContents_search__spmenuinner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 0;
}
.bl_headerContents_search.bl_headerContents_search__spmenuinner .bl_headerContents_linkBtn {
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 10px;
}
.bl_headerContents_search.bl_headerContents_search__spmenuinner .bl_search_container {
  width: 100%;
  font-size: 18px;
}
.bl_search_wrap.bl_search_wrap__searchresult {
  width: 100%;
  margin-bottom: 40px;
}
.bl_search_wrap.bl_search_wrap__searchresult .bl_search_container {
  width: 100%;
  font-size: 18px;
}

.bl_scrollHeader {
  position: fixed;
  width: 100%;
  top: -500px;
  left: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #0056b3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is_scrolled .bl_scrollHeader {
  top: 0;
}
.bl_scrollHeader .bl_headerContents_logo img {
  max-width: 300px;
}

/* ------------------------------------------------------------
* フェードインのメニュー
* ------------------------------------------------------------ */
/* 開閉のボタン
* -------------------------------------------------- */
.bl_menuOpnBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_menuOpnBtn.is_opened {
  background: rgba(255, 255, 255, 0);
}
.bl_menuOpnBtn > span, .bl_menuOpnBtn::before, .bl_menuOpnBtn::after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_menuOpnBtn::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.bl_menuOpnBtn::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.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;
}
.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(30deg);
            transform: translateY(0) rotate(30deg);
  }
}

@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(30deg);
            transform: translateY(0) rotate(30deg);
  }
}
@-webkit-keyframes before-closed {
  0% {
    -webkit-transform: translateY(0) rotate(30deg);
            transform: translateY(0) rotate(30deg);
  }
  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(30deg);
            transform: translateY(0) rotate(30deg);
  }
  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(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
}
@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(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
}
@-webkit-keyframes after-off {
  0% {
    -webkit-transform: translateY(0) rotate(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
  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(-30deg);
            transform: translateY(0) rotate(-30deg);
  }
  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;
  background: #fff;
}

.bl_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 530px;
  min-height: 100%;
  padding: 12px 15px;
  margin: 0 auto;
}
/* ----- 見出し ----- */
.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 {
  background-color: #fff;
  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 #333;
  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: #333;
}

/* ------------------------------------------------------------
* サイト一覧
* ------------------------------------------------------------ */
/* 全てのリスト */
.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: #000;
  text-decoration: none;
}
.bl_sitemapList a:visited {
  color: #000;
  text-decoration: none;
}
.bl_sitemapList a:active, .bl_sitemapList a:hover {
  color: #000;
  text-decoration: underline;
}

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

.bl_sitemapList li.is_level_1 {
  width: 100%;
  padding: 20px 10px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.bl_sitemapList li.is_level_1 > a {
  color: #333;
}
/* ------------------------------------------------------------
* グローバルナビ
* ------------------------------------------------------------ */
/* 外枠 */
.bl_gnavList {
  width: 100%;
  line-height: 1.3;
  float: right;
}

/* 全階層 */
.bl_gnavList ul {
  padding: 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;
}

.bl_gnavList li.is_level_1 {
  position: relative;
  display: table-cell;
  padding: 6px 5px 0;
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.bl_gnavList li.is_level_1 > a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 10px 10px;
  position: relative;
}
.bl_gnavList li.is_level_1 > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #0056b3;
  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: 2px;
}
.bl_gnavList li.is_level_1 > a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.bl_gnavList li.is_level_1.is_on > a {
  color: #003b72;
}
.bl_gnavList li.is_level_1.stay a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 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: #ffd6e0;
  border: solid 1px #fff;
}
.bl_gnavList li.is_level_1 > ul > li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_gnavList li.is_level_1 > ul > li a:visited {
  color: #000;
  text-decoration: none;
}
.bl_gnavList li.is_level_1 > ul > li a:hover {
  color: #fff;
  background-color: #ff507a;
}
.bl_gnavList li.is_level_1 > ul > li:first-child {
  border-radius: 10px 10px 0 0;
}
.bl_gnavList li.is_level_1 > ul > li:last-child {
  margin: 0;
  border-radius: 0 0 10px 10px;
}

@-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;
  padding: 5px 20px 5px 10px;
  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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=) no-repeat right calc(0.1em + 5px)/1em 1em;
  opacity: 0.5;
}
.bl_topicpath_item:last-child {
  padding: 5px 0 5px 0.5em;
  background: transparent;
}
.bl_topicpath_item a {
  color: #000;
  text-decoration: none;
}
.bl_topicpath_item a:hover,
.bl_topicpath_item a:active {
  text-decoration: underline;
}

/* ------------------------------------------------------------
* CTAエリア
* ------------------------------------------------------------ */
.bl_cta {
  padding: 20px 20px;
  margin: 0 0 60px;
  border-radius: 20px;
  text-align: center;
}

.bl_cta_inner {
  background-color: #0056b3;
  border-radius: 20px;
  padding: 40px;
  max-width: 900px;
  margin: auto;
}

/* 電話番号
* -------------------------------------------------- */
.bl_ctaTel {
  width: 100%;
  margin: 0 0 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.bl_ctaTel_title {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
.bl_ctaTel_number {
  font-size: 16px;
  font-weight: bold;
}

.bl_ctaTel_number_link {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.bl_ctaTel_number_link__SmartPhone {
  pointer-events: auto;
}

.bl_ctaTel_time {
  font-size: 16px;
}

/* フォームのリンク
* -------------------------------------------------- */
.bl_ctaForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.bl_ctaForm_contact,
.bl_ctaForm_app {
  width: 100%;
  text-align: center;
}
.bl_ctaForm_contact .el_btn > span:first-child,
.bl_ctaForm_app .el_btn > span:first-child {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  color: #FFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bl_ctaForm_contact .el_btn:active > span:first-child,
.bl_ctaForm_contact .el_btn:hover > span:first-child,
.bl_ctaForm_app .el_btn:active > span:first-child,
.bl_ctaForm_app .el_btn:hover > span:first-child {
  color: #fff;
}

.bl_ctaForm_contact {
  margin: 0 0 20px;
  text-align: center;
}
/* ------------------------------------------------------------
* フッターのコンテンツ
* ------------------------------------------------------------ */
.bl_footerlogo {
  width: 350px;
  font-weight: bold;
}
.bl_footerlogo p {
  padding-left: 60px;
}

.bl_footersns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.bl_footersns > li {
  list-style: none;
  max-width: 60px;
  margin: 2px;
}

.bl_footernav {
  width: 32em;
}

.bl_footernavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 8em; /* または max-height */
  gap: 10px;
}
.bl_footernavList li {
  list-style: none;
  padding: 0 10px;
  width: 33%;
  margin: 0;
}
.bl_footernavList li > a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 5px;
}

.bl_footerinfo_wrap {
  font-size: 14px;
}

.bl_footerinfo_name {
  font-size: 16px;
  font-weight: bold;
}

.bl_footer_copyright {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
.bl_footer_copyright > span {
  display: block;
}
.bl_footer_copyright > a {
  display: inline-block;
  padding: 0 5px 10px;
  color: #666;
}

.bl_footer_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_footerContact_wrap {
  text-align: center;
  padding: 60px 10px;
}

.bl_contactBox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.bl_contactBox {
  background-color: #0056b3;
  padding: 20px 40px;
  margin: 0 10px;
  min-width: 23em;
}
.bl_contactBox.bl_contactBox__formlink {
  background-color: #333;
  color: #0056b3;
}
.bl_contactBox_text {
  font-size: 28px;
  font-weight: bold;
}
.bl_contactBox_text > a {
  color: #000;
  text-decoration: none;
}
.bl_contactBox_text::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  top: -5px;
  margin-right: 3px;
  vertical-align: middle;
}
.bl_contactBox_text.bl_contactBox_text__telnumber::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA2MSA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjkwMzUgNDUuMDM2M0MyOS4zMTcxIDYzLjkwNTIgNDEuMDQ1OSA2NS4yNzA4IDQ0LjMyNDkgNjMuMzQ2NkM0NC42NDAyIDYzLjE2MDQgNDQuOTEzNSA2Mi45OTQ5IDQ1LjE4NjcgNjIuODI5NEwzNi40NjM3IDQ4LjQwODdDMzYuMTkwNCA0OC41NzQyIDM1Ljg5NjIgNDguNzM5NyAzNS42MDE5IDQ4LjkwNTJDMzIuOTUzNCA1MC40NTcgMjkuOTg5NyA0Ni41NDY2IDI2LjE2NDIgNDAuMTc0MkMyMi4zMTc2IDMzLjgyMjUgMjAuMjE1NiAyOS4zOTQ5IDIyLjg2NDEgMjcuODQzMkMyMy4xNTg0IDI3LjY3NzYgMjMuNDMxNiAyNy41MTIxIDIzLjcyNTkgMjcuMzQ2NkwxNC45ODE4IDEyLjk0NjZDMTQuNzA4NiAxMy4xMTIxIDE0LjQzNTMgMTMuMjc3NiAxNC4xMiAxMy40NDMyQzEwLjg0MSAxNS4zNjczIDYuNDg5OTUgMjYuMTY3MyAxNy45MDM1IDQ1LjAzNjNaTTQ5LjgzMiA2MC4xMTlDNTEuMDkzMiA1OS4zNzQyIDUwLjI5NDUgNTcuOTI1OSA0OS40OTU3IDU2LjU4MTFDNDkuNDk1NyA1Ni41ODExIDQ0LjI2MTkgNDcuOTMyOCA0My42MzEzIDQ2Ljg3NzZDNDMuMDAwNyA0NS44NDMyIDQyLjAxMjggNDUuMjg0NSA0MS4yNzcxIDQ1LjcxOUM0MC44MTQ3IDQ1Ljk4OCAzOS43MjE3IDQ2LjU2NzMgMzguMzEzNCA0Ny4zNTM1TDQ3LjAzNjUgNjEuNzUzNUM0OC4zMTg2IDYxLjAwODcgNDkuMDEyMyA2MC41OTQ5IDQ5LjgzMiA2MC4wOTgzVjYwLjExOVpNMjguNDEzMiAyNC40NzA3QzI5LjE0ODkgMjQuMDM2MyAyOS4xMjc5IDIyLjkxOSAyOC40OTczIDIxLjg4NDVDMjcuODY2NyAyMC44NTAxIDIyLjYzMjkgMTIuMjAxOCAyMi42MzI5IDEyLjIwMThDMjEuODEzMSAxMC44NTcgMjAuOTA5MyA5LjQ3MDc1IDE5LjY0ODEgMTAuMjE1NkMxOC44MDczIDEwLjY5MTQgMTguMTEzNyAxMS4xMDUyIDE2LjgzMTUgMTEuODcwN0wyNS41MzM2IDI2LjI3MDhDMjYuODk5OCAyNS40NDMyIDI3LjkyOTggMjQuNzYwNCAyOC40MTMyIDI0LjQ5MTRWMjQuNDcwN1oiIGZpbGw9IiM0NjQ2NDYiLz4KPC9zdmc+Cg==) no-repeat 5px center/1.8em 1.8em;
}
.bl_contactBox_text.bl_contactBox_text__formlink::before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGMUY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1.2em 1.2em;
}
.bl_contactBox_text.bl_contactBox_text__formlink > a {
  color: #0056b3;
}

.bl_contactBox_comment {
  font-size: 14px;
}
.bl_footer_spalater {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  margin-top: 20px;
}

.bl_footergroup_wrap {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 32em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  padding-top: 20px;
}

.bl_footergroup {
  width: 33%;
  padding: 5px 15px 15px;
  font-size: 14px;
}
.bl_footergroup > a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  position: relative;
}
.bl_footergroup > a::after {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuOC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMDA1NmIzOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNy4zLDB2MS4zaDIuNEwzLjIsNy45bC45LjksNi42LTYuNnYyLjRoMS4zVjBNMTAuNywxMC43SDEuM1YxLjNoNC43VjBIMS4zQy42LDAsMCwuNiwwLDEuM3Y5LjNjMCwuNC4xLjcuNC45LjMuMi42LjQuOS40aDkuM2MuNCwwLC43LS4xLjktLjQuMi0uMy40LS42LjQtLjl2LTQuN2gtMS4zdjQuN1oiLz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  right: -15px;
  top: 5px;
}
.bl_footergroup > a:hover {
  color: #0056b3;
}

.bl_footergroup_companyname {
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
}

.bl_footerSmallLink {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding: 40px 10px 0;
}
.bl_footerSmallLink a {
  color: #999;
}
/* ------------------------------------------------------------
* スライダー
* ------------------------------------------------------------ */
.bl_slider_wrap {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}

.bl_slider_cont {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

.bl_slider_item {
  padding-right: 7px;
  padding-left: 7px;
}
.slick-slide:nth-child(3n-1) .bl_slider_item {
  padding-top: 20px;
}
.slick-slide:nth-child(3n) .bl_slider_item {
  padding-top: 40px;
}

.bl_slider_img {
  overflow: hidden;
  border-radius: 20px;
}
.bl_slider_img img {
  display: block;
  width: 100%;
  height: auto;
}
/* ------------------------------------------------------------
* サマリー
* ------------------------------------------------------------ */
.bl_summaryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  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: 15px;
  padding-left: 15px;
  width: 50%;
  margin-bottom: 40px;
}
.bl_summaryItem.bl_summaryItem__col1 {
  width: 100%;
}
.bl_summaryItem_inner {
  display: block;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}
.bl_summaryItem_inner:visited, .bl_summaryItem_inner:active, .bl_summaryItem_inner:hover {
  color: #000;
  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%;
  margin: 0 0 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.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;
}
.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: #000;
  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;
}
.bl_summaryItem_inner:active .bl_summaryItem_title, .bl_summaryItem_inner:hover .bl_summaryItem_title {
  opacity: 0.7;
}

.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_entryHeader {
  margin: 0 0 20px;
}

.bl_entryHeaderInfo {
  margin: 0 0 10px;
  font-size: 16px;
}

.bl_entryHeaderInfo_date {
  margin: 0 0.5em 0 0;
  color: #aaa;
}

.bl_entryHeaderInfo_new {
  margin: 0 0.5em 0 0;
  font-size: 0.8em;
  color: #fa4027;
}

.bl_entryHeaderInfo_important {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  font-size: 0.75em;
  line-height: 1.7;
  color: #fff;
  vertical-align: 2px;
  background-color: #fa4027;
  border-radius: 3px;
}
.bl_entryHeaderInfo_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_entryHeaderTitle {
  padding: 0 0 1.33em;
  margin: 0 0 1.33em;
  font-size: 28px;
  line-height: 1.5;
  border-bottom: solid 1px #ddd;
}
/* ユニットのスタイル
* -------------------------------------------------- */
/* ----- 本文 ----- */
.bl_entry {
  word-wrap: break-word;
}
.bl_entry p {
  margin: 0 10px 2em;
}

/* ----- 見出し ----- */
.bl_entry h2 {
  margin: 0 10px 0.72em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #0056b3;
}
.bl_entry h3 {
  margin-bottom: 0.72em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 10px;
}
.bl_entry h4 {
  margin-bottom: 0.72em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.bl_entry .ly_entry_whcolor h3 {
  font-size: 24px;
  color: #0056b3;
}

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

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

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

/* ----- テーブル ----- */
.bl_entry table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.bl_entry th,
.bl_entry td {
  padding: 0.5em 1em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.bl_entry .acms-table-responsive th,
.bl_entry .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.bl_entry .acms-table-responsive table {
  margin: 0;
}
.bl_entry th {
  font-weight: bold;
  background: #f0f0f0;
}
.bl_entry .entry-custom-table {
  margin-bottom: 2em;
}
/* ----- リスト ----- */
.bl_entry ul {
  padding: 0 0 0 2em;
  margin: 0 10px 2em;
}
.bl_entry ul li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.bl_entry ul li:last-child {
  margin-bottom: 0;
}
.bl_entry ul.el_note {
  padding-left: 0;
  list-style: none;
}
.bl_entry ul.el_note li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}

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

/* ----- 定義リスト ----- */
.bl_entry dl {
  margin-top: 0;
  margin-bottom: 2em;
  line-height: 1.5;
}
.bl_entry dt {
  margin: 0 0 0.375em;
  font-weight: bold;
  line-height: 1.5;
}
.bl_entry dd {
  margin-bottom: 0.625em;
  margin-left: 0;
  line-height: 1.5;
}
.bl_entry dl.el_horizontal dt {
  float: left;
  width: 10em;
  padding: 1em 1em 1em 1em;
  color: #0056b3;
  text-align: right;
}
.bl_entry dl.el_horizontal dd {
  padding: 1em 1em 1em 11em;
  border-bottom: 1px solid #ddd;
}

/* ----- ユニット ----- */
.bl_entry .caption {
  font-size: 12px;
  color: #aaa;
}

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

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

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

/* ----- 罫線ユニット ----- */
.unit-separator {
  margin: 0 10px 2em;
  border: 0;
  border-top: solid 1px #aaa;
}

/* ----- カードユニット ----- */
.unit-cards {
  margin: 0 10px 2em;
}
.unit-cards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  margin-bottom: -30px;
  list-style: none;
}
.unit-cards ul li {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.unit-cards ul li:last-child {
  margin-bottom: 30px;
}
.unit-cards h3,
.unit-cards p {
  margin-right: 0;
  margin-left: 0;
}

/* ----- ユニットグループ ----- */
[class*=bl_entryUnit_bg] {
  padding: 20px 10px;
  margin: 0 10px 2em;
  overflow: hidden;
  border-radius: 10px;
}
[class*=bl_entryUnit_bg] *:last-child {
  margin-bottom: 0;
}
[class*=bl_entryUnit_bg] h2,
[class*=bl_entryUnit_bg] h3,
[class*=bl_entryUnit_bg] h4 {
  margin-bottom: 0.5em;
}

.bl_entryUnit_bgGray {
  background-color: #464646;
}

/* WordPressインポート時の調整
* -------------------------------------------------- */
.bl_entry img[class*=wp-image-] {
  margin: 0 10px 20px;
}

/* ----- 定義リスト(カスタムユニット) ----- */
.bl_entry .bl_customDescriptionList .bl_customDescriptionList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_entry .bl_customDescriptionList dt {
  width: 8em;
  margin: 1em 0;
  padding: 0.5em;
  background-color: #e6e6e6;
  text-align: center;
}
.bl_entry .bl_customDescriptionList dd {
  width: calc(100% - 8em);
  padding: 1em;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bl_entryCategorySearch_wrap {
  margin-bottom: 5px;
}
.bl_entryCategorySearch_wrap span {
  background-color: #0056b3;
  display: inline-block;
  border-radius: 100px;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.bl_entryCategorySearch {
  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;
  margin: 0 0 60px;
}

.bl_entryCategoryLabel {
  margin-bottom: 5px;
}
.bl_entryCategoryLabel span {
  background-color: #0056b3;
  display: inline-block;
  border-radius: 100px;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.bl_entryEmbetunit {
  margin: 0 10px;
}
.bl_entryEmbetunit > iframe {
  width: 100% !important;
}

.bl_title_enjp p {
  display: inline-block;
  margin: 0 10px 5px;
  color: #0056b3;
  font-weight: bold;
  border-bottom: 1px solid;
  font-style: italic;
  font-size: 20px;
}

.bl_tagfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.bl_tagfilter li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* ------------------------------------------------------------
* ページタイトル部分
* ------------------------------------------------------------ */
.bl_pagetitle {
  position: relative;
}

.bl_categoryTitle {
  position: relative;
  overflow: hidden;
}

.bl_categoryTitleImg {
  margin-bottom: 40px;
  float: right;
  width: 70%;
  height: 300px;
}
.bl_categoryTitleImg > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

.bl_pagetitleImg_img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}

.bl_pagetitleSub {
  margin: 40px 0 0;
}

.ly_title__photo .bl_pagetitle {
  padding-right: 60%;
}

.bl_categoryTitle_cont {
  padding: 60px 10px 40px;
}
/* ------------------------------------------------------------
* ページャー
* ------------------------------------------------------------ */
/* ページ送り
* -------------------------------------------------- */
.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: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #333;
  border-radius: 50%;
}

.bl_pagerItem_btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  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: #000;
  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: #000;
  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: #000;
  text-decoration: none;
}
.bl_serialNaviItem_btn:active, .bl_serialNaviItem_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0056b3;
}
.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: #0056b3;
}

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

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

.bl_formLabel {
  width: 100%;
  padding: 0 0 0.3em;
}

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

.bl_formControl {
  width: 100%;
}

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

/* ----- エラーテキスト ----- */
.bl_formErrorText {
  font-size: 12px;
  color: #fa4027;
}
.bl_formErrorText .acms-icon {
  padding-right: 0.3em;
  vertical-align: -0.03em;
}

/* ----- プライバシーポリシー ----- */
.bl_formPrivacy {
  padding: 30px 40px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  border: solid 1px #ddd;
}
.bl_formPrivacy .bl_formPrivacy_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

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

.bl_formPrivacy-checkbox {
  margin: 20px auto 0;
  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 10px 0.3em;
  text-align: left;
  border-bottom: solid 1px #ddd;
}

.bl_formConfirm_body {
  display: block;
  padding: 0.5em 10px 2em;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

/* ------------------------------------------------------------
* パディングとマージン
* ------------------------------------------------------------ */
.hp_pt__0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

.hp_pt__sm {
  padding-top: 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_MV {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 57vw;
}

.un_mv_aichi,
.un_mv_kyushu,
.un_mv_line,
.un_mv_track,
.un_mv_strage,
.un_mv_factory,
.un_mv_largecopy,
.un_mv_smallcopy,
.un_mv_cityimage,
.un_mv_text_wrapper {
  position: absolute;
}

.un_mv_aichi {
  width: 55%;
  right: -1%;
  top: -1%;
}

.un_mv_kyushu {
  width: 35%;
  left: 2%;
  bottom: -10%;
}

.top_mv_linewrap {
  position: relative;
  height: 60vw;
}

.un_mv_line {
  width: 80%;
  bottom: -5%;
  left: 3%;
  opacity: 0;
  -webkit-animation: mv_fade 1.5s ease-in-out 1s forwards;
          animation: mv_fade 1.5s ease-in-out 1s forwards;
}

.un_mv_cityimage {
  width: 55%;
  top: -10%;
  right: -8%;
  opacity: 0;
  -webkit-animation: mv_fade 3s ease-in-out 1.5s forwards;
          animation: mv_fade 3s ease-in-out 1.5s forwards;
}

.un_mv_track {
  width: 15%;
  left: 41%;
  top: 45%;
  opacity: 0;
  -webkit-animation: mv_fade 3s ease-in-out 1.4s forwards;
          animation: mv_fade 3s ease-in-out 1.4s forwards;
}

.un_mv_strage {
  top: 60%;
  left: 13%;
  width: 23%;
  opacity: 0;
  -webkit-animation: mv_fade 3s ease-in-out 1.5s forwards;
          animation: mv_fade 3s ease-in-out 1.5s forwards;
}

.un_mv_factory {
  top: 74%;
  left: 29%;
  width: 23%;
  opacity: 0;
  -webkit-animation: mv_fade 3s ease-in-out 1.5s forwards;
          animation: mv_fade 3s ease-in-out 1.5s forwards;
}

.un_mv_largecopy {
  width: 49%;
  top: 16%;
  left: 6%;
  opacity: 0;
  -webkit-animation: mv_fade 0.5s ease-in-out 0.1s forwards;
          animation: mv_fade 0.5s ease-in-out 0.1s forwards;
}

.un_mv_smallcopy {
  width: 44%;
  top: 36%;
  opacity: 0;
  -webkit-animation: mv_fade 0.5s ease-in-out 1s forwards;
          animation: mv_fade 0.5s ease-in-out 1s forwards;
  left: 6%;
}

.un_mv_text_wrapper {
  bottom: 5%;
  right: 10%;
  opacity: 0;
  -webkit-animation: mv_fade 0.5s ease-in-out 1s forwards;
          animation: mv_fade 0.5s ease-in-out 1s forwards;
}
.un_mv_text_wrapper p {
  margin-bottom: 1em;
  font-weight: bold;
  color: #0056b3;
  text-align: right;
  font-size: 1.2vw;
}

.un_mv_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 7%;
  -webkit-animation: fuwafuwa 5s ease-in-out infinite;
          animation: fuwafuwa 5s ease-in-out infinite;
}
.un_mv_icon img {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 86, 179, 0.4));
          filter: drop-shadow(0px 0px 15px rgba(0, 86, 179, 0.4));
}
.un_mv_icon.un_mv_icon__01 {
  top: 8%;
  left: 50%;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.un_mv_icon.un_mv_icon__02 {
  top: 44%;
  left: 8%;
  width: 8%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.un_mv_icon.un_mv_icon__03 {
  top: 49%;
  left: 28%;
  width: 5%;
}
.un_mv_icon.un_mv_icon__04 {
  top: 42%;
  left: 80%;
  width: 6%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.un_mv_icon.un_mv_icon__05 {
  top: 60%;
  left: 60%;
  width: 9%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  } /* 上へ10px */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  } /* 上へ10px */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mv_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.un_MV_cityimage {
  width: 75%;
  margin-left: 25%;
  opacity: 0;
  -webkit-animation: mv_cityimage_fadein 0.4s linear 0.5s forwards;
          animation: mv_cityimage_fadein 0.4s linear 0.5s forwards;
}

.un_MV_bgfig {
  position: absolute;
  top: 0;
  left: 2%;
  width: 94%;
  z-index: -1;
  opacity: 0.9;
}
.un_MV_bgfig > img {
  width: 95%;
}
.un_MV_bgfig::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  -webkit-animation: scale-down-ver-top 0.3s linear 1.5s forwards;
          animation: scale-down-ver-top 0.3s linear 1.5s forwards;
}

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

@keyframes mv_cityimage_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-down-ver-top {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@keyframes scale-down-ver-top {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
.un_topConsept_ttlwrap {
  margin-bottom: 20px;
  position: absolute;
  color: #0056b3;
  left: 5%;
  top: 60px;
  z-index: 2;
}

.un_topConsept_largettl {
  font-weight: 800;
  font-size: 3.5em;
  line-height: 1.2;
  max-width: 500px;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}
.un_topConsept_largettl > span {
  display: inline-block;
}

.un_topConsept_smallttl_en {
  font-weight: bold;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}
/* 枠と背景柄
* -------------------------------------------------- */
/* 通常時 */
.un_topConsept_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0056b3;
}

.un_topConsept {
  padding: 0 20px;
}

.un_topConsept_body > p {
  line-height: 2;
  font-weight: bold;
}

/* ------------------------------------------------------------
* トップニュースリスト
* ------------------------------------------------------------ */
.un_topNews_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 48px;
  border-radius: 8px;
}

.un_topNews_listWrap {
  margin-left: 50px;
  width: 100%;
}

.un_topNews_ttl {
  min-width: 260px;
}

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

.un_topNews_list {
  list-style: none;
  margin-bottom: 20px;
}
.un_topNews_list time {
  padding-right: 10px;
  display: inline-block;
  color: #aaa;
}
.un_topNews_list li {
  border-bottom: 1px solid #ddd;
  padding: 2px 0;
  margin: 0;
}
.un_topNews_list li a {
  display: block;
  border-radius: 5px;
  padding: 25px 40px 25px 10px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.un_topNews_list li a:after {
  position: absolute;
  right: 0.3em;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #0056b3;
  border-radius: 999px;
  display: inline-block;
  background-size: 60%;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX3gzMl8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS44LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjMDA1NmIzOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDQuM3B4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNi4yIDcuMSAzNS4yIDI2IDE2LjkgNDQuMyIvPgo8L3N2Zz4=);
}
.un_topNews_list li a:hover {
  background-color: #ededed;
}
.un_topNews_list li a:hover:after {
  background-color: #0056b3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX3gzMl8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS44LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDQuM3B4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNi4yIDcuMSAzNS4yIDI2IDE2LjkgNDQuMyIvPgo8L3N2Zz4=);
}
/* ------------------------------------------------------------
* 中ページへのリンク
* ------------------------------------------------------------ */
.un_topLargeLinkbg {
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(158, 189, 43, 0.15) 0%, rgba(122, 187, 81, 0.15) 18%, rgba(82, 185, 125, 0.15) 42%, rgba(58, 184, 151, 0.15) 63%, rgba(47, 181, 162, 0.15) 75%, rgba(33, 149, 162, 0.15) 93%);
}
.un_topLargeLinkbg .un_topLargeLinkwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.un_topLargeLinkbg .un_topLargeLink {
  display: block;
  width: 50%;
  padding: 20px;
}
.un_topLargeLinkbg .un_topLargeLink a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 60px 48px 40px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  color: #0056b3;
}
.un_topLargeLinkbg .un_topLargeLink a::before {
  font-style: italic;
  content: attr(data-en);
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #0056b3;
}
.un_topLargeLinkbg .un_topLargeLink a:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #0056b3;
  border-radius: 999px;
  display: inline-block;
  background-size: 60%;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX3gzMl8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS44LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjMDA1NmIzOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDQuM3B4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNi4yIDcuMSAzNS4yIDI2IDE2LjkgNDQuMyIvPgo8L3N2Zz4=);
}
.un_topLargeLinkbg .un_topLargeLink a:hover {
  background-color: #ededed;
}
.un_topLargeLinkbg .un_topLargeLink a:hover:after {
  background-color: #0056b3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX3gzMl8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS44LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDQuM3B4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxNi4yIDcuMSAzNS4yIDI2IDE2LjkgNDQuMyIvPgo8L3N2Zz4=);
}
/* ------------------------------------------------------------
* 事業紹介のリンク
* ------------------------------------------------------------ */
.un_topBusineessTitle_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.un_topBusineessTitle_sidetext {
  padding: 0 40px 10px;
  font-weight: bold;
}

.un_topBusinessImage {
  margin: 0 -80px 20px;
}
.un_topBusinessImage > img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* ------------------------------------------------------------
* グループ
* ------------------------------------------------------------ */
.un_groupCompany {
  margin: 20px 0 60px;
}

.un_groupCompany_name {
  color: #0056b3;
  font-size: 24px;
  border-bottom: 1px solid #0056b3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

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

.un_groupCompany_body {
  width: 50%;
  padding-right: 10px;
}

.un_groupCompany_image {
  width: 50%;
}

.un_groupCompany_map iframe {
  background-color: #EEE;
  width: 100% !important;
  height: 300px !important;
}
/* ------------------------------------------------------------
* カスタムユニット
* ------------------------------------------------------------ */
.bl_entry table.un_executive_tabel {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.bl_entry table.un_executive_tabel th,
.bl_entry table.un_executive_tabel td {
  background-color: initial;
  border: 0px;
  padding: 25px 10px;
}
.bl_entry table.un_executive_tabel th {
  color: #0056b3;
  white-space: nowrap;
}
.bl_entry table.un_executive_tabel td {
  border-top: 1px solid #ddd;
  vertical-align: middle;
}
.bl_entry table.un_executive_tabel .un_executive_image_raw {
  max-width: 330px;
  min-width: 280px;
}
.bl_entry table.un_executive_tabel .un_executive_image_wrap {
  max-width: 300px;
  position: relative;
  margin: auto;
}
.bl_entry table.un_executive_tabel .un_executive_name_overimage {
  position: absolute;
  display: inline-block;
  z-index: 1;
  bottom: 0;
  left: 0;
  font-weight: bold;
  background-color: #fff;
  border-radius: 0 10px 0 0;
  padding: 5px 10px;
}
.bl_entry table.un_executive_tabel .un_executive_name {
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.bl_entry .un_business_company_wrap a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}
.bl_entry .un_business_company_wrap a::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #0056b3;
  border-radius: 35px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuOC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMDA1NmIzOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNy4zLDB2MS4zaDIuNEwzLjIsNy45bC45LjksNi42LTYuNnYyLjRoMS4zVjBNMTAuNywxMC43SDEuM1YxLjNoNC43VjBIMS4zQy42LDAsMCwuNiwwLDEuM3Y5LjNjMCwuNC4xLjcuNC45LjMuMi42LjQuOS40aDkuM2MuNCwwLC43LS4xLjktLjQuMi0uMy40LS42LjQtLjl2LTQuN2gtMS4zdjQuN1oiLz4KPC9zdmc+);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
}
.bl_entry .un_business_company_wrap a:hover::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuOC4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNy4zLDB2MS4zaDIuNEwzLjIsNy45bC45LjksNi42LTYuNnYyLjRoMS4zVjBNMTAuNywxMC43SDEuM1YxLjNoNC43VjBIMS4zQy42LDAsMCwuNiwwLDEuM3Y5LjNjMCwuNC4xLjcuNC45LjMuMi42LjQuOS40aDkuM2MuNCwwLC43LS4xLjktLjQuMi0uMy40LS42LjQtLjl2LTQuN2gtMS4zdjQuN1oiLz4KPC9zdmc+);
  background-color: #0056b3;
}
.bl_entry .un_business_company_wrap a .un_business_company_cont:hover {
  background-color: #e6e6e6;
}
.bl_entry .un_business_company_wrap .un_business_company_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 20px;
}
.bl_entry .un_business_company_wrap .un_business_company_img {
  width: 40%;
  padding: 0 20px;
}
.bl_entry .un_business_company_wrap .un_business_company_info {
  width: calc(60% - 30px);
}
.bl_entry .un_business_company_wrap .un_business_company_info h3 {
  color: #0056b3;
  font-size: 26px;
}
.bl_entry .un_business_company_wrap .un_business_company_info ul {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_entry .un_business_company_wrap .un_business_company_info ul li {
  width: 50%;
  padding: 0;
}

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

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

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

/* アニメーション */
@-webkit-keyframes menu-fade-in {
  0% {
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes menu-fade-in {
  0% {
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes menu-fade-out {
  0% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes menu-fade-out {
  0% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
/* ------------------------------------------------------------
* メインビジュアルのアニメーション用
* ------------------------------------------------------------ */
/* 背景画像 */
/* ------------------------------------------------------------
* フェードインのアニメーション
* ------------------------------------------------------------ */
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: 375px){
  .bl_ctaForm_contact .el_btn > span:first-child,
  .bl_ctaForm_app .el_btn > span:first-child {
    font-size: 20px;
  }
}

@media screen and (min-width: 480px){
  .bl_sitemapList li.is_level_1 {
    width: 50%;
  }
  .bl_ctaTel_number {
    font-size: 18px;
  }
  .bl_ctaTel_number_link {
    font-size: 34px;
  }
  .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;
  }
  .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;
  }
  .bl_ctaForm_contact,
  .bl_ctaForm_app {
    margin: 0;
  }
  .bl_ctaForm_contact {
    padding: 0 15px 0 0;
  }
  .bl_ctaForm_app {
    padding: 0 0 0 15px;
  }
  .bl_entryHeaderTitle {
    font-size: 32px;
  }
  .bl_entry h2 {
    font-size: 38px;
  }
  .bl_entry h3 {
    font-size: 24px;
  }
  .bl_entry h4 {
    font-size: 20px;
  }
  .bl_entry .ly_entry_whcolor h3 {
    font-size: 32px;
  }
  .bl_entry th,
  .bl_entry td {
    display: table-cell;
    text-align: left;
  }
  .hp_hide_md_min {
    display: none !important;
  }
}

@media screen and (min-width: 1024px){
  .ly_footer_inner {
    padding-right: 50px;
    padding-left: 50px;
  }
  .ly_sect {
    padding: 80px;
  }
  .ly_cont {
    padding-right: 50px;
    padding-left: 50px;
  }
  .ly_cont.ly_cont__mdNarrow {
    max-width: 1240px;
  }
  .bl_headerContents_logo {
    padding: 0 20px 0 0;
  }
  .bl_headerContents_links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .bl_menuOpnBtn {
    top: 30px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  body.is_scrolled .bl_menuOpnBtn,
  body.is_locked .bl_menuOpnBtn {
    visibility: visible;
    opacity: 1;
  }
  .bl_menu_inner {
    max-width: 830px;
  }
  .bl_sitemapList li.is_level_1 {
    width: 33.33%;
  }
  .bl_cta {
    padding: 40px;
  }
  .bl_ctaTel {
    margin: 0;
    white-space: nowrap;
  }
  .bl_ctaForm {
    width: calc(100% - 320px);
  }
  .bl_slider_cont {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slick-slide:nth-child(3n-1) .bl_slider_item {
    padding-top: 40px;
  }
  .slick-slide:nth-child(3n) .bl_slider_item {
    padding-top: 80px;
  }
  .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: 1220px){
  .bl_gnavList li.is_level_1 {
    font-size: 0.9em;
  }
  .bl_gnavList li.is_level_1 > a {
    padding: 5px 5px 10px;
  }
}

@media (max-width: 1095px){
  .bl_gnavList li.is_level_1 > a {
    padding: 5px 0px 10px;
  }
}

@media screen and (max-width: 1023px){
  .ly_entry_bgcolor {
    position: relative;
    padding: 30px;
    margin-bottom: 40px 20px;
  }
  .ly_entry_bgcolor::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dfeef0;
    z-index: -1;
    border-radius: 20px;
  }
  .ly_entry_whcolor {
    background-color: #fff;
    padding: 40px 20px 20px;
    margin-top: 20px;
    border-radius: 15px;
  }
  .ly_newscontent_outer {
    background-color: rgba(0, 86, 179, 0.1);
    padding: 40px 0;
  }
  .ly_newscontent_wrapper {
    background-color: #fff;
    padding: 40px 80px;
  }
  .bl_headerContents_logo {
    padding: 0;
  }
  .bl_headerContents_links {
    display: none;
  }
  .bl_scrollHeader {
    display: none;
  }
  .bl_gnav {
    display: none;
  }
  .bl_footergroup_wrap {
    float: none;
    width: 100%;
  }
  .bl_footergroup {
    width: 50%;
    padding: 0 10px 0;
  }
  .bl_footergroup a {
    font-size: 12px;
  }
  .bl_footerSmallLink {
    clear: both;
    display: block;
    text-align: center;
  }
  .bl_summaryItem_inner.bl_summaryItem_inner__narrow {
    padding: 0 10px;
  }
  .hp_hide_lg_max {
    display: none !important;
  }
  .un_topLargeLinkbg {
    padding: 30px 0;
  }
  .un_topLargeLinkbg .un_topLargeLink {
    width: 100%;
    padding: 5px 20px;
  }
  .un_topLargeLinkbg .un_topLargeLink a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px 28px;
  }
  .un_topLargeLinkbg .un_topLargeLink a::before {
    font-size: 30px;
  }
  .un_topLargeLinkbg .un_topLargeLink a:after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .bl_entry .un_business_company_wrap a::after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: auto;
    bottom: 20px;
  }
  .bl_entry .un_business_company_wrap .un_business_company_cont {
    margin-bottom: 30px;
    padding: 20px 20px 20px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_entry .un_business_company_wrap .un_business_company_img {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .bl_entry .un_business_company_wrap .un_business_company_info {
    width: 100%;
  }
  .bl_entry .un_business_company_wrap .un_business_company_info h3 {
    font-size: 22px;
  }
  .bl_entry .un_business_company_wrap .un_business_company_info ul {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_entry .un_business_company_wrap .un_business_company_info ul li {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px){
  body {
    font-size: 14px;
  }
  .ly_header_inner {
    padding: 5px 15px 5px 15px;
  }
  .ly_sect.ly_sect_narrowPadding {
    padding: 30px 0;
  }
  .el_btn, .el_arrowBtn, .el_arrowBtnLg {
    min-width: 150px;
    padding: 0.8em 1.5em;
    font-size: 14px;
  }
  .el_outerLinkbtn {
    padding: 0.8em 1.5em;
    font-size: 14px;
  }
  .el_ttlHeading {
    font-size: 50px;
  }
  .el_ttlHeading_ja {
    font-size: 18px;
  }
  .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_pageHeading_main {
    font-size: 22px;
  }
  .bl_headerContents_logo img {
    max-width: 220px;
  }
  .bl_topicpath {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .bl_footerlogo {
    width: 300px;
    margin-bottom: 15px;
  }
  .bl_footerlogo p {
    padding-left: 0;
    text-align: center;
  }
  .bl_footersns > li {
    max-width: 40px;
  }
  .bl_footernav {
    display: none;
  }
  .bl_footer_upper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_footerContact_wrap {
    text-align: left;
  }
  .bl_contactBox_wrap {
    margin: 10px 0;
  }
  .bl_contactBox {
    background-color: #0056b3;
    padding: 10px 20px;
    margin: 0 10px 10px;
    width: 100%;
    text-align: center;
  }
  .bl_contactBox_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_contactBox_text {
    font-size: 22px;
  }
  .bl_contactBox_comment {
    font-size: 12px;
  }
  .bl_summaryList.bl_summaryList__col2 .bl_summaryItem {
    width: 100%;
  }
  .bl_summaryItem {
    width: 100%;
    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_entry dl.el_horizontal dt {
    float: none;
    padding: 1em 1em 0;
    text-align: left;
  }
  .bl_entry dl.el_horizontal dd {
    padding: 0 1em 1em;
  }
  .bl_entry .bl_customDescriptionList .bl_customDescriptionList_item {
    display: block;
  }
  .bl_entry .bl_customDescriptionList dt {
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin: 1em 0 0;
    padding: 0.5em 0.8em;
  }
  .bl_entry .bl_customDescriptionList dd {
    display: block;
    width: 100%;
    padding: 0.5em 0 1em;
  }
  .bl_categoryTitleImg {
    width: 50%;
    height: 200px;
  }
  .bl_categoryTitleImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .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%;
  }
  .hp_hide_md_max {
    display: none !important;
  }
  .un_MV {
    height: 160vw;
  }
  .un_mv_text_wrapper {
    bottom: 5px;
  }
  .un_mv_text_wrapper p {
    font-size: 1.5vw;
  }
  .un_mv_strage {
    display: none;
  }
  .un_mv_factory {
    display: none;
  }
  .un_mv_aichi {
    width: 70%;
    right: -15%;
    top: 20%;
  }
  .un_mv_kyushu {
    width: 45%;
    left: -10%;
    bottom: auto;
    top: 45%;
  }
  .un_mv_cityimage {
    width: 100%;
    top: -10%;
    right: -8%;
  }
  .top_mv_linewrap {
    height: 100vw;
  }
  .un_mv_line {
    width: 90%;
    bottom: auto;
    top: 20%;
    left: -5%;
  }
  .un_mv_track {
    width: 25%;
    left: 3%;
    top: 48%;
  }
  .un_mv_largecopy {
    width: 90%;
    top: 44%;
    left: 6%;
  }
  .un_mv_smallcopy {
    width: 86%;
    top: 57%;
    left: 8%;
  }
  .un_mv_text_wrapper {
    bottom: auto;
    top: 63%;
    right: auto;
    left: 7.5%;
  }
  .un_mv_text_wrapper p {
    text-align: left;
    font-size: 3.3vw;
  }
  .un_mv_icon {
    width: 20%;
  }
  .un_mv_icon img {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 86, 179, 0.5));
            filter: drop-shadow(0px 0px 10px rgba(0, 86, 179, 0.5));
  }
  .un_mv_icon.un_mv_icon__01 {
    top: 20%;
    left: 2%;
  }
  .un_mv_icon.un_mv_icon__02 {
    top: 34%;
    left: 38%;
    width: 18%;
  }
  .un_mv_icon.un_mv_icon__03 {
    top: 61%;
    left: 68%;
    width: 23%;
  }
  .un_mv_icon.un_mv_icon__04 {
    top: 42%;
    left: 80%;
    width: 11%;
  }
  .un_mv_icon.un_mv_icon__05 {
    top: 87%;
    left: 56%;
    width: 19%;
  }
  .un_MV {
    overflow: hidden;
  }
  .un_MV_cityimage {
    width: 110%;
    margin-left: -5%;
    margin-bottom: 20px;
  }
  .un_MV_bgfig {
    left: -25%;
    width: 125%;
  }
  .un_topConsept_ttlwrap {
    position: relative;
    top: 0;
    left: auto;
  }
  .un_topConsept_largettl {
    font-size: 2em;
  }
  .un_topNews_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px;
  }
  .un_topNews_ttl {
    width: 100%;
  }
  .un_topNews_listWrap {
    margin-left: 0;
  }
  .un_topNews_listWrap time {
    display: block;
  }
  .un_topNews_listWrap li a {
    padding: 15px 40px 15px 10px;
  }
  .un_topNews_listWrap li a::after {
    width: 15px;
    height: 15px;
  }
  .un_topNews_list > li a {
    display: block;
  }
  .un_topBusineessTitle_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_topBusineessTitle_sidetext {
    padding: 0 20px 10px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .un_topBusinessImage {
    margin: 0 0 20px;
  }
  .un_groupCompany_body {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .un_groupCompany_image {
    width: 100%;
  }
}

@media screen and (max-width: 479px){
  .hp_hide_sm_max {
    display: none !important;
  }
  .hp_hide_sp {
    display: none !important;
  }
}

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

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