@charset "utf-8";
/* CSS Document */
/*=================== モバイルファースト ==================*/
/**************************************************
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
***************************************************/
/*------------------------------
レイアウト ※変更不可
------------------------------*/
.sp {
  display: block;
}
.tb {
  display: none;
}
.pc {
  display: none;
}
#container {
  margin: 0;
  padding: 0;
}
/*内容が少ないページの時のfooterの高さ保持
#containerにfonnterを内包*/
#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#footer {
  margin-top: auto;
}
/*footerの高さ保持ここまで*/
/*wrap共通*/
.wrap, .wrap-l, .wrap-m, .wrap-s {
  margin: 0 auto;
}
.wrap {
  margin-bottom: 50px;
}
.wrap-l {
  width: 100%;
}
.wrap-m {
  width: 92%;
}
.wrap-s {
  width: 88%;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
  font-weight: normal;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
h2 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
}
h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
h5 {
  font-size: 22px;
  font-size: 2.2rem;
}
h6 {
  font-size: 20px;
  font-size: 2rem;
}
/*------------------------------
見出し 英語付き見出し(TOP・下層) ※変更不可
------------------------------*/
/*TOP 英語付  .ttl-top */
/*下層 英語付  .ttl-sub-page */
.ttl-top, .ttl-sub-page {
  font-size: 14px;
  font-size: 1.4rem;
}
h2.ttl-sub-page, h2.ttl-sub-page::before, h3.ttl-sub-page-bf, h3.ttl-sub-page-bf::before {
  color: #fff;
}
h3.ttl-sub-page, .ttl-sub-page-bf {
  color: #3646AB;
  font-size: 12px;
  font-size: 1.2rem;
}
.ttl-top::before, h2.ttl-sub-page::before, h3.ttl-sub-page::after, #page-under-nav .ttl-sub-page::before, h3.ttl-sub-page-bf::before {
  display: block;
  content: attr(en-ttl);
  font-weight: 700;
  line-height: 1;
}
h2.ttl-sub-page::before {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
}
.ttl-top::before, h3.ttl-sub-page::after {
  color: #212020;
}
.ttl-top::before {
  font-size: 46px;
  font-size: 4.6rem;
}
h3.ttl-sub-page-bf::before, h3.ttl-sub-page::after, #page-under-nav .ttl-sub-page::before {
  font-size: 28px;
  font-size: 2.8rem;
}
/*下層 ページ下部 nav*/
#page-under-nav .ttl-sub-page {
  color: #fff;
}
#page-under-nav .ttl-sub-page::before {
  color: #fff;
}
/*------------------------------
見出し 下線※変更不可
------------------------------*/
.ttl-border {
  padding: 40px 0;
  border-bottom: 1px solid #EAEAEA;
}
/*------------------------------
テキスト ※変更不可
------------------------------*/
p, a, li, th, td, dt, dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #212020;
}
.lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.lead-m {
  font-size: 18px;
  font-size: 1.8rem;
}
.text-s {
  font-size: 14px;
  font-size: 1.4rem
}
.note {
  font-size: 10px;
  font-size: 1.0rem
}
/*------------------------------
カラー ※変更不可
------------------------------*/
.line4_c--y {
  color: #F1A638;
}
.line4_c--g {
  color: #F1A638;
}
.line4_c--p {
  color: #FF8E6E;
}
.line4_c--b {
  color: #3646AB;
}
.line4_bg--y {
  background: #F1A638;
}
.line4_bg--g {
  background: #33D4BF;
}
.line4_bg--p {
  background: #FF8E6E;
}
.line4_bg--b {
  background: #3646AB;
}
.bg-b {
  background: #3646AB;
}
/*------------------------------
ボタン  ※変更不可
------------------------------*/
/* 共通 */
.btn-box {
  text-align: center;
  /*  margin-top: 30px;*/
}
.btn-box .btn {
  color: #fff;
  display: flex;
  padding: 9px 10px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  /* margin: auto; */
  /* width: 60%; */
  max-width: 150px;
}
.btn--blue {
  color: #fff;
  background-color: #3646AB;
  border: 2px solid #3646AB;
}
.btn--blue:hover {
  color: #3646AB;
  background-color: #fff;
  border: 2px solid #3646AB;
  opacity: 1;
}
.btn--fff {
  color: #fff;
  background-color: #3646AB;
  border: 2px solid #fff;
}
.btn--fff:hover {
  color: #3646AB;
  background-color: #fff;
  border: 2px solid #3646AB;
  opacity: 1;
}
.btn--radius {
  border-radius: 100vh;
}
/*=================== 共通 /ヘッダー/フッター 320用 ==================*/
@media screen and (max-width: 320px) {}
/*------------------------------
ヘッダー、Gナビ共通 ※変更不可
------------------------------*/
/*------------------------------
フッター
------------------------------*/
/*nav.css*/
/**************************************************
* TOP
***************************************************/
/*------------------------------
共通
------------------------------*/
#top h2 {
  color: #717CC3;
  margin-left: 12px;
  opacity: 0.4;
}
#top h3 {
  color: #3646AB;
}
#top .ttl-box h3, #top .text-box h3, #top .text-box p, #top .business .box .btn-box, #top .recruit .btn-box, #top .campany-info-menu li, #top #news .btn-box {
  margin-bottom: 50px;
}
#top .business, #top .campany-info, #top .news-list, #top .campany-info-menu li, #top .news-list .w-bg {
  padding: 50px 0;
  border-radius: 40px;
}
/*h2下の余白*/
#top .business .box, #top .campany-info .about {
  margin-top: 30px;
}
/*背景青ブロック*/
#top .business, #top .news-list {
  background-color: #3646AB;
}
#top .business {
  color: #fff;
}
#top .business {
  margin-left: unset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

}
#top .news-list, #top .news-list .w-bg {
  margin-right: unset;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#top .business,#top .news-list{
