@charset "UTF-8";




/* ################################################################# */

.fm {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}


.-t-cen {
  text-align: center;
}

.-t-right {
  text-align: right;
}

.-m-right {
  margin-left: auto;
  margin-right: 0;
}

.-t-left {
  text-align: left;
}

.-t-jus {
  text-align: justify;
}

.__display-f {
  display: flex;
  align-items: center;
}

.__display-fa {
  display: flex;
  align-content: start;
}

.__display-fas {
  display: flex;
  justify-content: space-around;
}

/* ################################################################# */


/* ################################################################# */

/* ceo-message.html */
.representative {
  width: 100%;
  max-width: 1220px;
  height: auto;
  margin: 70px auto 42px auto;
  padding: 0 50px;
}

.representative span {
  display: inline-block;
  position: relative;
  padding: 5px 40px;
  text-align: center;
  background-color: #000;
}

.representative h2 {
  font-size: 32px;
  color: #fff;
}

@media (max-width: 767px) {
  .representative {
    width: 100%;
    max-width: 767px;
  }

  .representative span {
    display: inline-block;
    position: relative;
    padding: 5px clamp(10px, 5vw, 40px);
  }

  .representative h2 {
    font-size: clamp(16px, 2vw, 32px);
  }

}


/* ################################################################# */

.ceo-title {
  width: 100%;
  height: auto;
  background-color: #f29206;
  padding: 0 50px;
}

.ceo-title h2 {
  font-size: 28px;
  line-height: 44px;
  color: #fff;
}

/* @media (max-width: 1920px) {
  .ceo-title h2 {
    font-size: clamp(1.75em, 2vw, 2.00em);
    line-height: clamp(1.57em, 2vw, 1.71em);
  }
} */


.ceo-title span {
  display: block;
  width: 100%;
  max-width: 897px;
  margin: 0 auto;
  padding: 4.0625em 0;
  text-align: center;
}

/* @media (max-width: 1920px) {
  .ceo-title span {
    max-width: 960px;
  }
} */

@media (max-width: 767px) {
  .ceo-title {
    margin-bottom: 2.06em;
  }

  .ceo-title h2 {
    font-size: clamp(18px, 2vw, 28px);
    line-height: clamp(28px, 2vw, 44px);
  }

  .ceo-title span {
    display: block;
    width: 100%;
    max-width: 897px;
    margin: 0 auto;
    padding: 4.0625em 0;
    text-align: center;
  }
}

/* ################################################################# */

.greeting {
  width: 100%;
  max-width: 85.38rem;
  margin: 3.75em auto 0 auto;
  padding: 0 50px;
}

/* @media (max-width: 1920px) {
  .greeting {
    width: 100%;
    max-width: calc(85.38rem / 120rem * 100vw);
  }
} */


.greeting .greeting-block {
  display: flex;
  max-width: 1012px;
  margin: 0 auto;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .greeting .greeting-block {
    max-width: 1420px;
    margin: 0 auto;
  }
} */

@media (max-width: 767px) {
  .ceo-title {
    margin-top: -25px;
  }


}

.greeting .greeting-block_center>* {
  margin-right: 1.4375em;
}

.greeting .greeting-block_text>* {
  margin-left: 1.4375em;
}

.greeting-block_center span {
  display: block;
  width: 100%;
  max-width: 375px;
  height: auto;
}

.greeting-block_center img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {}

.greeting .greeting-block_cen {
  margin: 0.5em 0 0 0;
}

.greeting .greeting-block_cen>* {
  margin: -0.2em 0;
}

.greeting .greeting-block_cen .m {
  font-size: 18px;
}

.greeting .greeting-block_cen .db {
  font-size: 28px;
}

.greeting .greeting-block_cen .l {
  font-size: 12px;
}

@media (max-width: 767px) {

  .greeting-block_center {
    display: flex;
    align-items: flex-end;
    /* 縦方向中央揃え */
    justify-content: center;
    /* 左右に余白を作る */
  }

  /* 順番を入れ替え */
  .greeting-block_center>span {
    order: 2;
    /* imgのspanを後ろ（右側） */
  }


  .greeting-block_center {
    width: 100%;
    max-width: 767px;
    margin: 3.75em auto 0 auto;
    padding: 0 50px;
    margin: 0 auto;
  }

  .greeting-block_center .greeting-block_cen {
    margin-bottom: 3.44em;
    margin-right: 18px;
    white-space: nowrap;
    text-align: right;
  }

  .greeting-block_cen .m {
    font-size: 14px;
  }

  .greeting-block_cen .db {
    font-size: 20px;
  }

  .greeting-block_cen .l {
    font-size: 10px;
  }

  .greeting-block_center img {
    width: calc(375px / 767px * 100vw);
    height: auto;
  }
}

.greeting-block_text {
  width: 100%;
  max-width: 36.9375em;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .greeting-block_text {
    max-width: 60rem;
  }
} */

.greeting-block_text.--br {
  display: block;
  margin-bottom: 1.125em;
  font-size: 18px;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .greeting-block_text.--br {
    font-size: clamp(1.13em, 1.25vw, 1.25em);
  }
} */

.greeting-block_text .m.-t-right {
  display: block;
  margin-top: 1.125em;
}

/* @media (min-width: 768px) and (max-width: 1280px) {
  .greeting-block_text.--br {
    font-size: clamp(16px, 1.5vw, 18px);
  }
} */

@media (max-width: 767px) {
  .greeting-block_text {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
  }

  .greeting-block_text .m {
    padding: 0 63px;
  }

  .greeting-block_text.--br {
    display: block;
    margin-bottom: 1.125em;
    font-size: clamp(16px, 2vw, 18px);
  }

  .greeting-block_text .--dis-no {
    display: none !important;
  }
}

/* ################################################################# */


.figure {
  width: 100%;
  max-width: 1366px;
  margin: 8.125em auto 9.375em auto;
  padding: 0 50px;
}

.figure span {
  display: block;
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
}

