@charset "UTF-8";
/*!

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

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

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

*/
/*リセットCSS 
---------------------------------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import url(vender/swiper.css);
@import url(vender/remodal-default-theme.css);
@import url(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　) * .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　) * .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 */
  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;
  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;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-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;
  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-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  flex-direction: column;
  background: #dddddd;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
body::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6　) * .5em);
}
body::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6　) * .5em);
}
body::before {
  margin-top: 0;
}
body::after {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #055BA6;
}
a:hover, a:focus {
  color: #C4C4C4;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  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;
}

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

.ly_header {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ly_header_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (max-width: 960px) {
  .ly_header_inner {
    max-width: 960px;
  }
}
@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: 0 12px;
  }
}
@media screen and (max-width: 320px) {
  .ly_header_inner {
    max-width: 320px;
  }
}

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

.ly_footer_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (max-width: 960px) {
  .ly_footer_inner {
    max-width: 960px;
  }
}
@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: 12px;
  }
}
@media screen and (max-width: 320px) {
  .ly_footer_inner {
    max-width: 320px;
  }
}

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

.ly_cont__W100 {
  max-width: 100%;
}

.ly_cont_inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 28px;
}
@media screen and (max-width: 960px) {
  .ly_cont_inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .ly_cont_inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 480px) {
  .ly_cont_inner {
    max-width: 480px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 320px) {
  .ly_cont_inner {
    max-width: 320px;
  }
}

/* CTA
---------------------------------------------*/
.bl_ctaUnit {
  padding: 32px;
  background-color: rgba(221, 116, 44, 0.05);
  border: 1px solid #F68306;
  text-align: center;
}

.bl_cta > *:last-child {
  margin-bottom: 0;
}

.bl_cta_ttl {
  border-bottom: 1px solid currentColor;
  padding-bottom: 16px;
  color: #F68306;
  font-size: 1.5rem;
  font-weight: bold;
}

.bl_cta_button {
  margin-top: 20px;
}

/* header module
---------------------------------------------*/
.bl_header__sticky {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #044379;
  z-index: 3;
}

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

.bl_headerUtils_logo {
  width: 100%;
  cursor: pointer;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .bl_headerUtils_logo {
    min-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .bl_headerUtils_logo {
    min-width: 100px;
  }
}

.bl_header_drowerBg {
  display: none;
}

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

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

/* ハンバーガーメニュー
---------------------------------------------*/
.bl_headerNavIcon {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bl_headerNavIcon {
    display: flex;
    position: relative;
    right: -24px;
  }
}
.bl_headerNavIcon span {
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: #ffffff;
  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;
}

/* header ナビゲーション
---------------------------------------------*/
.bl_headerNav_link {
  display: block;
  position: relative;
  top: 0;
  padding: 0 12px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1rem;
}
.bl_headerNav_link:focus, .bl_headerNav_link:hover {
  transition: all 0.3s;
  color: #044379;
}
.bl_headerNav_link:focus span, .bl_headerNav_link:hover span {
  position: relative;
  transition: all 0.3s;
}
.bl_headerNav_link::after {
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl_headerNav_link::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bl_headerNav_link {
    padding: 16px;
    font-size: 1.4rem;
    transition: all 0.3s;
  }
  .bl_headerNav_link:focus, .bl_headerNav_link:hover {
    width: 100%;
    background-color: #C4C4C4;
  }
  .bl_headerNav_link:focus span, .bl_headerNav_link:hover span {
    top: 0;
    padding-left: 1em;
  }
}

.bl_headerNav_link_first::before {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .bl_headerNav_link_first::before {
    display: none;
  }
}

.bl_footer_logo {
  width: 120px;
  display: block;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .bl_footer_logo {
    width: 80px;
  }
}

/* copyright
---------------------------------------------*/
.bl_footerCopyright {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .bl_footerCopyright {
    font-size: 0.8rem;
  }
}

/* パンくずリスト
---------------------------------------------*/
.bl_breadcrumb {
  position: relative;
  color: #000000;
}
.bl_breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}
.bl_breadcrumb li::after {
  display: inline-block;
  content: "\03e";
  padding: 0 0.5em;
}
.bl_breadcrumb li:last-of-type {
  padding-right: 0;
}
.bl_breadcrumb li:last-of-type::after {
  display: none;
}
.bl_breadcrumb li a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.3s;
}
.bl_breadcrumb li a:hover, .bl_breadcrumb li a:focus {
  color: #C4C4C4;
  transition: all 0.3s;
}