width: 96%;
}



/*------------------------------
お見舞い文
------------------------------*/
.announcement {
  background: #F0F1F9;
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  /* 一時的な表示のためここに記載 */
  .announcement {
    text-align: center;
  }
}

/*------------------------------
kv
------------------------------*/
#top .kv {
  position: relative;
  margin-bottom: 40px;
}
#top .kv .catch-copy {
  color: #212020;
  font-weight: 600;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -12%;
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 0;
  opacity: 1;
}
/*------------------------------
.business
------------------------------*/
#top .business h3.ttl-top:before, #top .business .box p {
  color: #fff;
}
#top .business h3 {
  color: #DBDEF0;
}
#top .business .box .btn-box a {
  border: 2px solid #fff;
}
#top .business .box:nth-child(2) {
  padding-right: 30px;
}
#top .business .box:nth-child(3) {
  padding-left: 30px;
  margin-top: 50px;
}
#top .business .box:nth-child(2) .text-box {
  padding-left: 12px;
}
#top .business .box:nth-child(3) .text-box {
  padding-right: 12px;
}
/*------------------------------
.campany-info
------------------------------*/
#top .campany-info {
  background-color: #F0F1F9;
}
#top .campany-info .about {
  margin-left: 20px;
  margin-right: 20px;
}
#top .campany-info .about .img-box {
  margin: 30px auto;
}
#top .campany-info .about .text-box p {
  margin-bottom: 16px;
}
#top .campany-info .about .text-box p:nth-child(3) {
  margin-bottom: 50px;
}
/*------------------------------
.#top .campany-info-menu
------------------------------*/
#top .campany-info-menu li {
  width: 100%;
  padding: 50px 14px 40px;
  border: 3px solid #3646AB;
}
#top .campany-info-menu li:last-child {
  margin-bottom: 0;
}
#top .campany-info-menu li:hover {
  color: #fff;
  background-color: #3646AB;
  border: 3px solid #3646AB;
  opacity: 1;
}
#top .campany-info-menu li:hover .ttl-top::before, #top .campany-info-menu li:hover .ttl-top {
  color: #fff;
}
#top .campany-info-menu li:hover .btn {
  background-color: #fff;
  color: #3646AB;
}
#top .campany-info-menu .btn-box {
  margin-top: 24px;
}
/*------------------------------
.#top .recruit
------------------------------*/
#top .recruit .text-box {
  width: 85%;
  padding-left: 5%;
}
#top .recruit__list-img-box {
  width: 95%;
  margin-left: auto;
}
#top .recruit .recruit__list-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#top .recruit .recruit__list-wrap ul {
  display: flex;
}
/* スライドする要素 */
#top .recruit .recruit__list-wrap li {
  width: calc(100vw / 3);
  /*  height: 300px;*/
}
#top .recruit .recruit__list-wrap li img {
  width: 100%;
}
/*
右から左へ
----------------------------*/
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
左から右へ
----------------------------*/
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop, .d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.recruit__list--left {
  animation: scroll-left 95s infinite linear 0.5s both;
}
.recruit__list--right {
  animation: scroll-right 95s infinite linear 0.5s both;
}
/*
マウスオーバーで一時停止させたい場合は以下
----------------------------*/
.d-demo__wrap:hover .d-demo__list--left {
  animation-play-state: paused;
}
/*------------------------------
.news-list
------------------------------*/
#top .news-list {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}
#top .news-list .w-bg {
  background-color: #fff;
  padding: 50px 30px 30px;
}
#top .news-list .ttl-box, #top .news-list .newsList {
  width: 100%;
}
/*------------------------------
お知らせ #news 
------------------------------*/
#news.news-list .newsList li {
  border-bottom: 1px solid #EAEAEA;
}
#news.news-list .newsList li:first-child {
  border-top: 1px solid #EAEAEA;
}
#news.news-list .newsList a {
  display: block;
  padding: 14px 0;
  transition: 0.3s;
}
#news.news-list .newsList .date {
  font-size: 13px;
  font-size: 1.3rem;
}
#news.news-list .newsList a:hover {
  background-color: #F2F4FB;
}
@media screen and (max-width: 320px) {
  /*------------------------------
レイアウト ※変更不可
------------------------------*/
  h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  .ttl-top::before {
    font-size: 38px;
    font-size: 3.8rem;
  }
  /*------------------------------
トップページ#top 
------------------------------*/
  #top .kv .catch-copy {
    font-size: 20px;
    font-size: 2rem;
  }
  #top .news-list .w-bg {
    padding: 50px 20px 30px;
  }
}
/*------------------------------
下層ページ共通  .pages
------------------------------*/
/*H2 レイアウト*/
.pages .ttl-box {
  background-color: #3646AB;
  padding: 60px 4%;
}
/*コンテンツ内 余白 */
.pages h3, .pages .lead, .pages .lead-m, .pages .lead-s, .pages .text-box, .pages h4, .pages .m-b-comm, #privacypolicy .box, #customer-harassment .box  {
  margin-bottom: 40px;
}
.pages .p-b-comm {
  padding-bottom: 40px;
}
/*下層 #page-under-nav*/
#page-under-nav {
  background: #3646AB;
  padding: 40px 40px;
  width: 95%;
  margin-left: auto;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
