@charset "UTF-8";
/*====================================
　早見表
  画面幅サイズ別
  $conts-width-◎　◎＝l , m , s

  サイトカラー
  $color-◎　◎＝pink , blue , orange , green , border , lightgray

  フォントカラー・フォントファミリー
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width＝親要素を超えて子要素がフル画面幅
  flex-column＝端寄せ均等幅  flex-center＝上下左右中央揃え
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)

  可変px指定clamp
  auto-px(○,□,△) ○＝最大pxサイズ　□＝最小pxサイズ　△＝最小画面サイズ

====================================*/
/*====================================

/*----------------------------------
  Structure
----------------------------------
1. トップ
  1.1	メインイメージ
  1.2 トップナビ
2. お問い合わせ
3. 見出し

====================================*/
/*----------------------------------
	SETTING
------------------------------------*/
/*  画像調整 */
.img-adjust {
  width: 100%;
}

.img-h-adjust {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*　タイトル　*/
.ttl-style01 {
  font-size: clamp(20px, 4.167vw, 24px);
  font-weight: 500;
  border-bottom: 7px solid #167203;
  line-height: 2;
  margin-bottom: 4rem;
  text-align: center;
  width: 240px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .ttl-style01 {
    margin: 0 auto 20px;
  }
}

.ttl-style02 {
  font-size: clamp(18px, 3.75vw, 20px);
  font-weight: 500;
  color: #000;
  margin: 0 auto 0.7em;
}
.ttl-style02 span {
  background-color: #32ce4f;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 1.5em;
}

.title-style03 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
}

.h-style_border {
  border-bottom: 1px solid #333;
}

body:not(.home) #site-content {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  body:not(.home) #site-content {
    padding-top: 70px;
  }
}

.in-page-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -93px;
  width: 100%;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .in-page-title {
    padding-top: 70px;
  }
}
.in-page-title .page-title__text {
  color: #fff;
  background-color: #32ce4f;
  text-align: center;
  width: 240px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: clamp(18px, 3.75vw, 20px);
  font-weight: 500;
}
.in-page-title .page-title__text span {
  display: block;
  font-size: clamp(13px, 2.708vw, 16px);
  font-weight: 400;
}

.company .in-page-title {
  background-image: url(../images/bg-pg__title.jpg);
}

.works .in-page-title {
  background-image: url(../images/bg-pg__title.jpg);
}

.recruit .in-page-title {
  background-image: url(../images/bg-pg__title.jpg);
}

.contact .in-page-title {
  background-image: url(../images/bg-pg__title.jpg);
}

/*　ボタン　*/
.btn-style01 {
  width: 180px;
  background-color: #002f99;
  padding: 10px 0;
  text-align: center;
  margin: auto;
}
.btn-style01 a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-image: url(../images/icon-arrow.svg);
  background-size: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.btn-style02 {
  display: block;
  font-size: clamp(16px, 3.333vw, 18px);
  background-color: #317979;
  color: #fff;
  margin: 0 auto;
  padding: 20px 0;
  width: 180px;
  text-align: center;
}
.btn-style02:hover {
  color: #fff;
  background-color: rgba(49, 121, 121, 0.631372549);
  text-decoration: none;
}

/*　テキスト　*/
p {
  font-size: clamp(14px, 2.917vw, 16px);
  font-feature-settings: "palt";
  line-height: 1.7;
}

.txt-l {
  font-size: clamp(24px, 5vw, 30px);
}

/*　flex　*/
.align-items-c {
  align-items: center;
}

@media print, (min-width: 768px) {
  .list-style01 {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }
  .list-style01 dt {
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #ddd;
  }
  .list-style01 dd {
    width: 80%;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #ddd;
  }
}
.list-style01 dt {
  box-sizing: border-box;
  padding: 1.8em;
  margin: 0px;
  background-color: #e2e2e2;
  color: #000;
}
.list-style01 dd {
  box-sizing: border-box;
  padding: 1.8em;
  margin: 0px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list-style01 dd {
    border: 1px solid #ddd;
    border-top: none;
  }
  .list-style01 dd .ul {
    text-align: left;
  }
}

