@charset "UTF-8";
/*!

//////////////////////////////////////////////////////
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

このCSSファイルはSASSから生成されています。
直接編集しないように注意してください。

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
//////////////////////////////////////////////////////

*/
/*リセットCSS 
---------------------------------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import "vender/swiper.css";
@import "vender/remodal-default-theme.css";
@import "vender/remodal.css";
* {
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
table, blockquote, address, pre, iframe, figure {
  margin: 0;
}
table::before, blockquote::before, address::before, pre::before, iframe::before, figure::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
table::after, blockquote::after, address::after, pre::after, iframe::after, figure::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: 1.6;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*Base style 
---------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  min-height: 100%;
  display: flex;
  font-style: normal;
  flex-direction: column;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
body::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
body::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
body::before {
  margin-top: 0;
}
body::after {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  article {
    display: flex;
    flex-direction: column;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}

/* リスト
-------------------------------------------------------------*/
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 4px #fff0e1 inset;
}

::-webkit-scrollbar-thumb {
  background-color: #0068b7;
  border-radius: 0;
}

.ly_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

/*
.ly_wrapper main article {
  @include width_md {
    display:flex;
    flex-direction: column;
  }
}

.ly_wrapper section:nth-child(2) {
  @include width_md {
    order:-1;
  }
}
*/
.ly_header {
  padding-top: 16px;
  border-bottom: 1px solid #e9e9e9;
}

.ly_header_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 990px) {
  .ly_header_inner {
    max-width: 990px;
  }
}
@media screen and (max-width: 768px) {
  .ly_header_inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 480px) {
  .ly_header_inner {
    max-width: 480px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 320px) {
  .ly_header_inner {
    max-width: 320px;
  }
}

.ly_footer {
  width: 100%;
  margin-top: auto;
  background: #0068b7;
}

.ly_footer_inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 990px) {
  .ly_footer_inner {
    max-width: 990px;
  }
}
@media screen and (max-width: 768px) {
  .ly_footer_inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 480px) {
  .ly_footer_inner {
    max-width: 480px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .ly_footer_inner {
    max-width: 320px;
  }
}

.ly_cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ly_cont_inner {
  width: 100%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 990px) {
  .ly_cont_inner {
    max-width: 990px;
  }
}
@media screen and (max-width: 768px) {
  .ly_cont_inner {
    max-width: 768px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .ly_cont_inner {
    max-width: 480px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 320px) {
  .ly_cont_inner {
    max-width: 320px;
  }
}

.ly_cont_inner__100w {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .ly_cont_inner__mdHidden {
    display: none;
  }
}

/* header module
---------------------------------------------*/
.bl_header__sticky {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #FAFAFA;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bl_header__sticky {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }
}

.bl_header_UtilsWrapper {
  width: 100%;
  position: relative;
}

.bl_headerUtils {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_headerUtils_logo {
  width: 100%;
  cursor: pointer;
  max-width: 234px;
}
@media screen and (max-width: 990px) {
  .bl_headerUtils_logo {
    max-width: 180px;
  }
}

.bl_header_drowerBg {
  display: none;
}

/* header ナビゲーション
---------------------------------------------*/
#nav-sm.bl_headerUtils {
  display: none;
}
@media screen and (max-width: 768px) {
  #nav-sm.bl_headerUtils {
    display: flex;
  }
}

#nav-lg.bl_headerUtils {
  display: flex;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  #nav-lg.bl_headerUtils {
    display: none;
  }
}

.bl_header_subNavWrapper {
  display: flex;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .bl_header_subNavWrapper {
    display: block;
    position: relative;
    transition: all 0.3s;
    transform: translateX(-100%);
    z-index: 10;
  }
}

.bl_header_subNav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bl_header_subNav {
    display: none;
  }
}
.bl_header_subNav li {
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl_header_subNav li {
    width: 100%;
    border-bottom: 1px dashed #e9e9e9;
  }
}

.bl_header_subNav_link {
  display: block;
  position: relative;
  top: 0;
  padding: 0 12px;
  color: #3c3117;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.2rem;
  font-weight: 900;
}
.bl_header_subNav_link:focus, .bl_header_subNav_link:hover {
  transition: all 0.3s;
}
.bl_header_subNav_link::after {
  width: 1px;
  height: 100%;
  content: "";
  background-color: #3c3117;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .bl_header_subNav_link::after {
    height: 80%;
  }
}
@media screen and (max-width: 768px) {
  .bl_header_subNav_link::after {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .bl_header_subNav_link {
    font-size: 11px;
    padding: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .bl_header_subNav_link {
    padding: 14px;
    font-size: 1.2rem;
    transition: all 0.3s;
  }
  .bl_header_subNav_link:focus, .bl_header_subNav_link:hover {
    width: 100%;
  }
  .bl_header_subNav_link:focus span, .bl_header_subNav_link:hover span {
    opacity: 0.5;
  }
}

.bl_header_subNav_searchArea {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_header_subNav_searchArea {
    padding: 14px;
  }
}

.bl_header_subNav_searchBox {
  width: 100px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: left;
  padding: 0 6px;
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 990px) {
  .bl_header_subNav_searchBox {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .bl_header_subNav_searchBox {
    width: 200px;
  }
}

.bl_header_subNav_search {
  width: 20px;
  display: inline-block;
  background-image: url("../images/svg/icon_search.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  .bl_header_subNav_search {
    width: 16px;
    background-size: 90%;
  }
}

.bl_header_subNav_link_icon {
  width: 20px;
  display: inline-block;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 990px) {
  .bl_header_subNav_link_icon {
    width: 16px;
  }
}

.bl_header_NavWrapper {
  display: flex;
  transform: translateX(0);
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_header_NavWrapper {
    display: block;
    position: relative;
    transition: all 0.3s;
    z-index: 10;
  }
}

/* ハンバーガーメニュー
---------------------------------------------*/
.bl_headerNavIcon {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bl_headerNavIcon {
    display: flex;
    position: fixed;
    right: 0px;
    top: -26px;
  }
}
.bl_headerNavIcon span {
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: #000000;
  border-radius: 4px;
}
.bl_headerNavIcon span:nth-of-type(1) {
  top: 0;
}
.bl_headerNavIcon span:nth-of-type(2) {
  top: 9px;
}
.bl_headerNavIcon span:nth-of-type(3) {
  bottom: 0px;
}

@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  .bl_headerNavIcon {
    right: 20px;
    top: 26px;
  }
}
.bl_header_Nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bl_header_Nav {
    position: absolute;
    transform: translateX(-150%);
  }
}
.bl_header_Nav li {
  text-align: center;
  width: calc(16.6666666667% - 6px);
  letter-spacing: 1.5;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bl_header_Nav li {
    height: auto;
    width: 100%;
    text-align: left;
  }
}

.bl_header_Nav_link {
  display: block;
  position: relative;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #0068b7;
  top: 0;
  margin: 0;
  padding: 10px 0px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 900;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_header_Nav_link:focus, .bl_header_Nav_link:hover {
  transition: all 0.3s;
}
.bl_header_Nav_link:focus span, .bl_header_Nav_link:hover span {
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 990px) {
  .bl_header_Nav_link {
    font-size: 14.4px;
    padding: 12px 0px;
  }
}
@media screen and (max-width: 768px) {
  .bl_header_Nav_link {
    padding: 14px;
    transition: all 0.3s;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bl_header_Nav_link br {
    display: none;
  }
  .bl_header_Nav_link:focus, .bl_header_Nav_link:hover {
    width: 100%;
    opacity: 0.5;
  }
  .bl_header_Nav_link:focus span, .bl_header_Nav_link:hover span {
    top: 0;
    padding-left: 1em;
  }
}

.bl_header_Nav_link_icon {
  width: 20px;
  display: inline-block;
}

.bl_footer_fisrtUnit {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 768px) {
  .bl_footer_fisrtUnit {
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #ffffff;
  }
}
.bl_footer_fisrtUnit span {
  align-self: center;
  width: 120px;
  padding: 0 10px;
  background-color: #ffffff;
  color: #0068b7;
  font-weight: 900;
  font-size: 11px;
  text-align: center;
  border-radius: 6px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .bl_footer_fisrtUnit span {
    width: 100%;
    margin-right: 0;
  }
}

.bl_footer_fisrtUnit_nav {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_footer_fisrtUnit_nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -10px;
  }
}
.bl_footer_fisrtUnit_nav li {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
.bl_footer_fisrtUnit_nav li::after {
  position: relative;
  right: 5px;
  content: "";
  width: 2px;
  height: 60%;
  background-color: #ffffff;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .bl_footer_fisrtUnit_nav li::after {
    display: none;
  }
}
.bl_footer_fisrtUnit_nav li a {
  display: block;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.3s;
}
.bl_footer_fisrtUnit_nav li a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
@media screen and (max-width: 990px) {
  .bl_footer_fisrtUnit_nav li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_fisrtUnit_nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_fisrtUnit_nav li {
    margin-bottom: 10px;
  }
}

.bl_footer_fisrtUnit_nav_br {
  display: none;
}
@media screen and (max-width: 990px) {
  .bl_footer_fisrtUnit_nav_br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_fisrtUnit_nav_br {
    display: none;
  }
}

.bl_footer_secondUnit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
}

.bl_footer_secondUnit_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.bl_footer_secondUnit_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_nav {
    width: 100%;
    margin-left: 0px;
    justify-content: center;
  }
}
.bl_footer_secondUnit_nav li {
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
.bl_footer_secondUnit_nav li::after {
  display: block;
  position: relative;
  right: 10px;
  content: "";
  width: 1px;
  height: 60%;
  background-color: #ffffff;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_nav li::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_nav li {
    margin-bottom: 10px;
  }
}
.bl_footer_secondUnit_nav li a {
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  transition: all 0.3s;
}
.bl_footer_secondUnit_nav li a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
@media screen and (max-width: 990px) {
  .bl_footer_secondUnit_nav li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_nav li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_nav.bl_footer_secondUnit_nav_small li a {
    font-size: 11px;
  }
}

.bl_footer_secondUnit_sns {
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_sns {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.bl_footer_secondUnit_sns_icon {
  width: 48px;
  margin-left: 10px;
  transition: all 0.3s;
}
.bl_footer_secondUnit_sns_icon:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_footer_secondUnit_sns_icon {
    width: 45px;
    margin-left: 0;
  }
  .bl_footer_secondUnit_sns_icon:last-child {
    margin-left: 16px;
  }
}

/* copyright
---------------------------------------------*/
.bl_footerCopyright {
  display: block;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
}

.bl_breadcrumb_wrapper {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  background-color: #0068b7;
}

.bl_breadcrumb {
  font-size: 0;
  white-space: nowrap;
  max-width: 1050px;
  background-color: #0068b7;
}
.bl_breadcrumb li {
  display: inline-block;
}
.bl_breadcrumb li a {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px 10px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  border-right: 1px solid #ffffff;
  transform: skewX(-15deg);
}
@media screen and (max-width: 480px) {
  .bl_breadcrumb li a {
    padding: 10px;
  }
}
.bl_breadcrumb li a span {
  display: block;
  transform: skewX(15deg);
  transition: all 0.3s;
}
.bl_breadcrumb li a span:hover, .bl_breadcrumb li a span:focus {
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .bl_breadcrumb li a span {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
  }
}

.bl_breadcrumb li:first-child a,
.bl_breadcrumb li a.active {
  background-color: #0068b7;
  border-right: none;
  position: relative;
}
.bl_breadcrumb li:first-child a::before,
.bl_breadcrumb li a.active::before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: -15.5px;
  transform: skewX(15deg) rotate(-90deg);
  width: 32px;
  height: 10px;
  background-color: #0068b7;
}

@media screen and (max-width: 768px) {
  .bl_breadcrumb_order {
    order: -1;
  }
}

/* バックグラウンド
---------------------------------------------*/
.bl_bg_primary {
  background-color: #0068b7 !important;
}

.bl_bg_secondly {
  background-color: #FAFAFA !important;
}

