body {
    position: relative;
    width: 100%;
    font-family:"Noto Sans JP", sans-serif;
    color: rgb(0 0 0 / 75%);
    line-height: 1.4;
    overflow-wrap: break-word;
    font-size: 1.4rem;
}

br.sp-b {
  display: none;
}

.sp-400-b {
  display: none;
}

.pc-400-b {
  display: block;
}

br.pc-1200-b {
  display: none;
}

/* 全体の配置（お好みに合わせて調整してください） */
.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: fit-content;
  margin: 50px auto; /* 中央寄せ用 */
}

/* SCROLLのテキスト */
.scroll-text {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: sans-serif;
}

/* 丸いコンテナ */
.circle-container {
  width: 35px;
  height: 35px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden; /* 丸の外にはみ出た波線を隠す */
  display: flex;
  justify-content: center;
}

/* 波線のアニメーション */
.wavy-line {
  width: 30px;
  height: 120px;
  position: absolute;
  top: 0;
  /* 1.5秒かけて一定の速度(linear)で無限(infinite)に動かす */
  animation: moveUp 1.5s linear infinite;
}

/* アニメーションのキーフレーム */
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    /* 波線の1周期分（40px）だけ上に移動させることで、ループを完全に繋げる */
    transform: translateY(-40px);
  }
}

/* ホバー時のちょっとした演出（任意） */
.scroll-down:hover .circle-container {
  background-color: rgba(255, 255, 255, 0.1); /* ★白の透過10%に変更 */
  transition: 0.3s ease;
}

/*フェードイン(下から上へふわっと）*/
/* ==================================
   1. 初期状態（隠しておく）
================================== */
.fade-in-up {
  opacity: 0; /* 最初は透明 */
  transform: translateY(40px); /* 40px下にずらしておく */
  /* opacityとtransformを0.8秒かけて変化させる（ease-outでフワッとした動きに） */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* ==================================
   2. 表示状態（JSでこのクラスを付与する）
================================== */
.fade-in-up.is-visible {
  opacity: 1; /* 完全に表示 */
  transform: translateY(0); /* 元の高さに戻す */
}

/* ==================================
   3. 各要素の時間差（ディレイ）設定
================================== */
/*
   n番目の要素に対して、transition-delayを設定します。
   例えば、100ms (0.1s) ずつ遅らせる設定です。
*/
.fade-in-up:nth-child(1) { transition-delay: 0s; }
.fade-in-up:nth-child(2) { transition-delay: 0.2s; }
.fade-in-up:nth-child(3) { transition-delay: 0.4s; }
.fade-in-up:nth-child(4) { transition-delay: 0.6s; }
.fade-in-up:nth-child(5) { transition-delay: 0.8s; }
.fade-in-up:nth-child(6) { transition-delay: 1.0s; }
/* 要素が増えた場合は、同様に増やしてください */


/*フェードイン(左から右へふわっと）*/
/* ==================================
   1. 初期状態（隠しておく）
================================== */
.fade-in-left {
  opacity: 0;                  /* 最初は透明 */
  transform: translateX(-50px); /* 50px左にずらしておく */
  
  /* opacityとtransformを0.8秒かけて変化させる（ease-outで滑らかに） */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  
  /* 描画パフォーマンス向上のためのヒント */
  will-change: opacity, transform;
}

/* ==================================
   2. 表示状態（JSでこのクラスを付与する）
================================== */
.fade-in-left.is-visible {
  opacity: 1;               /* 完全に表示 */
  transform: translateX(0); /* 元の位置に戻す */
}


/*上部*/
.hasei2_head_bg {
    position: relative;
}

.content_1500 {
    max-width: 1500px;
    margin: 0 auto;
}


/*リゾートアセット事業*/
.resortasset_p-ab1 {
    position: absolute;
    bottom: 6%;
    left: 5%;
}

h1.hasei2_head_tibox {
    color: #fff;
  }

h1.hasei2_head_tibox > span.hasei2_head_ti01 {
    font-size: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-style: normal;
    /*letter-spacing: 5px;*/
  }

h1.hasei2_head_tibox > span.hasei2_head_ti02 {
    color: #fff;
    display: block;
    font-size: 9.4rem;
    font-family: "Elms Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    
  }
  
.resortasset_p-ab2 {
    position: absolute;
    right: 0;
}

.breadcrumbs > ul li {
    display: inline-block;
    font-size:0.9rem;
    color: #fff;
}

.breadcrumbs > ul li a {
    border-bottom: solid 1px #fff;
    color: #fff;
    padding-bottom: 1px;
    text-decoration: none;
}

.breadcrumbs > ul li a:hover {
    border-bottom: none;
}

.breadcrumbs > ul li::after {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}

.breadcrumbs > ul li:last-child::after {
  content: none;
}

.resortasset_p-ab2 {
    position: absolute;
    top: 15px;
    left: 45%;

}


.resortasset_p-ab3 {
    position: absolute;
    z-index: 3;
    right: 3%;
    bottom: 3%;
}


h2.big-font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.4rem;
  color: rgb(0 0 0 / 75%);
  margin-bottom: 60px;
}

.img-3 {
  width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    display: flex;
}

.img-3 img{
  width: 33.3%;
}

.text-center{
  text-align: center;
}


