@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
html {
  font-size: 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common class
******************************************************************************
----------------------------------------------------------------------------*/
.sp {
  display: none !important;
}

a[href*="tel:"] {
  pointer-events: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.container_100 {
  width: 100%;
  padding: 0 2rem;
}
.container_100 .container {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.anchor {
  scroll-margin-top: 13rem;
}
@media screen and (min-width: 1350px) {
  .anchor {
    scroll-margin-top: 8rem;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
@media screen and (min-width: 1350px) {
  .hd {
    width: 100%;
    height: 13rem;
    padding: 2.5rem 4rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hd .container {
    max-width: none;
  }
  .hd .container .hd_logo {
    width: 13rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hd .container .hd_logo a {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hd .container .menu {
    width: calc(100% - 11rem);
    max-width: 132rem;
    margin: 0 0 0 auto;
  }
  .hd .container .menu nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
  .hd .container .menu nav .nav_list {
    width: calc(100% - 36rem);
    max-width: 90rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hd .container .menu nav .nav_list.change > li {
    position: relative;
  }
  .hd .container .menu nav .nav_list.change > li > a,
  .hd .container .menu nav .nav_list.change > li > span {
    color: #000;
  }
  .hd .container .menu nav .nav_list.change > li > a {
    position: relative;
  }
  .hd .container .menu nav .nav_list.change > li > a::before {
    background-color: #000;
  }
  .hd .container .menu nav .nav_list.change > li > span::before {
    border-right: solid 0.1rem #000;
    border-bottom: solid 0.1rem #000;
  }
  .hd .container .menu nav .nav_list > li {
    position: relative;
  }
  .hd .container .menu nav .nav_list > li > a,
  .hd .container .menu nav .nav_list > li > span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.05em;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hd .container .menu nav .nav_list > li > a {
    position: relative;
  }
  .hd .container .menu nav .nav_list > li > a::before {
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
  }
  .hd .container .menu nav .nav_list > li > a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .hd .container .menu nav .nav_list > li > span {
    padding-right: 2.6rem;
    position: relative;
  }
  .hd .container .menu nav .nav_list > li > span::before {
    content: "";
    width: 0.7rem;
    aspect-ratio: 1/1;
    border-right: solid 0.1rem #fff;
    border-bottom: solid 0.1rem #fff;
    position: absolute;
    top: calc(50% - 0.2rem);
    right: 0.9rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap {
    width: 100%;
    padding-top: 4rem;
    position: fixed;
    top: 5.5rem;
    left: 0;
    pointer-events: none;
    z-index: 100;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner {
    overflow: hidden;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content {
    padding: 7.7rem 2rem 10.1rem;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl {
    width: 100%;
    margin-left: -0.1rem;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl a .jp {
    font-family: "ZenOld";
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl a .en {
    font-family: Garamond;
    font-size: 1.6rem;
    color: #958132;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline-block;
    position: relative;
    top: 0.1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl a:hover .jp,
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl a:hover .en {
    color: #16376f;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    margin-top: 6.6rem;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li a {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.05em;
    padding: 0 2rem 1.7rem 2rem;
    border-bottom: solid 0.1rem #dddddd;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li a::before {
    content: "";
    width: 1.6rem;
    height: 1.3rem;
    background: url(../images/common/common_arrow.png) no-repeat center/contain;
    background: url(../images/common/common_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 0.8rem;
    right: 2rem;
    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li a::after {
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #8593ab;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li a:hover {
    color: #16376f;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li a:hover::before {
    right: 1rem;
    -webkit-filter: none;
            filter: none;
  }
  .hd .container .menu nav .nav_list > li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .hd .container .menu nav .nav_list > li.has_clist:hover .nav_clist_wrap {
    pointer-events: auto;
  }
  .hd .container .menu nav .nav_list > li.has_clist:hover .nav_clist_wrap .nav_clist_content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hd .container .menu nav .nav_cv_list {
    width: 36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hd .container .menu nav .nav_cv_list li.contact {
    --bgc: #16376f;
  }
  .hd .container .menu nav .nav_cv_list li.contact a:hover {
    --bgc: #0e254a;
  }
  .hd .container .menu nav .nav_cv_list li.recruit {
    --bgc: #958132;
  }
  .hd .container .menu nav .nav_cv_list li.recruit a:hover {
    --bgc: #7c6b26;
  }
  .hd .container .menu nav .nav_cv_list li a {
    width: 17rem;
    height: 5rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: var(--bgc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1349.9px) {
  .hd {
    width: 100%;
    height: 8rem;
    padding: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .hd .container {
    max-width: none;
  }
  .hd .container .menu_trigger {
    width: 8rem;
    aspect-ratio: 1/1;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .hd .container .menu_trigger span {
    width: 3.6rem;
    height: 0.2rem;
    background-color: #16376f;
    position: absolute;
    left: 2.3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hd .container .menu_trigger span:nth-of-type(1) {
    top: calc(50% - 1.1rem);
  }
  .hd .container .menu_trigger span:nth-of-type(2) {
    top: 50%;
  }
  .hd .container .menu_trigger span:nth-of-type(3) {
    width: 2.6rem;
    top: calc(50% + 1.1rem);
  }
  .hd .container .menu_trigger.active span {
    width: 3.6rem;
    top: 50%;
  }
  .hd .container .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hd .container .menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hd .container .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .hd .container .hd_logo {
    width: 8rem;
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 1;
  }
  .hd .container .hd_logo a {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hd .container .hd_logo a picture {
    width: 6.6rem;
    display: inline-block;
  }
  .hd .container .menu {
    width: 100%;
    max-width: 50rem;
    height: calc(100% - 8rem);
    padding: 4rem 2rem;
    background-color: #16376f;
    overflow: scroll;
    position: fixed;
    top: 8rem;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .hd .container .menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .hd .container .menu nav {
    width: 100%;
  }
  .hd .container .menu nav .nav_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .hd .container .menu nav .nav_list li {
    width: 100%;
    position: relative;
  }
  .hd .container .menu nav .nav_list li a {
    width: 100%;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.05em;
    display: inline-block;
    position: relative;
  }
  .hd .container .menu nav .nav_list li a::before {
    content: "";
    width: 0.8rem;
    aspect-ratio: 1/1;
    border-right: solid 0.1rem #fff;
    border-bottom: solid 0.1rem #fff;
    position: absolute;
    top: calc(50% + 0.2rem);
    right: 0.8rem;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .hd .container .menu nav .nav_list li > span {
    display: none;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap {
    width: 100%;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner {
    width: 100%;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner .nav_clist_content {
    width: 100%;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item {
    width: 100%;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl {
    width: 100%;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist_ttl .en {
    display: none;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding: 1.1rem 0 0 1.4rem;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li {
    width: 100%;
  }
  .hd .container .menu nav .nav_list li .nav_clist_wrap .nav_clist_inner .nav_clist_content .nav_clist_item .nav_clist li a {
    font-size: 1.6rem;
    color: #b8c9e5;
  }
  .hd .container .menu nav .nav_cv_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
  }
  .hd .container .menu nav .nav_cv_list li.contact {
    --bgc: #fff;
  }
  .hd .container .menu nav .nav_cv_list li.contact a {
    color: #16376f;
  }
  .hd .container .menu nav .nav_cv_list li.recruit {
    --bgc: #958132;
  }
  .hd .container .menu nav .nav_cv_list li a {
    width: 20rem;
    height: 5rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: var(--bgc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .hd .container .menu nav .nav_policy_link {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    display: block !important;
  }
  .hd .container .menu nav .nav_policy_link a {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0.05em;
    display: inline-block;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  min-height: 68rem;
  height: 930px;
  padding: 0;
  overflow: hidden;
}
.hero .container {
  height: 100%;
  max-width: none;
  position: relative;
}
.hero .container .hero_catch {
  width: calc(100% - 4rem);
  max-width: 71.9rem;
  position: absolute;
  top: calc(50% - 4.5rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.hero .container .hero_item_wrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hero .container .hero_item_wrap .hero_item {
  height: 100%;
}
.hero .container .hero_item_wrap .hero_item.solutions {
  background: -webkit-image-set(url(../images/top/hero_solutions_bg.webp) 1x, url(../images/top/hero_solutions_bg@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/top/hero_solutions_bg.webp) 1x, url(../images/top/hero_solutions_bg@2x.webp) 2x) no-repeat center/cover;
}
.hero .container .hero_item_wrap .hero_item.lifestyle {
  background: -webkit-image-set(url(../images/top/hero_lifestyle_bg.webp) 1x, url(../images/top/hero_lifestyle_bg@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/top/hero_lifestyle_bg.webp) 1x, url(../images/top/hero_lifestyle_bg@2x.webp) 2x) no-repeat center/cover;
}
.hero .container .hero_item_wrap .hero_item.estate {
  background: -webkit-image-set(url(../images/top/hero_estate_bg.webp) 1x, url(../images/top/hero_estate_bg@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/top/hero_estate_bg.webp) 1x, url(../images/top/hero_estate_bg@2x.webp) 2x) no-repeat center/cover;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/hero_on_animation.png) no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner.show::before {
  opacity: 1;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner.show a::before {
  bottom: 4rem;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner a {
  width: 100%;
  padding: 9.6rem 1rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner a::before {
  content: "";
  width: 2.6rem;
  height: 2.1rem;
  background: url(../images/top/hero_arrow.png) no-repeat center/contain;
  background: url(../images/top/hero_arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner a .hero_item_inner_wrap .jp {
  width: 100%;
  font-size: 1.4rem;
  color: #d5e2e8;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.hero .container .hero_item_wrap .hero_item .hero_item_inner a .hero_item_inner_wrap .en {
  width: 100%;
  min-height: 10rem;
  font-family: Garamond;
  font-size: 5.4rem;
  color: #d5e2e8;
  font-weight: 500;
  line-height: 0.922037037;
  letter-spacing: -0.015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1050px) {
  .hero .container .hero_item_wrap .hero_item .hero_item_inner a .hero_item_inner_wrap .en {
    font-size: 3.8rem;
  }
}

.top_about_sec {
  width: 100%;
  padding-top: 20rem;
  padding-bottom: 19rem;
  overflow: hidden;
}
.top_about_sec .container {
  max-width: 150.4rem;
  min-height: 68rem;
  padding-top: 14.8rem;
  position: relative;
}
.top_about_sec .container .top_about_ttl {
  width: 55%;
  max-width: 84rem;
  position: relative;
  z-index: 2;
}
.top_about_sec .container .top_about_ttl .jp {
  font-family: "ZenOld";
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  display: block;
  margin-bottom: 1.2rem;
}
.top_about_sec .container .top_about_ttl .en {
  font-family: Garamond;
  font-size: 2.6rem;
  color: #beb079;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.003em;
  display: block;
}
.top_about_sec .container .top_about_txt {
  width: 48%;
  max-width: 60rem;
  position: relative;
  z-index: 2;
  margin-top: 6rem;
}
.top_about_sec .container .top_about_photo {
  width: 65.159574468%;
  height: 68rem;
  position: absolute;
  top: 0;
  right: -13.829787234%;
  z-index: 1;
}
.top_about_sec .container .top_about_photo picture {
  width: 100%;
  height: 100%;
  display: block;
}
.top_about_sec .container .top_about_photo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_about_sec .container .top_about_btn {
  padding-left: 0.2rem;
  margin-top: 7.4rem;
}
@media screen and (max-width: 1130px) {
  .top_about_sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .top_about_sec .container {
    padding-top: 0;
  }
  .top_about_sec .container .top_about_ttl {
    width: 100%;
    max-width: none;
  }
  .top_about_sec .container .top_about_ttl .jp {
    font-size: 4.8rem;
  }
  .top_about_sec .container .top_about_ttl .jp br {
    display: block;
  }
  .top_about_sec .container .top_about_txt {
    width: 100%;
    max-width: none;
    margin-top: 3rem;
  }
  .top_about_sec .container .top_about_photo {
    width: 100%;
    height: 55rem;
    position: static;
    margin-top: 3rem;
    z-index: 1;
  }
  .top_about_sec .container .top_about_btn {
    text-align: center;
    margin-top: 5rem;
  }
  .top_about_sec .container .top_about_btn a {
    margin: 0 auto;
  }
}

.common_txt01 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

.common_btn01 {
  width: 100%;
  max-width: 28rem;
  height: 7rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.05em;
  border: solid 0.1rem #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_btn01::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_btn01:hover {
  color: #fff;
  border-color: #16376f;
  background-color: #16376f;
}
.common_btn01:hover::before {
  right: 2rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.common_btn01.center {
  margin: 0 auto;
}
.common_btn01.large {
  max-width: 50rem;
  height: 8rem;
}
.common_btn01.pdf {
  padding: 1rem 7rem;
}
.common_btn01.pdf::before {
  content: "";
  width: 2.3rem;
  height: 2.9rem;
  background: url(../images/common/pdf_icon.png) no-repeat center/contain;
  background: url(../images/common/pdf_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_philosophy_sec {
  padding-top: 14.4rem;
  padding-bottom: 15rem;
  background-color: #f7f9fa;
}
.top_philosophy_sec .container {
  max-width: 150rem;
}
.top_philosophy_sec .container .top_philosophy_ttl .en {
  margin-bottom: 0.5rem;
}
.top_philosophy_sec .container .top_philosophy_list {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.333333rem;
  margin-top: 6.8rem;
}
.top_philosophy_sec .container .top_philosophy_list li {
  max-width: 35rem;
  border: solid 0.1rem #cdd8de;
  padding: 5rem 2rem 3.7rem;
  background-color: #fff;
}
.top_philosophy_sec .container .top_philosophy_list li .hilosophy_list_ttl {
  width: 100%;
  text-align: center;
}
.top_philosophy_sec .container .top_philosophy_list li .hilosophy_list_ttl .en {
  width: 100%;
  font-family: Garamond;
  font-size: 5rem;
  color: #16376f;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  display: block;
}
.top_philosophy_sec .container .top_philosophy_list li .hilosophy_list_ttl .jp {
  width: 100%;
  font-family: "ZenOld";
  font-size: 1.6rem;
  color: #a9a9a9;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 0.4rem;
}
.top_philosophy_sec .container .top_philosophy_list li .hilosophy_list_catch {
  width: 100%;
  min-height: 11.4rem;
  font-family: YakuHanMP, "ZenOld";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7272727273;
  letter-spacing: 0.05em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1300px) {
  .top_philosophy_sec .container .top_philosophy_list li .hilosophy_list_catch br {
    display: none;
  }
}
.top_philosophy_sec .container .top_philosophy_list li .hilosophy_list_txt {
  width: 100%;
  max-width: 26.8rem;
  line-height: 2;
  margin: 2.6rem auto 0;
}
@media screen and (max-width: 1200px) {
  .top_philosophy_sec .container .top_philosophy_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .top_philosophy_sec .container .top_philosophy_list li {
    max-width: none;
  }
}

.top_strength_sec {
  padding-top: 14.6rem;
  padding-bottom: 14rem;
  background: -webkit-image-set(url(../images/top/top_strength_bg.webp) 1x, url(../images/top/top_strength_bg@2x.webp) 2x) no-repeat top center;
  background: image-set(url(../images/top/top_strength_bg.webp) 1x, url(../images/top/top_strength_bg@2x.webp) 2x) no-repeat top center;
}
.top_strength_sec .container .top_strength_list {
  width: 100%;
  min-height: 28.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: solid 0.1rem #dce1e6;
  border-bottom: solid 0.1rem #dce1e6;
  background-color: #fff;
  margin-top: 6.7rem;
}
.top_strength_sec .container .top_strength_list li {
  padding: 5.7rem 2rem 4.5rem;
  position: relative;
}
.top_strength_sec .container .top_strength_list li::before {
  content: "";
  width: 0.2rem;
  height: calc(100% - 9.6rem);
  border-right: dotted 0.2rem #dce1e6;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_strength_sec .container .top_strength_list li:last-of-type::before {
  display: none;
}
.top_strength_sec .container .top_strength_list li .strength_list_catch {
  width: 100%;
  font-family: "ZenOld";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_strength_sec .container .top_strength_list li .strength_list_txt {
  max-width: 32rem;
  margin: 1.8rem auto 0;
}
.top_strength_sec .container .top_strength_closing {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .top_strength_sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .top_strength_sec .container .top_strength_list li .strength_list_catch br {
    display: none;
  }
}

.common_ttl01 {
  width: 100%;
  text-align: center;
}
.common_ttl01 .en {
  width: 100%;
  font-family: Garamond;
  font-size: 1.6rem;
  color: #958132;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-bottom: 1.4rem;
  display: block;
}
.common_ttl01 .jp {
  width: 100%;
  font-family: "ZenOld";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  display: block;
}
.common_ttl01.white .en {
  color: #fff;
}
.common_ttl01.white .jp {
  color: #fff;
}

.top_solutions_sec {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.top_solutions_sec .container {
  position: relative;
  padding-top: 2.7rem;
}
.top_solutions_sec .container .top_solutions_ttl {
  text-align: left;
  padding-left: 0.2rem;
}
.top_solutions_sec .container .top_solutions_ttl .jp {
  margin: -0.8rem 0 0 -0.5rem;
  letter-spacing: -0.05em;
}
.top_solutions_sec .container .top_solutions_ttl .jp .yakuhan {
  margin: -0.9rem;
}
.top_solutions_sec .container .top_solutions_txt {
  max-width: 41rem;
  margin-top: 2.4rem;
}
.top_solutions_sec .container .top_solutions_btn {
  margin-top: 5.2rem;
}
.top_solutions_sec .container .top_solutions_list {
  width: calc(100% - 44rem);
  max-width: 70rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.top_solutions_sec .container .top_solutions_list li a {
  width: 100%;
  min-height: 30rem;
  padding: 4.3rem 2rem 2rem;
  background-color: #f7f9fa;
  position: relative;
}
.top_solutions_sec .container .top_solutions_list li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e8eff6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_solutions_sec .container .top_solutions_list li a .top_solutions_list_ttl {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.top_solutions_sec .container .top_solutions_list li a .top_solutions_list_ttl span {
  font-size: 2rem;
  color: #16376f;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-right: 2.7rem;
  position: relative;
}
.top_solutions_sec .container .top_solutions_list li a .top_solutions_list_ttl span::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_solutions_sec .container .top_solutions_list li a .top_solutions_list_icon {
  width: 12.5rem;
  height: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto 0;
  position: relative;
  z-index: 2;
}
.top_solutions_sec .container .top_solutions_list li a .top_solutions_list_txt {
  width: 100%;
  max-width: 25rem;
  font-size: 1.5rem;
  color: #6f7888;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  margin: 1.2rem auto 0;
  position: relative;
  z-index: 2;
}
.top_solutions_sec .container .top_solutions_list li a:hover::before {
  opacity: 1;
}
.top_solutions_sec .container .top_solutions_list li a:hover .top_solutions_list_ttl span::before {
  right: -0.7rem;
}
@media screen and (max-width: 1050px) {
  .top_solutions_sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .top_solutions_sec .container {
    padding-top: 0;
  }
  .top_solutions_sec .container .top_solutions_txt {
    max-width: none;
    margin-top: 3rem;
  }
  .top_solutions_sec .container .top_solutions_btn {
    margin-top: 5rem;
  }
  .top_solutions_sec .container .top_solutions_btn a {
    margin: 0 auto;
  }
  .top_solutions_sec .container .top_solutions_list {
    width: 100%;
    max-width: none;
    position: static;
    margin-top: 3rem;
  }
}

.top_story_sec {
  padding-top: 14.5rem;
  padding-bottom: 15rem;
  background-color: #16376f;
}
.top_story_sec .container {
  max-width: 184rem;
}
.top_story_sec .container .top_story_ttl .jp .kana {
  letter-spacing: -0.15em;
}
.top_story_sec .container .top_story_item_wrap {
  width: 100%;
  margin-top: 7rem;
}
.top_story_sec .container .top_story_item_wrap .top_story_item {
  width: calc((100% - 2rem) / 2);
  height: 29rem;
  float: right;
}
.top_story_sec .container .top_story_item_wrap .top_story_item.case {
  --background: image-set(url(../images/top/story_case_bg.webp) 1x, url(../images/top/story_case_bg@2x.webp) 2x) no-repeat center / cover;
}
.top_story_sec .container .top_story_item_wrap .top_story_item.partners {
  --background: image-set(url(../images/top/story_partners_bg.webp) 1x, url(../images/top/story_partners_bg@2x.webp) 2x) no-repeat center / cover;
}
.top_story_sec .container .top_story_item_wrap .top_story_item.csr {
  --background: image-set(url(../images/top/story_csr_bg.webp) 1x, url(../images/top/story_csr_bg@2x.webp) 2x) no-repeat center / cover;
}
.top_story_sec .container .top_story_item_wrap .top_story_item:first-of-type {
  height: 60rem;
  float: left;
}
.top_story_sec .container .top_story_item_wrap .top_story_item:last-of-type {
  margin-top: 2rem;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a {
  width: 100%;
  height: 100%;
  background: var(--background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a::before {
  content: "";
  width: 3rem;
  height: 2.5rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(13, 32, 65, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a .top_story_item_ttl {
  width: 100%;
  text-align: center;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a .top_story_item_ttl .en {
  font-family: Garamond;
  font-size: 5.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  display: block;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a .top_story_item_ttl .jp {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  display: block;
  margin-top: -0.2rem;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a:hover::before {
  right: 2rem;
}
.top_story_sec .container .top_story_item_wrap .top_story_item a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .top_story_sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .top_story_sec .container .top_story_item_wrap .top_story_item a .top_story_item_ttl .en {
    line-height: 1.125;
  }
}

.top_links_sec {
  width: 100%;
  padding: 8rem 0;
}
.top_links_sec .container {
  max-width: none;
}
.top_links_sec .container .top_links_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.top_links_sec .container .top_links_wrap .top_links_item.shop {
  --background: image-set(url(../images/top/link_shop_bg.webp) 1x, url(../images/top/link_shop_bg@2x.webp) 2x) no-repeat center / cover;
}
.top_links_sec .container .top_links_wrap .top_links_item.recruit {
  --background: image-set(url(../images/top/link_recruit_bg.webp) 1x, url(../images/top/link_recruit_bg@2x.webp) 2x) no-repeat center / cover;
}
.top_links_sec .container .top_links_wrap .top_links_item a {
  width: 100%;
  height: 46rem;
  padding: 2rem;
  background: var(--background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top_links_sec .container .top_links_wrap .top_links_item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(13, 32, 65, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.top_links_sec .container .top_links_wrap .top_links_item a .top_links_item_ttl {
  width: 100%;
  max-width: 42rem;
  height: 18rem;
  padding: 1rem 1rem 2.9rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.top_links_sec .container .top_links_wrap .top_links_item a .top_links_item_ttl .ttl_wrap {
  display: inline-block;
  text-align: center;
}
.top_links_sec .container .top_links_wrap .top_links_item a .top_links_item_ttl .ttl_wrap .en {
  font-family: Garamond;
  font-size: 5.4rem;
  color: #16376f;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  display: block;
}
.top_links_sec .container .top_links_wrap .top_links_item a .top_links_item_ttl .ttl_wrap .jp {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  display: block;
  margin-top: -0.2rem;
}
.top_links_sec .container .top_links_wrap .top_links_item a:hover::after {
  opacity: 1;
}

.top_news_sec {
  padding-top: 14.2rem;
  padding-bottom: 14rem;
  background-color: #f7f9fa;
}
.top_news_sec .container {
  position: relative;
}
.top_news_sec .container .top_news_ttl {
  text-align: left;
}
.top_news_sec .container .top_news_ttl .en {
  margin-bottom: 0.5rem;
}
.top_news_sec .container .top_news_ttl .jp {
  letter-spacing: -0.05em;
}
.top_news_sec .container .top_news_ttl .jp .yakuhan {
  margin: 0 -0.6rem;
}
.top_news_sec .container .top_news_ttl .jp .kana {
  letter-spacing: -0.1em;
  margin-right: 0.8rem;
}
.top_news_sec .container .top_news_list {
  margin-top: 4.9rem;
}
.top_news_sec .container .top_news_btn {
  position: absolute;
  top: 4.8rem;
  right: -1.1rem;
}
@media screen and (max-width: 1050px) {
  .top_news_sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.common_btn02 {
  font-family: Garamond;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 4rem 0.7rem 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_btn02::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow_gold.png) no-repeat center/contain;
  background: url(../images/common/common_arrow_gold.svg) no-repeat center/contain;
  position: absolute;
  top: 0.4rem;
  right: 1.1rem;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_btn02::after {
  content: "";
  width: calc(100% - 1rem);
  height: 0.1rem;
  background-color: #7b7b7b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.common_btn02:hover {
  color: #958132;
}
.common_btn02:hover::before {
  -webkit-filter: none;
          filter: none;
  right: 0;
}
.common_btn02:hover::after {
  background-color: #958132;
}

.common_news_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: solid 0.1rem #dce1e6;
}
.common_news_list li {
  width: 100%;
  border-bottom: solid 0.1rem #dce1e6;
}
.common_news_list li a {
  width: 100%;
  padding: 4rem 6rem 2.6rem 3.4rem;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_news_list li a::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_news_list li a .news_meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common_news_list li a .news_meta time {
  width: 12rem;
  font-family: roboto;
  font-size: 1.6rem;
  color: #16376f;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
}
.common_news_list li a .news_meta .news_cat_list {
  width: calc(100% - 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.common_news_list li a .news_meta .news_cat_list span {
  min-width: 16rem;
  height: 3rem;
  font-size: 1.4rem;
  color: #16376f;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e3eef3;
}
.common_news_list li a .news_meta .news_cat_list span.shop {
  color: #fff;
  background-color: #16376f;
}
.common_news_list li a .news_ttl {
  width: 100%;
  margin-top: 1.7rem;
}
.common_news_list li a:hover {
  background-color: #f1f6f8;
}
.common_news_list li a:hover::before {
  right: 2rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub common
******************************************************************************
----------------------------------------------------------------------------*/
.sub_hero {
  background-color: #000;
  margin-top: 10rem;
}
.sub_hero.business {
  background: -webkit-image-set(url(../images/business/hero.webp) 1x, url(../images/business/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/business/hero.webp) 1x, url(../images/business/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.business-solutions {
  background: -webkit-image-set(url(../images/business/solutions/hero.webp) 1x, url(../images/business/solutions/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/business/solutions/hero.webp) 1x, url(../images/business/solutions/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.business-realestate {
  background: -webkit-image-set(url(../images/business/realestate/hero.webp) 1x, url(../images/business/realestate/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/business/realestate/hero.webp) 1x, url(../images/business/realestate/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.business-lifestyle {
  background: -webkit-image-set(url(../images/business/lifestyle/hero.webp) 1x, url(../images/business/lifestyle/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/business/lifestyle/hero.webp) 1x, url(../images/business/lifestyle/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.service {
  background: -webkit-image-set(url(../images/service/hero.webp) 1x, url(../images/service/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/service/hero.webp) 1x, url(../images/service/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.service-owners {
  background: -webkit-image-set(url(../images/service/owners/hero.webp) 1x, url(../images/service/owners/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/service/owners/hero.webp) 1x, url(../images/service/owners/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.service-business {
  background: -webkit-image-set(url(../images/service/business/hero.webp) 1x, url(../images/service/business/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/service/business/hero.webp) 1x, url(../images/service/business/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.service-management {
  background: -webkit-image-set(url(../images/service/management/hero.webp) 1x, url(../images/service/management/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/service/management/hero.webp) 1x, url(../images/service/management/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.service-local {
  background: -webkit-image-set(url(../images/service/local/hero.webp) 1x, url(../images/service/local/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/service/local/hero.webp) 1x, url(../images/service/local/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.news {
  background: -webkit-image-set(url(../images/news/hero.webp) 1x, url(../images/news/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/news/hero.webp) 1x, url(../images/news/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.recruit {
  background: -webkit-image-set(url(../images/recruit/hero.webp) 1x, url(../images/recruit/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/recruit/hero.webp) 1x, url(../images/recruit/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.company {
  background: -webkit-image-set(url(../images/company/hero.webp) 1x, url(../images/company/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/company/hero.webp) 1x, url(../images/company/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.shop {
  background: -webkit-image-set(url(../images/shop/hero.webp) 1x, url(../images/shop/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/shop/hero.webp) 1x, url(../images/shop/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.about {
  background: -webkit-image-set(url(../images/about/hero.webp) 1x, url(../images/about/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/about/hero.webp) 1x, url(../images/about/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.story {
  background: -webkit-image-set(url(../images/story/hero.webp) 1x, url(../images/story/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/story/hero.webp) 1x, url(../images/story/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.story-partners {
  background: -webkit-image-set(url(../images/story/partners/hero.webp) 1x, url(../images/story/partners/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/story/partners/hero.webp) 1x, url(../images/story/partners/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.story-csr_sdgs {
  background: -webkit-image-set(url(../images/story/csr_sdgs/hero.webp) 1x, url(../images/story/csr_sdgs/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/story/csr_sdgs/hero.webp) 1x, url(../images/story/csr_sdgs/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.story-case {
  background: -webkit-image-set(url(../images/story/case/hero.webp) 1x, url(../images/story/case/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/story/case/hero.webp) 1x, url(../images/story/case/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero.privacy_policy {
  background: -webkit-image-set(url(../images/privacy_policy/hero.webp) 1x, url(../images/privacy_policy/hero@2x.webp) 2x) no-repeat center/cover;
  background: image-set(url(../images/privacy_policy/hero.webp) 1x, url(../images/privacy_policy/hero@2x.webp) 2x) no-repeat center/cover;
}
.sub_hero .container {
  min-height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_hero .container .sub_hero_wrap {
  width: 100%;
}
.sub_hero .container .sub_hero_wrap .sub_hero_ttl {
  width: 100%;
  padding-top: 0.6rem;
}
.sub_hero .container .sub_hero_wrap .sub_hero_ttl .en {
  width: 100%;
  font-family: Garamond;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-left: 0.1rem;
  display: block;
}
.sub_hero .container .sub_hero_wrap .sub_hero_ttl .jp {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 4rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.3rem;
  margin-left: -0.3rem;
}
.sub_hero .container .sub_hero_wrap .sub_hero_ttl .jp span {
  letter-spacing: -0.13em;
  margin-left: -0.4rem;
}
.sub_hero .container .sub_hero_wrap .sub_hero_txt {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.017em;
  padding-bottom: 0.6rem;
  margin-top: 2rem;
}

.breadcrumb {
  width: 100%;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5rem;
  padding-left: 0.2rem;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::before {
  content: "";
  width: 0.7rem;
  aspect-ratio: 1/1;
  border-right: solid 0.1rem #000;
  border-bottom: solid 0.1rem #000;
  position: absolute;
  top: 1rem;
  right: -2.2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcrumb ul li:last-of-type::before {
  display: none;
}
.breadcrumb ul li a,
.breadcrumb ul li span {
  font-size: 1.6rem;
  color: #a9a9a9;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  display: inline-block;
}
.breadcrumb ul li a {
  color: #16376f;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.breadcrumb ul li a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------
******************************************************************************
** business
******************************************************************************
----------------------------------------------------------------------------*/
.business_sec {
  padding-top: 11.6rem;
  padding-bottom: 12rem;
}
.business_sec .container .business_col_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11.2rem;
}
.business_sec .container .business_col_group .business_col {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business_sec .container .business_col_group .business_col .business_col_inner {
  width: calc(100% - (50% + 3rem));
  max-width: 52rem;
  margin: 0 0 0 auto;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_ttl {
  width: 100%;
  font-family: "ZenOld";
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-left: -0.8rem;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_ttl span {
  letter-spacing: -0.12em;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_txt {
  margin-top: 1.7rem;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_photo {
  width: 50%;
  aspect-ratio: 1/0.7666666667;
  padding-top: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_dl {
  width: 100%;
  padding: 2.3rem 4rem 3.2rem;
  background-color: #f7f9fa;
  margin-top: 3rem;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_dl dt {
  width: 100%;
  font-size: 1.8rem;
  color: #16376f;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.1rem;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_dl dd {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-left: 3.6rem;
  position: relative;
  margin-top: 0.2rem;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_dl dd::before {
  content: "";
  width: 0.9rem;
  aspect-ratio: 1/1;
  background-color: #16376f;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 1rem;
}
.business_sec .container .business_col_group .business_col .business_col_inner .business_col_btn {
  margin-top: 3rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** business solutions
******************************************************************************
----------------------------------------------------------------------------*/
.solutions_strength_sec {
  padding-top: 11rem;
  padding-bottom: 15rem;
}
.solutions_strength_sec .container .solutions_strength_txt {
  margin-top: 3.7rem;
}
.solutions_strength_sec .container .solutions_strength_sub_ttl {
  margin-top: 11rem;
}
.solutions_strength_sec .container .solutions_strength_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.666666666%;
  margin-top: 8rem;
}
.solutions_strength_sec .container .solutions_strength_list li {
  width: 33.333333%;
  max-width: 32rem;
}
.solutions_strength_sec .container .solutions_strength_list li .strength_list_icon {
  width: 100%;
  max-width: 26.4rem;
  margin: 0 auto;
}
.solutions_strength_sec .container .solutions_strength_list li .strength_list_ttl {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3rem;
}
.solutions_strength_sec .container .solutions_strength_list li .strength_list_txt {
  margin-top: 2rem;
}

.solutions_service_sec {
  padding-top: 13.8rem;
  padding-bottom: 15rem;
  background-color: #f7f9fa;
}
.solutions_service_sec .container .solutions_service_col_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10.6rem;
  margin-top: 6.5rem;
}
.solutions_service_sec .container .solutions_service_btn {
  margin-top: 11rem;
}

.common_two_col_box {
  width: 100%;
  position: relative;
}
.common_two_col_box .two_col_inner {
  width: calc(100% - (50% + 3rem));
  max-width: 52rem;
  margin: 0 0 0 auto;
}
.common_two_col_box .two_col_inner .two_col_ttl {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  padding-bottom: 1.9rem;
  border-bottom: solid 0.1rem #737373;
}
.common_two_col_box .two_col_inner .two_col_ttl .ttl {
  width: 100%;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5882352941;
  letter-spacing: 0.05em;
  display: block;
}
.common_two_col_box .two_col_inner .two_col_ttl .ttl span {
  letter-spacing: -0.12em;
}
.common_two_col_box .two_col_inner .two_col_ttl .sub {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-bottom: 0.3rem;
  display: block;
  margin: 0.3rem 0 0.5rem -0.3rem;
}
.common_two_col_box .two_col_inner .two_col_ttl .sub span {
  letter-spacing: -0.12em;
}
.common_two_col_box .two_col_inner .two_col_photo {
  width: 50%;
  aspect-ratio: 1/0.7;
  padding-top: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
.common_two_col_box .two_col_inner .two_col_txt {
  width: 100%;
  margin-top: 2.8rem;
}
.common_two_col_box .two_col_inner .two_col_dl {
  width: 100%;
  margin-top: 3.2rem;
}
.common_two_col_box .two_col_inner .two_col_dl dt {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: 2.7rem;
}
.common_two_col_box .two_col_inner .two_col_dl dt:first-of-type {
  margin-top: 0;
}
.common_two_col_box .two_col_inner .two_col_dl dd {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 1.1rem;
}
.common_two_col_box .two_col_inner .two_col_dl dd + dd {
  margin-top: 4.3rem;
}
.common_two_col_box:nth-of-type(even) .two_col_inner, .common_two_col_box.revese .two_col_inner {
  margin: 0 auto 0 0;
}
.common_two_col_box:nth-of-type(even) .two_col_inner .two_col_photo, .common_two_col_box.revese .two_col_inner .two_col_photo {
  left: auto;
  right: 0;
}

.common_ttl02 {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 3.4rem;
  line-height: 1.625;
  letter-spacing: 0;
  text-align: center;
}
.common_ttl02 span.ls-9 {
  letter-spacing: -0.09em;
}
.common_ttl02 span.ls-13 {
  letter-spacing: -0.13em;
}

.common_ttl03 {
  width: 100%;
  text-align: center;
}
.common_ttl03 span {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 3.2rem;
  display: inline-block;
  position: relative;
}
.common_ttl03 span::before {
  content: "";
  width: 6rem;
  height: 0.1rem;
  background: #958132;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*----------------------------------------------------------------------------
******************************************************************************
** business realestate
******************************************************************************
----------------------------------------------------------------------------*/
.realestate_strength_sec {
  padding-top: 11rem;
  padding-bottom: 15rem;
}
.realestate_strength_sec .container .realestate_strength_txt {
  margin-top: 3.7rem;
}
.realestate_strength_sec .container .realestate_strength_sub_ttl {
  margin-top: 11rem;
}
.realestate_strength_sec .container .realestate_strength_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-top: 6rem;
}
.realestate_strength_sec .container .realestate_strength_list li {
  width: 100%;
  min-height: 20rem;
  padding: 2rem 7rem 2rem 8.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 0.1rem #dce1e6;
  background-color: #fafafa;
}
.realestate_strength_sec .container .realestate_strength_list li .strength_list_ttl {
  width: 28rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.9090909091;
  letter-spacing: 0.05em;
}
.realestate_strength_sec .container .realestate_strength_list li .strength_list_txt {
  width: calc(100% - 30rem);
  max-width: 66.4rem;
}

.realestate_service_sec {
  padding-top: 13.8rem;
  padding-bottom: 15rem;
  background-color: #f7f9fa;
}
.realestate_service_sec .container .realestate_service_col_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11rem;
  margin-top: 7rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** business lifestyle
******************************************************************************
----------------------------------------------------------------------------*/
.lifestyle_service_sec {
  padding-top: 11rem;
  padding-bottom: 12rem;
}
.lifestyle_service_sec .container .lifestyle_service_txt {
  margin-top: 3.7rem;
}
.lifestyle_service_sec .container .lifestyle_service_sub_ttl {
  margin-top: 11rem;
}
.lifestyle_service_sec .container .lifestyle_service_col {
  margin-top: 7.3rem;
}

.lifestyle_beauty_sec {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-color: #f7f9fa;
}

.lifestyle_medical_sec {
  padding-top: 11rem;
  padding-bottom: 10rem;
}

.lifestyle_shop_list {
  width: 100%;
  padding: 7rem 7.9rem 7.5rem;
  background-color: #fafafa;
  border: solid 0.1rem #dce1e6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.4rem 2.666666666rem;
  margin-top: 7.6rem;
}
.lifestyle_shop_list dt {
  grid-column: 1/-1;
  font-family: YakuHanMP, "ZenOld";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: center;
}
.lifestyle_shop_list dd a,
.lifestyle_shop_list dd span {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lifestyle_shop_list dd a:hover,
.lifestyle_shop_list dd span:hover {
  opacity: 0.7;
}
.lifestyle_shop_list dd a .shop_photo,
.lifestyle_shop_list dd span .shop_photo {
  width: 100%;
}
.lifestyle_shop_list dd a .shop_name,
.lifestyle_shop_list dd span .shop_name {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-right: 2rem;
  position: relative;
  margin-top: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lifestyle_shop_list dd a .shop_name::before,
.lifestyle_shop_list dd span .shop_name::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0.7rem;
  right: 0;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lifestyle_shop_list dd span {
  pointer-events: none;
}
.lifestyle_shop_list dd span .shop_name::before {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** service
******************************************************************************
----------------------------------------------------------------------------*/
.service_sec {
  padding-top: 9.3rem;
  padding-bottom: 15rem;
}
.service_sec .container .service_col {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_sec .container .service_col .service_col_inner {
  width: calc(100% - (50% + 3rem));
  max-width: 52rem;
  padding-bottom: 1.6rem;
}
.service_sec .container .service_col .service_col_inner .service_col_ttl {
  width: 100%;
  font-family: "ZenOld";
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .service_sec .container .service_col .service_col_inner .service_col_ttl br {
    display: none !important;
  }
}
.service_sec .container .service_col .service_col_inner .service_col_ttl span {
  letter-spacing: -0.12em;
}
.service_sec .container .service_col .service_col_inner .service_col_txt {
  margin-top: 3.3rem;
}
.service_sec .container .service_col .service_col_inner .service_col_photo {
  width: 51.666666666%;
  aspect-ratio: 1/0.7419354839;
  position: absolute;
  top: 0;
  right: 0;
}

.service_solution_sec {
  background-color: #f7f9fa;
  padding-top: 14rem;
  padding-bottom: 15rem;
}
.service_solution_sec .container .service_solution_target_list {
  margin-top: 8rem;
}

.common_service_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
.common_service_list .service_box {
  background-color: #fff;
}
.common_service_list .service_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(55.172413793% + 3rem) 8.620689655% 4.6rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_service_list .service_box a::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_service_list .service_box a:hover::before {
  right: 1rem;
}
.common_service_list .service_box a .service_ttl {
  width: 100%;
  font-size: 2rem;
  color: #16376f;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.common_service_list .service_box a .service_img {
  width: 100%;
  aspect-ratio: 1/0.5517241379;
  position: absolute;
  top: 0;
  left: 0;
}
.common_service_list .service_box a .service_txt {
  margin-top: 1.2rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** service owners
******************************************************************************
----------------------------------------------------------------------------*/
.service_strength_sec {
  padding-top: 11rem;
  padding-bottom: 15rem;
}
.service_strength_sec .container .service_strength_ttl span {
  letter-spacing: -0.3em;
}
.service_strength_sec .container .service_strength_worry {
  width: 100%;
  padding: 5.7rem 3rem 5.5rem 2rem;
  background-color: #f7f9fa;
  border: solid 0.1rem #16376f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
.service_strength_sec .container .service_strength_worry .service_strength_worry_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9rem;
}
.service_strength_sec .container .service_strength_worry .service_strength_worry_list li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-left: 4.1rem;
  position: relative;
}
.service_strength_sec .container .service_strength_worry .service_strength_worry_list li::before {
  content: "";
  width: 2.4rem;
  height: 2.2rem;
  background: url(../images/common/check_icon.png) no-repeat center/contain;
  background: url(../images/common/check_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.service_strength_sec .container .service_strength_txt {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4.8rem;
}
.service_strength_sec .container .service_strength_sub_ttl {
  margin-top: 12.8rem;
}
.service_strength_sec .container .service_strength_list {
  margin-top: 6rem;
}

.common_list02 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  counter-reset: common_num;
}
.common_list02 li {
  border: solid 0.1rem #dce1e6;
  padding: 4.9rem 4rem 5.1rem;
  background-color: #fafafa;
  counter-increment: common_num;
}
.common_list02 li .list_ttl {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  padding-top: 5rem;
  text-align: center;
  position: relative;
}
.common_list02 li .list_ttl::before {
  content: counter(common_num, decimal-leading-zero);
  font-family: "Garamond";
  font-size: 2.4rem;
  color: #958132;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.common_list02 li .list_txt {
  margin-top: 2rem;
}

.service_introduction_sec {
  padding-top: 14rem;
  padding-bottom: 14.8rem;
  background-color: #f7f9fa;
}
.service_introduction_sec .container .service_introduction_col_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem;
  margin-top: 6.5rem;
}
.service_introduction_sec .container .service_introduction_col_group .service_introduction_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_introduction_sec .container .service_introduction_col_group .service_introduction_col .two_col_inner {
  padding-top: 1.2rem;
}

.service_faq_sec {
  padding-top: 14rem;
  padding-bottom: 12.1rem;
}
.service_faq_sec .container .service_faq_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 4.3rem;
}
.service_faq_sec .container .service_faq_list li {
  width: 100%;
}
.service_faq_sec .container .service_faq_list li > * {
  width: 100%;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 3.2rem;
}
.service_faq_sec .container .service_faq_list li > *.question {
  --ttl: "Q.";
  --color: #16376f;
  --bgc: #fff;
  --top: 0;
  --left: 0;
}
.service_faq_sec .container .service_faq_list li > *.question span {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-top: 0.3rem;
}
.service_faq_sec .container .service_faq_list li > *.awnser {
  --ttl: "A.";
  --color: #958132;
  --bgc: #fafafa;
  --top: .6rem;
  --left: .2rem;
}
.service_faq_sec .container .service_faq_list li > *.awnser p {
  padding-top: 0.9rem;
}
.service_faq_sec .container .service_faq_list li > * {
  background-color: var(--bgc);
}
.service_faq_sec .container .service_faq_list li > * > * {
  padding-left: 5.5rem;
  position: relative;
}
.service_faq_sec .container .service_faq_list li > * > *:before {
  content: var(--ttl);
  font-family: Garamond;
  font-size: 3.8rem;
  color: var(--color);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: var(--top);
  left: var(--left);
}

/*----------------------------------------------------------------------------
******************************************************************************
** news
******************************************************************************
----------------------------------------------------------------------------*/
.common_ttl04 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
}

.news_archive_sec {
  padding-top: 9.2rem;
  padding-bottom: 10rem;
}
.news_archive_sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news_archive_sec .container .news_archive_ttl {
  margin-top: 9.2rem;
}
.news_archive_sec .container .news_archive_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.news_archive_sec .container .news_archive_nav .news_cat_list {
  width: calc(100% - 22rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.6rem;
  gap: 3.5rem;
}
.news_archive_sec .container .news_archive_nav .news_cat_list li {
  width: 18rem;
}
.news_archive_sec .container .news_archive_nav .news_cat_list li a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 1.7rem;
  display: block;
  border-bottom: solid 0.1rem #dce1e6;
  position: relative;
}
.news_archive_sec .container .news_archive_nav .news_cat_list li a::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #16376f;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news_archive_sec .container .news_archive_nav .news_cat_list li a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.news_archive_sec .container .news_archive_nav .news_cat_list li.current a {
  pointer-events: none;
}
.news_archive_sec .container .news_archive_nav .news_cat_list li.current a::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.news_archive_sec .container .news_archive_nav .news_cat_sort {
  width: 20rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem 1rem 1.3rem 2.2rem;
  border: solid 0.1rem #dbdbdb;
  background-color: #fafafa;
  cursor: pointer;
}
.news_archive_sec .container .news_archive_list {
  margin-top: 9.3rem;
}

.wp-pagenavi_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17.6rem;
}
.wp-pagenavi_wrap .wp-pagenavi {
  padding: 0 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 1.1rem;
}
.wp-pagenavi_wrap .wp-pagenavi a,
.wp-pagenavi_wrap .wp-pagenavi span {
  width: 3.4rem;
  height: 4rem;
  font-family: roboto;
  font-size: 1.6rem;
  color: #16376f;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  border: solid 0.1rem #16376f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wp-pagenavi_wrap .wp-pagenavi a:hover,
.wp-pagenavi_wrap .wp-pagenavi span:hover {
  color: #fff;
  background-color: #16376f;
}
.wp-pagenavi_wrap .wp-pagenavi a.previouspostslink, .wp-pagenavi_wrap .wp-pagenavi a.nextpostslink,
.wp-pagenavi_wrap .wp-pagenavi span.previouspostslink,
.wp-pagenavi_wrap .wp-pagenavi span.nextpostslink {
  border-color: #d4d2d8;
  position: absolute;
  top: 0;
  right: 0;
}
.wp-pagenavi_wrap .wp-pagenavi a.previouspostslink::before, .wp-pagenavi_wrap .wp-pagenavi a.nextpostslink::before,
.wp-pagenavi_wrap .wp-pagenavi span.previouspostslink::before,
.wp-pagenavi_wrap .wp-pagenavi span.nextpostslink::before {
  content: "";
  width: 0.7rem;
  height: 1.1rem;
  background: url(../images/common/pagenavi_arrow.png) no-repeat center/contain;
  background: url(../images/common/pagenavi_arrow.svg) no-repeat center/contain;
}
.wp-pagenavi_wrap .wp-pagenavi a.nextpostslink,
.wp-pagenavi_wrap .wp-pagenavi span.nextpostslink {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.wp-pagenavi_wrap .wp-pagenavi span {
  color: #fff;
  background-color: #16376f;
  pointer-events: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** recruit
******************************************************************************
----------------------------------------------------------------------------*/
.common_archive_nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2.6666666667rem;
}
.common_archive_nav a {
  min-height: 7rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  border: solid 0.1rem #7b7b7b;
  padding: 1rem 5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_archive_nav a::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common_archive_nav a:hover {
  color: #fff;
  border-color: #16376f;
  background-color: #16376f;
}
.common_archive_nav a:hover::before {
  right: 2rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.common_archive_nav a.current {
  color: #fff;
  border-color: #16376f;
  background-color: #16376f;
  pointer-events: none;
}
.common_archive_nav a.current::before {
  display: none;
}

.recruit_archive_sec {
  padding-top: 11.3rem;
  padding-bottom: 10rem;
}
.recruit_archive_sec .container .recruit_archive_nav {
  margin-top: 5rem;
}
.recruit_archive_sec .container .recruit_archive_sub_ttl {
  margin-top: 11.2rem;
}
.recruit_archive_sec .container .recruit_archive_list {
  margin-top: 5.4rem;
}
.recruit_archive_sec .container .not_found_txt {
  text-align: center;
  margin-top: 2rem;
}

.common_recruit_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.common_recruit_list li {
  width: 100%;
}
.common_recruit_list li a {
  width: 100%;
  /* ▼ ここがポイント：DOMはSP順のまま、PCはエリア名で再配置する */
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: minmax(auto, 52rem) 42.307692307%;
  /* 左=テキスト（min-contentで詰める） / 5行目の1frが画像の余り高さを吸収 */
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content min-content min-content 1fr;
  grid-template-areas: "head   thumb" "title  thumb" "salary thumb" "tags   thumb" ".      thumb";
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border: solid 0.1rem #dce1e6;
  /* ダミー枠：色は後で調整 */
  padding: 5.9rem 7.9rem;
  background-color: #fafafa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common_recruit_list li a:hover {
  border-color: #16376f;
}
.common_recruit_list li a:hover .recruit_thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.common_recruit_list li a {
  /* 店舗バッジ ＋ エリア（横並び） */
}
.common_recruit_list li a .recruit_head {
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
  padding-top: 3.7rem;
}
.common_recruit_list li a .recruit_head .recruit_shop {
  width: 12rem;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #16376f;
  padding: 0.8rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common_recruit_list li a .recruit_head .recruit_area {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.common_recruit_list li a {
  /* タイトル（下線区切り） */
}
.common_recruit_list li a .recruit_ttl {
  grid-area: title;
  font-family: "ZenOld";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0;
  padding-bottom: 1.1rem;
  border-bottom: solid 0.1rem #737373;
  margin-top: 1.7rem;
}
.common_recruit_list li a {
  /* サムネイル（右カラムを縦にまたいで span） */
}
.common_recruit_list li a .recruit_thumb {
  aspect-ratio: 1/0.6818181818;
  grid-area: thumb;
  overflow: hidden;
}
.common_recruit_list li a .recruit_thumb picture {
  display: block;
  width: 100%;
  height: 100%;
}
.common_recruit_list li a .recruit_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.common_recruit_list li a {
  /* 給与 */
}
.common_recruit_list li a .recruit_salary {
  grid-area: salary;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #333;
  margin-top: 0.6rem;
}
.common_recruit_list li a .recruit_salary .num {
  font-family: "Roboto";
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0.5rem 0 1.4rem;
  position: relative;
  top: 0.4rem;
}
.common_recruit_list li a .recruit_salary .yen {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  top: 0.2rem;
}
.common_recruit_list li a {
  /* タグ */
}
.common_recruit_list li a .recruit_tags {
  grid-area: tags;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.common_recruit_list li a .recruit_tags li {
  width: auto;
  min-width: 10rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #a1a5ac;
  padding: 0.8rem 1.7rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** news detail
******************************************************************************
----------------------------------------------------------------------------*/
.news_detail_sec {
  padding-top: 8.1rem;
  padding-bottom: 10rem;
}
.news_detail_sec .container .news_detail_ttl {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 1.6rem;
  border-bottom: solid 0.1rem #737373;
}
.news_detail_sec .container .news_detail_meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
.news_detail_sec .container .news_detail_meta time {
  width: 12rem;
  font-family: roboto;
  font-size: 1.6rem;
  color: #16376f;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
}
.news_detail_sec .container .news_detail_meta .news_cat_list {
  width: calc(100% - 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.news_detail_sec .container .news_detail_meta .news_cat_list span {
  min-width: 16rem;
  height: 3rem;
  font-size: 1.4rem;
  color: #16376f;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e3eef3;
}
.news_detail_sec .container .news_detail_meta .news_cat_list span.shop {
  color: #fff;
  background-color: #16376f;
}
.news_detail_sec .container .news_detail_editor {
  width: 100%;
  margin-top: 4.8rem;
}
.news_detail_sec .container .news_detail_btn {
  width: 100%;
  margin-top: 12rem;
}
.news_detail_sec .container .news_detail_btn a {
  max-width: 50rem;
  height: 8rem;
  margin: 0 auto;
}

.common_editor_area {
  width: 100%;
}
.common_editor_area > *:first-child {
  margin-top: 0 !important;
}
.common_editor_area p {
  margin: 3.1rem 0 2rem;
}
.common_editor_area a {
  color: #16376f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_editor_area a:hover {
  opacity: 0.7;
}
.common_editor_area h2 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  padding-left: 1.9rem;
  position: relative;
  margin: 5rem 0 2rem;
}
.common_editor_area h2::before {
  content: "";
  width: 0.3rem;
  height: 100%;
  background-color: #16376f;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.common_editor_area ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 3rem 0;
}
.common_editor_area ul li {
  width: 100%;
  line-height: 1.625;
  padding-left: 2.6rem;
  position: relative;
}
.common_editor_area ul li::before {
  content: "";
  width: 0.9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #16376f;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.common_editor_area ol {
  width: 100%;
  list-style: none;
  counter-reset: li;
  margin: 3rem 0;
}
.common_editor_area ol li {
  width: 100%;
  padding-left: 2.8rem;
  position: relative;
  counter-increment: li;
}
.common_editor_area ol li::before {
  content: counter(li) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.common_editor_area table {
  width: 100%;
  background-color: #fafafa;
  margin: 5rem 0;
}
.common_editor_area table th {
  color: #fff;
  padding: 2rem 4rem 2.4rem;
  background-color: #16376f;
  vertical-align: middle;
}
.common_editor_area table thead {
  width: 100%;
}
.common_editor_area table thead tr {
  width: 100%;
  border-bottom: solid 0.1rem #e7e7e7;
}
.common_editor_area table thead tr :nth-child(n+2) {
  background-color: #a9abae;
  text-align: center;
}
.common_editor_area table tbody tr {
  border-bottom: solid 0.1rem #e7e7e7;
}
.common_editor_area table tbody tr:last-of-type {
  border-bottom: none;
}
.common_editor_area table tbody tr td {
  padding: 2rem 4rem 2.4rem;
}
.common_editor_area .wp-block-file {
  width: 100%;
  margin-top: 5rem;
}
.common_editor_area .wp-block-file object {
  display: none;
}
.common_editor_area .wp-block-file a {
  width: 100%;
  max-width: 38rem;
  height: 8rem;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding: 1rem 6rem 1.2rem 4rem;
  border: solid 0.1rem #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_editor_area .wp-block-file a.pdf::before {
  content: "";
  width: 2.3rem;
  height: 2.9rem;
  background: url(../images/common/pdf_icon.png) no-repeat center/contain;
  background: url(../images/common/pdf_icon.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 2.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common_editor_area .wp-block-file a.wp-block-file__button {
  display: none;
}
.common_editor_area .wp-block-file a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------
******************************************************************************
** detail
******************************************************************************
----------------------------------------------------------------------------*/
.recruit_detail_sec {
  padding-top: 8.1rem;
  padding-bottom: 15rem;
}
.recruit_detail_sec .container .recruit_detail_ttl {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 1.6rem;
  border-bottom: solid 0.1rem #737373;
}
.recruit_detail_sec .container .recruit_detail_area {
  width: 100%;
  margin-top: 1.9rem;
}
.recruit_detail_sec .container .recruit_detail_btn {
  margin-top: 5rem;
}
.recruit_detail_sec .container .recruit_detail_block {
  width: 100%;
  margin-top: 9.2rem;
  margin-bottom: 8rem;
}
.recruit_detail_sec .container .recruit_detail_block .detail_block_ttl {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
.recruit_detail_sec .container .recruit_detail_block .detail_block_ttl:first-of-type {
  margin-top: 0;
}
.recruit_detail_sec .container .recruit_detail_block .detail_block_txt {
  margin-top: 1.3rem;
}
.recruit_detail_sec .container .recruit_detail_block .detail_block_thumb_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6666666667rem;
  margin-top: 7rem;
}
.recruit_detail_sec .container .recruit_detail_block .detail_block_thumb_list li {
  aspect-ratio: 1/0.7142857143;
}

.recruit_detail_btn {
  width: 100%;
}
.recruit_detail_btn a {
  width: 100%;
  max-width: 50rem;
  height: 8rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.05em;
  padding: 1rem 1rem 1rem 2.7rem;
  background-color: #958132;
  border: solid 0.1rem #958132;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
}
.recruit_detail_btn a::before {
  content: "";
  width: 2.4rem;
  height: 1.9rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.recruit_detail_btn a:hover {
  color: #fff;
  border-color: #16376f;
  background-color: #16376f;
}
.recruit_detail_btn a:hover::before {
  right: 2rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.recruit_outline_sec {
  padding-top: 14.2rem;
  padding-bottom: 12rem;
  background-color: #f7f9fa;
}
.recruit_outline_sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2rem;
}
.recruit_outline_sec .container .recruit_detail_btn {
  margin-top: 3rem;
}
.recruit_outline_sec .container .recruit_outline_block {
  width: 100%;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_ttl {
  margin-bottom: 1.8rem;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_list {
  width: 100%;
  line-height: 2;
  margin-top: 2.2rem;
  margin-bottom: 0.6rem;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_list li {
  width: 100%;
  padding-left: 2.6rem;
  position: relative;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_list li::before {
  content: "";
  width: 0.9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #16376f;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_dl {
  width: 100%;
  display: grid;
  grid-template-columns: 26rem auto;
  margin-top: 3.1rem;
  margin-bottom: 0.8rem;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_dl dt {
  font-weight: 500;
  padding: 2.1rem 2rem 2.2rem 4rem;
  border-bottom: solid 0.1rem #e7e7e7;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_dl dd {
  padding: 2.1rem 2rem 2.2rem 2.8rem;
  border-bottom: solid 0.1rem #e7e7e7;
  word-break: break-all;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_dl dd a {
  color: #16376f;
  text-decoration: underline;
  display: inline-block;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_dl dd .recruit_outline_list {
  margin: 0;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_dl dd .recruit_outline_map {
  color: #16376f;
  display: inline-block;
  text-decoration: underline;
  padding-left: 2.1rem;
  position: relative;
}
.recruit_outline_sec .container .recruit_outline_block .recruit_outline_dl dd .recruit_outline_map::before {
  content: "";
  width: 1.4rem;
  height: 2.1rem;
  background: url(../images/common/gmap_icon.png) no-repeat center/contain;
  background: url(../images/common/gmap_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 1.2rem;
  left: 0;
}

.common_ttl05 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 1.4rem;
  border-bottom: solid 0.1rem #333;
}

/*----------------------------------------------------------------------------
******************************************************************************
** shop archive
******************************************************************************
----------------------------------------------------------------------------*/
.shop_archive_sec {
  padding-top: 11.3rem;
  padding-bottom: 9.4rem;
}
.shop_archive_sec .container .shop_archive_nav {
  grid-template-columns: repeat(2, minmax(auto, 28rem));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  margin-bottom: 8.6rem;
}
.shop_archive_sec .container .shop_archive_nav a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.shop_archive_sec .container .shop_archive_nav a:hover::before {
  top: calc(50% + 1rem);
  right: 3rem;
}
.shop_archive_sec .container .shop_archive_block {
  width: 100%;
  margin-top: 8rem;
}
.shop_archive_sec .container .shop_archive_block .shop_archive_business_name {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 2.1rem;
  border-bottom: solid 0.1rem #333;
}
.shop_archive_sec .container .shop_archive_block .shop_archive_shop_list {
  width: 100%;
  margin-top: 5rem;
}

.common_shop_lisst {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 4rem;
  gap: 5.333333rem;
}
.common_shop_lisst li a {
  width: 100%;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_shop_lisst li a .shop_archive_shop_thumb {
  width: 100%;
  aspect-ratio: 1/0.75;
}
.common_shop_lisst li a .shop_archive_shop_name {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-right: 3rem;
  margin-top: 1.4rem;
  position: relative;
}
.common_shop_lisst li a .shop_archive_shop_name::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0.7rem;
  right: 0;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common_shop_lisst li a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------
******************************************************************************
** detail
******************************************************************************
----------------------------------------------------------------------------*/
.shop_detail_sec {
  padding-top: 8.1rem;
  padding-bottom: 10rem;
}
.shop_detail_sec .container .shop_detail_ttl {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 1.6rem;
  border-bottom: solid 0.1rem #737373;
}
.shop_detail_sec .container .shop_detail_cat_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
.shop_detail_sec .container .shop_detail_cat_list span {
  min-width: 16rem;
  height: 3rem;
  font-size: 1.4rem;
  color: #16376f;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e3eef3;
}
.shop_detail_sec .container .shop_detail_about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
.shop_detail_sec .container .shop_detail_about .shop_detail_thumb {
  width: 50%;
}
.shop_detail_sec .container .shop_detail_about .shop_detail_desc {
  width: calc(100% - (50% + 3rem));
  max-width: 54rem;
  padding-top: 1.8rem;
}
.shop_detail_sec .container .shop_detail_meta {
  width: 100%;
  margin-top: 9.1rem;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_txt {
  width: calc(100% - (46.666666666% + 3rem));
  padding-top: 4.5rem;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_txt .shop_detail_meta_list {
  width: 100%;
  margin-top: 1.7rem;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_txt .shop_detail_meta_list dt {
  font-weight: 700;
  margin-top: 1.7rem;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_txt .shop_detail_meta_list dt:first-of-type {
  margin-top: 0;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_txt .shop_detail_meta_list dd a {
  color: #16376f;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_txt .shop_detail_meta_list dd a:hover {
  opacity: 0.7;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_map {
  width: 46.666666666%;
  aspect-ratio: 1/0.6785714286;
  background-color: #ccc;
}
.shop_detail_sec .container .shop_detail_meta .shop_detail_meta_body .shop_detail_meta_map iframe {
  vertical-align: bottom;
}
.shop_detail_sec .container .shop_detail_news {
  width: 100%;
  margin-top: 9.1rem;
}
.shop_detail_sec .container .shop_detail_news .shop_detail_news_list {
  margin-top: 5rem;
  border-top: none;
}
.shop_detail_sec .container .shop_detail_recruit {
  width: 100%;
  margin-top: 9.3rem;
}
.shop_detail_sec .container .shop_detail_recruit .shop_detail_recruit_list {
  margin-top: 6rem;
}
.shop_detail_sec .container .shop_detail_btn {
  margin-top: 12rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** company
******************************************************************************
----------------------------------------------------------------------------*/
.company_sec {
  padding-top: 11.3rem;
  padding-bottom: 14.6rem;
}
.company_sec .container .company_overview .company_overview_list {
  width: 100%;
  display: grid;
  grid-template-columns: 26rem auto;
  margin-top: 5rem;
}
.company_sec .container .company_overview .company_overview_list dt {
  font-weight: 500;
  padding: 2.1rem 2rem 2.2rem 38.461538461%;
  border-bottom: solid 0.1rem #e7e7e7;
}
.company_sec .container .company_overview .company_overview_list dd {
  padding: 2.1rem 2rem 2.2rem 8.8rem;
  border-bottom: solid 0.1rem #e7e7e7;
}
.company_sec .container .company_overview .company_overview_list dd ol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
  counter-reset: li;
}
.company_sec .container .company_overview .company_overview_list dd ol li {
  padding-left: 2.8rem;
  line-height: 1.625;
  position: relative;
  counter-increment: li;
}
.company_sec .container .company_overview .company_overview_list dd ol li::before {
  content: counter(li) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.company_sec .container .company_reskilling {
  width: 100%;
  margin-top: 14rem;
}
.company_sec .container .company_reskilling .company_reskilling_txt {
  text-align: center;
  margin-top: 3.8rem;
}
.company_sec .container .company_reskilling .company_reskilling_data {
  text-align: right;
  margin-top: 0.4rem;
}
.company_sec .container .company_reskilling .company_reskilling_btn {
  margin-top: 2.9rem;
}
.company_sec .container .company_officer {
  width: 100%;
  margin-top: 14rem;
}
.company_sec .container .company_officer .company_officer_list {
  margin-top: 5rem;
}
.company_sec .container .company_group {
  width: 100%;
  margin-top: 14rem;
}
.company_sec .container .company_group .company_group_list {
  margin-top: 5rem;
}
.company_sec .container .company_group .company_group_list .company_group_date {
  display: inline-block;
  margin-left: 3.4rem;
}
.company_sec .container .company_chart {
  width: 100%;
  margin-top: 14rem;
}
.company_sec .container .company_chart .company_chart_sub_ttl {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5.3rem;
}
.company_sec .container .company_chart .company_chart_img {
  margin-top: 5.5rem;
}
.company_sec .container .company_access {
  width: 100%;
  margin-top: 14rem;
}
.company_sec .container .company_access .company_access_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
}
.company_sec .container .company_access .company_access_body .company_access_meta_txt {
  width: calc(100% - (55% + 3rem));
  padding-top: 1.8rem;
}
.company_sec .container .company_access .company_access_body .company_access_meta_txt .company_access_meta_time {
  margin-top: 1.7rem;
}
.company_sec .container .company_access .company_access_body .company_access_map {
  width: 55%;
  aspect-ratio: 1/0.6060606061;
  background-color: #ccc;
}

.common_list01 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: 40rem auto;
  background-color: #fafafa;
}
.common_list01 dt {
  min-height: 8.1rem;
  color: #fff;
  padding: 2.6rem 4rem;
  background-color: #16376f;
  border-bottom: solid 0.1rem #e7e7e7;
}
.common_list01 dt:last-of-type {
  border-bottom: none;
}
.common_list01 dd {
  min-height: 8.1rem;
  padding: 2.6rem 4rem;
  background-color: #fafafa;
  border-bottom: solid 0.1rem #e7e7e7;
}
.common_list01 dd:last-of-type {
  border-bottom: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** about
******************************************************************************
----------------------------------------------------------------------------*/
.about_sec {
  padding-top: 11.1rem;
  padding-bottom: 15rem;
}
.about_sec .container .about_ttl {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
}
.about_sec .container .about_ttl span {
  letter-spacing: -0.05em;
}
.about_sec .container .about_txt {
  margin-top: 3.6rem;
}
.about_sec .container .about_vision {
  width: 100%;
  margin-top: 13.5rem;
}
.about_sec .container .about_vision .about_vision_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.8rem;
}
.about_sec .container .about_vision .about_vision_body .about_vision_sub_ttl {
  width: 35.833333333%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.9090909091;
  letter-spacing: 0.05em;
  padding-top: 2rem;
}
.about_sec .container .about_vision .about_vision_body .about_vision_txt {
  width: calc(100% - (35.833333333% + 3rem));
  max-width: 70rem;
}
.about_sec .container .about_message {
  width: 100%;
  margin-top: 15rem;
}
.about_sec .container .about_message .about_message_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 8rem;
}
.about_sec .container .about_message .about_message_col .about_message_col_inner {
  width: calc(100% - (45% + 3rem));
  max-width: 60rem;
}
.about_sec .container .about_message .about_message_col .about_message_col_inner .about_message_col_ttl {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 2.4rem;
  line-height: 1.6666666666;
  letter-spacing: 0.05em;
}
.about_sec .container .about_message .about_message_col .about_message_col_inner .about_message_col_txt {
  width: 100%;
  margin-top: 2.3rem;
}
.about_sec .container .about_message .about_message_col .about_message_col_inner .about_message_col_photo {
  width: 45%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about_sec .container .about_message .about_message_col .about_message_col_inner .about_message_col_photo figcaption {
  margin-top: 3rem;
}
.about_sec .container .about_message .about_message_col .about_message_col_inner.no-image {
  width: 100%;
  max-width: none;
  max-width: auto;
}
.about_sec .container .about_message .about_message_col .about_message_col_inner.no-image .about_message_col_photo {
  width: 100%;
  text-align: right;
  position: static;
  margin-top: 2rem;
}
.about_sec .container .about_message .about_message_col .about_message_col_inner.no-image .about_message_col_photo > picture {
  display: none;
}
.about_sec .container .about_business {
  width: 100%;
  margin-top: 13.8rem;
}
.about_sec .container .about_business .about_business_txt {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5.3rem;
}
.about_sec .container .about_business .about_business_list {
  width: 100%;
  max-width: 110rem;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(3, minmax(auto, 30rem));
  gap: 2rem;
  margin: 5.5rem auto 0;
}
.about_sec .container .about_business .about_business_list li .about_business_list_img {
  width: 100%;
  max-width: 26.4rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.about_sec .container .about_business .about_business_list li .about_business_list_ttl {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.9rem;
}
.about_sec .container .about_business .about_business_list li .about_business_list_txt {
  line-height: 2.25;
  text-align: center;
  margin-top: 1.3rem;
}
.about_sec .container .about_business .about_business_closing {
  width: 100%;
  text-align: center;
  margin-top: 6.9rem;
}
.about_sec .container .about_promise {
  width: 100%;
  margin-top: 13.2rem;
}
.about_sec .container .about_promise .about_promise_list {
  margin-top: 6rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** story
******************************************************************************
----------------------------------------------------------------------------*/
.story_sec {
  padding-top: 9.3rem;
  padding-bottom: 15rem;
}
.story_sec .container .story_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.story_sec .container .story_col .story_col_inner {
  width: calc(100% - (50% + 3rem));
  max-width: 52rem;
  padding-bottom: 1.6rem;
}
.story_sec .container .story_col .story_col_inner .story_col_ttl {
  width: 100%;
  font-family: "ZenOld";
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
}
.story_sec .container .story_col .story_col_inner .story_col_photo {
  width: 51.666666666%;
  aspect-ratio: 1/0.7419354839;
  position: absolute;
  top: 0;
  right: 0;
}
.story_sec .container .story_col .story_col_inner .story_col_txt {
  margin-top: 3.3rem;
}

.story_ecosystem_sec {
  padding-top: 14rem;
  padding-bottom: 15rem;
  background-color: #f7f9fa;
}
.story_ecosystem_sec .container .story_ecosystem_txt {
  margin-top: 3.8rem;
}
.story_ecosystem_sec .container .story_ecosystem_list {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 7rem;
}
.story_ecosystem_sec .container .story_ecosystem_list .service_box a {
  padding-top: calc(57.894736842% + 2.2rem);
  padding-bottom: 3.8rem;
}
.story_ecosystem_sec .container .story_ecosystem_list .service_box a::before {
  right: 3rem;
  bottom: 2.2rem;
}
.story_ecosystem_sec .container .story_ecosystem_list .service_box a:hover::before {
  right: 2rem;
}
.story_ecosystem_sec .container .story_ecosystem_list .service_box a .service_img {
  aspect-ratio: 1/0.5789473684;
}

.story_partners_sec {
  padding-top: 11rem;
  padding-bottom: 15rem;
}
.story_partners_sec .container .story_partners_txt {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1111111111;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3.6rem;
}
.story_partners_sec .container .story_partners_target_list {
  width: 100%;
  margin-top: 6.7rem;
}
.story_partners_sec .container .story_partners_target_list .story_partners_target {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.8rem;
  padding-bottom: 4.1rem;
  border-bottom: solid 0.1rem #e7e7e7;
}
.story_partners_sec .container .story_partners_target_list .story_partners_target .story_partners_sub_ttl {
  width: 35.833333333%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.9090909091;
  letter-spacing: 0.05em;
}
.story_partners_sec .container .story_partners_target_list .story_partners_target .story_partners_sub_txt {
  width: calc(100% - (35.833333333% + 3rem));
  max-width: 70rem;
}
.story_partners_sec .container .story_partners_step_ttl {
  margin-top: 14rem;
}
.story_partners_sec .container .story_partners_step_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  counter-reset: common_num;
  margin-top: 6rem;
}
.story_partners_sec .container .story_partners_step_list .story_partners_step_item {
  width: 100%;
  min-height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fafafa;
  padding: 2rem 5.7rem 2.2rem;
  border: solid 0.1rem #dce1e6;
  counter-increment: step_num;
}
.story_partners_sec .container .story_partners_step_list .story_partners_step_item .story_partners_step_sub_ttl {
  width: 40rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-left: 5.4rem;
  padding-right: 2rem;
  position: relative;
}
.story_partners_sec .container .story_partners_step_list .story_partners_step_item .story_partners_step_sub_ttl::before {
  content: counter(step_num, decimal-leading-zero);
  font-family: "Garamond";
  font-size: 2.8rem;
  color: #958132;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.story_partners_sec .container .story_partners_step_list .story_partners_step_item .story_partners_step_sub_txt {
  width: calc(100% - 42rem);
  max-width: 62.2rem;
}

.story_csr_sdgs_sec {
  padding-top: 11rem;
  padding-bottom: 15rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_declaration {
  width: 100%;
  border: solid 0.1rem #16376f;
  padding: 5rem 3rem 6rem;
  background-color: #f7f9fa;
  margin-top: 7rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_declaration .story_csr_sdgs_declaration_ttl {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_declaration .story_csr_sdgs_declaration_txt {
  text-align: center;
  margin-top: 2.1rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_theme {
  width: 100%;
  margin-top: 13.9rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_theme_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_theme_list .story_csr_sdgs_theme_item {
  width: calc((100% - 2rem) / 3);
  max-width: 38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem 4rem 4.4rem;
  border: solid 0.1rem #dce1e6;
  background-color: #fafafa;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_theme_list .story_csr_sdgs_theme_item .story_csr_sdgs_theme_en {
  font-family: "Garamond";
  font-size: 2.4rem;
  color: #958132;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_theme_list .story_csr_sdgs_theme_item .story_csr_sdgs_theme_sub_ttl {
  width: 100%;
  min-height: 6.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 2.5rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_theme_list .story_csr_sdgs_theme_item .story_csr_sdgs_theme_sub_txt {
  margin-top: 2rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_theme_list .story_csr_sdgs_theme_item .story_csr_sdgs_theme_icon_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: auto;
  padding-top: 2.5rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance {
  width: 100%;
  margin-top: 14.1rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance .story_csr_sdgs_governance_txt {
  margin-top: 3.8rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance .story_csr_sdgs_governance_list {
  width: 100%;
  margin-top: 5.2rem;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance .story_csr_sdgs_governance_list li {
  width: 100%;
  cursor: pointer;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance .story_csr_sdgs_governance_list li .story_csr_sdgs_governance_sub_ttl {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding: 2.6rem 7rem 2.7rem 5rem;
  border-bottom: solid 0.1rem #e7e7e7;
  position: relative;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance .story_csr_sdgs_governance_list li .story_csr_sdgs_governance_sub_ttl::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 5rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance .story_csr_sdgs_governance_list li .story_csr_sdgs_governance_body {
  width: 100%;
  background-color: #fafafa;
  padding: 3.7rem 5rem 4.5rem;
  border-bottom: solid 0.1rem #e7e7e7;
  display: none;
}
.story_csr_sdgs_sec .container .story_csr_sdgs_governance .story_csr_sdgs_governance_list li.open .story_csr_sdgs_governance_sub_ttl::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.story_case_index_sec {
  padding-top: 9.4rem;
  padding-bottom: 12rem;
}
.story_case_index_sec .container .story_case_index {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 2rem 6.4rem;
  background-color: #f7f9fa;
}
.story_case_index_sec .container .story_case_index .story_case_index_ttl {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
}
.story_case_index_sec .container .story_case_index .story_case_index_list {
  width: 100%;
  max-width: 98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  margin-top: 3.1rem;
}
.story_case_index_sec .container .story_case_index .story_case_index_list li {
  width: 100%;
}
.story_case_index_sec .container .story_case_index .story_case_index_list li a {
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  color: #16376f;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.story_case_index_sec .container .story_case_index .story_case_index_list li a:hover {
  opacity: 0.7;
}
.story_case_index_sec .container .story_case_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  margin-top: 11.8rem;
}
.story_case_index_sec .container .story_case_list .story_case_item {
  width: 100%;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_label {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.8rem 1.3rem 1.2rem;
  background-color: #16376f;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_ttl {
  width: 100%;
  font-family: YakuHanMP, "ZenOld";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.05em;
  padding-bottom: 1.1rem;
  border-bottom: solid 0.1rem #737373;
  margin-top: 0.8rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_name {
  width: 100%;
  margin-top: 5.7rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 5.2rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list .story_case_block {
  width: 100%;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list .story_case_block .story_case_sub_ttl {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 2.6rem;
  position: relative;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list .story_case_block .story_case_sub_ttl::before {
  content: "";
  width: 1.1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #16376f;
  position: absolute;
  top: 1.4rem;
  left: 0.1rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list .story_case_block .story_case_sub_list {
  width: 100%;
  list-style: none;
  counter-reset: li;
  margin-top: 1rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list .story_case_block .story_case_sub_list li {
  width: 100%;
  padding-left: 2.8rem;
  position: relative;
  counter-increment: li;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list .story_case_block .story_case_sub_list li::before {
  content: counter(li) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_block_list .story_case_block .story_case_sub_txt {
  margin-top: 1.2rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_result {
  width: 100%;
  display: grid;
  grid-template-columns: 15rem auto;
  border: solid 0.1rem #dce1e6;
  padding: 5.6rem 7.8rem 5.4rem;
  background-color: #fafafa;
  margin-top: 6.3rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_result dt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 1rem;
}
.story_case_index_sec .container .story_case_list .story_case_item .story_case_result dd {
  padding-left: 6.1rem;
}
.story_case_index_sec .container .story_case_btn {
  margin-top: 10rem;
}

.common_ttl06 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  padding-left: 1.9rem;
  position: relative;
}
.common_ttl06::before {
  content: "";
  width: 0.3rem;
  height: 100%;
  background-color: #16376f;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** privacy
******************************************************************************
----------------------------------------------------------------------------*/
.privacy_sec {
  padding-top: 9.4rem;
  padding-bottom: 12rem;
}
.privacy_sec .container .privacy_block {
  margin-top: 3rem;
}
.privacy_sec .container .privacy_block .privacy_txt {
  margin-top: 2rem;
}
.privacy_sec .container .privacy_block .privacy_dl {
  margin-top: 2rem;
}
.privacy_sec .container .privacy_block .privacy_dl dt,
.privacy_sec .container .privacy_block .privacy_dl dd {
  padding: 2rem;
  min-height: auto;
  min-height: initial;
}
.privacy_sec .container .privacy_date {
  text-align: right;
  margin-top: 1rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** contact
******************************************************************************
----------------------------------------------------------------------------*/
.contact_sec {
  padding-top: 12rem;
  padding-bottom: 10rem;
}
.contact_sec .container {
  max-width: 100rem;
}
.contact_sec .container .contact_preparing_txt {
  text-align: center;
  margin-top: 3rem;
}
.contact_sec .container .contact_preparing_btn {
  margin-top: 5rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 404
******************************************************************************
----------------------------------------------------------------------------*/
.not_found_sec {
  padding-top: 20rem;
  padding-bottom: 10rem;
}
.not_found_sec .container {
  max-width: 100rem;
}
.not_found_sec .container .not_found_txt01 {
  text-align: center;
  margin-top: 3rem;
}
.not_found_sec .container .not_found_btn01 {
  margin-top: 5rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.common_navi_sec {
  padding-top: 11.2rem;
  padding-bottom: 12rem;
  background-color: #f7f9fa;
}
.common_navi_sec .container .navi_ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
}
.common_navi_sec .container .navi_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 5.4rem;
}
.common_navi_sec .container .navi_list a {
  height: 10rem;
  padding: 1rem 6rem;
  border: solid 0.1rem #16376f;
  background-color: #16376f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_navi_sec .container .navi_list a::before {
  content: "";
  width: 1.6rem;
  height: 1.3rem;
  background: url(../images/common/common_arrow.png) no-repeat center/contain;
  background: url(../images/common/common_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_navi_sec .container .navi_list a span {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  position: relative;
}
.common_navi_sec .container .navi_list a span.business {
  padding-left: 3.6rem;
}
.common_navi_sec .container .navi_list a span.business::before {
  content: "";
  width: 2.2rem;
  height: 2.5rem;
  background: url(../images/common/business_icon.png) no-repeat center/contain;
  background: url(../images/common/business_icon.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_navi_sec .container .navi_list a span.service {
  padding-left: 2.5rem;
}
.common_navi_sec .container .navi_list a span.service::before {
  content: "";
  width: 2.7rem;
  height: 2.6rem;
  background: url(../images/common/service_icon.png) no-repeat center/contain;
  background: url(../images/common/service_icon.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 0.4rem);
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_navi_sec .container .navi_list a span.story {
  padding-left: 4.1rem;
}
.common_navi_sec .container .navi_list a span.story::before {
  content: "";
  width: 3.2rem;
  height: 2.4rem;
  background: url(../images/common/story_icon.png) no-repeat center/contain;
  background: url(../images/common/story_icon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_navi_sec .container .navi_list a:hover {
  background-color: #fff;
}
.common_navi_sec .container .navi_list a:hover::before {
  -webkit-filter: none;
          filter: none;
  right: 2rem;
}
.common_navi_sec .container .navi_list a:hover span {
  color: #16376f;
}
.common_navi_sec .container .navi_list a:hover span::before {
  -webkit-filter: none;
          filter: none;
}

.common_contact_sec {
  padding-top: 2.5rem;
  padding-bottom: 8.5rem;
  background-color: #16376f;
}
.common_contact_sec .container .contact_ttl {
  width: 100%;
  font-family: Garamond;
  font-size: 14.4rem;
  color: #1a4794;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
}
.common_contact_sec .container .contact_txt {
  width: 100%;
  font-family: "ZenOld";
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0em;
  text-align: center;
  margin-top: -5rem;
}
.common_contact_sec .container .contact_btn {
  width: 100%;
  margin-top: 4.1rem;
}
.common_contact_sec .container .contact_btn a {
  width: 100%;
  max-width: 51rem;
  height: 9rem;
  border: solid 0.1rem #fff;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
}
.common_contact_sec .container .contact_btn a span {
  font-size: 2rem;
  color: #16376f;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 4.6rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_contact_sec .container .contact_btn a span::before {
  content: "";
  width: 2.8rem;
  aspect-ratio: 1/0.7142857143;
  background: url(../images/common/mail_icon02.png) no-repeat center/contain;
  background: url(../images/common/mail_icon02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.common_contact_sec .container .contact_btn a:hover {
  background-color: #16376f;
}
.common_contact_sec .container .contact_btn a:hover span {
  color: #fff;
}
.common_contact_sec .container .contact_btn a:hover span::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ft {
  width: 100%;
  padding: 0;
}
.ft .container {
  max-width: none;
}
.ft .container .ft_wrap {
  width: 100%;
  padding: 6rem 2rem 4rem;
  text-align: center;
}
.ft .container .ft_wrap .ft_logo {
  width: 12.4rem;
  display: inline-block;
}
.ft .container .ft_wrap .ft_link_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 2.6rem;
}
.ft .container .ft_wrap .ft_link_list a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ft .container .ft_wrap .ft_link_list a:hover {
  opacity: 0.7;
}
.ft .container .copyright {
  width: 100%;
  height: 6rem;
  font-family: Garamond;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #16376f;
  padding: 2rem;
}

.pagetop {
  width: 5rem;
  height: 5rem;
  background-color: #000;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.pagetop::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -14.65%) rotate(-45deg);
          transform: translate(-50%, -14.65%) rotate(-45deg);
  /**45degの中央揃え**/
  /**45deg=141.4%**/
  /**75% 斜めなので 半分の半分**/
  /**41.4%の半分20.7%の半分50%(斜めによって生じた%なので斜め計算(75%)ではなく半分(50%)) = 10.35%**/
  /**75% + 10.35% = 85.35% **/
}
.pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
.pagetop.show:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*privacy_policy
------------------------------------------*/
.privacy_list {
  width: 100%;
  list-style: none;
  counter-reset: li;
  margin: 3rem 0;
}
.privacy_list li {
  width: 100%;
  padding-left: 2.8rem;
  position: relative;
  counter-increment: li;
}
.privacy_list li::before {
  content: counter(li) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

/**webp非対応デバイス用class
.no-webp {

}
**/
/**background webp
background: image-set(url(../webp) 1x, url(../@2x.webp) 2x) no-repeat center / cover;
**/
/**IE用css
@media all and (-ms-high-contrast: none) {

}
**//*# sourceMappingURL=pc.css.map */