/*画像や背景色と重ねる時指定*/
#business #page-under-nav, #about #page-under-nav {
  margin-top: -50px;
}
#page-under-nav li a {
  line-height: 3;
  padding: 20px 0;
  display: block;
}
.pages-pding-t {
  padding-top: 50px;
}
/**************************************************
* 私たちについて #about 
***************************************************/
#about .con01 .flex-box, #about .con02 .flex-box {
  justify-content: center;
}
#about .con01 .text-wrap, #about .con02 .text-wrap {
  width: 90%;
}
#about .con04 {
  width: 95%;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
#about .con01 .img-box, #about .con02 .img-box {
  position: relative;
  margin-bottom: 50px;
}
#about .con01 .img-box img, #about .con02 .img-box img {
  max-width: 560px;
  width: 90%;
  display: block;
  margin: auto;
  position: relative;
}
#about .con01 .img-box .bg-b, #about .con02 .img-box .bg-b {
  position: absolute;
  background-color: #3646AB;
  /*	border-radius: 12px;*/
  width: 100%;
  height: 50%;
  bottom: -50px;
}
#about .con02, #about .con04 {
  background-color: #F5F6FB;
}
#about .con03 {
  text-align: center;
}
#about .con03 .ttl-c {
  display: block;
}
#about .con03 h3 {
  text-align: left;
  display: inline-block;
}
#about .con03 {
  background-image: url("../images/about/about03-left.png"), url("../images/about/about03-right.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
}
#about .con03 .text {
  padding-bottom: 170px;
  width: 84%;
  margin: 0 auto;
}
#about .con04 {
  padding-bottom: 100px; /*#page-under-navに重ねているため倍サイズ余白 */
}
#about .con04 .contant-box {
  width: 90%;
  margin: 0 auto;
}
#about .con04 .img-box {
  margin-bottom: 50px;
  max-width: 200px;
}
#about .con04 li {
  width: 80%;
  margin-bottom: 40px;
}
#about .con04 li {
  width: 80%;
  margin: 0 auto 40px;
}
#about .con04 li:last-child {
  margin: 0 auto;
}
#about .lines4 {
  margin-bottom: 20px;
}
#about .lines4::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
}
#about .lines4.icon-01::before {
  background: url("../images/about/about-4line-b.svg") no-repeat 0 0;
  width: 81px;
  height: 18px;
}
#about .lines4.icon-02::before {
  background: url("../images/about/about-4line-p.svg") no-repeat 0 0;
  width: 33px;
  height: 83px;
}
#about .lines4.icon-03::before {
  background: url("../images/about/about-4line-g.svg") no-repeat 0 0;
  width: 33px;
  height: 83px;
}
#about .lines4.icon-04::before {
  background: url("../images/about/about-4line-y.svg") no-repeat 0 0;
  width: 81px;
  height: 18px;
}
#about .lines4 .sub-ttl {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  font-weight: 600;
}
#about .icon-01 .sub-ttl::before {
  color: #3646AB;
}
#about .icon-02 .sub-ttl::before {
  color: #FF8E6E;
}
#about .icon-03 .sub-ttl::before {
  color: #33D4BF;
}
#about .icon-04 .sub-ttl::before {
  color: #E6C33A;
}
#about .sub-ttl::before {
  display: block;
  content: attr(sub-ttl);
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}
/**************************************************
* 代表メッセージ #message
***************************************************/
#message .con01 .img-box {
  position: relative;
  margin-bottom: 50px;
  max-width: 510px;
}
#message .con01 .img-box img {
  width: 90%;
  display: block;
  margin: auto;
  position: relative;
}
#message .con01 .img-box .bg-b {
  position: absolute;
  background-color: #3646AB;
  width: 100%;
  height: 100%;
  top: -50px;
  left: -10%;
  border-top-right-radius: 50px;
}
#message .con01 .text-box h3 {
  margin: 0;
}
#message .con01 .text-box .sign {
  margin-bottom: 40px;
}
#message .con01 .text-box .message-box p {
  margin-bottom: 20px;
}
#message .con01 .text-box, #message .con01 .text-box .message-box p:last-child {
  margin-bottom: 0;
}
#message .con01 .text-box .message-box p:last-child {
  margin-bottom: 4px;
}
#message .con01 .message_sign {
  max-width: 180px;
  margin-left: auto;
}
/**************************************************
* 会社案内 #overview
***************************************************/
/* con01 con02共通 */
#overview .con01, #overview .con02 {
  margin-bottom: 100px;
}
#overview dl.overviewTable {
  display: block;
}
#overview dl.overviewTable > div {
  display: flex;
  flex-wrap: wrap;
}
#overview dl.overviewTable > div:last-child {
  margin-bottom: 0;
}
#overview dl.overviewTable dt {
  width: 100%;
}
#overview dl.overviewTable dd {
  width: 100%;
}
/* con01 */
#overview .con01 dl.overviewTable > div {
  margin-bottom: 20px;
}
#overview .con01 dl.overviewTable dt {
  color: #3646AB;
  font-weight: 600;
}
/* con02 */
#overview .con02 dl.overviewTable > div {
  border-bottom: solid 1px #EDEDED;
  padding: 20px 0;
}
#overview .con02 dl.overviewTable dt {
  font-weight: 600;
}
#overview .overview-img .img-box {
  position: relative;
}
/* con01下の画像 */
#overview .overview-img.con01-under .img-box {
  width: 80%;
  top: -60px;
  margin-right: -5%;
}
/* con02下の画像 */
#overview .overview-img.con02-under .img-box {
  top: -40px;
  margin-left: -5%;
}
/* con03 */
#overview .con03 ul {
  margin-bottom: 40px;
}
/* con04 */
#overview .con04 .img-box {
  max-width: 300px;
  margin: auto;
}
/*------------------------------
事業案内 #business
------------------------------*/
#business .con01 .con01-bg {
  background: url("../images/business/business-mv.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
}
#business .con01 .text-box .text {
  margin-bottom: 40px;
}
#business .con01 .totalrepair-box {
  border: 1px solid #3646AB;
  padding: 10px;
  width: 80%;
  max-width: 320px;
  margin: -40px 0 30px 20px;
  background: #fff;
}
#business .con01 .totalrepair-box .flex-box {
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}
#business .con01 .totalrepair-box .box-l {
  width: 60%;
}
#business .con01 .totalrepair-box .box-r {
  width: 40%;
}
#business .con01 .totalrepair-box .img-box {
  max-width: 120px;
  margin-bottom: 8px;
}
#business .con01 .totalrepair-box .box-l p span {
  display: block;
}
#business .con01 .totalrepair-box .box-r .font_b {
  color: #3646AB;
  font-weight: 600;
  font-size: 3rem;
}
#business .con01 .about_tr_box {
  margin: 40px auto;
  background: #3646AB;
  border-radius: 20px;
  padding: 30px 24px;
  color: #fff;
  max-width: 700px;
}
#business .con01 .about_tr_box p {
  color: #fff;
  margin-bottom: 40px;
}
#business .con01 .about_tr_box:hover {
  color: #3646AB;
  background-color: #fff;
  border: 3px solid #3646AB;
  opacity: 1;
}
#business .con01 .about_tr_box:hover .ttl-sub-page-bf, #business .con01 .about_tr_box:hover .ttl-sub-page-bf::before, #business .con01 .about_tr_box:hover p {
  color: #3646AB;
}
#business .con01 .about_tr_box:hover .btn {
  background-color: #fff;
  color: #3646AB;
  border: 2px solid #3646AB;
}
#business .con01 .t-site h4 {
  text-align: center;
}
#business .con01 .t-site ul {
  margin: 0 auto;
  max-width: 1060px;
  justify-content: center;
}
#business .con01 .t-site li {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
#business .con01 .t-site li .site-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 20px;
}
#business .con01 .t-site li .site-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business .con01 .t-site li .site-wrap .site_ttl {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
}
#business .con01 .t-site li .site-wrap .site-logo {
  display: block;
  max-width: 160px;
  margin: auto;
}
#business .con01 .t-site li:first-child {
  margin-bottom: 40px;
}
#business .bg-wrap {
  position: relative;
  margin-bottom: 50px;
}
#business .bg-wrap .bg-b {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -50px;
}
#business .bg-wrap img {
  display: block;
  width: 95%;
  margin-left: auto;
  position: relative;
  max-width: 1920px;
}
#business .con02 {
  position: relative;
}
#business .con02 .img-box {
  padding-bottom: 100px;
  max-width: 860px;
  width: 80%;
  margin: 0 auto;
}
#business .con02-bg {
  background: url("../images/business/business_bg.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0%;
  left: -5%;
  z-index: -1;
}
/*===================  320用 ==================*/
@media screen and (max-width: 320px) {
  /*------------------------------
事業案内 #business
------------------------------*/
  #business .con01 .totalrepair-box .flex-box {
    display: block;
    text-align: center;
  }
  #business .con01 .totalrepair-box .img-box {
    margin: 0 auto 8px;
  }
  #business .con01 .totalrepair-box .box-l {
    width: 100%;
  }
  #business .con01 .totalrepair-box .box-r {
    width: 100%;
    margin-top: 10px;
  }
  #business .con01 .t-site li .site-wrap .site_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