section#resortandasset_box01_bigbox,section#lifecreate_box01_bigbox,section#lifecreate_box02_bigbox {
  padding: 100px 0px;
}

.gray-bg {
  background-color: #eeefed ;
  }



.orange-waku {
  background-color: #ff522a;
  padding: 10px 80px;
  border-radius: 50px;
  font-size: 3.0rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin: 40px 0px;
  display: inline-block;
  height: 85px;
}

.orange-waku span {
  font-size: 1.8rem;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    display: inline-block;
    border: solid 1px #fff;
    margin-left: 20px;
    padding: 5px 20px;
    letter-spacing: 2px;
    border-radius: 50px;
}

.orange-waku > .grid-pc-2 {
    display: flex;
    align-items: center;
    height: 85px;
}

.resortandasset_box01-bigimg {
  width: 100%;
  max-width: 1130px;
  display: inline-block;
}

img.resortandasset_box01-bigimg.sp {
    display: none;
}

.box02_img-parent {
    display: flex;
    flex-wrap: wrap;
}

.box02_img-parent > .box02_img {
    width: 33.3%;
}

section#resortandasset_box03_bigbox {
  margin: 85px 35px;
  text-align: center;
}

.grid-pc-3 {
    display: flex;
}

.grid-pc-3 > .box03_linkbox {
  width: 33.3%;
}

.grid-pc-3 > .box03_linkbox:nth-child(1) {
  border-left: solid 1px rgb(0 0 0 / 15%);
}

.grid-pc-3 > .box03_linkbox:nth-child(2) {
  border-left: solid 1px rgb(0 0 0 / 15%);
  border-right: solid 1px rgb(0 0 0 / 15%);
}

.grid-pc-3 > .box03_linkbox:nth-child(3) {
  border-right: solid 1px rgb(0 0 0 / 15%);
}

.grid-pc-3 > .box03_linkbox a{
  display: block;
  padding: 30px 10px;
}

.box03_linkbox img {
    width: inherit;
    display: inline-block;
}

.content_1100 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.box03_linkbox p.black-f {
    font-size: 1.8rem;
    padding: 3px 20px;
    border: solid 1px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 15px;
}

.box03_linkbox p.orange-f {
    font-family: "Elms Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
    margin-top: 30px;
    color: #ff522a;
}

.box03_linkbox p.orange-f > img{
    display: inline-block;
    margin-left: 5px;
}

p.orange-f span {
    border-bottom: solid 1px #ff522a;
}

.grid-pc-3 > .box03_linkbox a > .box03_linkbox p.orange-f span {
  border-bottom: solid 1px #ff522a;
}

.grid-pc-3 > .box03_linkbox a:hover > p.orange-f span {
  border-bottom: none;
}

.box03_linkbox.resortandasset a {
    text-decoration: none;
}

.content_1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

section#resortandasset_box04_bigbox {
    margin: 120px 0px;
}

.box04_conceptbox01 {
    width: 85%;
    margin-right: 100px;
}

.box04_conceptbox02 > .orange-f,.box07_box > .small-box > .orange-f,
.box07_box > .white-bg >.orange-f,.box02_conceptbox02 > .orange-f,
.lifecreate_box03 > .orange-f,.box05_linkbox.lifecreate .orange-f,
.lifecreate_box06_box2 .orange-f{
  font-family: "Elms Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #ff522a;
    font-size: 1.6rem;
    margin-top: 30px;
}

.box04_conceptbox02 > h3,.box02_conceptbox02 > h3 {
    font-size: 2.8rem;
    margin: 65px 0px;
    line-height: 2;
    font-weight: 500;
}

.box04_conceptbox02 {
    width: 68%;
}

.box04_conceptbox02 > p {
    margin: 30px 0px;
    letter-spacing: 1px;
    line-height: 2;
}

.grid-pc-2 {
    display: flex;
}

.white-f-s,.white-f-big {
  color: #fff;
} 

section#resortandasset_box05_bigbox {
  position: relative;
}

section#resortandasset_box05_bigbox > .white-f-s,section#social_box03_bigbox > .white-f-s {
  font-family: "Elms Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    /*z-index: 2;*/
    z-index: 1;
    top: 10%;
    left: 5%;
}

section#resortandasset_box05_bigbox > .white-f-big,section#social_box03_bigbox > .white-f-big {
    font-size: 2.6rem;
    position: absolute;
    /*z-index: 3;*/
    z-index: 1;
    top: 43%;
    bottom: 43%;
    margin: auto 0;
    left: 10%;
    line-height: 2.2;
    font-weight: 500;
}

section#social_box03_bigbox > .white-f-big span {
    font-size: 1.4rem;
    display: block;
    margin: 35px 0px 0px;
}

section#resortandasset_box06_bigbox {
    margin: 75px 0px 115px;
}

.content_1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.grid-pc-4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box06_linkbox {
  width: 24%;
  padding: 30px 0px 65px;
}

.box06_linkbox img {
    width: auto;
    margin: 0 auto;
}

.img-height {
    height: 150px;
}

.box05_linkbox.lifecreate img {
    margin-top: 40px;
}

.img-height.resortandasset img {
    display: block;
    width: 120px;
}

.box06_linkbox dl dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  height: 50px;
  position: relative;
  margin: 5px 0px 15px;
}

