@charset "UTF-8";
/* Slider */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #2b730d;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
@media (min-width: 992px) {
  .slick-prev {
    left: -25px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f12d";
}
[dir=rtl] .slick-prev:before {
  content: "\f136";
}

.slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .slick-next {
    right: -25px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f136";
}
[dir=rtl] .slick-next:before {
  content: "\f12d";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f309";
  width: 20px;
  height: 20px;
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------
+: Mixin
==================================================*/
/*--------------------------------------------------
+: margin-extend
==================================================*/
.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .mb-60 {
    margin-bottom: 40px;
  }

  .mb-70 {
    margin-bottom: 50px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }

  .mb-90 {
    margin-bottom: 70px;
  }

  .mb-100 {
    margin-bottom: 80px;
  }
}
/*--------------------------------------------------
+: color
==================================================*/
.col-twitter {
  color: #55acee;
}

.col-facebook {
  color: #3b5998;
}

.col-youtube {
  color: #c4302b;
}

.col-line {
  color: #06c755;
}

/*--------------------------------------------------
+: text
==================================================*/
.font-family-serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*: text-size
=================================*/
.size-10 {
  font-size: 0.625rem !important;
}

.size-11 {
  font-size: 0.6875rem !important;
}

.size-12 {
  font-size: 0.75rem !important;
}

.size-13 {
  font-size: 0.8125rem !important;
}

.size-14 {
  font-size: 0.875rem !important;
}

.size-16 {
  font-size: 1rem !important;
}

.size-18 {
  font-size: 1.125rem !important;
}

.size-20 {
  font-size: 1.25rem !important;
}

.size-22 {
  font-size: 1.375rem !important;
}

.size-24 {
  font-size: 1.5rem !important;
}

.size-26 {
  font-size: 1.625rem !important;
}

.size-28 {
  font-size: 1.75rem !important;
}

.size-30 {
  font-size: 1.875rem !important;
}

.size-32 {
  font-size: 2rem !important;
}

@media (max-width: 767.98px) {
  .size-10 {
    font-size: 0.5625rem !important;
  }

  .size-11 {
    font-size: 0.61875rem !important;
  }

  .size-12 {
    font-size: 0.675rem !important;
  }

  .size-13 {
    font-size: 0.73125rem !important;
  }

  .size-14 {
    font-size: 0.74375rem !important;
  }

  .size-16 {
    font-size: 0.85rem !important;
  }

  .size-18 {
    font-size: 0.9rem !important;
  }

  .size-20 {
    font-size: 1rem !important;
  }

  .size-22 {
    font-size: 1.1rem !important;
  }

  .size-24 {
    font-size: 1.2rem !important;
  }

  .size-26 {
    font-size: 1.3rem !important;
  }

  .size-28 {
    font-size: 1.4rem !important;
  }

  .size-30 {
    font-size: 1.5rem !important;
  }

  .size-32 {
    font-size: 1.6rem !important;
  }
}
/*: line-height
=================================*/
.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.lh-30 {
  line-height: 3 !important;
}

/*: letter-spacing
=================================*/
.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

/*: asterisk
=================================*/
.text-asterisk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2 !important;
}
.text-asterisk:before {
  content: "※";
  margin-right: 5px;
}

/*--------------------------------------------------
+: headline
==================================================*/
.headline-img {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .headline-img {
    margin-bottom: 60px;
  }
}

.headline01 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #21bdb1;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .headline01 {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
}

.headline02 {
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #21bdb1;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .headline02 {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}
.headline02:before {
  content: "";
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 3px;
  height: 38px;
}
@media (max-width: 767.98px) {
  .headline02:before {
    height: 20px;
  }
}

.headline03 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #21bdb1;
  letter-spacing: 2px;
  position: relative;
}
.headline03:before {
  content: "";
  background-image: url("../images/common/img-headline.png");
  background-repeat: no-repeat;
  width: 73px;
  height: 8px;
  position: absolute;
  bottom: 0px;
  left: 5px;
}
.headline03:not(:last-child) {
  margin-bottom: 20px;
}

