/* =========================
Reset
========================= */

html,
body{
  margin:0;
  padding:0;
}

body{
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background:#f3ede7;
}

.site-main{
  margin:0;
  padding:0;
}

/* =========================
Company Page
========================= */

.company-hero{
  position:relative;
  width:100%;
  max-width:390px;
  margin:0 auto;
  padding:32px 20px 60px;
  box-sizing:border-box;
  z-index:0;
}

.company-text--pc{
  display:none;
}

/* =========================
Block
========================= */

.company-block{
  position:relative;
  margin-bottom:56px;
  z-index:2;  
}

.company-block--mission{
  margin-bottom:24px;
}


/* =========================
Slash
========================= */

.company-slash{
  position:absolute;
  left:-6px;
  top:-6px;
  width:28px;
  height:auto;
}


/* =========================
Label
========================= */

.company-label{
  margin:48px 0 8px;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:14px;
  line-height:1;
  letter-spacing:0;
  color:#5E698F;
}


/* =========================
Company
========================= */

.company-title{
  margin:0;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:40px;
  line-height:1;
  letter-spacing:0;
  color:#39446D;
}

/* =========================
Company Hero
========================= */

.company-hero{
  position:relative;
}

.company-hero__shape{
  position:absolute;
  display:block;
  height:auto;
  pointer-events:none;
}

.company-hero__shape--yellow{
  top:0;
  left:0;
  width:160px;
  z-index:1;
}

/* =========================
Mission
========================= */

.company-mission{
  margin:0;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:32px;
  line-height:1;
  letter-spacing:0;
  color:#39446D;
}

.company-mission-wrap{
  position:relative;
}

.company-mission-wrap .company-slash{
  position:absolute;
  left:-6px;
  top:-6px;
  width:28px;
  height:auto;
}


/* =========================
Mission Vision 背景
========================= */

.mission-vision-bg{
  position:absolute;
  top:0;
  left:0;
  width:390px;
  height:520px;
  pointer-events:none;
  z-index:0;
}

.mission-vision-bg::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  width:110px;
  height:590px;
  background:#DDF3F3;
  transform:rotate(43deg);
  transform-origin:center;
  z-index:1;
}

.mission-vision-bg::after{
  content:"";
  position:absolute;
  top:56px;
  left:0;
  width:59px;
  height:440px;
  background:#EBDD63;
  transform:rotate(-42deg);
  transform-origin:center;
  z-index:0;
}