.box06_linkbox dl dd {
  width: 67%;
    margin: 0 auto;
}

.box06_linkbox dl dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box06_linkbox:nth-child(2) {
  border-left: solid 1px rgb(0 0 0 / 15%);
  border-right: solid 1px rgb(0 0 0 / 15%);
}

.box06_linkbox:nth-child(3) {
  border-right: solid 1px rgb(0 0 0 / 15%);
}

section#resortandasset_box07_bigbox {
    padding: 120px 0px 150px;
    line-height: 2;
}

.box07_box > .small-box h3 {
  font-size: 2.6rem;
    margin: 60px 0px 40px;
    line-height: 2;
}

.box07_box > p {
    line-height: 2;
}


.box07_box > .white-bg {
    background-color: #fff;
    width: 100%;
    max-width: 430px;
    border-radius: 20px;
    padding: 40px 65px;
    text-align: center;
    line-height: 2;
    margin-top: 60px;
}

.box07_box .black-f {
    font-size: 18pt;
    padding: 3px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 15px;
}

.small-box {
    width: 100%;
    margin: 0 auto;
    max-width: 550px;
}

span.orange-waku-small {
    display: inline-block;
    background-color: #ff522a;
    color: #fff;
    padding: 2px 20px;
    border-radius: 50px;
    margin: 0px 10px;
}

.box07_box > .white-bg >.orange-f {
  margin-top: 0px;
}

.box07_box:nth-child(1) {
  width: 65%;
}
.box07_box:nth-child(2) {
  width: 45%;
}

section#resortandasset_box08_bigbox {
    position: relative;
}

section#resortandasset_box08_bigbox .p-ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

section#resortandasset_box08_bigbox .white-f-s,section#resortandasset_box08_bigbox .white-f-big {
    font-family: "Elms Sans", sans-serif;
    font-weight: bold;
}

section#resortandasset_box08_bigbox .white-f-s {
    font-size: 1.1rem;
}

section#resortandasset_box08_bigbox .white-f-big {
    font-size: 3.0rem;
    margin: 20px 0px;
}


/*ライフクリエーション事業*/
span.hasei2_head_ti02.sp {
    display: none !important;
}

img.head-icon {
    width: auto;
    margin-bottom: 60px;
}

.lifecreate.p-ab2 {
    position: absolute;
    top: 15px;
    right: 30px;
}

.box02_conceptbox01.lifecreate{
    width: 50%;
    margin-right: 100px;
    margin-left: 10px;
}

.lifecreate_box01-bigimg {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.box02_conceptbox02.lifecreate p {
    width: 70%;
    line-height: 2;
}

.lifecreate_box02 {
    width: 560px;
    max-width: 560px;
}

.box02_bg img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}


.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #ff522a !important;
}

.swiper-pagination.lifecreate_box02.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 35px !important;
}

.box02_conceptbox02.lifecreate {
    width: 68%;
}


.swiper-wrapper.lifecreate {
    transition-timing-function: linear;
}

.lifecreate_box03 {
    overflow: hidden;
}

.lifecreate_box03 {
    overflow: hidden;
    padding: 100px 0px 140px;
    margin-bottom: 100px;
    border-radius: 70px;
}

#lifecreate_box03_bigbox .swiper-slide {
    overflow: hidden;
    border-radius: 24px;
}

#lifecreate_box03_bigbox .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: inherit;
}

.swiper-wrapper.lifecreate {
    height: auto;
    margin-bottom: 60px;
}

.box03_linkbox.lifecreate .small-f{
  font-size: 1.2rem;
  color: #868d7f;
  font-family: "Elms Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.grid-pc-3.lifecreate {
    margin: 40px 0px 25px;
}

.lifecreate.trackrecord_linkbtn {
    margin-top: 70px;
}

.box03_linkbox.lifecreate .big-f{
  font-size: 3.0rem;
}

.suzi {
  font-family: "Elms Sans", sans-serif;
    font-weight: normal;
    display: inline-block;
    color: #ff522a;
    font-size: 8.5rem;
}

.suzi span{
    font-size: 6.5rem;
}

.suzi span.tyui-f{
    font-family:"Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    color: #222222;
}

.mozi {
    color: #222222;
    display: inline-block;
    text-align: left;
}

.mozi.fs-24.sp-block,.mozi.fs-24.sp {
    display: none;
}

.fs-20 {
  font-size: 2.0rem;
}

.fs-24 {
  font-size: 2.4rem;
  font-weight: 500;
}

.lifecreate.tyui-f {
   color: #868d7f;
   font-size: 1.2rem;
}

.lifecreate.trackrecord_linkbtn a {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    background-color: #ff522a;
    padding: 25px 0px 25px 25px;
    border-radius: 30px;
    position: relative;
    width: 100%;
    max-width: 480px;
}

.lifecreate.trackrecord_linkbtn a:hover {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    background-color: rgb(0 0 0 / 75%);
    padding: 25px 0px 25px 25px;
    border-radius: 30px;
    position: relative;
    width: 100%;
    max-width: 480px;
}

.lifecreate.trackrecord_linkbtn a:hover > span img {
    opacity: 1;
}

img.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.lifecreate.trackrecord_linkbtn a > span.white-f {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
}