.figure img {
  width: 100%;
  height: auto;
}

/* @media (min-width: 768px) and (max-width: 1280px) {
  .figure {
    margin-top: clamp(6.125em, 10vw, 8.125em);
    margin-bottom: clamp(7.125em, 10vw, 9.375em);
  }
} */

@media (max-width: 767px) {
  .figure {
    margin: 22px auto 60px auto;
  }
}

/* ################################################################# */





/* company-profile.html */

#section-main-visual-dd {
  position: relative;
  width: auto;
  height: 100%;
}

/*タイトル*/
#section-main-visual-dd .main-visual-block-title {
  position: absolute;
  bottom: 30%;
  width: 100%;
  height: auto;
  text-align: left;
  padding-left: 50px;
  z-index: 3;
}

#section-main-visual-dd .main-visual-block-title div {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 40px;
  text-align: center;
  background-color: #000;
}

#section-main-visual-dd .main-visual-block-title .b {
  font-size: 32px;
  color: #fff;
  line-height: 34px;
}

@media (max-width: 767px) {
  #section-main-visual-dd .main-visual-block-title div {
    position: absolute;
    bottom: clamp(25px, 4vw, 55px);
    padding-left: clamp(20px, 4vw, 40px);
    padding-right: clamp(20px, 4vw, 40px);
  }

  #section-main-visual-dd .main-visual-block-title .b {
    font-size: clamp(16px, 4vw, 32px);
    line-height: clamp(18px, 4vw, 34px);
  }
}


/* 本体 */
#section-main-visual-dd .main-visual-block {
  position: relative;
  width: auto;
  max-height: 438px;
  text-align: center;
  box-sizing: border-box;
  /*aspect-ratio: 16 / 9;*/
  overflow: visible;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: 1;
}

/* 影 */
#section-main-visual-dd .main-visual-block-shadow {
  position: relative;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* 高さが自動 */
  max-height: 438px;
  background-color: initial;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: 0;
}

#section-main-visual-dd .main-visual-block-shadow-bo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* 高さが自動 */
  max-height: 438px;
  background-color: #f29206;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: -1;
}


#section-main-visual-dd .main-visual-block-shadow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(92, 80, 73, 0.38);
  z-index: 4;
  pointer-events: none;
}

#section-main-visual-dd .main-visual-block-shadow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/A7R08715.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  pointer-events: none;
}



/* 影 */
#section-main-visual-dd .main-visual-block-shadow-w {
  position: relative;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* 高さが自動 */
  max-height: 438px;
  background-color: initial;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: 0;
}

#section-main-visual-dd .main-visual-block-shadow-bo-w {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* 高さが自動 */
  max-height: 438px;
  background-color: #f29206;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  z-index: -1;
}


#section-main-visual-dd .main-visual-block-shadow-w::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(92, 80, 73, 0.38);
  z-index: 4;
  pointer-events: none;
}

#section-main-visual-dd .main-visual-block-shadow-w::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/A7R08712.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  pointer-events: none;
}

#section-main-visual-dd .main-visual-block-shadow-w.--ww::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/P1022513.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  pointer-events: none;
}


/* ################################################################# */


.com-box {
  width: 100%;
  max-width: 1005px;
  height: auto;
  margin: 49px auto 80px auto;
  padding: 0 35px;
  /*background-color: #89c43f;*/
}

/* @media (max-width: 1920px) {
  .com-box {
    max-width: 100rem;
  }
} */


.com-box .com-block h3 {
  font-size: 28px;
  margin: 35px auto 83px auto;
}

@media (max-width: 767px) {
  .com-box .com-block h3 {
    font-size: clamp(20px, 4vw, 28px);
  }
}


.com-oran-box {
  width: 100%;
  height: auto;
  margin: auto auto 18px auto;
}


.com-oran-box span {
  display: inline-block;
  padding: 10px;
  background-color: #f29206;
}

.com-oran-box h3 {
  font-size: 18px;
  color: #fff;
}

.com-oran-box-text .oran-box-text .r {
  font-size: 16px;
}

/* @media(max-width: 1920px) {
  .com-oran-box-text .oran-box-text .r {
    font-size: clamp(1em, 1.5vw, 1.13em);
  }
} */

.com-oran-box-text .oran-box-text.--br {
  display: block;
}

@media (max-width: 767px) {
  .com-oran-box {
    width: 100%;
    max-width: 767px;
  }

  .com-oran-box-text .oran-box-text .r {
    font-size: clamp(14px, 4vw, 16px);
  }
}

/* ################################################################# */
/*========================================*/

.__m-top {
  margin-top: 1.25em;
  /* 20px */
  ;
}

.__m-toppp {
  margin-top: 2.5em;
  /* 40px */
  ;
}

.__m-topppp {
  margin-top: 3.125em;
  /* 50px */
  ;
}

.__m-toppppe {
  margin-top: 150px;
  /* 150px */
  ;
}

.__bott {
  margin-bottom: 5em;
}

.__botttttttt {
  margin-bottom: 150px;
}

.__bottttt {
  margin-bottom: 3.125em;
  /* 50px */
}

.__bottt {
  margin-bottom: 1.875em;
  /* 30px */
}

.__bot {
  margin-bottom: 1.25em;
  /* 20px */
}

.__bo {
  margin-bottom: 0.625em;
  /* 10px */
}

.__m-left {
  margin-left: 1.75em;
}

.__m-leftt {
  margin-left: 2.9em;
}

.__pa-bottom {
  padding-bottom: 9.6875em;
}

/*========================================*/






.oran-box-text-img {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 画像が縦方向にも中央なら */
  width: 100%;
  margin: 1.4375em auto 0 auto;
}

.com-oran-block .oran-box-text-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .com-oran-box-text.__display-fa {
    display: flex;
    justify-content: center;
    /* または space-between */
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .com-oran-block .oran-box-text-img img {
    margin: 0;
  }
}


.com-oran-block .oran-box-text {
  width: 100%;
}

.com-oran-block .oran-box-text>* {
  margin-right: 0.78125em;
}

