@charset "UTF-8";

/* ========
  text-color
================ */
.black { color: #302D2C;}
.white { color: white;}
.blue { color: #01326D!important;}
.dark-blue { color: #011B3C;}
.light-blue { color: #688BC6;}
.dark-gray { color: #5D5D5D;}
.light-gray { color: #ECEDF0;}
.green { color: #338E7C;}
.light-green { color: #B3D075;}

.yellow { color: #FADB37;}
.red { color: #B1456A;}


/* ========
  background-color
================ */
.bg-black { background-color: #302D2C;}
.bg-white { background-color: white;}
.bg-blue { background-color: #01326D;}
.bg-dark-blue { background-color: #011B3C;}
.bg-light-blue { background-color: #688BC6;}
.bg-dark-gray { background-color: #5D5D5D;}
.bg-light-gray { background-color: #ECEDF0;}
.bg-green { background-color: #338E7C;}
.bg-light-green { background-color: #B3D075;}


.bg-blue-gradient {
  background: #2688D0;
  background: linear-gradient(90deg, #ECF3F6 0%, #2688D0 50%, #415F9E 100%);
}


/* ========
  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;}
.fw-ebold { font-weight: 900!important;}
.ls-2 { letter-spacing: .2rem;}
.lh-1 {line-height: 1;}
.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;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 .5rem;
  color: white;
}
.breadcrumb li:last-child:after {
  content: '';
}
#underlayer-ec {
  background-image: url(/assets/images/contact/main-pc.jpg);
  background-position: center;
  background-size: cover;
}
#right-ber {
  right: 0;
  z-index: 1000;
}
#right-ber a {
  width: 30px;
}
/* ========
  font
================ */
body {
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #302D2C;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.mincho {
  font-family: "Zen Antique", serif!important;
  font-weight: 400;
  font-style: normal;
}

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

.cv-btn {
  display: inline-block;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #B3D075 0%, #1C519F 25%, #1C519F 51%, #B3D075 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
.cv-btn:hover {
  background-position: 99% 50%;
  opacity: 1;
}



/* ========
  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;*/
}
header .border {
  border: solid #1C519F 1px!important;
}

header .h-logo img {
  max-width: 220px;
}
header .material-symbols-outlined {
  vertical-align: middle;
}
header .top-btn  {
  min-height: 65px;
}
header .top-btn .d-grid {
  place-items: center
}
.navbar-absolute .nav-toggle-btn .lines, .navbar-absolute .nav-toggle-btn .lines:before,
.navbar-absolute .nav-toggle-btn .lines:after {
  background: #04336b;
}

/* ========
  footer
================ */
.footer-nav {
  line-height: 1.6rem;  
}
.line-qr img {
  max-width: 100px;
}
#cv .sokuryou-illust {
  width: 24%;
  left: 6%;
  top: 15%;
}


/* 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-65 {font-size: 65px!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-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 {
    background-color: white;
    /*color: white;*/
    height: auto;
  }
  header .h-logo img {
    max-width: 300px;
  }

  #cv .sokuryou-illust {
    width: 20vh;
    top: auto;
    bottom: 0;
    left: 10%;
  }

  #right-ber a {
    width: 40px;
  }
  
}

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




/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}