.lifecreate.trackrecord_linkbtn a > span img {
    width: auto;
    display: inline-block;
}

.lifecreate.trackrecord_linkbtn a > span img.p-ab {
    width: auto;
    display: inline-block;
}

span.p-ab {
    position: absolute;
    bottom: 0;
    right: 40px;
}


section#lifecreate_box04_bigbox {
  position: relative;
}

.lifecreate_box04_box {
  width: 1040px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.2;
}

img.product-lineup {
    width: 90%;
    margin: 0 auto;
}

.grid-pc-6.lifecreate {
    display: flex;
    gap: 25px 25px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0px;
}

section#lifecreate_box04_bigbox > .white-f-s {
  font-family: "Elms Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 5%;
}

.grid-pc-3 > .box03_linkbox.lifecreate:nth-child(1) {
    border-left: none;
}

.grid-pc-3 > .box03_linkbox.lifecreate:nth-child(3) {
    border-right: none;
}

section#lifecreate_box04_bigbox .white-f-big {
    font-size: 2.6rem;
    font-weight: 500;
}

section#lifecreate_box04_bigbox .white-f-s2 {
    font-size: 1.4rem;
    color: #fff;
}

.grid-pc-6 {
    display: flex;
    gap: 25px 25px;
    /* width: 33.3%; */
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0px;
}

.grid-pc-6 > a {
    width: 31.3%;
}

.grid-pc-6 > a img {
  transform: scale(1.0); /* 最初は少し大きくしておく */
  transition: transform 0.5s ease; /* 変化する時間*/
}

.grid-pc-6 > a:hover img {
    transform: scale(0.9); /* マウスオーバーで縮む（元のサイズに戻す） */
    opacity: 1;
}

section#lifecreate_box05_bigbox {
  margin: 100px 0px;
}

.box05_linkbox.lifecreate .orange-f,.lifecreate_box06_box2 .orange-f {
  margin-top: 0px;
}

.box05_linkbox.lifecreate {
    width: 33.3%;
    padding: 0 0 40px;
}

.box05_linkbox.lifecreate:nth-child(2) {
  border-left: solid 1px #dcdeda;
    border-right: solid 1px #dcdeda;
}

.box05_linkbox.lifecreate .wrapper {
  width: 56%;
  margin: 0 auto;
}

.box05_linkbox dl dt {
    font-size: 2.0rem;
    font-weight: bold;
    height: 50px;
    position: relative;
    margin: 40px 0px 30px;
    padding-top: 30px;
}

section#lifecreate_box06_bigbox {
  padding: 130px 0px;
}

.lifecreate_box06_box2:nth-child(1) {
  width: 30%;
}

.lifecreate_box06_box2:nth-child(2) {
  width: 70%;
  text-align: right;
}

section#lifecreate_box06_bigbox .grid-pc-2 {
    margin-bottom: 75px;
}

.grid-pc-2.each-studio .lifecreate_box06_box3 {
  display: flex;
  flex-wrap: wrap; /* 要素が親の幅を超えたら折り返す */
  gap: 100px; /* 要素と要素の間の余白 */
  row-gap: 40px;
}

.grid-pc-2.each-studio .lifecreate_box06_box4 {
  /* gap(30px)の半分の幅を引いて、ぴったり2列に収まるように計算 */
  width: calc(50% - 50px); 
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: solid 1px #9fa59a;
}

.eachstudio dl dt {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 20px 0px 20px;
}

.eachstudio dl dd {
    line-height: 1.7;
}

.eachstudio dl dd > span a{
    color: #ff522a;
    border-bottom: solid 1px #ff522a;
    display: inline-block;
    margin-left: 3px;
    margin-right: 10px;
    text-decoration: none;
}

.eachstudio dl dd > span a:hover {
  border-bottom: solid 1px #eeefed;
}

section#lifecreate_box07_bigbox {
    position: relative;
}

section#lifecreate_box07_bigbox > .p-ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

section#lifecreate_box07_bigbox .white-f-s {
    font-size: 1.1rem;
}

section#lifecreate_box07_bigbox .white-f-big {
    font-size: 3.0rem;
    margin: 20px 0px;
}

.fs-28 {
  font-size: 2.8rem;
}

.box01_white-box.white-bg span {
  width: 388px;
    background-color: #ff522a;
    color: #fff;
    padding: 3px 0px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
}

.social_box01-bigimg {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  margin: 0 auto;
}

.box01_white-box.white-bg, .box01_white-box02.white-bg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.box01_white-box.white-bg.p-r {
  position: relative;
  padding: 40px 0px;
} 

.box01_white-box.white-bg img {
    width: auto;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
}

.box01_white-box02.white-bg {
    margin-top: 15px;
}



.box01_white-box02-2 {
    padding: 80px 0px 120px;
}

.box01_white-box02-2:first-child {
    width: 40%;
}

.box01_white-box02-2 > .fs-24.black-waku {
  width: 343px;
  display: inline-block;
  background-color: rgb(0 0 0 / 75%);
  color: #fff;
  padding: 20px 0px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.box01_white-box02-2 > p {
    margin: 35px auto 0px;
    width: 65%;
    text-align: left;
    line-height: 2;
}

section#social_box03_bigbox {
    position: relative;
    
}

.box01_white-box02-3 {
    position: relative;
}

