@charset "UTF-8";
/*ーーーーーーーーーー
common
ーーーーーーーーーーー*/
.view-pc {
  display: block; }
  @media (max-width: 850px) {
    .view-pc {
      display: none; } }

.view-sp {
  display: none; }
  @media (max-width: 850px) {
    .view-sp {
      display: block; } }

/*ーーーーーーーーーー
header
ーーーーーーーーーーー*/
.ly_globalHeader.fixed {
  z-index: 9999; }

.change-navi {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: right; }
  @media (max-width: 978px) {
    .change-navi {
      display: none; } }

.globalHeader-navi-fixedlinks {
  position: relative;
  display: inline-flex;
  width: auto;
  justify-content: flex-end;
  /*background: rgba(245,245,245,.8); 
  padding: 6px 12px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  margin: 0 0 12px 0; }
  @media (max-width: 978px) {
    .globalHeader-navi-fixedlinks {
      flex-wrap: wrap;
      display: flex;
      justify-content: flex-start; } }

.globalHeader-navi-fixedlinks > li {
  font-size: 14px; }
  @media (max-width: 978px) {
    .globalHeader-navi-fixedlinks > li {
      text-align: left;
      font-size: 13px;
      /*width:100%;*/
      display: inline-block; } }

.globalHeader-new {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 10px 2%; }
  @media (max-width: 978px) {
    .globalHeader-new {
      width: 80%;
      margin: 0; } }
  .globalHeader-new .globalHeader-logo > a > img {
    margin-top: -33px; }
    @media (max-width: 978px) {
      .globalHeader-new .globalHeader-logo > a > img {
        margin-top: 0px; } }
  .globalHeader-new .globalHeader-logo {
    width: 22%;
    float: none;
    height: auto; }
    @media (max-width: 978px) {
      .globalHeader-new .globalHeader-logo {
        width: 60%; } }
    .globalHeader-new .globalHeader-logo img {
      max-width: 100%; }
      @media (max-width: 978px) {
        .globalHeader-new .globalHeader-logo img {
          max-width: 250px; } }
  .globalHeader-new .globalHeader-navi {
    float: none;
    width: 76%;
    max-width: 1000px;
    margin-top: 0;
    text-align: right; }
  .globalHeader-new .globalHeader-navi-links {
    font-size: 15px;
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
    gap: 0 25px; }
  .globalHeader-new .globalHeader-navi-links > li.is_pulldown > ul {
    position: absolute;
    margin-left: -5px;
    padding: 0;
    z-index: 10;
    width: auto;
    min-width: 230px;
    font-size: 14px;
    list-style: none;
    text-align: left;
    background: whitesmoke; }
  .globalHeader-new .globalHeader-navi-links > li.is_pulldown > ul > li {
    padding: 10px;
    border-top: none;
    border-bottom: dotted 1px #ccc;
    display: block; }
  .globalHeader-new ul.globalHeader-spNavi-links {
    margin: 25px auto 0; }
    .globalHeader-new ul.globalHeader-spNavi-links li {
      padding: 1.2rem 0 1.3rem; }
  .globalHeader-new ul.globalHeader-navi-fixedlinks {
    padding-inline-start: 20px; }
  .globalHeader-new .fa, .globalHeader-new .fas {
    /*font-weight: 700;*/
    color: #333; }

/*ーーーーーーーーーー
スマホアコーディオン
ーーーーーーーーーーー*/
.menu__item,
.menu__item2 {
  /*background: #5200b7;
  color: #fff;*/
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative; }

.menu__item__link,
.menu__item__link2 {
  /*color: #fff;*/
  display: block;
  /*padding: 1rem;*/
  position: relative; }

.menu__item__link:after,
.menu__item__link2:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  /*line-height: 60px;*/
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0; }

.menu__item__link.on:after,
.menu__item__link2.on:after {
  content: '\f077';
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.submenu {
  /*background: #fff;*/
  display: none;
  padding: 0;
  margin: 1.4rem 0 0 0; }

.submenu__item {
  border-top: 1px solid #ddd;
  list-style: none;
  margin: 0; }
  .submenu__item a {
    display: block; }

/*ーーーーーーーーーー
下層ページ設定
ーーーーーーーーーーー*/
.main-new header.mainContent-headerContainer {
  height: 380px;
  position: relative; }
  @media (max-width: 978px) {
    .main-new header.mainContent-headerContainer {
      height: 300px; } }
.main-new header#dammy {
  background: url("/assets/image/common_renew/headerbg_dammy.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
.main-new header h1 {
  position: absolute;
  display: inline-block;
  top: 40px;
  left: 0;
  font-size: 4.0rem;
  background: #fff;
  padding: 0.8rem 3rem;
  line-height: 1.2;
  color: #333; }
.main-new .container-def {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  padding: 5rem 0; }
.main-new h2.section-title {
  font-size: 4.0rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0;
  line-height: 1.25;
  text-align: center; }
  .main-new h2.section-title:after {
    content: "";
    display: block;
    border-bottom: 4px solid #3eab52;
    width: 50px;
    margin: 3rem auto 5rem; }
.main-new h3 {
  font-size: 3.0rem;
  font-weight: bold;
  margin: 0 auto 2.2rem;
  padding: 0; }
.main-new h4 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto 2.2rem;
  padding: 0; }
.main-new h5 {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 auto 2.2rem;
  padding: 0; }
.main-new p {
  font-size: 1.6rem;
  margin: 0;
  padding: 0 0 5.5rem;
  line-height: 1.6; }

/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
footer.ly_globalFooter {
  background: #eef7ef; }

.globalFooter-FooterInner-new {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 20px 2%; }
  @media (max-width: 978px) {
    .globalFooter-FooterInner-new {
      flex-wrap: wrap; } }

.footer-logo-new {
  width: 26%;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #333; }
  .footer-logo-new img {
    max-width: 100%; }
    @media (max-width: 978px) {
      .footer-logo-new img {
        max-width: 200px; } }
  @media (max-width: 978px) {
    .footer-logo-new {
      width: 100%;
      font-size: 1.3rem; }
      .footer-logo-new img {
        max-width: 60%; } }

.footer-links-new {
  width: 72%;
  display: flex;
  justify-content: flex-end;
  gap: 20px 50px; }
  @media (max-width: 978px) {
    .footer-links-new {
      width: 100%;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  .footer-links-new ul {
    list-style-type: none;
    font-size: 1.25rem;
    line-height: 2.2;
    margin: 0;
    padding: 0; }
    @media (max-width: 978px) {
      .footer-links-new ul {
        width: 100%;
        font-size: 1.5rem; } }

.globalFooter {
  background: url("/assets/image/common_renew/footimg_pc.png") no-repeat;
  background-position: center bottom;
  position: relative;
  padding: 4rem 0 17rem; }
  @media (max-width: 978px) {
    .globalFooter {
      background: url("/assets/image/common_renew/footimg_sp.png") no-repeat;
      background-position: center bottom;
      background-size: 990px;
      padding: 3rem 0 12rem; } }

.globalFooter-copyright {
  clear: both;
  background: none;
  height: auto;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  @media (max-width: 978px) {
    .globalFooter-copyright {
      bottom: 14px; } }