.com-oran-block .oran-box-text-img.---img>* {
  margin-left: 0.78125em;
}

@media (max-width: 767px) {
  .oran-box-text.-t-jus.---t-j-of {
    text-align: left;
  }

  .com-oran-block .oran-box-text>* {
    margin-right: 0;
  }

  .com-oran-block .oran-box-text-img>* {
    margin-left: 0;
  }
}

.com-colourbox {
  width: 100%;
  max-width: 936px;
  height: auto;
  padding: 4.875em 4.0625em;
  margin-top: 1.4375em;
  background-color: #FFF9F2;
  border: 2px solid #f29206;
  border-radius: 24px;
  /*角丸*/
}

/* @media (max-width: 1920px) {
  .com-colourbox {
    max-width: 100rem;
  }
} */

@media (max-width: 767px) {
  .com-colourbox {
    width: 100%;
    max-width: 767px;
    padding-left: clamp(2.50em, 4vw, 4.0625em);
    padding-right: clamp(2.50em, 4vw, 4.0625em);
  }
}

.com-oran-block .colourbox-block {
  width: 100%;
  height: auto;
}

.com-colourbox .colourbox-block-title {
  width: 100%;
  max-width: 334px;
  margin: 0 auto;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .com-colourbox .colourbox-block-title {
    max-width: 31.50rem;
  }
} */

.com-colourbox .colourbox-block-title h3 {
  font-size: 24px;
  line-height: 1.6875em;
  color: #f29206;
}

.com-colourbox .colourbox-block-title p {
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  margin: 1.375em 0 3em 0;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .com-colourbox .colourbox-block-title h3 {
    font-size: clamp(1.50em, 1.8vw, 1.88rem);
    color: #f29206;
  }

  .com-colourbox .colourbox-block-title p {
    font-size: clamp(1em, 1.14vw, 1.25rem);
  }
} */

.col-bloc_boxblock {
  width: 100%;
  margin: 0 auto 3.9375em auto;
}

@media (max-width: 767px) {
  .col-bloc_boxblock.__display-fa {
    display: flex;
    flex-direction: row;
    /* 横並びのまま */
    justify-content: center;
    /* 全体を中央に寄せる */
    flex-wrap: wrap;
    /* はみ出す場合は折り返す */
    gap: 0;
    /* 明示的に隙間ゼロにする */
  }

  .col-block.-colw__id {
    margin: 0;
    /* marginをゼロに */
    padding: 0;
    /* paddingもチェック */
    width: auto;
    /* 必要に応じて調整 */
  }


  .col-bloc_boxblock.__display-fa .col-block.-colw__id {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 767px;
  }

  .col-bloc_boxblock.__display-fa .col-block.-colw__id .m.-t-.-t-col-opb,
  .col-bloc_boxblock.__display-fa .col-block.-colw__id .m.-t-.-t-col-op,
  .col-bloc_boxblock.__display-fa .col-block.-colw__id .m.-t-.-t-col-o {
    text-align: left;
  }

  .col-block.-colw__id.-t-cen.---bo15 {
    margin-bottom: 15px;
  }
}

/*========================================*/
.-t_b-col {
  display: inline-block;
  text-align: center;
  padding: 3px 25px;
  background-color: #f29206;
  border-radius: 35px;
  /*角丸*/
}

.-t_b-co {
  display: inline-block;
  text-align: center;
  padding: 3px 25px;
  background-color: #9465A5;
  border-radius: 35px;
  /*角丸*/
}

.-t_b-c {
  display: inline-block;
  text-align: center;
  padding: 3px 25px;
  background-color: #4189C3;
  border-radius: 35px;
  /*角丸*/
}

.-t_b-colo {
  display: flex;
  text-align: center;
  padding: 8px 25px;
  background-color: #F8F835;
  border-radius: 35px;
  /*角丸*/
}

@media (max-width: 767px) {

  .-t_b-col,
  .-t_b-co,
  .-t_b-c {
    padding-left: clamp(12px, 3vw, 25px);
    padding-right: clamp(12px, 3vw, 25px);
  }
}

/*========================================*/

.col-block span h4 {
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
}

.col-block p {
  font-size: 20px;
  line-height: 1.5em;
}

.col-block .boxblock-text__box span h4,
.col-block .boxblock-text__box p {
  white-space: nowrap;
}

/* @media(max-width: 1920px) {
  .col-block span h4 {
    font-size: clamp(1.25em, 1.5vw, 1.63em);
  }

  .col-block p {
    font-size: clamp(1.25em, 1.5vw, 1.50em);
  }

} */

@media (max-width: 767px) {
  .col-block .boxblock-text__box {
    margin-left: 15px;
    text-align: left;
  }

  .col-block .boxblock-text__box p {
    width: 100%;
    max-width: 5.50em;
    margin: 0 auto;
  }

  .col-block span h4 {
    white-space: nowrap;
    font-size: clamp(12px, 3vw, 20px);
    line-height: 1.5em;
    color: #fff;
  }

  .col-block p {
    font-size: clamp(12px, 3vw, 20px);
    line-height: 1.5em;
  }
}

/*========================================*/
.-t-col-opb {
  color: #f29206;
}

.-t-col-op {
  color: #9465A5;
}

.-t-col-o {
  color: #4189C3;
}

/*========================================*/

.-colw__id {
  width: 100%;
  max-width: 200px;
  height: auto;
  /*background-color: #41c380;*/
  margin: 0 auto;
}

/*　丸 　チエルの教育ICTサービス*/
.-circle-col {
  display: block;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.-circle-col img {
  width: 100%;
  height: auto;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .-colw__id {
    max-width: 288px;
  }

  .-circle-col {
    max-width: 288px;
  }
}
 */


.-colw__i {
  width: 100%;
  max-width: 197px;
  height: auto;
  /*background-color: #41c380;*/
  margin: 0 auto;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .-colw__i {
    max-width: 268px;
  }
} */


.-circle-co {
  display: block;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1.5em 2em 0.75em 2em;
  border-radius: 24px;
  background-color: #89c43f;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .-circle-co {
    max-width: 288px;
  }
} */

