@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/
section {
  padding: 100px 0;
}

a {
  text-decoration-line: none;
}
a:hover{
  opacity: 0.5;
}

@media only screen and (max-width: 767px){
section {
  padding: 50px 0;
}}

/*-----------------------------------------------------
フォント
-------------------------------------------------------*/
.text-blue-grada{
  font-weight: 900;
  background: linear-gradient(to top, #005c53, #00c6c4);
  -webkit-background-clip: text;
  color: transparent;
}
.text-big{
  font-size: 2rem;
}
.text-big02{
  font-size: 3rem;
}
.text-big03{
  font-size: 3.5rem;
}
.text-bold{
  font-weight: bold;
}
.text-bold02{
  font-weight: 900;
}

.text-blue{
  color: #00969b;
}
.text-white{
  color: #fff;
}
.text-grey {
  color: #494949;
}

@media only screen and (max-width: 991px){
 .text-big{
  font-size: 1.5rem;
}
  .text-big02{
  font-size: 2rem;
}
.text-big03{
  font-size: 2.5rem;
}}
@media only screen and (max-width: 767px){
 .text-big{
  font-size: 1.25rem;
}
  .text-big02{
  font-size: 1.55rem;
}
.text-big03{
  font-size: 2rem;
}}

/*-----------------------------------------------------
タイトル
-------------------------------------------------------*/
.ttl_box{
  text-align: center;
  padding-bottom: 50px;
}
.ttl-text{
  font-weight: bold;
  font-size: 3rem;
  padding-top: 0.5rem;
  color: #333;
}
.ttl-text-half{
  font-weight: bold;
  font-size: 2.2rem;
  padding-top: 0.5rem;
  color: #333;
}

.ttl-text-large {
  font-weight: bold;
  font-size: 3.5rem;
  color: #333;
}

.underline-green {
  position: relative;
  display: inline-block;
  z-index: 0; /* テキストを前に出す準備 */
}

.underline-green::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 16px;
  background-color: #baca7e;
  z-index: -1; /* 線をテキストの後ろに配置 */
}

.ttl-bottom_border {
    display: inline-block;
    position: relative;
}

.ttl-bottom_border:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #12a39a;
}

@media only screen and (max-width: 767px) {
.ttl-text{
  font-size: 2em;
}
.ttl_box{
  padding-bottom: 30px;
}
.ttl_icon{
  width: 6rem;
}}

/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-box{
  background-color: #fff;
  border-radius: 30px;
  padding: 3em 0.5em;
  width: 75%;
}

.cta-btn {
  /* ① 配置とサイズ */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 80px 18px 80px; /* 余白 */
  
  /* ② テキストのデザイン */
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  font-family: sans-serif;
  
  /* ③ ボタン自体の形とグラデーション */
  background: linear-gradient(90deg, #FF3D00 0%, #FF8F00 50%, #FFD600 100%);
  border-radius: 100px; /* 丸いカプセル型 */
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* 軽い影 */
}

/* ④ 内側の白い枠線（ここがポイント！） */
.cta-btn::before {
  content: "";
  position: absolute;
  top: 5px;   /* 外枠からの距離 */
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid rgba(255, 255, 255, 0.8); /* 白い半透明の線 */
  border-radius: 100px;
  pointer-events: none; /* クリックを邪魔しない */
}

/* ⑥ ホバー時のアニメーション（マウスを乗せた時） */
.cta-btn:hover {
  opacity: 0.9;
  transform: scale(1.02); /* 少しだけ大きく */
  transition: 0.2s;
}

@media only screen and (max-width: 991px){
  .cta-btn {
  font-size: 26px;
  padding: 15px 53px 15px 53px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-btn {
  font-size: 19px;
  padding: 15px 53px 15px 53px;
  }
.microcopy{
  width: 65%;
}
.cta-box{
  padding: 2em 0.5em;
  width: 95%;
}

}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
#Header{
  background-color: #ffffff;
}
#Header p{
  margin-bottom: 0;
}
.header-box{
  padding: 1em 0.5em;
}
.h-logo{
  width: 13rem;
  padding-left: 3em;
  display: flex;
  align-items: center;
}

/*ヘッダーCTA */
.header-cta-btn {
    /* --- ① サイズと配置 --- */
    display: inline-flex;
    align-items: center;
    position: relative;
    /* ヘッダー用に高さを抑える（上下を詰め、左右も調整） */
    padding: 17px 47px 17px 47px; 
    
    /* --- ② テキスト --- */
    color: #fff;
    font-size: 22px; /* ヘッダーに馴染む小さめサイズ */
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap; /* 改行防止 */
    font-family: sans-serif;

    /* --- ③ 背景（グラデーション）と形状 --- */
    background: linear-gradient(90deg, #FF3D00 0%, #FF8F00 50%, #FFD600 100%);
    border-radius: 50px; /* 完全に丸い端 */
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 61, 0, 0.2);
    transition: all 0.3s ease;
}

/* --- ④ 内側の白い枠線（サイズに合わせて細く調整） --- */
.header-cta-btn::before {
    content: "";
    position: absolute;
    top: 3px;   /* 隙間を3pxに縮小 */
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1.5px solid rgba(255, 255, 255, 0.7); /* 線を少し細く */
    border-radius: 50px;
    pointer-events: none;
}

/* --- ⑥ ホバー演出 --- */
.header-cta-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 61, 0, 0.3);
}

.header-cta-btn:active {
    transform: translateY(0);
}

@media only screen and (max-width: 1199px) {
.h-logo{
  max-width: 13rem;
  padding-left: 1em;
  padding-right: 1em;
}
.h-cta{
  width: 20rem;
}}
@media only screen and (max-width: 991px) {
.h-logo{
  max-width: 10rem;
  padding-left: 0.5em;
}}
@media only screen and (max-width: 767px) {
.h-logo_sp{
  max-width: 8rem; 
  padding: 0.5em;
  margin: 0 auto;
}}

/*-----------------------------------------------------
FV
-------------------------------------------------------*/
#Fv{
  padding: 0;
}
.fv {
  background-image: url(../images/images/FV.jpg);
  background-size: cover;
}

.fv-container {
  display: flex;
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
  width: 100%;
  padding: 0;
}

.container-fullid {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0; /* 子要素の行間隙間を消す */
}

.container-fullid img {
  display: block; /* 画像下の隙間を消す */
}

@media only screen and (max-width: 767px){
  .fv {
  background-image: url(../images/fv_bg_sp.png);
  padding: 25px 25px;
}}

/*-----------------------------------------------------
私たちについて
-------------------------------------------------------*/
#About{
  padding-bottom: 0;
}

.about-under-bg{
  background-color: #f1f8f0;
  padding: 5% 0;
}

/*-----------------------------------------------------
募集職種
-------------------------------------------------------*/
/* --- アコーディオン共通 --- */
.accordion-wrap {
  margin-bottom: 20px;
}
.accordion-item {
  cursor: pointer;
  margin-top: 30px;
  padding-bottom: 10px;
}
.accordion-header {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}
.accordion-header .fa {
  float: right;
  line-height: 35px;
  transition: transform 300ms;
}
.rotate-fa {
  transform: rotate(180deg);
}
.accordion-text {
  display: none; /* 初期状態は閉じる */
  padding: 20px 0;
}