.bl_bg_harf {
  background: linear-gradient(90deg, #ff8800 0%, #ff8800 50%, #ffc543 50%, #ffc543 100%);
}

.bl_bg_white {
  background-color: #ffffff !important;
}

.bl_bg_cream {
  background-color: #f9f1e1 !important;
}

.bl_bg_red {
  background-color: #ab4657 !important;
}

.bl_bg_pink {
  background-color: #af71a0 !important;
}

.bl_bg_orange {
  background-color: #ba8965 !important;
}

.bl_bg_yellow {
  background-color: #bfc18a !important;
}

.bl_bg_green {
  background-color: #639c70 !important;
}

.bl_bg_blue {
  background-color: #4a82ad !important;
}

.bl_bg_peaple {
  background-color: #8b57a5 !important;
}

.bl_bg_navy {
  background-color: #676793 !important;
}

.bl_bg_gray {
  background-color: #3f3f3f !important;
}

.bl_bg_lightGray {
  background-color: #FAFAFA !important;
}

.bl_bg_typeA {
  background-color: #ff7960 !important;
}

.bl_bg_typeB {
  background-color: #ff8f03 !important;
}

.bl_bg_typeC {
  background-color: #ffb725 !important;
}

.bl_bg_typeD {
  background-color: #62be72 !important;
}

.bl_bg_typeE {
  background-color: #68add2 !important;
}

/* カード
---------------------------------------------*/
.bl_card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_card {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bl_card {
    padding: 6px;
  }
}

.bl_card_body {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .bl_card_body {
    padding: 6px 0;
  }
}

.bl_card_body > *:last-child {
  padding-bottom: 0;
}

.bl_card_ttl {
  font-size: 19.2px;
  margin-top: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl_card_ttl {
    margin-top: 6px;
    font-size: 14px;
  }
}

.bl_card_txt {
  text-align: justify;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl_card_txt {
    font-size: 10px;
  }
}

/* リンク
---------------------------------------------*/
.bl_card__link {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  color: currentColor;
  position: relative;
}

.bl_card__link:hover,
.bl_card__link:focus {
  opacity: 0.5;
}

.bl_card__link.bl_card__link_pinOrange::after {
  display: block;
  content: "";
  background-image: url(../images/1x/img_pin_orange.png);
  width: 24px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .bl_card__link.bl_card__link_pinOrange::after {
    width: 16px;
    height: 20px;
  }
}

.bl_card__link.bl_card__link_pinBlue::after {
  display: block;
  content: "";
  background-image: url(../images/1x/img_pin_blue.png);
  width: 24px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .bl_card__link.bl_card__link_pinBlue::after {
    width: 16px;
    height: 20px;
  }
}

.bl_card__link.bl_card__link_pinPink::after {
  display: block;
  content: "";
  background-image: url(../images/1x/img_pin_pink.png);
  width: 24px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .bl_card__link.bl_card__link_pinPink::after {
    width: 16px;
    height: 20px;
  }
}

.bl_card__link.bl_card__link_pinYellow::after {
  display: block;
  content: "";
  background-image: url(../images/1x/img_pin_yellow.png);
  width: 24px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .bl_card__link.bl_card__link_pinYellow::after {
    width: 16px;
    height: 20px;
  }
}

/* カラム
---------------------------------------------*/
.bl_colWrapper {
  display: flex;
  flex-wrap: wrap;
}

.bl_colUnit__col1 > .bl_colInner {
  width: 100%;
}

.bl_colUnit__col2 > .bl_colInner {
  width: calc(50% - 20px / 2);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2 > .bl_colInner {
    width: 100%;
    margin-right: 0;
  }
}

.bl_colUnit__col2_typeA > .bl_colInner {
  width: calc(50% - 20px / 2);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2_typeA > .bl_colInner {
    width: 100%;
    margin-right: 0;
  }
}

.bl_colUnit__col2_typeB > .bl_colInner {
  width: calc(50% - 20px / 2);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2_typeB > .bl_colInner {
    width: calc(50% - 12px / 2);
    margin-right: 12px;
  }
  .bl_colUnit__col2_typeB > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col3 > .bl_colInner {
  width: calc(33.3333% - 20px * 2 / 3);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col3 > .bl_colInner {
    width: calc(50% - 20px / 2);
    margin-right: 20px;
  }
  .bl_colUnit__col3 > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col3_typeA > .bl_colInner {
  width: calc(33.3333% - 20px * 2 / 3);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col3_typeA > .bl_colInner {
    width: calc(50% - 20px / 2);
    margin-right: 20px;
  }
  .bl_colUnit__col3_typeA > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col3_typeB > .bl_colInner {
  width: calc(33.3333% - 20px * 2 / 3);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col3_typeB > .bl_colInner {
    width: calc(50% - 12px / 2);
    margin-right: 12px;
  }
  .bl_colUnit__col3_typeB > .bl_colInner:nth-child(even) {
    margin-right: 0 !important;
  }
  .bl_colUnit__col3_typeB > .bl_colInner:nth-child(odd) {
    margin-right: 12px !important;
  }
}

.bl_colUnit__col3_typeC > .bl_colInner {
  width: calc(33.3333% - 20px * 2 / 3);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col3_typeC > .bl_colInner {
    width: 100%;
    margin-right: 0;
  }
}

.bl_colUnit__col4 > .bl_colInner {
  width: calc(25% - 20px * 3 / 4);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col4 > .bl_colInner {
    width: calc(50% - 20px / 2);
    margin-right: 20px;
  }
  .bl_colUnit__col4 > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col4_typeA > .bl_colInner {
  width: calc(25% - 20px * 3 / 4);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col4_typeA > .bl_colInner {
    width: calc(50% - 20px / 2);
    margin-right: 20px;
  }
  .bl_colUnit__col4_typeA > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col4_typeB > .bl_colInner {
  width: calc(25% - 20px * 3 / 4);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col4_typeB > .bl_colInner {
    width: calc(50% - 12px / 2);
    margin-right: 12px;
  }
  .bl_colUnit__col4_typeB > .bl_colInner:nth-child(2n) {
    margin-right: 0;
  }
}

.bl_colUnit__col4_typeC > .bl_colInner {
  width: calc(25% - 20px * 3 / 4);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col4_typeC > .bl_colInner {
    width: 100%;
    margin-right: 0;
  }
}

.bl_colUnit__col5 > .bl_colInner {
  width: calc(20% - 20px * 4 / 5);
  margin-right: 20px;
}

.bl_colUnit__col6 > .bl_colInner {
  width: calc(16.6666667% - 20px * 5 / 6);
  margin-right: 20px;
}

.bl_colUnit__col7 > .bl_colInner {
  width: calc(14.2857143% - 20px * 6 / 7);
  margin-right: 20px;
}

.bl_colUnit__col8 > .bl_colInner {
  width: calc(12.5% - 20px * 7 / 8);
  margin-right: 20px;
}

.bl_colUnit__col9 > .bl_colInner {
  width: calc(11.1111111% - 20px * 8 / 9);
  margin-right: 20px;
  padding-top: 20px;
}

.bl_colUnit__col10 > .bl_colInner {
  width: calc(10% - 20px * 9 / 10);
  margin-right: 20px;
}

.bl_colUnit__col11 > .bl_colInner {
  width: calc(9.090909% - 20px * 10 / 11);
  margin-right: 20px;
}

.bl_colUnit__col12 > .bl_colInner {
  width: calc(8.3333333% - 20px * 11 / 12);
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .bl_colUnit__col2 > .bl_colInner:nth-of-type(2n),
  .bl_colUnit__col2_typeA > .bl_colInner:nth-of-type(2n),
  .bl_colUnit__col2_typeB > .bl_colInner:nth-of-type(2n),
  .bl_colUnit__col3 > .bl_colInner:nth-of-type(3n),
  .bl_colUnit__col3_typeA > .bl_colInner:nth-of-type(3n),
  .bl_colUnit__col3_typeB > .bl_colInner:nth-of-type(3n),
  .bl_colUnit__col3_typeC > .bl_colInner:nth-of-type(3n),
  .bl_colUnit__col4 > .bl_colInner:nth-of-type(4n),
  .bl_colUnit__col4_typeA > .bl_colInner:nth-of-type(4n),
  .bl_colUnit__col4_typeB > .bl_colInner:nth-of-type(4n),
  .bl_colUnit__col4_typeC > .bl_colInner:nth-of-type(4n),
  .bl_colUnit__col5 > .bl_colInner:nth-of-type(5n),
  .bl_colUnit__col6 > .bl_colInner:nth-of-type(6n),
  .bl_colUnit__col7 > .bl_colInner:nth-of-type(7n),
  .bl_colUnit__col8 > .bl_colInner:nth-of-type(8n),
  .bl_colUnit__col9 > .bl_colInner:nth-of-type(9n),
  .bl_colUnit__col10 > .bl_colInner:nth-of-type(10n),
  .bl_colUnit__col11 > .bl_colInner:nth-of-type(11n),
  .bl_colUnit__col12 > .bl_colInner:nth-of-type(12n) {
    margin-right: 0;
  }
}
.bl_col_txt {
  text-align: justify;
}

.bl_col_pickup {
  margin-top: 40px;
  color: #3f3f3f;
  transition: all 0.3s;
}
.bl_col_pickup:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_col_pickup {
    margin-top: 20px;
  }
}

.bl_colUnit__col2 .bl_col_pickup:first-child {
  margin-top: 20px;
}

.bl_colUnit__col2 .bl_col_pickup:nth-child(2) {
  margin-top: 20px;
}

.bl_col_pickup img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.bl_col_body {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .bl_col_body {
    padding: 6px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

.bl_col_ttl {
  font-size: 19.2px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .bl_col_ttl {
    font-size: 17.5px;
  }
}

.bl_col_txt.bl_col_txt__singleUnit {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_col_txt.bl_col_txt__singleUnit {
    padding-top: 10px;
    font-size: 14px;
  }
}

.bl_col_txt.bl_col_txt__link {
  color: #0068b7;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}
.bl_col_txt.bl_col_txt__link:hover, .bl_col_txt.bl_col_txt__link:focus {
  opacity: 0.5;
  transition: all 0.3s;
}
.bl_col_txt.bl_col_txt__link::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/svg/icon_link_after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bl_col_txt.bl_col_txt__link::after:hover, .bl_col_txt.bl_col_txt__link::after:focus {
  opacity: 0.5;
  transition: all 0.3s;
}

.bl_col_roadmap__secImg {
  border-bottom: 1px dotted #000000;
  margin: auto;
  margin-top: -10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl_col_roadmap__secImg {
    margin-top: 0;
  }
}
.bl_col_roadmap__secImg img {
  max-width: 174px;
}
@media screen and (max-width: 768px) {
  .bl_col_roadmap__secImg img {
    max-width: 240px;
    width: 36.585366%;
  }
}

.bl_colSpacer_sm {
  margin: 10px auto;
}

.bl_colUnit__col2_typeB .bl_col_roadmap__secImg {
  border-bottom: 1px dotted #000000;
  margin: auto;
  margin-top: -10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2_typeB .bl_col_roadmap__secImg {
    margin-top: 0;
  }
}
.bl_colUnit__col2_typeB .bl_col_roadmap__secImg img {
  max-width: 174px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2_typeB .bl_col_roadmap__secImg img {
    max-width: 240px;
    width: 70%;
  }
}

.bl_compornent_space_lg {
  margin-top: 56px;
}
@media screen and (max-width: 480px) {
  .bl_compornent_space_lg {
    margin-top: 40px;
  }
}

.bl_compornent_space_md {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .bl_compornent_space_md {
    margin-top: 16px;
  }
}

.bl_compornent_space_normal {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .bl_compornent_space_normal {
    margin-top: 16px;
  }
}

.bl_compornent_space_sm {
  margin-top: 16px;
}

/* インフォメーション
---------------------------------------------*/
.bl_information_wrapper {
  border: 4px solid #0068b7;
  overflow-x: scroll;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-top: 20px;
  max-height: 280px;
}
@media screen and (max-width: 768px) {
  .bl_information_wrapper {
    border: 3px solid #0068b7;
  }
}

.bl_information {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dashed #e9e9e9;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}
.bl_information:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.bl_information dl {
  margin: 0;
  padding: 0;
}
.bl_information dt {
  width: 120px;
  display: inline-block;
  color: #0068b7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bl_information dt {
    width: 80px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bl_information dt {
    width: 100%;
  }
}
.bl_information dd {
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .bl_information dd {
    font-size: 14px;
  }
}

.bl_information__index {
  border-top: 1px dashed #e9e9e9;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .bl_information__index {
    margin-top: 0;
  }
}

.bl_information__indexPagenation {
  display: flex;
  justify-content: center;
  text-align: center;
}
.bl_information__indexPagenation a {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  text-align: center;
  font-weight: bold;
}
.bl_information__indexPagenation a:hover, .bl_information__indexPagenation a:focus {
  opacity: 0.5;
  transition: all 0.3s;
}
.bl_information__indexPagenation a.active {
  background-color: #0068b7;
  border-radius: 50%;
}

.bl_information__indexPagenation .bl_information__indexPagenation__prev,
.bl_information__indexPagenation .bl_information__indexPagenation__next {
  width: auto;
  white-space: nowrap;
  height: 30px;
  margin: 0 4px;
  text-align: center;
  font-weight: bold;
}
.bl_information__indexPagenation .bl_information__indexPagenation__prev:hover, .bl_information__indexPagenation .bl_information__indexPagenation__prev:focus,
.bl_information__indexPagenation .bl_information__indexPagenation__next:hover,
.bl_information__indexPagenation .bl_information__indexPagenation__next:focus {
  opacity: 0.5;
  transition: all 0.3s;
}

.bl_information__articleTitle {
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #e9e9e9;
  border-bottom: 1px dashed #e9e9e9;
}
@media screen and (max-width: 768px) {
  .bl_information__articleTitle {
    margin-top: 0;
  }
}
.bl_information__articleTitle span {
  font-size: 14.4px;
}
.bl_information__articleTitle h2 {
  font-size: 24px;
}

.bl_information_article {
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  .bl_information_article {
    margin-bottom: -20px;
  }
}

.bl_information_article .bl_colWrapper:last-of-type {
  padding-bottom: 40px;
  border-bottom: 1px dashed #e9e9e9;
}

.bl_information_article .bl_col_txt__singleUnit {
  margin-bottom: 20px;
}

.bl_information__kinzailiveIndex .bl_card__link .bl_card_body .bl_card_txt {
  color: #afafaf;
}

.bl_information__img {
  margin-top: 40px;
  color: #3f3f3f;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_information__img {
    margin-top: 20px;
  }
}

.bl_colUnit__col2 .bl_information__img:first-child {
  margin-top: 20px;
}

.bl_colUnit__col2 .bl_information__img:nth-child(2) {
  margin-top: 20px;
}

.bl_information__img img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.bl_listUnit {
  border: 4px solid #0068b7;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_listUnit {
    border: 3px solid #0068b7;
  }
  .bl_listUnit:first-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bl_listUnit {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
  }
}

.bl_listUnit_ttl {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  color: #0068b7;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .bl_listUnit_ttl {
    padding: 10px 0;
    font-size: 17.5px;
  }
}

.bl_listUnit_body {
  display: flex;
  flex-direction: column;
}
.bl_listUnit_body li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3px;
}
.bl_listUnit_body li:last-child {
  margin-bottom: 0;
}
.bl_listUnit_body li a {
  display: flex;
  justify-content: inherit;
  align-content: center;
  width: 100%;
  color: #ffffff;
  background-color: #0068b7;
  padding: 10px;
  font-weight: 900;
  font-size: 14.4px;
}
.bl_listUnit_body li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl_listUnit_body li a {
    font-size: 12px;
  }
}

.bl_listUnit_body_icon img {
  width: 16px;
  vertical-align: middle;
}

.bl_badgeUnit {
  border: 4px solid #0068b7;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_badgeUnit {
    border: 3px solid #0068b7;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .bl_badgeUnit {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
  }
}

.bl_badgeUnit_badge_typeA,
.bl_badgeUnit_badge_typeB,
.bl_badgeUnit_badge_typeC {
  position: absolute;
  top: -28px;
}
@media screen and (max-width: 768px) {
  .bl_badgeUnit_badge_typeA,
  .bl_badgeUnit_badge_typeB,
  .bl_badgeUnit_badge_typeC {
    top: -24px;
  }
}
.bl_badgeUnit_badge_typeA img,
.bl_badgeUnit_badge_typeB img,
.bl_badgeUnit_badge_typeC img {
  height: 46px;
}
@media screen and (max-width: 768px) {
  .bl_badgeUnit_badge_typeA img,
  .bl_badgeUnit_badge_typeB img,
  .bl_badgeUnit_badge_typeC img {
    height: 36px;
  }
}

.bl_badgeUnit_ttl {
  margin: 0 auto;
  text-align: center;
  align-content: center;
  padding: 20px 0;
  font-size: 24px;
  color: #0068b7;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .bl_badgeUnit_ttl {
    padding: 10px 0;
    font-size: 17.5px;
  }
}

.bl_badgeUnit_btn {
  display: flex;
  justify-content: center;
  background-color: #0068b7;
  color: #ffffff;
  margin-top: 20px;
  padding: 10px;
  font-size: 14.4px;
  font-weight: 900;
  transition: all 0.3s;
}
.bl_badgeUnit_btn:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl_badgeUnit_btn {
    margin-top: 10px;
    font-size: 14px;
  }
}