.col-block .-circle-co h4 {
  font-size: 24px;
  margin-bottom: 13px;
}

.col-block .-circle-co img {
  width: 100%;
  height: auto;
}


/*========================================*/
/*
.-circle-col.--bor-o {
  border: 5px solid #f29206;
}

.-circle-col.--bor-p {
  border: 5px solid #9465A5;
}

.-circle-col.--bor-b {
  border: 5px solid #4189C3;
}

/*========================================*/


.com-colourbox .col-block-txt-box span {
  margin-right: 1.25em;
}

.com-colourbox .col-block-txt-box span h3 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}

.com-colourbox .col-block-txt-box h4 span {
  font-size: 20px;
}

.com-colourbox .col-block-txt-box h4 {
  font-size: 16px;
}


/* @media(max-width: 1920px) {
  .com-colourbox .col-block-txt-box span h3 {
    font-size: clamp(1.50em, 2.5vw, 1.75em);
    line-height: clamp(1em, 2.5vw, 1.63em);
  }

  .com-colourbox .col-block-txt-box h4 span {
    font-size: clamp(1.25em, 1.5vw, 1.63em);
  }

  .com-colourbox .col-block-txt-box h4 {
    font-size: clamp(1em, 1.5vw, 1.38em);
  }
} */

.com-colourbox .col-block-txt-box-pp p {
  width: 100%;
  max-width: 752px;
  /*background-color: #41c380;*/
  margin-left: auto;
  margin-right: 0;
}

/* @media (max-width: 1920px) {
  .com-colourbox .col-block-txt-box-pp p {
    font-size: clamp(1em, 1vw, 1.25em);
    width: 100%;
    max-width: 70.50em;
    margin-left: auto;
    margin-right: auto;
  }

} */

@media (max-width: 767px) {
  .col-block-txt-box {
    flex-direction: column;
  }

  .col-block-txt-box span {
    display: block;
    margin-bottom: 10px;
  }

  .com-colourbox .col-block-txt-box span h3 {
    font-size: clamp(12px, 3vw, 24px);
    line-height: clamp(14px, 3vw, 26px);
  }

  .com-colourbox .col-block-txt-box h4 span {
    font-size: clamp(18px, 3vw, 20px);
    line-height: clamp(20px, 3vw, 22px);
    margin-top: 10px;
  }

  .col-block-txt .col-block-txt-box.__display-f {
    text-align: center;
  }

  .col-block-txt .col-block-txt-box.__display-f br {
    display: none;
  }

  .col-block-txt .col-block-txt-box.__display-f span {
    margin-right: 0;
  }
}





/* ################################################################# */
.com-block__second {
  width: 100%;
  max-width: 936px;
  height: auto;
  /*background-color: #4189C3;*/
  margin: 0 auto;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .com-block__second {
    max-width: 1324px;
  }
} */

.com-block__second-block {
  padding: 0 50px;
}

.com-block__second-block .r {
  font-size: 20px;
  line-height: 1.75em;
}

@media (max-width: 767px) {
  .com-block__second-block .r {
    text-align: left;
    text-align: justify;
    font-size: clamp(16px, 3vw, 20px);
  }
}


.col-bloc_boxblock-se {
  margin-top: 60px;
  padding: 0 30px;
}

.col-bloc_boxblock-se .col-block {
  width: 100%;
  height: auto;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .col-bloc_boxblock-se .col-block .db.__m-top.__bottt {
    font-size: clamp(1.25em, 1.5vw, 1.5em) !important;
  }

} */


/* company-profile.html */
@media (max-width: 767px) {

  .col-bloc_boxblock-se .col-block .db.__m-top.__bottt {
    font-size: clamp(16px, 3vw, 20px) !important;
    line-height: 1.5em;
    margin-bottom: 15px;
  }

  .col-bloc_boxblock-se br {
    display: none;
  }

  .col-bloc_boxblock-se .message-button-block {
    margin-bottom: 60px;
  }

  .col-bloc_boxblock-se {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 上下中央揃え（オプション） */
    align-items: center;
    /* 左右中央揃え */
    width: 100%;
    max-width: 767px;
  }
}


/* ################################################################# */
/* 詳しく見るボタン*/
.message-button-block {
  text-align: center;
}

/* ボタン基本コード*/
.message-button-bot {
  /*追加*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*追加*/
  background-color: #89c43f;
  border-radius: 60px;
  /*角丸*/
  padding: 10px 15px;
  width: 100%;
  max-width: 161px;
  /*width: 100%;*/
  max-height: 68px;
  text-align: center;
  border: 3px solid #000000;
  /* 線を追加 */
  font-size: 16px;
}

.message-button-pp {
  color: #fff;
}


