@charset "UTF-8";

/*企業研修LP*/
.main_txt {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
}
.normal_txt {
    font-size: 16px;
    line-height: 1.8;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    color: #131559;
}
.center {
    text-align: center;
}
/* メインコンテンツ： ヒーローイメージ  large*/
@media (min-width: 600px) {
.main_txt {
    font-size: 22px;
    line-height: 1.5;
    }
h3 {
    font-size: 20px;
    }
}
.bg_beige {
    background: #f1ece7;
}
.bg_green {
    background: #dee7ba;
}

/*ネガティブマージン*/

.mt_m40 {
    margin-top: -40px;
}

.annotation {
    text-align: right;
    font-size: 12px;
}
.company_common .company_common_headB a:hover {
    color: #8cc456;
}

/* =========================
FV
========================= */

.fv {
  position: relative;
  min-height: 710px;
  background: url("/img/for_company/training/main_pc-min.png") center center / cover no-repeat;
  overflow: hidden;
}

.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.fv__inner {
  position: relative;
  z-index: 1;
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  min-height: 710px;

  display: flex;
  align-items: center;
}

.fv__content {
  width: 100%;
}

.fv__title {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4vw, 72px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.fv__btn {
    margin-top: 48px;
    width: 360px;
    height: 78px;
    background: #ff8500;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    box-sizing: border-box;
    transition: 0.3s ease;
    border-bottom: solid 5px #ce7829;
    border-radius: 6px;
}
.fv__btn:hover {
    transform: translateY(3px);
}
.fv__btn span:first-child {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.fv__btn-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.fv__btn-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ff8500;
  border-right: 3px solid #ff8500;
  transform: translate(-65%, -50%) rotate(45deg);
}

/* =========================
SP
========================= */

@media screen and (max-width: 599px) {
  .fv {
    min-height: 30vh;
    background-position: 70% center;
    background: url("/img/for_company/training/main_sp-min.png") center center / cover no-repeat;
  }

  .fv__inner {
    max-width: calc(100% - 32px);
    min-height: 30vh;
    align-items: flex-start;
    padding-top: 150px;
    box-sizing: border-box;
      padding-bottom: 20px;
  }

  .fv__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .fv__btn {
    width: 100%;
    max-width: 200px;
    height: 60px;
    margin-top: 15px;
    padding: 20px;
  }

  .fv__btn span:first-child {
    font-size: 18px;
  }
  .fv__btn-icon {
    width: 24px;
    height: 24px;
  }
}

.company_main_ttl {
    font-weight: bold;
    font-size: 18px;
    color: #131559;
    margin: 10px 0 20px;
    text-align: center;
}
/* メインコンテンツ： ヒーローイメージ  large*/
@media (min-width: 600px) {
.company_main_ttl {
    font-weight: bold;
    font-size: 22px;
    color: #131559;
    margin: 20px 0 30px
    }
}

/* メインコンテンツ： ヒーローイメージ */
.company_common .company-conA {
    text-align: center;
    padding-bottom: 30px;
}
.company_common .company-conA .container {
    width: 100%;
/*    max-width: 1200px;*/
    padding: 10px 0 0;
    margin: 0 auto;
}
.company_common .company-conA .container img {
    width: 100%;
    /*max-width: 420px;*/
    margin: 0 auto;
    display: block;
}
.company_common .company-conA p {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #131559;
    padding: 20px 10px 0;
    text-align: left;
    font-weight: bold;
    margin-bottom: 60px;
    }
/* メインコンテンツ： ヒーローイメージ  large*/
@media (min-width: 600px) {
.company_common .company-conA {
/*    height: 40vh;*/
    }
.company_common .company-conA p {
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    padding: 20px 0 0;
    margin-bottom: 80px;
    }
}

/* メインコンテンツ：B*/
.company_common .company-conB .container {
    width: 100%;
    max-width: 1200px;
    padding: 60px 20px;
    margin: 0 auto;
    }
h2.ttl {
    margin: 0;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #111b73;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    }

h2.ttl span {
    font-size: 16px;
    color: #111b73;
    padding-left: 1em;
    font-weight: normal;
    }
.conB_img {
    width: 100%;
    margin-bottom: 40px;
    }
.conB_img img {
    width: 100%;
}
.flex_img {
    text-align: center;
}
.flex_img img {
    width: 80%;
    margin-bottom: 20px;
}
/*メインコンテンツ：B large*/
@media (min-width: 600px) {
.company_common .company-conB .container {
    padding: 80px 20px;
    }
h2.ttl {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #111b73;
    letter-spacing: 0.02em;
    margin-bottom: 70px;
    }

h2.ttl span {
    font-size: 14px;
    color: #111b73;
    padding-left: 1em;
    font-weight: normal;
    }
.flex_img {
    display: flex;
    justify-content: center;
    }
.flex_img img {
    width: calc(100% / 3.2);
    max-width: 320px;
    margin: 10px;
    }
}
/*メインコンテンツ：B large end*/


/* メインコンテンツ：C*/
.company_common .company-conC .container {
    width: 100%;
    max-width: 1200px;
    padding: 60px 20px;
    margin: 0 auto;
}
.company_common .company-conC h2 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
    color: #6e9c43;
    letter-spacing: 1.4;
}
.company_common .company-conC h2.ttl_icon {
    padding: 0 0 0 40px;
    background-image: url("/img/for_company/training/ttl_icon.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.company_common .company-conC .faq {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.question {
    font-size: 16px;
    color: #8cc456;
    height:28px;
    width:28px;
    border-radius:50%;
    line-height:24px;
    text-align:center;
    border: 2px solid #8cc456;
    font-weight: bold;
    margin-right: .8em;
}
.answer {
    font-size: 16px;
    color: #fff;
    height:28px;
    width:28px;
    border-radius:50%;
    line-height:24px;
    text-align:center;
    border: 2px solid #8cc456;
    background: #8cc456;
    font-weight: bold;
    margin-right: .8em;
}
.company_common .company-conC .faq .question,
.company_common .company-conC .faq .answer {
    width: 30px;
}
.company_common .company-conC .faq .faq_txt {
    width: calc(100% - 30px);
}
/*メインコンテンツ：C large*/
@media (min-width: 600px) {
.company_common .company-conC h2 {
    font-size: 34px;
    margin-bottom: 40px;
    }
}
/*メインコンテンツ：C large end*/

/* メインコンテンツ：D*/
.company_common .company-conD .container {
    width: 100%;
    max-width: 1200px;
    padding: 30px 20px 60px;
    margin: 0 auto;
}

/*メインコンテンツ：D large*/
@media (min-width: 600px) {
.company_common .company-conD .container {
    padding-top: 60px;
    }

}
/*メインコンテンツ：D large end*/




/*ボタンデザイン*/
.company_common_btn_area {
    text-align: center;
    margin-bottom: 60px;
}
.company_common_btn {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 400px;
}
.company_common_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    height: 80px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    background: #ff8500;
    border-radius: 8px;
    border-bottom: solid 5px #ce7829;
    font-weight: bold;
    font-size: 18px;
}
.company_common_btn a:hover {
    border-bottom: solid 2px #ce7829;
    transform: translateY(3px);
}
.company_common_btn a img {
    margin-right: 10px;
    height: 20px;
}
.company_common_btn a i {
    margin-left: 10px;
}
.company_common .company_common_headB .headB_btn a {
    background: #ff8500;
    border: none;
    border-bottom: solid 5px #ce7829;
}
.company_common .company_common_headB .headB_btn a:hover {
    background: #ff8500;
    border-bottom: solid 3px #ce7829;
    transform: translateY(3px);
    color: #fff;
}
/*ボタンデザイン large*/
@media (min-width: 600px) {
.company_common_btn_area {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    }
/*.company_common_btn {
    margin: 20px;
    }*/
.company_common_btn a {
    font-size: 20px;
    }
.company_common_btn a img {
    height: 24px;
    }
}
/*ボタンデザイン large end*/


/*NEW LP*/

/* =========================
   一覧アコーディオン
========================= */

.accordion-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom: 40px;
    align-items:start;
}