.lifecreate.trackrecord_linkbtn.text-center.social {
    width: 425px;
}

img.platform {
    width: 95%;
    margin-top: 30px;
}

.lifecreate.trackrecord_linkbtn.social a {
    width: 400px;
    max-width: 400px;
    position: absolute;
    bottom: 90px;
    right: 60px;
}

/*ソーシャルインフラ事業*/

.social.p-ab2 {
    position: absolute;
    top: 15px;
    left: 35%;
}

section#social_box01_bigbox {
    position: relative;
    padding: 80px 0px 150px;
}

/*
img.tosika-img {
    position: absolute;
    top: 0px;
    left: 325px;
}

img.hukusizigyoka-img {
    position: absolute;
    top: 0px;
    right: 21.5%;
}*/

.matching-child {
    position: relative;
    top: 20px;
}

.matching-child img {
    width: auto;
    margin: 0 auto;
}

img.social_box01-bigimg.pc_tab {
    display: block;
}

img.social_box01-bigimg.sp {
    display: none;
}


.matching-child:nth-child(1){
    margin-left: 0;
}

section#social_box02_bigbox {
    padding: 145px 0px 150px;
}

.box02_conceptbox02.social p {
    line-height: 2;
    margin-bottom: 40px;
}

.box02_conceptbox02.social {
    width: 38%;
}

.box02_conceptbox01.social {
    /* width: 62%; */
    margin-left: 100px;
}



@media (max-width: 1500px) {

section#lifecreate_box04_bigbox > .white-f-s {
    top: 5%;
    left: 5%;
}

  .content_1500.lifecreate-margin {
    margin: 0 30px;
}

.lifecreate_box04_box {
    width: 80%;
    max-width: 1040px;
}

/*ソーシャルインフラ*/
.content_1500 {
    margin: 0 30px;
}

.matching-child img {
    width: 70%;
}

}

@media (max-width: 1400px) {
h1.hasei2_head_tibox > span.hasei2_head_ti01 {
    font-size: 2.6rem;
  }

h1.hasei2_head_tibox > span.hasei2_head_ti02 {
    font-size: 7.0rem;
  }

  .content_1500.lifecreate-margin {
    margin: 0 30px;
}

.grid-pc-6.lifecreate {
    margin: 40px 0px;
}

.lifecreate_box04_box {
        width:65%;
        max-width: 1040px;
}

.grid-pc-6.lifecreate {
    gap: 20px 15px;
}

section#lifecreate_box06_bigbox {
    padding: 130px 30px;
}

.box02_conceptbox02.lifecreate p {
    width: 100%;
}

.box04_conceptbox02 > h3, .box02_conceptbox02 > h3 {
    font-size: 2.4rem;
    margin: 25px 0px;
    line-height: 1.7;
}

.box04_conceptbox01.resortandasset, .box04_conceptbox02.resortandasset {
    margin: 1%;
}

.box07_box.resortandasset:nth-child(1) {
   width: 47%;
   margin: 1% 2%;
}

.box07_box.resortandasset > .white-bg {
    width: 100%;
    max-width: none;
    padding: 40px 0px;
    margin: 60px 1%;
}

}

@media (max-width: 1200px) {
br.pc-1200-b {
  display: block;
}

 .grid-pc-2.social.box02 {
    justify-content: space-around;
}

.box02_conceptbox02.social {
    width: 80%;
    margin: 0px 2%;
}
}


@media (max-width: 1100px) {
.box05_linkbox.lifecreate .wrapper {
    width: 70%;
    margin: 0 auto;
}

.box02_conceptbox01.lifecreate {
    width: 50%;
    margin-right: 50px;
    margin-left: 0px;
}

.box01_white-box02-2 > .fs-24.black-waku {
    width: 300px;
  }

  .lifecreate.trackrecord_linkbtn.social a {
    width: 340px;
  }
}




/* ==================================================================================================================
==================================================================================================================

タブレットサイズ

==================================================================================================================
================================================================================================================== */


@media (max-width: 999px) {
h2.big-font {
    font-size: 3.0rem;
  }

/*リゾートアセット事業*/
.resortasset_p-ab2 {
   position: absolute;
    top: 5px;
    left: 50%;

}

.orange-waku {

    font-size: 2.5rem;
  }

.grid-pc-4.resortandasset {
   width: 95%;
  margin: 0 auto;
  justify-content: center;
}

.box06_linkbox {
    flex-wrap: wrap;
    width: 49%;
    padding: 30px 0px 65px;
}


.box06_linkbox:nth-child(2) {
    border-right: none;
  }


  /*ライフクリエイト事業*/
   img.head-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
}

h1.hasei2_head_tibox > span.hasei2_head_ti01 {
    font-size: 2.0rem;
}

h1.hasei2_head_tibox > span.hasei2_head_ti02 {
    font-size: 5.0rem;
  }

  .social.p-ab2 {
    position: absolute;
    top: 0px;
    left: 45%;
}

.lifecreate.p-ab2 {
    position: absolute;
    top: 8px;
    right: -40px;
}