/*ボタン_ゆっくり光る*/
.message-button-bot {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* ボタン_ホバー*/
.message-button-bot:hover {
  background: #E4F5BE;
  color: #89c43f;
  border: 3px solid #89c43f;
  /* 線を追加 */
}

/*============ 詳しく見るボタン =========*/

/* 丸い矢印ボタン */
.message-button-round {
  max-width: 25px;
  min-height: 25px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 5;
  margin-left: 15px;
}



/* ボタン_ホバー*/
.message-button-round:hover {
  background-color: #89c43f;
}

/* ボタン_ホバー*/
.message-button-round-arrow:hover {
  color: #fff;
}

/*ボタン_ゆっくり光る*/
.message-button-round,
.message-button-round-arrow {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}


/*　中 > マーク 　*/
.message-button-round {
  background-image: url("../image/arrow.svg");
  background-repeat: no-repeat;
  /*  繰り返し防止 */
  background-position: center;
  /*  中央配置 */
  background-size: contain;
  background-size: 40% 40%;
}

/*　中 > マーク 　ホバー　*/
.message-button-round:hover {
  background-image: url("../image/arrow-fff.svg");
}

/* ################################################################# */
.col-bloc_boxblock-s {
  width: 100%;
  max-width: 1200px;
  margin: 3.125em auto 5em auto;
  padding: 0 50px;
}

.col-bloc_boxblock-s.--hw {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
}

.col-bloc_boxblock-s.--mawi {
  max-width: 900px;
}

/* ################################################################# */
/*======================================*/
/*.===== 制度環境 ===== */
/*.===== 制度環境 ===== */

/* 詳しく見るボタン*/
.message-button-bl {
  text-align: center;
}

/* ボタン基本コード*/
.col-block {
  width: 100%;
  max-width: 250px;
}


/*inst-env.html*/
/* @media (max-width: 1160px) {
  .col-block.---inst-env {
    padding-left: 10px;
    padding-right: 10px;
  }
} */

/*制度環境*/
/* @media (max-width: 980px) {
  .col-bloc_boxblock-s.__display-fas.---inst-env {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    max-width: 980px;
  }

  .col-bloc_boxblock-s.__display-fas.---inst-env .---inen {
    margin-bottom: 20px;
  }
} */


/*com-in....html*/
/* @media (min-width: 821px) and (max-width: 1280px) {
  .col-block.---com-infor {
    padding: 0 0.625em;
  }
} */

/*　会社情報　*/
/* @media (max-width: 820px) {
  .col-block.-t-cen {
    padding-left: 10px;
    padding-right: 10px;
  }
} */

/* @media (max-width: 820px) {
  .col-bloc_boxblock-s.__display-fas.--mawi.---com-infor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;

  }

  .col-bloc_boxblock-s.__display-fas.--mawi.---com-infor .col-block.---com-infor.----ci {
    margin-bottom: 20px;
  }

  .col-bloc_boxblock-s.__display-fas.--mawi.---com-infor .message-but {
    font-size: clamp(12px, 3.5vw, 16px);
  }
} */

.message-but {
  /*追加*/
  display: inline-flex;
  align-items: center;
  /*追加*/
  background-color: #89c43f;
  border-radius: 60px;
  /*角丸*/
  color: #fff;
  padding: 10px 25px;
  width: 100%;
  text-align: center;
  border: 3px solid #000000;
  /* 線を追加 */
  font-size: 16px;
}

.message-but.---o {
  background-color: #f29206;
}

/*ボタン_ゆっくり光る*/
.message-but {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* ボタン_ホバー*/
.message-but:hover {
  background: #E4F5BE;
  color: #89c43f;
  border: 3px solid #89c43f;
  /* 線を追加 */
}

.message-but.---o:hover {
  background: #f5dfbe;
  color: #f29206;
  border: 3px solid #f29206;
  /* 線を追加 */
}

/*============ 詳しく見るボタン =========*/

/* 丸い矢印ボタン */
.message-button-ro {
  max-width: 25px;
  min-height: 25px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  .message-button-ro {
    max-width: clamp(20px, 5vw, 25px);
    min-height: clamp(20px, 5vw, 25px);
  }
}


/* ボタン_ホバー*/
.message-button-ro:hover {
  background-color: #89c43f;
}

/* ボタン_ホバー*/
.message-button-ro.---o:hover {
  background-color: #f29206;
}

/* ボタン_ホバー*/
.message-button-ro-arrow:hover {
  color: #fff;
}

/*ボタン_ゆっくり光る*/
.message-button-ro,
.message-button-ro-arrow {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}


/*　中 > マーク 　*/
.message-button-ro {
  background-image: url("../image/arrow.svg");
  background-repeat: no-repeat;
  /*  繰り返し防止 */
  background-position: center;
  /*  中央配置 */
  background-size: contain;
  background-size: 40% 40%;
}

.message-button-ro.---o {
  background-image: url("../image/arrow-ff8906.svg");
  background-repeat: no-repeat;
  /*  繰り返し防止 */
  background-position: center;
  /*  中央配置 */
  background-size: contain;
  background-size: 40% 40%;
}

/*　中 > マーク 　ホバー　*/
.message-button-ro:hover {
  background-image: url("../image/arrow-fff.svg");
}

/* ################################################################# */
/*======================================*/
/*======================================*/






.cus-sh-block {
  width: 100%;
  height: auto;
  background-color: #F5FAEC;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .cus-sh-block .sh-bl-box-f {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 上下中央揃え（オプション） */
    align-items: center;
    /* 左右中央揃え */
    width: 100%;
    max-width: 767px;
  }
}


.custom-shape {
  width: 100%;
  height: 180px;
  overflow: hidden;
}



.cu-sh-bl-box {
  width: 100%;
  max-width: 936px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 4em 3.125em 4em 3.125em;
  border-radius: 24px;
  background-color: #fff;
  border: 3px solid #89c43f;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .cu-sh-bl-box .sh-bl-box-s .db {
    font-size: clamp(1.75em, 2.05vw, 2em);
    line-height: clamp(1.50em, 2.05vw, 1.64em);
  }

  .cu-sh-bl-box .sh-bl-box-s .r {
    font-size: clamp(1em, 1.475vw, 1.13em);
    line-height: clamp(1.60em, 1.475vw, 1.73em);
  }
} */

@media (max-width: 767px) {
  .cu-sh-bl-box {
    padding: 4em 1.56em 4em 1.56em;
  }

  .sh-bl-box-s.__m-left {
    margin-left: 0;
  }

  .cu-sh-bl-box .col-block.-colw__id.-t-cen {
    width: 100%;
    max-width: 767px !important;
    margin-bottom: 25px;
  }

  .cu-sh-bl-box .sh-bl-box-s .db {
    text-align: center;
    font-size: clamp(18px, 3vw, 28px);
    line-height: clamp(32px, 3vw, 42px);
    max-width: 12.31em;
    margin: 0 auto 40px auto;
  }

  .cu-sh-bl-box .sh-bl-box-s .r {
    font-size: clamp(14px, 2.5vw, 16px);
    line-height: clamp(22.4px, 2.5vw, 25.6px);
  }

  .cu-sh-bl-box .shbl-box_list.__display-fa {
    flex-direction: column;
    width: 100%;
    max-width: 467px;
    margin-top: 34px;
  }

  .cu-sh-bl-box .check-list.__m-leftt {
    margin-top: 10px;
    margin-left: 0;
  }

  .cu-sh-bl-box .shbl-box-f.__display-f {
    max-width: 767px;
  }
}


