@charset "UTF-8";

/* ========
  text-color
================ */
.brown { color: #4E3B30;}
.white { color: white;}
.green { color: #26863a;}
.light-green { color: #DEEDE1;}
.gold { color:#A19025;}
.yellow { color:#F5E842;}
.beige { color: #F5F2ED;}

/* ========
  background-color
================ */
.bg-brown { background-color: #4E3B30;}
.bg-white { background-color: white;}
.bg-green { background-color: #26863a;}
.bg-light-green { background-color: #DEEDE1;}
.bg-header-light-green { background-color: #f4fff6;}
.bg-gold { background-color:#A19025;}
.bg-beige { background-color: #F5F2ED;}
.bg-gray { background-color: #efefef;}

.bg-green-gradient {
  background: linear-gradient(to right, #16A085, #F4D03F);
}
.bg-green-gradient2 {
  background: linear-gradient(135deg, #25863A, #A19026);
}


/* ========
  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:.5s all;
}
a:hover { opacity: .7;}
li { list-style: none;}
.ls-2 { letter-spacing: .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 .5rem;
  color: white;
}
.breadcrumb li:last-child:after {
  content: '';
}
#underlayer-ec {
  background-image: url(/assets/images/common/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 110px!important;
}
.vh54 {
  height: 54vh;
}

/* ========
  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-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #4E3B30;
}
.mincho {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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: #887e90!important;
  color: white;
}
.btn-on-white:hover {
  background: white!important;
  color: #292D4E;
}

/* ========
  header
================ */
html, body {
  scroll-padding-top: 70px;
}
header {
  /*:background-color: white;
  color: #292D4E;*/
  height: 65px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

header .h-logo img {
  max-width: 220px;
  width: 100%;
}
header .material-symbols-outlined {
  vertical-align: middle;
}
header .top-btn  {
  min-height: 65px;
}
header .top-btn .d-grid {
  place-items: center
}
header .cv-btn img { 
  vertical-align: bottom;
  max-width: 30px;
}





/* ========
  footer
================ */
footer {
  background-image: url(/assets/images/common/footer-bg.jpg);
  background-size: cover;
  background-position: bottom;
}

footer .cv-bg {
  background-image: url(/assets/images/common/cv-bg-smp.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 750px;
}
header .cv-btn,
footer .cv-btn {
  background: linear-gradient(#46BA60, #25863A);
}

/* Tablet */
@media screen and (min-width:465px) and (max-width:768px) {
  #cv .sokuryou-illust {
    width: 19%;
    left: 6%;
    top: 15%;
  }
}



@media screen and (min-width: 769px) {
  /* ========
    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-30 {font-size: 30px!important;}
  .fs-md-35 {font-size: 35px!important;}
  .fs-md-40 {font-size: 40px!important;}
  .fs-md-45 {font-size: 45px!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-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-130 { margin-top: 130px!important; margin-bottom: 130px!important;}
  .py-md-130 { padding-top: 130px!important; padding-bottom: 130px!important;}
  .my-md-100 { margin-top: 100px!important; margin-bottom: 100px!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;}
  .my-md-70 { margin: 70px 0!important;}
  .py-md-70 { padding-top: 70px!important; padding-bottom: 70px!important;}
  .mt-md-70 { margin-top: 70px!important;}
  .pt-md-70 { padding-top: 70px!important;}
  .mb-md-70 { margin-bottom: 70px!important;}
  .pb-md-70 { padding-bottom: 70px!important;}

  body {
    font-size: 16px;
  }


  /* ========
  header
  ================ */
  header {
    /*color: white;*/
    height: auto;
  }
  header .h-logo img {
    max-width: 220px;
  }

  footer .cv-bg {
    background-image: url(/assets/images/common/cv-bg.png);
    max-width: 750px;
  }
  #cv .sokuryou-illust {
    width: 20vh;
    top: auto;
    bottom: 0;
    left: 10%;
  }
  #underlayer-ec {
    padding-top: 150px!important;
  }
  
}