/*------------------------------
トータルリペアとは  #totalrepair
------------------------------*/
#totalrepair .con01 .flex-box {
  flex-flow: column-reverse;
}
#totalrepair .con01 .img-box {
  margin: 0 auto 40px;
  max-width: 260px;
}
#totalrepair .con01 .text-box {
  margin-bottom: 0;
}
/*トータルリペアとは、サステナビリティ共通*/
#totalrepair .con02 .service, #sustainability .con02 .esg {
  padding-bottom: 50px;
}
#totalrepair .con02 h4, #sustainability .con02 h4 {
  text-align: center;
}
#totalrepair .con02 h5, #sustainability .con02 h5, #totalrepair .con02 .business-partner, #sustainability .con02 .progress {
  font-weight: 600;
}
#totalrepair .con02 h5, #totalrepair .con02 .text, #totalrepair .con02 .business-partner, #sustainability .con02 h5, #sustainability .con02 .text, #sustainability .con02 .progress {
  margin-bottom: 20px;
}
#totalrepair .con02 .text, #sustainability .con02 .text {
  font-size: 18px;
  font-size: 1.8rem;
}
#sustainability .esg ul li, #totalrepair .service ul li {
  margin-bottom: 10px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
#totalrepair .con02 {
  counter-reset: number 0;
}
#totalrepair .con02 h5::before {
  counter-increment: number 1;
  content: "SERVICE0"counter(number) "";
  color: #3646AB;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}
#totalrepair .con02 .img-box {
  position: relative;
}
#totalrepair .con02 .img-box .bg-b {
  position: absolute;
  background-color: #3646AB;
  width: 110%;
  height: 100%;
  bottom: -50px;
  left: -5%;
}
#totalrepair .con02 .img-box img {
  position: relative;
}
/*------------------------------

　* サステナビリティ  #sustainability

------------------------------*/

#sustainability .sustainability-read{
    padding: 0 1em;
}

#sustainability .con01 .con01-bg {
  background: url("../images/sustainability/sustainability-mv.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  margin-top: -26%;
}

#sustainability .excellent-company-award{
      margin: 20px auto 0;
}
/*
#sustainability .excellent-company-award__read{
    padding: 0 1em;
    
}
*/
#sustainability .excellent-company-award__item{
  background: #fff;
  border: 1px solid #EDEDED;
  padding: 40px 16px;
  width: 100%;
  margin: 20px auto 0;
}
#sustainability .excellent-company-award__item .img-box {
  max-width: 140px;
  margin: 0 auto 30px;
}

#sustainability .excellent-company-award__item.stressfree .img-box {
  max-width: 230px;
}


.certification-number-cap{
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 1.1rem
}
.excellent-company-award__item-ttl{
/*    margin-bottom: 12px;*/
    font-weight: 600;
}



#sustainability .con02 .ttl {
  position: relative;
  margin-left: 80px;
}
#sustainability .con02 .ttl::before, #sustainability .con02 .ttl::after {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
}
#sustainability .con02 .ttl::before {
  width: 60px;
  height: auto;
  padding: 30px;
  left: -80px;
  bottom: 0px;
}
#sustainability .con02 .ttl.environment::before {
  background: url("../images/sustainability/icon-environment.png") 0 0 no-repeat;
  background-size: 50px;
}
#sustainability .con02 .ttl.social-sha::before {
  background: url("../images/sustainability/icon-social.png") 0 0 no-repeat;
  background-size: 50px;
}
#sustainability .con02 .ttl.governance::before {
  background: url("../images/sustainability/icon-governance.png") 0 0 no-repeat;
  background-size: 50px;
}
#sustainability .con02 .ttl::after {
  height: auto;
  padding: 20px;
  left: -20px;
  top: -11px;
}
#sustainability .con02 .ttl.environment::after {
  width: 230px;
  background: url(../images/sustainability/environment.png) 0 0 no-repeat;
  background-size: 230px;
}
#sustainability .con02 .ttl.social-sha::after {
  width: 120px;
  background: url(../images/sustainability/social.png) 0 0 no-repeat;
  background-size: 120px;
}
#sustainability .con02 .ttl.governance::after {
  width: 230px;
  background: url(../images/sustainability/governance.png) 0 0 no-repeat;
  background-size: 230px;
}

#sustainability .esg ul li a {
  border-bottom: solid 1px #212020;
  padding-bottom: 2px;
  transition: 0.3s;
}
#sustainability .esg ul li a:hover {
  border-bottom: solid 1px #FFF;
  opacity: 1;
  transition: 0.3s;
}

/*===================  320用 ==================*/
@media screen and (max-width: 320px) {
  #sustainability .con02 .ttl::after {
    padding: 20px;
  }
  #sustainability .con02 .ttl.environment::after {
    width: 240px;
    background-size: 240px;
  }
  #sustainability .con02 .ttl.social-sha::after {
    width: 110px;
    background-size: 110px;
  }
  #sustainability .con02 .ttl.governance::after {
    width: 240px;
    background-size: 240px;
  }
}
/**************************************************
* プライバシーポリシー #privacypolicy、カスタマーハラスメント基本方針、健康経営宣言でも使用
***************************************************/
#privacypolicy .box ul,
#customer-harassment .box ul {
  margin: 20px 0;
}
#privacypolicy .box ul li,
#customer-harassment .box ul li {
  margin-bottom: 10px;
  margin-left: 2em;
  text-indent: -2em;
  word-break: break-all;
}
#privacypolicy .box .indent2 li,
#customer-harassment .box .indent2 li {
  margin-left: 3em;
  text-indent: -3em;
}
#privacypolicy .box dl {
  margin-left: 10px;
}
#privacypolicy .box dt {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 20px 0 10px;
}
#privacypolicy .box a {
  text-decoration: underline;
}

/* 健康経営宣言 */
#privacypolicy.healthmanagement .box {
  margin-bottom: 80px;
}
#privacypolicy.healthmanagement .box-title {
  display: inline-block;
  border-bottom: solid 2px #212020;
}

#privacypolicy.healthmanagement img {
  max-width: 700px;
}

/*===================  320用 ==================*/
@media screen and (max-width: 320px) {
  /**************************************************
* プライバシーポリシー #privacypolicy
***************************************************/
  #privacypolicy .box ul li {
    word-wrap: break-word;
  }
}
/*------------------------------
サイトマップ #sitemap
------------------------------*/
#sitemap .con01 {
  padding-left: 5%;
}
#sitemap .con01 ul {
  margin-bottom: 50px;
}
#sitemap .con01 ul li {
  margin-bottom: 50px;
}
/*下線アニメ*/
#sitemap .con01 ul li a {
  display: inline-block;
  position: relative;
  cursor: pointer
}
#sitemap .con01 ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3646AB;
  transform-origin: bottom right;
  transition: transform .4s cubic-bezier(.86, 0, .07, 1)
}
#sitemap ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left
}
/**************************************************
* WP 関連
***************************************************/
/*------------------------------
お知らせ一覧 #news
------------------------------*/
#news.news-list .newsList a {
  padding-right: 10px;
  padding-left: 10px;
}
#news.news-list .newsList li .date {
  display: inline-block;
  margin-right: 15px;
}
/* お知らせカテゴリー　一覧、詳細共通 */
.news-category {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 5px 8px;
  line-height: 1;
}
.news-category.news {
  background: #E3E6F6;
  color: #3646AB;
}
.news-category.recruit {
  background: #F4F3D3;
  color: #AFAA29;
}
.news-category.media {
  background: #F8D1D1;
  color: #DB0E0E;
}
.news-category.shop {
  background: #E0F8F4;
  color: #28A899;
}
/* .news-category.shop {
  background: #FAF3D0;
  color: #E6C33A;
} */


/* ページネーション */
.pagination-box {
  margin-top: 30px;
}
.page-numbers {
  display: flex;
  margin: 6px auto;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.page-numbers li {
  align-self: center;
  padding: 0 5px;
  margin: 4px 0;
}
.page-numbers a.page-numbers, .page-numbers .current {
  padding: 14px 21px;
  border: 1px solid #3646AB;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
  color: #3646AB;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  width: 95%;
}
.page-numbers > li.page-numbers:hover, .page-numbers > li.prev.page-numbers:hover, .page-numbers > li.next.page-numbers:hover {
  opacity: 0.7;
}
.page-numbers .current {
  background-color: #3646AB;
  color: #fff;
}
.page-numbers a.page-numbers.next, .page-numbers a.page-numbers.prev {
  /* border: none;
  background: #fff;
  color: #3646AB;
  padding: 0 5px; */
  display: none;
}
/*------------------------------
お知らせ詳細 #blog
------------------------------*/
#blog .blog-content {
  max-width: 860px;
  margin: auto;
}
#blog .ttl-box .blog-ttl, #blog .ttl-box .date {
  color: #FFF;
}
#blog .ttl-box .date {
  display: inline-block;
}
#blog .ttl-box .blog-ttl {
  font-size: 26px;
  font-size: 2.6rem;
}
#blog .ttl-box .date {
  margin-right: 20px;
}
#blog .ttl-box .news-category {
  font-size: 16px;
  font-size: 1.6rem;
}
#blog .blog-text {
  margin-bottom: 50px;
}
/* 次へ、前へ */
#blog .pagenav {
  text-align: center;
  margin-bottom: 30px;
}
#blog .pagenav div {
  display: inline-block;
  width: 60px;
  min-width: 50px;
}
#blog .pagenav div a {
  color: #3646AB;
  font-weight: bold;
}
#blog .pagenav div.prev {
  margin-right: 20px;
}
#blog .btn-box a {
  margin: auto;
}
/* ブロックエディタ用スタイル */
/* 記事内見出し一覧 */
.single .wp-block-heading {
  font-weight: normal;
  margin: auto;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  /*    padding: 1.25em 2.375em;*/
  padding: 1.25rem 2.3rem;
}
.single .blog-content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.single .blog-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
　margin-bottom: 20px;
}
.single .blog-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #f1f1f1;
  padding: 2.7rem 2.3rem;
  margin-bottom: 20px;
}
.blue-gradient {
  background: linear-gradient(316deg, rgba(55, 70, 171, 0.32) 0%, rgba(174, 180, 242, 0.23) 97%);
}
.single .blog-content h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #3646ab;
  font-weight: 600;
  padding: 20px 0 10px;
    border-bottom: 2px solid #3646ab;
/*  border-bottom: 1.5px solid #CCCCCC;*/
}
.single .blog-content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
padding: 0 10px;
border-left: 4px solid #212020;
}
/*
.single .blog-content h5::before {
  content: "ー";
  color: #3646ab;
  font-weight: 500;
  padding-right: 6px;
}
*/
.single .blog-content h6 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
}
/* 記事内 ul ol */
.single .blog-content ul, .single .blog-content ol {
  padding-left: 30px;
}
.single .blog-content ul {
  list-style: disc;
}
.single .blog-content ol {
  list-style: decimal;
}
/* 記事内 a */
.single .blog-content p, .single .blog-content a, .single .blog-content li, .single .blog-content dt, .single .blog-content dd {
  /*    font-size: unset;*/
  font-size: 16px;
  font-size: 1.6rem;
}
.single .blog-content a {
  text-decoration: underline;
}
.single .blog-content a:hover {
  text-decoration: underline;
}
/* 斜体、強調 */
.single .blog-content i {
  font-style: italic;
}
.single .blog-content em {
  font-style: oblique;
}
/* テーブル */
.single .blog-content table {
  display: inline;
}
/* 画像 */

.single .blog-content .wp-block-image{
      margin-top: 20px;
  margin-bottom: 20px;
}

.single .blog-content img {
  width: unset;
}
.single .blog-content .img-box {
  margin-bottom: 40px;
}
.single .blog-content .img-box img {
  width: 100%;
}
/* youtube動画 */
.single .blog-content iframe {
  width: 100%;
  height: 100%;
}
.single .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}
/*------------------------------
お問い合わせ #contact
------------------------------*/
#contact .con01 .lead-m a {
  font-size: 20px;
  font-size: 2rem;
  color: #3646AB;
  border-bottom: solid 1px #3646AB;
  padding-bottom: 2px;
}
#contact .con01 .lead-m a:hover {
  color: #212020;
  border-bottom: solid 1px #FFF;
  opacity: 1;
}
/* フォーム */
#contact .con02 {
  background: #F2F2F2;
  border-radius: 50px;
  padding: 40px 20px 0;
}
.formtable dt {
  margin-bottom: 8px;
}
.formtable dt label {
  font-weight: 600;
}
.formtable dd {
  margin-bottom: 20px;
}
/* 必須、任意アイコン */
.formtable .icon {
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 35px;
  margin-right: 10px;
  padding: 5px 15px;
}
.formtable .icon.required {
  background-color: #3646AB;
  color: #FFF;
}
.formtable .icon.option {
  background-color: #B4B4B4;
}
/* フォーム */
.formtable input[type="text"], .formtable input[type="email"], .formtable input[type="number"], .formtable input[type="tel"], .formtable select, .formtable textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: .5em;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  line-height: 1.6;
  letter-spacing: 0.1em
}
.formtable input[type="text"], .formtable input[type="email"], .formtable input[type="number"], .formtable input[type="tel"], .formtable select {
  height: 40px;
}
.formtable textarea {
  resize: vertical;
}
/* バリデーションメッセージ */
.formtable .wpcf7-not-valid-tip {
  margin-top: 5px;
}
/* 送信ボタン */
.btn-box input[type="submit"] {
  color: #fff;
  display: flex;
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  width: 60%;
  max-width: 150px;
  color: #fff;
  background-color: #3646AB;
  border: 2px solid #3646AB;
  border-radius: 100vh;
  transition: .4s;
}
.btn-box input[type="submit"]:hover {
  color: #3646AB;
  background-color: #fff;
  border: 2px solid #3646AB;
  transition: .4s;
}
.wpcf7-response-output {
  display: none;
}


/*------------------------------
カスタマーハラスメント基本方針 #customer-harassment
------------------------------*/
#customer-harassment .ttl-border span {
  font-size: 1.8rem;
}
#customer-harassment .text-box p {
  margin-bottom: 10px;
}
#customer-harassment .mb20 {
  margin-bottom: 20px;
}
#customer-harassment .day {
  text-align: right;
}
#customer-harassment .text-border {
  border-bottom: solid 1px #212020;
}

.c-list-no {
  margin-left: 3rem
}
.c-list-no__item::before {
  content: "";
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 0.5rem;
  display: inline-table;
  margin-left: -3rem;
}
.c-list-no__item:nth-child(1)::before {content: "（１）";}
.c-list-no__item:nth-child(2)::before {content: "（２）";}
.c-list-no__item:nth-child(3)::before {content: "（３）";}
.c-list-no__item:nth-child(4)::before {content: "（４）";}
.c-list-no__item:nth-child(5)::before {content: "（５）";}
.c-list-no__item:nth-child(6)::before {content: "（６）";}
.c-list-no__item:nth-child(7)::before {content: "（７）";}
.c-list-no__item:nth-child(8)::before {content: "（８）";}
.c-list-no__item:nth-child(9)::before {content: "（９）";}
.c-list-no__item:nth-child(10)::before {content: "（１０）";}
.c-list-no__item:nth-child(11)::before {content: "（１１）";}
.c-list-no__item:nth-child(12)::before {content: "（１２）";}
.c-list-no__item:nth-child(13)::before {content: "（１３）";}
.c-list-no__item:nth-child(14)::before {content: "（１４）";}
.c-list-no__item:nth-child(15)::before {content: "（１５）";}
.c-list-no__item--black::before {
  content: "";
}

.c-kome-list__item {
  position: relative;
  margin-left: 20px;
}
.c-kome-list__item:before {
  content: "※";
  position: relative;
  display: inline-block;
  margin-left: -17px;
}
.c-kome-list__item:last-child {
  margin-bottom: 0 !important;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {

  
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {

}
/*=================== PCここまで==================*/