@charset "UTF-8";
/* CSS Document */

/*--ページトップ ページ下部固定--*/
.hht-nc21-2--fixed .hht-nc21-2__block1 {
  position: static !important;
  transform: none !important;
}
@media (max-width: 1307px) {
  body > #Contents .hht-wrap {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
  #body > .hht-wrap > .hht-nc1-1-1 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  #body > .hht-wrap > .hht-nc1-1-1 {
    padding-left: 10px;
  }
}
body > #Contents .hht-nc2-1-1 h2 {
  border-bottom: none;
}
.vision .sp {
  display: none;
}
.vision .fade {
  opacity: 0;
  transition: 1s;
}
.vision .fade_chk {
  opacity: 1;
  transition: none;
}
.vision .fade_dl {
  transition-delay: 0.5s;
}
.vision .fade_in {
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.vision .fade_up {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.vision .fade_left {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
}
.vision .fade_right {
  transform: translate3d(50px, 0, 0);
  opacity: 0;
}
.vision .fade.act {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .vision .sp {
    display: inline-block;
  }
}
/*-- kv --*/
.kv {
  position: relative;
  margin-bottom: 90px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .kv .kv-scroll-container {
    height: 100vh;
    background: url(/assets/image/en/company/philosophy/vision/vision_kv.jpg) center center no-repeat;
    background-size: cover;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .kv.sc .kv-scroll-container {
    overflow-y: auto;
    scroll-snap-type: y mandatory;
  }
  .kv .kv-scroll-container::-webkit-scrollbar {
    display: none;
  }
  .kv .kv-scroll-item {
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    max-width: 1190px;
    height: 100vh;
    margin: 0 auto;
  }
  .kv .kv-scroll-item picture {
    transform: translate3d(0, 0, 0);
    opacity: 0;
    /* opacity: 0;
    transform: translate3d(0, 50px, 0);*/
  }
  .kv .kv-scroll-item.active picture {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: 0s;
  }
  .kv .kv-scroll {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 18.9px;
    height: 30px;
    background: #fff;
    clip-path: polygon(0 74.5%, 38.3% 74.5%, 38.3% 0, 61.7% 0, 61.7% 74.5%, 100% 74.5%, 50% 100%);
    z-index: 2;
    /* cursor: pointer; */
    animation: scrollAnime 0.5s ease-in-out infinite alternate;
  }
  .kv .kv-scroll.lock {
    position: absolute;
  }
}
@keyframes scrollAnime {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(8px);
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) {
  .kv .kv-scroll-container {
    background: url(/assets/image/en/company/philosophy/vision/vision_kv.jpg) right center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1307px) {
  .kv .kv-scroll-container {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 90px;
  }
  .kv .kv-image-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 830px;
    height: 100%;
    clip-path: inset(0);
  }
  .kv .kv-image-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #72b6c9 url(/assets/image/en/company/philosophy/vision/vision_kv_sp.jpg) bottom center no-repeat;
    background-size: cover;
    /* background-size: contain; */
  }
  .kv-scroll-container {
    padding: 40px 16px;
  }
  .kv .kv-scroll-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    z-index: 1;
  }
  .kv .kv-scroll-item picture {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: 1s;
  }
  .kv .kv-scroll-item.act picture {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .kv .kv-scroll {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 90px;
  }
  .kv .kv-image-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 830px;
    height: 100%;
    clip-path: inset(0);
  }
  .kv .kv-image-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #72b6c9 url(/assets/image/en/company/philosophy/vision/vision_kv_sp.jpg) bottom center no-repeat;
    background-size: cover;
    /* background-size: contain; */
  }
  .kv-scroll-container {
    padding: 40px 16px;
  }
  .kv .kv-scroll-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    z-index: 1;
  }
  .kv .kv-scroll-item picture {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: 1s;
  }
  .kv .kv-scroll-item.act picture {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .kv .kv-scroll {
    display: none;
  }
}

