@charset "UTF-8";
.ly_main_container {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .ly_main_container {
    padding-top: 60px;
  }
}

.js_nav_toggle,
.js_navClose_wrap {
  display: none;
}

.ly_contBase {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
}
.ly_header_logoWrap {
  width: 30%;
}
.ly_header_logo {
  width: 100%;
  max-width: 300px;
  height: 100px;
  margin: 0 0 0 auto;
}
.ly_header_logo a {
  display: block;
  position: relative;
  height: 100%;
  height: 100px;
}
.ly_header_logo a img {
  display: block;
  padding: 0 15px;
  width: 300px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ly_gnav_wrap {
  width: 70%;
}
.ly_gnav {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_gnav_list {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ly_gnav_item {
  margin-left: 4%;
  height: 100%;
}
.ly_gnav_item:last-of-type {
  margin-right: 4%;
}
.ly_gnav_item > a {
  display: block;
  height: 100%;
  font-weight: bold;
  color: #333;
  font-size: 1.8rem;
  padding-top: 40px;
  position: relative;
}
.ly_gnav_item > a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #191E78;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.ly_gnav_item > a:hover {
  opacity: 1;
}
.ly_gnav_item > a:hover::after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.ly_gnav_contact {
  font-size: 1.8rem;
  padding-top: 35px;
}
.ly_gnav_contact a {
  border: 1px solid #333;
  padding: 10px 20px;
  font-weight: bold;
}
.ly_childMenu_wrap {
  display: none;
  background-color: RGBa(25, 30, 120, 0.9);
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 1475px) {
  .ly_header_logo {
    margin: 0 0 0 0;
  }
  .ly_gnav_list {
    width: 70%;
  }
  .ly_gnav_item a {
    font-size: 1.3vw;
  }
  .ly_gnav_contact {
    width: 30%;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 800px) {
  .ly_gnav_item a {
    font-size: 1.25vw;
  }
  .ly_gnav_contact {
    font-size: 1.25vw;
  }
}
.ly_gnav_contact_inner {
  width: fit-content;
}
.ly_gnav_contact_inner.is-active .ly_gnav_contact_dropdown {
  opacity: 1;
  visibility: visible;
}
.ly_gnav_contact_inner a:hover {
  opacity: 1;
}
.ly_gnav_contact_dropdown {
  display: block;
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  background: RGBa(25, 30, 120, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s;
  text-align: center;
}
.ly_gnav_contact_dropdown ul {
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ly_gnav_contact_dropdown_ttl {
  color: #fff;
  margin-right: 30px;
}
.ly_gnav_contact_dropdown_ttl span {
  display: block;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.2;
}
.ly_gnav_contact_dropdown_btn {
  margin-right: 20px;
}
.ly_gnav_contact_dropdown_btn:last-child {
  margin-right: 0;
}
.ly_gnav_contact_dropdown_btn a {
  display: block;
  padding: 10px 20px;
  color: #333;
  background-color: #fff;
  text-decoration: none;
  line-height: 1.4;
  border: none;
}
.ly_gnav_contact_dropdown_btn a:hover {
  color: #191E78;
}

.ly_childMenu_wrap {
  display: none;
  background-color: RGBa(25, 30, 120, 0.9);
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
}
.ly_childMenu_inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ly_childMenu_col01 {
  flex-basis: 25%;
  padding-right: 3%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ly_childMenu_col02 {
  flex-basis: 75%;
}
.ly_childMenu_ttl {
  color: #fff;
}
.ly_childMenu_ttl a {
  color: #fff;
  font-size: 1.6rem;
}
.ly_childMenu_ttl a span {
  font-size: 3rem;
}
.ly_childMenu_ttl a::after {
  display: none;
}

.ly_childMenu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ly_childMenu_item {
  flex-basis: 23.87%;
  margin-right: 1.5%;
  margin-bottom: 2%;
}
.ly_childMenu_item:nth-of-type(4n) {
  margin-right: 0;
}
.ly_childMenu_item a {
  display: block;
  background-color: #fff;
  padding: 5%;
  color: #000028;
  transition: 0.3s;
  height: 100%;
}
.ly_childMenu_item a:hover {
  background-color: #000028;
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.ly_childMenu_item a img {
  width: 100%;
  opacity: 1;
  background-color: #000;
}
.ly_childMenu_item_ttl {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.ly_childMenu_item_ttlParent {
  position: relative;
}
.ly_childMenu_item_ttlParent p:nth-child(2) {
  font-size: 10px;
  margin-top: -10px;
}
.ly_childMenu_item_ttlChild {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 16px !important;
  background: none !important;
}

@media screen and (max-width: 999px) {
  .ly_childMenu_col01 {
    flex-basis: 18%;
  }
  .ly_childMenu_col02 {
    flex-basis: 82%;
  }
  .ly_childMenu_item_ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .js_nav_toggle,
.js_navClose_wrap {
    display: block;
  }

  .ly_gnav {
    display: none;
    height: 60px;
  }
  .ly_gnav_wrap {
    background-color: #fff;
    width: auto;
  }
  .ly_header {
    height: 60px;
  }
  .ly_header_logoWrap {
    width: 80%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }

  .js_scroll_prevent {
    position: fixed;
    z-index: -20;
    width: 100%;
    height: 100%;
  }

  .ly_gnav {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: rgba(25, 30, 120, 0.95);
    padding: 0px 0px 150px 0px;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .js_nav_toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #191E78;
    cursor: pointer;
  }
  .js_nav_toggle div {
    position: relative;
    margin: 0 auto 0 auto;
    width: 30px;
  }
  .js_nav_toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .js_nav_toggle span:nth-child(1) {
    top: 15px;
  }
  .js_nav_toggle span:nth-child(2) {
    top: 27px;
  }
  .js_nav_toggle span:nth-child(3) {
    top: 39px;
  }

  .ly_gnav_wrap.open .js_nav_toggle span:nth-child(1) {
    top: 25px;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .ly_gnav_wrap.open .js_nav_toggle span:nth-child(2) {
    width: 0;
  }
  .ly_gnav_wrap.open .js_nav_toggle span:nth-child(3) {
    top: 25px;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  .js_navClose_wrap {
    cursor: pointer;
    border: #fff 1px solid;
    padding: 10px 12px;
    width: 190px;
    margin: 20px auto 0 auto;
    z-index: 99;
    display: flex;
    display: -ms-flexbox;
  }
  .js_navClose_wrap p {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    color: #fff;
  }

  .js_btn_navClose {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: baseline;
  }
  .js_btn_navClose div {
    position: relative;
    margin: 0 auto 0 auto;
  }
  .js_btn_navClose span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .js_btn_navClose span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .js_btn_navClose span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  .ly_smpGnav_ac_toggle {
    width: 20%;
    height: 50px;
    display: block;
    float: right;
    position: relative;
  }
  .ly_smpGnav_ac_toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .ly_smpGnav_ac_toggle.js_ac_active::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f107";
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .ly_smpGnav_item.is_open_ac a {
    color: #333;
  }

  .ly_gnav_list {
    width: 100%;
    display: block;
    background: none;
  }
  .ly_gnav_item {
    margin-left: 0;
    height: auto;
    clear: both;
    border-top: #fff solid 1px;
  }
  .ly_gnav_item a {
    color: #fff;
    padding-top: 0;
    position: static;
    font-size: 1.6rem;
    display: block;
    padding: 15px 5%;
    font-weight: bold;
    line-height: 1.3;
  }
  .ly_gnav_item.__withChild > a {
    float: left;
    width: 80%;
  }
  .ly_gnav_item:first-of-type {
    border-top: none;
  }
  .ly_gnav_item:last-of-type {
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
  .ly_childMenu_wrap {
    display: none;
    position: static;
    background-color: #fff;
    clear: both;
    padding-bottom: 20px;
  }
  .ly_childMenu_inner {
    display: block;
  }
  .ly_childMenu_ttl {
    display: none;
  }
  .ly_childMenu_item {
    flex-basis: 48.5%;
  }
  .ly_childMenu_item a {
    padding: 0;
    background: none;
    color: #333;
  }
  .ly_childMenu_item a img {
    display: none;
  }
  .ly_childMenu_item a:hover {
    background-color: transparent;
    color: #333;
  }
  .ly_childMenu_item_ttl {
    text-align: left;
    font-weight: normal;
    font-size: 1.6rem;
    padding: 5px 0;
  }
  .ly_childMenu_item_ttlParent p:nth-child(2) {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .ly_gnav_contact {
    font-size: 1.5rem;
    width: 250px;
    height: auto;
    display: block;
    padding: 0;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 15px 15px;
    margin: 20px auto;
    text-align: center;
  }
  .ly_gnav_contact a {
    border: none;
    color: #191E78;
  }

  .ly_header_logo {
    height: 60px;
  }
  .ly_header_logo a {
    height: 60px;
  }
  .ly_header_logo a img {
    padding: 0px 20px;
  }
}
/*============================================================================
               footer
============================================================================ */
.ly {
  /*
  &_footer_youtube{
    margin-right: 25px;
    img{
      width: 35px;
      vertical-align:middle;
    }
  }
  */
}
.ly_footerLink {
  background: #191E78;
  padding: 2.5% 0;
}
.ly_footerLink_container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.ly_footerLogo {
  margin-bottom: 5%;
}
.ly_footerLogo img {
  display: block;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  transition: 0.2s;
}
.ly_footerLogo img:hover {
  opacity: 0.8;
}
.ly_footerLink_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ly_footerLink_helper {
  width: 26%;
  padding-right: 10px;
}
.ly_footer_childList a, .ly_footer_responsibilityList a {
  color: #fff;
  line-height: 2;
  font-size: 1.4rem;
}
.ly_footer_responsibilityList a {
  font-weight: bold;
}
.ly_footerLink_item > a, .ly_footerLink_ttl > a {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
.ly_footerLink_ttl.__single {
  margin-bottom: 3rem;
}
.ly_footer_otherList li {
  margin-bottom: 15px;
}
.ly_footer_childList {
  margin-bottom: 20px;
}
.ly_footer_childItemInnerItem {
  text-indent: 1rem;
}
.ly_footer_contactBtn {
  border: #fff 1px solid;
}
.ly_footer_contactBtn a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.ly_footer_hdBtn {
  border: #fff 1px solid;
}
.ly_footer_hdBtn a {
  display: block;
  padding: 15px 10px;
}
.ly_footer_hdBtn a img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.ly_footer_reformBtn img {
  max-width: 240px;
  width: 100%;
}
.ly_footer_youtube a {
  display: block;
}
.ly_footer_youtube img {
  max-width: 240px;
  width: 100%;
  vertical-align: top;
}
.ly_footer_fb img {
  width: 16px;
  vertical-align: middle;
}
.ly_footer_copyright {
  text-align: center;
  border-top: 1px solid #fff;
  padding: 15px 0;
  background-color: #191E78;
}
.ly_footer_copyright small {
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 1110px) {
  .ly_footerLink_item > a, .ly_footerLink_ttl > a {
    font-size: 1.4rem;
  }

  .ly_footer_childList a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 950px) {
  .ly_footerLink_item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .ly_footerLink_container {
    padding: 0;
  }

  .ly_footerLogo {
    padding: 15px;
  }
  .ly_footerLogo img {
    max-width: 220px;
    width: 80%;
  }

  .ly_footerLink_list {
    display: block;
    border-top: #fff solid 1px;
  }
  .ly_footerLink_helper {
    width: 100%;
  }
  .ly_footerLink_item {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-right: 0;
  }
  .ly_footerLink_item:last-of-type {
    border-bottom: none;
    width: 100%;
    padding: 0;
  }
  .ly_footerLink_item > a, .ly_footerLink_ttl a {
    padding: 10px;
  }
  .ly_footerLink_ttl.__single {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .ly_footerLink_item > a, .ly_footerLink_ttl > a {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
  }
  .ly_footerLink_ttl.el_item__ac {
    display: inline-block;
    width: 80%;
  }
  .ly_footerLink_btn__ac {
    float: right;
    background-color: #5257b1;
    width: 20%;
    height: 44px;
    cursor: pointer;
    position: relative;
  }
  .ly_footerLink_btn__ac::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f107";
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .ly_footerLink_btn__ac.js_ac_active::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f106";
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .ly_footer_childList {
    display: none;
  }
  .ly_footer_childList li {
    padding-left: 1.5rem;
  }
  .ly_footer_childList a {
    font-size: 1.4rem;
  }

  .js_btn__ac span {
    background: #fff;
    height: 1px;
  }

  .ly_footer_responsibilityList {
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ly_footer_responsibilityList a {
    font-size: 1.2rem;
    display: block;
    padding: 8px;
  }
  .ly_footer_responsibilityList li {
    width: 50%;
    border-bottom: #fff solid 1px;
  }
  .ly_footer_responsibilityList li:nth-of-type(odd) {
    border-right: #fff solid 1px;
  }

  .ly_footer_otherList li {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ly_gotop a {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 90;
  color: #000028;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: bold;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  font-size: 1.4rem;
}
.ly_gotop a img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

/*============================================================================
               bread list
============================================================================ */
.ly_breadCrumbs {
  padding: 15px 0;
  margin-bottom: 70px;
}

.ly_breadList {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ly_breadList li {
  display: inline;
  font-size: 1.4rem;
}
.ly_breadList li::after {
  content: "＞";
  margin: 0 5px;
  font-size: 11px;
}
.ly_breadList li a {
  color: #006BD1;
}
.ly_breadList li:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .ly_breadCrumbs {
    padding: 15px 0;
    margin-bottom: 20px;
  }

  .ly_breadList li {
    font-size: 1.2rem;
  }
}
/*============================================================================
               side menu
============================================================================ */
.ly_sideMenu {
  width: 310px;
  margin-bottom: 30px;
}
.ly_sideMenu_ttl {
  height: 140px;
  background-color: #191E78;
  padding: 0 20px;
}
.ly_sideMenu_ttl a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 140px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
.ly_sideMenu_ttl a span {
  font-size: 2rem;
  padding-right: 1rem;
  vertical-align: middle;
}
.ly_sideMenu_item {
  border-bottom: #ccc solid 1px;
}
.ly_sideMenu_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 20px;
  color: #333;
}
.ly_sideMenu_item a small {
  font-size: 1.2rem;
}
.ly_sideMenu_item a span {
  color: #ccc;
  font-size: 1.4rem;
  padding-right: 2rem;
}
.ly_sideMenu_item:hover {
  opacity: 1;
  background-color: #F2F2F2;
}
.ly_sideMenu_item.is_current {
  background-color: #F2F2F2;
}

.ly_contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ly_mainBox {
  margin-right: 45px;
  width: -webkit-calc(100% - 355px);
  width: calc(100% - 355px);
}

.ly_side {
  width: 310px;
}

.ly_sideMenu_external img {
  width: 18px;
  vertical-align: sub;
  margin-left: 5px;
}

@media screen and (max-width: 999px) {
  .ly_side.__corporation {
    display: none;
  }

  .ly_mainBox.__corporation {
    margin-right: 0;
    width: 100%;
  }

  .ly_mainBox.__news {
    margin-right: 0;
    width: 100%;
  }
}
/*============================================================================
               sub header
============================================================================ */
.ly_subHeader {
  overflow: hidden;
}
.ly_subHeader.__plain {
  background-color: #006bd1;
}
.ly_subHeader.__sitemap {
  background-color: #006bd1;
}
.ly_subHeader.__404 {
  background-color: #006bd1;
}
.ly_subHeader.__low {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 280px;
}
.ly_subHeader.__high {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}
.ly_subHeader.__pb {
  background-image: url(/cms/wp-content/themes/cp/img/service/pb/header-bg.jpg);
}
.ly_subHeader.__insurance {
  background-image: url(/cms/wp-content/themes/cp/img/insurance/header-bg.jpg);
}
.ly_subHeader.__pbLow {
  padding-top: 46px;
  background-image: url(/cms/wp-content/themes/cp/img/service/pb/low-header-bg.jpg);
}
.ly_subHeader.__basic {
  background-image: url(/cms/wp-content/themes/cp/img/service/basic/header-bg.jpg);
}
.ly_subHeader.__building {
  background-image: url(/cms/wp-content/themes/cp/img/service/building/header-bg.jpg);
}
.ly_subHeader.__construction {
  background-image: url(/cms/wp-content/themes/cp/img/service/construction/header-bg.jpg);
}
.ly_subHeader.__housing {
  background-image: url(/cms/wp-content/themes/cp/img/service/housing/header-bg.jpg);
}
.ly_subHeader.__reform {
  background-image: url(/cms/wp-content/themes/cp/img/service/reform/header-bg.jpg);
}
.ly_subHeader.__corporation {
  background-image: url(/cms/wp-content/themes/cp/img/corporation/header-bg.jpg);
}
.ly_subHeader_inner {
  position: relative;
  top: 100px;
}
.ly_subHeader_inner.__low {
  height: 180px;
}
.ly_subHeader_inner.__high {
  height: 300px;
}
.ly_subHeader_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 10px;
}
.ly_subHeader_ttl span {
  color: #fff;
  font-size: 6rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.3px;
}
.ly_subHeader_ttl.__bgPlain {
  color: #fff;
}
.ly_subHeader_ttl.__bgImg {
  color: #fff;
  text-shadow: 1px 1px 10px rgba(12, 20, 41, 0.5), -1px -1px 10px rgba(12, 20, 41, 0.5);
}
.ly_subHeader_ttl.__insurance {
  font-size: 3.5rem;
}
.ly_subHeader_ttl.__sumana {
  font-family: "Sumana", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", serif;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(12, 20, 41, 0.5), -1px -1px 10px rgba(12, 20, 41, 0.5);
}
.ly_subHeader_ttl.__sumana span {
  color: #fff;
  font-size: 5rem;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .ly_subHeader_ttl.__sumana {
    font-size: 1.6rem;
  }
  .ly_subHeader_ttl.__sumana span {
    font-size: 3rem;
  }
	.PVTitle{
	width: 230px;
        height: 0;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 92px;
        overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
  .ly_subHeader {
    height: 160px;
  }
  .ly_subHeader.__low {
    height: 160px;
  }
  .ly_subHeader.__high {
    height: 200px;
  }
  .ly_subHeader_inner {
    position: relative;
    top: 60px;
    height: 100px;
  }
  .ly_subHeader_inner.__low {
    height: 100px;
  }
  .ly_subHeader_inner.__high {
    height: 140px;
  }
  .ly_subHeader_ttl {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
    margin-top: -24px;
  }
  .ly_subHeader_ttl.__insurance {
    font-size: 2.2rem;
  }
}