.accordion-item{
    border:1px solid #7ca54b;
    background:#fff;
    overflow:hidden;
    min-height:80px;/* 高さ揃え */
    position:relative;
    display:flex;
    flex-direction:column;
}

/* checkbox非表示 */

.accordion-item input{
    display:none;
}

/* タイトル */
.accordion-title{
    flex:1;
    min-height:80px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:22px;
    padding:15px;
    color:#6e963d;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:.3s;
}
.accordion-title span{
  line-height:1.4;
}

/* アイコン */

.category_icon {
    width:36px;
    height:36px;
    object-fit:contain;
    flex-shrink:0;
}
/* 開いてない時 */

.icon-active {
  display:none;
}


/* hover */
.accordion-title:hover{
  background:#8ec552;
    color: #fff;
}
.accordion-title:hover .icon-normal{
  display:none;
}
.accordion-title:hover .icon-active{
  display:block;
}
/* 開いている状態 */

.accordion-item input:checked + .accordion-title{
  background:#8ec552;
  color:#fff;
}
/* 通常アイコンを消す */
.accordion-item input:checked + .accordion-title .icon-normal{
  display:none;
}
/* 白アイコンを表示 */
.accordion-item input:checked + .accordion-title .icon-active{
  display:block;
}

/* コンテンツ */

.accordion-content{
  max-height:0;
  overflow:hidden;
  background:#dfe9d2;
  transition:max-height .4s ease;
}

/* 開いた状態 */

.accordion-item input:checked + .accordion-title + .accordion-content{
  max-height:400px;
}

.accordion-content ul{
  list-style:none;
}

.accordion-content li{
  border-top:1px solid rgba(255,255,255,.5);
}

.accordion-content a{
  display:block;
  padding:10px 14px;
  color:#6e963d;
  text-decoration:none;
  font-size:14px;
  transition:.2s;
}

.accordion-content a:hover{
  background:rgba(255,255,255,.4);
}

/* sp */
@media(max-width:600px){

  .accordion-grid{
    grid-template-columns:repeat(1, 1fr);
  }
.accordion-title{
    min-height:40px;
    gap:22px;
    padding:10px 15px;
}
.accordion-item{
    min-height:40px;/* 高さ揃え */
}
}

/* ----------------------*
 * Ｐｉｃｋｕｐ
 * ----------------------*/
.carousel img {
    width: 100%;
}
.carousel_container {
    margin-bottom: 40px;
}
.tag_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 20px 10px 20px;
}
.pick_tag {
    font-size : 12px;
    line-height : 1;
    color : #444;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.tag_g {
    background: #c8d78d;
}
.tag_y {
    background: #f9db7d;
}
.pick_date {
    font-size: 12px;
}
.carousel .item {
    background: #fff;
}
.pick_txt {
    padding: 20px;
}
.carousel .item {
    margin-bottom: 40px;
    }
/*large*/
@media (min-width: 600px) {
.carousel {
    display: flex;
    margin-bottom: 0;
    gap :22px;
    }
.carousel .item {
    flex: 1;
    margin-bottom: 0;
    }
}



/*====================
    flow
======================*/

.flow-list {
    display: flex;
/*    gap: 22px;*/
}

.flow-item {
    flex: 1;
}

.flow-step {
    position: relative;
    height: 72px;
    background: #fff;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    margin-bottom: 20px;
    clip-path: polygon(
        0 0,
        calc(100% - 28px) 0,
        100% 50%,
        calc(100% - 28px) 100%,
        0 100%,
        12px 50%
        );
}
.flow-item .flow-step {
    clip-path: polygon(
        0 0,
        calc(100% - 28px) 0,
        100% 50%,
        calc(100% - 28px) 100%,
        0 100%
    );
}

.flow-item.active .flow-step {
  background: #ff8a00;
  color: #fff;
}

.flow-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
    padding: 0 15px;
}
.triangle {
    font-size: 50px;
    color: #fff;
    margin: 10px auto;
    line-height: 1;
    
    
}
/* SP */
@media screen and (max-width: 768px) {
  .heading h2 {
    font-size: 42px;
  }

.flow-step {
    clip-path: none;
}
.flow-item .flow-step {
    clip-path: none;
}
  .flow-list {
    flex-direction: column;
  }

  .flow-step {
    height: 64px;
    font-size: 16px;
  }

  .flow-item p {
    font-size: 14px;
    line-height: 1.8;
  }
}


/*====================
features_con
======================*/
.features_con {
    margin-bottom: 40px;
}
.features_left {
    margin-bottom: 20px;
}
.features_number {
    font-size: 60px;
    color: #f9820b;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1;
}
.features_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #131559;
    margin-bottom: 15px;
    line-height: 1;
}
.features_txt {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}
.features_right img {
    width: 100%;
}
/*large*/
@media (min-width: 600px) {
.features_con {
    display: flex;
    margin-bottom: 70px;
    }
.features_left {
    width: calc(40% - 40px);
    margin-right: 40px;
    margin-bottom: 0;
}
.features_right {
    width: 60%;
}
.features_number {
    font-size: 100px;
    margin-bottom: 20px;
}
.features_ttl {
    font-size: 28px;
    margin-bottom: 30px;
}
}

/*====================
FQA
====================*/
details {
    border-bottom: 1px solid #77827c;
    margin-bottom: 40px;
}
details {
  /* --------アコーディオンの中身のスタイル-------- */
  &::details-content {
    transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
    padding-bottom: 15px;
  }

  /* --------アコーディオンの中身のスタイル（開いている時）-------- */
  &[open]::details-content {
    opacity: 1;
  }

  /* アコーディオンが開いた時のスタイル */
  &[open] .triangle_icon {
    transform: rotate(180deg);
  }
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}
summary {
  display: grid;
  grid-template-columns:  1fr 24px;
  gap: 6px;
  align-items: center;
/*  padding: 16px 24px;*/
    padding-bottom: 15PX;
  font-weight: bold;
  color: #131559;
  cursor: pointer;

  /* Safariで表示されるデフォルトの三角形アイコンを消す */
  &::-webkit-details-marker {
    display: none;
  }
}

/* --------アイコン-------- */
.triangle_icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;

  /* アイコンのバーのスタイル */
  &::before,
  &::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #ff8500;
  }
  &::before {
    left: 0;
    transform: rotate(45deg);
  }
  &::after {
    right: 0;
    transform: rotate(-45deg);
  }
}

/* --------アコーディオンの中身のスタイル-------- */
.content {
/*  padding: 10px 48px;*/
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/*実績*/

#Achievements img {
    width: 100%;
}


/* =========================
pickup
========================= */

.seminar {
  padding: 40px 0;
}

.seminarSwiper {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
  display: flex;
}

/* =========================
card
========================= */

.card {
  background: #fff;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
}
.card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* 画像 */
.card__img {
  overflow: hidden;
}

.card__img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;

  transition: transform 0.5s ease;
}

.card:hover .card__img img {
  transform: scale(1.05);
}

/* 本文 */
.card__body {
  padding: 18px;

  flex: 1;
  display: flex;
  flex-direction: column;
    justify-content: space-between;
}

/* メタ */
.card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 16px;
}

.tag {
  background: #c8d78d;
  color: #333;
  font-size: 12px;
  padding: 8px 14px;
}

.tag--yellow {
  background: #f9db7d;
}

.card time {
  font-size: 12px;
  color: #666;
}

/* タイトル */
.card h3 {
  margin: 0;

  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  color: #333;
}
