@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
		下層共通スタイル
		-------------------------------------------------------------------------- */
.m-lower-page {
  padding: 80px 25px 30px;
}
@media screen and (min-width: 768px) {
  .m-lower-page {
    padding: 140px 30px 30px;
  }
}
.m-lower-page-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.m-lower-page-ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 70px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .m-lower-page-ttl {
    margin-bottom: 100px;
    font-size: 3.2rem;
  }
}
.m-lower-page-ttl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DADCE0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-lower-page-ttl::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #253964;
}

.m-lower-page-contents-wrap {
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .m-lower-page-contents-wrap {
    margin: 0 auto 160px;
  }
}
.m-cmn-section-ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 50px 0 30px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ttl {
    font-size: 2.4rem;
    margin: 60px 0;
  }
}
.m-cmn-section-ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #253964;
  position: absolute;
  top: 0;
  left: 0;
}

.m-cmn-section-subttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin: 40px 0 30px;
  padding: 15px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-subttl {
    font-size: 2rem;
    padding: 30px 0 0 50px;
    margin: 60px 0 45px;
  }
}
.m-cmn-section-subttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 5px 0 0 0;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-subttl::before {
    width: 30px;
    height: 30px;
    border-radius: 10px 0 0 0;
  }
}
.m-cmn-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-txt {
    font-size: 1.5rem;
    padding-left: 50px;
  }
}
.m-cmn-txt span {
  font-weight: 700;
}

.m-cmn-section-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 30px 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ul {
    margin: 60px 0;
    padding-left: 50px;
  }
}
.m-cmn-section-ul > li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -14px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ul > li {
    font-size: 1.5rem;
  }
}
.m-cmn-section-ul > li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.m-cmn-section-ol {
  counter-reset: item;
  margin: 30px 0;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ol {
    margin: 60px 0 30px;
    padding-left: 50px;
  }
}
.m-cmn-section-ol > li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ol > li {
    font-size: 1.5rem;
  }
}
.m-cmn-section-ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 3px;
}

.m-cmn-section-ol .m-cmn-section-ul {
  padding-left: 0;
  margin: 8px 0 0 0;
}

.m-cmn-section-img-box {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-img-box {
    padding-left: 50px;
  }
}
.m-cmn-section-table {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-table {
    padding-left: 50px;
  }
}
.m-cmn-section-table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #DADCE0;
}

.m-cmn-section-table div:last-of-type {
  border-bottom: 1px solid #DADCE0;
}

.m-cmn-section-table dt {
  width: 110px;
  padding: 20px 0 20px 15px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-table dt {
    width: 120px;
  }
}
.l-lower-profile .m-cmn-section-table dt {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .l-lower-profile .m-cmn-section-table dt {
    width: 120px;
  }
}
.m-cmn-section-table dd {
  width: calc(100% - 110px);
  padding: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-table dd {
    width: calc(100% - 120px);
  }
}
.l-lower-profile .m-cmn-section-table dd {
  width: calc(100% - 90px);
}
@media screen and (min-width: 768px) {
  .l-lower-profile .m-cmn-section-table dd {
    width: calc(100% - 120px);
  }
}
.m-cmn-section-table ul li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -14px;
  padding-left: 14px;
}
.m-cmn-section-table ul li:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  top: -3px;
}

/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  text-align: right;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    display: block;
  }
}
.l-breadcrumbs-wrap span a {
  color: #7C7D80;
}

/* -----------------------------------------------------------------------------
   l-post
   -------------------------------------------------------------------------- */
.l-post {
  word-break: break-all;
}

.l-post p {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    font-size: 1.5rem;
    padding-left: 50px;
  }
}
.l-post img {
  width: 100%;
}

.l-post h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 50px 0 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-post h2 {
    font-size: 2.4rem;
    margin: 60px 0;
  }
}
.l-post h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #253964;
  position: absolute;
  top: 0;
  left: 0;
}

.l-post h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin: 40px 0 30px;
  padding: 30px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-post h3 {
    font-size: 2rem;
    padding: 15px 0 0 50px;
    margin: 60px 0 45px;
  }
}
.l-post h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 5px 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-post h3::before {
    width: 30px;
    height: 30px;
    border-radius: 10px 0 0 0;
  }
}
.l-post h4,
.l-post h5,
.l-post h6 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 60px 0 30px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-post h4,
  .l-post h5,
  .l-post h6 {
    font-size: 1.8rem;
    padding-left: 50px;
  }
}
.l-post h4::before,
.l-post h5::before,
.l-post h6::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #DADCE0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-post h4::before,
  .l-post h5::before,
  .l-post h6::before {
    left: 15px;
  }
}
.l-post ul {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .l-post ul {
    margin: 60px 0;
  }
}
.l-post ul li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -16px;
  padding-left: 16px;
}

.l-post ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.l-post ol {
  counter-reset: item;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .l-post ol {
    margin: 60px 0;
  }
}
.l-post ol li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -20px;
  padding-left: 20px;
}

.l-post ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 3px;
}

.l-post a {
  color: #1A9BE0;
  text-decoration: none;
  border-bottom: 1px dotted #222;
}

.l-post a:hover,
.l-post figure a {
  border-bottom: none;
}

.l-post .wp-block-quote {
  font-size: 1.4rem;
  border-left: none;
  margin: 0 0 20px;
  padding: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote {
    margin: 0 0 30px;
  }
}
.wp-block-columns {
  margin: 60px 0 30px !important;
  gap: 40px !important;
}

.l-post .wp-block-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-image {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-column > h2,
.l-post .wp-block-column > h3,
.l-post .wp-block-column > h4,
.l-post .wp-block-column > h5,
.l-post .wp-block-column > h6 {
  margin-top: 0;
}

.wp-block-table thead {
  border-bottom: none !important;
}

.wp-block-table th {
  font-size: 1.3rem;
  font-weight: 500 !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 20px 0 !important;
  text-align: center;
  background-color: #F2F4F7;
  border-color: #DADCE0 !important;
}

.wp-block-table td {
  font-size: 1.3rem;
  font-weight: 400 !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px !important;
  border-color: #DADCE0 !important;
}

.l-post-pagenavi-prev a {
  color: #333;
}

.l-post-pagenavi-next a {
  color: #333;
}

.l-post-pagenavi-prev a > .ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 20px;
  height: 20px;
  font-size: 14px;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: -5px;
  margin-right: 10px;
}