@media print, (min-width: 768px) {
  .list-style02 dt {
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #ddd;
  }
  .list-style02 dd {
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #ddd;
  }
}
.list-style02 dt {
  box-sizing: border-box;
  padding: 1.8em;
  margin: 0px;
  background-color: #e2e2e2;
  color: #000;
}
.list-style02 dd {
  box-sizing: border-box;
  padding: 1.8em;
  margin: 0px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list-style02 dd {
    border: 1px solid #ddd;
    border-top: none;
  }
  .list-style02 dd .ul {
    text-align: left;
  }
}

/*----------------------------------
	COMMON
------------------------------------*/
.bnr-wrap__wh {
  color: #fff;
  display: block;
  transition: all 0.5s 0s ease;
}
.bnr-wrap__wh:hover {
  opacity: 0.7;
  transition: all 0.5s 0s ease;
}

.bnr-set__v01 .img {
  line-height: 0;
}
.bnr-set__v01 .img img {
  width: 100%;
}
.bnr-set__v01 .txt {
  text-align: center;
  background-color: #167203;
  padding: 20px 0;
}
.bnr-set__v01 .txt h3 {
  margin-bottom: 10px;
}
.bnr-set__v01 .txt h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 0.5em 0 0;
  background-image: url(../images/icon-arrow.svg);
  background-size: cover;
  background-position: 36% center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.bnr-set__v02 .img {
  line-height: 0;
}
@media (max-width: 768px) {
  .bnr-set__v02 .img {
    margin-bottom: 0px !important;
  }
}
.bnr-set__v02 .img img {
  width: 100%;
}
.bnr-set__v02 .txt {
  text-align: center;
  background-color: #d87100;
  padding: 20px 0;
  box-sizing: border-box;
}
.bnr-set__v02 .txt .center-box02__cell {
  width: 92%;
}
@media (max-width: 768px) {
  .bnr-set__v02 .txt .center-box02__cell {
    position: relative;
    margin-bottom: 0px !important;
  }
}
.bnr-set__v02 .txt .center-box02__cell h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.3em;
  font-size: clamp(22px, 4.583vw, 28px);
  font-weight: 400;
}
.bnr-set__v02 .txt .center-box02__cell p {
  margin: 0 0 0.7em;
  font-size: clamp(14px, 2.917vw, 16px);
}
.bnr-set__v02 .txt .center-box02__cell .number {
  font-size: clamp(24px, 5vw, 30px);
  font-weight: bold;
  margin-bottom: 0.3em;
}
.bnr-set__v02 .txt .center-box02__cell .number img {
  width: 38px;
  vertical-align: middle;
  margin: -5px 15px 0 0;
}
.bnr-set__v02 .txt .center-box02__cell .time {
  font-size: clamp(12px, 2.5vw, 14px);
}

.box-set__v01 .img {
  line-height: 0;
}
@media (max-width: 768px) {
  .box-set__v01 .img {
    margin-bottom: 0px !important;
  }
}
.box-set__v01 .img img {
  width: 100%;
}
.box-set__v01 .txt {
  text-align: center;
  background-color: #e2e2e2;
  padding: 20px 0;
  box-sizing: border-box;
}
.box-set__v01 .txt .center-box02__cell {
  width: 80%;
}
@media (max-width: 768px) {
  .box-set__v01 .txt .center-box02__cell {
    position: relative;
    margin-bottom: 0px !important;
  }
}
.box-set__v01 .txt .center-box02__cell h3 {
  margin-bottom: 20px;
  font-size: clamp(18px, 3.75vw, 22px);
  font-weight: 500;
}

.table-style01 {
  width: 100%;
  margin-bottom: 30px;
}
.table-style01 th, .table-style01 td {
  padding: 0.5em 1em;
}
.table-style01 th {
  font-weight: 500;
  white-space: nowrap;
}

