@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*============================================================================
               header
============================================================================ */
.ly_header {
  position: fixed;
  top: 0;
  z-index: 200;
}
.ly_header_inner {
  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;
  height: 54px;
  padding: 15px;
}
@media screen and (min-width: 750px) {
  .ly_header_inner {
    height: 95px;
    padding: 22px 40px;
  }
}
.ly_header_logo {
  width: 160px;
  height: auto;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 750px) {
  .ly_header_logo {
    width: 210px;
  }
}
.ly_header_logo img.__normal {
  display: block;
}
.ly_header_logo img.__white {
  display: none;
}
.ly_header_logo.__active img.__normal {
  display: none;
}
.ly_header_logo.__active img.__white {
  display: block;
}
.ly_header_inquiryBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 150px;
  height: 95px;
  padding: 11px 17px;
  background: #464646;
  transition: 0.2s ease-in-out;
  line-height: 1;
  padding: 15px 0;
}
@media screen and (min-width: 750px) {
  .ly_header_inquiryBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
  }
}
.ly_header_inquiryBtn::before {
  display: block;
  content: url(../../img/common/icon_inqBtn.svg);
}
.ly_header_inquiryBtn span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.ly_header_inquiryBtn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ly_header_hamBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 54px;
  height: 54px;
  padding: 11px 17px;
  background: #464646;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 750px) {
  .ly_header_hamBtn {
    display: none;
  }
}
.ly_header_hamBtn::before {
  display: block;
  content: "MENU";
  font-size: 0.6rem;
  color: #fff;
}
.ly_header_hamBtn .__hidden {
  font-size: 0;
}
.ly_header_hamBtn .__border {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  margin-top: 10px;
}
.ly_header_hamBtn .__border::before, .ly_header_hamBtn .__border::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.2s ease-in-out;
}
.ly_header_hamBtn .__border::before {
  top: -6px;
}
.ly_header_hamBtn .__border::after {
  bottom: -6px;
}
.ly_header_hamBtn.__active {
  background: transparent;
}
.ly_header_hamBtn.__active::before {
  content: "CLOSE";
}
.ly_header_hamBtn.__active .__border {
  height: 0;
}
.ly_header_hamBtn.__active .__border::before, .ly_header_hamBtn.__active .__border::after {
  top: 0;
}
.ly_header_hamBtn.__active .__border::before {
  transform: rotate(45deg);
}
.ly_header_hamBtn.__active .__border::after {
  transform: rotate(-45deg);
}
.ly_header_hamBtn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ly_header_navWrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 64px 5vw 40px;
  background: #338bbe;
}
@media screen and (min-width: 750px) {
  .ly_header_navWrap {
    display: block;
    position: relative;
    background: transparent;
    height: 100%;
    overflow: unset;
    padding: 0;
  }
}
.ly_header_navWrap.__active {
  display: block;
}
@media screen and (min-width: 750px) {
  .ly_header_navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: absolute;
    right: 190px;
    bottom: 0;
  }
}
.ly_header_navList_item {
  border-bottom: 1px solid #71add2;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .ly_header_navList_item {
    border: none;
    color: #181818;
  }
}
.ly_header_navList_item a {
  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;
  line-height: 1;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 0;
}
@media screen and (min-width: 750px) {
  .ly_header_navList_item a {
    font-size: 1.5rem;
    padding: 0;
  }
}
.ly_header_navList_item a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
@media screen and (min-width: 750px) {
  .ly_header_navList_item a::after {
    display: none;
  }
}
.ly_header_navSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  gap: 10.6666666667vw;
  margin-top: 30px;
}
@media screen and (min-width: 750px) {
  .ly_header_navSub {
    gap: 16px;
    position: absolute;
    top: 0;
    right: 190px;
    margin-top: 0;
  }
}
.ly_header_navSub_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .ly_header_navSub_item {
    font-size: 1.3rem;
    color: #677881;
  }
}
.ly_header_navSub_item:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background: #bdcad1;
  margin-left: 16px;
}
.ly_header_navInquiry {
  transition: 0.2s ease-in-out;
  margin-top: 40px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 85px;
    right: -30px;
    width: 480px;
    margin-top: 0;
    padding: 20px 30px 30px;
  }
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry.__active {
    opacity: 1;
    visibility: visible;
  }
}
.ly_header_navInquiry_hl {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 4vw;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_hl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.ly_header_navInquiry_tel {
  padding-bottom: 20px;
  padding-bottom: 5.3333333333vw;
  margin-bottom: 20px;
  margin-bottom: 5.3333333333vw;
  border-bottom: 1px solid #bdcad1;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_tel dl {
    width: calc((100% - 38px) / 2);
  }
}
.ly_header_navInquiry_tel dl:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_tel dl:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.ly_header_navInquiry_tel dl dt {
  background: #edf1f4;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_tel dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.ly_header_navInquiry_tel dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ly_header_navInquiry_tel dl dd .__telNum {
  font-size: 24px;
  font-size: 6.4vw;
  color: #338bbe;
  font-family: "Roboto", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_tel dl dd .__telNum {
    font-size: 2.4rem;
  }
}
.ly_header_navInquiry_tel dl dd .__telNum::before {
  display: inline-block;
  content: "TEL:";
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #464646;
  font-weight: 400;
  margin-right: 0.2em;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_tel dl dd .__telNum::before {
    font-size: 1.6rem;
    margin-right: 0;
  }
}
.ly_header_navInquiry_tel dl dd .__ontime {
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #707070;
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_tel dl dd .__ontime {
    font-size: 1.3rem;
  }
}
.ly_header_navInquiry_email .el_button_type01 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .ly_header_navInquiry_email .el_button_type01 {
    width: 280px;
  }
}