.sh-bl-box-f {
  width: 100%;
  height: auto;
  /*background-color: #9465A5;*/
}


.sh-bl-box-s {
  position: relative;
}

.sh-bl-box-s .db {
  font-size: 28px;
  line-height: 42px;
}

.sh-bl-box-s .r {
  font-size: 16px;
  line-height: 26px;
}


.shbl-box-f {
  width: 100%;
  max-width: 230px;
}

.shbl-box-fff {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
}

.shbl-box-fff img {
  margin-right: 0.625em;
}

.shbl-box-fff p {
  font-size: 16px;
  line-height: 22px;
}

/* 
.check-list.__m-leftt {
  font-family: "UD新ゴ R";
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  text-indent: -20px;
  padding-left: 20px;
} */

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .check-list.__m-leftt {
    font-size: clamp(1.25em, 1.35vw, 1.50em);
    line-height: calc(32px, 1.35vw, 34px);
  }
} */

/* @media (max-width: 767px) {
  .check-list.__m-leftt {
    font-family: "UD新ゴ R";
    font-size: clamp(16px, 3vw, 20px);
    line-height: clamp(25.6px, 3vw, 32px);
    text-indent: -18px;
    padding-left: 18px;
  }

  .shbl-box-f {
    max-width: none;
  }

  .shbl-box-fff {
    margin-left: 0;
    margin-right: auto;
  }
} */



.shbl-box_list {
  /*background-color: #4189C3;*/
  margin: 50px auto 0 auto;
}

/*====================================*/
/* ################################################################# */
#flow {
  padding: 80px 50px;
  background-color: #F5FAEC;
  margin: 0 auto 80px auto;
}

.flow__block {
  width: 100%;
  max-width: 880px;
  /*  background-color: #4189C3;*/
  margin: 0 auto;
}

/* @media (max-width: 1920px) {
  .flow__block {
    width: 100%;
    max-width: 1344px;
  }
} */


.flow__boxblock {
  width: 100%;
  max-width: 400px;
  /*  background-color: #9465A5;*/
}

/* 
@media (max-width: 1920px) {
  .flow__boxblock {
    max-width: 800px;
  }

} */

.flow__boxblock.---1a {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .flow__box.__display-fas {
    /*flex-direction: column;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 上下中央揃え（オプション） */
    align-items: center;
    /* 左右中央揃え */
    width: 100%;
    max-width: 767px;
  }

  .flow__boxblock {
    max-width: 767px;
  }

  .flow__boxblock.---1a {
    margin: auto;
    margin-bottom: 40px;
  }
}

.flow__recr {
  width: 100%;
  text-align: center;
  margin-bottom: 11px;
  color: #fff;
  background-color: #f29206;
}

.flow__recr.--2b {
  width: 100%;
  text-align: center;
  margin-bottom: 11px;
  color: #fff;
  background-color: #89c43f;
}

.flow__recr .b {
  font-size: 24px;
}

.flow__rec .b {
  font-size: 24px;
}

.flow__recrbox {
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  border-radius: 24px;
  border: 3px solid #000;
  padding: 40px 3.31em;
  box-shadow: 6px 6px 0 #f29206;
}

.flow__recrbox.--2b {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 24px;
  border: 3px solid #000;
  padding: 40px 3.31em;
  box-shadow: 6px 6px 0 #89c43f;
}

.--son-si-xml {
  font-size: 20px;
  line-height: 32px;
}

.--son-si-xm {
  font-size: 16px;
  line-height: 25.6px;
}

/* @media (max-width: 1920px) {
  .--son-si-xml {
    font-size: clamp(1.25em, 2vw, 1.50em);
  }

  .--son-si-xm {
    font-size: clamp(1em, 1.5vw, 1.13em);
    line-height: clamp(1.60em, 1.5vw, 1.73em);
  }
} */

@media (max-width: 767px) {
  .--son-si-xml {
    font-size: clamp(12px, 4vw, 20px);
    line-height: clamp(24px, 4vw, 32px);
  }

  .--son-si-xm {
    font-size: 16px;
    line-height: 25.6px;
    font-size: clamp(8px, 4vw, 16px);
    line-height: clamp(17.60px, 4vw, 25.6px);
  }
}




.bullet-text {
  display: inline-block;
  /* or block, 内容量次第で調整 */
}


.flow__recrbox .bullet-line {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.flow__recrbox .bullet-dot {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #f29206;
}

.flow__recrbox .bullet-dot.--2b {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #89c43f;
}

@media (max-width: 767px) {

  .flow__recrbox .bullet-dot,
  .flow__recrbox .bullet-dot.--2b {
    margin-top: 0.16em;
  }
}

/* 上の縦線（1個目以外） */
.flow__recrbox .bullet-line:not(:first-child).bullet-dot::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #f29206;
  transform: translateX(-50%);
}

.flow__recrbox .bullet-line:not(:first-child) .bullet-dot.--2b::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #89c43f;
  transform: translateX(-50%);
}


/* 下の縦線（最後以外） */
.flow__recrbox .bullet-line:not(:last-child) .bullet-dot::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: calc(300% + 300%);
  /* テキストの高さに応じて */
  background-color: #f29206;
  transform: translateX(-50%);
}

.flow__recrbox .bullet-line:not(:last-child) .bullet-dot.--2b::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: calc(300% + 300%);
  /* テキストの高さに応じて */
  background-color: #89c43f;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .flow__recrbox .bullet-line:not(:last-child) .bullet-dot::after {
    height: calc(300% + 200%);
    /* テキストの高さに応じて */
    background-color: #f29206;
  }

  .flow__recrbox .bullet-line:not(:last-child) .bullet-dot.--2b::after {
    height: calc(300% + 200%);
    /* テキストの高さに応じて */
    background-color: #89c43f;
  }
}