.l-post-pagenavi-prev a > .ico:before,
.l-post-pagenavi-prev a > .ico:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #ccc;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-post-pagenavi-prev a > .ico:before,
  .l-post-pagenavi-prev a > .ico:after {
    background-color: #253964;
  }
}
.l-post-pagenavi-prev a > .ico:before {
  bottom: 0;
  left: 0;
}

.l-post-pagenavi-prev a > .ico:after {
  top: 0;
  right: 0;
}

.l-post-pagenavi-prev:hover a > .ico {
  color: #253964;
}
.l-post-pagenavi-prev:hover a > .ico::before,
.l-post-pagenavi-prev:hover a > .ico::after {
  height: 100%;
}

.l-post-pagenavi-prev:hover a > .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-post-pagenavi-prev:hover a > .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-post-pagenavi-prev a > .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.l-post-pagenavi-prev a > .ico > span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
}

.l-post-pagenavi-prev a .txt {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-post-pagenavi-prev:hover a .txt {
  opacity: 0.6;
}

.l-post-pagenavi-next a > .ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 20px;
  height: 20px;
  font-size: 14px;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: -5px;
  margin-left: 10px;
}

.l-post-pagenavi-next a > .ico:before,
.l-post-pagenavi-next a > .ico:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #ccc;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-post-pagenavi-next a > .ico:before,
  .l-post-pagenavi-next a > .ico:after {
    background-color: #253964;
  }
}
.l-post-pagenavi-next a > .ico:before {
  bottom: 0;
  left: 0;
}

.l-post-pagenavi-next a > .ico:after {
  top: 0;
  right: 0;
}

.l-post-pagenavi-next:hover a > .ico {
  color: #253964;
}
.l-post-pagenavi-next:hover a > .ico::before,
.l-post-pagenavi-next:hover a > .ico::after {
  height: 100%;
}

.l-post-pagenavi-next:hover a > .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-post-pagenavi-next:hover a > .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-post-pagenavi-next a > .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.l-post-pagenavi-next a > .ico > span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  background-size: cover;
}

.l-post-pagenavi-next a .txt {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-post-pagenavi-next:hover a .txt {
  opacity: 0.6;
}

.l-post-pagenavi-viewall a > .ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 20px;
  height: 20px;
  font-size: 14px;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: -5px;
  margin-left: 10px;
}

.l-post-pagenavi-viewall a > .ico:before,
.l-post-pagenavi-viewall a > .ico:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #ccc;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-post-pagenavi-viewall a > .ico:before,
  .l-post-pagenavi-viewall a > .ico:after {
    background-color: #253964;
  }
}
.l-post-pagenavi-viewall a > .ico:before {
  bottom: 0;
  left: 0;
}

.l-post-pagenavi-viewall a > .ico:after {
  top: 0;
  right: 0;
}

.l-post-pagenavi-viewall:hover a > .ico {
  color: #253964;
}
.l-post-pagenavi-viewall:hover a > .ico::before,
.l-post-pagenavi-viewall:hover a > .ico::after {
  height: 100%;
}

.l-post-pagenavi-viewall:hover a > .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-post-pagenavi-viewall:hover a > .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-post-pagenavi-viewall a > .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.l-post-pagenavi-viewall a > .ico > span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  background-size: cover;
}

.l-post-pagenavi-viewall .txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #253964;
}

.l-post-pagenavi-viewall:hover .txt {
  opacity: 0.6;
}

.l-lower-editor-inner {
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-editor-inner {
    padding-bottom: 120px;
  }
}
/* -----------------------------------------------------------------------------
   l-contact-dl
  -------------------------------------------------------------------------- */
.l-contact-dl {
  margin-bottom: 80px;
}

.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-contact-dl div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-contact-dl div:last-of-type {
  border-bottom: 1px solid #DADCE0;
}

.l-contact-dl dt {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 3;
  padding: 15px 0 4px;
  color: #333;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dt {
    width: 250px;
    padding: 30px 15px;
  }
}
.m-required {
  font-size: 1.3rem;
  font-weight: 500;
  color: #E20023;
}

.l-contact-dl dd {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 4px 0 15px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd {
    width: calc(100% - 250px);
    padding: 30px 15px;
  }
}
::-webkit-input-placeholder {
  color: #7C7D80;
}
::-moz-placeholder {
  color: #7C7D80;
}
:-ms-input-placeholder {
  color: #7C7D80;
}
::-ms-input-placeholder {
  color: #7C7D80;
}
::placeholder {
  color: #7C7D80;
}

.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email],
.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #F7F8FA;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 180px;
  padding: 10px;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-color: #F7F8FA;
  resize: none;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 5px !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    padding: 10px;
  }
}
input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 28px;
  position: relative;
}

input[type=radio] + span::before {
  content: "";
  display: block;
  background: #fff;
  border: 1px solid #7C7D80;
  border-radius: 12px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #333333;
  border: 1px solid transparent;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.3rem !important;
}

.wpcf7-spinner {
  display: none !important;
}

.l-contact-dl .your-zipcode-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 23px !important;
  margin-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .l-contact-dl .your-zipcode-wrap {
    margin-left: 40px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-contact-dl .your-zipcode-wrap::before {
  content: "〒";
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: absolute;
  top: 8px;
  left: -20px;
  color: #333;
  z-index: 2;
}

.l-contact-dl .your-zipcode {
  display: inline-block;
  width: 145px !important;
}

.l-contact-dl .zip-btn {
  background-color: #7C7D80;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  color: #fff;
  margin-left: 0;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl .zip-btn {
    margin-left: 15px;
  }
}
.l-contact-dl .your-address {
  width: calc(100% - 40px) !important;
  margin-left: 23px !important;
}
@media screen and (min-width: 768px) {
  .l-contact-dl .your-address {
    margin-left: 40px !important;
  }
}
.l-contact-agree-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-contact-agree-ttl {
    text-align: center;
  }
}
.l-contact-agree-btn {
  margin-bottom: 30px;
}
.l-contact-agree-btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-contact-agree-btn p {
    margin: 0 auto;
  }
}
.l-contact-agree-btn p a {
  color: #7C7D80;
  text-decoration: underline;
}