/*-- theme --*/
.theme {
  position: relative;
  margin-bottom: 157px;
  background: #fff;
}
.theme .theme-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1187px;
  padding: 30px clamp(10px, calc(-26.350710900473928px + 4.739336492890995vw), 40px);
  margin: 0 auto;
  border: #7b7b7b 1px solid;
}
.theme .theme-wrapper picture {
  width: 25%;
}
.theme .theme-txt {
  width: 74%;
  padding-right: 80px;
}
.theme .theme-txt > p {
  font-size: 18px !important;
}
.theme .theme-txt > p.ttl {
  font-size: 20px !important;
  line-height: normal !important;
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  .theme {
    width: 95vw;
    margin: 0 auto 100px;
  }
  .theme .theme-txt {
    width: 72%;
    padding-right: 0;
  }
  .theme .theme-txt > p {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .theme {
    padding: 0 16px;
    margin-bottom: 114px;
  }
  .theme .theme-wrapper {
    justify-content: center;
    max-width: initial;
    padding: 50px 15px;
  }
  .theme .theme-wrapper picture {
    width: 223px;
    margin-bottom: 35px;
  }
  .theme .theme-wrapper picture img {
    width: 100%;
  }
  .theme .theme-txt {
    width: 100%;
    padding-right: 0;
  }
  .theme .theme-txt > p {
    font-size: 15px !important;
    text-indent: 0;
    text-align: center;
    line-height: 2 !important;
  }
  .theme .theme-txt > p.ttl {
    font-size: 17px !important;
    margin-bottom: 20px !important;
  }
}
/*-- philosophy --*/
.philosophy {
  position: relative;
  margin-bottom: 117px;
  background: #fff;
}
.philosophy .philosophy-wrapper {
  max-width: 1187px;
  padding: 58px clamp(15px, calc(-111.37974683544303px + 16.455696202531644vw), 119px) 79px;
  margin: 0 auto;
  background: #f7f7f7;
}
.philosophy-wrapper .hht-nc2-1-1 {
  display: flex;
  justify-content: center;
  /* width: 32%; */
  padding: 38px 0 0;
  margin: 0 auto !important;
}
.philosophy-wrapper .hht-nc2-1-1 h2 {
  font-size: 35px !important;
  padding: 27px 0 0 !important;
}
.philosophy-wrapper .hht-nc2-1-1 h2::before {
  right: calc(50% - 2em);
  margin: 0 auto;
}
.philosophy-wrapper p {
  font-size: 18px !important;
  text-align: center;
  line-height: 3 !important;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 0 16px;
    margin-bottom: 127px;
  }
  .philosophy .philosophy-wrapper {
    max-width: initial;
    padding: 39px 17px 34px;
  }
  .philosophy-wrapper .hht-nc2-1-1 {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    margin: 0 auto 50px !important;
  }
  .philosophy-wrapper .hht-nc2-1-1 h2 {
    font-size: 25px !important;
    padding: 20px 0 0 !important;
  }
  .philosophy-wrapper p {
    font-size: 15px !important;
    line-height: 2 !important;
  }
}