/* アコーディオン
---------------------------------------------*/
.bl_accordion {
  position: relative;
}

.bl_accordion_check {
  display: none;
}

.bl_accordion_label {
  display: block;
  margin-bottom: 1px;
  padding: 0.75em;
  background-color: #888888;
  position: relative;
}
.bl_accordion_label:hover, .bl_accordion_label:focus {
  transition: all 0.3s;
  opacity: 0.75 !important;
}
.bl_accordion_label::after {
  display: block;
  content: "";
  width: 40px;
  height: 100%;
  padding: 0.75em;
  background-image: url(../../../../../assets/images/svg/plus.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.bl_accordion_cont {
  height: 0;
  padding: 0 0.75em;
  background-color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.bl_accordion_cont span {
  opacity: 0;
  visibility: hidden;
}

.bl_accordion_check:checked + .bl_accordion_label::after {
  background-image: url(../../../../../assets/images/svg/minus.svg);
  transform: rotate(180deg);
  transition: all 0.3s;
}

.bl_accordion_check:checked + .bl_accordion_label + .bl_accordion_cont {
  height: 100%;
  padding: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.bl_accordion_check:checked + .bl_accordion_label +
.bl_accordion_cont span {
  opacity: 1;
  visibility: visible;
}

/* タブ
---------------------------------------------*/
.bl_tabUnit {
  padding-bottom: 0.75em;
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
}

input[name="tab_item"] {
  display: none;
}

.bl_tabUnit_item {
  width: calc(100%/4);
  position: relative;
  padding: 0.75em;
  float: left;
  border-bottom: 3px solid #044379;
  background-color: #888888;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
}
.bl_tabUnit_item:hover, .bl_tabUnit_item:focus {
  opacity: 0.75;
}

.bl_tabUnit_cont {
  display: none;
  padding: 0.75em 0.75em 0;
  clear: both;
  overflow: hidden;
}

#tab_01:checked ~ #tab_01_cont,
#tab_02:checked ~ #tab_02_cont,
#tab_03:checked ~ #tab_03_cont,
#tab_04:checked ~ #tab_04_cont {
  display: block;
}

.bl_tabUnit input:checked + .bl_tabUnit_item {
  background-color: #C4C4C4;
}
.bl_tabUnit input:checked + .bl_tabUnit_item::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #C4C4C4 transparent transparent transparent;
}

/* form
---------------------------------------------*/
.bl_formUnit {
  position: relative;
}
.bl_formUnit p {
  display: inline-block;
  vertical-align: text-top;
}

.bl_formUnit_label {
  width: calc((100% / 8) * 2);
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.bl_formUnit_label::after {
  display: inline-block;
  content: ":";
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .bl_formUnit_label {
    width: 100%;
  }
}

.bl_formUnit_input {
  padding: 0.5em;
  line-height: 1;
  border: 1px solid #888888;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all 0.3s;
}
.bl_formUnit_input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media screen and (max-width: 768px) {
  .bl_formUnit_input {
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
  }
}

.bl_formUnit_input__textarea {
  width: calc((100% / 8) * 6 );
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #888888;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bl_formUnit_input__textarea:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media screen and (max-width: 768px) {
  .bl_formUnit_input__textarea {
    width: 100%;
    margin-top: 16px;
  }
}

.bl_formUnit_checkbox,
.bl_formUnit_radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 0.5em;
}
.bl_formUnit_checkbox:last-child,
.bl_formUnit_radio:last-child {
  padding-bottom: 0;
}

.bl_formUnit_select {
  padding: 4px 20px 4px 7px;
  border: 1px solid #888888;
  border-radius: 4px;
  background: url("../../../../../assets/images/svg/select.svg") no-repeat right 0.75rem center/8px 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .bl_formUnit_select {
    width: 100%;
  }
}
.bl_formUnit_select:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bl_formUnit_label.bl_formUnit_label_text {
  align-self: flex-start;
}

.bl_formUnit_outputTxt {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .bl_formUnit_outputTxt {
    padding-top: 16px;
  }
}

.bl_formUnit_confirmation__textarea {
  width: calc((100% / 8) * 6 - 16px);
  display: inline-block;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .bl_formUnit_confirmation__textarea {
    width: 100%;
  }
}

.bl_formUnit > .bl_formUnit_thanksText {
  display: block;
  text-align: center;
}

.bl_formUnit_btnWrapper {
  margin: 0 auto;
  text-align: center;
}

/* テーブル
---------------------------------------------*/
/* 水平
---------------------------------------------*/
.bl_horizTable {
  border: 1px solid #444444;
}

.bl_horizTable table {
  width: 100%;
}

.bl_horizTable th {
  width: 20%;
  padding: 0.75em;
  background-color: #888888;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .bl_horizTable th {
    padding: 16px;
  }
}

.bl_horizTable td {
  width: 80%;
  padding: 0.75em;
  border-bottom: 1px solid #444444;
}
@media screen and (max-width: 768px) {
  .bl_horizTable td {
    padding: 16px;
  }
}

.bl_horizTable tr:last-child th,
.bl_horizTable tr:last-child td {
  border-bottom-width: 0;
}

/* 拡張パターン/メディアクエリ時のスクロール用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .bl_horizTable.bl_horizTable__mdScroll {
    border-right-width: 0;
  }

  .bl_horizTable.bl_horizTable__mdScroll th,
  .bl_horizTable.bl_horizTable__mdScroll td {
    white-space: wrap;
  }

  .bl_horizTable.bl_horizTable__mdScroll td {
    border-right: 1px solid #444444;
  }
}
/* カード
---------------------------------------------*/
.bl_card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.bl_card_body {
  padding: 24px;
}

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

.bl_card_ttl {
  font-size: 2rem;
  font-weight: 700;
}

.bl_card_txt {
  margin-top: 16px;
  text-align: justify;
}

/* バッジ
---------------------------------------------*/
.bl_card_badge {
  position: relative;
}

.bl_card_badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-color: #DA1418 transparent transparent transparent;
  border-style: solid;
  border-width: 5.4rem 5.4rem 0 0;
  z-index: 1;
}

