@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*
独自リセット
css-wipeより抜粋
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* リセットCSSでは bodyのline-height:1 だが
  main要素の下に無駄な余白ができるので0にする */
/* mixins */
/* サイズ指定をremにする */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin-left: auto;
  margin-right: auto;
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #fffbf2;
}
@media screen and (max-width: 479px) {
  body {
    font-size: 1.4rem;
  }
}

::-moz-selection {
  background: #95cd41;
  color: #fff;
}

::selection {
  background: #95cd41;
  color: #fff;
}

a {
  text-decoration: none;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  display: block;
}

.ly_cont {
  max-width: 131rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

.ly_header {
  max-width: 131rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 479px) {
  .ly_header {
    max-width: 100%;
  }
}

.bl_header_fixedWrapper {
  padding-top: 7rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bl_header_fixedWrapper {
    padding-top: 5rem;
  }
}

.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .bl_header {
    height: 5rem;
  }
}

.bl_header.bl_header__fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 144rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bl_header_logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .bl_header_logoWrapper {
    width: 15rem;
  }
}

.bl_header_navWrapper {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .bl_header_navWrapper {
    width: auto;
  }
}

.bl_nav {
  height: 100%;
}

.bl_nav_itemsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .bl_header_navWrapper .bl_nav_itemsWrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bl_footer_navWrapper .bl_nav_itemsWrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_footer_navWrapper .bl_nav_item {
  padding: 0 1rem;
}

.bl_nav_link {
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.8rem;
  letter-spacing: normal;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
  position: relative;
}
.bl_nav_link:visited {
  color: #333;
}

.bl_nav_link__animation::after {
  content: "";
  width: 0;
  border-bottom: solid 0.3rem #ff7f3f;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .bl_nav_link__animation::after {
    content: none;
  }
}
.bl_nav_link__animation:hover::after, .bl_nav_link__animation:active::after, .bl_nav_link__animation:focus-visible::after {
  width: 100%;
}

/* ドロワー */
@media screen and (max-width: 767px) {
  .bl_header_navWrapper .bl_nav {
    width: 25rem;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -25rem;
    z-index: 80;
    background-color: #95cd41;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bl_header_navWrapper #hamburger_checkBox:checked ~ .bl_nav {
    right: 0;
  }
  .bl_header_navWrapper .bl_nav_drawerOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bl_header_navWrapper #hamburger_checkBox:checked ~ .bl_nav_drawerOverlay {
    display: block;
  }
  .bl_header_navWrapper .bl_nav_itemsWrapper {
    padding: 7rem 1rem 0;
    display: block;
  }
  .bl_header_navWrapper .bl_nav_item {
    border-bottom: solid 0.1rem #fffbf2;
    list-style: none;
  }
  .bl_header_navWrapper .bl_nav_link {
    display: block;
    width: 100%;
    padding: 1rem;
    position: relative;
  }
  .bl_header_navWrapper .bl_nav_link::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-top: 0.1rem solid #333;
    border-right: 0.1rem solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 1.1rem;
    top: 2.1rem;
  }
}

