@charset "utf-8";
/*==================================
common
==================================*/
html {
  font-size: 62.5%;
  /*scroll-behavior: smooth;*/
  scroll-padding-top: 74px;
}
body {
  font-family: "Yu Gothic",
    "Yu Gothic Medium",
    "YuGothic",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Meiryo",
    sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
  min-width: 1300px;
  -webkit-text-size-adjust: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}
.wrapper {
  flex-flow: column;
  display: flex;
  margin: auto;
  max-width: 100%;
  min-height: 100vh;
  position: relative;
}
a {
  text-decoration: inherit;
  /*color:#FCEA73;*/
  color: #333333;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
p {
  margin-bottom: 1em
}
p:last-child {
  margin-bottom: 0
}
/* heading 
----------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.6;
}
.heading {
  color: #728d9c;
}
.heading .ttl--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.heading .ttl--jp {
  display: block;
  font-size: 2.4rem;
}
.bg-text {
  font-family: "Cormorant Garamond", serif;
  color: #f1f5f7;
  font-size: 15.9rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* font
----------------------------------*/
.ff-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ff-Garamond {
  font-family: "Cormorant Garamond", serif;
}
/* ----------------------------------
INNER
---------------------------------- */
.inner-xl {
  max-width: 1280px;
  margin: 0 auto;
}
.inner-l {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 28px;
}
@media only screen and (max-width: 1280px) {
  .inner-xl {
    padding: 0 24px
  }
}
/* ----------------------------------
HEADER
---------------------------------- */
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header_wrap {
  background: #fff;
  height: 74px;
  position: fixed;
  z-index: 80;
  width: 100%;
}
.header_logo {
  padding: 13px 0
}
.header_logo img {
  vertical-align: baseline
}
.header_nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.header_nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.header_nav-list .item a {
  letter-spacing: 0.1em;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header_nav-list .item:last-child {
  letter-spacing: 0.025em;
}
.header_nav-list .item:last-child .nav-btn_mail {
  width: 30px;
  height: auto;
  margin-right: 5px;
  vertical-align: text-bottom
}
.header_nav-list .item a.nav-btn {
  /*background: linear-gradient(90deg,#9bb2c8 0.85%, #92afc5 4.74%, #73a5bb 21.14%, #5b9eb3 38.32%, #4a99ae 56.42%, #4096ab 76.05%, #3d95aa 100%);*/
  background: linear-gradient(120deg, #9bb2c8 0%, #3d95aa 50%, #9bb2c8 100%);
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 74px;
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_nav-list .item a.nav-btn:hover {
  background-position: 99% 50%;
  opacity: 1;
}
@media only screen and (max-width: 1080px) {
  .header_logo img {
    width: 15vw;
  }
  .header_nav-list {
    gap: 24px;
  }
  .header_nav-list .item a {
    font-size: 1.4rem;
  }
  .header_nav-list .item a.nav-btn {
    width: 190px;
    height: 74px;
  }
}
/* ドロップダウンメニュー */
.header_nav-list .dropdown {
  position: relative
}
.icon_arrowlv1 {
  display: inline-block;
  margin-left: 5px;
  width: 9.7px;
  height: auto;
  vertical-align: middle;
}
.icon_arrowlv2 {
  display: inline-block;
  margin-left: 11px;
  width: 6px;
  margin-bottom: 4px;
  height: auto;
  vertical-align: middle
}
.nav-list_lv2 {
  display: none;
  background: #fff;
  width: 231px;
  padding: 20px 0;
  position: absolute;
  top: 74px;
  left: -20px;
  text-align: left
}
.header_nav-list .item:hover .nav-list_lv2 {
  display: block;
  text-align: left
}
.header_nav-list .item .item_lv2 {
  background: #fff;
  display: block;
  transition: all .3s;
  position: relative;
}
.header_nav-list .item .item_lv2 a {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  justify-content: flex-start;
  text-decoration: none;
  position: relative;
}
/* ホバーアニメーション（アンダーライン） */
.header_nav-list .line {
  position: relative;
}
.header_nav-list .line::before {
  background: #00a0c6;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header_nav-list .line:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.container {
  padding-top: 74px;
}
/* ----------------------------------
INDEX
---------------------------------- */
/* MV */
.mv {
  height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/img_main-visual.png);
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  background-size: cover;
}
.mv_wrap {
  margin: 0 auto;
  min-width: 1280px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .mv_wrap {
    padding: 0 20px;
  }
}
/* top-about */
.top-about {
  padding: 140px 0 115px;
}
.top-about_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-about .bg-text {
  position: absolute;
  top: -148px;
  left: -165px;
  z-index: -1
}
.top-about_text {
  padding: 0 40px 0 128px;
}
.top-about_text .heading, .top-business_text .heading, .top-news_wrap .heading, .top-outsourcing .heading {
  line-height: 1;
  position: relative;
}
.top-about_text .heading::before, .top-business_text .heading::before, .top-news_wrap .heading::before, .top-outsourcing_text .heading::before {
  content: "";
  background-color: #728d9c;
  display: inline-block;
  width: 116px;
  height: 2px;
  margin-right: 12px;
  position: absolute;
  top: 50%;
  left: -128px;
  transform: translateY(-50%);
}
.top-business_text .heading::before, .top-news_wrap .heading::before, .top-outsourcing_text .heading::before {
  top: 60%;
  left: -128px;
  transform: translateY(-50%);
}
.top-about_text .ttl--en {}
.top-about_lead {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.34;
  margin-top: 30px;
  margin-bottom: 30px;
}
.top-about_text p {
  font-size: 2.2rem;
  line-height: 1.68;
}
.top-about_image {
  margin-top: 172px;
}
@media only screen and (max-width: 1280px) {
  .top-about .bg-text {
    left: 0;
  }
}
/*top-business*/
.top-business {
  background: #f1f5f7;
  border-radius: 130px 0 0 0;
  padding: 80px 0 96px;
}
.top-business_wrap {
  position: relative;
}
.top-business .bg-text {
  letter-spacing: 0em;
  position: absolute;
  top: -270px;
  left: -165px;
  z-index: -1
}
.top-business_text {
  padding: 0 40px 40px 128px;
}
.top-business_text .heading {
  margin-bottom: 1em
}
.top-business_text .ttl--en {
  line-height: 1;
}
.top-business_text .ttl--jp {
  font-size: 2.4rem;
  line-height: 1;
}
.top-business_text p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.business_image {
  display: flex;
}
.business_links {
  overflow: hidden;
  position: relative;
  width: 256px;
  height: 520px;
  cursor: pointer;
  display: inline-block;
}
.business_links::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 3px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.business_links:hover {
  opacity: 1;
}
.business_links-img {
  width: 256px;
  height: 520px;
  position: relative;
  z-index: 0;
  transition: .3s ease-in-out;
}
.business_links-img.energy {
  background: url('../img/img_business_energy.png') center center / cover no-repeat;
}
.business_links-img.food {
  background: url('../img/img_business_food.png') center center / cover no-repeat;
}
.business_links-img.fitness {
  background: url('../img/img_business_fitness.png') center center / cover no-repeat;
}
.business_links-img.leisure {
  background: url('../img/img_business_leisure.png') center center / cover no-repeat;
}
.business_links-img.insurance {
  background: url('../img/img_business_insurance.png') center center / cover no-repeat;
}
.business_links-img.reuse {
  background: url('../img/img_business_reuse.png') center center / cover no-repeat;
}
.business_links-img:hover {
  transform: scale(1.2);
}
.business_links-img::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.business_links-ttl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.business_links-ttl--en, .business_links-ttl--jp {
  color: #fff;
  display: block;
  text-align: center
}
.business_links-ttl--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}
.business_links-ttl--jp {
  font-size: 1.8rem;
}
.top-business .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.top-business .more-btn {
  width: 192px;
  padding-left: 62px;
}
@media only screen and (max-width: 1280px) {
  .top-business .bg-text {
    left: 0;
  }
}
/*top-news*/
.top-news {
  margin-bottom: -50px;
  padding: 164px 0 0;
}
.top-news_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.top-news .bg-text {
  position: absolute;
  top: -126px;
  left: -165px;
  z-index: -1
}
.top-news_heading {
  padding: 0 40px 0 128px;
}
.top-news_heading .heading {
  margin-bottom: 1em;
}
.top-news_heading .ttl--jp {}
.top-news_heading .ttl--en {}
.top-news_text {
  margin-top: 30px;
  padding-right: 128px;
  padding-bottom: 30px;
  width: 872px
}
.top-news .more-btn {
  width: 200px;
  padding-left: 40px;
}
.top-news_list {}
.top-news_list .item {
  border-bottom: 2px solid #e6e6e6
}
.top-news_list .item:first-child {
  border-top: 2px solid #e6e6e6
}
.top-news_list .item a {
  display: flex;
  font-size: 1.8rem;
  padding: 22px;
  align-items: flex-start;
}
.top-news_list .date {
  display: inline-block;
  margin-right: 32px;
  width: 120px;
  flex-shrink: 0;
}
.top-news_list p {
  flex-grow: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1280px) {
  .top-news .bg-text {
    left: 0;
  }
  .top-news_heading .heading {
    padding: 0 0 0 0;
    width: 230px;
  }
  .top-news_text {
    padding-right: 0;
    width: 748px;
  }
}
/*top-service*/
.top-service {
  background-image: url("../img/img_bg_service.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  width: 100%;
  margin: 0;
  /*margin-top: -46px;*/
  padding: 180px 0 125px;
}
.top-service_wrap {}
.top-service_text {
  padding: 0 0 116px 46px;
}
.top-service_text .heading {
  display: flex;
  align-items: flex-end;
  margin-top: 56px;
}
.top-service_text .heading .ttl--en {
  line-height: 1;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.top-service_text .heading .ttl--jp {
  position: relative;
  width: 307px;
  height: 37px;
  background-size: contain;
  margin: 0 0 18px 14px;
  letter-spacing: 0;
}
.top-service_text .heading .ttl--jp::before {
  content: "";
  width: 307px;
  height: 37px;
  margin: 5px 0 0 -8px;
  text-indent: -1em;
  position: absolute;
  background: url("../img/img_ttl_border.png") no-repeat;
}
.top-service_image {
  display: flex;
  gap: 8px
}
.top-service_links {
  overflow: hidden;
  position: relative;
  width: 336px;
  height: 182px;
  cursor: pointer;
  display: inline-block;
}
.top-service_links:hover {
  opacity: 1;
}
.top-service_links-img {
  width: 336px;
  height: 182px;
  position: relative;
  z-index: 0;
  transition: .3s ease-in-out;
}
.top-service_links-img.ion {
  background: url('../img/img_service_list_image01.png') center center / cover no-repeat;
}
.top-service_links-img.vatrix {
  background: url('../img/img_service_list_image02.png') center center / cover no-repeat;
}
.top-service_links-img.risonoie {
  background: url('../img/img_service_list_image03.png') center center / cover no-repeat;
}
.top-service_links-img:hover {
  transform: scale(1.2);
}
.top-service_links-img::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.top-service_links-ttl img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
/*top-outsourcing*/
.top-outsourcing {
  padding-bottom: 125px;
  position: relative;
}
.top-outsourcing::before {
  content: "";
  background: #f7f7f7;
  width: 40vw;
  height: 424px;
  position: absolute;
  right: 0;
  bottom: 125px;
  z-index: -1
}
.top-outsourcing_wrap {
  padding: 140px 0 0;
  position: relative;
}
.top-outsourcing_wrap::before {
  content: "";
  background-color: #728d9c;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
}
.top-outsourcing_wrap::after {
  content: "";
  background-color: #728d9c;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 10px;
}
.top-outsourcing .bg-text {
  position: absolute;
  top: 20px;
  left: -165px;
  z-index: -1
}
.top-outsourcing_text {
  padding: 0 40px 40px 128px;
}
.top-outsourcing_text .heading {
  margin-bottom: 1em
}
.top-outsourcing_text .ttl--en {
  line-height: 1;
}
.top-outsourcing_text .ttl--jp {
  font-size: 2.4rem;
  line-height: 1;
}
.top-outsourcing_lead {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.34;
  margin-top: 20px;
  margin-bottom: 30px;
}
.top-outsourcing .content_ttl {
  border-bottom: 2px solid #728d9c;
  color: #728d9c;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.top-outsourcing .content_ttl .badge {
  background: #728d9c;
  color: #fff;
  font-size: 2.6rem;
  margin-right: 8px;
  display: inline-block;
  vertical-align: baseline;
  padding: 10px 20px 7px 13px;
  margin-bottom: -2px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.top-outsourcing_text p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.top-outsourcing_content {
  display: flex;
  position: relative;
}
.top-outsourcing_image {
  width: 440px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  right: -160px;
  bottom: -40px
}
.top-outsourcing_banners {
  width: 760px;
  background: #f7f7f7;
  height: 424px;
  text-align: right;
  padding: 40px 0
}
.top-outsourcing_banners a:last-child {
  display: block;
  margin-top: 16px;
}
/*top-recruit*/
.top-recruit {
  background: #fff;
  position: relative;
  z-index: 1;
}
.top-recruit::before {
  content: "";
  background: url(../img/img_recruit_bg.png) no-repeat;
  display: block;
  width: 100%;
  height: 424px;
  position: absolute;
  top: 0;
  z-index: -1
}
.top-recruit_wrap {
  text-align: center;
  padding: 72px 0 0;
  position: relative;
}
.top-recruit_wrap::before {
  content: "";
  background-color: #728d9c;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
}
.top-recruit_wrap::after {
  content: "";
  background-color: #728d9c;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 10px;
}
.top-recruit_text {}
.top-recruit_text .heading {
  margin-bottom: 10px
}
.top-recruit_text .ttl--jp {
  line-height: 1;
}
.top-recruit_text .ttl--en {
  line-height: 1;
}
.top-recruit_text p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.top-rrecruit_image {
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
}
.top-recruit_links {}
.top-recruit_links:hover {
  transform: translateY(-8px);
  opacity: 1;
}
.top-banner {
  padding: 120px 0;
}
.top-banner_wrap {
  text-align: center
}
/*links-icon*/
.links-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links-icon::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../img/links-icon_bg01.png);
}
.links-icon img {
  position: relative;
  z-index: 1
}
.business_links:nth-child(2) .links-icon::before {
  background: url(../img/links-icon_bg02.png) no-repeat;
  mix-blend-mode: hard-light;
}
.business_links:nth-child(3) .links-icon::before {
  background: url(../img/links-icon_bg03.png) no-repeat;
  mix-blend-mode: hard-light;
}
.business_links:nth-child(4) .links-icon::before {
  background: url(../img/links-icon_bg04.png) no-repeat;
  mix-blend-mode: hard-light;
}
.business_links:nth-child(5) .links-icon::before {
  background-image: url(../img/links-icon_bg05-2604.png);
  mix-blend-mode: hard-light;
}
.top-service_links:nth-child(1) .links-icon::before {
  background-image: url(../img/links-icon_bg06.png);
  mix-blend-mode: multiply;
}
.top-service_links:nth-child(2) .links-icon::before {
  background-image: url(../img/links-icon_bg07.png);
  mix-blend-mode: multiply;
}
.top-service_links:nth-child(3) .links-icon::before {
  background-image: url(../img/links-icon_bg08.png);
  mix-blend-mode: multiply;
}
/*btn*/
.more-btn {
  background: linear-gradient(-90deg, #9bb2c8 0.85%, #3d95aa 100%);
  border-radius: 25px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.035em;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
}
.more-btn.ff-Garamond {
  font-weight: 700;
}
.more-btn::after {
  content: "";
  background-image: url("../img/icon_more_arrow.svg");
  width: 37px;
  height: 37px;
  position: absolute;
  right: 7px;
}
.more-btn:hover {
  opacity: 1;
}
.more-btn:hover::after {
  transform: translateX(6px);
  transition: 0.3s;
}
.more-btn02 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.035em;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
}
.more-btn02::after {
  content: "";
  background: url("../img/icon_more_arrow02.svg"), linear-gradient(-90deg, #3d95aa 0.85%, #9bb2c8 100%);
  border-radius: 50px;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 7px;
}
.more-btn02:hover {
  opacity: 1;
}
.more-btn02:hover::after {
  transform: translateX(6px);
  transition: 0.3s;
}
.more-btn03 {
  background: linear-gradient(-90deg, #9bb2c8 0.85%, #3d95aa 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
}
.more-btn-text{
  margin-left: -24px;
}
.more-btn03::after {
  content: "";
  background-image: url("../img/icon_more_arrow03.svg");
  width: 58px;
  height: 58px;
  position: absolute;
  right: 10px;
}
.more-btn03:hover {
  opacity: 1;
}
.more-btn03:hover::after {
  transform: translateX(6px);
  transition: 0.3s;
}
.more-btn-small{
  font-size: 1.8rem;
  display: inline-block;
  margin-left: -4px;
}
/* ----------------------------------
SUB
---------------------------------- */
.sub-key {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  background-size: cover;
}
.sub-key_wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  min-width: 1280px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .sub-key_wrap {
    padding: 0 20px;
  }
}
.sub-key .ttl {
  color: rgba(255, 255, 255, 0.35);
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.01em
}
.business .sub-key {
  background: url("../img/img_business_head_bg.png") no-repeat;
  background-size: cover;
}
.food .sub-key {
  background: url("../img/img_food_head_bg.png") no-repeat;
  background-size: cover;
}
/*.energy .sub-key{
  background: url("../img/img_energy_hero_bg.png") no-repeat;
  background-size:cover;
  height: 850px;
}*/
.energy .sub-key {
  background: url("../img/img_energy_head_bg.png") no-repeat;
  background-size: cover;
}
.sunshine .sub-key {
  background: url("../img/img_sunshine_head_bg.png") no-repeat;
  background-size: cover;
}
.company .sub-key {
  background: url("../img/img_company_head_bg.png") no-repeat;
  background-size: cover;
}
.privacy .sub-key {
  background: url("../img/img_privacy_head_bg.png") no-repeat;
  background-size: cover;
}
.contact .sub-key {
  background: url("../img/img_contact_head_bg.png") no-repeat;
  background-size: cover;
}
.page-heading_wrap {
  padding: 110px 0 122px
}
.page-heading {
  text-align: center;
}
.page-heading .ttl--en {
  color: #728d9c;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
}
.page-heading .ttl--jp {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
.decoration_border {
  position: relative;
}
.decoration_border::before {
  content: "";
  background-color: #728d9c;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 560px;
  height: 2px;
}
.decoration_border::after {
  content: "";
  background-color: #728d9c;
  display: block;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 150px;
  height: 6px;
}
.page-heading_wrap .text {
  font-size: 1.8rem;
  text-align: center;
  padding: 12px 0 38px;
  line-height: 1.5
}
/* business */
.business .content {
  padding-bottom: 296px;
  position: relative;
}
.business .content::before {
  content: "";
  background-color: #fafaf7;
  width: 50vw;
  height: 645px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.business .content_text {
  display: flex;
  gap: 32px;
  margin-right: 87px;
  padding: 80px 0 63px;
  background-color: #fafaf7;
}
.business .content_ttl {
  color: #728d9c;
  width: 320px;
  position: relative;
}
.business .content_ttl::after {
  content: "";
  background-color: #c2c9cf;
  width: 2px;
  height: 144px;
  position: absolute;
  top: 0;
  right: 0;
}
.business .content_ttl .ttl--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.01em
}
.business .content_ttl .ttl--en {
  line-height: 0.9;
}
.business .content_ttl .ttl--jp {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-top: 11px;
}
.business .content_text-wrap {
  padding-top: 52px;
}
/* food */
.food .page-heading_wrap {
  padding: 110px 0 160px
}
.food .content {
  position: relative;
}
.food .content.sec-first {
  padding: 60px 0 780px;
}
.food .content.sec-first::before {
  content: "";
  background: #e5ddd0;
  width: 100%;
  height: 997px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.food .content.sec-first::after {
  content: "";
  background: #ffffff;
  width: 50%;
  height: 538px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}
.food .content.sec-second {
  padding: 60px 0 480px;
}
.food .content.sec-second::before {
  content: "";
  background: #e2cbbc;
  width: 100%;
  height: 724px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.food .content.sec-second::after {
  content: "";
  background: #ffffff;
  width: 50%;
  height: 565px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}
.food .content_text {
  background-color: #fff;
  height: 538px;
  padding: 74px 0 0 40px;
  position: relative;
}
.food .sec-second .content_text {
  background-color: #fff;
  height: 565px;
  padding: 74px 0 0 40px;
  position: relative;
}
.food_img-group {
  display: flex;
  gap: 8px;
  position: absolute;
  top: -108px;
  right: -40px;
}
.food_img:nth-child(2) {
  margin-top: 20px;
}
.food_img img {
  width: 208px;
  height: 310px;
}
.food .content_ttl {
  color: #736357;
  width: 100%;
}
.food .content_ttl .ttl--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 7.1rem;
  font-weight: 700;
  letter-spacing: 0.01em
}
.food .content_ttl .ttl--en {
  line-height: 0.95;
}
.food .content_ttl .ttl--jp {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin: 0 0 0 10px;
}
.food .content_text-wrap {
  padding-top: 40px;
}
.food-card_wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 73px;
}
.sec-second .food-card_wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 73px;
}
.food .food-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(230, 230, 230, 0.6);
  overflow: hidden;
  width: 400px;
  height: 602px;
  position: relative;
}
.food .sec-second .food-card {
  display: flex;
  width: 938px;
  height: 302px;
}
.food .food-card_logo {
  width: 368px;
  height: 86px;
  display: grid;
  place-items: center;
  border-bottom: 2px solid #e6e6e6;
  margin: 0 auto
}
.food .sec-second .food-card_logo {
  width: 506px;
  height: 89px;
}
.food .food-card_text {
  margin: 14px 23px;
}
.food .sec-second .food-card_text {
  margin: 0 14px 14px;
}
.food .shop_name {
  font-size: 2rem;
  display: block;
  margin-bottom: 14px;
  line-height: 1.18;
}
.food .sec-second .shop_name {
  display: block;
  margin: 14px 0;
  letter-spacing: -0.05em;
  line-height: 1.18;
}
.food .shop_dtl {
  display: flex;
  flex-wrap: wrap;
}
.food .shop_dtl dt {
  font-weight: 500;
  width: 76px;
  line-height: 1;
}
.food .shop_dtl dd {
  border-left: 2px solid #e6e6e6;
  padding-left: 16px;
  line-height: 1.18;
  margin-bottom: 12px
}
.food .sec-second .shop_dtl dd {
  width: 400px
}
.food .shop_dtl-open1col {
  line-height: 1.5
}
.food .shop_dtl-open2col {
  display: flex;
  margin-bottom: 4px;
}
.food .shop_dtl-week {
  width: 127px
}
.food .shop_dtl-time {}
.food .food-card_btn {
  position: absolute;
  right: 16px;
  bottom: 16px
}
.food .food-card_btn a:nth-child(2) {
  margin-left: 16px;
}
/* energy */
/*----- 準備中スタイル ここから
.energy .sub-key .sub-key_wrap{
  display: flex;
  display: grid;
  place-content:center;
}
.energy .sub-key_text{
  background: url("../img/img_energy_tti_bg.png") no-repeat;
  width: 463px;
  height: 463px;
  display: grid;
  place-content:center;
  text-align: center
}

.energy .sub-key .ttl{
  color: rgba(255,255,255,1);
  font-size: 5.8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 24px
}
.energy .sub-key .sub-ttl{
  font-size: 2.4rem;
  display: block;
  margin-bottom: 40px
}
.energy .sub-key_text .text{
  color: #fff;
  font-size: 1.8rem;
  margin-top: 40px
}
.energy .btn-wrap{
  margin: 0 auto;
  margin-top: 44px;
  
}
.energy .more-btn02{
  color: #3d95aa;
  font-size: 1.8rem;
  padding: 0 50px 0 10px;
}
.energy .more-btn02 span{
  font-size: 2rem;
  font-weight: 700
}
準備中スタイル ここまで-------*/
.energy-intro_text {
  margin: 0 auto;
  margin-bottom: 30px;
}
.energy-intro_text .text {
  font-size: 2.2rem;
  line-height: 2;
}
.energy-intro_visual {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.energy-nav {
  padding: 160px 0 160px;
  background: #fff;
}
.energy-nav_list {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.energy-nav_item {
  position: relative;
  flex: 1;
  max-width: 380px;
  height: 270px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
/* 画像とオーバーレイの再現 */
.energy-nav_item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s ease;
}
.energy-nav_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.energy-nav_item:hover .bg {
  transform: scale(1.1);
}
.energy-nav_item:hover::after {
  background: rgba(0, 0, 0, 0.4);
}
.energy-nav_content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.energy-nav_content .en {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 0;
}
.energy-nav_content .jp {
  font-size: 2.2rem;
  font-weight: 500;
}
.energy-nav_arrow {
  margin: auto;
  margin-top: 10px;
  width: 33px;
  height: 33px;
}
.energy-nav_accent {
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 4px;
  display: block;
  background-image: linear-gradient(to right, #e9dc61 0%, #e0d658 100%);
  z-index: 1
}
.energy-nav_item:nth-child(2) .energy-nav_accent {
  background-image: linear-gradient(to right, #b9db8c 0%, #c3d782 100%);
}
.energy-nav_item:nth-child(3) .energy-nav_accent {
  background-image: linear-gradient(to right, #009090 0%, #6fb7a7 100%);
}
/* セクション共通見出し（背景画像付き） */
.energy-common_header {
  position: relative;
  width: 100%;
  height: 480px;
  background: url('../img/img_energy_solar_bg.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.energy-common_header.batery{
  background: url('../img/img_energy_battery_bg.png') no-repeat center center;
  background-size: cover;
}
.energy-common_header.v2h{
  background: url('../img/img_energy_energy_v2h_bg.png') no-repeat center center;
  background-size: cover;
}
.energy-common_header.other{
  background: url('../img/img_energy_others_bg.png') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.energy-common_header .inner {
  position: relative;
  z-index: 2;
}
.energy-common_header .ttl--en {
  font-size: 7.5rem;
  letter-spacing: 0.075em;
  margin: 0;
  position: relative;
}
.energy-common_header .ttl--en::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(-45deg, transparent calc(50% - 1px), #fff calc(50% - 1px), #fff calc(50% + 1px), transparent calc(50% + 1px));
}
.energy-common_header.other .ttl--en::after{
  display: none;
}
.energy-common_header .ttl--jp {
  display: block;
  font-size: 3.2rem;
  margin-top: 20px;
}

.energy-common_intro {
  padding: 152px 0 150px;
}
.energy-common_intro .ttl--jp {
  font-size: 3.6rem;
  margin-bottom: 22px;
  letter-spacing: 0.05em
}
.energy-common_intro .text {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0
}
.energy-common_merit {
  padding: 90px 0 360px;
  background: #f2f2f2;
  text-align: center;
  position: relative;
}

.energy-common_merit.energy-common_merit--short {
  padding: 90px 0 160px;
}
.v2h-section {
  background: transparent !important;
}
.v2h-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2; /* V2H独自の背景色 */
  width: 100%;
  height: 500px;
  z-index: -1;
}
.energy-common_merit-ttl,
.v2h-cards_list,
.merit_detail-list {
  position: relative;
  z-index: 1;
}
.energy-common_merit .dotted-line {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 74px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #333333 50%, transparent 50%);
  background-size: 2px 4px;
  background-repeat: repeat-y;
  z-index: 10;
}
.energy-common_merit-ttl {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.energy-common_merit-icons {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-bottom: 181px;
}
.energy-merit_circle {
  width: 228px;
  height: 228px;
}
.energy-merit_circle img {
  width: 100%;
}
.energy-merit_detail-list {
  display: flex;
  flex-direction: column;
  row-gap: 143px;
}
.energy-merit_detail-box {
  position: relative;
  padding: 87px 40px 80px;
  width: 100%;
}
@property --bg-split {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}
@property --bg-split-left {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}
.energy-merit_detail-box--extend-right {
  background-image: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 var(--bg-split), #ffffff var(--bg-split), #ffffff 100%);
  background-repeat: no-repeat;
  --bg-split: 100%;
}
.energy-merit_detail-box--extend-left {
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff var(--bg-split-left), #f2f2f2 var(--bg-split-left), #f2f2f2 100%);
  background-repeat: no-repeat;
  --bg-split-left: 0%;
}
.energy-merit_detail-box--extend-right.aos-animate {
  animation: extendWhiteBg 2s ease-out 0.5s forwards;
}
.energy-merit_detail-box--extend-left.aos-animate {
  animation: extendWhiteBgLeft 2s ease-out 0.5s forwards;
}
@keyframes extendWhiteBg {
  0% {
    --bg-split: 100%;
  }
  100% {
    --bg-split: 20%;
  }
}
@keyframes extendWhiteBgLeft {
  0% {
    --bg-split-left: 0%;
  }
  100% {
    --bg-split-left: 80%;
  }
}
.energy-merit_detail-box .inner {
  max-width: 820px;
}
.energy-merit_detail-badge {
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
}
.energy-merit_detail-box .ttl--jp {
  font-size: 2.6rem;
  margin-bottom: 16px;
}
.energy-merit_detail-box .text {
  margin-bottom: 60px
}
.energy-merit_detail-figure {
  margin-top: 30px;
}
.energy-merit_detail-figure img {
  max-width: 100%;
  height: auto;
}
.energy-merit_detail-example-box {
  width: 100%;
  margin: 32px auto 0;
  padding: 20px 32px;
  box-sizing: border-box;
  background: transparent !important;
  position: relative;
  z-index: 1;
}
.energy-merit_detail-example-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  padding: 1px; 
  border-radius: 8px;
  background: linear-gradient(to right, #cbd47a 0%, #c0d986 59%, #b4dd91 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
/*.energy-merit_detail-example-box {
  width: 100%;
  margin: 32px auto 0;
  padding: 20px 37px;
  background: transparent;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.energy-merit_detail-example-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(to right, #cbd47a 0%, #c0d986 59%, #b4dd91 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; 
}*/
/* タイトル部分 */
.energy-example-box_ttl {
  color: #8cc63f;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
.energy-example-box_content {
  display: flex;
  align-items: flex-start;
}
.energy-example-box_label {
  font-size: 1.4rem;
  line-height: 1.78;
  white-space: nowrap;
  padding-right: 20px; 
}
.energy-example-box_list {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
.energy-example-box_item {
  display: flex;
  flex-direction: column;
  /*flex: 1;*/
  text-align: left
}
.energy-example-box_item:nth-child(1) {
  flex: 0 0 28%;
}
.energy-example-box_item:nth-child(2) {
  flex: 0 0 26%;
}
.energy-example-box_item:nth-child(3) {
  flex: 0 0 40%;
}
/* 各テキスト行のスタイル */
.energy-example-box_item span {
  font-size: 1.4rem;
  line-height: 1.78;
  white-space: nowrap;
}

.energy-solar_features {
  position: relative;
  width: 100%;
  margin-top: -240px;
  padding-top: 237px;
  padding-bottom: 160px;
  z-index: 1;
}
.energy-solar_features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  clip-path: polygon(0 0, 100% 240px, 100% 100%, 0 100%);
}
.energy-solar_features .inner {
  position: relative;
}
.energy-solar_features .ttl--jp {
  color: #728d9c;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 87px
}
.energy-solar_features-img {
  position: absolute;
  top: -176px;
  right: -84px;
}
.energy-solar_features-container {
  display: flex;
  flex-direction: column;
  row-gap: 110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.energy-solar_feature-item {
  width: 100%;
}
.energy-solar_feature-text {
  width: 100%;
  max-width: 690px;
  margin-right: auto;
  margin-left: 0;
}
.energy-solar_feature-item:nth-child(even) .energy-solar_feature-text {
  margin-right: 0;
  margin-left: auto;
}
.energy-solar_feature-text .ttl--jp {
  color: #728d9c;
  font-size: 2.6rem;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.energy-solar_feature-text .num {
  display: block;
  margin-bottom: 24px;
}
.energy-solar_feature-text .text {
  line-height: 1.8;
}
.energy-solar_features .more-btn03{
  width: 400px;
  margin: 0 auto
}
.v2h-cards_list {
  display: flex;
  justify-content: center;
  gap: 21px;
  width: 100%;
  margin: 0 auto 0;
}

/* 各カードのベース設定 */
.v2h-card_item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.v2h-card_icon {
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: -53px; 
}
.v2h-card_icon img {
  width: 100%;
  height: auto;
}
.v2h-card_inner {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #70b7a7 0%, #36a39b 59%, #009090 100%) 1;
  padding: 77px 28px 65px;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}
.v2h-card_ttl {
  font-size: 2.6rem;
  margin-bottom: 17px;
  line-height: 1;
}
.v2h-card_text {
  line-height: 1.8;
  text-align: left;
  text-align: justify;
  margin: 0;
}
.v2h-subsidy-container {
  width: 100%;
  max-width: 760px; 
  margin: 105px auto 0;
  text-align: center;
  border-bottom: 1px solid #009090
}
.v2h-subsidy_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #009090;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.v2h-subsidy_ttl::before,
.v2h-subsidy_ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #009090;
}
.v2h-subsidy_text {
  text-align: left;
  margin: 0;
  padding: 0 40px 40px;
}
.energy-other-services {
  position: relative;
  padding: 45px 0 158px;
  background-color: #f1f5f7;
}
.energy-other-services::before{
  content: "";
  background-color: #f1f5f7;
  width: 1280px;
  height: 56px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute
}
.other-services_sub-ttl {
  font-size: 3.6rem;
  color: #728d9c;
  text-align: center;
  margin-bottom: 68px;
  letter-spacing: 0.04em
}
.other-services_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.other-services_item {
  width: calc((100% - 30px) / 2); 
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  padding: 22px;
  box-sizing: border-box;
  gap:26px
}
.services-card_img {
  width: 184px;
}
.services-card_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.services-card_content {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-top: 25px
}

.services-card_ttl {
  font-size: 2.6rem;
  color: #728d9c;
  margin-bottom: 16px;
}

.services-card_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-card_list li {
  position: relative;
  padding-left: 19px;
  text-align: left;
  line-height: 1.5
}
.services-card_list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #728d9c;
}
.energy-maker {
  padding: 150px 0 260px;
  text-align: center;
  position: relative;
}
.energy-maker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 2px;
  background-color: #728d9c;
  z-index: 1;
}
.energy-maker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 10px;
  background-color: #728d9c;
  display: block;
  z-index: 2;
}
.energy-maker_header {
  position: relative;
  margin-bottom: 90px;
}
.energy-maker_ttl {
  font-size: 3.6rem;
  color: #728d9c;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.energy-maker_sub {
  font-size: 2rem;
  line-height: 2;
}
.energy-maker-box {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #728d9c;
  box-sizing: border-box;
}
.energy-maker-box_hd {
  background-color: #728d9c;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 5px 0;
  letter-spacing: 0.2em;
}
.energy-maker-box_body {
  padding: 55px 15px 50px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.energy-maker-logo_wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.energy-maker-logo_wrap img {
  width: 100%;
  height: auto;
  max-height: 174px;
  display: block;
}
.energy-maker-logos_other {
  width: 100%;
  max-width: 760px;
  margin: 12px auto 0;
  text-align: right;
  color: #333333;
}
.energy-maker-note {
  width: 100%;
  margin: 15px auto 0;
  text-align: right;
  font-size: 1.4rem;
  color: #728d9c;
}

/* sunshine-duration */
.sunshine .content {
  padding-bottom: 170px;
}
.sunshine_table {
  border-top: 1px solid #728D9C;
  border-left: 1px solid #728D9C;
  width: 100%
}
.sunshine_table th {
  padding: 7px 0px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #F1F5F7;
  border-bottom: 1px solid #728D9C;
  border-right: 1px solid #728D9C;
}
.sunshine_table tr:first-child th {
  width: 10%;
}
.sunshine_table td {
  padding: 7px 0px;
  vertical-align: bottom;
  text-align: center;
  border-bottom: 1px solid #728D9C;
  border-right: 1px solid #728D9C;
}
.content_lead {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-bottom: 16px
}
.content_text-wrap p {
  font-size: 1.8rem;
  line-height: 1.5
}
/* news */
.news, .news-detail {
  padding-bottom: 296px;
}
.news-detail .page-heading .ttl--jp {}
.news_text {
  width: 872px;
  margin: 0 auto
}
.news_list {}
.news_list .item {
  border-bottom: 2px solid #e6e6e6;
  position: relative
}
.news_list .item::after {
  content: "";
  background: url("../img/icon_nav_arrow_lv2.svg")no-repeat;
  width: 9px;
  height: 14.4px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.news_list .item:first-child {
  border-top: 2px solid #e6e6e6
}
.news_list .item a {
  display: flex;
  font-size: 1.8rem;
  padding: 22px 56px 22px 0;
  align-items: flex-start;
}
.news_list .date {
  display: inline-block;
  margin-right: 32px;
  margin-left: 32px;
  width: 120px;
  flex-shrink: 0;
}
.news_list p {
  flex-grow: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Pager style（外部化可） */
.pager {
  text-align: center;
  margin-top: 64px;
  clear: both;
}
/*ページャーボタン*/
.pager a {
  border: 1px solid #3d95aa;
  border-radius: 50px;
  color: #333;
  font-size: 1.6rem;
  padding: 7px 13px 6px;
  text-decoration: none;
  margin: 0 8px;
}
/*現在のページのボタン*/
.pager a.current {
  background: linear-gradient(-90deg, #9bb2c8 -20%, #6aa3b8 8%, #3d95aa 100%);
  border: 1px solid #3d95aa;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  padding: 7px 13px 6px;
  margin: 0 8px;
  text-decoration: none;
}
.pager a:hover {
  background: linear-gradient(-90deg, #9bb2c8 -20%, #6aa3b8 8%, #3d95aa 100%);
  color: #fff;
  opacity: 1
}
.overPagerPattern {
  padding: 0 2px;
}
.news-detail .page-heading_wrap {
  padding-bottom: 64px
}
.news-detail .page-heading {
  border-bottom: 2px solid #3d95aa;
  text-align: left;
  padding: 1em 0
}
.news-detail .page-heading .date {
  display: block;
  margin-bottom: 1em;
  letter-spacing: 0.1em
}
.news-detail .news_text {
  margin: 0 auto;
  width: 100%;
}
.back-btn {
  position: relative;
  margin-top: 80px;
}
.back-btn .btn {
  background: #666;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1em;
  line-height: 80px;
  width: 400px;
  ;
  margin: 0 auto;
  position: relative
}
.back-btn .btn:after {
  content: "";
  background: url("../img/icon_form_btn_arrow_left.svg") no-repeat;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 2
}
.back-btn .btn:hover:after {
  transform: translateX(-11px);
  transition: 0.3s;
}
.back-btn .btn:hover {
  opacity: 1
}
/*company*/
.company .page-heading_wrap {
  padding: 156px 0 122px
}
.page-link {
  background: #e6e6e6;
  padding: 30px 0;
}
.page-link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 88px;
}
.page-link_wrap a {
  background: #fff;
  color: #728d9c;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
  width: 314px;
  position: relative;
}
.page-link_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #00a0c6;
}
.page-link_wrap a::after {
  content: "";
  background: url("../img/icon_pagenav_arrow.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 9.7px;
  height: 6px;
}
.overview {
  background: url("../img/img_bg_company.png") no-repeat top center;
  background-size: cover;
  background-position: 0 50px;
  padding-bottom: 158px;
}
.company .table-cpmpany {
  width: 100%;
}
.company .table-cpmpany th {
  background: #728d9c;
  border-bottom: 1px solid #f1f5f7;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: justify;
  text-align-last: justify;
  width: 180px;
  padding: 26px 44px;
}
.company .table-cpmpany td {
  background: #fff;
  border-right: 1px solid #728d9c;
  border-bottom: 1px solid #728d9c;
  letter-spacing: 0.06em;
  padding: 26px 24px;
  width: 844px;
}
.company .table-cpmpany th.last {
  border-bottom: 1px solid #728d9c;
}
.company .table-cpmpany tr:first-child {
  border-top: 1px solid #728d9c;
}
.company .table-cpmpany td span {
  letter-spacing: 0.1em;
  margin-left: -0.5em;
}
.company .table-cpmpany td.adj-pd01 {
  padding: 18px 24px;
}
.company .table-cpmpany td.adj-pd02 {
  padding: 15px 24px;
}
.company_client {
  margin-top: 44px;
}
.company_client-ttl {
  background: #728d9c;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.42em;
  line-height: 40px;
  text-align: center
}
.company_client-box {
  background: #fff;
  border: 1px solid #728d9c;
  display: flex;
  justify-content: space-between;
  padding: 27px 50px 20px;
  position: relative;
}
.company_client-list {}
.company_client-list li {
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  padding-left: 1em;
}
.company_client-list li::before {
  content: "";
  background: #728d9c;
  border-radius: 25px;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%)
}
.company_client-box .note {
  color: #728d9c;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  position: absolute;
  right: 50px;
  bottom: 28px;
}
.company .philosophy {
  padding: 158px 0 0;
  position: relative
}
.company .philosophy::before {
  content: "";
  background-image: url("../img/img_philosophy_image.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 541px;
  right: 0;
  width: 59.375vw;
  height: 376px;
  z-index: 0
}
.company .philosophy::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 530px;
  left: 0;
  width: 75.3125vw;
  height: 135px;
  z-index: 1
}
.company .philosophy_intro {
  display: flex;
  position: relative;
  z-index: 3;
}
.company .philosophy_intro-img {
  padding: 0 50px 55px;
}
@media only screen and (max-width: 1280px) {
  .company .philosophy_intro-img {
    background: #fff;
  }
  .company .philosophy::before {
    width: 840px;
  }
  .company .philosophy::after {
    width: 1100px;
  }
}
.company .philosophy_intro-text {
  padding: 46px 0 74px;
}
.company .philosophy_intro-text .text {
  font-size: 2.2rem;
  line-height: 2;
}
.company .philosophy_intro-text .emphasis {
  color: #728d9c;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 25px 50px 64px 0
}
.company .values {
  padding: 230px 0 170px;
}
.company .values_ttl {
  color: #728d9c;
  text-align: center;
}
.company .values_ttl .ttl--en {
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
.company .values_ttl .ttl--jp {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em
}
.company .values_list-wrap {
  margin-top: 80px;
}
.company .values_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 70px;
}
.company .values_list .item {
  border-bottom: 2px solid #708a98;
  display: flex;
  gap: 5px;
  padding-bottom: 36px;
  position: relative;
  width: 564px;
}
.company .values_list .item::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #f1f5f7;
}
.company .values_number {}
.company .values_text {
  margin-top: -4px;
}
.company .values_text .ttl--en {
  color: #728d9c;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}
.company .values_text .ttl--jp {
  color: #728d9c;
  font-weight: 700;
  letter-spacing: -0.021em
}
.company .values_text .text {
  margin-top: 20px;
}
/* contact */
.contact .content {
  padding-bottom: 120px
}
textarea {
  vertical-align: middle;
  border: 0; /**/
  margin: 0; /**/
  padding: 0; /**/
}
.contact_frm {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%
}
.contact_frm tr {
  border-bottom: 2px solid #e6e6e6;
}
.contact_frm tr:first-child {
  border-top: 2px solid #e6e6e6;
}
.contact_frm th, .contact_frm td {
  line-height: 1.6;
  text-align: left;
  border-left: 0;
  border-right: 0;
  padding: 40px 25px;
}
.contact_frm label {
  margin-right: 1.5em;
}
.contact_frm th {
  width: 225px;
  padding-left: 67px;
  position: relative;
}
.contact_frm th.is-req:after, .contact_frm th.is-any:after {
  position: absolute;
  background: #c1272d;
  color: #fff;
  text-align: center;
  content: "必須";
  font-size: 1.4rem;
  line-height: 1;
  width: 53px;
  height: 23px;
  left: 7px;
  top: 40px;
  padding-top: 4.5px;
}
.contact_frm th.is-any:after {
  background: #999999;
  content: "任意";
}
.contact_frm td {
  padding: 40px 80px 40px 0;
  position: relative;
}
.contact_frm td > * {
  letter-spacing: normal;
}
.contact_frm td .frm-place_top, .contact_frm td .frm-place_bottom {
  font-size: 1.4rem;
  position: absolute;
  top: 13px;
  z-index: 1
}
.contact_frm td .frm-place_bottom {
  top: auto;
  bottom: 13px;
  display: block
}
.contact_frm select, .contact_frm input[type="text"], .contact_frm textarea {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
  transition: 0.2s;
  box-sizing: border-box;
}
.contact_frm textarea {
  line-height: 1.8;
  padding: 1em;
  height: 10em;
}
.contact_frm select:focus, .contact_frm input[type="text"]:focus, .contact_frm textarea:focus {
  outline: 0;
  border-color: #728d9c;
}
.contact_frm input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 5px;
  cursor: pointer;
}
.contact_frm input[type="radio"] {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 5px;
}
.contact_frm label {
  margin-right: 46px;
}
.frm-l {
  width: 100% !important;
}
.frm-s {
  width: 166px;
}
.frm-btn {
  max-width: 400px;
  text-align: center;
  margin: 56px auto 0;
}
.frm-btn > a {
  display: block;
}
.frm-btn > a:hover {
  opacity: 0.7;
}
.frm-btn input[type="submit"], .frm-btn input[type="button"] {
  border: none;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1em;
  line-height: 80px;
  width: 400px;
  cursor: pointer;
}
.frm-btn input[type="submit"] {
  background: linear-gradient(-90deg, #9bb2c8 -20%, #6aa3b8 8%, #3d95aa 100%);
}
.frm-btn input[type="button"] {
  background: #666;
  /*transform: translateX(6px);*/
}
.frm-btn.frm-arrow, .frm-btn.frm-arrow-left {
  position: relative;
}
.frm-btn.frm-arrow:after {
  content: "";
  background: url("../img/icon_form_btn_arrow.svg") no-repeat;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2
}
.frm-btn.frm-arrow-left:after {
  content: "";
  background: url("../img/icon_form_btn_arrow_left.svg") no-repeat;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 2
}
.frm-btn.frm-arrow:hover:after {
  transform: translateX(11px);
  transition: 0.3s;
}
.frm-btn.frm-arrow-left:hover:after {
  transform: translateX(-11px);
  transition: 0.3s;
}
.frm-btn input[type="button"]:hover {
  /*opacity: 0.7*/
}
.confirm {
  padding: 40px;
}
.contact_frm.confirm td {
  letter-spacing: normal;
}
.contact_frm.confirm th {
  width: 400px;
}
.error_messe {
  color: #F55A5A;
}
.error_wrap {
  background: #fafaf7;
  padding: 40px;
  display: flex;
  justify-content: center
}
.error_item {}
/* プライバシーポリシー */
.contact_policy {
  padding: 62px 0 32px;
}
.policy_main-ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
.contact_policy .text {
  margin-top: 4px;
}
.contact_policy .text a {
  color: #00a0c6;
  margin: 0 7px;
  text-decoration: underline
}
.policy_check {
  background: #d8e3eb;
  border: 1px solid #cccccc;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.policy_check input[type="checkbox"] {
  transform: scale(1.4);
  margin: 0 14px 4px 0;
  margin-right: 14px;
  cursor: pointer;
}
/* completion ------------------------*/
.completion {
  padding: 0 0 120px
}
.completion-btn .btn {
  background: linear-gradient(-90deg, #9bb2c8 -20%, #6aa3b8 8%, #3d95aa 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1em;
  line-height: 80px;
  width: 400px;
  ;
  margin: 0 auto;
  position: relative
}
.completion-btn .btn:after {
  content: "";
  background: url("../img/icon_form_btn_arrow.svg") no-repeat;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2
}
.completion-btn .btn:hover:after {
  transform: translateX(11px);
  transition: 0.3s;
}
.completion-btn .btn:hover {
  opacity: 1
}
/* privacy */
.privacy {
  line-height: 1.5;
  padding-bottom: 120px
}
.privacy_content {}
.privacy .privacy_content .ttl {
  border-bottom: 1px solid #e6e6e6;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 12px;
  padding-bottom: 5px;
}
.privacy .ttl span {
  color: #00a0c6;
  margin-right: 4px;
}
.privacy .adj-ls {
  letter-spacing: -0.019em;
}
.privacy .company-name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 75px;
  text-align: right;
}
/* ----------------------------------
FOOTER
---------------------------------- */
footer {
  background: #f1f5f7;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
  padding: 72px 0;
  position: relative
}
.footer_nav {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.footer_nav-list {
  display: flex;
  flex-flow: column;
  gap: 2px
}
.footer_nav-list a {
  color: #728d9c;
}
.footer_nav-list a.footer_lv-1{
  font-size: 1.6rem;
  font-weight: bold;
}
.footer_nav-list a.footer_lv-2{
  font-size: 1.5rem;
  position: relative;
}
.footer_nav-list a.footer_lv-2::before{
  content: "";
    display: inline-block;
    margin-right: 10px;
    width: 8px;
    border-top: 1px solid #333;
    position: relative;
    top: -3px;
    left: 3px;
}
.footer_sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 72px
}
.footer_sns-insta {
  width: 29px;
}
.footer_sns-x {
  width: 26px;
}
.footer_bottom {
  background: #006f9d;
}
.footer_bottom .inner-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.footer_bottom .copy {
  color: #fff;
  font-size: 1.2rem;
  margin: 0
}
.footer_bottom a {
  color: #fff;
  font-size: 1.4rem;
}
/* ----------------------------------
PAGETOP
---------------------------------- */
.page-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 93px;
  z-index: 99;
  line-height: 1.2;
  margin-bottom: 0;
}
/* ----------------------------------
OTHER
---------------------------------- */
.cen {
  text-align: center;
}
.t-cen_left {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.img-cen, .area-cen {
  display: block;
  margin: auto;
}
.mt16 {
  margin-top: 16px;
}
.mt16_8 {
  margin-top: 16px;
}
.mt56 {
  margin-top: 56px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt80_40 {
  margin-top: 80px;
}
.mt246 {
  margin-top: 246px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24_16 {
  margin-bottom: 24px;
}
.mb40_20 {
  margin-bottom: 40px;
}
.mb80_40 {
  margin-bottom: 80px;
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-05 {
  text-indent: -0.5em;
}
.note_12 {
  font-size: 1.2rem;
}
.ud-line {
  border-bottom: #c9c9c9 1px solid;
}
.mw100 {
  max-width: 100%;
  height: auto
}
.img_max100p {
  max-width: 100%;
  margin: 0 auto;
}
.dp-block {
  display: block;
}
.block-full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
/* ----------------------------------
お知らせCMS　追加style
---------------------------------- */
.detailUpfile {
  margin: 1em 0;
}
.detailUpfile img {
  max-width: 100%;
  height: auto;
}