/*


------------------------------------------------------------------------------------------------*/

.mask,
.mask-img,
.animation {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  will-change: opacity, transform;
}

.mask.load,
.mask-img.load,
.animation.load {
  opacity: 1;
  transform: translateY(0);
}
.fv{
  padding-top: 3rem;
}
.fv .content{
  position: relative;
}

.fv h1{
  font-size: 7.6rem;
  line-height: 1.3;
  white-space: nowrap;
}
.fv .h1-btm{
  font-weight: 700;
  margin-top: 1em;
}
.fv .h1-btm > span{
  transition-delay: 0.6s;
}

.fv .view-btn{
  margin-left: auto;
}

.fv a.scroll{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.3rem;
  height: 10.3rem;
  border-radius: 100%;
  border: 1px solid;
  position: absolute;
  right: 5rem;
  bottom: 0;
}
.fv a.scroll:hover{
  opacity: 0.6;
}
.fv a.scroll img{
  width: 2.4rem;
}

.fv a.scroll img path {
  fill: #fff;
}
.fv .fv-img{
  width: calc(50% + 88rem);
  max-width: calc(100% - 5rem);
  max-height: none;
  margin: 5rem 0 -2.5rem auto;
  border-radius: 1rem 1rem 1rem 1rem;
  z-index: 100;
}

.fv-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.fv-swiper .swiper-slide {
  width: 102%;
  height: 100%;
  display: block;
  width: 102%;
  height: 100%;
  transform: translateX(-1%);
  object-fit: cover;
}

.fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-swiper .swiper-pagination {
	display:none;
}

.fv-swiper .swiper-button-next,.fv-swiper .swiper-button-prev{
    background-color: rgba(0,0,0,0.48);
    width: 50px;
    height: 50px;
    bottom: 20px;
    top: inherit;
    border:1px solid #FFF;
    border-radius:100px;
}
.fv-swiper .swiper-button-next{
    right: 20px;
}
.fv-swiper .swiper-button-prev{
    left: inherit;
    right: 80px;
}
.fv-swiper .swiper-button-next::after{
    content: '→';
    color: #fff;
    font-size: 1.5rem;
}
.fv-swiper .swiper-button-prev::after{
    content: '←';
    color: #fff;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
	.fv-swiper .swiper-button-next,.fv-swiper .swiper-button-prev{
		width: 30px;
		height: 30px;
		bottom: 5px;
	}
	.fv-swiper .swiper-button-next{
		right: 5px;
	}
	.fv-swiper .swiper-button-prev{
		right: 40px;
	}
	.fv-swiper .swiper-button-next::after{
		font-size: 1rem;
	}
	.fv-swiper .swiper-button-prev::after{
		font-size: 1rem;
	}
}