/*-- vision-mission --*/
.vision-mission {
  position: relative;
  min-height: 900px;
  margin-bottom: 200px;
  overflow: hidden;
}
.vision-mission .vision-inner-cont,
.vision-mission .mission-inner-cont {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1187px;
  margin: 0 auto;
  z-index: 1;
}
.vision-mission .vision-inner-cont {
  top: 0;
  align-items: flex-end;
  padding: 120px 20px 0 44px;
}
.vision-mission .mission-inner-cont {
  bottom: 0;
  align-items: flex-end;
  text-align: right;
  padding: 0 44px 185px 20px;
}
.vision-mission .vision-inner-cont .vm-en,
.vision-mission .mission-inner-cont .vm-en {
  width: 50%;
  margin-bottom: 10px;
}
.vision-mission .vision-inner-cont .vm-innet-cont,
.vision-mission .mission-inner-cont .vm-innet-cont {
  width: 50%;
}
.vision-mission .vm-innet-cont h2.vm-ttl {
  color: #e60027;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 34px;
}
.vision-mission .vision-inner-cont .vm-innet-cont .vm-jp {
  font-size: clamp(35px, calc(24.063291139240505px + 1.4240506329113924vw), 44px);
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.vision-mission .vm-innet-cont {
  font-size: clamp(16px, calc(11.139240506329113px + 0.6329113924050633vw), 20px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .vision-mission {
    min-height: initial;
    margin-bottom: 125px;
  }
  .vision-mission .vision-inner-cont,
  .vision-mission .mission-inner-cont {
    max-width: initial;
  }
  .vision-mission .vision-inner-cont {
    top: 0;
    align-items: center;
    padding: 0 16px 0;
  }
  .vision-mission .mission-inner-cont {
    justify-content: flex-end;
    padding: 0 16px 15px;
  }
  .vision-mission .vision-inner-cont .vm-en {
    width: 213px;
    padding: 0 0 15px 0;
    order: 1;
  }
  .vision-mission .mission-inner-cont .vm-en {
    width: 270px;
    padding: 0 0 15px 0;
  }
  .vision-mission .vision-inner-cont .vm-innet-cont,
  .vision-mission .mission-inner-cont .vm-innet-cont {
    width: 100%;
  }
  .vision-mission .vision-inner-cont .vm-innet-cont {
    order: 2;
  }
  .vision-mission .vm-innet-cont h2.vm-ttl {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .vision-mission .vm-innet-cont .vm-jp {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 28px !important;
  }
  .vision-mission .vm-innet-cont {
    font-size: 18px;
    font-weight: bold;
  }
}
/*- line -*/
.vision-mission .vm-line-wrapper {
  position: relative;
  max-width: 1187px;
  min-height: 900px;
  margin: 0 auto;
}
.vision-mission .vm-line-wrapper .vm-line {
  position: absolute;
  overflow: hidden;
  transform: skewX(-40deg);
}
.vision-mission .vm-line-wrapper .vm-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: transparent linear-gradient(180deg, #ff5861 0%, #d90006 46%, #e71c26 100%) 0% 0% no-repeat padding-box;
}
.vision-mission .vm-line-wrapper .line-01 {
  width: 400px;
  height: 100%;
  top: 0;
  right: 382px;
}
.vision-mission .vm-line-wrapper.act .line-01::before {
  animation: lineAnime 0.3s forwards 0s;
}
.vision-mission .vm-line-wrapper .line-02 {
  width: 165px;
  height: 265px;
  top: 368px;
  right: 915px;
  opacity: 0.2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  filter: blur(10px);
}
.vision-mission .vm-line-wrapper.act .line-02::before {
  animation: lineAnime 0.5s forwards 0.3s;
}
.vision-mission .vm-line-wrapper .line-03 {
  width: 265px;
  height: 373px;
  top: 80px;
  right: 530px;
  opacity: 0.2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  filter: blur(10px);
}
.vision-mission .vm-line-wrapper.act .line-03::before {
  animation: lineAnime 0.3s forwards 0.5s;
}
.vision-mission .vm-line-wrapper .line-04 {
  width: 255px;
  height: 405px;
  bottom: 26px;
  right: 70px;
  opacity: 0.2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  filter: blur(10px);
}
.vision-mission .vm-line-wrapper.act .line-04::before {
  animation: lineAnime 0.3s forwards 0.3s;
}
.vision-mission .vm-line-wrapper .line-05 {
  width: 275px;
  height: 700px;
  top: 55px;
  right: -75px;
  opacity: 0.2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  filter: blur(10px);
}
.vision-mission .vm-line-wrapper.act .line-05::before {
  animation: lineAnime 0.3s forwards 0.5s;
}
@media screen and (max-width: 767px) {
  .vision-mission .vm-line-wrapper {
    max-width: initial;
    min-height: 570px;
    margin: 0 auto;
  }
  .vision-mission .vm-line-wrapper .vm-line {
    transform: skewX(318deg);
  }
  .vision-mission .vm-line-wrapper .line-01 {
    width: 159px;
    height: 659px;
    top: 0;
    right: initial;
    left: 59px;
  }
  .vision-mission .vm-line-wrapper .line-02 {
    width: 203px;
    height: 282px;
    top: 11px;
    right: initial;
    left: 158px;
    opacity: 0.1;
  }
  .vision-mission .vm-line-wrapper .line-03 {
    width: 136px;
    height: 185px;
    top: 193px;
    right: initial;
    left: -45px;
    opacity: 0.1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    filter: blur(15px);
  }
  .vision-mission .vm-line-wrapper .line-04 {
    width: 180px;
    height: 196px;
    top: 340px;
    bottom: initial;
    right: initial;
    left: 179px;
    opacity: 0.1;
  }
  .vision-mission .vm-line-wrapper .line-05 {
    width: 207px;
    height: 490px;
    top: -87px;
    bottom: initial;
    right: initial;
    left: 269px;
    opacity: 0.1;
  }
}
@keyframes lineAnime {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/*-- vision-list --*/
.vision-list {
  margin-bottom: 80px;
}
.vision-list .vision-list-wrapper {
  max-width: 1187px;
  padding: 58px clamp(30px, calc(-77.84044233807266px + 14.06003159557662vw), 119px);
  margin: 0 auto;
  background: #f7f7f7;
}
.vision-list .vision-list-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.vision-list .vision-list-tab .hht-nc2-1-1 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 32%;
  padding: 38px 0 5px;
  margin: 0 auto !important;
  background: #fff;
  border-bottom: #fff 10px solid;
  cursor: pointer;
  transition: color 0.25s ease, transition 0.25s ease, background-color 0.25s ease, border-bottom 0.25s ease;
}
.vision-list .vision-list-tab .hht-nc2-1-1:hover {
  color: #fff;
  background: #e61c27;
  border-bottom: #e61c27 10px solid;
}
.vision-list .vision-list-tab .hht-nc2-1-1:hover h2::before {
  background: #fff !important;
}
.vision-list .vision-list-tab .hht-nc2-1-1.active {
  border-bottom: #e61c27 10px solid;
}
.vision-list .vision-list-tab .hht-nc2-1-1.active::before {
  position: absolute;
  bottom: -40px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 8.5px 0 8.5px;
  border-color: #e61c27 transparent transparent transparent;
}
.vision-list .vision-list-tab .hht-nc2-1-1 > h2 {
  display: inline-block;
  font-size: clamp(18px, calc(10.708860759493671px + 0.949367088607595vw), 24px) !important;
  text-align: center;
  padding-right: 40px !important;
}
.vision-list .vision-list-cont-wrapper {
  padding: 47px 54px 50px 70px;
  background: #fff;
}
.vision-list .vision-list-cont-wrapper .vision-list-cont {
  display: none;
  animation: tabFade 0.3s ease-in-out;
}
.vision-list .vision-list-cont-wrapper .vision-list-cont.show {
  display: block;
}
.vision-list .vision-list-cont-wrapper .vision-list-cont ol li {
  font-size: 18px;
  margin-bottom: 10px;
}
@keyframes tabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .vision-list {
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .vision-list .vision-list-wrapper {
    max-width: initial;
    padding: 38px 16px;
  }
  .vision-list .vision-list-tab {
    margin-bottom: 30px;
  }
  .vision-list .vision-list-tab .hht-nc2-1-1 {
    width: 32%;
    padding: 38px 0 5px;
    border-bottom: #fff 5px solid;
  }
  .vision-list .vision-list-tab .hht-nc2-1-1.active::before {
    bottom: -25px;
    border-width: 20px 6.5px 0 6.5px;
  }
  .vision-list .vision-list-tab .hht-nc2-1-1:hover {
    border-bottom: #e61c27 5px solid;
  }
  .vision-list .vision-list-tab .hht-nc2-1-1.active {
    border-bottom: #e61c27 5px solid;
  }
  .vision-list .vision-list-tab .hht-nc2-1-1.active::before {
    bottom: -25px;
    border-width: 20px 6.5px 0 6.5px20px 6.5px 0 6.5px;
  }
  .vision-list .vision-list-tab .hht-nc2-1-1 > h2 {
    font-size: 15px !important;
    padding: 0 !important;
  }
  .vision-list .vision-list-tab .hht-nc2-1-1 > h2::before {
    top: -10px !important;
    right: 10px;
    margin: 0 auto;
  }
  .vision-list .vision-list-cont-wrapper {
    padding: 23px 24px 17px 43px;
  }
  .vision-list .vision-list-cont-wrapper .vision-list-cont ol li {
    font-size: 15px;
    margin-bottom: 17px;
  }
}
/*------------------------------------------------*/
/*--tablet----------------------------------------*/
.vision.tablet .sp {
  display: block;
}
.tablet .kv {
  margin-bottom: 90px;
}
.tablet .kv .kv-image-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 830px;
  height: 100%;
  clip-path: inset(0);
}
.tablet .kv .kv-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #72b6c9 url(/assets/image/en/company/philosophy/vision/vision_kv_tb.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .tablet .kv .kv-image-fixed {
    background: #72b6c9 url(/assets/image/en/company/philosophy/vision/vision_kv.jpg) top center no-repeat;
    background-size: cover;
  }
}
.tablet .kv-scroll-container {
  height: auto;
  padding: 40px 16px;
  background: none;
  overflow-y: initial;
  scroll-snap-type: none;
}
.tablet .kv .kv-scroll-item {
  position: relative;
  display: flex;
  align-items: center;
  max-width: initial;
  height: auto;
  margin: 0 auto 30px;
  z-index: 1;
}
.tablet .kv .kv-scroll-item picture {
  opacity: 1;
  transform: translate3d(0, 50px, 0);
  transition: 1s;
}
.tablet .kv .kv-scroll-item.active picture {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.tablet .kv .kv-scroll-item.act picture {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.tablet .kv .kv-scroll {
  display: none;
}

/*------------------------------------------------*/