.l-contact-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 80px;
}

.l-contact-button-box p {
  position: relative;
  width: 100%;
}

.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100% !important;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
  padding: 30px;
  border-radius: 0;
  background-color: #253964;
}
@media screen and (min-width: 768px) {
  .l-contact-button-box input[type=submit],
  .l-contact-button-box button {
    border-radius: 4px;
  }
}
.l-contact-button-box .wpcf7-submit {
  padding: 20px 70px 20px 30px;
  background-color: #253964;
  color: #fff;
  border: none;
  cursor: pointer;
}

.l-contact-button-box .arrow-box {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 44px;
  height: 44px;
  background-color: #ccc;
  border-radius: 100%;
  overflow: hidden;
  pointer-events: none;
}

.l-contact-button-box .arrow-box::before,
.l-contact-button-box .arrow-box::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}

.l-contact-button-box .arrow-box::before {
  bottom: 0;
  left: 0;
}

.l-contact-button-box .arrow-box::after {
  top: 0;
  right: 0;
}

.l-contact-button-box:hover .arrow-box::before,
.l-contact-button-box:hover .arrow-box::after {
  height: 100%;
}

.l-contact-button-box:hover .arrow-box::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-contact-button-box:hover .arrow-box::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-contact-button-box .arrow-box > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #253964;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

.l-contact-button-box .arrow-box i {
  position: relative;
  display: block;
  width: 17px;
  height: 13px;
  left: -3px;
  overflow: hidden;
}

.l-contact-button-box .arrow-box i::before,
.l-contact-button-box .arrow-box i::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 11px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.l-contact-button-box .arrow-box i::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-contact-button-box .arrow-box i::after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

.l-contact-button-box:hover .arrow-box i::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.l-contact-button-box:hover .arrow-box i::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-contact-button-box:has(.wpcf7-submit:disabled) {
  pointer-events: none;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
    -------------------------------------------------------------------------- */
.wp-pagenavi {
  padding-left: 10px;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2;
  color: #7C7D80;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.wp-pagenavi .current {
  color: #333;
}

.wp-pagenavi a {
  border-radius: 0px;
}

.wp-pagenavi a:hover {
  text-decoration: underline;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  text-decoration: none;
}

.wp-pagenavi .previouspostslink {
  width: 50px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 2.3;
  padding-right: 5px;
  text-align: right;
}

.wp-pagenavi .previouspostslink::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/cmn_ico_arrow_prev.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-pagenavi .previouspostslink:hover::after {
  content: "";
  background-image: url(../img/common/cmn_ico_arrow_prev_hover.png);
}

.wp-pagenavi .nextpostslink {
  width: 50px;
  height: 30px;
  font-size: 1.2rem;
  line-height: 2.3;
  text-align: left;
  padding-left: 5px;
}

.wp-pagenavi .nextpostslink::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/cmn_ico_arrow_next.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-pagenavi .nextpostslink:hover::after {
  content: "";
  background-image: url(../img/common/cmn_ico_arrow_next_hover.png);
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404 {
  padding: 150px 25px;
}
@media screen and (min-width: 768px) {
  .l-404 {
    padding: 200px 30px;
  }
}
.l-404-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-404-inner a {
  color: inherit;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
   l-lower-news
   -------------------------------------------------------------------------- */
.l-lower-news-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-lower-news-detail-nav-box {
  position: relative;
  width: 100%;
  padding-right: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-detail-nav-box {
    width: 320px;
    margin-bottom: 0;
  }
}
.l-lower-news-detail-nav-cate-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.l-lower-news-detail-nav-cate-lists li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

.l-lower-news-detail-nav-cate-lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #333;
}

.l-lower-news-detail-nav-cate-lists li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 20px;
  height: 20px;
  font-size: 14px;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
}

.l-lower-news-detail-nav-cate-lists li a span:before,
.l-lower-news-detail-nav-cate-lists li a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #ccc;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-nav-cate-lists li a span:before,
  .l-lower-news-detail-nav-cate-lists li a span:after {
    background-color: #253964;
  }
}
.l-lower-news-detail-nav-cate-lists li a span:before {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.l-lower-news-detail-nav-cate-lists li a span:after {
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s 0.2s linear;
  transition: all 0.2s 0.2s linear;
}

.l-lower-news-detail-nav-cate-lists li:hover a span {
  color: #253964;
}
.l-lower-news-detail-nav-cate-lists li:hover a span::before,
.l-lower-news-detail-nav-cate-lists li:hover a span::after {
  height: 100%;
}

.l-lower-news-detail-nav-cate-lists li:hover a span::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-lower-news-detail-nav-cate-lists li:hover a span::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-lower-news-detail-nav-cate-lists li a span p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #FFF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.l-lower-news-detail-nav-cate-lists li a span p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  background-size: cover;
}

.l-lower-news-detail-nav-cate-lists li .cate-name {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-news-detail-nav-cate-lists li:hover .cate-name {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-nav-cate-lists li:hover .cate-name {
    opacity: 0.6;
  }
}
.l-lower-news-detail-nav-date-lists {
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.l-lower-news-detail-nav-date-lists::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #DADCE0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.l-lower-news-detail-nav-date-lists li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.l-lower-news-detail-nav-date-lists li a {
  color: #7C7D80;
  display: block;
}

.l-lower-news-detail-contents-box {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-detail-contents-box {
    width: calc(100% - 320px);
    margin-bottom: 160px;
  }
}
.l-lower-news-detail-contents-items {
  margin-bottom: 20px;
}

.l-lower-news-detail-contents-items > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 35px;
  padding: 25px 0;
  border-bottom: 1px solid #DADCE0;
}

.l-lower-news-detail-contents-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-news-detail-contents-items > li > a span {
  width: 9px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  overflow: hidden;
}

