@charset "UTF-8";
/*
Theme Name: 名古屋工事LP
Author: GPRO Co., Ltd.
*/
@import url(./css/normalize.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&&family=Noto+Serif+JP:wght@200;400;600;700;900&family=Lato:wght@400;900&family=Pragati+Narrow&display=swap"');
html {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}

body.home {
  font-weight: 500;
  margin: 0;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 420px) {
  h2 {
    font-size: calc( 1.6666666667rem + ( 1vw - 4.2px ) * 2.4834437086 );
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 420px) {
  h3 {
    font-size: calc( 1.1111111111rem + ( 1vw - 4.2px ) * 1.3245033113 );
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 420px) {
  p {
    font-size: calc( 0.8888888889rem + ( 1vw - 4.2px ) * 0.3311258278 );
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 5px;
}
img.circle {
  border-radius: 50%;
}

.ly_2cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 834px) {
  .ly_2cols {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 438px) {
  .ly_2cols {
    display: block;
    margin-bottom: 5px;
  }
}
.ly_2colsLeft {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 2rem 1fr;
  grid-template-columns: 65% 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 438px) {
  .ly_2colsLeft {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
}
.ly_2colsRight {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 65%;
  grid-template-columns: 1fr 65%;
  gap: 2rem;
}
@media only screen and (max-width: 438px) {
  .ly_2colsRight {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
}

.ly_3cols {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 834px) {
  .ly_3cols {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 438px) {
  .ly_3cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.ly_4cols {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 438px) {
  .ly_4cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.ly_5cols {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 834px) {
  .ly_5cols {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.ly_6cols {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 834px) {
  .ly_6cols {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 438px) {
  .ly_6cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.ly_2rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 438px) {
  .ly_2rows {
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
  }
}

.ly_3rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2rem 1fr 2rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 2rem;
}

.ly_noGap {
  gap: 0 !important;
}
.ly_noGap div {
  padding: 5%;
}
@media only screen and (max-width: 438px) {
  .ly_noGap div {
    padding: 2%;
  }
}

.ly_wrapper {
  color: #1d1e21;
  padding: 100px 0 0;
}
@media only screen and (max-width: 600px) {
  .ly_wrapper {
    padding-top: 60px;
  }
}

/* ページ内リンク(ボタン) */
.ly_inPageLink {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 16px;
}
.ly_inPageLink p {
  padding-top: 50px;
  font-size: 35px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 438px) {
  .ly_inPageLink p {
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .ly_inPageLink p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 438px) {
  .ly_inPageLink {
    margin-top: 20px;
  }
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.ly_section {
  padding: 100px 0;
  width: 100%;
}
@media only screen and (max-width: 438px) {
  .ly_section {
    padding: 40px 0;
  }
}

.ly_paraArea {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: table;
  width: 100%;
  height: 100vh;
}
.ly_paraArea h1,
.ly_paraArea h2 {
  clear: both;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 420px) {
  .ly_paraArea h1,
.ly_paraArea h2 {
    font-size: calc( 1.5555555556rem + ( 1vw - 4.2px ) * 6.1258278146 );
  }
}
@media (min-width: 1024px) {
  .ly_paraArea h1,
.ly_paraArea h2 {
    font-size: 65px;
  }
}
.ly_paraArea p {
  font-size: 22px;
}
@media (min-width: 420px) {
  .ly_paraArea p {
    font-size: calc( 1.2222222222rem + ( 1vw - 4.2px ) * 3.8079470199 );
  }
}
@media (min-width: 1024px) {
  .ly_paraArea p {
    font-size: 45px;
  }
}
.ly_paraArea .bl_inner {
  color: #ffffff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px 3px black !important;
  padding: 15px;
}

.ly_jumbotron {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.ly_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  max-width: 1170px;
  font-family: "Noto Sans JP", serif;
}

.ly_narrow {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px auto;
  clear: both;
}
.ly_narrow img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 834px) {
  .ly_narrow {
    width: 100%;
  }
}
.ly_narrowMd {
  width: 936px;
  margin: 0 auto 20px auto;
  clear: both;
}
.ly_narrowMd img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 834px) {
  .ly_narrowMd {
    width: 100%;
  }
}

.ly_table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  margin: 50px auto;
  width: 80%;
  border-top: solid 1px #1d1e21;
  border-left: solid 1px #1d1e21;
  font-size: 14px;
}
@media (min-width: 420px) {
  .ly_table {
    font-size: calc( 0.7777777778rem + ( 1vw - 4.2px ) * 0.3311258278 );
  }
}
@media (min-width: 1024px) {
  .ly_table {
    font-size: 16px;
  }
}
.ly_table dt,
.ly_table dd {
  border-right: solid 1px #1d1e21;
  border-bottom: solid 1px #1d1e21;
  padding: 20px;
}
.ly_table dt {
  background-color: #d5d8e0;
  font-weight: bold;
}
@media only screen and (max-width: 438px) {
  .ly_table {
    width: 100%;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .ly_table dt,
.ly_table dd {
    padding: 10px;
  }
}

dl.ly_listTable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
}

.ly_listTable {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 420px) {
  .ly_listTable {
    font-size: calc( 0.7777777778rem + ( 1vw - 4.2px ) * 0.3311258278 );
  }
}
@media (min-width: 1024px) {
  .ly_listTable {
    font-size: 16px;
  }
}
.ly_listTable tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
}
.ly_listTable th,
.ly_listTable td,
.ly_listTable dt,
.ly_listTable dd {
  border-bottom: solid 1px #1d1e21;
}
.ly_listTable th,
.ly_listTable dt {
  background-color: #d5d8e0;
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
}
.ly_listTable td,
.ly_listTable dd {
  background-color: #ffffff;
  padding: 10px;
}
@media only screen and (max-width: 438px) {
  .ly_listTable {
    width: 100%;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .ly_listTable th,
.ly_listTable td {
    padding: 10px;
  }
}

.ly_photoGallery {
  margin-top: 120px;
  margin-bottom: 120px;
}

.ly_checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media only screen and (max-width: 438px) {
  .ly_checklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.el_fontSizeXXXL {
  font-size: 48px !important;
}
@media only screen and (max-width: 438px) {
  .el_fontSizeXXXL {
    font-size: 20px !important;
  }
}
.el_fontSizeXXL {
  font-size: 38px !important;
}
@media only screen and (max-width: 438px) {
  .el_fontSizeXXL {
    font-size: 20px !important;
  }
}
.el_fontSizeXL {
  font-size: 28px;
}
@media only screen and (max-width: 438px) {
  .el_fontSizeXL {
    font-size: 18px;
  }
}
.el_fontSizeL {
  font-size: 18px;
}
@media only screen and (max-width: 438px) {
  .el_fontSizeL {
    font-size: 16px;
  }
}
.el_fontSizeM {
  font-size: 16px;
}
.el_fontSizeS {
  font-size: 14px;
}
.el_fontSizeXS {
  font-size: 12px;
}
.el_fontSize__L {
  /* 相対サイズ */
  font-size: 1.5em;
}
@media only screen and (max-width: 375px) {
  .el_fontSize__L {
    font-size: 1em;
  }
}
.el_fontSize__S {
  /* 相対サイズ */
  padding-top: 0.25em;
  font-size: 0.75em;
}
.el_fontClrGrn {
  color: #00A550;
}
.el_fontClrBlk {
  color: #1d1e21;
}
.el_fontClrRed {
  color: #bc1b1b;
}
.el_fontClrWht {
  color: #ffffff;
}
.el_fontClrGry {
  color: #d5d8e0;
}

.el_bgRed {
  background-color: #bc1b1b !important;
  color: #ffffff;
}
.el_bgGrn {
  background-color: #22B53B !important;
  color: #ffffff;
}
.el_bgCrm {
  background-color: #FFFDF0 !important;
}
.el_bgNavy {
  background-color: #214795 !important;
  color: #ffffff;
}
.el_bgBlue {
  background-color: #004795 !important;
  color: #ffffff;
}
.el_bgSquare {
  border-radius: 45px;
  background-color: #ffffff !important;
  color: #1d1e21;
  padding: 34px;
}
@media only screen and (max-width: 438px) {
  .el_bgSquare {
    padding: 20px;
  }
}

.el_brOver__l {
  display: inline;
}
@media only screen and (max-width: 1024px) {
  .el_brOver__l {
    display: block;
  }
}
.el_brOver__m {
  display: inline;
}
@media only screen and (max-width: 834px) {
  .el_brOver__m {
    display: block;
  }
}
.el_brOver__sm {
  display: inline;
}
@media only screen and (max-width: 600px) {
  .el_brOver__sm {
    display: block;
  }
}
.el_brOver__s {
  display: inline;
}
@media only screen and (max-width: 438px) {
  .el_brOver__s {
    display: block;
  }
}
.el_brUnder__sm {
  display: block;
}
@media only screen and (max-width: 600px) {
  .el_brUnder__sm {
    display: inline;
  }
}
.el_brUnder__m {
  display: block;
}
@media only screen and (max-width: 834px) {
  .el_brUnder__m {
    display: inline;
  }
}

.el_bold {
  font-weight: bold;
}

.el_dotRed {
  /* 一文字ごとに<span>で囲ってください */
  font-weight: bold;
  color: #bc1b1b;
  position: relative;
}
.el_dotRed::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #bc1b1b;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.el_txtRight {
  text-align: right;
}

.el_txtCenter {
  text-align: center;
}

.el_txtLeft {
  text-align: left;
}

.el_fontSerif {
  font-family: "Noto Serif JP", serif !important;
}

.el_fontEn {
  font-family: "Lato", sans-serif;
}

.el_ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
}
.el_ttl:before, .el_ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #1d1e21;
  display: block;
}
.el_ttl:before {
  margin-right: 0.4em;
}
.el_ttl:after {
  margin-left: 0.4em;
}

h1.el_ttl,
h2.el_ttl {
  font-size: 24px;
}
@media (min-width: 420px) {
  h1.el_ttl,
h2.el_ttl {
    font-size: calc( 1.3333333333rem + ( 1vw - 4.2px ) * 5.9602649007 );
  }
}
@media (min-width: 1024px) {
  h1.el_ttl,
h2.el_ttl {
    font-size: 60px;
  }
}

h3.el_ttl {
  font-size: 24px;
}
@media (min-width: 420px) {
  h3.el_ttl {
    font-size: calc( 1.3333333333rem + ( 1vw - 4.2px ) * 2.3178807947 );
  }
}
@media (min-width: 1024px) {
  h3.el_ttl {
    font-size: 38px;
  }
}

.el_btn {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px #1d1e21;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 50px;
  font-size: 18px;
}
@media (min-width: 420px) {
  .el_btn {
    font-size: calc( 1rem + ( 1vw - 4.2px ) * 0.9933774834 );
  }
}
@media (min-width: 1024px) {
  .el_btn {
    font-size: 24px;
  }
}
.el_btn:hover {
  background-color: #1d1e21;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.el_btnRed {
  display: inline-block;
  width: 90%;
  max-width: 800px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BC1A19), to(#C94E01));
  background: linear-gradient(180deg, #BC1A19 0%, #C94E01 100%);
  padding: 24px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 38px;
  border-radius: 24px;
  line-height: 1em;
}
@media (min-width: 420px) {
  .el_btnRed {
    font-size: calc( 0.7777777778rem + ( 1vw - 4.2px ) * 8.6092715232 );
  }
}
@media (min-width: 1024px) {
  .el_btnRed {
    font-size: 66px;
  }
}
@media only screen and (max-width: 438px) {
  .el_btnRed {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .el_btnRed {
    font-size: 21px;
  }
}

.el_full {
  width: 100%;
}

.el_border {
  border: solid 1px #1d1e21;
}
.el_borderTop {
  border-top: solid 1px #1d1e21;
}
.el_borderBtm {
  border-bottom: solid 1px #1d1e21;
  margin-bottom: 120px;
}
@media only screen and (max-width: 438px) {
  .el_borderBtm {
    margin-bottom: 50px;
  }
}
.el_borderLeft {
  border-left: solid 1px #1d1e21;
}

.el_absolute {
  position: absolute;
}

.el_new {
  position: relative;
}
.el_new::before {
  content: "";
  background: url(./img/new.png) center no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -45px;
  top: -17px;
  width: 44px;
  height: 17px;
}

.el_gallery {
  position: absolute;
  color: #ffffff;
  background-color: rgba(102, 220, 214, 0.8);
  padding: 5px 15px;
  top: 0;
  letter-spacing: 0.2rem;
}

.el_checklist {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 12px;
}
.el_checklist_img {
  width: 100%;
  max-width: 521px;
  height: 549px;
  position: relative;
}
.el_checklist_img img {
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .el_checklist_img img {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 438px) {
  .el_checklist_img img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1280px) {
  .el_checklist_img {
    height: auto;
  }
}
@media only screen and (max-width: 834px) {
  .el_checklist_img {
    height: auto;
  }
}
@media only screen and (max-width: 438px) {
  .el_checklist_img {
    height: 300px;
  }
}
.el_checklist__item {
  padding-left: 1.7em;
  margin: 5px 0;
  font-size: 47px;
  white-space: nowrap;
  margin-bottom: 58px;
  padding-top: 9px;
  line-height: 1.1em;
  position: relative;
}
.el_checklist__item::before {
  display: block;
  content: "";
  background: url(./img/check_mark.svg) left 0px center no-repeat;
  background-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1280px) {
  .el_checklist__item {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .el_checklist__item {
    font-size: calc( 1.7777777778rem + ( 1vw - 10.24px ) * 5.859375 );
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  .el_checklist__item {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1024px) {
  .el_checklist__item {
    font-size: 32px;
    white-space: normal;
  }
}
@media only screen and (max-width: 834px) {
  .el_checklist__item {
    font-size: 19px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 834px) and (min-width: 438px) {
  .el_checklist__item {
    font-size: calc( 1.0555555556rem + ( 1vw - 4.38px ) * 3.9393939394 );
  }
}
@media only screen and (max-width: 834px) and (min-width: 768px) {
  .el_checklist__item {
    font-size: 32px;
  }
}
@media only screen and (max-width: 438px) {
  .el_checklist__item {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mt50 {
  margin-top: 50px;
}

.hp_mt80 {
  margin-top: 80px;
}

.hp_mt100 {
  margin-top: 100px;
}

.hp_mb0 {
  margin-bottom: 0 !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mb50 {
  margin-bottom: 50px;
}

.hp_mr20 {
  margin-right: 20px !important;
}

.hp_pt80 {
  padding-top: 80px;
}

.hp_pt100 {
  padding-top: 100px;
}

.hp_pb0 {
  padding-bottom: 0 !important;
}

.hp_pb20 {
  padding-bottom: 20px;
}

.hp_pb50 {
  padding-bottom: 50px;
}

.hp_pb100 {
  padding-bottom: 100px;
}

.hp_p0 {
  padding: 0 !important;
}

.hp_p5 {
  padding: 5px !important;
}

.hp_p10 {
  padding: 10px !important;
}

.hp_p20 {
  padding: 20px !important;
}

.hp_maxW900 {
  max-width: 900px !important;
}

@media only screen and (max-width: 1024px) {
  .hp_hideL {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .hp_hideM {
    display: none;
  }
}
@media only screen and (max-width: 438px) {
  .hp_hideS {
    display: none;
  }
}

.hp_spHidden {
  display: block;
}
@media only screen and (max-width: 438px) {
  .hp_spHidden {
    display: none;
  }
}
.hp_spVisible {
  display: none;
}
@media only screen and (max-width: 438px) {
  .hp_spVisible {
    display: block;
  }
}

.bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_flex .el_bottom {
  margin-top: auto;
}
.bl_flexCenter {
  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;
}
.bl_flexLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 438px) {
  .bl_flexLeft {
    display: block;
  }
}
.bl_flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 438px) {
  .bl_flexRight {
    display: block;
  }
}

.bl_gallery {
  position: relative;
}

.bl_ttl_box {
  width: 100%;
  height: 212px;
  font-size: 38px;
  color: #fff;
  padding: 41px;
  position: relative;
  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;
  background-color: #22B53B;
}
.bl_ttl_box#form {
  padding-top: 45px;
  padding-bottom: 15px;
  z-index: 1;
  height: 100%;
}
.bl_ttl_box#form::after {
  z-index: 0;
}
@media only screen and (max-width: 438px) {
  .bl_ttl_box#form {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .bl_ttl_box {
    height: 160px;
  }
}
@media only screen and (max-width: 438px) {
  .bl_ttl_box {
    padding: 10px;
    padding-bottom: 50px;
    height: inherit;
  }
}
.bl_ttl_txt {
  font-weight: normal;
  height: auto;
  margin-bottom: 60px;
  position: relative;
  font-size: 48px;
  line-height: 1.1em;
}
@media only screen and (max-width: 834px) {
  .bl_ttl_txt {
    font-size: 32px;
  }
}
@media only screen and (max-width: 438px) {
  .bl_ttl_txt {
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
}
.bl_ttl_txt::before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .bl_ttl_txt::before {
    bottom: -0.6em;
  }
}
@media only screen and (max-width: 438px) {
  .bl_ttl_txt::before {
    top: inherit;
    bottom: -14px;
  }
}
.bl_ttl_txt::after {
  content: attr(data-text);
  display: inline-block;
  font-family: "Pragati Narrow", sans-serif;
  font-size: 24px;
  text-align: center;
  position: absolute;
  bottom: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .bl_ttl_txt::after {
    bottom: -2.4em;
  }
}

/*---------------------------------------
   ヘッダー
---------------------------------------*/
/* PC版 */
.ly_header {
  position: fixed;
  height: 100px;
  z-index: 5;
  width: 100%;
  background-color: #004795;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 600px) {
  .ly_header {
    height: 60px;
  }
}
.ly_header .bl_headerTtl {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 250px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  line-height: 30px;
}
.ly_header .bl_headerTtl__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_header .bl_headerTtl__logo #bl_logoLower {
  width: 100px;
  display: inline-block;
}
@media only screen and (max-width: 438px) {
  .ly_header .bl_headerTtl__logo #bl_logoLower {
    width: 90px;
  }
}
@media only screen and (max-width: 438px) {
  .ly_header .bl_headerTtl__logo {
    width: auto;
  }
}
.ly_header .bl_headerTtl__logo span {
  display: block;
  margin-left: 12px;
  padding: 1px 10px;
  background-color: #bc1b1b;
  border: solid 1px #ffffff;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
}
@media only screen and (max-width: 600px) {
  .ly_header .bl_headerTtl {
    width: 100%;
    font-size: 18px;
    position: static;
    padding: 7px 5px;
    line-height: normal;
  }
  .ly_header .bl_headerTtl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ly_header .bl_headerTtl span {
    display: none;
  }
}
.ly_header .ly_header_tel {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 600px) {
  .ly_header .ly_header_tel {
    display: none;
  }
}

.ly_menu {
  background-color: #004795;
  padding: 10px;
  position: fixed;
  z-index: 4;
  width: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 438px) {
  .ly_menu_box.is-fixed {
    display: block;
  }
}
.ly_menu #bl_menuPc_logo {
  height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .ly_menu #bl_menuPc_logo {
    display: none;
  }
}
.ly_menu .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
}
.ly_menu .menu ul li {
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 834px) {
  .ly_menu .menu ul li {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 834px) {
  .ly_menu .menu ul {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .ly_menu .menu ul {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .ly_menu {
    padding: 10px;
    z-index: 4;
    width: 100%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    background-color: transparent;
  }
}

/* SP版 */
/*---------------------------------------
   トップページ
---------------------------------------*/
.un_eyeCatch_wrapper {
  height: calc(100vh - 100px);
  background: url(./img/top_bg.jpg) no-repeat center/cover;
  background-color: rgba(255, 255, 255, 0.36);
  font-family: "Noto Sans JP", serif;
  position: relative;
  overflow: hidden;
  min-height: 650px;
  max-height: 1080px;
}
@media only screen and (max-width: 1440px) {
  .un_eyeCatch_wrapper {
    max-height: 840px;
  }
}
@media only screen and (max-width: 1280px) {
  .un_eyeCatch_wrapper {
    max-height: 700px;
  }
}
@media only screen and (max-width: 1024px) {
  .un_eyeCatch_wrapper {
    height: 650px;
    min-height: inherit;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_wrapper {
    max-height: 730px;
    height: 82vw;
    min-height: 580px;
  }
}
@media only screen and (max-width: 600px) {
  .un_eyeCatch_wrapper {
    height: 530px;
    min-height: inherit;
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_wrapper {
    height: 380px;
  }
}
.un_eyeCatch_wrapper > * {
  z-index: 2;
}
.un_eyeCatch_wrapper::before {
  content: "";
  display: block;
  width: 35%;
  height: 98%;
  max-width: 575px;
  max-height: 769px;
  position: absolute;
  left: -5%;
  bottom: 0;
  background: no-repeat bottom/contain;
  background-image: -webkit-image-set(url(./img/top_ornament01.png) 1x, url(./img/top_ornament01@2x.png) 2x);
  background-image: image-set(url(./img/top_ornament01.png) 1x, url(./img/top_ornament01@2x.png) 2x);
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .un_eyeCatch_wrapper::before {
    width: 40%;
    left: -13%;
  }
}
@media only screen and (max-width: 1024px) {
  .un_eyeCatch_wrapper::before {
    width: 53vw;
    right: 76%;
    left: auto;
    bottom: -6%;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_wrapper::before {
    width: 50%;
    opacity: 0.8;
    right: auto;
    top: 30%;
    left: -5%;
  }
}
@media only screen and (max-width: 600px) {
  .un_eyeCatch_wrapper::before {
    top: 20%;
    min-width: inherit;
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_wrapper::before {
    width: 60%;
    top: 30%;
    left: -10%;
    min-width: inherit;
  }
}
@media only screen and (max-width: 375px) {
  .un_eyeCatch_wrapper::before {
    width: 200px;
    left: -75px;
    top: 25%;
  }
}
.un_eyeCatch_wrapper::after {
  content: "";
  display: block;
  width: 40%;
  height: 462px;
  position: absolute;
  right: -120px;
  top: 21px;
  background: url(./img/top_ornament02.png) no-repeat center/contain;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .un_eyeCatch_wrapper::after {
    width: 50vw;
    height: 300px;
    right: auto;
    left: 73%;
    top: 4%;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_wrapper::after {
    top: 8%;
    opacity: 0.6;
    left: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .un_eyeCatch_wrapper::after {
    top: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .un_eyeCatch_wrapper::after {
    top: 2%;
    width: 400px;
    right: -200px;
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_wrapper::after {
    width: 250px;
    right: -50px;
    top: -10%;
  }
}
@media only screen and (max-width: 375px) {
  .un_eyeCatch_wrapper::after {
    width: 200px;
    right: -70px;
  }
}
.un_eyeCatch_ttl {
  width: 100%;
  position: absolute;
  top: 38%;
  color: #333;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.un_eyeCatch_ttl > span {
  display: block;
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_ttl {
    font-size: 55px;
    -webkit-transform: none;
            transform: none;
    top: 15%;
    left: 5%;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .un_eyeCatch_ttl {
    top: 17%;
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_ttl {
    font-size: 32px;
    top: 20%;
  }
}
.un_eyeCatch_ttl__bigTxt {
  /* 見出しの大きい文字 */
  font-size: 90px;
  color: #9F8D2D;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .un_eyeCatch_ttl__bigTxt {
    font-size: calc( 5rem + ( 1vw - 12.8px ) * 2.8125 );
  }
}
@media (min-width: 1920px) {
  .un_eyeCatch_ttl__bigTxt {
    font-size: 108px;
  }
}
@media only screen and (max-width: 1024px) {
  .un_eyeCatch_ttl__bigTxt {
    font-size: 9.5vw;
  }
}
.un_eyeCatch_ttl__bigTxt::before {
  content: attr(data-text);
  position: absolute;
  color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-text-stroke-width: 12px;
  z-index: -2;
  text-shadow: 0px 0px 30px #fff;
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_ttl__bigTxt::before {
    -webkit-text-stroke-width: 8px;
    text-shadow: none;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_ttl__bigTxt::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.un_eyeCatch_ttl__bigTxt::after {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-text-stroke-width: 7px;
  z-index: -1;
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_ttl__bigTxt::after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_ttl__bigTxt::after {
    -webkit-text-stroke-width: 5px;
  }
}
.un_eyeCatch_base {
  font-size: 92px;
  font-weight: 800;
  line-height: 0.95;
}
@media (min-width: 1280px) {
  .un_eyeCatch_base {
    font-size: calc( 5.1111111111rem + ( 1vw - 12.8px ) * 0.9375 );
  }
}
@media (min-width: 1920px) {
  .un_eyeCatch_base {
    font-size: 98px;
  }
}
@media only screen and (max-width: 1280px) {
  .un_eyeCatch_base {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 900px) {
  .un_eyeCatch_base {
    font-size: calc( 3.7777777778rem + ( 1vw - 9px ) * 3.1578947368 );
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  .un_eyeCatch_base {
    font-size: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_base {
    font-size: 42px;
  }
}
@media only screen and (max-width: 834px) and (min-width: 438px) {
  .un_eyeCatch_base {
    font-size: calc( 2.3333333333rem + ( 1vw - 4.38px ) * 6.5656565657 );
  }
}
@media only screen and (max-width: 834px) and (min-width: 834px) {
  .un_eyeCatch_base {
    font-size: 68px;
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_base {
    font-size: 24px;
  }
}
.un_eyeCatch_col {
  width: 60vw;
  min-width: 821px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
}
@media (min-width: 1280px) {
  .un_eyeCatch_col {
    font-size: calc( 1.7777777778rem + ( 1vw - 12.8px ) * 1.5625 );
  }
}
@media (min-width: 1920px) {
  .un_eyeCatch_col {
    font-size: 42px;
  }
}
@media only screen and (min-height: 926px) {
  .un_eyeCatch_col {
    bottom: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .un_eyeCatch_col {
    width: 80%;
    top: 61%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 35px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .un_eyeCatch_col {
    font-size: calc( 1.9444444444rem + ( 1vw - 10.24px ) * 1.953125 );
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  .un_eyeCatch_col {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .un_eyeCatch_col {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    font-size: 33px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 834px) {
  .un_eyeCatch_col {
    font-size: calc( 1.8333333333rem + ( 1vw - 8.34px ) * 1.0526315789 );
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .un_eyeCatch_col {
    font-size: 35px;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_col {
    min-width: inherit;
    font-size: 20px;
  }
}
@media only screen and (max-width: 834px) and (min-width: 438px) {
  .un_eyeCatch_col {
    font-size: calc( 1.1111111111rem + ( 1vw - 4.38px ) * 2.0202020202 );
  }
}
@media only screen and (max-width: 834px) and (min-width: 834px) {
  .un_eyeCatch_col {
    font-size: 28px;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_col {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: auto;
    right: 12px;
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_col {
    font-size: 14px;
  }
}
@media only screen and (max-width: 438px) and (min-width: 320px) {
  .un_eyeCatch_col {
    font-size: calc( 0.7777777778rem + ( 1vw - 3.2px ) * 3.3898305085 );
  }
}
@media only screen and (max-width: 438px) and (min-width: 438px) {
  .un_eyeCatch_col {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .un_eyeCatch_col {
    width: 70%;
    right: 5px;
  }
}
.un_eyeCatch_col__list {
  width: 7em;
  height: 7em;
  color: #fff;
  position: relative;
  z-index: 0;
  text-align: center;
  line-height: 120%;
}
@media only screen and (min-height: 926px) {
  .un_eyeCatch_col__list {
    line-height: 131%;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_col__list {
    line-height: 120%;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_col__list {
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: #005DC1;
    padding: 5px;
    margin: 2px 5px;
  }
}
.un_eyeCatch_col__list::before {
  content: "";
  display: block;
  width: 96%;
  height: 96%;
  border-radius: 50%;
  background-color: #004795;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_col__list::before {
    display: none;
  }
}
.un_eyeCatch_col__list div {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_col__list div {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_col__list div {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media only screen and (max-width: 375px) {
  .un_eyeCatch_col__list div {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media only screen and (max-width: 375px) {
  .un_eyeCatch_col__list div span {
    font-size: 10px;
  }
}
.un_eyeCatch_txt {
  position: absolute;
  top: 1.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF500;
  padding: 6px 55px;
  font-size: 21px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#BC1A19), to(#C94E01)) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, #BC1A19 0%, #C94E01 100%) 0% 0% no-repeat;
  border-radius: 35px;
  width: 28em;
  text-align: center;
}
@media (min-width: 1280px) {
  .un_eyeCatch_txt {
    font-size: calc( 1.1666666667rem + ( 1vw - 12.8px ) * 0.9375 );
  }
}
@media (min-width: 1920px) {
  .un_eyeCatch_txt {
    font-size: 27px;
  }
}
@media only screen and (min-height: 926px) {
  .un_eyeCatch_txt {
    top: 5%;
  }
}
@media only screen and (max-width: 1280px) {
  .un_eyeCatch_txt {
    top: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  .un_eyeCatch_txt {
    top: 3%;
  }
}
@media only screen and (max-width: 834px) {
  .un_eyeCatch_txt {
    font-size: 16px;
    text-align: center;
    top: 5%;
    white-space: normal;
    padding: 6px 30px;
  }
}
@media only screen and (max-width: 438px) {
  .un_eyeCatch_txt {
    width: 90%;
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .un_eyeCatch_txt {
    width: 98%;
    padding: 10px 15px;
    font-size: 13px;
  }
}
.un_eyeCatch_txt__founded {
  margin-left: 12px;
}

.un_ttl {
  width: 100%;
  font-weight: 700;
  display: inline-block;
  padding: 0.25em 0;
  font-size: 48px;
}
@media (min-width: 1280px) {
  .un_ttl {
    font-size: calc( 2.6666666667rem + ( 1vw - 12.8px ) * 2.65625 );
  }
}
@media (min-width: 1920px) {
  .un_ttl {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .un_ttl {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 834px) {
  .un_ttl {
    font-size: calc( 2rem + ( 1vw - 8.34px ) * 2.6905829596 );
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1280px) {
  .un_ttl {
    font-size: 48px;
  }
}
@media only screen and (max-width: 834px) {
  .un_ttl {
    font-size: 28px;
    padding: 28px 0;
  }
}
@media only screen and (max-width: 438px) {
  .un_ttl {
    font-size: 18px;
    padding: 6px;
  }
}
@media only screen and (max-width: 375px) {
  .un_ttl {
    font-size: 17px;
  }
}
.un_ttl__WLine {
  position: relative;
  z-index: 1;
}
.un_ttl__WLine::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffc600;
  position: absolute;
  bottom: 14px;
  left: 50%;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 438px) {
  .un_ttl__WLine::before {
    height: 3px;
    bottom: 4px;
  }
}
.un_ttl__WLine::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffc600;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 4px;
}
@media only screen and (max-width: 438px) {
  .un_ttl__WLine::after {
    height: 3px;
    bottom: 0;
  }
}
.un_ttl_markup {
  font-size: 78px;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (max-width: 1280px) {
  .un_ttl_markup {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .un_ttl_markup {
    font-size: calc( 2.6666666667rem + ( 1vw - 10.24px ) * 11.71875 );
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  .un_ttl_markup {
    font-size: 78px;
  }
}
@media only screen and (max-width: 1024px) {
  .un_ttl_markup {
    font-size: 48px;
  }
}
@media only screen and (max-width: 834px) {
  .un_ttl_markup {
    font-size: 36px;
  }
}
@media only screen and (max-width: 438px) {
  .un_ttl_markup {
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .un_ttl_markup {
    font-size: 20px;
  }
}

.un_txt_reazon {
  font-size: 18px;
}
@media (min-width: 420px) {
  .un_txt_reazon {
    font-size: calc( 1rem + ( 1vw - 4.2px ) * 6.9536423841 );
  }
}
@media (min-width: 1024px) {
  .un_txt_reazon {
    font-size: 60px;
  }
}

.un_arwUnder::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 82px 49.4vw 0 49.4vw;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .un_arwUnder::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 82px 49vw 0 49vw;
  }
}
@media only screen and (max-width: 438px) {
  .un_arwUnder::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 20px 49.4vw 0 49.4vw;
  }
}
.un_arwUnder.el_bgRed::after {
  border-color: #bc1b1b transparent transparent transparent;
}
.un_arwUnder.el_bgGrn::after {
  border-color: #22B53B transparent transparent transparent;
}
.un_arwUnder.el_bgNavy::after {
  border-color: #214795 transparent transparent transparent;
}
.un_arwUnder.el_bgBlue::after {
  border-color: #004795 transparent transparent transparent;
}
.un_arwUnder.bl_ttl_box {
  height: 150px;
}
@media only screen and (max-width: 438px) {
  .un_arwUnder.bl_ttl_box {
    height: inherit;
  }
}

.un_line {
  gap: 0;
}
@media only screen and (max-width: 438px) {
  .un_line {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.un_line_txt {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}
.un_line_txt h2 {
  font-size: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .un_line_txt h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 438px) {
  .un_line_txt h2 {
    font-size: 18px;
  }
}
.un_line_txt p {
  font-size: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 834px) {
  .un_line_txt p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 438px) {
  .un_line_txt p {
    font-size: 16px;
  }
}
.un_line_button {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #fff000;
}
.un_line_button a {
  position: relative;
  display: block;
  background-color: #1E9E33;
  width: 240px;
  padding: 15px;
  padding-left: 2.5em;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  margin: 8px auto;
  font-size: 21px;
  color: #fff;
}
.un_line_button a::before {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  background: url(./img/line_icon.svg) no-repeat center/contain;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.un_flow {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 85px;
  border-bottom: 8px solid #22B53B;
}
@media only screen and (max-width: 1280px) {
  .un_flow {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 438px) {
  .un_flow {
    padding-left: 0;
  }
}
.un_flow_badge {
  position: absolute;
  left: 0;
  top: 8px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .un_flow_badge {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 438px) {
  .un_flow_badge {
    display: none;
  }
}
.un_flow_badge__bg {
  display: block;
  background-color: #22B53B;
  width: 100%;
  height: 0;
}
@media only screen and (max-width: 438px) {
  .un_flow_badge__bg {
    display: none;
  }
}
.un_flow_badge::before {
  content: attr(id);
  display: block;
  width: 104px;
  height: 104px;
  padding: 28px;
  line-height: 1em;
  text-align: center;
  font-family: "DIN Condensed";
  font-weight: bold;
  font-size: 64px;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .un_flow_badge::before {
    width: 60px;
    height: 60px;
    font-size: 40px;
    padding: 17px 13px 13px 15px;
  }
}
@media only screen and (max-width: 438px) {
  .un_flow_badge::before {
    display: none;
  }
}
.un_flow_badge::after {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .un_flow_badge::after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 438px) {
  .un_flow_badge::after {
    display: none;
  }
}
.un_flow_dt {
  position: relative;
  font-size: 18px;
  border-bottom: 1px dotted #8D8D8D;
}
@media (min-width: 420px) {
  .un_flow_dt {
    font-size: calc( 1rem + ( 1vw - 4.2px ) * 2.6490066225 );
  }
}
@media (min-width: 1024px) {
  .un_flow_dt {
    font-size: 34px;
  }
}
.un_flow_dt span {
  color: #8D8D8D;
  font-size: 18px;
  padding-right: 1em;
}
@media (min-width: 420px) {
  .un_flow_dt span {
    font-size: calc( 1rem + ( 1vw - 4.2px ) * 0.9933774834 );
  }
}
@media (min-width: 1024px) {
  .un_flow_dt span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 438px) {
  .un_flow_dt span {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .un_flow_dt {
    font-size: 20px;
  }
}
.un_flow_dd {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}
@media (min-width: 834px) {
  .un_flow_dd {
    font-size: calc( 0.8888888889rem + ( 1vw - 8.34px ) * 1.0526315789 );
  }
}
@media (min-width: 1024px) {
  .un_flow_dd {
    font-size: 18px;
  }
}
.un_flowBl {
  height: 200px;
  position: relative;
  margin: 8px auto;
  z-index: 1;
}
@media only screen and (max-width: 438px) {
  .un_flowBl {
    height: 100%;
    display: block;
  }
}
.un_flowBl.__dotted::after {
  border-right: 8px dotted #aaa;
  content: "";
  width: 5px;
  background: none;
  position: absolute;
  top: 50px;
  left: -45px;
}
.un_flowBl:last-child::after {
  display: none;
}
.un_flowBl_txt {
  width: 100%;
  max-width: 680px;
  padding: 0 0 0 10px;
  position: absolute;
  left: 120px;
}
@media only screen and (max-width: 1024px) {
  .un_flowBl_txt {
    width: 63%;
    left: 60px;
  }
}
@media only screen and (max-width: 438px) {
  .un_flowBl_txt {
    position: static;
    width: 100%;
  }
}
.un_flowBl_img {
  width: 260px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .un_flowBl_img {
    width: 29%;
  }
}
@media only screen and (max-width: 438px) {
  .un_flowBl_img {
    position: static;
    width: 95%;
    margin: 5px auto;
  }
}
.un_flowBl_step {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 48px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .un_flowBl_step {
    left: 26px;
  }
}
@media only screen and (max-width: 438px) {
  .un_flowBl_step {
    display: none;
  }
}
.un_flowBl__dotted {
  display: block;
  width: 10px;
  height: 100%;
  border-left: 10px dotted #eee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.un_flowBl__line {
  width: 10px;
  height: 0;
  background-color: #22B53B;
  z-index: 1;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.un_location {
  gap: 0;
  -ms-grid-rows: 1fr 0 1fr 0 1fr;
  grid-template-rows: repeat(3, 1fr);
}
.un_location a {
  height: 484px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 3px 14px #000000;
  overflow: hidden;
}
@media (min-width: 834px) {
  .un_location a {
    font-size: calc( 1.3333333333rem + ( 1vw - 8.34px ) * 12.6315789474 );
  }
}
@media (min-width: 1024px) {
  .un_location a {
    font-size: 48px;
  }
}
@media only screen and (max-width: 834px) {
  .un_location a {
    height: 300px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 438px) {
  .un_location a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 438px) and (min-width: 320px) {
  .un_location a {
    font-size: calc( 0.8888888889rem + ( 1vw - 3.2px ) * 4.2372881356 );
  }
}
@media only screen and (max-width: 438px) and (min-width: 438px) {
  .un_location a {
    font-size: 21px;
  }
}
.un_location a::after {
  content: "▼";
  display: block;
  color: #C23316;
}
.un_location a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.un_location a#office {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
.un_location a#office::before {
  background: url(./img/office.jpg) no-repeat center/cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#office::before {
    background-image: url(./img/office@2x.jpg);
  }
}
.un_location a#shop {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
.un_location a#shop::before {
  background-image: url(./img/clothes.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#shop::before {
    background-image: url(./img/clothes@2x.jpg);
  }
}
.un_location a#restaurant {
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
.un_location a#restaurant::before {
  background-image: url(./img/restaurant.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#restaurant::before {
    background-image: url(./img/restaurant@2x.jpg);
  }
}
.un_location a#parlor {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-column-start: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-row-start: 2;
}
.un_location a#parlor::before {
  background-image: url(./img/hair_salon.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#parlor::before {
    background-image: url(./img/hair_salon@2x.jpg);
  }
}
.un_location a#school {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
}
.un_location a#school::before {
  background-image: url(./img/classroom.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#school::before {
    background-image: url(./img/classroom@2x.jpg);
  }
}
.un_location a#hospital {
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
}
.un_location a#hospital::before {
  background-image: url(./img/hospital.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#hospital::before {
    background-image: url(./img/hospital@2x.jpg);
  }
}
.un_location a#depart {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
}
.un_location a#depart::before {
  background-image: url(./img/depart.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#depart::before {
    background-image: url(./img/depart@2x.jpg);
  }
}
.un_location a#store {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
}
.un_location a#store::before {
  background-image: url(./img/store.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#store::before {
    background-image: url(./img/store@2x.jpg);
  }
}
.un_location a#home {
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
}
.un_location a#home::before {
  background-image: url(./img/home.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .un_location a#home::before {
    background-image: url(./img/home@2x.jpg);
  }
}
.un_location a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 834px) {
  .un_location a {
    height: 200px;
  }
}
@media only screen and (max-width: 438px) {
  .un_location.ly_3cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.un_form_ttl {
  font-size: 61px;
  line-height: 1em;
  overflow: visible;
  z-index: 1;
}
.un_form_ttl::before {
  top: 120%;
}
@media only screen and (max-width: 438px) {
  .un_form_ttl::before {
    top: inherit;
    bottom: -14px;
  }
}
.un_form_ttl::after {
  top: 120%;
}
@media only screen and (max-width: 438px) {
  .un_form_ttl::after {
    top: inherit;
    bottom: -1.9em;
  }
}
@media only screen and (max-width: 834px) {
  .un_form_ttl {
    font-size: 42px;
  }
}
@media only screen and (max-width: 438px) {
  .un_form_ttl {
    font-size: 24px;
    margin-top: 0;
  }
}

/*---------------------------------------
   スライダー
---------------------------------------*/
.bl_3cols_slider {
  padding: 27px 10%;
  margin: 1px 0;
  border: 1px solid #707070;
  color: #707070;
}
@media only screen and (max-width: 834px) {
  .bl_3cols_slider {
    padding: 10px 15px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 438px) {
  .bl_3cols_slider {
    margin: 0;
  }
}
.bl_3cols_slider_img {
  overflow: hidden;
  text-align: center;
}
.bl_3cols_slider_img img {
  width: 100%;
  max-width: 406px;
  max-height: 337px;
  -o-object-fit: cover;
     object-fit: cover;
}

.el_case_ttl {
  font-size: 1.6vw;
}
@media only screen and (max-width: 1024px) {
  .el_case_ttl {
    font-size: 21px;
  }
}
@media only screen and (max-width: 438px) {
  .el_case_ttl {
    margin-bottom: 0;
  }
}
.el_case_point {
  font-size: 1.5vw;
  padding: 12px 5px;
  margin-left: 1em;
}
@media only screen and (max-width: 1024px) {
  .el_case_point {
    font-size: 20px;
  }
}
.el_case_point_list {
  list-style: disc;
  font-weight: 300;
}
.el_case_point_list::marker {
  font-size: 0.8em;
}
.el_case_contents {
  margin: 38px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}
@media (min-width: 438px) {
  .el_case_contents {
    font-size: calc( 0.8888888889rem + ( 1vw - 4.38px ) * 1.023890785 );
  }
}
@media (min-width: 1024px) {
  .el_case_contents {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .el_case_contents {
    margin-top: 0;
  }
}
@media only screen and (max-width: 834px) {
  .el_case_contents {
    line-height: inherit;
  }
}
.el_case_link {
  color: #bc1b1b;
  font-size: 18px;
  line-height: 25px;
  padding-right: 1.5em;
  padding-left: 0.5em;
  position: relative;
}
@media (min-width: 420px) {
  .el_case_link {
    font-size: calc( 1rem + ( 1vw - 4.2px ) * 0.6622516556 );
  }
}
@media (min-width: 1024px) {
  .el_case_link {
    font-size: 22px;
  }
}
.el_case_link::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #bc1b1b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.el_case_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #bc1b1b;
}

.un_swiper_container {
  padding: 10px 120px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .un_swiper_container {
    padding: 0 82px;
  }
}
@media only screen and (max-width: 1024px) {
  .un_swiper_container {
    padding: 0 15px;
  }
}

.swiper {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}
.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sliderItem {
  position: relative;
}
.sliderItem .slider-button-next {
  top: 35%;
}
@media only screen and (max-width: 834px) {
  .sliderItem .slider-button-next {
    top: 30%;
  }
}
@media only screen and (max-width: 438px) {
  .sliderItem .slider-button-next {
    top: 15%;
  }
}
@media only screen and (max-width: 375px) {
  .sliderItem .slider-button-next {
    top: 10%;
  }
}
.sliderItem .slider-button-prev {
  top: 35%;
}
@media only screen and (max-width: 834px) {
  .sliderItem .slider-button-prev {
    top: 30%;
  }
}
@media only screen and (max-width: 438px) {
  .sliderItem .slider-button-prev {
    top: 15%;
  }
}
@media only screen and (max-width: 375px) {
  .sliderItem .slider-button-prev {
    top: 10%;
  }
}
.sliderItem img {
  max-height: 600px;
  width: 100%;
}

.slider-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.slider-button-next::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(./img/caret-square.svg) no-repeat center/contain;
  opacity: 0.8;
}
@media only screen and (max-width: 438px) {
  .slider-button-next::after {
    width: 30px;
    height: 30px;
  }
}
.slider-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.slider-button-prev::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(./img/caret-square.svg) no-repeat center/contain;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  opacity: 0.8;
}
@media only screen and (max-width: 438px) {
  .slider-button-prev::after {
    width: 30px;
    height: 30px;
  }
}

/*---------------------------------------
   ポップアップ
---------------------------------------*/
.ly_popupWrap {
  z-index: 10;
}
.ly_popupWrap input {
  display: none;
}
.ly_popupWrap input:checked ~ .ly_popupOverlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ly_popupOverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ly_popupTrigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ly_popupContent {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 90%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
          box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
  height: 40vh;
  padding: 40px 30px;
  overflow: auto;
}
.ly_popupContent .bl_ttlLog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d5d8e0;
  padding-bottom: 10px;
}
.ly_popupContent .bl_ttlLog h3 {
  font-size: 22px;
}
@media (min-width: 420px) {
  .ly_popupContent .bl_ttlLog h3 {
    font-size: calc( 1.2222222222rem + ( 1vw - 4.2px ) * 1.3245033113 );
  }
}
@media (min-width: 1024px) {
  .ly_popupContent .bl_ttlLog h3 {
    font-size: 30px;
  }
}
.ly_popupContent .bl_ttlLog h4 {
  font-size: 20px;
}
@media (min-width: 420px) {
  .ly_popupContent .bl_ttlLog h4 {
    font-size: calc( 1.1111111111rem + ( 1vw - 4.2px ) * 0.9933774834 );
  }
}
@media (min-width: 1024px) {
  .ly_popupContent .bl_ttlLog h4 {
    font-size: 26px;
  }
}
.ly_popupContent li {
  list-style: disc;
  margin-left: 20px;
  margin-top: 20px;
}
.ly_popupGallery {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 90%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
          box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
  height: 80vh;
  padding: 30px;
  overflow: auto;
}
.ly_popupGallery h3 {
  line-height: 38px;
}
@media only screen and (max-width: 438px) {
  .ly_popupGallery h3 {
    line-height: inherit;
    margin-bottom: 0;
  }
}
.ly_popupGallery p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.bl_closeBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  cursor: pointer;
  color: #1d1e21;
  font-weight: 200;
}

.bl_openBtn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/*---------------------------------------
   ページャー
---------------------------------------*/
.ly_pager {
  padding-top: 120px;
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 438px) {
  .ly_pager {
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
.ly_pagerInner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 438px) {
  .ly_pagerInner {
    width: 250px;
  }
}
.ly_pagerInner li:first-child a, .ly_pagerInner li:last-child a {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  margin: 5px;
  background-color: #1d1e21;
  border: solid 1px #1d1e21;
}
.ly_pagerInner li a {
  display: block;
  padding: 5px 10px;
  margin: 5px;
  border: solid 1px #1d1e21;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ly_pagerInner li a:hover {
  color: #ffffff;
  background-color: #135BB4;
  border: solid 1px #135BB4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ly_pagerInner li .el_noLink {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  margin: 5px;
  background-color: #1d1e21;
  border: solid 1px #1d1e21;
}
.ly_pagerInner li .el_current {
  padding: 5px 10px;
  color: #ffffff;
  background-color: #135BB4;
  border: solid 1px #135BB4;
}

/*---------------------------------------
   お問い合わせフォーム
---------------------------------------*/
input,
textarea,
select {
  border: solid 1px #1d1e21;
  border-radius: 3px;
  padding: 5px;
  font-size: 14px;
}
@media (min-width: 420px) {
  input,
textarea,
select {
    font-size: calc( 0.7777777778rem + ( 1vw - 4.2px ) * 0.3311258278 );
  }
}
@media (min-width: 1024px) {
  input,
textarea,
select {
    font-size: 16px;
  }
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

select {
  background: url(./img/select.png) right 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efebe1));
  background: url(./img/select.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background-size: 20px, 100%;
  -webkit-box-shadow: 0px 0px 1px #e5e5e5 inset;
          box-shadow: 0px 0px 1px #e5e5e5 inset;
  background-repeat: no-repeat;
  background-position: 95%;
  min-width: 200px;
  margin-bottom: 8px;
  border: 1px solid #999;
}

input[type=submit] {
  display: block;
  margin: 30px auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  width: 150px;
  text-align: center;
  font-weight: normal;
  background-color: #1d1e21;
  color: #ffffff;
}
input[type=submit]:hover {
  background-color: #135BB4;
  border: solid 1px #135BB4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.el_must {
  font-size: 11px;
  color: #ffffff;
  font-size: 12px;
  background-color: #bc1b1b;
  border-radius: 5px;
  padding: 4px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
.el_must::after {
  content: "";
  position: absolute;
  top: 60%;
  left: -4px;
  margin-top: -6px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #bc1b1b transparent transparent;
}

a.el_back {
  padding: 5px 10px;
  margin: 0 auto;
  background: #ffffff;
  color: #1d1e21;
  border: solid 1px #1d1e21;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.el_back:hover {
  background-color: #d5d8e0;
  border: solid 1px #1d1e21;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mw_wp_form {
  width: 1019px;
  margin: 97px auto 0 auto;
  font-size: 17px;
  margin-bottom: 109px;
  background-color: #ffffff;
  padding: 65px 65px 81px 41px;
  border-radius: 45px;
}
@media only screen and (max-width: 1024px) {
  .mw_wp_form {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 438px) {
  .mw_wp_form {
    padding: 10px;
    margin-top: 0;
    border-radius: 0;
  }
}
.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 438px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    width: 100%;
    float: none;
    display: block;
  }
}
.mw_wp_form dt {
  text-align: right;
  font-weight: 700;
  color: #6c7279;
  margin-top: 5px;
}
@media only screen and (max-width: 438px) {
  .mw_wp_form dt {
    text-align: left;
    background-color: #E4E4E4;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding: 3px;
    clear: both;
  }
  .mw_wp_form dt::before {
    content: "●";
    right: 10px;
    margin: 0 5px 0 5px;
  }
}
.mw_wp_form dd {
  font-weight: normal;
  color: #6c7279;
}
.mw_wp_form input[id^=zip] {
  display: inline-block;
  width: 100px;
}
@media only screen and (max-width: 438px) {
  .mw_wp_form input[id^=zip] {
    width: 80px;
  }
}
.mw_wp_form .mwform-tel-field input[type=text] {
  width: 76px;
}
.mw_wp_form input[type=submit] {
  width: 50%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F33), to(#900)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F33 0%, #900 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font-size: 20px;
  padding: 15px 10px;
  border-radius: 10px;
  border: #900 1px solid;
  font-weight: bold;
  cursor: pointer;
}
.mw_wp_form input[type=submit].el_back {
  width: 4em;
  padding: 5px 10px;
  background: #ffffff;
  color: #1d1e21;
  border: solid 1px #1d1e21;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mw_wp_form input[type=submit].el_back:hover {
  background-color: #d5d8e0;
  border: solid 1px #1d1e21;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=password],
.mw_wp_form input[type=search],
.mw_wp_form textarea {
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #FEFFF3;
  border-radius: 5px;
  line-height: 30px;
  font-weight: normal;
}
.mw_wp_form_preview dl {
  border: 1px solid #ddd;
}
.mw_wp_form_preview dt {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  margin-top: 0;
  background: #f9f9f9;
}
.mw_wp_form_preview dt:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 438px) {
  .mw_wp_form_preview dt {
    border-right: none;
    border-left: 1px solid #ddd;
  }
  .mw_wp_form_preview dt::before {
    display: none;
  }
}
.mw_wp_form_preview dd {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  color: #6c7279;
}
.mw_wp_form_preview dd:last-of-type {
  border: none;
}
@media only screen and (max-width: 438px) {
  .mw_wp_form_preview dd {
    min-height: 2.4em;
  }
}
.mw_wp_form_preview .ly_2colsRight {
  gap: 0;
}
.mw_wp_form_preview .zip-button, .mw_wp_form_preview dl p, .mw_wp_form_preview .el_must {
  display: none;
}
.mw_wp_form div.errorAdd {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-bottom: 5px;
}
.mw_wp_form div.errorAdd input {
  margin-bottom: 5px;
}

.zip-button {
  margin: 0 10px 10px 20px;
  padding: 3px 5px;
  width: 100px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  color: #333333;
  border: #666 1px solid;
  display: inline;
  font-weight: bold;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFC), to(#FC3)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFC 0%, #FC3 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 438px) {
  .zip-button {
    margin: 5px;
  }
}

/*---------------------------------------
   フッター
---------------------------------------*/
footer {
  position: relative;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#135BB4), to(#018EC9)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #135BB4 0%, #018EC9 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  padding: 93px 0 0;
  height: 726px;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  footer {
    height: 600px;
    padding: 80px 0 120px;
  }
}
@media only screen and (max-width: 438px) {
  footer {
    height: auto;
    padding: 20px 0 80px;
  }
}
footer img {
  width: 100%;
}
footer .ly_footer {
  height: 100%;
}
footer .ly_footer_ttl {
  width: 500px;
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 67px;
}
@media (min-width: 420px) {
  footer .ly_footer_ttl {
    font-size: calc( 1.5555555556rem + ( 1vw - 4.2px ) * 1.1333333333 );
  }
}
@media (min-width: 1920px) {
  footer .ly_footer_ttl {
    font-size: 45px;
  }
}
@media only screen and (max-width: 834px) {
  footer .ly_footer_ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 438px) {
  footer .ly_footer_ttl {
    width: 100%;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
footer .ly_footer_ttl img {
  width: 120px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  footer .ly_footer_ttl img {
    width: 50px;
  }
}
footer .ly_footer_contents {
  margin-bottom: 50px;
}
@media only screen and (max-width: 834px) {
  footer .ly_footer_contents {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .ly_footer_contents .bl_footerLink_list {
  font-size: 17px;
}
@media (min-width: 420px) {
  footer .ly_footer_contents .bl_footerLink_list {
    font-size: calc( 0.9444444444rem + ( 1vw - 4.2px ) * 1.821192053 );
  }
}
@media (min-width: 1024px) {
  footer .ly_footer_contents .bl_footerLink_list {
    font-size: 28px;
  }
}
@media only screen and (max-width: 438px) {
  footer .ly_footer_contents .bl_footerLink_list {
    margin: 10px 0;
  }
}
footer .ly_footer_contents .bl_footerLink_list > a {
  margin-bottom: 29px;
  display: block;
}
@media only screen and (max-width: 834px) {
  footer .ly_footer_contents .bl_footerLink_list > a {
    margin-bottom: 10px;
  }
}
footer .ly_footer_contents .bl_footerLink_list li {
  font-size: 16px;
  font-weight: 100;
  padding-left: 12px;
  margin-bottom: 44px;
}
@media (min-width: 420px) {
  footer .ly_footer_contents .bl_footerLink_list li {
    font-size: calc( 0.8888888889rem + ( 1vw - 4.2px ) * 1.3245033113 );
  }
}
@media (min-width: 1024px) {
  footer .ly_footer_contents .bl_footerLink_list li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 834px) {
  footer .ly_footer_contents .bl_footerLink_list li {
    margin-bottom: 12px;
  }
}
footer .ly_footer_contents .bl_footerLink_list li:last-child {
  margin-bottom: 0;
}
footer .ly_footer_contents .bl_footerLink_list li::before {
  content: "-";
}
footer .el_phone {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: right;
}
@media (min-width: 420px) {
  footer .el_phone {
    font-size: calc( 1rem + ( 1vw - 4.2px ) * 4.9668874172 );
  }
}
@media (min-width: 1024px) {
  footer .el_phone {
    font-size: 48px;
  }
}
footer .el_phone:before {
  color: #ffffff;
}
footer small {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}
@media only screen and (max-width: 438px) {
  footer small {
    bottom: 10px;
  }
}
footer .ly_sns {
  width: 70px;
  position: absolute;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 70px;
}
footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(./img/footer_bg.svg) no-repeat bottom/auto;
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.35;
}

.ly_footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-size: 16px;
}
@media (min-width: 420px) {
  .ly_footerMenu {
    font-size: calc( 0.8888888889rem + ( 1vw - 4.2px ) * 0.3311258278 );
  }
}
@media (min-width: 1024px) {
  .ly_footerMenu {
    font-size: 18px;
  }
}
@media only screen and (max-width: 438px) {
  .ly_footerMenu {
    display: block;
  }
  .ly_footerMenu li {
    margin: 20px auto;
    text-align: center;
  }
}

.bl_footerLink {
  gap: 1rem;
}
.bl_footerTel {
  width: 567px;
  background-color: #ffffff;
  padding: 18px 26px 13px 23px;
}
@media only screen and (max-width: 1280px) {
  .bl_footerTel {
    width: 350px;
  }
}
@media only screen and (max-width: 834px) {
  .bl_footerTel {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 438px) {
  .bl_footerTel {
    width: 100%;
    max-width: 350px;
    padding: 10px;
  }
}
.bl_footerTel__txt {
  color: #1d1e21;
  font-size: 16px;
  font-size: 12px;
  line-height: 1.7em;
  margin-bottom: 9px;
}
@media (min-width: 420px) {
  .bl_footerTel__txt {
    font-size: calc( 0.6666666667rem + ( 1vw - 4.2px ) * 0.6622516556 );
  }
}
@media (min-width: 1024px) {
  .bl_footerTel__txt {
    font-size: 16px;
  }
}
.bl_footerTel .bl_freeTel {
  font-size: 23px;
  height: 134px;
  padding-right: 13px;
}
@media only screen and (max-width: 834px) {
  .bl_footerTel .bl_freeTel {
    font-size: 13px;
    height: 121px;
  }
}
@media only screen and (max-width: 438px) {
  .bl_footerTel .bl_freeTel {
    padding-right: 0;
    height: 85px;
  }
}
.bl_footerTel .bl_freeTel_ttl span {
  letter-spacing: 0.5em;
  padding-left: 12px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 438px) {
  .bl_footerTel .bl_freeTel_ttl span {
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 438px) {
  .bl_footerTel .bl_freeTel_ttl {
    font-size: 12px;
  }
}
.bl_footerTel .bl_freeTel_contents {
  font-size: 65px;
  letter-spacing: -2px;
  line-height: 1em;
  height: auto;
  font-weight: normal;
}
@media only screen and (max-width: 438px) {
  .bl_footerTel .bl_freeTel_contents {
    font-size: 36px;
  }
}
.bl_footerTel .bl_freeTel_contents #bl_logoLower {
  width: auto;
  height: 1em;
}
.bl_footerTel .bl_freeTel_add {
  font-size: 9px;
}
@media (min-width: 420px) {
  .bl_footerTel .bl_freeTel_add {
    font-size: calc( 0.5rem + ( 1vw - 4.2px ) * 1.1589403974 );
  }
}
@media (min-width: 1024px) {
  .bl_footerTel .bl_freeTel_add {
    font-size: 16px;
  }
}

#pageTopArea {
  position: fixed;
  bottom: 80px;
  right: 20px;
}

a.pageTop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: solid 3px #00A550;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.2);
}
a.pageTop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #00A550;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
a.pageTop:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
}
a.pageTop:hover:before {
  border-color: #ffffff;
}
a.pageTop:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #00A550;
  border-width: 3px 0 0 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: border-color ease 0.1s;
  transition: border-color ease 0.1s;
}

/*---------------------------------------
   ドロワー
---------------------------------------*/
#drawer-checkbox {
  display: none;
}

#drawer-icon {
  display: none;
}

#drawer-close {
  display: none;
}

@media only screen and (max-width: 600px) {
  #drawer-checkbox {
    display: none;
  }

  #drawer-icon {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    width: 50px;
    height: 30px;
    z-index: 10000;
    top: 10px;
    right: 5px;
  }

  #drawer-text {
    font-size: 10px;
    position: absolute;
    top: 70px;
    right: 35px;
  }

  #drawer-icon span {
    background: #ffffff;
    display: block;
    height: 1px;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 30px;
  }
  #drawer-icon span::before {
    -webkit-transform: rotate(0);
    background: #ffffff;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin: -10px 0 0 -50%;
    position: absolute;
    top: 0px;
    transform: rotate(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
  }
  #drawer-icon span::after {
    -webkit-transform: rotate(0);
    background: #ffffff;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin: 8px 0 0 -50%;
    position: absolute;
    top: 5px;
    transform: rotate(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35px;
  }

  #drawer-checkbox:checked ~ #drawer-icon span {
    background: rgba(51, 51, 51, 0);
    height: 2px;
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before, #drawer-checkbox:checked ~ #drawer-icon span::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #drawer-checkbox:checked ~ #drawer-icon span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #drawer-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 83%;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding: 20px 40px;
  }
  #drawer-content nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    padding: 10px;
    z-index: 4;
    width: 100%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #drawer-content nav ul {
    display: block;
  }
  #drawer-content nav ul li a {
    color: #ffffff;
  }
  #drawer-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #drawer-content li {
    padding: 10px 0;
  }

  .drawerLink:before {
    content: "-";
    padding-right: 4px;
    color: #1d1e21;
    margin-left: 4px;
  }

  #drawer-checkbox:checked ~ #drawer-content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  #drawer-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  #drawer-checkbox:checked ~ #drawer-close {
    display: block;
    opacity: 0.5;
  }
}
/*---------------------------------------
   工事エリア
---------------------------------------*/
.bl_area {
  background-color: #EDFBFD;
  padding-top: 46px;
}
.bl_area_contents {
  padding-bottom: 50px;
}
.bl_area dl {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_area dl dt {
  width: 3em;
  margin-bottom: 15px;
}
.bl_area dl dd {
  width: calc(100% - 3em);
  margin-bottom: 15px;
}
.bl_area .el_area {
  margin-bottom: 100px;
}
@media only screen and (max-width: 834px) {
  .bl_area .el_area {
    margin-bottom: 10px;
  }
}
.bl_area .el_areaMap {
  margin: 0 auto 20px;
}
.bl_area .el_area_ttl {
  width: 240px;
  padding: 8px;
  border: 1px solid #000;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 420px) {
  .bl_area .el_area_ttl {
    font-size: calc( 1rem + ( 1vw - 4.2px ) * 0.6622516556 );
  }
}
@media (min-width: 1024px) {
  .bl_area .el_area_ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 834px) {
  .bl_area .el_area_ttl {
    width: auto;
  }
}

/*---------------------------------------
    お悩み
---------------------------------------*/
@media only screen and (max-width: 375px) {
  #worried p {
    font-size: 12px;
  }
}

/*---------------------------------------
   お客さまの声
---------------------------------------*/
.un_map {
  padding-bottom: 60px;
}
@media only screen and (max-width: 438px) {
  .un_map {
    padding-bottom: 30px;
  }
}
.un_map h3 {
  text-align: center;
}
.un_map iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.un_map > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  padding: 12px 0;
}
@media only screen and (max-width: 438px) {
  .un_map > dl {
    display: block;
  }
}
.un_map > dl dt {
  font-size: 21px;
  text-align: right;
  padding-right: 1em;
}
@media only screen and (max-width: 438px) {
  .un_map > dl dt {
    text-align: left;
  }
}
.un_map > dl dd {
  line-height: 2em;
  padding-left: 1em;
}
@media only screen and (max-width: 438px) {
  .un_map > dl dd {
    line-height: normal;
    padding-left: 0;
  }
}
.un_map .ly_3cols iframe {
  height: 270px;
}
@media only screen and (max-width: 438px) {
  .un_map .ly_3cols iframe {
    height: 150px;
  }
}
.un_map .ly_3cols dl {
  width: 100%;
  padding: 8px 0;
}
.un_map .ly_3cols dl dt {
  font-size: 21px;
  text-align: center;
}
@media only screen and (max-width: 438px) {
  .un_map .ly_3cols dl dt {
    text-align: left;
  }
}

.un_overview h3 {
  text-align: center;
}
.un_overview dl dd.un_text_space {
  padding-left: 2em;
}
@media only screen and (max-width: 438px) {
  .un_overview dl dd.un_text_space {
    padding-left: 10px;
  }
}
.un_overview dl dd.un_text_space span {
  display: block;
  margin-left: -2em;
}
@media only screen and (max-width: 438px) {
  .un_overview dl dd.un_text_space span {
    margin: 10px 0 5px -3px;
  }
}

/*---------------------------------------
   フリーダイアル
---------------------------------------*/
.bl_freeTel {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border: solid 1px #1d1e21;
  font-size: 14px;
  color: #1d1e21;
}
@media only screen and (max-width: 438px) {
  .bl_freeTel {
    font-size: 13px;
  }
}
.bl_freeTel_ttl {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 5px;
}
.bl_freeTel_ttl span {
  display: inline-block;
  background-color: #bc1b1b;
  padding: 1px 6px;
  color: #ffffff;
  margin-right: 0.4em;
  letter-spacing: 2px;
}
.bl_freeTel_contents {
  padding: 0 4px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  height: 37px;
}
@media only screen and (max-width: 438px) {
  .bl_freeTel_contents {
    font-size: 29px;
  }
}
.bl_freeTel_contents__logo {
  width: 50px;
  margin-bottom: 0;
}
.bl_freeTel_add {
  font-size: 9px;
  padding-left: 5px;
  padding-top: 2px;
  font-weight: normal;
}
.bl_freeTel_add__phone::after {
  content: "";
  display: inline-block;
  background-image: url(./img/smartphone.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}
.bl_freeTel_add__time {
  float: right;
}
@media only screen and (max-width: 438px) {
  .bl_freeTel_add__time {
    padding-right: 3px;
  }
}

/*---------------------------------------
   IE CSSハック
---------------------------------------*/
@media all and (-ms-high-contrast: none) {
  .bl_footerTel .bl_freeTel_contents {
    font-size: 64px;
  }

  .mw_wp_form_input .ly_2colsRight {
    display: inline-block;
  }
  .mw_wp_form_input .ly_2colsRight > * {
    margin-bottom: 2rem;
  }
  .mw_wp_form_input .ly_2colsRight dt {
    float: left;
    width: calc(40% - 2rem);
    margin-right: 2rem;
  }
  .mw_wp_form_input .ly_2colsRight dd {
    margin-left: 40%;
    width: 60%;
  }

  .mw_wp_form_preview .ly_2colsRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mw_wp_form_preview .ly_2colsRight > * {
    margin-bottom: 0;
    min-height: 2.3em;
  }
  .mw_wp_form_preview .ly_2colsRight dt {
    float: left;
    width: 40%;
    margin-right: 0;
  }
  .mw_wp_form_preview .ly_2colsRight dd {
    width: 60%;
  }

  .un_overview .ly_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_overview .ly_table > * {
    margin-bottom: 0;
    min-height: 2.3em;
  }
  .un_overview .ly_table dt {
    float: left;
    width: 30%;
    margin-right: 0;
  }
  .un_overview .ly_table dd {
    width: 70%;
  }

  .un_flow_badge::before {
    padding: 22px;
  }

  .bl_footerTel .bl_freeTel_contents #bl_logoLower {
    width: 2em;
  }

  .bl_footerTel, .bl_footerLink_list:last-child {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  .un_line_txt {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .un_line_img {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  .un_map .ly_3cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .un_map .ly_3cols div {
    width: 100%;
    padding: 0 5px;
  }

  #worried .ly_4cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #worried .ly_4cols div {
    padding: 0 5px;
  }

  .un_eyeCatch_wrapper::before {
    background-image: url(./img/top_ornament01.png);
  }
}