.bl_card_badge::before {
  content: "NEW!!";
  position: absolute;
  top: 1rem;
  left: .3rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  transform: rotate(-45deg);
  letter-spacing: normal;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bl_colUnit__col2 > .bl_colInner:nth-of-type(2n),
.bl_colUnit__col3 > .bl_colInner:nth-of-type(3n),
.bl_colUnit__col4 > .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_txtMulti {
  column-count: 2;
  column-gap: 32px;
  padding-top: 1em;
}
.bl_col_txtMulti::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
}
.bl_col_txtMulti::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
}
@media screen and (max-width: 480px) {
  .bl_col_txtMulti {
    column-count: 1;
  }
}

/* メディアクエリで適用時縦並び
---------------------------------------------*/
/*
.bl_colWrapper > .bl_colInner {
	@include  width_md {
		margin-right:0;
    width:100%;
	}
}
*/
.bl_compornent_space_xxl {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .bl_compornent_space_xxl {
    margin-top: 88px;
  }
}
@media screen and (max-width: 480px) {
  .bl_compornent_space_xxl {
    margin-top: 64px;
  }
}

.bl_compornent_space_xl {
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .bl_compornent_space_xl {
    margin-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .bl_compornent_space_xl {
    margin-top: 64px;
  }
}

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

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

.bl_compornent_space_sm {
  margin-top: 16px;
}

.bl_compornent_space_xs {
  margin-top: 8px;
}

/* ヒーローイメージwidth100%
---------------------------------------------*/
.bl_heroImgWrapper {
  display: block;
  max-width: 100%;
}

.bl_definitionList {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bl_definitionList {
    flex-direction: column;
  }
}
.bl_definitionList dt {
  display: block;
  width: calc(100% / 4);
  padding: 0.75em;
  margin-bottom: 1px;
  background-color: #888888;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .bl_definitionList dt {
    width: 100%;
  }
}
.bl_definitionList dd {
  display: block;
  width: calc(100% / 4 * 3);
  margin-bottom: 1px;
  padding: 0.75em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .bl_definitionList dd {
    width: 100%;
  }
}

/* トップへ戻る
---------------------------------------------*/
.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);
}

/* フォーム
---------------------------------------------*/
.el_formUnit_required::before {
  display: inline-block;
  content: "※";
  color: #FF0000;
  position: relative;
  top: -0.15em;
  padding-right: 0.5em;
}

.bl_formUnit_label.el_formUnit_required::before {
  font-weight: normal;
}

.el_formUnit_checkbox[type="checkbox"] {
  display: none;
}

.el_formUnit_checkbox[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 1.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 2;
}

.el_formUnit_checkbox[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.2em;
  border-radius: 4px;
  border: 1px solid #888888;
}

.el_formUnit_checkbox[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.2em;
  border-radius: 4px;
  border: 1px solid #888888;
  background-color: #044379;
}

.el_formUnit_checkbox[type="checkbox"]:checked + label:before {
  width: 16px;
  height: 16px;
  background-image: url("/assets/images/svg/check.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  z-index: 2;
}

.el_formUnit_radio[type="radio"] {
  display: none;
}

.el_formUnit_radio[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 1.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 2;
  margin-right: 1em;
}

.el_formUnit_radio[type="radio"] + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.2em;
  border-radius: 50%;
  border: 1px solid #888888;
}

.el_formUnit_radio[type="radio"]:checked + label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.2em;
  border-radius: 50%;
  background-color: #044379;
}

.el_formUnit_radio[type="radio"]:checked + label:before {
  width: 16px;
  height: 16px;
  background-image: url("/assets/images/svg/radio.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  border: none;
  z-index: 2;
}

/* ラベル
---------------------------------------------*/
.el_label_wrapper {
  display: inline-block;
}

.el_label {
  display: inline-block;
  padding: 0.25em 0.75em;
  background-color: #055BA6;
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 62.5%;
  font-weight: 600;
}

.el_label.el_label__alert {
  background-color: #FF0000;
}

.el_label.el_label__caution {
  background-color: #FFE658;
  color: #000000;
}

a .el_label {
  background-color: #84C3FF;
  text-decoration: none;
  transition: all 0.3s;
}

a .el_label:focus,
a .el_label:hover {
  background-color: #ffffff;
  border-color: currentColor;
  color: #84C3FF;
}

/* 見出し
---------------------------------------------*/
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) * .5em);
}
h2::after,
.el_lv2Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .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) * .5em);
}
h3::after,
.el_lv3Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .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) * .5em);
}
h4::after,
.el_lv4Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .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) * .5em);
}
h5::after,
.el_lv5Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .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) * .5em);
}
h6::after,
.el_lv6Heading::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
}

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

/* button
---------------------------------------------*/
.el_btn {
  display: inline-block;
  width: 296px;
  max-width: 100%;
  padding: 0.75em;
  background-color: #F68306;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.el_btn:focus, .el_btn:hover {
  background: #ffffff;
  border-color: currentColor;
  color: #F68306;
}
@media screen and (max-width: 768px) {
  .el_btn {
    width: 190px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .el_btn {
    width: 100%;
  }
}

.el_btn__left {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .el_btn__left {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.el_btn__right {
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .el_btn__right {
    margin-left: 0;
  }
}

/* メディア
---------------------------------------------*/
.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;';
  object-fit: cover;
  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_headerNavIcon.is_active {
  position: fixed;
  top: 20px;
  right: 16px;
}
.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_headerNavWrapper.is_active {
  width: 60%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #044379;
  transform: translateX(0);
}
@media screen and (max-width: 480px) {
  .bl_headerNavWrapper.is_active {
    width: 75%;
  }
}

.bl_headerNav.is_active {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 60px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
  z-index: 10;
}

.swiper-pagination-bullet-active {
  background-color: #044379 !important;
}

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