html.js_scroll_prevent {
  width: 100%;
  height: 100%;
  position: fixed;
}

.ly_footer {
  background: #fff;
  padding-top: 60px;
  padding-top: 16vw;
  padding-bottom: 60px;
  padding-bottom: 16vw;
}
@media screen and (min-width: 750px) {
  .ly_footer {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.ly_footer_logo {
  width: 210px;
  width: 56vw;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .ly_footer_logo {
    width: 210px;
    margin-bottom: 0;
  }
}
.ly_footer_office {
  padding-bottom: 50px;
  padding-bottom: 13.3333333333vw;
  margin-bottom: 50px;
  margin-bottom: 13.3333333333vw;
  border-bottom: 1px solid #90a2ac;
}
@media screen and (min-width: 750px) {
  .ly_footer_office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}
.ly_footer_officeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .ly_footer_officeList {
    flex-direction: row;
    gap: 64px;
  }
}
.ly_footer_officeList_item {
  letter-spacing: 0;
}
.ly_footer_officeList_item dt {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .ly_footer_officeList_item dt {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 750px) {
  .ly_footer_officeList_item dd {
    font-size: 1.4rem;
  }
}
.ly_footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  gap: 8vw;
}
@media screen and (min-width: 750px) {
  .ly_footer_nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: row;
    gap: 64px;
  }
}
.ly_footer_nav ul li {
  font-size: 15px;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .ly_footer_nav ul li {
    font-size: 1.5rem;
  }
}
.ly_footer_nav ul li:first-child {
  color: #338bbe;
}

.ly_footerSub {
  background: #90a2ac;
  padding-top: 30px;
  padding-top: 8vw;
  padding-bottom: 20px;
  padding-bottom: 5.3333333333vw;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 750px) {
  .ly_footerSub {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 750px) {
  .ly_footerSub_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
  }
}
.ly_footerSub_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
  row-gap: 4vw;
  column-gap: 20px;
  column-gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_footerSub_nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 40px;
  }
}

.ly_copyright {
  font-size: 12px;
  font-size: 3.2vw;
  margin-top: 30px;
  margin-top: 8vw;
}
@media screen and (min-width: 750px) {
  .ly_copyright {
    font-size: 1.2rem;
    margin: 0;
  }
}

body {
  width: 100%;
}

main {
  position: relative;
  width: 100%;
  padding-top: 54px;
  overflow: clip;
}
@media screen and (min-width: 750px) {
  main {
    padding-top: 95px;
  }
}