.identity{
  padding: 20rem 0 18rem;
  position: relative;
}
.identity::before{
  content: "";
  display: block;
  width: 99.4rem;
  height: 99.4rem;
  background: url(../img/logo-mark.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.identity .content{
  display: flex;
  justify-content: space-between;
}
.identity h2{
  font-size: 5rem;
  line-height: 1.1;
}
.identity h2 .ja{
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 1.2rem;
}
@media (max-width: 1860px){
.identity h2{
  font-size: max(3.6vw,5rem);
}
}
.identity .wrap{
  width: 68rem;
  margin-top: 18rem;
}
.identity .wrap h3{
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 5rem;
}
.identity .wrap p{
  font-size: 2.2rem;
}
.identity .wrap .view-btn{
  margin-left: auto;
}

.swiper {
  background: #00326C;
  position: relative;
}

.swiper .swiper-lead {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background:rgba(0,0,0,0.24);
  color: #fff;
  padding: 6rem 6rem;
}
.swiper .swiper-lead h2{
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
}
.swiper .swiper-lead p{
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .swiper .swiper-lead {
    padding: 1.5rem 2rem;
  }
  .swiper .swiper-lead h2{
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .swiper .swiper-lead p{
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 1rem;
  }
}

.marquee-text .swiper-wrapper {
  transition-timing-function: linear;
}
.marquee-text .swiper-slide{
  width: auto !important;
  font-size: 17rem;
  font-weight: 600;
  line-height: 1.2;
  margin-right: 0.3em;
  white-space: nowrap;
}
.marquee-text .swiper-slide{
  color: rgba(255,255,255,0.24);
}

.home-business{
  padding: 12rem 0 6rem;
}
.home-business .content{
  position: relative;
}
.home-business .h-1{
  margin-bottom: 10rem;
}
.home-business ul.business-nav{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 5rem;
}
.home-business ul.business-nav li{
  display: block;
}
.home-business ul.business-nav li + li{
  margin-left: 2.4rem;
}
.home-business ul.business-nav li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29rem;
  height: 4rem;
  border-radius: 2rem;
  font-weight: 700;
  background: #fff;
}
.home-business ul.business-nav li a::after{
  content: "";
  display: block;
  width: 1.7rem;
  height: 100%;
  background: url(../images/common/arrow-btm_b.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.3em;
}
.home-business ul.business-nav li a:hover{
  opacity: 0.6;
}

.home-business .business-li .li{
  display: block;
  min-height: 36rem;
  position: relative;
}
@media (max-width: 1860px){
.home-business .business-li .li{
  min-height: 24.12vw;
}
}
.home-business .business-li .anchor:not(:last-child) .li{
  margin-bottom: 20rem;
}
.home-business .business-li .li .img {
  position: absolute;
  width: calc(50% - 15rem);
  height: 100%;
  top: 0;
  z-index: 0;
}
.home-business .business-li .li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-business .business-li .anchor .li .img{
  border-radius: 15rem 0 0 0;
  right: 0;
}
.home-business .business-li .li .wrap{
  width: 85rem;
  max-width: 50%;
}
.home-business .business-li .anchor:nth-child(2n) .li .wrap{
  margin-left: auto;
}
.home-business .business-li .li .num{
  font-size: 3.6rem;
  font-weight: 600;
}
.home-business .business-li .li h3{
  font-size: 4.8rem;
  line-height: 1.1;
  white-space: nowrap;
}
@media (max-width: 1860px){
.home-business .business-li .li h3{
  font-size: max(3.6vw,5rem);
}
}
.home-business .business-li .li .h3-btm{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 7rem;
}
/* .home-business .business-li .li .view-btn{
  margin-left: auto;
} */

.business-client {
  background: linear-gradient(to bottom,#00326C 50%,#00326C 50%);
  color: #fff;
  padding: 16rem 0 16rem;
}
.business-client::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  background: #1C1E1F;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.business-client .flexbox {
  justify-content: space-between;
  gap:3.6rem;
}
.business-client .flexbox .flexcell {
  width: 46.5%;
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
}
.business-client-pin{
  content: "";
  display: block;
  width: 1%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: -100vh;
}
.business-client .h-1{
  margin-bottom: 14rem;
}
.business-client h3{
  width: min( 25vw, 600px );
  font-size: 2.4rem;
  letter-spacing: 1.08px;
  color: #FFF;
}
.business-client .h3-btm{
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: rgba(255,255,255,0.24);
}
.business-client picture {
  border-radius: 5px;
  margin-bottom: 1rem;
}
.business-client img.nev-img{
  width: 100%;
  max-height: 92rem;
  object-fit: cover;
  border-radius: 5px;
}
.business-client .view-btn{
  margin: 1.6rem 0 0;
}
@media (max-width: 1860px){
  .business-client h3{
    font-size: max(1.4125vw, 2.6rem);
  }
}
@media (max-width: 768px) {
  .business-client {
    padding: 9.6rem 0;
  }
  .business-client::before{
    border-radius: 2.5rem;
  }
  .business-client .h-1{
    margin-bottom: 5.9rem;
  }
  .business-client .flexbox .flexcell {
    width: 100%;
  }
  .business-client h3 {
    font-size: max(3.06vw, 2rem);
    width: 100%;
  }
  .business-client .h3-btm {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
    width: 100%;
  }
  .business-client .view-btn {
    margin: 0 auto;
  }
  .business-client picture {
    width: 100%;
    margin: 4rem auto 2rem;
  }
  
  /* order change */
  .business-client .flexbox .flexcell picture {
    order : 1;
  } 
  .business-client .flexbox .flexcell h3 {
    order : 2;
  }
  .business-client .flexbox .flexcell .h3-btm {
    order : 3;
  }
  .business-client .flexbox .flexcell a.view-btn {
    order : 4;
  }
}

.contact {
  background: linear-gradient(to bottom,#00326C 50%,#00326C 50%);
  color: #00326C;
  padding: 16rem 0 16rem;
  text-align: center;
}

@media (max-width: 768px) {
  .contact {
    padding: 8rem 0 8rem;
  }
}
.contact::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8rem 8rem 0 0;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.contact .content {
  display: flex;
  justify-content: center;
}
.contact .wrap {
  width: 56rem;
  text-align: center;
  margin:0 auto;
}

.contact .wrap .text-center{
  align-items: center;
  justify-content: center;
}


.contact a.mailLink.pr, .contact a.mailLink.pr {
  background-color: #FFF;
  border-color: #00326C;
  color: #00326C;
  margin-left: auto;
  margin-right: auto;
  font-weight:bold;
}

.contact a.mailLink.pr.view-btn svg, .contact a.mailLink.pr.view-btn svg{
  stroke: #00326C;
}

.contact input[type="submit"].submit-btn {
  /* display: flex;
  align-items: center; */
  width: 24rem;
  height: 6.2rem;
  border-radius: 3.2rem;
  padding: 0 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  border: 1px solid;
  margin: 4rem auto 0;
  background: #00326C;
  color: #FFF;
  font-weight: bold;
}

.contact input[type="submit"].submit-btn svg{
  stroke: #FFF;
}


/* news */
.home-news{
  padding: 20rem 0 24rem;
}
.home-news .h-1{
  margin-bottom: 8rem;
}
ul.news-li li{
  display: block;
  font-size: 1.6rem;
}
ul.news-li li + li{
  margin-top: 2.4rem;
}
ul.news-li li a{
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  position: relative;
}
ul.news-li li a::before,
ul.news-li li a::after{
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
ul.news-li li a::before{
  width: 100%;
  background: #488E9A;
}
ul.news-li li a::after{
  width: 0%;
  background: #111;
  transition: width 0.6s;
}
ul.news-li li a:hover::after{
  width: 100%;
}
ul.news-li li a .cat{
  display: block;
  width: 18rem;
  line-height: 3.8rem;
  border-radius: 2rem;
  border: 1px solid;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
ul.news-li li a .day{
  width: 16rem;
  color: #1F7381;
  text-align: right;
}
ul.news-li li a h3{
  width: calc(100% - 34rem);
  padding: 0 10rem 0 3rem;
  position: relative;
}
ul.news-li li a h3::before{
  content: "";
  display: block;
  width: 2.2rem;
  height: 100%;
  background: url(../images/common/arrow-ext2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 4rem;
  top: 0;
}
.home-news .view-btn{
  margin-left: auto;
}



.company .content.flex{
  display: flex;
  justify-content: space-between;
}
.company .content.flex .left{
  width: calc(100% - 130rem);
  min-width: 30rem;
}
.company .content.flex .right{
  width: 130rem;
  max-width: calc(100% - 30rem);
}

.company .message{
  background: linear-gradient(to bottom,transparent 50%,#42B8CA 50%);
  color: #fff;
  padding: 17rem 0 19rem;
}
.company .message::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  background: #1C1E1F;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.company .message .content{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.company .message h2{
  font-size: 10rem;
  color: #42B8CA;
  line-height: 1;
  position: absolute;
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.company .message h2 .ja{
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}

.company .message .message-img{
  width: 62.7rem;
  max-width: 36%;
  margin-right: 5.7%;
  position: relative;
}
.company .message .message-img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2D3133;
  clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
  position: absolute;
  left: -3.8rem;
  bottom: -4rem;
  z-index: 0;
}
.company .message .message-img img{
  clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
  z-index: 1;
}
.company .message .wrap{
  width: 56rem;
}
@media (max-width: 1860px){
.company .message .wrap{
  width: auto;
  max-width: 52rem;
}
}
.company .message h3{
  font-size: 5.5rem;
}
.company .message .name{
  font-weight: 700;
  margin-top: 5rem;
}
.company .message .view-btn{
  margin-top: 12rem;
}



.message-2{
  background: #1C1E1F;
  color: #fff;
  padding: 17rem 0 19rem;
  border-radius: 8rem;
}

@media (max-width: 1860px){
  .message-2{
    padding: 8.5rem 0 9.5rem;
    border-radius: 4rem;
  }
  
}
.message-2::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  background: #00326C;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.message-2 .content{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media (max-width: 768px){
  .message-2 .content{
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    position: relative;
  }  
}


.message-2 h2{
  font-size: 10rem;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  /* position: absolute;
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; */
}

@media (max-width: 768px){
  .message-2 h2{
    font-size: 4rem;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
  }
}

.message-2 h2 .ja{
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2rem;
}

@media (max-width: 768px){
  .message-2 h2 .ja{
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
  }
}

.message-2 .message-img{
  width: 62.7rem;
  max-width: 36%;
  margin-right: 5.7%;
  position: relative;
}
.message-2 .message-img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00326C;
  clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
  position: absolute;
  left: -3.8rem;
  bottom: -4rem;
  z-index: 0;
}
.message-2 .message-img img{
  clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
  z-index: 1;
}
.message-2 .wrap{
  width: 56rem;
  display: flex;
  flex-direction: column;
  background: #1C1E1F;
  position: absolute;
  left: 5rem;
  bottom: 0;
  z-index: 1;
  padding: 10rem 5rem;
}

@media (max-width: 1860px){
  .message-2 .wrap{
    width: auto;
    max-width: 70rem;
  }
}

@media (max-width: 768px){
  .message-2 .wrap{
    position: inherit;
    padding: 1rem 1rem;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.message-2 h3{
  font-size: 5.5rem;
}
.message-2 .name{
  font-weight: 700;
  margin-top: 5rem;
}
.message-2 .view-btn{
}


.company .profile{
  padding: 13rem 0 12.5rem;
}
dl.profile-dl{
  display: flex;
  flex-wrap: wrap;
}
dl.profile-dl > dt,
dl.profile-dl > dd{
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
dl.profile-dl > dt{
  width: calc(100% - 100rem);
  min-width: 15rem;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 2rem;
}
dl.profile-dl > dd{
  width: 100rem;
  max-width: calc(100% - 15rem);
  font-size: 1.6rem;
}
dl.profile-dl > dd p + p{
  margin-top: 0.8em;
}
dl.profile-dl dl.dl-1{
  display: grid;
  grid-template-columns: repeat(2, auto); 
  grid-column-gap: 2em;
  align-items: center;
}

.company .news{
  padding: 26rem 0 25rem;
}
dl.news-dl{
  display: flex;
  flex-wrap: wrap;
}
dl.news-dl > dt,
dl.news-dl > dd{
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
dl.news-dl > dt{
  width: calc(100% - 100rem);
  min-width: 15rem;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 2rem;
}
dl.news-dl > dd{
  width: 100rem;
  max-width: calc(100% - 15rem);
  font-size: 1.6rem;
}
dl.news-dl > dd p + p{
  margin-top: 0.8em;
}
dl.news-dl dl.dl-1{
  display: grid;
  grid-template-columns: repeat(2, auto); 
  grid-column-gap: 2em;
  align-items: center;
}


.company img.obi-1{
  width: 100%;
  max-height: 89rem;
  object-fit: cover;
}


.company .history{
  padding: 23rem 0 24rem;
}
dl.history-dl {
  display: flex;
  flex-wrap: wrap;
}
dl.history-dl > dt, dl.history-dl > dd {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

dl.history-dl > dt {
  width: calc(100% - 100rem);
  min-width: 15rem;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 2rem;
}
dl.history-dl > dd {
  width: 100rem;
  max-width: calc(100% - 15rem);
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  dl.history-dl {
      display: block;
  }
  dl.history-dl > dt, dl.history-dl > dd {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
  }
  dl.history-dl > dt {
    font-size: 1.6rem;
    padding-bottom: 0;
    margin-bottom: 0.8em;
    border-bottom: 0;
  }
  dl.history-dl > dd {
    font-size: 1.4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
  }
}

/*
------------------------------------------------------------------------------------------------*/

.message .common-sec .wrap-1{
  display: flex;
  justify-content: space-between;
}
.message .common-sec .wrap-1 h2{
  font-size: 5rem;
  max-width: 50%;
  padding-right: 5rem;
  white-space: nowrap;
}
.message .common-sec .wrap-1 h2 .ja{
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1860px){
.message .common-sec .wrap-1 h2{
  font-size: max(3.6vw,5rem);
}
}
.message .common-sec .wrap-1 .txt{
  width: 80rem;
  max-width: 50%;
  margin-top: 2rem;
}
.message .common-sec h3{
  font-size: 2.6rem;
  margin-bottom: 1em;
}
.message .common-sec img.img-1{
  margin: 0 0 8rem;
  border-radius: 1rem;
}
.message .common-sec .wrap-2{
  position: relative;
}
.message .common-sec .wrap-2 p{
  max-width: 120rem;
  width: 81%;
}
.message .common-sec .wrap-2 .name{
  line-height: 1.8;
  text-align: right;
  font-size: 3rem;
  /* position: absolute; */
  right: 0;
  bottom: 0;
}
[lang=en] .message .common-sec .wrap-2 .name{
  position: unset;
  margin-top: 2rem;
}
.message .common-sec .wrap-2 .name span{
  display: block;
  font-size: 1.6rem;
}


@media (max-width: 1860px){
.contact h1.h1-1{
  font-size: max(6.13vw,10rem);
}
}
.contact .h1-1-btm{
  margin-bottom: 7rem;
}


/*
------------------------------------------------------------------------------------------------*/

.common-sec .content p{
  margin: 1.5em 0;
}


/* .common-sec .content h2{
  margin: 2.75em 0 1.5em;
}

.common-sec .content h3{
  margin: 2.5em 0 1.25em;
}

.common-sec .content h4{
  margin: 2em 0 1em;
}

.common-sec .content h5{
  margin: 1.5em 0 0.75em;
} */

.common-sec .content ul,
.common-sec .content ol {
  font-size: 1.6rem;
  margin: 1.5em 0;
}
.common-sec .content ul {
  list-style: disc;
}
.common-sec .content ol {
  counter-reset: count 0;
}

.common-sec .content li{
  display: block;
  padding-left: 2em;
  position: relative;
}
.common-sec .content ul li + li,
.common-sec .content ol li + li{
    margin-top: 1em;
}
.common-sec .content ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}

.common-sec .content ol li:before {
  content: counter(count) ".";
  counter-increment: count 1;
  position: absolute;
  left: 0;
  top: 0;
}




@media (max-width: 768px){
.fv{
  padding-top: 0;
}
.fv h1{
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.fv .fv-img{
  width: calc(100% - 2.4rem);
  height: 100%;
  max-width: unset;
  max-height: unset;
  margin: 2.4rem 0 -1.2rem auto;
}
.fv .h1-btm > span{
  transition-delay: 1s;
  font-size: 1.2rem;
}


.identity{
  padding: 12rem 0 9rem;
}
.identity::before{
  width: 36.5rem;
  height: 36.5rem;
  background: url(../img/logo-mark.png) center center no-repeat;
  background-size: contain;
  top: 16.3rem;
  left:10%;
  transform: translateX(-3rem);
}
.identity .content{
  display: block;
}
.identity h2{
  font-size: 4.2rem;
}
.identity h2 .ja{
  font-size: 1.6rem;
  line-height: 1.2;
}

.identity .wrap{
  width: 100%;
  margin-top: 5rem;
}
.identity .wrap h3{
  font-size: 2.2rem;
  margin-bottom: 3rem;
  white-space: nowrap;
}
.identity .wrap p{
  font-size: 1.4rem;
}


.marquee-text .swiper-slide{
  width: auto !important;
  font-size: 6.6rem;
}


.home-business{
  padding: 12rem 0 9rem;
}
.home-business .h-1{
  margin-bottom: 5.5rem;
}
.home-business ul.business-nav{
  display: block;
  position: unset;
  margin-bottom: 5.5rem;
}
.home-business ul.business-nav li + li{
  margin: 2.4rem 0 0;
}
.home-business ul.business-nav li a{
  justify-content: flex-start;
  width: 100%;
  height: 3.4rem;
  border-radius: 1.7rem;
  padding: 0 4rem 0 1.7rem;
  position: relative;
}
[lang=en] .home-business ul.business-nav li a{
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.home-business ul.business-nav li a::after{
  width: 1.5rem;
  height: 100%;
  position: absolute;
  right: 1.7rem;
  top: 0;
}

.home-business .business-li .li{
  min-height: auto;
}
.home-business .business-li .anchor:not(:last-child) .li{
  margin-bottom: 14rem;
}
.home-business .business-li .li .img{
  width: calc(100% - 2.4rem);
  height: auto;
  margin-bottom: 4rem;
  position: relative;
}
.home-business .business-li .anchor:nth-child(2n-1) .li .img{
  border-radius: 8rem 0 0 0;
  margin-left: auto;
}
.home-business .business-li .anchor:nth-child(2n) .li .img{
  border-radius: 0 8rem 0 0;
  margin-right: auto;
}
.home-business .business-li .li .wrap{
  width: 100%;
  max-width: unset;
}
.home-business .business-li .li .num{
  font-size: 2.5rem;
}
.home-business .business-li .li h3{
  font-size: 3rem;
}
[lang=en] .home-business .business-li .li h3{
  margin-bottom: 4rem;
}
.home-business .business-li .li .h3-btm{
  font-size: 1.4rem;
  margin: 0.6em 0 4rem;
}
.home-business .business-li .li .view-btn{
  margin: 5rem auto 0;
}


.home-news{
  padding: 9rem 0 12rem;
}
.home-news .h-1{
  margin-bottom: 6rem;
}
ul.news-li li{
  font-size: 1.4rem;
}
ul.news-li li + li{
  margin-top: 4rem;
}
ul.news-li li a{
  flex-wrap: wrap;
  padding: 0 0 1.5rem;
}
ul.news-li li a .cat{
  width: 12rem;
  line-height: 2.2rem;
  border-radius: 1.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
ul.news-li li a .day{
  width: calc(100% - 12rem);
  text-align: left;
  padding-left: 1.6rem;
}
ul.news-li li a h3{
  width: 100%;
  padding: 0;
  margin-top: 1.5rem;
}
ul.news-li li a h3::before{
  width: 1.4rem;
  height: 1.4rem;
  right: 0;
  top: -3.6rem;
}


.company .content.flex{
  display: block;
}
.company .content.flex .left,
.company .content.flex .right{
  width: 100%;
  min-width: unset;
  max-width: unset;
}


.company .h-1{
  margin-bottom: 5.5rem;
}

.company .message{
  padding: 9rem 0 9.5rem;
}
.company .message::before{
  border-radius: 2.5rem;
}
.company .message .content{
  display: block;
}
.company .message h2{
  font-size: 4.6rem;
  position: relative;
  left: auto;
  top: auto;
  transform: unset;
}
.company .message h2 .ja{
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
.company .message .message-img{
  width: 26.2rem;
  max-width: unset;
  margin: -2rem auto 7rem;
  transform: translateX(0.9rem);
}
.company .message .message-img::before{
  left: -1.7rem;
  bottom: -1.7rem;
}
.company .message .wrap{
  width: 100%;
}
.company .message h3{
  font-size: 2.7rem;
}
.company .message .name{
  margin-top: 3rem;
}
.company .message .view-btn{
  margin-top: 5.5rem;
}

.company .profile{
  padding: 9rem 0;
}
dl.profile-dl{
  display: block;
}
dl.profile-dl > dt,
dl.profile-dl > dd{
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}
dl.profile-dl > dt{
  font-size: 1.6rem;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  border-bottom: 0;
}
dl.profile-dl > dd{
  font-size: 1.4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}


.company .history{
  padding: 5.5rem 0 12rem;
}
dl.history-dl{
  display: block;
}
dl.history-dl > dt{
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
dl.history-dl > dd + dt{
  margin-top: 2.5rem;
}
dl.history-dl dl{
  grid-template-columns: 5rem 1fr;
}
dl.history-dl dl dt,
dl.history-dl dl dd{
  padding: 1.5rem 0;
}
dl.history-dl dl dt{
  font-size: 1.6rem;
}
dl.history-dl dl dd{
  font-size: 1.4rem;
}

.company .news{
  padding: 9rem 0;
}
dl.news-dl{
  display: block;
}
dl.news-dl > dt,
dl.news-dl > dd{
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}
dl.news-dl > dt{
  font-size: 1.6rem;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  border-bottom: 0;
}
dl.news-dl > dd{
  font-size: 1.4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.message .common-sec .wrap-1{
  display: block;
}
.message .common-sec .wrap-1 h2{
  font-size: 2.8rem;
  max-width: unset;
  padding-right: 0;
}
.message .common-sec .wrap-1 h2 .ja{
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.message .common-sec .wrap-1 .txt{
  width: 100%;
  max-width: unset;
  margin-top: 5.5rem;
}
.message .common-sec h3{
  font-size: 2rem;
  margin-bottom: 1em;
}
.message .common-sec img.img-1{
  margin: 5.5rem 0;
  border-radius: 0.5rem;
}
.message .common-sec .wrap-2 p{
  width: 100%;
}
.message .common-sec .wrap-2 .name{
  font-size: 1.8rem;
  font-weight: 700;
  position: unset;
  margin: 2rem 0 0 auto;
}
.message .common-sec .wrap-2 .name span{
  font-size: 1.4rem;
}


.business .content.flex{
  display: block;
}
.business .content.flex .left,
.business .content.flex .right{
  width: 100%;
  min-width: unset;
  max-width: unset;
  padding-right: 0;
}
.business .content.flex .right{
  font-size: 1.4rem;
}
.business .content.flex .left h2{
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.business .content.flex .right + .left{
  margin-top: 9rem;
}
.business .content.flex .right + .left{
  margin-top: 9.5rem;
}
.business .content.flex .right + .left + .right{
  margin-top: 0;
}

.contact h1.h1-1{
  font-size: 4.8rem;
}
[lang=en] h1.h1-1{
  margin-bottom: 5rem;
}
.contact .h1-1-btm{
  margin-bottom: 5rem;
}



/*
------------------------------------------------------------------------------------------------*/

.lower .f21{
  font-size: 1.6rem;
}
.lower ol {
  font-size: 1.4rem;
}




}

.fv-logo {
  position: absolute;
  top: 4rem;
  left: 5rem;
  z-index: 10;
  width: 18rem;
}
.fv-logo img {
  width: 100%;
  height: auto;
}