/* --- 青色(BIM)の設定 --- */
.is-blue { border-bottom: 2px solid #5db6e7; }
.is-blue .accordion-header { color: #5db6e7; }
.is-blue .bosyu_bg_black { background-color: #5db6e7; }

/* --- 緑色(環境)の設定 --- */
.is-green { border-bottom: 2px solid #aacc03; }
.is-green .accordion-header { color: #aacc03; }
.is-green .bosyu_bg_black { background-color: #aacc03; }

/* --- オレンジ色(防災)の設定 --- */
.is-orange { border-bottom: 2px solid #eb781e; }
.is-orange .accordion-header { color: #eb781e; }
.is-orange .bosyu_bg_black { background-color: #eb781e; }

/* --- テーブル共通スタイル --- */
.bosyu table { width: 80%; }
.bosyu td { padding: 1.5em; font-size: 1rem; color: #182739; border: 2px solid #fff; }
.bosyu_bg_black { color: #fff; font-weight: bold; }
.bosyu_txt_white { color: #fff !important; font-size: 1.1rem !important; }
.bosyu_bg_white { background-color: #f7f7f7; color: #444; padding-left: 2em !important; }

@media only screen and (max-width: 767px) {
  .bosyu table { width: 100%; }
  .bosyu td { display: block; }
}
/*-----------------------------------------------------
イズミコンサルティングの3つのポイント
-------------------------------------------------------*/
#Point{
  background-color: #f8f8f8;
}

/*-----------------------------------------------------
社員インタビュー
-------------------------------------------------------*/
#Interview{
  background-image: url(../images/interview-bg.png);
}

/*-----------------------------------------------------
福利厚生
-------------------------------------------------------*/
#Benefits {
  background-color: #e6f6fd; 
}

/*-----------------------------------------------------
選考プロセス
-------------------------------------------------------*/
#Selection{
  background-color: #f8f8f8;
}

/*-----------------------------------------------------
form
-------------------------------------------------------*/
.form .container{
  background-color: #fff;
  padding: 4em 0;
}
.form .btn{
  background-color: #28C3D4;
  border-color: #28C3D4;
  padding: 0.3em 5em;
}
.form label{
  font-weight: bold;
}
.text-bg-danger{
  border-radius: 0 !important;
  font-size: 1rem;
  margin-right: 0.5em;
}
.text-bg-light{
  background-color: #eddab8 !important;
  color: #333 !important;
  border-radius: 0 !important;
  font-size: 1rem;
  margin-right: 0.5em;
  border-radius: 10px !important;
}

.p-privacy__ttl a{
  color: #333;
  text-decoration-line: none;
}
@media only screen and (max-width: 1199px){
.form .col-lg-3{
  padding: 0;
}}
@media only screen and (max-width: 991px){
.form .container{
  padding: 2em;
}
.form label{
  margin-bottom: 0.5em;
}}
@media only screen and (max-width: 767px){
.form .container{
  border-radius: 20px;
}
.p-privacy__ttl{
  font-size: 1rem !important;
}

.form .btn {
    background-color: #28C3D4;
    border-color: #28C3D4;
    padding: 0.3em 3.2em;
    font-size: 1.1em;
}
}

@media (max-width: 768px) {
  .form {
    background-image: url(../images/form-bg-sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px calc(var(--bs-gutter-x) * .5);
  --bs-gutter-x: 1.5rem;
  }
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#Footer{
  color: #333;
  background-color: #fff;

}

/* 追従 */
.fix-navi p {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.navi_box{
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 1em;
}

.navi_line{
 background: linear-gradient(90deg, #FF3D00 0%, #FF8F00 50%, #FFD600 100%);
}

.fix-navi a {
  color: #fff !important;
}
.fix-navi p {
  margin-bottom: 0 !important;
}
.navi_cta{
  width: 80%;
  margin: 0 auto;
}}

@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
}}

/*-----------------------------------------------------
サンクスページ
-------------------------------------------------------*/
#thks{
  background-color: #ececec;
  margin: 0;
}
.thanks-box{
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 20px;
}
.thanks-ttl{
  text-align: center;
}
.thanks-text{
  text-align: center;
  font-size: 0.85rem;
}
.thanks-download{
padding-bottom: 2em;
}

a.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 20px;
  width: 50%;
  margin: auto;
  padding: 1rem 0.5rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  transition: 0.5s;
}
a.btn_02:hover {
  color: #27acd9;
  background: #fff;
}
.thanks-btn{
  text-align: center;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 20px;
    margin: 0 auto;
}