/* 今見えている矢印 */
.l-lower-news-detail-contents-items > li > a span::after {
  content: "";
  width: 9px;
  height: 12px;
  background: url(../img/common/cmn_ico_arrow_blue.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 左から入ってくる矢印 */
.l-lower-news-detail-contents-items > li > a span::before {
  content: "";
  width: 9px;
  height: 12px;
  background: url(../img/common/cmn_ico_arrow_blue.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* hover時 */
.l-lower-news-detail-contents-items > li > a:hover span::after {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-contents-items > li > a:hover span::after {
    right: -10px;
    opacity: 0;
  }
}
.l-lower-news-detail-contents-items > li > a:hover span::before {
  left: -10px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-contents-items > li > a:hover span::before {
    left: 0;
  }
}
.l-lower-news-detail-contents-item-img-box {
  display: none;
  width: 170px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-detail-contents-item-img-box {
    display: block;
  }
}
.l-lower-news-detail-contents-item-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.l-lower-news-detail-contents-item-txt-box {
  width: 100%;
  padding-right: 50px;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-detail-contents-item-txt-box {
    width: calc(100% - 170px);
  }
}
.l-lower-news-detail-contents-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.l-lower-news-detail-contents-item-info-date {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #7C7D80;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-contents-item-info-date {
    font-size: 1.4rem;
  }
}
.l-lower-news-detail-contents-item-info-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.l-lower-news-detail-contents-item-info-categories li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  background-color: #E6E8ED;
}

.l-lower-news-detail-contents-item-info-categories li a {
  position: relative;
  display: block;
  padding: 0 10px;
  color: #333;
  z-index: 2;
}

.l-lower-news-detail-contents-item-ttl {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-contents-item-ttl {
    font-size: 1.5rem;
  }
}
.l-lower-news-detail-contents-items > li:hover .l-lower-news-detail-contents-item-ttl {
  background-size: 0 1px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-contents-items > li:hover .l-lower-news-detail-contents-item-ttl {
    background-size: 100% 1px;
  }
}
.l-lower-news-detail-contents-item-desc {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #7C7D80;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-contents-item-desc {
    font-size: 1.3rem;
    -webkit-line-clamp: 2;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-news-single
   -------------------------------------------------------------------------- */
.l-lower-news-single-ttl-wrap {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-single-ttl-wrap {
    margin-bottom: 80px;
  }
}
.l-lower-news-single-ttl-wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DADCE0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-lower-news-single-ttl-wrap::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #253964;
}

.l-lower-news-single-ttl-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-bottom: 15px;
}

.l-lower-news-single-ttl-categories li {
  min-width: 110px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.l-lower-news-single-ttl-categories li a {
  display: block;
  padding: 0 10px;
  background-color: #E6E8ED;
  color: #333;
}

.l-lower-news-single-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-single-ttl {
    font-size: 3.2rem;
    padding-right: 100px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single-ttl {
    padding-right: 240px;
  }
}
.l-lower-news-single-ttl-date {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.l-lower-news-single-post {
  border-bottom: 1px solid #DADCE0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.l-lower-news-single-post-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-lower-news-single-post-nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

/* -----------------------------------------------------------------------------
   l-lower-company
   -------------------------------------------------------------------------- */
.l-lower-company-syacho-box {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-lower-company-syacho-img {
  float: none;
  width: 200px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-syacho-img {
    float: right;
    margin: 0 0 20px 80px;
  }
}
.l-lower-company-syacho-img p {
  padding-left: 0;
  text-align: center;
}

/* -----------------------------------------------------------------------------
   l-lower-profile
   -------------------------------------------------------------------------- */
.l-lower-profile-group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-profile-group-items {
    padding-left: 50px;
    gap: 60px;
  }
}
.l-lower-profile-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
}

.l-lower-profile-group-item-txt-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-profile-group-item-txt-box {
    padding-right: 280px;
  }
}
.l-lower-profile-group-item-img-box {
  width: 195px;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-profile-group-item-img-box {
    position: absolute;
    margin: 0;
  }
}
.l-lower-profile-group-item-ttl {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-profile-group-item-ttl {
    font-size: 1.8rem;
    padding-left: 40px;
  }
}
.l-lower-profile-group-item-ttl::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #DADCE0;
  position: absolute;
  top: 0;
  left: 0;
}

.l-lower-profile-group-item-txt-box .m-cmn-txt {
  padding-left: 20px !important;
}
@media screen and (min-width: 768px) {
  .l-lower-profile-group-item-txt-box .m-cmn-txt {
    padding-left: 40px !important;
  }
}
.l-lower-profile-client-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-profile-client-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-profile-client-box {
  width: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-profile-client-box {
    width: 50%;
    padding-left: 50px;
  }
}
.l-lower-profile-client-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.l-lower-profile-client-items li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -10px;
  padding-left: 10px;
}

.l-lower-profile-client-items li:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  top: -3px;
}

.l-lower-certification-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 13px;
  background-color: #F2F4F7;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-certification-details {
    padding: 60px 60px 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-certification-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-certification-detail-box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-lower-certification-detail-box {
    width: 50%;
  }
}
.l-lower-certification-detail-desc {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-certification-detail-desc {
    margin-bottom: 30px;
  }
}
.l-lower-certification-detail-desc span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.l-lower-certification-detail-box img {
  width: 160px;
}

/* -----------------------------------------------------------------------------
   l-lower-privacypolicy
   -------------------------------------------------------------------------- */
.l-lower-privacypolicy-item {
  padding-left: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-privacypolicy-item {
    padding-left: 50px;
  }
}
.l-lower-privacypolicy-item-head {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-privacypolicy-item-head {
    font-size: 1.8rem;
  }
}
.l-lower-privacypolicy-item ul {
  margin: 0;
  padding: 0;
}

.l-lower-privacypolicy-text-right {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: right;
}

.l-lower-privacypolicy-bold-text-right {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-privacypolicy-bold-text-right {
    font-size: 1.8rem;
  }
}
.l-lower-privacypolicy-item-small-txt {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.l-lower-privacypolicy-item .m-cmn-txt {
  padding-left: 0;
}

.l-lower-privacypolicy-item-box {
  padding-left: 20px;
  margin: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-privacypolicy-item-box {
    padding-left: 50px;
  }
}
.l-lower-privacypolicy-item-box-head {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #F2F4F7;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #DADCE0;
  border-bottom: 1px solid #DADCE0;
}

.l-lower-privacypolicy-item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 15px;
  border-bottom: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-lower-privacypolicy-item-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px;
    gap: 40px;
  }
}
.l-lower-privacypolicy-item-contents img {
  width: 80px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-privacypolicy-item-contents img {
    margin: 0;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-contact
   -------------------------------------------------------------------------- */
.l-lower-contact-box {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-box {
    padding-left: 50px;
  }
}
.l-lower-contact .m-cmn-txt {
  padding: 0;
}

.l-lower-contact-tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-tel-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    padding-left: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lower-contact-tel {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-tel {
    font-size: 3.2rem;
  }
}
.l-lower-contact-tel span {
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #E6E8ED;
  padding: 3px 8px;
  vertical-align: 5px;
  margin-right: 8px;
}

.l-lower-contact-tel a {
  letter-spacing: 0.1em;
  color: #333;
}

.l-lower-contact-tel-desc {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-tel-desc {
    font-size: 1.5rem;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-rakuraku
   -------------------------------------------------------------------------- */
.l-lower-rakuraku {
  position: relative;
}

.l-lower-rakuraku-mv {
  position: relative;
}

.l-lower-rakuraku-mv-catch-box {
  width: auto;
  position: absolute;
  left: 6.7vw;
  bottom: 16vw;
  color: #fff;
  padding-right: 6.7vw;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-mv-catch-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 12.3vw;
    padding-right: 0;
    bottom: 6.5vw;
  }
}
.l-lower-rakuraku-mv-catch {
  font-size: 8.5vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-mv-catch {
    font-size: 2.6vw;
    margin-bottom: 1.9vw;
  }
}
.l-lower-rakuraku-mv-subcatch {
  font-size: 4.3vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-mv-subcatch {
    font-size: 1.3vw;
  }
}
.l-lower-rakuraku .l-lower-rakuraku-mv-subcatch {
  padding-left: 10px;
}

.m-lower-rakuraku-txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .m-lower-rakuraku-txt {
    font-size: 1.5rem;
  }
}
.m-lower-cv-bnr {
  padding: 0 25px;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-bnr {
    padding: 0 50px;
    margin-bottom: 120px;
  }
}
.m-lower-cv-bnr-inner {
  max-width: 100%;
  max-height: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-bnr-inner {
    max-width: 1000px;
    max-height: 280px;
  }
}
.m-lower-cv-bnr-contents {
  aspect-ratio: 327/209;
  position: relative;
  height: 100%;
  padding: 0 30px 0 30px;
  background-image: url(../img/lower/rakuraku_img02_sp.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-bnr-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 0 80px;
    background-image: url(../img/lower/rakuraku_img02.jpg);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1000/280;
  }
}
.m-lower-cv-bnr-head {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-bnr-head {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .m-lower-cv-bnr-head {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}
.m-lower-cv-btn {
  display: inline-block;
  margin-left: auto;
  position: relative;
  right: 0;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-btn {
    position: absolute;
    right: 40px;
  }
}
.m-lower-cv-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

/* テキスト */
.m-lower-cv-btn .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-btn .txt {
    font-size: 1.8rem;
  }
}
/* 丸 */
.m-lower-cv-btn .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  position: relative;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-btn .ico {
    width: 44px;
    height: 44px;
  }
}
/* hover時の白背景 */
.m-lower-cv-btn .ico::before,
.m-lower-cv-btn .ico::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.m-lower-cv-btn .ico::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.m-lower-cv-btn .ico::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

/* 中の丸 */
.m-lower-cv-btn .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #233;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

/* 矢印box */
.m-lower-cv-btn .ico > span i {
  position: relative;
  display: block;
  width: 5px;
  height: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-btn .ico > span i {
    width: 9px;
    height: 12px;
  }
}
/* 矢印 */
.m-lower-cv-btn .ico > span i::before,
.m-lower-cv-btn .ico > span i::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-lower-cv-btn .ico > span i::before,
  .m-lower-cv-btn .ico > span i::after {
    width: 9px;
    height: 12px;
  }
}
.m-lower-cv-btn .ico > span i::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.m-lower-cv-btn .ico > span i::after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

/* hover */
.m-lower-cv-btn:hover .txt {
  opacity: 0.6;
}

.m-lower-cv-btn:hover .ico::before,
.m-lower-cv-btn:hover .ico::after {
  height: 100%;
}

.m-lower-cv-btn:hover .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.m-lower-cv-btn:hover .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.m-lower-cv-btn:hover .ico > span i::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.m-lower-cv-btn:hover .ico > span i::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-lower-rakuraku-intro {
  padding: 55px 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-intro {
    padding: 120px 50px;
  }
}
.l-lower-rakuraku-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-rakuraku-intro-desc {
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-intro-desc {
    margin: 0 auto 50px;
  }
}
.l-lower-rakuraku-intro-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-intro-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-rakuraku-intro-details-box {
  width: 100%;
  padding: 30px 25px 40px;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-intro-details-box {
    padding: 40px 40px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-intro-details-box {
    width: 50%;
  }
}
.l-lower-rakuraku-intro-details-box:first-of-type {
  padding: 30px 25px 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-intro-details-box:first-of-type {
    padding: 40px 60px 60px;
  }
}
.l-lower-rakuraku-intro-details-ttl {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-intro-details-ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.l-lower-rakuraku-intro-details-ttl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DADCE0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-lower-rakuraku-intro-details-ttl::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #253964;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-lower-rakuraku-intro-details-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-intro-details-items {
    padding: 0 40px;
  }
}
.l-lower-rakuraku-intro-details-items > li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #253964;
  padding-left: 23px;
  text-indent: -23px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-intro-details-items > li {
    font-size: 1.5rem;
  }
}
.l-lower-rakuraku-intro-details-items > li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/lower/rakuraku_img01.jpg);
  background-size: cover;
  vertical-align: -1px;
  margin-right: 10px;
}