.bl_MV {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.bl_MV_imgWrapper {
  position: relative;
  width: 100%;
  top: 0;
  overflow: hidden;
}

.bl_MV_imgWrapper::after {
  content: "";
  position: relative;
  display: block;
  padding-top: 39.5%;
  background-color: rgba(27, 14, 0, 0.54);
  z-index: 1;
}

.bl_MV_imgWrapper > img {
  position: absolute;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 118.4rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bl_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_media.bl_media__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .bl_media.bl_media__vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .bl_media.bl_media__mdColReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bl_media__PtPb {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.bl_media__lastPb:last-child {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .bl_media__lastPb:last-child {
    padding-bottom: 8rem;
  }
}

.bl_media:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .bl_media:nth-of-type(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_media_imgOuter {
  width: 45%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .bl_media_imgOuter {
    width: 100%;
    padding-top: 3rem;
  }
}

.bl_media_imgOuter.bl_media_imgOuter__lgImg {
  max-width: 65rem;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .bl_media_imgOuter.bl_media_imgOuter__lgImg {
    width: 100%;
    padding-top: 0;
  }
}

.bl_media_imgOuter.bl_media_imgOuter__flex {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .bl_media_imgOuter.bl_media_imgOuter__flex {
    display: block;
    padding-top: 0;
  }
}

.bl_media_imgOuter.bl_media_imgOuter__flex a {
  width: 48%;
}

.bl_media_imgInner {
  padding-top: 70.7213578501%;
  position: relative;
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}

.bl_media_imgInner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_media_imgInner__OfCover > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_media_2ndImgInner {
  width: 100%;
  text-align: center;
  padding: 0.4rem 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .bl_media_2ndImgInner {
    margin-top: 0.8rem;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.bl_media_2ndImgInner > video {
  width: 95%;
  -webkit-box-shadow: 0.2rem 0.2rem 0.8rem 0.2rem rgba(51, 51, 51, 0.25);
          box-shadow: 0.2rem 0.2rem 0.8rem 0.2rem rgba(51, 51, 51, 0.25);
}

.bl_media_body {
  max-width: 48.6538461538%;
}
@media screen and (max-width: 767px) {
  .bl_media_body {
    max-width: 100%;
  }
}

.bl_media_body.bl_media_body__lgImg {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .bl_media_body.bl_media_body__lgImg {
    width: 100%;
  }
}

.bl_media_body.bl_media_body__fullWidth {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.bl_media_heading {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 200%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_media_heading {
    font-size: 2rem;
  }
}
.bl_media_heading::after {
  content: "";
  width: 100%;
  border-bottom: solid 0.1rem #ff7f3f;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
}

.bl_media_txt {
  font-size: 1.8rem;
  line-height: 1.7;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .bl_media_txt {
    font-size: 1.6rem;
  }
}

.bl_feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.9rem;
  padding-bottom: 10.5rem;
  max-width: 116.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl_feature_wrapper {
    display: block;
    max-width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .bl_feature_wrapper {
    max-width: 95%;
  }
}

.bl_feature {
  margin-left: 9.2544987147%;
  width: 27.1636675236%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.bl_feature:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .bl_feature {
    margin-left: 0;
    padding-top: 7.4rem;
  }
  .bl_feature:nth-of-type(1) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_feature {
    width: 100%;
  }
}

.bl_feature_imgWrapper {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.bl_feature_imgWrapper::after {
  content: "";
  display: block;
  padding-top: 53.5135135135%;
}

.bl_feature_imgWrapper > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_feature_heading {
  padding-top: 3.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 158.3333333333%;
}
@media screen and (max-width: 767px) {
  .bl_feature_heading {
    padding-top: 2.4rem;
    font-size: 2rem;
  }
}

.bl_feature_txt {
  padding-top: 2.3rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .bl_feature_txt {
    padding-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.bl_form_wrapper {
  max-width: 80.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .bl_form_wrapper {
    max-width: 100%;
    padding-bottom: 7rem;
  }
}

.bl_form {
  width: 100%;
  font-size: 1.8rem;
  line-height: 161.1111111111%;
}
@media screen and (max-width: 767px) {
  .bl_form {
    font-size: 1.6rem;
  }
}

.bl_form_item {
  padding-top: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_form_item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .bl_form_item {
    display: block;
    padding-top: 3.2rem;
  }
}

.bl_form_itemTtl {
  line-height: 4.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8rem;
          flex: 0 0 20.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_form_itemTtl {
    line-height: 2;
  }
}

.bl_form_inputBoxWrapper,
.bl_form_textareaWrapper {
  width: 60rem;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .bl_form_inputBoxWrapper,
.bl_form_textareaWrapper {
    width: 100%;
  }
}

.bl_form_inputBoxWrapper > input,
.bl_form_textareaWrapper > textarea {
  line-height: 161.1111111111%;
  letter-spacing: 0.03em;
  width: 100%;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  -webkit-box-shadow: 0 0 0 #ff7f3f, inset 0.7rem -0.2rem 0 #ff7f3f;
          box-shadow: 0 0 0 #ff7f3f, inset 0.7rem -0.2rem 0 #ff7f3f;
  border-radius: 0 0 0 0.5rem;
  border: none;
  background-color: #fffbf2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bl_form_inputBoxWrapper > input:hover, .bl_form_inputBoxWrapper > input:focus, .bl_form_inputBoxWrapper > input:focus-visible,
.bl_form_textareaWrapper > textarea:hover,
.bl_form_textareaWrapper > textarea:focus,
.bl_form_textareaWrapper > textarea:focus-visible {
  -webkit-box-shadow: 0 0 0.4rem #ff7f3f, inset 0.7rem -0.2rem 0 #ff7f3f;
          box-shadow: 0 0 0.4rem #ff7f3f, inset 0.7rem -0.2rem 0 #ff7f3f;
  border-radius: 0 0 0 0.5rem;
  outline: 0;
}

.bl_form_inputBoxWrapper > input {
  height: 4.2rem;
}
.bl_form_inputBoxWrapper > input::-webkit-input-placeholder {
  color: #BDBDBD;
}
.bl_form_inputBoxWrapper > input::-moz-placeholder {
  color: #BDBDBD;
}
.bl_form_inputBoxWrapper > input:-ms-input-placeholder {
  color: #BDBDBD;
}
.bl_form_inputBoxWrapper > input::-ms-input-placeholder {
  color: #BDBDBD;
}
.bl_form_inputBoxWrapper > input::placeholder {
  color: #BDBDBD;
}

.bl_form_textareaWrapper > textarea {
  height: 20rem;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bl_form_btnWrapper {
  padding-top: 8.7rem;
  width: 23.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bl_form_btnWrapper {
    padding-top: 6.5rem;
  }
}

.bl_footer {
  padding-bottom: 1.5rem;
}

.bl_footer_logoWrapper {
  width: 23.6rem;
  max-width: 100%;
  padding-top: 5.5rem;
  margin-left: auto;
  margin-right: auto;
}

.bl_footer_navWrapper {
  width: 61rem;
  max-width: 100%;
  padding-top: 2.7rem;
  margin-left: auto;
  margin-right: auto;
}

.bl_footer_copyrightWrapper {
  padding-top: 4.9rem;
}

.bl_multiImgSlider {
  position: relative;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

.bl_multiImgSlider_imgWrapper {
  -webkit-filter: drop-shadow(0.2rem 0.4rem 0.4rem rgba(51, 51, 51, 0.25));
          filter: drop-shadow(0.2rem 0.4rem 0.4rem rgba(51, 51, 51, 0.25));
}

.bl_multiImgSlider_overlay::before,
.bl_multiImgSlider_overlay::after {
  position: absolute;
  content: "";
  width: 5%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.bl_multiImgSlider_overlay::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFFBF2), to(rgba(255, 251, 242, 0)));
  background: linear-gradient(90deg, #FFFBF2 0%, rgba(255, 251, 242, 0) 100%);
}

.bl_multiImgSlider_overlay::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 251, 242, 0)), to(#FFFBF2));
  background: linear-gradient(90deg, rgba(255, 251, 242, 0) 0%, #FFFBF2 100%);
}

.swiper-button-prev,
.swiper-button-next {
  color: #ff7f3f;
  width: 0;
  height: 0;
  border: 2rem solid;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    border: 1.6rem solid;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev {
  border-color: transparent #ff7f3f transparent transparent;
  left: -1.6rem;
}

.swiper-button-next {
  border-color: transparent transparent transparent #ff7f3f;
  right: -1.6rem;
}

.bl_workDetail_heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .bl_workDetail_heading {
    font-size: 2.2rem;
    padding-top: 9.6rem;
  }
}

.bl_workDetail_subHeading {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .bl_workDetail_subHeading {
    font-size: 1.8rem;
  }
}

.bl_workDetail_subHeading::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 0.2rem #ff7f3f;
  left: 0;
  bottom: 0;
}

.bl_workDetail_txt,
.bl_workDetail_link,
.bl_workDetail_basic {
  padding-top: 0.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .bl_workDetail_txt,
.bl_workDetail_link,
.bl_workDetail_basic {
    padding-top: 0.4rem;
  }
}

.bl_workDetail_txt {
  font-size: 1.6rem;
}

.bl_workDetail_link {
  display: block;
  word-break: break-all;
}

.bl_workDetail_basic {
  font-size: 1.4rem;
}
.bl_swipeIn_wrapper {
  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;
}
@media screen and (max-width: 479px) {
  .bl_swipeIn_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_swipeIn_parent {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.bl_swipeIn_parent.bl_swipeIn_parent__toRight {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.bl_swipeIn_parent.bl_swipeIn_parent__toTop {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.bl_swipeIn_parent.bl_swipeIn_parent__toBottom {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bl_swipeIn_child {
  width: 100%;
  visibility: hidden;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.bl_swipeIn_child.bl_swipeIn_child__toRight {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.bl_swipeIn_child.bl_swipeIn_child__toTop {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bl_swipeIn_child.bl_swipeIn_child__toBottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.bl_swipeIn_parent.js_show,
.bl_swipeIn_child.js_show {
  visibility: visible;
}

.bl_swipeIn_parent.js_show.bl_swipeIn_parent__toRight,
.bl_swipeIn_child.js_show.bl_swipeIn_child__toRight {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.bl_swipeIn_parent.js_show.bl_swipeIn_parent__toTop,
.bl_swipeIn_child.js_show.bl_swipeIn_child__toTop,
.bl_swipeIn_parent.js_show.bl_swipeIn_parent__toBottom,
.bl_swipeIn_child.js_show.bl_swipeIn_child__toBottom {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.bl_swipeIn_parent__fast,
.bl_swipeIn_child__fast {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.el_logo {
  width: 18.59375%;
  width: 100%;
  display: inline-block;
}

.el_logo_imgWrapper {
  width: 100%;
}
.el_logo_imgWrapper > img {
  width: 100%;
  vertical-align: bottom;
}

.el_lv1Heading_wrapper {
  position: absolute;
  top: 20%;
  left: 9%;
  z-index: 1;
}

.el_lv1Heading {
  position: relative;
  font-family: "Righteous", cursive;
  font-size: 8rem;
  color: #95cd41;
  line-height: 1;
  letter-spacing: 0.07em;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .el_lv1Heading {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 479px) {
  .el_lv1Heading {
    font-size: 2.6rem;
  }
}

.el_lv1Heading_decoLine {
  margin: 6% 0;
  border-bottom: 0.21vw solid #ff7f3f;
}

.el_lv2Heading_wrapper {
  position: relative;
}

.el_lv2Heading {
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .el_lv2Heading {
    font-size: 2.2rem;
  }
}

.el_lv2Heading::after {
  content: "";
  border-bottom: 0.7rem solid #ff7f3f;
  width: 3.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el_lv2Heading_overlap {
  position: absolute;
  bottom: 2.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Lexend Exa", sans-serif;
  color: #ff7f3f;
  opacity: 0.5;
  font-weight: 700;
  font-size: 7rem;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_lv2Heading_overlap {
    font-size: 5rem;
    bottom: 3.3rem;
  }
}

.el_hamburger {
  height: 100%;
}

.el_hamburger_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .el_hamburger_btn {
    position: fixed;
    top: 0;
    right: 1rem;
    height: 5rem;
    width: 5rem;
    z-index: 90;
    background-color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.el_hamburger_btn span,
.el_hamburger_btn span:before,
.el_hamburger_btn span:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 2.5rem;
  border-radius: 0.3rem;
  background-color: #333;
  position: absolute;
}

.el_hamburger_btn span:before {
  bottom: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.el_hamburger_btn span:after {
  top: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#hamburger_checkBox {
  display: none;
}

#hamburger_checkBox:checked ~ .el_hamburger_btn span {
  background-color: rgba(255, 255, 255, 0);
}
#hamburger_checkBox:checked ~ .el_hamburger_btn span::before {
  bottom: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#hamburger_checkBox:checked ~ .el_hamburger_btn span::after {
  top: 0;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.el_leadTxt {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .el_leadTxt {
    font-size: 1.6rem;
  }
}

.un_concept .el_leadTxt {
  text-align: center;
  max-width: 80rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.un_works .el_leadTxt {
  padding-top: 5.6rem;
}

.un_contact .el_leadTxt {
  padding-top: 5.6rem;
  padding-bottom: 7.1rem;
}
@media screen and (max-width: 767px) {
  .un_contact .el_leadTxt {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.el_badge {
  display: inline-block;
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  padding: 0.4rem 0.8rem 0.5rem;
  background-color: #95cd41;
  border-radius: 0.5rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_badge {
    position: relative;
    top: -0.2rem;
    right: 0;
    left: 0.8rem;
  }
}

.el_btn {
  display: inline-block;
  width: 100%;
  padding: 0.7rem 0.7rem;
  background-color: #ff7f3f;
  border: 0.1rem solid transparent;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0 1rem rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 1rem rgba(51, 51, 51, 0.25);
  color: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "Avenir", "Helvetica Neue", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 479px) {
  .el_btn {
    font-size: 1.6rem;
  }
}

.el_btn:focus,
.el_btn:hover {
  background-color: #95cd41;
  color: #333;
}

.el_btn:active {
  -webkit-transform: translate(0.2rem, 0.5rem);
          transform: translate(0.2rem, 0.5rem);
}

.el_copyright {
  font-size: 1.4rem;
}

.js_modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.js_modal.js_show {
  visibility: visible;
  opacity: 1;
}

.js_modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* フェードインのベース */
.js_fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.js_fadeIn__delay5 {
  -webkit-transition: all 1s 0.5s ease-out;
  transition: all 1s 0.5s ease-out;
}

.js_fadeIn__delay10 {
  -webkit-transition: all 1s 1s ease-out;
  transition: all 1s 1s ease-out;
}

/* 上からフェードイン */
.js_fadeIn__top {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

/* 下からフェードイン */
.js_fadeIn__bottom {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

/* 左からフェードイン */
.js_fadeIn__left {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}

/* 右からフェードイン */
.js_fadeIn__right {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

.hp_upperCase {
  text-transform: uppercase;
}

.hp_centerTxt {
  text-align: center;
}

.hp_bgcSubBase {
  background-color: #fff8e5;
}

.hp_coloredLink,
.hp_coloredLink:visited {
  color: #4EAAFD;
  text-decoration: underline;
}

.hp_zIndex__20 {
  z-index: 20;
}

.hp_lineFeed {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */