@charset "utf-8";
/* CSS Document */
/*==================================
全体
==================================*/
body {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  text-decoration: none;
}

/*==================================
汎用
==================================*/
/*サイトカラー（文字色）*/
.base-color {
  color: #003692;
}
.base-sb-color-bg {
  background-color: #DBE8FF;
}
.container-bg {
  background-color: #f9f9f9;
}

/*ページ大見出し*/
.headline-lg {
  font-family: 'Cardo', serif;
  font-size: 36px;
}
/*ページ中見出し*/
p.b_t {
  margin-bottom: 0px;
  padding-left: 0.5em;
  color: #303692;
}
.title2 {
  color: #303692;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 1px;
  border-bottom: solid 4px #DBE8FF;
  position: relative;
}
.title2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #303692;
  bottom: -3px;
  width: 30%;
}


/*ボタン*/
.btn {
  color: #fff;
  background-color: #f0ad4e;
  display: inline-block;
  padding: 6px 12px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 17px;
  ;
}
.button {
  background-color: #337AB7;
  color: #fff;
  box-shadow: 0px 7px #054984;
  display: inline-block;
  max-width: 100%;
  width: 350px;
  padding: 30px 0px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  margin: 20px 0px;
  border-radius: 6px;
}
.button-dis {
  background-color: #337AB7;
  color: #fff;
  box-shadow: 0px 7px #054984;
  display: inline-block;
  max-width: 100%;
  width: 350px;
  padding: 30px 0px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  outline: none;
  margin: 20px 0px;
  border-radius: 6px;
  opacity: 0.3;
}

/*パンくずリスト*/
.breadcrumb {
  background-color: #F9F9F9;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0px;
}
.breadcrumb > li + li:before {
  content: ">";
}


/*==================================
ヘッダーナビ
==================================*/
.nav--t{
  font-size: 18px;
}

/*=================================
事業内容カード
=================================*/
.Card__head {
  font-size: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 10px;
}
.Card__head::before,
.Card__head::after{
  content:"";
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 2px solid #99BEFD;
}
.Card__head::before {
    margin-right: 10px;  /* 線と文字の間のスペース */
    padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/* 右側の線 */
.Card__head::after {
    margin-left: 10px;  /* 線と文字の間のスペース */
    padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/*事業内容本文*/
.Card__head__Cil {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 32px;
}
.Card {
  margin-bottom: 3rem;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.card-body {
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  text-align: center;
  height: auto;
}

.Card__text {
  margin-bottom: 1rem;
  margin-top: 1rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Card__skin a {
  text-decoration: none;
}
.Card__skin p {
margin-bottom: 2rem;
}

/*=================================
新着情報
=================================*/
.Card_News {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding-left: 25%;
  padding-right: 25%;
}

@media only screen and (min-width: 374px) and (max-width: 1280px) {
.Card_News {
  padding-left: 10%;
  padding-right: 10%;
  }
}

.Card_News_skin {
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  text-align: center;
  padding: 20px 0;
  height: auto;
}

.Card_News_skin dt {
  float: none;
}

.Card_News_skin dd {
  margin-left: unset;
}





/*==================================
フッター
==================================*/
/*トップへ戻る*/
.to-top {
  padding: 0 0 20px 0px;
}

.ft {
  background-color: #DBE8FF;
}


.footer a {
  color: #333333;
}
.footer a:hover {
  color: #F0AD4E;
}

/*SNS*/
.follow-me {
  list-style: none;
  margin: 4px 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
li.line-it-button:hover {
  opacity: 0.5;
}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px; /* Button width */
}
.follow-me li a[href*="facebook.com"]::before {
  border-color: #3b5998;
  background-color: #3b5998;
  content: "\f09a";
}
.follow-me li a[href*="twitter.com"]::before {
  border-color: #55acee;
  background-color: #55acee;
  content: "\f099";
}
.follow-me li a[href*="linkedin.com"]::before {
  border-color: #0077b5;
  background-color: #0077b5;
  content: "\f0e1";
}
.follow-me li a:hover::before {
  background-color: #fff;
}
.follow-me li a[href*="twitter.com"]:hover::before {
  color: #55acee;
}
.follow-me li a[href*="facebook.com"]:hover::before {
  color: #3b5998;
}
.follow-me li a[href*="linkedin.com"]:hover::before {
  color: #0077b5;
}



/*コピーライト*/
.copy {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  background-color: #00215B;
  color: #fff;
}







/*==================================
会社概要
==================================*/
/*代表者の名前*/
.president-name {
  font-size: 18px;
  text-align: right;
}






/*=================================
同意文書
=================================*/
@media (min-width: 768px) {
  .doui {
  width: 200px;
  }
}
@media (min-width: 1200px) {
  .doui {
  width: 550px;
  }