.l-lower-rakuraku-about {
  padding: 55px 25px;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about {
    padding: 120px 50px;
  }
}
.l-lower-rakuraku-about-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-rakuraku-about-intro {
  padding: 15px 25px 25px;
  background-color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-intro {
    padding: 50px 60px 60px;
    margin-bottom: 60px;
  }
}
.l-lower-rakuraku-about-intro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-intro-head {
    margin-bottom: 35px;
  }
}
.l-lower-rakuraku-about-intro-head img {
  width: 140px;
}

.l-lower-rakuraku-about-intro span {
  font-weight: 700;
}

.l-lower-rakuraku-about-result {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-result {
    margin-top: 40px;
  }
}
.l-lower-rakuraku-about-result-ruikei-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-result-ruikei-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 8px;
  }
}
.l-lower-rakuraku-about-result-ruikei {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-result-ruikei {
    font-size: 2.8rem;
  }
}
.l-lower-rakuraku-about-result-ruikei-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #F53C20;
}

.l-lower-rakuraku-about-result-ruikei-inner .suchi {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-result-ruikei-inner .suchi {
    font-size: 5.6rem;
    line-height: 1.4;
  }
}
.l-lower-rakuraku-about-result-ruikei-inner .toppa {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-result-ruikei-inner .toppa {
    font-size: 2.8rem;
  }
}
.l-lower-rakuraku-about-result-small-txt {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  color: #7C7D80;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-result-small-txt {
    font-size: 1.2rem;
    text-align: right;
  }
}
.l-lower-rakuraku-about-reason-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 40px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-reason-items {
    margin-top: 55px;
    padding-left: 50px;
  }
}
.l-lower-rakuraku-about-reason-items li {
  width: 100%;
  padding: 15px 25px 25px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-reason-items li {
    width: 49%;
  }
}
.l-lower-rakuraku-about-reason-item-name {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}

.l-lower-rakuraku-about-reason-item-name::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-right: 10px;
  vertical-align: -6px;
}

.l-lower-rakuraku-about-reason-items li:nth-of-type(1) .l-lower-rakuraku-about-reason-item-name::before {
  background-image: url(../img/lower/rakuraku_img04.png);
}

.l-lower-rakuraku-about-reason-items li:nth-of-type(2) .l-lower-rakuraku-about-reason-item-name::before {
  background-image: url(../img/lower/rakuraku_img05.png);
}

.l-lower-rakuraku-about-reason-items li:nth-of-type(3) .l-lower-rakuraku-about-reason-item-name::before {
  background-image: url(../img/lower/rakuraku_img06.png);
}

.l-lower-rakuraku-about-reason-items li:nth-of-type(4) .l-lower-rakuraku-about-reason-item-name::before {
  background-image: url(../img/lower/rakuraku_img07.png);
}

.l-lower-rakuraku-about-reason-item-desc {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #7C7D80;
}

.l-lower-rakuraku-about-rakuni-items {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-rakuni-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 50px;
  }
}
.l-lower-rakuraku-about-rakuni-items li {
  position: relative;
  padding: 4px;
  border: 1px solid #DADCE0;
}

.l-lower-rakuraku-about-rakuni-items li:nth-of-type(1),
.l-lower-rakuraku-about-rakuni-items li:nth-of-type(2),
.l-lower-rakuraku-about-rakuni-items li:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-rakuni-items li:nth-of-type(1),
  .l-lower-rakuraku-about-rakuni-items li:nth-of-type(2),
  .l-lower-rakuraku-about-rakuni-items li:nth-of-type(3) {
    width: 32.3%;
  }
}
.l-lower-rakuraku-about-rakuni-items li:nth-of-type(4),
.l-lower-rakuraku-about-rakuni-items li:nth-of-type(5) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-rakuni-items li:nth-of-type(4),
  .l-lower-rakuraku-about-rakuni-items li:nth-of-type(5) {
    width: 49%;
  }
}
.l-lower-rakuraku-about-rakuni-items li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: underline;
  color: #DADCE0;
  text-underline-offset: 7px;
}

.l-lower-rakuraku-about-rakuni-item-inner {
  height: 100%;
  padding: 30px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-rakuni-item-inner {
    padding: 30px 25px;
  }
}
.l-lower-rakuraku-about-rakuni-item-name {
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-about-rakuni-item-name {
    font-size: 1.5rem;
  }
}
.l-lower-rakuraku-about-rakuni-item-desc {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #7C7D80;
}

.l-lower-rakuraku-kinou {
  padding: 0 25px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou {
    padding: 60px 50px 120px;
  }
}
.l-lower-rakuraku-kinou-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-rakuraku-kinou-desc {
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-desc {
    display: none;
    margin-bottom: 0;
  }
}
.l-lower-rakuraku-kinou-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-items {
    margin-bottom: 0;
  }
}
.l-lower-rakuraku-kinou-items li {
  width: 50%;
  border-right: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-items li {
    width: 20%;
  }
}
.l-lower-rakuraku-kinou-items li:nth-child(5n) {
  border-right: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-items li:nth-child(5n) {
    border-right: none;
  }
}
.l-lower-rakuraku-kinou-items li:nth-child(2n) {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-items li:nth-child(2n) {
    border-right: 1px solid #DADCE0;
  }
}
.l-lower-rakuraku-kinou-items li:nth-of-type(28),
.l-lower-rakuraku-kinou-items li:nth-of-type(29),
.l-lower-rakuraku-kinou-items li:nth-of-type(30),
.l-lower-rakuraku-kinou-items li:nth-of-type(31),
.l-lower-rakuraku-kinou-items li:nth-of-type(32) {
  border-bottom: 1px solid #DADCE0;
}

.l-lower-rakuraku-kinou-items li:nth-child(5n) {
  border-right: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-items li:nth-child(5n) {
    border-right: none;
  }
}
.l-lower-rakuraku-kinou-items li:nth-child(10n) {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-items li:nth-child(10n) {
    border-right: none;
  }
}
.l-lower-rakuraku-kinou-item-head {
  padding: 8px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #F2F4F7;
  text-align: center;
  border-top: 1px solid #DADCE0;
  border-bottom: 1px solid #DADCE0;
}