/*----------------------------------
	PAGE::TOP
------------------------------------*/
/* トップのスライドショー */
.full .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  /*&.main02 {
    background-image: url(../images/pg-top__slide02.jpg);
  }
  &.main03 {
    background-image: url(../images/pg-top__slide03.jpg);
  }*/
}
.full .slide.main01 {
  background-image: url(../images/pg-top__slide01.jpg);
}
.full .slick-dots {
  bottom: 4%;
  z-index: 1;
}

/* トップのメインビジュアル */
.inpage-mainimg.page-title {
  background: url("../images/pg-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 280px;
}

.page-title {
  position: relative;
}
.page-title .page-title__text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-title .page-title__text {
    top: 50%;
  }
}
@media screen and (max-width: 480px) {
  .page-title .page-title__text {
    top: 50%;
  }
}
@media screen and (max-width: 376px) {
  .page-title .page-title__text {
    top: 55%;
  }
}
.page-title .page-title__text img {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .page-title .page-title__text img {
    width: 500px;
  }
}
.page-title .page-title__text h2 {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
  font-size: clamp(24px, 3.125vw, 32px);
  font-weight: 500;
  color: #910000;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .page-title .page-title__text h2 {
    font-size: clamp(18px, 3.75vw, 24px);
    margin-bottom: 20px;
    padding: 0rem 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 320px) {
  .page-title .page-title__text h2 {
    font-size: clamp(18px, 5.625vw, 20px);
  }
}
.page-title .page-title__text ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 820px;
  margin: auto;
}
.page-title .page-title__text ul li {
  width: 26%;
  color: #fff;
  border: solid 1px #fff;
  background-color: rgba(186, 21, 21, 0.3);
  font-size: clamp(15px, 1.953vw, 18px);
  text-align: center;
  padding: 1em 0.5em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 480px) {
  .page-title .page-title__text ul li {
    width: 90%;
    line-height: 1.1;
    padding: 0.1em 0.5em 0.3em;
    font-size: clamp(14px, 2.917vw, 16px);
  }
}
.page-title .page-title__text ul li .ttl {
  font-size: clamp(22px, 2.865vw, 24px);
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .page-title .page-title__text ul li .ttl {
    font-size: clamp(20px, 4.167vw, 22px);
    margin-bottom: 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .page-title .page-title__text ul li .ttl {
    font-size: clamp(14px, 2.917vw, 20px);
  }
}

.inpage-mainimg .page-title__text {
  top: 75%;
}

.home .sect01 p {
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (max-width: 480px) {
  .home .sect01 p {
    width: 96%;
    margin: auto;
  }
}

/*----------------------------------
	PAGE::Sarvicse
------------------------------------*/
.flow-list dt {
  font-size: clamp(18px, 3.75vw, 22px);
  color: #002f99;
  font-weight: bold;
}
.flow-list dt::before {
  display: inline-block;
  -webkit-text-stroke: 1px #002f99;
  color: white;
  font-size: clamp(20px, 4.167vw, 24px);
  font-weight: bold;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 0.5em;
  padding: 0.7em 1em;
  border-radius: 100%;
  border: solid 1px #002f99;
}
.flow-list dt.f01::before {
  content: "1";
}
.flow-list dt.f02::before {
  content: "2";
}
.flow-list dt.f03::before {
  content: "3";
}
.flow-list dt.f04::before {
  content: "4";
}
.flow-list dd {
  padding-left: clamp(64px, 13.333vw, 80px);
  margin-bottom: 60px;
}

/*----------------------------------
	PAGE::CONTACT
------------------------------------*/
.contact .sect01 {
  text-align: center;
}
.contact .sect01 .tel-box {
  font-size: clamp(20px, 4.167vw, 24px);
  line-height: 1.6;
}
.contact .sect01 .tel-box span {
  display: block;
  font-size: clamp(14px, 2.917vw, 16px);
}

/*----------------------------------
	0. アニメーション
------------------------------------*/
.scroll-fade {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}

.scroll-fade.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}/*# sourceMappingURL=contents.css.map */