.mission-vision-bg__triangle{
  position:absolute;
  left:208px;
  top:0;
  width:194px;
  height:108px;
  background:#DDF3F3;

  clip-path:polygon(0 100%, 100% 100%, 50% 0);

  transform:rotate(46deg);
  transform-origin:center;

  z-index:1;

  filter: drop-shadow(0 0 0 #DDF3F3);
  border-radius:12px;
}


/* =========================
Main Copy
========================= */

.company-copy{
  position:relative;
  z-index:3;
  margin:0 0 40px;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:40px;
  line-height:61px;
  letter-spacing:8.25px;
  color:#47587C;
}


/* =========================
Text
========================= */

.company-text-area{
  position:relative;
  z-index:3;
  margin-top:24px;
}

.company-text{
  margin:0;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:500;
  font-size:16px;
  line-height:2;
  color:#111111;
  position:relative;
  z-index:2;
}

.company-text--second{
  margin-top:18px;
}


/* =========================
Value
========================= */

.value{
  position:relative;
  z-index:2;
  padding:80px 20px 60px;
  box-sizing:border-box;
}

.value__inner{
  position:relative;
  z-index:3;
  width:353px;
  max-width:100%;
  margin:0 auto;
}

/* =========================
Label / Title
========================= */

.value__label{
  margin:0 0 8px;
  
  font-weight:700;
  font-size:14px;
  line-height:1;
  letter-spacing:0;
  color:#5E698F;
}

.value__heading{
  position:relative;
  z-index:3;
  margin-bottom:28px;
}

.value__slash{
  position:absolute;
  left:-8px;
  top:-4px;
  width:28px;
  height:auto;
}

.value__title{
  position:relative;
  z-index:1;
  margin:0;
  
  font-weight:700;
  font-size:32px;
  line-height:1;
  letter-spacing:0;
  color:#39446D;
}

/* =========================
Cards
========================= */

.value__cards{
  position:relative;
  z-index:4;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.value__card{
  padding:23px 20px 24px;
  background:#F8FBFD;
  box-shadow:0 4px 14px rgba(0, 0, 0, 0.08);
  box-sizing:border-box;
}

.value__icon{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:16px;
}

.value__icon img{
  width:56px;
  height:56px;
  object-fit:contain;
}

.value__card-title{
  margin:0;
  text-align:center;
  
  font-weight:700;
  font-size:20px;
  line-height:1.6;
  letter-spacing:0;
  color:#1F487C;
}

.value__card-line{
  display:block;
  width:33px;
  height:2px;
  margin:4px auto;
  background:#8DC9D3;
}

.value__card-text{
  margin:0;
  
  font-weight:500;
  font-size:16px;
  line-height:1.9;
  letter-spacing:0;
  color:#39446D;
}

/* =========================
Value Principles
========================= */

.value-principles{
  box-sizing: border-box;
}

.value-principles__head{
  width: 100%;
  max-width: 394px;
  margin: 0 auto 28px;
  padding: 0 20px;
  box-sizing: border-box;
}

.value-principles__label{
  margin: 0 0 10px;
  
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #5E698F;
}

.value-principles__heading{
  position: relative;
  margin-bottom: 20px;
}

.value-principles__slash{
  position: absolute;
  left: -9px;
  top: -3px;
  width: 28px;
  height: auto;
}

.value-principles__title{
  position: relative;
  z-index: 1;
  margin: 0;
  
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #39446D;
}

.value-principles__list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.value-principles__card{
  position: relative;
  width: 394px;
  max-width: 100%;
  min-height: 261px;
  overflow: hidden;
  background: #6A769D;
  box-sizing: border-box;
}

.value-principles__card::before{
  content: "";
  position: absolute;
  top: -120px;
  right: 70px;
  width: 133.5px;   
  height: 520px;
  background: #39446D;
  opacity: 70%;
  transform: rotate(24deg);
  transform-origin: center;
}

.value-principles__card::after{
  content: none;
}

.value-principles__number{
  position: absolute;
  top: 19px;
  left: 19px;
  z-index: 1;
  display: block;
  width: 168px;
  height: 132px;
  
  font-weight: 700;
  font-size: 131.64px;
  line-height: 92.15px;
  letter-spacing: 0;
  color: #F8FAFC;
  opacity: 0.2;
}

.value-principles__card-inner{
  position: relative;
  z-index: 2;
  padding: 72px 28px 28px;
  box-sizing: border-box;
}

.value-principles__main{
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
}

.value-principles__sub{
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #FFFFFF;
}

.value-principles__text{
  margin:0;
  width:353px;
  font-weight:500;
  font-size:16px;
  line-height:29px;
  letter-spacing:0;
  color:#fff;
}
/* =========================
Message
========================= */

.message{
  padding:72px 36px 0;
  box-sizing:border-box;
}

.message__inner{
  width:100%;
  max-width:353px;
  margin:0 auto;
}

.message__heading{
  position:relative;
  margin-bottom:28px;
}

.message__title-wrap{
  position:relative;
}

.message__slash{
  position:absolute;
  left:-8px;
  top:-4px;
  width:28px;
  height:auto;
}

.message__label{
  margin:0 0 8px;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:14px;
  line-height:1;

  color:#5E698F;
}

.message__title{
  position:relative;
  z-index:1;
  margin:0;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:28px;
  line-height:1;

  color:#47587C;
}

.message__lead{
  margin:28px 0 18px;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:22px;
  line-height:1.6;

  color:#39446D;
}

.message__text{
  margin:0 0 18px;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:500;
  font-size:15px;
  line-height:29px;

  color:#39446D;
}

.message__quote{
  margin:30px 0 18px;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:18px;

  color:#39446D;
}

.message__role{
  margin:0;
  text-align:right;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:12px;
  line-height:13.5px;
  letter-spacing:2.7px;

  text-transform:uppercase;

  color:#45BFC8;
}

.message__name{
  margin:6px 0 0;
  text-align:right;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:22px;

  color:#39446D;
}

/* =========================
Profile
========================= */
.profile{
  padding:48px 32px 0;
  box-sizing:border-box;
}

.profile__inner{
  width:100%;
  max-width:353px;
  margin:0 auto;
}

.profile__heading{
  position:relative;
  margin-bottom:28px;
}

.profile__title-wrap{
  position:relative;
}

.profile__slash{
  position:absolute;
  left:-8px;
  top:-4px;
  width:28px;
  height:auto;
}

.profile__label{
  margin:0 0 8px;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:14px;
  line-height:1;

  color:#5E698F;
}

.profile__title{
  position:relative;
  z-index:1;
  margin:0;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:28px;
  line-height:1;

  color:#47587C;
}

.profile__box{
  padding:24px 20px;
  background:#FFFFFF;
  box-sizing:border-box;
}

.profile__row{
  margin-bottom:18px;
}

.profile__row:last-child{
  margin-bottom:0;
}

.profile__name{
  margin:0 0 6px;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:14px;

  color:#47B7BE;
}

.profile__text{
  margin:0;

  font-family:"Noto Sans JP",sans-serif;
  font-weight:500;
  font-size:15px;
  line-height:1.8;

  color:#111111;
}

/* =========================
Other Business
========================= */

.other-business{
  padding:48px 36px 60px;
  box-sizing:border-box;
}

.other-business__inner{
  width:100%;
  max-width:353px;
  margin:0 auto;
}

.other-business__heading{
  position:relative;
  margin-bottom:24px;
}

.other-business__title-wrap{
  position:relative;
}

.other-business__slash{
  position:absolute;
  left:-8px;
  top:-4px;
  width:28px;
  height:auto;
}

.other-business__label{
  margin:0 0 8px;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:14px;
  line-height:1;
  color:#5E698F;
}

.other-business__title{
  position:relative;
  z-index:1;
  margin:0;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:28px;
  line-height:1;
  color:#47587C;
}

.other-business__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.other-business__item{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.other-business__item-text{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:500;
  font-size:20px;
  line-height:1.6;
  color:#47587C;
}

.other-business__arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:34px;
  height:34px;
  margin-left:12px;
  border-radius:50%;
  background:#39446D;
  color:#FFFFFF;
}

.other-business__arrow-svg{
  width:18px;
  height:12px;
  display:block;
}

/* =========================
Diagonal Line
========================= */

.company-diagonal-area{
  position:relative;
  overflow:hidden;
}

.company-diagonal-area::before{
  content:"";
  position:absolute;
  top:48px;
  left:180px;

  width:118px;
  height:893px;

  background:rgba(255,255,255,0.5); 

  transform:rotate(-35deg);
  transform-origin:center;

  z-index:0;
}

.company-diagonal-area section{
  position:relative;
  z-index:1;
}

.company-hero__bg-pc{
  display:none;
}

@media screen and (min-width: 1024px){

  .company-hero{
  position:relative;
  height:560px;
  overflow:hidden;

  width:100%;     
  max-width:none; 
  margin:0;
  }

  .company-hero__bg-pc{
    position:absolute;
    top:0;
    right:0;

    width:100%;
    min-width:1280px;
    height:100%;

    object-fit:cover;
    display:block;

    z-index:0;
  }

  .company-copy,
  .company-block--mission,
  .mission-vision-bg{
    display:none;
  }

  .company-block{
    position:absolute;
    top:2px;
    left:50%;
    transform:translateX(-50%);
    width:1280px;
    padding-left:80px;
    box-sizing:border-box;
    z-index:2;
  }

  .company-slash{
    position:absolute;
    top:166px;
    left:86px;
    width:32px;
  }

  .company-label{
    position:absolute;
    top:115px;
    left:128px;
    font-size:24px;
  }

  .company-title{
    position:absolute;
    top:180px;
    left:80px;
    font-size:64px;
    color:#39446D;
  }

  .company-text-area{
    position:relative;
    width:1280px;
    margin:0 auto;
    padding-left:80px;
    box-sizing:border-box;
    top:auto;
    left:auto;
    transform:none;
    margin-top:262px;
  }

  .company-text{
    display:none;
  }

  .company-text--pc{
    display:block;
    width:837px;
    font-size:20px;
    line-height:46px;
  }

  .company-hero__shape--yellow{
    display:none;
  }

  .company-page .value{
    padding:80px 0; 
  }

  .company-page .value__inner,
  .company-page .value-principles,
  .company-page .message__inner,
  .company-page .profile__inner,
  .company-page .other-business__inner{
    width:1280px;
    margin:0 auto;
    padding:0 80px 80px;
    box-sizing:border-box;
  }

  .company-page .value__heading,
  .company-page .value-principles__heading,
  .company-page .message__heading,
  .company-page .profile__heading,
  .company-page .other-business__heading{
    margin:0;
    padding:0;
  }

  .company-page .value__label,
  .company-page .value-principles__label,
  .company-page .message__label,
  .company-page .profile__label,
  .company-page .other-business__label{
    font-size:20.48px;
  }

  .company-page .value__title,
  .company-page .value-principles__title,
  .company-page .message__title,
  .company-page .profile__title,
  .company-page .other-business__title{
    font-size:64px;
  }

  .company-page .value__cards{
    display:grid;
    grid-template-columns:repeat(3, 368px);
    gap:24px;
    justify-content:center;
  }

  .company-page .value__card{
    height:420px;
  }

  .company-page .value-principles__list{
    display:grid;
    grid-template-columns:repeat(2, 455px);
    gap:24px;
    justify-content:center;
  }

  .company-page .value-principles__card{
    width:455px;
    height:302px;
  }

  .company-page .value-principles__card-inner{
  width:100%;
  height:100%;
  padding:88px 28px 20px;
  box-sizing:border-box;
}

  .company-page .value-principles__number{
    top:0;
    font-size:152px;
    line-height:1;
  }

  .company-page .value-principles__main{
    font-size:48px;
    line-height:1.2;
  }

  .company-page .value-principles__sub{
    font-size:24px;
    line-height:1.4;
  }

  .company-page .value-principles__text{
    font-size:20px;
    line-height:1.8;
  }

  .company-page .profile__box{
    width:763px;
    height:848px;
    margin:0 auto;
    padding:40px 56px;
    background:#fff;
    border-radius:4px;
  }

  .company-page .other-business{
    padding:0 0 80px;
  }

  .company-page .other-business__list{
    padding:0;
  }

  .company-page .other-business__item{
    display:inline-flex;
    align-items:center;
    font-size:20px;
    color:#47587C;
  }

  .company-page .other-business__arrow{
    width:34px;
    height:34px;
    margin-left:12px;
    background:#39446D;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
  }

  .company-page .other-business__arrow-svg{
    width:18px;
    height:12px;
  }

  .company-page .value__inner{
    width:1280px;
    margin:0 auto;
    padding:0 76px;
    box-sizing:border-box;
  }

  .company-page .value__heading{
    margin:0 0 40px;
    padding:0;
    text-align:left;
  }

  /* =========================
  Vision アイコンサイズ
  ========================= */
    .company-page .value__icon{
    height:160px; 
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
  }

  .company-page .value__icon img{
    width:auto;
    height:auto;
  }

  .company-page .value__card:nth-child(1) .value__icon img{
    width:115px;
    height:92px;
  }

  .company-page .value__card:nth-child(2) .value__icon img{
    width:146px;
    height:146px;
  }

  .company-page .value__card:nth-child(3) .value__icon img{
    width:135px;
    height:135px;
  }

  .company-page .value__card:nth-child(1) .value__card-text{
    width:279px;
  }

  .company-page .value__card:nth-child(2) .value__card-text{
    width:285px;
  }

  .company-page .value__card:nth-child(3) .value__card-text{
    width:302px;
  }

  /* =========================
  タイトル / テキスト
  ========================= */

  .company-page .value__card-title{
    font-size:24px;
    margin-top:0;
    line-height:1.6;
  }

  .company-page .value__card-text{
    font-size:20px;
    line-height:1.9;
    margin:0 auto;
    text-align:center;
  }

  /* =========================
  不要ライン削除
  ========================= */

  .company-page .value__card-line{
    display:none;
  }


  /* =========================
  Message 修正
  ========================= */
    .company-page .message{
    width:1280px;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
  }

  .company-page .message__inner{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 80px 80px;
    box-sizing:border-box;
  }

  .company-page .message__heading{
    margin:0 0 40px;
    padding:0;
  }

  /* =========================
  Profile
  ========================= */

  .company-page .profile{
    width:1280px;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
  }

  .company-page .profile__inner{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 80px 80px;
    box-sizing:border-box;
  }

  .company-page .profile__heading{
    margin:0 0 40px;
    padding:0;
  }

  .company-page .profile__name{
    font-size:24px;
    line-height:1.4;
  }

  .company-page .profile__text{
    font-size:20px;
    line-height:1.8;
  }

  /* =========================
  other-business
  ========================= */

  .company-page .other-business__inner{
    width:1280px;
    max-width:none;
    margin:0 auto;
    padding:0 80px;
  }

  .company-page .other-business__heading{
    margin:0 0 40px;
    padding:0;
    text-align:left;
  }

  .company-page .value-principles__head{
    max-width:none;  
    width:100%;
    margin:0 0 40px;
    padding: 0;
    box-sizing:border-box;
  }

  .company-page .message__lead{
    font-size:24px;
    padding-left:80px;
    line-height:1.8; 
  }

  .company-page .message__text{
    width: 923px;
    font-size:20px;
    padding-left:80px;
    line-height:2.2;
  }

  .company-page .message__quote{
    font-size:24px;
    padding-left:80px;
    line-height:1.8;
  }

  .company-diagonal-area::before{
    display:none;
  }

/* =========================
Company 斜線（統一版）
========================= */
  .top-bg-line{
    position:absolute;
    width:752.9px;
    height:2677.5px;
    background:#FFF;
    opacity:0.46;
    border-radius:7.31px;
    transform:rotate(44.12deg);
    transform-origin:left top;
    z-index:0;
    pointer-events:none;
  }

  .company-page{
    position:relative;
    overflow:hidden;
  }

  .company-page .bg-line--1{
    top:260px;
    left:1300px;
  }

  .company-page section{
    position:relative;
    z-index:1;
  }

}