@charset "UTF-8";
@import url(base_three.css);
:root {
  --bg: #dbe4e7;
  --text-primary: #333d41;
  --primary: #21436f;
  --secondary: #f00;
  --accent: #ff3e42;
}

/*tabindex="-1"の影響を強制的に排除*/
:focus,
:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*_fonts.scssを上書き*/
html, input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* font-family: "Albert Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal; */
}

/* ==========================================================================
   アニメーション skin_csr.cssから移植
   ========================================================================== */
.js-anim {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-anim.is-complete {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*共通部部分 */
.l-main {
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .l-main .head_box {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main .head_box .head {
    margin-bottom: 0;
  }
}
.l-main .head_box .head .jp {
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .l-main .head_box .head .jp {
    font-size: 2.5622254758vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main .head_box .head .jp {
    font-size: 6.4vw;
    line-height: 2;
  }
}

/* PCではSP用改行を消す */
.br-sp {
  display: none;
}

/* =========================
	Company Message
========================= */
@media screen and (min-width: 769px) {
  #message.p-home__company {
    padding-top: 0vw;
    padding-bottom: 4.0995607613vw;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #message.p-home__company {
    padding-right: 5.3333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
#message .p-company__message {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          
}
@media screen and (min-width: 769px) {
  #message .p-company__message {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 768px) {
  #message .p-company__message {
    margin-top: 15vw;
  }
}
#message .p-company__message--message {
  line-height: 2.2857;
}
#message .p-company__message--message3 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  #message .p-company__message--message {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  #message .p-company__message--message {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 1000px) {
  .content_box {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .p-company.l-main .head_box {
    padding-left: 6.0761346999vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  #message.p-home__company {
    padding-left: 6.0761346999vw;
    padding-bottom: 4.1910688141vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  #message .p-company__message {
    -webkit-column-gap: 2.196193265vw;
       -moz-column-gap: 2.196193265vw;
            column-gap: 2.196193265vw;
  }
}
@media (max-width: 1000px) {
  #message .p-company__message .img {
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content_box {
    padding: 5.3333333333vw 0;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline;
  }
  .p-company .p-home__company {
    padding: 0vw 0vw 1.4641288433vw 0vw;
  }
  .p-company .l-main .head_box {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  #message .p-company__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  #message .p-company__message .img {
    position: static;
  }
  #message .p-company__message--message {
    line-height: 2;
  }
}
@media (max-width: 375px) {
  #message .p-company__message .img {
    margin: 8vw auto 0;
  }
}
.content_box{
      position: relative;
    width: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right 5% top 28%;
    --pr-min: 106;
    --pr-max: 106;
    padding-right: var(--pr-val);
    --pl-min: 110;
    --pl-max: 104;
    padding-left: var(--pl-val);
}

.header_main{
  background-image: none;
}
.koudousisin{
  font-size: 2.5622254758vw;
  color: var(--primary);
  display: block;
  font-weight: 700;
  letter-spacing: 1.4px;
  --f-min: 28;
  --f-max: 35;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .content_box {
        padding-right: 5.3333333333vw;
        padding-bottom: 13.3333333333vw;
        padding-left: 5.3333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .koudousisin {
        font-size: 6.4vw;
        line-height: 2;
    }
}