@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.philosophy
------------------------------ */
.content_wrap {
  padding-top: 1px;
  background: url(../img/company/philosophy/philosophy_bg01.jpg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .content_wrap {
    background: url(../img/company/philosophy/philosophy_bg01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
}

.philosophy {
  position: relative;
  padding: 60px 0 150px;
}
@media screen and (max-width: 900px) {
  .philosophy {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 25px 0 60px;
  }
}
.philosophy .philosophy_wrap {
  width: calc(50% + 550px);
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .philosophy .philosophy_wrap {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap {
    width: 88%;
    margin: 0 auto;
  }
}
.philosophy .philosophy_wrap .ttl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1100px;
  gap: 20px;
  padding-right: 20px;
  margin-bottom: 33px;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .ttl {
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .philosophy .philosophy_wrap .ttl {
    gap: 5vw;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .ttl .ttl_txt {
    order: 2;
    padding-bottom: 0.2em;
  }
}
.philosophy .philosophy_wrap .ttl .en {
  font-weight: bold;
  font-size: 7rem;
  color: #6A8397;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .ttl .en {
    order: 1;
    font-size: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .philosophy .philosophy_wrap .ttl .en {
    font-size: 10vw;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item {
  position: relative;
  display: flex;
  align-items: center;
  height: 124px;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item {
    height: auto;
    align-items: normal;
    min-height: 86px;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item + .philosophy_item {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item + .philosophy_item {
    margin-top: 10px;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item::before {
  position: absolute;
  left: 20px;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #1CC9D8 0%, #0077C3 100%);
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item::before {
    left: 0;
    width: 100vw;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item .num {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 100%;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .num {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .num {
    width: 34px;
    height: auto;
    font-size: 3.4rem;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item .num::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 40px;
  content: "";
  display: block;
  width: 75px;
  height: 100%;
  background: #15B9D4;
  transform: skewX(-33deg);
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .num::before {
    left: 33px;
    width: 60px;
    transform: skewX(-28deg);
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .num::before {
    left: 0;
    width: 34px;
    transform: skewX(0deg);
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item .num span {
  position: relative;
  z-index: 2;
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item .txt {
  padding-left: 20px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .txt {
    padding-right: 10px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .txt {
    display: flex;
    align-items: center;
    padding: 10px 0 15px 15px;
    font-size: 2rem;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item .txt .en {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .txt .en {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item .txt .en {
    font-size: 2.4rem;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(1) {
  margin-left: 255px;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(1) {
    margin-left: 210px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(1) {
    margin-left: 0;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(2) {
  margin-left: 170px;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(2) {
    margin-left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(2) {
    margin-left: 0;
  }
}
.philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(3) {
  margin-left: 85px;
}
@media screen and (max-width: 1100px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(3) {
    margin-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .philosophy_wrap .philosophy_list .philosophy_item:nth-child(3) {
    margin-left: 0;
  }
}
.philosophy .mission {
  margin-top: 80px;
  padding: 200px 0;
  background: url(../img/company/philosophy/philosophy_bg02.png) no-repeat center top;
  background-size: 1136px;
}
@media screen and (max-width: 768px) {
  .philosophy .mission {
    margin-top: 60px;
    padding: 0;
    background: none;
  }
}
.philosophy .mission .wrap {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .philosophy .mission .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .wrap {
    width: 88%;
  }
}
.philosophy .mission .en_ttl {
  position: absolute;
  top: -140px;
  right: 0;
  font-size: 7.5rem;
  font-weight: bold;
  color: #6A8397;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .philosophy .mission .en_ttl {
    text-align: right;
  }
}
@media screen and (max-width: 1200px) {
  .philosophy .mission .en_ttl {
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .philosophy .mission .en_ttl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .en_ttl {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 105px;
    font-size: 4rem;
  }
}
.philosophy .mission .txt_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box::before {
    position: absolute;
    top: -75px;
    content: "";
    display: block;
    width: 289px;
    height: 286px;
    background: url(../img/company/philosophy/philosophy_bg02_sp.jpg) no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box > * {
    position: relative;
    z-index: 2;
  }
}
.philosophy .mission .txt_box .box_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box .box_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    font-size: 4rem;
    text-align: left;
  }
}
.philosophy .mission .txt_box .box_ttl .en {
  display: block;
  margin-bottom: 10px;
  color: #0077C3;
  font-size: 4.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box .box_ttl .en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 400px) {
  .philosophy .mission .txt_box .box_ttl .en {
    font-size: 10vw;
  }
}
.philosophy .mission .txt_box .box_ttl .ttl_txt {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box .box_ttl .ttl_txt {
    padding-bottom: 0.3em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .philosophy .mission .txt_box .box_ttl .ttl_txt {
    font-size: 4vw;
  }
}
.philosophy .mission .txt_box .sub_ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box .sub_ttl {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .philosophy .mission .txt_box .sub_ttl {
    font-size: 6vw;
  }
}
.philosophy .mission .txt_box .txt {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box .txt {
    width: 100%;
    margin-top: 25px;
    text-align: left;
  }
}
.philosophy .mission .txt_box.mission_box {
  z-index: 1;
  max-width: 760px;
}
@media screen and (max-width: 1100px) {
  .philosophy .mission .txt_box.mission_box {
    width: 67%;
  }
}
@media screen and (max-width: 1000px) {
  .philosophy .mission .txt_box.mission_box {
    width: 63%;
  }
}
@media screen and (max-width: 900px) {
  .philosophy .mission .txt_box.mission_box {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.mission_box {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.mission_box::before {
    left: -83px;
  }
}
@media screen and (min-width: 769px) {
  .philosophy .mission .txt_box.mission_box .box_ttl .en {
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .philosophy .mission .txt_box.mission_box .sub_ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .philosophy .mission .txt_box.mission_box .txt {
    margin-top: 40px;
    font-size: 1.7rem;
  }
}
.philosophy .mission .txt_box.vision_box {
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  margin-top: -30px;
}
@media screen and (max-width: 1280px) {
  .philosophy .mission .txt_box.vision_box {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .philosophy .mission .txt_box.vision_box {
    width: 52%;
  }
}
@media screen and (max-width: 1000px) {
  .philosophy .mission .txt_box.vision_box {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  .philosophy .mission .txt_box.vision_box {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.vision_box {
    z-index: 4;
    max-width: 100%;
    width: 100%;
    margin: 75px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.vision_box::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.philosophy .mission .txt_box.vision_box .txt {
  max-width: 355px;
}
@media screen and (max-width: 900px) {
  .philosophy .mission .txt_box.vision_box .txt {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.vision_box .txt {
    max-width: 100%;
  }
}
.philosophy .mission .txt_box.value_box {
  z-index: 3;
  max-width: 600px;
  margin-top: -175px;
  margin-left: 50px;
}
@media screen and (max-width: 1280px) {
  .philosophy .mission .txt_box.value_box {
    margin-top: -120px;
  }
}
@media screen and (max-width: 1100px) {
  .philosophy .mission .txt_box.value_box {
    width: 52%;
  }
}
@media screen and (max-width: 1030px) {
  .philosophy .mission .txt_box.value_box {
    width: 59%;
    margin-left: 0;
  }
}
@media screen and (max-width: 930px) {
  .philosophy .mission .txt_box.value_box {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.value_box {
    max-width: 100%;
    width: 100%;
    margin: 75px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.value_box::before {
    top: -110px;
    right: -83px;
  }
}
.philosophy .mission .txt_box.value_box .txt {
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .philosophy .mission .txt_box.value_box .txt {
    max-width: 100%;
  }
}
.philosophy .page_nav {
  margin-top: 100px;
}
.philosophy .side_nav {
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 2%;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .philosophy .side_nav {
    top: 20px;
  }
}
.philosophy .side_nav.fixed {
  position: fixed;
}
.philosophy .side_nav.stopped {
  position: absolute;
}
.philosophy .side_nav .side_nav_list {
  padding-left: 14px;
}
.philosophy .side_nav .side_nav_list .side_nav_item + .side_nav_item {
  margin-top: 35px;
}
.philosophy .side_nav .side_nav_list .side_nav_item a {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 900;
  color: #99A7B2;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.philosophy .side_nav .side_nav_list .side_nav_item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
}
.philosophy .side_nav .side_nav_list .side_nav_item > a::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #15B9D4;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.philosophy .side_nav .side_nav_list .side_nav_item.current a {
  color: #31363a;
}
.philosophy .side_nav .side_nav_list .side_nav_item.current > a::before {
  background: #15B9D4;
}