.box05_linkbox dl dt {
    font-size: 1.7rem;
  }

  .box05_linkbox dl dd {
    font-size: 1.3rem;
  }

  .box05_linkbox.lifecreate .wrapper {
        width: 80%;
        margin: 0 auto;
    }

    .box02_conceptbox01.lifecreate {
    width: 100%;
}


    .box02_conceptbox02.lifecreate {
    width: 100%;
}

    .box02_bg.lifecreate .swiper {
        width: 100%;
        max-width: 560px;
        height: auto !important;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }

    .box02_bg.lifecreate .swiper::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .swiper-wrapper.lifecreate_box02 {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-wrapper.lifecreate_box02 > .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }

    .box02_bg.lifecreate img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

section#lifecreate_box04_bigbox .white-f-big {
    font-size: 2.3rem;
}

.lifecreate_box04_box {
    width: 60%;
    top: 55%
}

.grid-pc-6.lifecreate {
    margin: 20px 0px;
     gap: 10px 10px;
}

.box04_conceptbox02 > h3, .box02_conceptbox02 > h3 {
        font-size: 2.2rem;
        margin: 25px 0px;
        line-height: 1.7;
    }

  .swiper-pagination.lifecreate_box02.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 35px !important;
    left: 50%;
    transform: translateX(-50%);
}

.grid-pc-2.lifecreate {
    flex-wrap: wrap;
}


/*ソーシャルインフラ事業*/
.box01_white-box02-2:first-child {
    width: 50%;
    margin: 0% 2%;
}

.fs-28 {
    font-size: 1.8rem;
}



    .box01_white-box.white-bg span {
   
    font-size: 0.9rem;
  }

  .box01_white-box02-2.social > .fs-24.black-waku{
    font-size: 1.7rem;
  }

  .box01_white-box02-2 > .fs-24.black-waku {
    width: 270px;
  }

  .box01_white-box02-2 > p {
    width: 90%;
}

.box01_white-box02-2 {
    padding: 30px 0px 120px;
}

.box01_white-box.white-bg img {
    width: 120px;
    height: auto;
    top: 30%;
}

.matching-child {
    position: relative;
    top: 10px;
}



.box02_conceptbox01.social {
    /* width: 62%; */
    margin-left: 0px;
    margin: 0 2%;
}

section#social_box03_bigbox > .white-f-big {
    top: 30%;
  }





}


/* ==================================================================================================================
==================================================================================================================

スマホサイズ（大）

==================================================================================================================
================================================================================================================== */



@media (max-width: 768px) {
  .grid-pc-2.each-studio .lifecreate_box06_box4 {
    width: 100%; /* スマホでは幅100%（1列）にする */
  }

span.hasei2_head_ti01 {
        font-size: 1.8rem;
        padding-bottom: 20px;
        display: block;
    }

h1.hasei2_head_tibox > span.hasei2_head_ti02.sp {
        font-size: 4.1rem;
        display: block !important;
        line-height: 1;
        padding-bottom: 20px;
}

.box04_conceptbox02 > h3, .box02_conceptbox02 > h3 {
        font-size: 1.8rem;
    }

  .box04_conceptbox02 > .orange-f, .box07_box > .small-box > .orange-f,
  .box07_box > .white-bg >.orange-f, .box02_conceptbox02 > .orange-f,
  .lifecreate_box03 > .orange-f, .box05_linkbox.lifecreate .orange-f,
  .lifecreate_box06_box2 .orange-f {
    font-size: 1.3rem;
}

/*リゾートアセット事業*/

h2.big-font {
        font-size: 1.9rem;
        line-height: 2;
    }

.resortasset_p-ab1 {
    position: absolute;
    bottom: 12%;
    left: 5%;
}

.resortasset_p-ab2 {
    position: static;
    right: 42%;
    top: 46%;
}

.box03_linkbox p.black-f {
    font-size: 1.2rem;
  }

.orange-waku {
        width: 350px;
        padding: 20px 0px;
    }

img.resortandasset_box01-bigimg.pc-tab {
    display: none;
}

img.resortandasset_box01-bigimg.sp {
    display: block;
}

.sp-resortandasset-slider {
    overflow: hidden;
}

.orange-waku > .grid-pc-2 {
    height: auto;
    justify-content: center;
}

.orange-waku {
  width: 350px;
    border-radius: 100px;
    height: auto;
    line-height: 1.1;
    padding: 20px 0px;
    font-size: 2.0rem;
}

.orange-waku span {
    font-size: 1.0rem;
}

.orange-waku span {
        font-size: 1.4rem;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

.box02_img-parent > .box02_img {
    width: 50%;
}


/* スマホ修正1-2のセット並び */
.box02_img-parent > .box02_img:nth-child(1),
.box02_img-parent > .box02_img:nth-child(4),
.box02_img-parent > .box02_img:nth-child(7) {
    width: 100%;
}

.box03_linkbox.resortandasset{
  width: 100%;
}

.sp-flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box03_linkbox.resortandasset {
    border-bottom: solid 1px rgb(0 0 0 / 15%);
    padding: 15px 0px 30px;
}

.sp-flexbox.resortandasset img {
    width: 100%;
    max-width: 120px;
}

.box04_conceptbox01.resortandasset, .box04_conceptbox02.resortandasset {
        margin: 0 auto;
    }

.box04_conceptbox01 {
    width: 100%;
    margin-right: 0px;
    order: 2;
}

.box04_conceptbox02 {
    width: 90%;
    margin: 0 auto;
}

 .grid-pc-4.resortandasset {
        width: 90%;
    }


section#resortandasset_box05_bigbox .sp-p-r {
    position: relative;
}

.box06_linkbox.resortandasset.sp {
    overflow: hidden;
}

.img-height.resortandasset {
    width: 30%;
    float: left;
}

.sp-floutbox.resortandasset dl {
    padding: 0px 15px 15px;
}

.sp-floutbox.resortandasset dl dt {
    margin: 0;
    text-align: left;
    height: auto;
}

.img-height.resortandasset img {
    display: block;
    width: 100%;
}

.box06_linkbox dl dt span {
    position: static;
}

.box06_linkbox dl dd {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
}

.box06_linkbox.resortandasset.sp:nth-child(8) {
    border-bottom: none;
}

.box06_linkbox {
        flex-wrap: wrap;
        width: 100%;
        padding: 30px 0px 30px;
        border-bottom: solid 1px rgb(0 0 0 / 15%);;
    }

    .box06_linkbox:nth-child(2) {
        border-left: none;
    }

    .box06_linkbox:nth-child(3) {
    border-right: none;
}

.box06_linkbox:nth-child(4) {
    border-bottom: none;
}

.box07_box:nth-child(1),.box07_box:nth-child(2) {
    width: 90%;
    margin: 0 auto;
}

.box07_box > .white-bg {
    width: 100%;
    display: block;
    max-width: initial;
    padding: 40px 0px;
    text-align: center;
    margin-top: 60px;
}

.box07_box.resortandasset .black-f {
  font-size: 1.8rem;
}

.box07_box.resortandasset:nth-child(1) {
        width: 90%;
        margin: 0 auto;
    }

    .box07_box.resortandasset > .white-bg {
        margin: 60px 0%;
    }

    .box07_box > .small-box h3 {
    font-size: 1.8rem;
    margin: 30px 0px 25px;
    line-height: 2;
}

section#resortandasset_box08_bigbox .white-f-big {
    font-size: 1.7rem;
  }