.l-lower-rakuraku-kinou-item-desc {
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.l-lower-rakuraku-kinou-bottom-txt {
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-kinou-bottom-txt {
    position: absolute;
    bottom: 40px;
    right: 20px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-kinou-bottom-txt {
    right: 60px;
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-rakuraku-kinou-bottom-txt {
    font-size: 2.4rem;
  }
}

.l-lower-rakuraku-katsuyou {
  padding: 1px 25px 60px;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-katsuyou {
    padding: 60px 50px 120px;
  }
}
.l-lower-rakuraku-katsuyou-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-rakuraku-katsuyou-desc {
  max-width: 800px;
  margin: 0 auto 50px;
}

.l-lower-rakuraku-katsuyou-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-katsuyou-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-rakuraku-katsuyou-items > li {
  width: 100%;
  padding: 15px 25px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-katsuyou-items > li {
    padding: 30px 25px 25px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-katsuyou-items > li {
    width: 25%;
  }
}
.l-lower-rakuraku-katsuyou-items > li:nth-of-type(odd) {
  background-color: #253964;
}

.l-lower-rakuraku-katsuyou-items > li:nth-of-type(even) {
  background-color: #D9DCE5;
}

.l-lower-rakuraku-katsuyou-item-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  margin-bottom: 15px;
  gap: 12px;
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-katsuyou-item-img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.l-lower-rakuraku-katsuyou-item-img-box img {
  width: 48px;
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-katsuyou-item-img-box img {
    width: 64px;
  }
}
.l-lower-rakuraku-katsuyou-item-img-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
}

.l-lower-rakuraku-katsuyou-items > li:nth-of-type(odd) .l-lower-rakuraku-katsuyou-item-img-name {
  color: #fff;
}

.l-lower-rakuraku-katsuyou-items > li:nth-of-type(even) .l-lower-rakuraku-katsuyou-item-img-name {
  color: #253964;
}

.l-lower-rakuraku-katsuyou-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-katsuyou-item-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.l-lower-rakuraku-katsuyou-item-details > li {
  width: 49%;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-color: #fff;
  text-align: center;
  padding: 6px;
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-katsuyou-item-details > li {
    width: 100%;
  }
}
.l-lower-rakuraku-security {
  padding: 1px 25px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-security {
    padding: 60px 50px 120px;
  }
}
.l-lower-rakuraku-security-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-rakuraku-security-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-security-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-rakuraku-security-items li {
  position: relative;
  width: 100%;
  padding: 6px;
  border: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-security-items li {
    width: 49%;
  }
}
.l-lower-rakuraku-security-items li::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: 18px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-security-items li::before {
    top: 30px;
    right: 30px;
  }
}
.l-lower-rakuraku-security-items li:nth-of-type(1):before {
  background-image: url(../img/lower/rakuraku_img12.png);
}

.l-lower-rakuraku-security-items li:nth-of-type(2):before {
  background-image: url(../img/lower/rakuraku_img13.png);
}

.l-lower-rakuraku-security-items li:nth-of-type(3):before {
  background-image: url(../img/lower/rakuraku_img14.png);
}

.l-lower-rakuraku-security-items li:nth-of-type(4):before {
  background-image: url(../img/lower/rakuraku_img15.png);
}

.l-lower-rakuraku-security-item-inner {
  height: 100%;
  padding: 15px 20px 20px;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-security-item-inner {
    padding: 30px 25px;
  }
}
.l-lower-rakuraku-security-item-head {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-right: 45px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-security-item-head {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.l-lower-rakuraku-security-item-desc {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #7C7D80;
}

.l-lower-rakuraku-strengths {
  padding: 1px 25px 60px;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-strengths {
    padding: 60px 50px 120px;
  }
}
.l-lower-rakuraku-strengths-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-rakuraku-strengths-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-strengths-box {
    gap: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-rakuraku-strengths-box {
    gap: 120px;
  }
}
.l-lower-rakuraku-strengths-box p {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-strengths-box p {
    padding-left: 0;
  }
}
.l-lower-rakuraku-strengths-box img {
  width: 240px;
}

.l-lower-rakuraku-works {
  padding: 1px 25px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-works {
    padding: 60px 50px 120px;
  }
}
.l-lower-rakuraku-works-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-rakuraku-works-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.l-lower-rakuraku-works-table {
  min-width: 1000px;
  width: 100%;
  border-collapse: collapse;
}

.l-lower-rakuraku-works-table th {
  width: 25%;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #F2F4F7;
  border-right: 1px solid #DADCE0;
}

.l-lower-rakuraku-works-table th:last-of-type {
  border-right: none;
}

.l-lower-rakuraku-works-table th,
.l-lower-rakuraku-works-table td {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #DADCE0;
}

.l-lower-rakuraku-works-table td:last-of-type {
  border-right: none;
}

.l-lower-rakuraku-products {
  padding: 0 25px 120px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-products {
    padding: 0 50px 120px;
  }
}
.l-lower-rakuraku-products-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-products-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
.l-lower-rakuraku-products-inner h2 {
  margin-top: 0;
}

.l-lower-rakuraku-products-inner p {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-products-inner p {
    padding-left: 0;
  }
}
.l-lower-rakuraku-products-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-products-txt-box {
    width: 560px;
  }
}
.l-lower-rakuraku-products-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-products-img-box {
    width: 380px;
  }
}
.l-lower-rakuraku-breadcrumb {
  max-width: 1260px;
  padding: 0 25px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-breadcrumb {
    padding: 0 50px;
  }
}
.l-lower-rakuraku-fixed {
  position: fixed;
  bottom: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  gap: 12px;
  border-radius: 2px;
  background-color: #253964;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-fixed {
    right: 20px;
    bottom: 20px;
    gap: 15px;
  }
}
.l-lower-rakuraku-fixed a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-rakuraku-fixed-img-box {
  width: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-fixed-img-box {
    width: 90px;
  }
}
.l-lower-rakuraku-fixed-img-box img {
  aspect-ratio: 90/60;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-lower-rakuraku-fixed-txt {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-txt {
  opacity: 0.6;
}

.l-lower-rakuraku-fixed-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  position: relative;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-fixed-ico {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}

/* hover時の白背景 */
.l-lower-rakuraku-fixed-ico::before,
.l-lower-rakuraku-fixed-ico::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-lower-rakuraku-fixed-ico::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-lower-rakuraku-fixed-ico::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

/* 中の丸 */
.l-lower-rakuraku-fixed-ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #253964;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

/* 矢印box */
.l-lower-rakuraku-fixed-ico > span i {
  position: relative;
  display: block;
  width: 5px;
  height: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-fixed-ico > span i {
    width: 9px;
    height: 12px;
  }
}

/* 矢印 */
.l-lower-rakuraku-fixed-ico > span i::before,
.l-lower-rakuraku-fixed-ico > span i::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-rakuraku-fixed-ico > span i::before,
  .l-lower-rakuraku-fixed-ico > span i::after {
    width: 9px;
    height: 12px;
  }
}

.l-lower-rakuraku-fixed-ico > span i::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-lower-rakuraku-fixed-ico > span i::after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

/* hover */
.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-ico::before,
.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-ico::after {
  height: 100%;
}

.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-ico > span i::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.l-lower-rakuraku-fixed:hover .l-lower-rakuraku-fixed-ico > span i::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* -----------------------------------------------------------------------------
   l-lower-jyutaku
   -------------------------------------------------------------------------- */
.l-lower-jyutaku-intro {
  padding: 1px 25px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro {
    padding: 60px 50px 120px;
  }
}
.l-lower-jyutaku-intro-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-jyutaku-intro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-bottom: 120px;
  }
}
.l-lower-jyutaku-intro-detail-img-box {
  width: 100%;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro-detail-img-box {
    width: 360px;
    padding-left: 0;
  }
}
.l-lower-jyutaku-intro-detail-txt-box {
  width: 100%;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro-detail-txt-box {
    width: calc(100% - 360px);
    padding-left: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-jyutaku-intro-detail-txt-box {
    padding-left: 80px;
  }
}
.l-lower-jyutaku-intro-items {
  max-width: 800px;
  padding: 20px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 60px 15px;
    gap: 40px;
  }
}
.l-lower-jyutaku-intro-items li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro-items li {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.l-lower-jyutaku-intro-items li img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro-items li img {
    width: 160px;
  }
}
.l-lower-jyutaku-intro-item-name {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-intro-item-name {
    text-align: center;
    font-size: 1.6rem;
  }
}
.l-lower-jyutaku-about {
  padding: 1px 25px 60px;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about {
    padding: 60px 50px 120px;
  }
}
.l-lower-jyutaku-about-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-jyutaku-about-flow {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about-flow {
    gap: 50px;
  }
}
.l-lower-jyutaku-about-flow::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #DADCE0;
  position: absolute;
  top: 0;
  left: 28px;
}