.ly_wrapBase {
  width: 100%;
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .ly_wrapBase {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

.ly_wrapWide {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .ly_wrapWide {
    width: 100%;
    padding: 0;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}

.ly_inquiry {
  padding-bottom: 60px;
  padding-bottom: 16vw;
}
@media screen and (min-width: 750px) {
  .ly_inquiry {
    padding-bottom: 80px;
  }
}
.ly_inquiry_inner {
  background-image: url(../../img/common/bg_inquiry_smp.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 40px;
  padding: 10.6666666667vw;
  padding-right: 20px;
  padding-right: 5.3333333333vw;
  padding-left: 20px;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_inner {
    background-image: url(../../img/common/bg_inquiry.png);
    padding: 40px 130px 35px;
  }
}
.ly_inquiry_h2 {
  color: #fff;
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_h2 {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
.ly_inquiry_h3 {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 4vw;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    width: 100%;
  }
}
.ly_inquiry_contBlock {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  padding: 10.6666666667vw;
  padding-right: 20px;
  padding-right: 5.3333333333vw;
  padding-left: 20px;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px;
  }
}
.ly_inquiry_contBlock_tel {
  padding-bottom: 30px;
  padding-bottom: 8vw;
  margin-bottom: 30px;
  margin-bottom: 8vw;
  border-bottom: 1px solid #bdcad1;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 60px 10px 0;
    margin-bottom: 0;
    margin-right: 60px;
    border-bottom: none;
    border-right: 1px solid #bdcad1;
  }
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_tel dl {
    width: calc((100% - 40px) / 2);
  }
}
.ly_inquiry_contBlock_tel dl:nth-of-type(1) {
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_tel dl:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.ly_inquiry_contBlock_tel dl dt {
  background: #edf1f4;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_tel dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.ly_inquiry_contBlock_tel dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ly_inquiry_contBlock_tel dl dd .__telNum {
  font-size: 24px;
  font-size: 6.4vw;
  color: #338bbe;
  font-family: "Roboto", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_tel dl dd .__telNum {
    font-size: 2.4rem;
  }
}
.ly_inquiry_contBlock_tel dl dd .__telNum::before {
  display: inline-block;
  content: "TEL:";
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #464646;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_tel dl dd .__telNum::before {
    font-size: 1.6rem;
  }
}
.ly_inquiry_contBlock_tel dl dd .__ontime {
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #707070;
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_tel dl dd .__ontime {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_email {
    padding: 10px 0;
  }
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_email .ly_inquiry_h3 {
    margin-bottom: 35px;
  }
}
.ly_inquiry_contBlock_email .el_button_type01 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .ly_inquiry_contBlock_email .el_button_type01 {
    width: 280px;
  }
}

.ly_contract,
.ly_links {
  position: relative;
}
.ly_contract .ly_wrapBase,
.ly_links .ly_wrapBase {
  position: relative;
}
.ly_contract_hl,
.ly_links_hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .ly_contract_hl,
  .ly_links_hl {
    margin-bottom: 30px;
  }
}
.ly_contract_hl .__sub,
.ly_links_hl .__sub {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 500;
  color: #338bbe;
}
@media screen and (min-width: 750px) {
  .ly_contract_hl .__sub,
  .ly_links_hl .__sub {
    font-size: 1.4rem;
  }
}
.ly_contract_hl .__ttl,
.ly_links_hl .__ttl {
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .ly_contract_hl .__ttl,
  .ly_links_hl .__ttl {
    font-size: 3.2rem;
  }
}
.ly_contract .slick-slider,
.ly_links .slick-slider {
  margin-right: calc(50% - 50vw);
}
.ly_contract .slick-track,
.ly_links .slick-track {
  left: 9vw !important;
}
.ly_contract .slick-slide,
.ly_links .slick-slide {
  margin-right: 30px;
  margin-right: 8vw;
}
.ly_contract .slick-dots,
.ly_links .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  gap: 3.2vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 calc(50% - 50vw);
  margin-top: 24px;
  margin-top: 6.4vw;
}
.ly_contract .slick-dots li,
.ly_links .slick-dots li {
  line-height: 0;
}
.ly_contract .slick-dots li button,
.ly_links .slick-dots li button {
  font-size: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #bdcad1;
}
.ly_contract_slideArrow,
.ly_links_slideArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 105px;
  width: 28vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 calc(50% - 50vw);
  margin-top: 20px;
  margin-top: 5.3333333333vw;
}
.ly_contract_slideArrow .slide-arrow,
.ly_links_slideArrow .slide-arrow {
  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;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 100%;
  background: #fff;
}
.ly_contract_slideArrow .slide-arrow::after,
.ly_links_slideArrow .slide-arrow::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  position: relative;
  left: -1px;
}
.ly_contract_slideArrow .slide-arrow.prev-arrow,
.ly_links_slideArrow .slide-arrow.prev-arrow {
  border-color: #338bbe;
  transform: scale(-1, 1);
}
.ly_contract_slideArrow .slide-arrow.prev-arrow::after,
.ly_links_slideArrow .slide-arrow.prev-arrow::after {
  border-color: #338bbe;
}
.ly_contract_slideArrow .slide-arrow.next-arrow,
.ly_links_slideArrow .slide-arrow.next-arrow {
  border-color: #338bbe;
}
.ly_contract_slideArrow .slide-arrow.next-arrow::after,
.ly_links_slideArrow .slide-arrow.next-arrow::after {
  border-color: #338bbe;
}
@media screen and (min-width: 750px) {
  .ly_contract_slide,
  .ly_links_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 750px) {
  .ly_contract_slideItem,
  .ly_links_slideItem {
    width: 280px;
  }
}
.ly_contract_slideItem button,
.ly_links_slideItem button {
  transition: 0.2s ease-in-out;
}
.ly_contract_slideItem button:hover, .ly_contract_slideItem button:focus,
.ly_links_slideItem button:hover,
.ly_links_slideItem button:focus {
  cursor: pointer !important;
  opacity: 0.7;
}