.headline04 {
  padding: 0 0 15px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline04:before {
  margin: 0 15px;
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f287";
  font-size: 50%;
  line-height: 0;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.headline05 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #21bdb1;
}
@media (max-width: 767.98px) {
  .headline05 {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
+: a
==================================================*/
.link-arrow-r:before {
  margin-right: 5px;
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f285";
  line-height: 0;
  color: #fbf5e2;
  text-decoration: none;
}
.link-arrow-r a:hover {
  text-decoration: none;
}

/*--------------------------------------------------
+: btn
==================================================*/
.btn-w-arrow {
  padding: 10px 30px;
  min-width: 300px;
  text-align: center;
  position: relative;
}
.btn-w-arrow:before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f285";
  line-height: 0;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 22px;
  left: 14px;
}

/*--------------------------------------------------
+: container
==================================================*/
/*--------------------------------------------------
+: list
==================================================*/
.list-primary {
  padding-left: 0px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-primary.text-success li:before {
  color: rgba(25, 135, 84, 0.5);
}
.list-primary.text-danger li:before {
  color: rgba(220, 53, 69, 0.5);
}
.list-primary:last-child {
  margin-bottom: 0;
}
.list-primary > li {
  padding: 0 0 0 15px;
  margin-top: var(--bs-gutter-y);
  position: relative;
}
.list-primary > li:before {
  margin-right: 10px;
  content: "\f582";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0.625rem;
  color: rgba(33, 189, 177, 0.5);
}

ol.list-count {
  padding-left: 0px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
ol.list-count:last-child {
  margin-bottom: 0;
}
ol.list-count > li {
  margin-top: var(--bs-gutter-y);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  ol.list-count > li {
    font-size: 80%;
  }
}
ol.list-count > li:before {
  content: counter(item);
  counter-increment: item;
  /*position: absolute;
  top: 0;
  left: -30px;*/
  margin-right: 10px;
  min-width: 25px;
  height: 25px;
  background-color: #fbf5e2;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

/*--------------------------------------------------
+: DL
==================================================*/
.dl-primary {
  margin-bottom: 0;
}
.dl-primary dt {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #21bdb1;
}
.dl-primary dt:before {
  margin-right: 10px;
  content: "\f582";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.45, 1.5);
          transform: scale(0.45, 1.5);
}
.dl-primary dd {
  padding-left: 20px;
}
.dl-primary dd:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .dl-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dl-flow dt,
.dl-flow dd {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .dl-flow dt,
.dl-flow dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.dl-flow dt {
  background-color: #f8f9fa;
}
.dl-flow dt.bg-danger, .dl-flow dt.bg-primary {
  color: #fff;
  border: none;
}
.dl-flow dd {
  margin: 0;
}
@media (max-width: 767.98px) {
  .dl-flow dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.dl-flow dd.dd-arrow {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background-color: transparent;
  text-align: center;
  font-size: 1.75rem;
}

.dl-qa dt,
.dl-qa dd {
  position: relative;
  padding-left: 35px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .dl-qa dt,
.dl-qa dd {
    font-size: 0.875rem;
  }
}
.dl-qa dt {
  margin-bottom: 10px;
}
.dl-qa dt:before {
  content: "Q";
}
.dl-qa dd {
  margin-bottom: 15px;
}
.dl-qa dd:before {
  content: "A";
}
.dl-qa dt:before,
.dl-qa dd:before {
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #fbf5e2;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.dl-collapse {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  overflow: hidden;
}
.dl-collapse dt {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  line-height: 1;
  overflow: hidden;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .dl-collapse dt {
    font-size: 1rem;
  }
}
.dl-collapse dt a {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #221815;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: none;
  transition: none;
}
.dl-collapse dt a:not(.collapsed) {
  border-bottom: 1px solid #dee2e6;
}
.dl-collapse dt a:hover {
  text-decoration: none;
}
.dl-collapse dt a:after {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f347";
  color: #fbf5e2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.dl-collapse dt a.collapsed:after {
  content: "\f345";
}
.dl-collapse dt a small {
  padding: 0 10px;
  font-weight: normal;
}
.dl-collapse dd {
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
}
.dl-collapse dd > div {
  padding: 10px;
}
.dl-collapse dd .dd-header {
  padding: 15px 20px;
  margin: -10px -10px 8px;
}

/*--------------------------------------------------
+: table
==================================================*/
.table-bordered {
  background-color: #fff;
}
.table-bordered thead th {
  background-color: #eee;
}

@media (max-width: 767.98px) {
  .table-flexible {
    display: block;
    border: none;
  }
  .table-flexible thead, .table-flexible tbody, .table-flexible tr {
    display: block;
  }
  .table-flexible th, .table-flexible td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

/*--------------------------------------------------
+: form
==================================================*/
/*--------------------------------------------------
+: format
==================================================*/
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  a {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  a:hover, a:hover * {
    text-decoration: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ruby {
  ruby-align: auto;
  ruby-overhang: auto;
  ruby-position: above;
}

.se_target {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 20px;
}

.se_target.se_show {
  opacity: 1;
  top: 0;
}

.se_delay1 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.se_delay2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.se_delay3 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.se_delay4 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.se_delay5 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.se_delay6 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.se_delay7 {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

.se_delay8 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.se_delay9 {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

.se_delay10 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

/*--------------------------------------------------
+: header
==================================================*/
header {
  width: 100%;
}
header .navbar {
  background-color: #fff;
}
@media (min-width: 1200px) {
  header .navbar .container {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media (min-width: 1200px) {
  header .navbar-brand {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  header .navbar-brand {
    max-width: 300px;
  }
}
header .navbar-brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #221815;
  text-decoration: none;
}
header .navbar-brand a span {
  border-left: solid 2px #9c9d9e;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  header .navbar-brand a span {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  header .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-bottom: #fff 2px solid;
  }
  header .nav-item:last-child .nav-link {
    border-right: solid 2px #9c9d9e;
  }
}
@media (min-width: 1200px) {
  header .nav-item:hover, header .nav-item.active {
    border-bottom: #21bdb1 2px solid;
  }
}
header .nav-link {
  color: #221815;
}
@media (min-width: 1200px) {
  header .nav-link {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    border-left: solid 2px #9c9d9e;
    font-size: 0.75rem;
  }
}
header .dropdown-menu {
  border: none;
}
header .navbar-toggler {
  padding: 0;
  border: none;
}

main {
  padding-top: 161px;
}
@media (max-width: 1199.98px) {
  main {
    padding-top: 83px;
  }
}
@media (max-width: 767.98px) {
  main {
    padding-top: 64px;
  }
}
main .content-header {
  background-image: url("../images/common/bg-content-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
main .content-header h1 {
  padding: 70px 10px;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  main .content-header h1 {
    padding: 110px 0;
    max-width: 1000px;
    font-size: 1.375rem;
  }
}
main .content-body {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbf5e2;
}
@media (min-width: 992px) {
  main .content-body {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
main .content-body section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  main .content-body section {
    margin-bottom: 90px;
  }
}
main p:last-child,
main figure:last-child,
main table:last-child {
  margin-bottom: 0;
}
main p {
  line-height: 1.8;
}
@media (min-width: 992px) {
  main p {
    line-height: 2;
  }
}
main figure:last-child {
  margin-bottom: 0;
}
main #scroll-to-top {
  margin: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  main #scroll-to-top {
    bottom: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
  }
}
main #scroll-to-top a {
  background-color: #444;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 9px 0;
  text-align: center;
  display: block;
  border-radius: 30px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  main #scroll-to-top a {
    padding: 3px 0 10px;
    width: 100%;
    border-radius: 0;
    border-top: 4px solid #555;
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  main #scroll-to-top a i {
    font-size: 1.5rem;
  }
}
main #scroll-to-top a span {
  display: block;
}
@media (max-width: 767.98px) {
  main #scroll-to-top a span {
    display: inline-block;
    padding-right: 10px;
  }
}

/*--------------------------------------------------
+: Aside
==================================================*/
/*--------------------------------------------------
+: Footer
==================================================*/
footer {
  background-color: #fbf5e2;
  border-top: 1px solid #d4d4d4;
}
footer .fixed_link {
  position: fixed;
  right: 0;
  bottom: 10%;
}
@media (min-width: 992px) {
  footer .fixed_link {
    bottom: 30%;
  }
}
footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  footer .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
footer .container address {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
footer .container .to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: #000;
  width: 40px;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

/*--------------------------------------------------
+: home
==================================================*/
.home main section {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .home main section {
    padding: 80px 0;
  }
}
.home main section.home-mv {
  padding: 100px 0 200px;
  text-align: center;
  background-image: url("../images/home/bg-mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 1200px) {
  .home main section.home-mv {
    padding: 150px 0 280px;
  }
}
.home main section.home-concept_and_message {
  background-image: url("../images/home/bg-concept.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home main section.home-concept_and_message .home-concept {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .home main section.home-concept_and_message .home-concept {
    margin-bottom: 80px;
  }
}
.home main section.home-concept_and_message .home-message a {
  color: #221815;
  text-decoration: none;
}
.home main section.home-concept_and_message .home-message a p {
  line-height: 1.2;
}
.home main section.home-about {
  background-image: url("../images/home/bg-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.home main section.home-about .container > div {
  position: relative;
}
@media (min-width: 1200px) {
  .home main section.home-about .container > div {
    max-width: 540px;
  }
}
.home main section.home-about .container > div > div {
  padding: 60px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.home main section.home-about .container > div:before, .home main section.home-about .container > div:after {
  height: 100%;
  background-color: rgba(0, 180, 169, 0.65);
  mix-blend-mode: multiply;
  position: absolute;
}
.home main section.home-about .container > div:before {
  width: 150%;
  top: 0;
  left: -150%;
}
@media (min-width: 1200px) {
  .home main section.home-about .container > div:before {
    content: "";
  }
}
.home main section.home-about .container > div:after {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
}
.home main section.home-application {
  background-color: #fbf5e2;
}