.l-lower-jyutaku-about .m-lower-cv-bnr-contents {
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about .m-lower-cv-bnr-contents {
    margin: 120px 0;
  }
}
.l-lower-jyutaku-about-flow > li {
  position: relative;
  padding-left: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about-flow > li {
    padding-left: 100px;
  }
}
.l-lower-jyutaku-about-flow > li::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.l-lower-jyutaku-about-flow > li:nth-of-type(1):before {
  background-image: url(../img/lower/jyutaku_img06.png);
}

.l-lower-jyutaku-about-flow > li:nth-of-type(2):before {
  background-image: url(../img/lower/jyutaku_img07.png);
}

.l-lower-jyutaku-about-flow > li:nth-of-type(3):before {
  background-image: url(../img/lower/jyutaku_img08.png);
}

.l-lower-jyutaku-about-flow > li:nth-of-type(4):before {
  background-image: url(../img/lower/jyutaku_img09.png);
}

.l-lower-jyutaku-about-flow > li:nth-of-type(5):before {
  background-image: url(../img/lower/jyutaku_img10.png);
}

.l-lower-jyutaku-about-flow > li:nth-of-type(5)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 56px);
  background-color: #F2F4F7;
  position: absolute;
  top: 56px;
  left: 28px;
}

.l-lower-jyutaku-about-flow-head {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about-flow-head {
    font-size: 2rem;
  }
}
.l-lower-jyutaku-about-flow-desc {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about-flow-desc {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.l-lower-jyutaku-about-flow-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 15px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about-flow-merit {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lower-jyutaku-about-flow-merit p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADCE0;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about-flow-merit p {
    padding-right: 25px;
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: 0;
  }
}
.l-lower-jyutaku-about-flow-merit-details {
  padding-left: 0;
  border-left: none;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-about-flow-merit-details {
    border-left: 1px solid #DADCE0;
    padding-left: 30px;
  }
}
.l-lower-jyutaku-about-flow-merit-details li {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-indent: -15px;
  padding-left: 15px;
}

.l-lower-jyutaku-about-flow-merit-details li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #333;
  vertical-align: 3px;
  margin-right: 10px;
}

.l-lower-jyutaku-voice {
  padding: 1px 25px 60px;
}
@media screen and (min-width: 1000px) {
  .l-lower-jyutaku-voice {
    padding: 60px 50px 120px;
  }
}
.l-lower-jyutaku-voice-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-jyutaku-voice-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  gap: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-jyutaku-voice-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-bottom: 120px;
  }
}
.l-lower-jyutaku-voice-item-img-box {
  position: relative;
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-jyutaku-voice-item-img-box {
    width: 50%;
    padding-right: 80px;
  }
}
.l-lower-jyutaku-voice-item-img-inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.company-name {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .company-name {
    font-size: 2rem;
  }
}
.company-cate span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
  padding: 0 10px;
  margin-right: 5px;
}

.l-lower-jyutaku-voice-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-jyutaku-voice-item-txt-box {
    width: 50%;
  }
}
.l-lower-jyutaku-voice-item-head {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-voice-item-head {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-jyutaku-voice-item-head {
    margin-bottom: 45px;
  }
}
.l-lower-jyutaku-voice-item-desc {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-jyutaku-voice-item-desc {
    font-size: 1.5rem;
  }
}