@media (max-width: 372px) {
  .flow__recrbox .bullet-line:not(:last-child) .bullet-dot::after {
    height: calc(300% + 380%);
    /* テキストの高さに応じて */
    background-color: #f29206;
  }

  .flow__recrbox .bullet-line:not(:last-child) .bullet-dot.--2b::after {
    height: calc(300% + 380%);
    /* テキストの高さに応じて */
    background-color: #89c43f;
  }
}

@media (max-width: 336px) {
  .flow__recrbox .bullet-line:not(:last-child) .bullet-dot::after {
    height: calc(420% + 420%);
    /* テキストの高さに応じて */
    background-color: #f29206;
  }
}

@media (max-width: 325px) {
  .flow__recrbox .bullet-line:not(:last-child) .bullet-dot::after {
    height: calc(490% + 490%);
    /* テキストの高さに応じて */
    background-color: #f29206;
  }

  .flow__recrbox .bullet-line:not(:last-child) .bullet-dot.--2b::after {
    height: calc(490% + 490%);
    /* テキストの高さに応じて */
    background-color: #89c43f;
  }
}

/* ################################################################# */
/*====================================*/


#sys-tre {
  padding: 0 50px;
}

.sys-tre__block {
  width: 100%;
  max-width: 958px;
  margin: 0 auto 155px auto;
  /*  background-color: #f5dfbe;*/
}

/* @media (max-width: 1920px) {
  .sys-tre__block {
    max-width: 1344px;
  }
} */


.In-sys__black-box span {
  display: inline-flex;
  padding: 8px 20px;
  margin-top: 40px;
  margin-bottom: 18px;
  border-radius: 4px;
  color: #fff;
  background-color: #000;
}

.__padd-xxx {
  padding: 0 20px;
}

.In-sys__black-box .db {
  font-size: 20px;
  line-height: 1.56em;
}


.In-sys__table table {
  border-collapse: collapse;
  width: 100%;
  border-top: 3px solid #FFA036;
  border-bottom: 3px solid #FFA036;
  border-left: none;
  border-right: none;
}

.In-sys__table td,
.In-sys__table th {
  border-top: 2px solid #FFC480;
  border-bottom: 2px solid #FFC480;
  border-left: none;
  border-right: none;
  padding: 8px;
  padding: 1.88em 2.50em;

  /* 上揃え */
  vertical-align: top;
}

/* 左列 幅広 */
td:first-child {
  width: 32%;
  /* 調整：20%〜30%程度 一般的 */
}

/* 装飾 */
.__b-col-ff {
  background-color: #FFEDD9;
}

.In-sys__table .__b-col-ff .r {
  font-size: 16px;
  line-height: 25.6px;
}

.In-sys__table .r.p-text {
  font-size: 14px;
  line-height: 22.4px;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .In-sys__table .__b-col-ff .r {
    font-size: clamp(1em, 1.125vw, 1.25em);
    line-height: clamp(1.6em, 1.125vw, 1.79em);
  }

  .In-sys__table .r.p-text {
    font-size: 14px;
    line-height: 22.4px;
    font-size: clamp(0.88em, 1.125vw, 1.13em);
    line-height: clamp(1.4em, 1.125vw, 1.65em);
  }
} */


@media (max-width: 767px) {
  .In-sys__table.---in-sys table {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }

  .In-sys__table table,
  .In-sys__table tr,
  .In-sys__table td {
    display: block;
    width: 100%;
  }

  .In-sys__table .---matop {
    margin-top: 20px;
  }

  .In-sys__table td {
    padding: 10px 20px;
  }

  .In-sys__table td,
  .In-sys__table th {
    border-top: 0 solid;
    border-bottom: 0 solid;
    border-left: none;
  }

  .In-sys__table td p {
    text-align: justify;
  }

  .In-sys__table .__m-bot-space {
    display: block;
    margin-bottom: -15px;
  }
}



.bullet-line {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  text-indent: 0;
}

.bullet-dot {
  width: 10px;
  height: 10px;
  background-color: #f29206;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
  /* 調整して丸を1行目に揃える */

}

/* ################################################################# */
.com-box-x {
  padding: 0 40px;
}


.com-colourbox-x {
  position: relative;
  width: 100%;
  max-width: 1088px;
  height: auto;
  margin: 49px auto 80px auto;
  padding: 4.875em 4.0625em;
  margin-top: 1.4375em;
  background-color: #F5FAEC;
  border: 3px solid #89c43f;
  border-radius: 24px;
  /*角丸*/
}

/* @media (max-width: 1920px) {
  .com-colourbox-x {
    max-width: 1536px;
  }
} */

@media (max-width: 767px) {
  .com-colourbox-x {
    padding-left: clamp(1.0625em, 4vw, 4.0625em);
    padding-right: clamp(1.0625em, 4vw, 4.0625em);
    /*角丸*/
  }

  .com-colourbox-x .db.---teare {
    text-align: center;
  }
}

.com-b-img {
  position: absolute;
  top: -80px;
  right: 5.625em;
  max-width: 109px;
}

.com-colourbox-x img {
  width: 100%;
  height: auto;
}

.com-box-x .db.---teare {
  font-size: 24px;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .com-box-x .db.---teare {
    font-size: clamp(1.50em, 1.85vw, 1.75em);
  }
}
 */


/* ラッパー */
.com-box-wrap {
  width: 100%;
  margin: 1em auto auto auto;
  /*  background-color: #4189C3;*/
}