section#resortandasset_box08_bigbox .p-ab {
    width: 100%;
  }

  section#resortandasset_box08_bigbox .p-ab > img{
    width: 70px;
    display: initial !important; /*reset.cssの影響で変わってしまう効果を無効化する*/
  }



/*ライフクリエイト事業*/

#lifecreate_box03_bigbox .swiper-slide {
    width: 70% !important;
}

span.hasei2_head_ti02.pc_tab {
    display: none !important;
}

.lifecreate.p-ab2 {
    position: static;
}

.grid-pc-2 {
    flex-wrap: wrap;
  }

.box02_conceptbox01.lifecreate {
    width: 100%;
    margin-right: 0px;
}

.box02_conceptbox02.lifecreate {
    width: 100%;
}

.box02_conceptbox02.lifecreate p {
    width: 100%;
    line-height: 2;
}

.box02_bg img {
    width: 100%;
    height: 100%;
  }

.grid-pc-3 {
    flex-wrap: wrap;
}

.box03_linkbox.lifecreate .small-f {
    font-size: 0.7rem;
  }

  .box03_linkbox.lifecreate .big-f {
    font-size: 1.6rem;
}

.suzi {
    font-size: 4.9rem;
}

.suzi span {
    font-size: 3.7rem;
}

.mozi.fs-20,.mozi.fs-24 {
    font-size: 1.1rem;
    display: block;
        text-align: center;
}

.mozi.fs-24.sp-none,.suzi span.tyui-f {
    display: none;
}

.mozi.fs-24.sp span {
    font-size: 0.7rem;
    vertical-align: text-top;
}

.mozi.fs-24.sp-block,.mozi.fs-24.sp {
    display: block;
}

.grid-pc-3 > .box03_linkbox.lifecreate {
  width: 32.3%;
}

.lifecreate.tyui-f {
    font-size: 0.8rem;
}

.lifecreate.trackrecord_linkbtn a,.lifecreate.trackrecord_linkbtn a:hover {
    padding: 10px 0px 10px 25px;
    position: relative;
    width: 100%;
    max-width: 280px;
    border-radius: 20px;
}

.lifecreate.trackrecord_linkbtn a > span.white-f {
    font-size: 1.3rem;
}

section#lifecreate_box04_bigbox .sp-p-r {
    position: relative;
}

.sp-p-r .white-f-s {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lifecreate_box04_box {
    width: 90%;
    max-width: initial;
    position: static;
    transform: none;
    text-align: left;
    margin: 60px auto;
  }

  section#lifecreate_box04_bigbox .white-f-big {
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.75);
    text-align: left;
    margin-bottom: 30px;
}

section#lifecreate_box04_bigbox .white-f-s2 {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

img.product-lineup {
    width: 100%;
}

.grid-pc-6 > a {
    width: 100%;
}

.box05_linkbox.lifecreate {
    width: 100%;
    padding: 0 0 40px;
    overflow: hidden;
}

.box05_linkbox.lifecreate .orange-f {
    float: left;
    width: 30%;
}

.sp-floutbox {
    float: right;
    width: 70%;
}

.box05_linkbox.lifecreate {
        width: 100%;
        padding: 0 0 40px;
        overflow: hidden;
        /* border-bottom: solid 1px #ddd; */
        margin-bottom: 30px;
    }

    .box05_linkbox.lifecreate .wrapper {
        width: 100%;
        margin: 0 auto;
    }