.bl_badgeUnit_btn_icon img {
  max-width: 16px;
  vertical-align: text-bottom;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .bl_badgeUnit_btn_icon img {
    max-width: 14px;
  }
}

.bl_badgeUnit.bl_badgeUnit_typeA {
  border: 4px solid #ff7960;
}

.bl_badgeUnit_typeA .bl_badgeUnit_ttl {
  color: #ff7960;
}

.bl_badgeUnit_typeA .bl_badgeUnit_btn {
  background-color: #ff7960;
}

.bl_badgeUnit_badge_typeA {
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  background: #c16955;
  top: -32px;
  left: 10px;
}
.bl_badgeUnit_badge_typeA::before {
  content: "";
  display: block;
  border-bottom: 8px solid #c16955;
  border-right: 6px solid transparent;
  width: 40px;
  height: 0;
  position: absolute;
  top: 16px;
  left: -24px;
  transform: rotate(-90deg);
}
.bl_badgeUnit_badge_typeA::after {
  content: "";
  display: block;
  border-bottom: 8px solid #c16955;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 40px;
  height: 0;
  position: absolute;
  top: 16px;
  right: -24px;
  transform: rotate(90deg);
}
.bl_badgeUnit_badge_typeA span {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #c16955 transparent transparent;
  border-width: 0 20px 8px 0;
}