/* --- Qボックス --- */
.com-box-qb {
  background-color: #89c43f;
  padding: 1em 1.875em;
  border-radius: 12px;
  cursor: pointer;
  transition: border-radius 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.com-box-qb.open {
  border-radius: 12px 12px 0 0;
}

/* Qラベル */
.com-box-q_block .__q {
  margin-right: 1.5em;
  font-size: 24px;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .com-box-q_block .__q {
    font-size: clamp(1.50em, 1.325vw, 1.75em);
  }

  .com-box-q_block.__display-f.db .--com-bo-__qh {
    font-size: clamp(1.13em, 1.325vw, 1.38em);
  }
} */

/* 詳しく見るボタン */
.com-box-q_item-a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  margin-left: 20px;
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {

  .com-box-q_item-a {
    width: clamp(30px, 3vw, 35px);
    height: clamp(30px, 3vw, 35px);
    font-size: clamp(16px, 3vw, 18px);
    line-height: clamp(31px, 3vw, 35px);
    margin-left: clamp(16px, 3vw, 20px);
  }

  .com-box-q_block .__q {
    margin-right: 1.5em;
    font-size: clamp(20px, 3vw, 24px);
  }

  .com-box-q_block.__display-f.db .--com-bo-__qh {
    font-size: clamp(12px, 3vw, 18px);
  }
}

/*
.com-box-qb.open .com-box-q_item-a {
  transform: rotate(45deg); /* ＋を×風に 
}*/

/* --- Aボックス --- */
.com-box-qa {
  background-color: #fff;
  border: 3px solid #89c43f;
  border-top: none;
  border-radius: 0 0 12px 12px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1.875em;
  /* 横はそのまま、縦paddingを0に */
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.com-box-qa.open {
  max-height: 1000px;
  /* 十分に大きな数値 */
  opacity: 1;
  padding: 1em 1.875em;
  pointer-events: auto;
}

/* Aラベル */
.com-box-qa .__qa {
  margin-right: 1.5em;
  color: #f29206;
  font-size: 24px;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  .com-box-qa .__qa {
    font-size: clamp(1.50em, 1.325vw, 1.75em);
  }

  .com-box-qa .-t-jus {
    font-size: clamp(1.13em, 1.325vw, 1.25em);
  }
} */

@media (max-width: 767px) {
  .com-box-qa .__qa {
    margin-right: 1.5em;
    font-size: clamp(20px, 2vw, 24px);
  }

  .com-box-qa .-t-jus {
    font-size: clamp(12px, 2vw, 18px);
  }
}


/* ################################################################# */


.message.com-in {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 7.50em;
}

.section-chieru {
  margin: 5px 0 0 0;
}

.section-chieru-center-block img {
  width: 100%;
  max-width: 517px;
  height: auto;
}

.section-chieru .section-chieru-block .section-chieru-center-block-h.r {
  font-size: 27px;
  line-height: 58px;
  margin-bottom: 20px;
  color: #f29206;
}

/* @media (min-width: 1366px) and (max-width: 1920px) {
  #section-message .message-block-text.m.---com-infor {
    font-size: clamp(1.75em, 2vw, 2.13em);
    line-height: clamp(1.88em, 2vw, 2.38em);
  }

  .section-chieru .section-chieru-block .section-chieru-center-block-h.r {
    font-size: clamp(1.69em, 2vw, 2em);
  }
} */

@media (max-width: 767px) {
  .section-chieru .section-chieru-block .section-chieru-center-block-h.r {
    font-size: clamp(19px, 5vw, 27px);
    line-height: clamp(56px, 5vw, 58px);
    margin-bottom: clamp(0em, 5vw, 1.25em);
  }

  /* message.css */
  #section-message .message-block-text.m.---com-infor {
    font-size: clamp(18px, 5vw, 28px);
    line-height: clamp(36px, 5vw, 48px);
  }
}

.cor-logo {
  position: relative;
  width: 100%;
  max-width: 1166px;
  height: auto;
  margin: -9.38em auto 3.75em auto;
  z-index: -1;
}

@media (max-width: 767px) {
  .cor-logo {
    margin-top: clamp(-2.38em, 5vw, -9.38em);
  }
}

.cor-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* フェードさせたい高さだけ指定（例: 120px）。画像の高さに合わせて調整 */
  height: 350px;
  /* 白 → 透明へ縦方向のグラデ。必要なら透明度や色を変える */
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1.65) 0%,
      rgba(255, 255, 255, 0.9) 30%,
      rgba(255, 255, 255, 0.4) 60%,
      rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  /* クリック操作をブロックしない */
  /* z-index は親と同じスタック内なので不要だが、念のため */
  z-index: 0;
}

@media (max-width: 767px) {
  .cor-logo::before {
    height: calc(350 / 767 * 100vw);
  }
}

.cor-logo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .cor-logo img {
    border-radius: 0;
  }
}







#cor-logo-text {
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px;
}

/* @media(max-width: 1920px) {
  #cor-logo-text {
    width: 100%;
    max-width: clamp(85.38rem, 1.5vw, 120rem);
  }
} */

.cor-logo-text__block .r {
  font-size: 20px;
  line-height: 36px;
}

.cor-logo-text__block .db {
  font-size: 24px;
  line-height: 32px;
}

/* @media (max-width: 1920px) {
  .cor-logo-text__block .r {
    font-size: clamp(1.25em, 1.5vw, 1.63em);
    line-height: clamp(2.25em, 1.5vw, 2.50em);
  }

  .cor-logo-text__block .db {
    font-size: clamp(1.50em, 2vw, 1.88em);
  }

} */


/* @media (max-width: 820px) {
  .cor-logo-text {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
} */

@media (max-width: 767px) {
  .cor-logo-text__block {
    width: 100%;
    max-width: 767px;
    text-align: left;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }

  .cor-logo-text__block .-br-b {
    display: none;
  }

  .cor-logo-text__block .r {
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(28px, 2vw, 36px);
  }

  .cor-logo-text__block .db {
    font-size: clamp(18px, 2vw, 24px);
    line-height: clamp(28px, 2vw, 32px);
  }
}



/*追加　囲み見出し*/
.job-job-logo {
  text-align: center;
  margin: 0 auto 40px auto;
}