.img-height {
    height: auto;
}

.box05_linkbox.lifecreate img {
    margin-top: 0px;
}

.box05_linkbox.lifecreate dl dt {
    padding: 0;
    margin: 25px 0px;
}

.box05_linkbox dl dt {
    font-size: 2.0rem;
    font-weight: bold;
    height: auto;
    position: relative;
    margin: 40px 0px 30px;
    /* padding-top: 30px; */
}

.box05_linkbox.lifecreate:nth-child(5) {
    padding-top: 30px;
    border-top: solid 1px #dcdeda;
    border-bottom: solid 1px #dcdeda;
}

.eachstudio dl dt {
    font-size: 1.6rem;
}

.eachstudio dl dd {
    font-size: 1.1rem;
}

.grid-pc-3.lifecreate {
    margin: 40px auto 25px;
    width: 100%;
}

.grid-pc-3.lifecreate.box05,.grid-pc-3.social.box05 {
        width: 90%;
    }

.lifecreate_box06_box2:nth-child(1) {
    width: 100%;
    margin-bottom: 25px;
}

.small-box {
    width: 100%;
    margin: 0px;
    max-width: 550px;
}

.lifecreate_box06_box2:nth-child(2) {
    width: 100%;
    text-align: left;
}

/*ソーシャルインフラ*/
.fs-24 {
    font-size: 1.7rem;
  }

.social.p-ab2 {
    position: static;
}

img.social_box01-bigimg.pc_tab {
    display: none;
}

.matching-child img {
    width: 100%;
}

.box01_white-box.white-bg img {
        width: 80px;
        height: 60px;
        top: 16%;
    }

img.social_box01-bigimg.sp {
    display: block;
}

    .matching-child {
        position: relative;
        top: 20px;
    }

    .box01_white-box.white-bg span {
        padding: 3px 0px;
        width: 265px;
    }

.box01_white-box02-2.social {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.box01_white-box02-2.social > .fs-24.black-waku {
    text-align: center;
    display: block;
    width: 80%;
    background-color: rgb(0 0 0 / 75%);
    color: #fff;
    padding: 15px 0px;
    border-radius: 50px;
    margin-bottom: 0;
    margin: 0 auto 15px;
}

.box01_white-box02-2 > p {
    margin: 35px auto 0px;
    width: 100%;
    text-align: left;
    line-height: 2;
}

.box01_white-box02-3.social {
    width: 100%;
}

.box01_white-box02-3.social > .p-r > img {
    width: 110%;
    position: relative;
    /* margin: 0 auto; */
    left: -6%;
}

.lifecreate.trackrecord_linkbtn.text-center.social {
        position: relative;
        height: 150px;
        /* padding-bottom: 60px; */
        margin-top: 0;
        width: 100%;
    }

.lifecreate.trackrecord_linkbtn.social a {
        width: 245px;
        max-width: 286px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 70px;
        right: 60px;
        border-radius: 20px;
        padding: 19px 20px;
    }


.box02_conceptbox02.social {
    width: 90%;
    margin: 0 auto;
}

.box02_conceptbox01.social {
    width: 100%;
    margin-left: 0px;
    margin: 0;
}

.lifecreate.trackrecord_linkbtn a > span img {
    width: 86px;
    display: inline-block;
}

span.p-ab {
    position: absolute;
    bottom: 0;
    right: 15px;
}


section#resortandasset_box05_bigbox > .white-f-s, section#social_box03_bigbox > .white-f-s {
    font-family: "Elms Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section#resortandasset_box05_bigbox > .white-f-big, section#social_box03_bigbox > .white-f-big {
    font-size: 1.8rem;
    position: static;
    margin: 60px 30px 0;
    line-height: 2.2;
    color: rgba(0, 0, 0, 0.75);
}

section#social_box03_bigbox > .sp-p-r {
  position: relative;
}

.grid-pc-3.social.box05 {
      margin: 0 auto;
    }

section#social_box03_bigbox > .white-f-big span {
    font-size: 1.3rem;
  }


}


/* ==================================================================================================================
==================================================================================================================

スマホサイズ（小）

==================================================================================================================
================================================================================================================== */

@media (max-width: 400px) {


h1.hasei2_head_tibox > span.hasei2_head_ti01 {
        font-size: 1.8rem;
    }
h1.hasei2_head_tibox > span.hasei2_head_ti02.sp {
        font-size: 3.5rem;
      }

.sp-400-b {
  display: block;
}

.pc-400-b {
  display: none;
}

  img.head-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }

  .lifecreate.p-ab2 {
        position: static;
        font-size: 0.8rem;
    }

    .resortasset_p-ab1 {
        position: absolute;
        bottom: 5%;
        left: 5%;
    }

    .circle-container {
    width: 25px;
    height: 25px;
  }

  .resortasset_p-ab3 {
    bottom: -3%;
}

.sp-flexbox.resortandasset img {
    width: 50%;
}




h2.big-font {
    font-size: 1.9rem;
}

section#resortandasset_box01_bigbox, section#lifecreate_box01_bigbox, section#lifecreate_box02_bigbox {
    padding: 55px 0px 60px;
}
}
