@charset "utf-8";
#eyecatch {
  background-image: url(/wp-content/themes/unique_tcd044/img/anshinnet/bg-title.jpg);
  background-size: cover;
  background-position: top;
}
a {
  color: #333;
  text-decoration: none;
}
/* ========
  text-color
================ */
.black {
  color: #030303;
}
.white {
  color: white;
}
.green {
  color: #009081;
}
.light-green {
  color: #e5f2e4;
}
.dark-green {
  color: #11662f;
}
.yellow {
  color: #fff151;
  color: #e3e85b;
}
.orange {
  color: #dd840e;
}

/* ========
  background-color
================ */
.bg-black {
  background-color: #030303;
}
.bg-white {
  background-color: white;
}
.bg-green {
  background-color: #009651;
}
.bg-dark-green {
  background-color: #11662f;
}
.bg-light-green {
  background-color: #e5f2e4;
}
.bg-yellow {
  background-color: #fff151;
}

/* ========
  smp-font-szie
================ */
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-50 {
  font-size: 50px !important;
}

/* ========
  padding-margin
================ */
.w-1280 {
  max-width: 98%;
}
.w-1000 {
  max-width: 90%;
}
.w-720 {
  max-width: 90%;
}
.w-580 {
  max-width: 90%;
}
.my-100 {
  margin: 100px 0;
}
.py-100 {
  padding: 100px 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}

/* ========
  共通設定
================ */

a {
  text-decoration: none;
  transition: 0.5s all;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
.ls-2 {
  letter-spacing: 0.2rem;
}
.object-fit {
  object-fit: cover;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-multiple {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: initial;
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.5rem;
}
.breadcrumb li:last-child:after {
  content: "";
}
#underlayer-ec {
  background-image: url(/assets/images/company/main-pc.jpg);
  background-position: center;
  background-size: cover;
}

/* ========
  font
================ */
body {
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: rgb(51, 51, 51);
  line-height: 1.8;
}
.mincho {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mplus1-extrabold {
  font-weight: 800 !important;
  font-family: "M PLUS 1p", sans-serif;
}

/* ========
  link
================ */
.link {
  position: relative;
}
.link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

/* ========
  btn
================ */
.btn-on-green:hover {
  background: #6dad19 !important;
  color: white;
}
.btn-on-white:hover {
  background: white !important;
  color: #292d4e;
}

/* ========
  contents
================ */
#eyecatch .green-dash {
  border-bottom: dashed #009081 2px;
}
.gradation-line-green-speed2 {
  animation: bg-gradient 5s linear infinite alternate;
  background: linear-gradient(60deg, #e3e85b, #6dad19, #6dad19, #e3e85b, #6dad19, #6dad19, #e3e85b) 0 / 200% 100%;
  height: 30px;
}
@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
#eyecatch .oyako {
  bottom: 30px;
  right: 0;
}
#eyecatch .illust {
  top: 30px;
  left: 5px;
}
#eyecatch .hpnc {
  left: 0;
  top: 140px;
}

#cv {
  background-image: url(/wp-content/themes/unique_tcd044/img/anshinnet/bg-cv.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
#cv .box-shadow {
  box-shadow: #ddd 5px 5px 10px;
  border: solid #edf7ee 3px;
  border-radius: 10px;
}
#sec2 {
  background-color: #e5f2e4;
}
#sec2 .hiromi {
  top: -10%;
  left: 10%;
}
#sec3 {
  background-image: url(/wp-content/themes/unique_tcd044/img/anshinnet/sec3-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

#sec4 .flow-illustration {
  width: 300px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#sec4 .flow-content-wrapper {
  align-items: center;
}
#sec4 .flow-line {
  height: 70px;
  width: 4px;
  background-color: #11672f;
  margin-left: calc(100px - -50px);
  position: relative;
  margin-top: 1rem;
}
#sec5 {
  background-image: url(/wp-content/themes/unique_tcd044/img/anshinnet/sec5-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}
#sec6 .gradation {
  height: auto;
}

/* 必須バッジの緑色 */
.badge-custom-green {
  background-color: #196c35; /* 画像に近い濃い緑 */
  font-weight: normal;
  padding: 0.4em 0.6em;
  font-size: 0.75rem;
}

/* 送信ボタンのスタイル */
.btn-custom-submit {
  background-color: #196c35; /* 画像に近い濃い緑 */
  color: #fff;
  font-weight: bold;
  border-radius: 0; /* 角を少しシャープに */
  transition: all 0.3s ease;
  min-width: 300px; /* ボタンの幅を確保 */
}

.btn-custom-submit:hover {
  background-color: #145229; /* ホバー時は少し暗く */
  color: #fff;
}

#fskiso .outline {
  border: solid #196c35 2px;
  display: block;
}

/* モバイル対応：スマホの時に横並びテキスト（半角英数）を下に落とす等の微調整 */
@media (max-width: 767px) {
  .custom-contact-form {
    padding: 20px !important;
  }
  .d-none.d-md-inline {
    display: block !important; /* スマホでは下に表示させる */
    margin-left: 0 !important;
    margin-top: 5px;
    color: #000;
  }
  #cv .d-none.d-md-inline {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  /* ========
    PC-font-szie
  ================ */
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-32 {
    font-size: 30px !important;
  }
  .fs-md-35 {
    font-size: 35px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-55 {
    font-size: 55px !important;
  }
  .fs-md-60 {
    font-size: 60px !important;
  }
  .fs-md-70 {
    font-size: 70px !important;
  }
  .fs-md-80 {
    font-size: 80px !important;
  }
  .fs-md-100 {
    font-size: 100px !important;
  }

  /* ========
    padding-margin
  ================ */
  .w-1280 {
    max-width: 1280px;
  }
  .w-1000 {
    max-width: 1000px;
  }
  .w-720 {
    max-width: 720px;
  }
  .w-590 {
    max-width: 590px;
  }
  .my-md-100 {
    margin: 100px 0 !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  #eyecatch .hpnc {
    left: auto;
    top: auto;
  }
  #sec3 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #sec5 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #sec2 {
    background-image: url(/wp-content/themes/unique_tcd044/img/anshinnet/sec2-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
  }
}