.ly_contract {
  margin-top: 80px;
  margin-top: 21.3333333333vw;
  padding-bottom: 80px;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_contract {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.ly_links {
  padding-bottom: 80px;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .ly_links {
    padding-bottom: 64px;
  }
}

.ly_pageHead {
  margin-top: 60px;
  margin-top: 16vw;
  margin-bottom: 60px;
  margin-bottom: 16vw;
  padding-bottom: 260px;
  padding-bottom: 69.3333333333vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .ly_pageHead {
    margin: 90px 0 80px;
    padding-bottom: 460px;
  }
}
.ly_pageHead:after {
  display: block;
  content: "";
  width: 95vw;
  height: 58.6vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 750px) {
  .ly_pageHead:after {
    width: 96.8vw;
    height: 400px;
  }
}
.ly_pageHead_inner {
  position: relative;
}
.ly_pageHead_hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  gap: 5.3333333333vw;
  font-family: "Sawarabi Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-size: 8vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .ly_pageHead_hl {
    gap: 10px;
    font-size: 4.6rem;
  }
}
.ly_pageHead_hl .__ttl {
  font-family: "Sawarabi Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-size: 8vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .ly_pageHead_hl .__ttl {
    font-size: 4.6rem;
  }
}
.ly_pageHead_hl .__sub {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #338bbe;
}
@media screen and (min-width: 750px) {
  .ly_pageHead_hl .__sub {
    font-size: 1.6rem;
  }
}
.ly_pageHead_pnkz {
  display: none;
  position: absolute;
  right: 0;
  margin-top: -2em;
}
@media screen and (min-width: 750px) {
  .ly_pageHead_pnkz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ly_pageHead_pnkz li {
  font-size: 1.2rem;
}
.ly_pageHead_pnkz li:not(:last-child)::after {
  display: inline-block;
  content: "－";
  color: #bdcad1;
  margin: 0 0.3em;
}
.ly_pageHead_pnkz li a {
  color: #677881;
  text-decoration: underline;
}
.ly_pageHead.__bgNone {
  padding-bottom: 0;
}
.ly_pageHead.__bgNone::after {
  display: none;
}
.ly_pageHead.__bgNone .ly_pageHead_inner {
  padding-bottom: 60px;
  padding-bottom: 16vw;
  border-bottom: 1px solid #bdcad1;
}
@media screen and (min-width: 750px) {
  .ly_pageHead.__bgNone .ly_pageHead_inner {
    padding-bottom: 80px;
  }
}

.ly_toContractor {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .ly_toContractor {
    width: auto;
  }
}
.ly_toContractor.__hidden {
  display: none;
  visibility: hidden;
}
.ly_toContractor a {
  display: block;
  background: #338bbe;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #fff;
  border-right: 5px solid #d6d490;
  padding: 30px;
  padding: 8vw;
}
@media screen and (min-width: 750px) {
  .ly_toContractor a {
    padding: 20px 24px;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (min-width: 750px) {
  .ly_toContractor {
    bottom: 10vw;
  }
}
.ly_toContractor button {
  width: 20px;
  width: 5.3333333333vw;
  height: 20px;
  height: 5.3333333333vw;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  top: 2.6666666667vw;
  right: 15px;
  right: 4vw;
  color: #338bbe;
  font-weight: 500;
  line-height: 0;
}
@media screen and (min-width: 750px) {
  .ly_toContractor button {
    display: none;
  }
}