.bl_badgeUnit.bl_badgeUnit_typeB {
  border: 4px solid #ff8f03;
}

.bl_badgeUnit_typeB .bl_badgeUnit_ttl {
  color: #ff8f03;
}

.bl_badgeUnit_typeB .bl_badgeUnit_btn {
  background-color: #ff8f03;
}

.bl_badgeUnit_badge_typeB {
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  background: #c3792b;
  top: -32px;
  left: 10px;
}
.bl_badgeUnit_badge_typeB::before {
  content: "";
  display: block;
  border-bottom: 8px solid #c3792b;
  border-right: 6px solid transparent;
  width: 40px;
  height: 0;
  position: absolute;
  top: 16px;
  left: -24px;
  transform: rotate(-90deg);
}
.bl_badgeUnit_badge_typeB::after {
  content: "";
  display: block;
  border-bottom: 8px solid #c3792b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 40px;
  height: 0;
  position: absolute;
  top: 16px;
  right: -24px;
  transform: rotate(90deg);
}
.bl_badgeUnit_badge_typeB span {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #c3792b transparent transparent;
  border-width: 0 20px 8px 0;
}

.bl_badgeUnit.bl_badgeUnit_typeC {
  border: 4px solid #ffb725;
}

.bl_badgeUnit_typeC .bl_badgeUnit_ttl {
  color: #ffb725;
}

.bl_badgeUnit_typeC .bl_badgeUnit_btn {
  background-color: #ffb725;
}

.bl_badgeUnit_badge_typeC {
  height: 40px;
  padding: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  background: #c7983c;
  top: -32px;
  left: 10px;
}
.bl_badgeUnit_badge_typeC::before {
  content: "";
  display: block;
  border-bottom: 8px solid #c7983c;
  border-right: 6px solid transparent;
  width: 40px;
  height: 0;
  position: absolute;
  top: 16px;
  left: -24px;
  transform: rotate(-90deg);
}
.bl_badgeUnit_badge_typeC::after {
  content: "";
  display: block;
  border-bottom: 8px solid #c7983c;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 40px;
  height: 0;
  position: absolute;
  top: 16px;
  right: -24px;
  transform: rotate(90deg);
}
.bl_badgeUnit_badge_typeC span {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #c7983c transparent transparent;
  border-width: 0 20px 8px 0;
}

.bl_itemUnit_Wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_itemUnit_Wrapper {
    margin-top: 10px;
  }
}

.bl_itemUnit {
  padding: 20px 0;
  border-bottom: 1px dashed #000000;
  display: flex;
  color: #000000;
  transition: all 0.3s;
}
.bl_itemUnit:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.bl_itemUnit.bl_itemUnit_topLine {
  border-top: 1px dashed #000000;
}
@media screen and (max-width: 768px) {
  .bl_itemUnit.bl_itemUnit_topLine {
    border-top: none;
  }
}

.bl_itemUnit_item {
  min-width: 138px;
  width: 20%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .bl_itemUnit_item {
    min-width: 100px;
  }
}

.bl_itemUnit_body {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.bl_itemUnit_price {
  font-size: 14.4px;
  font-weight: 700;
}
.bl_itemUnit_price::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.bl_itemUnit_price::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media screen and (max-width: 768px) {
  .bl_itemUnit_price {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: -0.2px;
  }
}

.bl_itemUnit_ttl {
  margin-top: 10px;
  font-size: 19.2px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bl_itemUnit_ttl {
    font-size: 17.5px;
  }
}

.bl_itemUnit_txt {
  margin-top: 20px;
  font-size: 14.4px;
}
.bl_itemUnit_txt::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.bl_itemUnit_txt::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media screen and (max-width: 768px) {
  .bl_itemUnit_txt {
    margin-top: 16px;
    font-size: 14px;
  }
}

.bl_colUnit__col2 .bl_itemUnit .bl_itemUnit_item {
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2 .bl_itemUnit .bl_itemUnit_item {
    min-width: 138px;
  }
}
@media screen and (max-width: 480px) {
  .bl_colUnit__col2 .bl_itemUnit .bl_itemUnit_item {
    min-width: 110px;
  }
}

.bl_qaUnit {
  padding: 20px 0;
  border-bottom: 1px dashed #000000;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.bl_qaUnit:first-of-type {
  margin-top: 20px;
  border-top: 1px dashed #000000;
}
@media screen and (max-width: 768px) {
  .bl_qaUnit:first-of-type {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl_qaUnit {
    padding: 10px 0;
  }
}

.bl_quastionUnit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.bl_quastionUnit p {
  font-size: 19.2px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bl_quastionUnit p {
    font-size: 17.5px;
  }
}

.bl_answerUnit {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 10px;
}
.bl_answerUnit p {
  font-size: 14.4px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .bl_answerUnit p {
    font-size: 14px;
  }
}

.bl_quastionUnit__q,
.bl_quastionUnit__a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 19.2px;
  font-weight: 900;
  margin-right: 10px;
  flex-shrink: 0;
}

.bl_quastionUnit__q {
  background-color: #0068b7;
}

.bl_quastionUnit__a {
  background-color: #535353;
}

/* ボタンユニット
---------------------------------------------*/
.bl_btnUnit {
  border-radius: 10px;
  background-color: #0068b7;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  font-weight: 900;
  font-size: 14.4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 450px;
  vertical-align: middle;
  transition: all 0.3s;
}
.bl_btnUnit:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_btnUnit {
    margin-top: 10px;
  }
}

/* button
---------------------------------------------*/
.bl_btn_typeA,
.bl_btn_typeB {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background-color: #e9e9e9;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .bl_btn_typeA,
  .bl_btn_typeB {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl_btn_typeA,
  .bl_btn_typeB {
    margin-top: 10px;
    padding: 12.5px;
  }
}

.bl_btn_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_btn_inner {
    justify-content: center;
  }
}

.bl_btn_img {
  max-width: 126px;
  height: auto;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .bl_btn_img {
    width: 22.5%;
  }
}

.bl_btn_title {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bl_btn_title {
    font-size: 16.8px;
    padding-top: 6px;
  }
}

.bl_btn_caption {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bl_btn_caption {
    font-size: 11.2px;
  }
}

.bl_btn_textWrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.bl_btn_textWrapper img {
  max-width: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .bl_btn_textWrapper img {
    max-width: 30px;
  }
}

.bl_btn_typeB .bl_btn_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bl_btn_typeB .bl_btn_textWrapper {
  text-align: center;
}

.bl_colUnit__col4 .bl_btn_typeB .bl_btn_textWrapper {
  flex-flow: column-reverse;
}
.bl_colUnit__col4 .bl_btn_typeB .bl_btn_textWrapper p {
  margin-top: 8px;
  line-height: 1.5;
}

.bl_colUnit__col4_typeB .bl_btn_typeB .bl_btn_textWrapper {
  flex-flow: column;
}
.bl_colUnit__col4_typeB .bl_btn_typeB .bl_btn_textWrapper p {
  margin-top: 8px;
  line-height: 1.5;
}

.bl_btn_title.bl_btn_title__lgNoPad {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .bl_btn_title.bl_btn_title__lgNoPad {
    padding: 17.5px 0;
  }
}

.bl_btn_typeRoadmap {
  display: inline-block;
  width: 100%;
  background-color: #e9e9e9;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bl_btn_typeRoadmap {
    margin-top: 10px;
  }
}

.bl_btn_typeRoadmap .bl_btn_inner {
  position: relative;
}
.bl_btn_typeRoadmap .bl_btn_img {
  width: 100%;
  max-width: 174px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_btn_typeRoadmap .bl_btn_img {
    width: 36.585366%;
  }
}

.bl_btn_textWrapper__roadmap {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 480px) {
  .bl_btn_textWrapper__roadmap {
    padding: 20px 20px 20px 0;
  }
}

.bl_btn_textWrapper__roadmap .bl_btn_title {
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .bl_btn_textWrapper__roadmap .bl_btn_title {
    font-size: 22.4px;
  }
}

@media screen and (max-width: 768px) {
  .bl_btn_textWrapper__roadmap .bl_btn_caption {
    font-size: 12.2px;
  }
}

.bl_colUnit__col2_typeB .bl_btn_typeRoadmap .bl_btn_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2_typeB .bl_btn_typeRoadmap .bl_btn_inner {
    justify-content: center;
    flex-direction: column;
    padding-top: 15px;
  }
}

.bl_colUnit__col2_typeB .bl_btn_typeRoadmap .bl_btn_inner .bl_btn_textWrapper__roadmap {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 30px 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2_typeB .bl_btn_typeRoadmap .bl_btn_inner .bl_btn_textWrapper__roadmap {
    padding: 20px 20px 20px 20px;
  }
}

.bl_colUnit__col2_typeB .bl_btn_typeRoadmap .bl_btn_img {
  width: 100%;
  max-width: 174px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_colUnit__col2_typeB .bl_btn_typeRoadmap .bl_btn_img {
    max-width: 240px;
    width: 50%;
    margin-right: 0 !important;
  }
}

/* アコーディオンユニット
---------------------------------------------*/
.bl_accUnit_wrapper {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #000000;
  margin: 0;
  padding: 0;
}
.bl_accUnit_wrapper:first-child {
  border-top: 1px dotted #000000;
}

.bl_accUnit,
.bl_accUnit__open {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.bl_accUnit::before,
.bl_accUnit__open::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/svg/icon_accordion.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_accUnit,
  .bl_accUnit__open {
    padding: 30px 0;
  }
}
.bl_accUnit h4,
.bl_accUnit__open h4 {
  padding-left: 35px;
  line-height: 1;
}

.bl_accUnit__2col {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.bl_accUnit__2col::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/svg/icon_accordion.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_accUnit__2col::before {
    width: 20px;
    height: 20px;
  }
}
.bl_accUnit__2col h4 {
  padding-left: 35px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bl_accUnit__2col h4 {
    font-size: 1.8rem;
  }
}

.bl_accUnit__open {
  cursor: default;
}

@media all and (-ms-high-contrast: none) {
  .bl_accUnit::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.bl_accUnit__open::before,
.bl_accUnit.active::before,
.bl_accUnit__2col.active::before {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.bl_accUnit_contents {
  display: none;
}

.bl_accUnit__open + .bl_accUnit_contents {
  display: block;
}

.bl_accUnit_contents.active {
  margin-bottom: 10px;
}

.bl_accUnit_contents_inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bl_accUnit_contents_inner {
    flex-direction: column;
  }
}

.bl_accUnit__subUnit {
  display: inline-flex;
  flex-direction: column;
  width: calc((100% - 75px) / 6);
  margin-right: 15px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  transition: all 0.3s;
  opacity: 1;
}
.bl_accUnit__subUnit:nth-child(6n) {
  margin-right: 0;
}
.bl_accUnit__subUnit:hover, .bl_accUnit__subUnit:focus {
  transition: all 0.3s;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl_accUnit__subUnit {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    padding: 15px;
    margin-bottom: 10px;
  }
  .bl_accUnit__subUnit:last-child {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  .bl_accUnit__subUnit {
    width: calc((99% - 75px) / 6);
  }
}
.bl_accUnit_img {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background-color: #f9f1e1;
  flex-basis: 1;
  min-height: 1px;
}
@media screen and (max-width: 768px) {
  .bl_accUnit_img {
    padding: 10px 5%;
  }
}
.bl_accUnit_img img {
  min-width: 60px;
}

.bl_accUnit_text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_accUnit_text {
    display: flex;
    align-items: flex-start;
    padding: 0 10px;
  }
}
.bl_accUnit_text p {
  color: #3f3f3f;
  font-size: 14.4px;
  text-align: justify;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .bl_accUnit_text p {
    line-height: 1.5;
    font-size: 14px;
  }
}
.bl_accUnit_text p span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .bl_accUnit_text p span {
    padding: 0 5px 5px;
    color: #afafaf !important;
  }
}

.bl_accUnit_roadmap .bl_accUnit_contents_inner {
  flex-direction: column;
}

.bl_accUnit_roadmap .bl_accUnit__subUnit {
  width: 100%;
  margin: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  background-color: #e9e9e9;
  color: #ffffff;
}
.bl_accUnit_roadmap .bl_accUnit__subUnit:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bl_accUnit_roadmap .bl_accUnit__subUnit {
    flex-direction: column !important;
  }
  .bl_accUnit_roadmap .bl_accUnit__subUnit:last-child {
    margin-bottom: 30px;
  }
}

.bl_bg_cream .bl_accUnit_roadmap .bl_accUnit__subUnit {
  border-bottom: 2px solid #f9f1e1;
}

.bl_accUnit_roadmap .bl_accUnit_text p {
  margin-top: 0;
  color: #ffffff;
}

.bl_accUnit_roadmap .bl_accUnit_text::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/svg/icon_accordion_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: none;
}

.bl_accUnit_wrapper__typeA .bl_accUnit_roadmap .bl_accUnit__subUnit {
  background-color: #ff7960;
}

.bl_accUnit_wrapper__typeA .bl_accUnit::before,
.bl_accUnit_wrapper__typeA .bl_accUnit__open::before,
.bl_accUnit_wrapper__typeA .bl_accUnit__2col::before {
  background-image: url("../images/svg/icon_accordion_pink.svg");
}

.bl_accUnit_wrapper__typeB .bl_accUnit_roadmap .bl_accUnit__subUnit {
  background-color: #ff8f03;
}

.bl_accUnit_wrapper__typeB .bl_accUnit::before,
.bl_accUnit_wrapper__typeB .bl_accUnit__open::before,
.bl_accUnit_wrapper__typeB .bl_accUnit__2col::before {
  background-image: url("../images/svg/icon_accordion.svg");
}

.bl_accUnit_wrapper__typeC .bl_accUnit_roadmap .bl_accUnit__subUnit {
  background-color: #62be72;
}

.bl_accUnit_wrapper__typeC .bl_accUnit::before,
.bl_accUnit_wrapper__typeC .bl_accUnit__open::before,
.bl_accUnit_wrapper__typeC .bl_accUnit__2col::before {
  background-image: url("../images/svg/icon_accordion_green.svg");
}

.bl_accUnit_wrapper__typeD .bl_accUnit_roadmap .bl_accUnit__subUnit {
  background-color: #68add2;
}

.bl_accUnit_wrapper__typeD .bl_accUnit::before,
.bl_accUnit_wrapper__typeD .bl_accUnit__open::before,
.bl_accUnit_wrapper__typeD .bl_accUnit__2col::before {
  background-image: url("../images/svg/icon_accordion_blue.svg");
}

#section_01 .bl_accUnit_wrapper:last-of-type,
#section_02 .bl_accUnit_wrapper:last-of-type,
#section_03 .bl_accUnit_wrapper:last-of-type,
#section_04 .bl_accUnit_wrapper:last-of-type {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .bl_accUnit__2col + .bl_accUnit_contents .bl_accUnit_text {
    padding: 0 20px 0 0 !important;
  }
}

.bl_accUnit__2col + .bl_accUnit_roadmap .bl_accUnit__subUnit:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bl_accUnit__2col + .bl_accUnit_roadmap .bl_accUnit__subUnit {
    flex-direction: column !important;
  }
  .bl_accUnit__2col + .bl_accUnit_roadmap .bl_accUnit__subUnit:last-child {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .bl_accUnit__2col + .bl_accUnit_roadmap .bl_accUnit_text::after {
    right: -10px !important;
  }
}

#top_slider.slide-wrapper {
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #top_slider.slide-wrapper {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 8px solid #000000;
  }
}

#top_slider .swiper-container {
  display: flex;
  flex-direction: row;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px #444;
}
@media screen and (max-width: 768px) {
  #top_slider .swiper-container {
    flex-direction: column;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}

#top_slider .swiper-slide {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #top_slider .swiper-slide {
    flex-direction: column;
  }
}
#top_slider .swiper-slide img {
  border-radius: 0 !important;
}

.main_img {
  width: 75%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main_img {
    width: 100%;
  }
}

.thumbnail_lg {
  display: flex;
  width: 25%;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .thumbnail_lg {
    display: none;
  }
}
.thumbnail_lg ul {
  min-height: 1px;
}

.Swiper-Container-Pagination {
  margin-top: 0px;
  display: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .Swiper-Container-Pagination {
    display: flex;
  }
}

.bl_tableUnit table {
  width: 100%;
  border: 2px solid #3f3f3f;
  margin-top: 30px;
}
.bl_tableUnit table tbody tr th {
  width: 25%;
  padding: 25px 35px;
  background-color: #ffffff;
  border-right: 2px solid #3f3f3f;
  border-bottom: 2px solid #3f3f3f;
}
@media screen and (max-width: 768px) {
  .bl_tableUnit table tbody tr th {
    padding: 15px;
    width: 100%;
    display: block;
    border-right: none;
    font-size: 14.4px;
  }
}
.bl_tableUnit table tbody tr td {
  width: 75%;
  padding: 25px 35px;
  background-color: #ffffff;
  text-align: justify;
  border-bottom: 2px solid #3f3f3f;
}
@media screen and (max-width: 768px) {
  .bl_tableUnit table tbody tr td {
    padding: 15px;
    width: 100%;
    display: block;
    font-size: 14.4px;
  }
}
.bl_tableUnit table tbody tr:last-of-type th {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .bl_tableUnit table tbody tr:last-of-type th {
    border-bottom: 2px solid #3f3f3f;
    border-right: none;
  }
}
.bl_tableUnit table tbody tr:last-of-type td {
  border-bottom: none;
}

.bl_tableUnit.bl_tableUnit__gray table tbody tr th {
  background-color: #f0f0f0;
}

.bl_tableUnit.bl_tableUnit__cream table tbody tr th {
  background-color: #f9f1e1;
}

.bl_tableUnit.bl_tableUnit__yellow table tbody tr th {
  background-color: #006887;
}

/* トップへ戻る
---------------------------------------------*/
.el_btn_backToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 36px;
  right: 15px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .el_btn_backToTop {
    bottom: 24px;
    right: 12px;
  }
}

.el_btn_backToTop_imgWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px;
}
.el_btn_backToTop_imgWrapper img {
  width: 8px;
  transform: rotate(-90deg);
}

/* 見出し
---------------------------------------------*/
h1,
.el_lv1Heading {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

h2,
.el_lv2Heading {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
}
h2::before,
.el_lv2Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
h2::after,
.el_lv2Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

h3,
.el_lv3Heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
h3::before,
.el_lv3Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
h3::after,
.el_lv3Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

h4,
.el_lv4Heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
h4::before,
.el_lv4Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
h4::after,
.el_lv4Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

h5,
.el_lv5Heading {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
h5::before,
.el_lv5Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
h5::after,
.el_lv5Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

h6,
.el_lv6Heading {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
h6::before,
.el_lv6Heading::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
h6::after,
.el_lv6Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.el_heading_liner {
  width: 100%;
  display: inline-block;
  background-color: #006887;
  padding: 10px;
}

.el_xl_title {
  font-size: 38.4px;
  text-align: center;
  color: #0068b7;
  padding-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .el_xl_title {
    padding-top: 10px;
    font-size: 28px;
    margin-bottom: -10px;
  }
}

.el_lg_title_single {
  font-size: 32px;
  text-align: center;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .el_lg_title_single {
    padding-top: 10px;
    font-size: 22.4px;
  }
}

.el_lg_title {
  font-size: 32px;
  text-align: center;
  color: #000000;
  padding-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .el_lg_title {
    padding-top: 10px;
    font-size: 22.4px;
  }
}

@media screen and (max-width: 768px) {
  .el_lg_title.el_lg_title__pt {
    padding-top: 20px;
  }
}

.el_lg_title_sub {
  font-size: 16px;
  text-align: center;
  color: #000000;
  font-weight: 900;
  padding-top: 6px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .el_lg_title_sub {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.el_heading_liner_middle {
  text-align: center;
  display: block;
  border-top: 4px solid #3f3f3f;
  border-bottom: 4px solid #3f3f3f;
  padding: 20px 0;
  margin-top: 20px;
}
.el_heading_liner_middle h4 {
  font-size: 24px !important;
}

.el_heading_liner_middle__red {
  text-align: center;
  display: block;
  border-top: 4px solid #ab4657;
  border-bottom: 4px solid #ab4657;
  padding: 20px 0;
  margin-top: 20px;
}
.el_heading_liner_middle__red h4 {
  font-size: 24px !important;
}

.el_heading_square {
  margin-top: 30px;
  position: relative;
}
.el_heading_square h4 {
  font-size: 19.2px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .el_heading_square h4 {
    font-size: 1.75rem;
  }
}
.el_heading_square img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.el_heading_grayLine {
  margin-top: 30px;
  padding: 15px;
  background-color: #e9e9e9;
  display: block;
  width: 100%;
}
.el_heading_grayLine h5 {
  font-size: 19.2px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .el_heading_grayLine h5 {
    font-size: 1.75rem;
  }
}

/* メディア
---------------------------------------------*/
.el_img_scaleWrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.el_img_scaleWrapper:hover img, .el_img_scaleWrapper:focus img {
  transform: scale(1.1);
  transition: all 0.3s;
}

/* オブジェクトフィット
---------------------------------------------*/
.el_imgOjf {
  width: 100%;
  height: 200px;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20%, 50%;
     object-position: 20%, 50%;
}

/* ヘルパークラス
---------------------------------------------*/
.bl_header_drowerBg.is_active {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  z-index: 3;
}

.bl_header_UtilsWrapper.is_active {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: #FAFAFA;
  z-index: 5;
}

.bl_header_UtilsWrapper.is_active .bl_headerUtils .bl_headerUtils_logo {
  display: none;
}

.bl_header_subNavWrapper.is_active {
  width: 100%;
  position: absolute;
  top: 455px;
  left: 0;
  transform: translateX(0);
  z-index: 11;
}

.bl_header_subNav.is_active {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
}

.bl_headerNavIcon.is_active {
  position: fixed;
  top: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .bl_headerNavIcon.is_active {
    display: flex;
    position: fixed;
    right: 30px;
    top: 34px;
  }
}
.bl_headerNavIcon.is_active span:nth-of-type(1) {
  top: 0;
  transform: translate(0px, 9px) rotate(-225deg);
}
.bl_headerNavIcon.is_active span:nth-of-type(2) {
  top: 14px;
  opacity: 0;
}
.bl_headerNavIcon.is_active span:nth-of-type(3) {
  bottom: 0;
  transform: translate(0px, -9px) rotate(225deg);
}

.bl_header_NavWrapper.is_active {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  z-index: 10;
}

.bl_header_Nav.is_active {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 60px;
  overflow: auto;
  border-top: 1px solid #e9e9e9;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
  z-index: 10;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .bl_header_Nav.is_active {
    display: block !important;
  }
}

.bl_header_Nav.is_active .bl_header_Nav_link {
  background-color: #FAFAFA;
  color: #3c3117;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.bl_header_Nav.is_active .bl_header_Nav_link:hover {
  background-color: #ffffff;
  color: #0068b7;
  opacity: 1;
}

.swiper-content-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper-content-wrapper {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .swiper-content-wrapper {
    width: calc(100% - 44px);
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-slide img {
  border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  z-index: 3;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/svg/icon_prev_next.svg");
  left: 15%;
  right: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -2%;
  }
}
@media screen and (max-width: 480px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -4%;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/svg/icon_prev_next.svg");
  right: 15%;
  left: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -2%;
  }
}
@media screen and (max-width: 480px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -4%;
  }
}

.swiper-pagination {
  position: relative;
  margin: 0 auto;
  width: auto;
  padding-top: 20px;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    padding-top: 10px;
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ffffff !important;
  opacity: 1 !important;
  border: 2px solid #000000;
  margin-right: 10px;
}
.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #000000 !important;
  border: 2px solid #000000;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

#top_slider .swiper-pagination-bullet {
  width: 50%; /* 下サムネイルの横幅指定 */
  max-height: 500px;
  border: 0;
}
@media screen and (max-width: 480px) {
  #top_slider .swiper-pagination-bullet {
    max-height: 300px;
  }
}

#top_slider .Swiper-Container-Pagination-ImgBox {
  width: 50% !important; /* 下サムネイルの横幅指定 */
  display: flex;
  opacity: 1; /* アクティブじゃないサムネイルは黒マスクかける */
  margin: 0 !important;
  border-radius: 0;
  background: #121212;
  height: auto;
  transition: all 0.3s;
  position: relative;
}

#top_slider .Swiper-Container-Pagination-ImgBox:nth-child(1) {
  margin-left: 0 !important; /* 1番左のブロックはマージンつけない */
}

#top_slider .Swiper-Container-Pagination-ImgBox.swiper-pagination-bullet-active {
  position: relative;
  transition: all 0.3s;
}

#top_slider .Swiper-Container-Pagination-ImgBox.swiper-pagination-bullet-active::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: cover;
  animation-duration: 0.3s;
}
@keyframes cover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#top_slider .Swiper-Container-Pagination-ImgBox-Img {
  display: flex;
  width: 100%;
  transition: all 0.3s;
  /*padding-top: 72.22%;*/ /* 下のサムネイルの画像比率指定 */
}/*# sourceMappingURL=style.css.map */