@charset "UTF-8";
/* 変数 */
/* 基礎のスタイル */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&display=swap&subset=japanese");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  color: #000000;
}

a {
  text-decoration: none !important;
}
a:hover {
    opacity: 0.5;
}

* a {
  text-decoration: none !important;
  color: unset;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.0;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 共通のスタイル */
header {
  margin: 0 0 16px;
  padding: 16px 0 8px;
  border-top: 10px solid #22b273;
  border-bottom: 1px solid #89c33f;
}

header .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}

header .site-header .logo {
  width: 352px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

header .site-header .logo:hover {
  opacity: 0.7;
}

header .site-header .header-tel {
  margin-right: -32px;
  padding: 0 0 0 14px;
  border-left: 1px solid #000000;
}

header .site-header .header-tel p {
  margin: 0 0 6px;
  font-size: 12px;
}

header .site-header .header-tel a {
  display: block;
  width: 287px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

header .site-header .header-tel a:hover {
  opacity: 0.7;
}

footer {
  background: #22b273;
}

footer .footer-row {
  padding: 40px 0;
}

footer .footer-row .footer-logo {
  width: 278px;
  margin: 0 0 30px;
}

footer .footer-row .footer-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  background: #ffffff;
}

.content {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

.sec-ttl {
  position: relative;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #22b273;
}

.sec-ttl span {
  margin: 0 0 0 18px;
  font-size: 16px;
  color: #000000;
}

.sec-ttl:before {
  content: '';
  position: absolute;
  left: -15px;
  width: 7px;
  height: 100%;
  background: #22b273;
}

.sec-ttl:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 3px;
  background: #89c33f;
}

/* ナビーメニュー */
/* トップページのスタイル */
body.home #main-visual {
  padding: 48px 0;
  background: url(../img/mv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

body.home #lead {
  padding: 62px 0;
}

body.home #lead .lead-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.home #lead .lead-row .lead-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 103px;
  height: 103px;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #000000;
}

body.home #lead .lead-row .lead-txt {
  width: calc(100% - 103px);
  padding: 0 0 0 18px;
  font-size: 16px;
  line-height: 28px;
}

body.home #example .example-block-list {
  padding: 35px 0;
}

body.home #example .example-block-list .example-block {
  margin: 0 0 0;
}

body.home #example .example-block-list .example-block .example-block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  height: 38px;
  margin: 0 0 12px;
  font-size: 16px;
  border: 1px solid #000000;
}

body.home #example .example-block-list .example-block .example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 40px;
}

body.home #example .example-block-list .example-block .example-list .example-item {
  position: relative;
  margin: 0 10px;
}

body.home #example .example-block-list .example-block .example-list .example-item .example-item-ttl {
  margin: 0 0 6px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

body.home #example .example-block-list .example-block .example-list .example-item .example-item-ttl.before {
  background: #969696;
}

body.home #example .example-block-list .example-block .example-list .example-item .example-item-ttl.after {
  background: #22b273;
}

body.home #example .example-block-list .example-block .example-list.type-ab {
  margin: 0 -36px 40px;
}

body.home #example .example-block-list .example-block .example-list.type-ab .example-item {
  margin: 0 36px;
}

body.home #example .example-block-list .example-block .example-list.type-ab .example-item:before {
  content: '';
  position: absolute;
  right: -56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 26px;
  background: url(../img/example-arrow.png) no-repeat;
  background-size: cover;
  background-position: center;
}

body.home #example .example-block-list .example-block .example-list.type-ab .example-item:last-child:before {
  content: none;
}
.company-infos {
        display: block;
    }
    .company-infos-sp {
        display: none;
    }

body.home #company .company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 15px 0 30px;
}

body.home #company .company-row .company-figure {
  width: 308px;
}

body.home #company .company-row .company-infos {
  width: calc(100% - 308px);
  padding-right: 100px;
}

body.home #company .company-row .company-infos table tr td {
  padding: 0 0 15px;
  font-size: 16px;
}

body.home #company .company-row .company-infos table tr td:nth-child(1) {
  width: 100px;
  text-align: center;
}

body.home #company .company-row .company-infos table tr td:nth-child(2) {
  padding: 0 18px 15px;
}

body.home #recruit .recruit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 0 40px;
}

body.home #recruit .recruit-row .recruit-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 108px;
  height: 61px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #969696;
}

body.home #recruit .recruit-row .recruit-link {
  margin: 0 0 6px 16px;
  font-size: 18px;
}

body.home #recruit .recruit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  width: 300px;
  height: 60px;
  font-weight: bold;
  border-bottom: 4px solid #B9575A;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #FF635A;
    margin: 0 0 40px 0;
}

body.home #recruit .recruit-button:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}

body.home #access .access-row {
  padding: 24px 0 76px;
}

body.home #access .access-row .access-txt {
  margin: 0 0 12px;
  font-size: 16px;
}

body.home #access .access-row .access-map {
  width: 480px;
  height: 330px;
}
body.home .mail_btn {
    margin: 40px auto;
    width: 30%;
}


/*-----スマホ向けの記述-----*/
@media screen and (max-width: 479px) {　/*ウィンドウ幅が0～479pxの場合にCSSを適用*/
    
    *{
        padding: 20px 0 !important;
       width: 95%;
    }
    .content {
    position: relative;
    width: 95%;
    margin: 0 auto;
}
    header .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 95%;
  margin: 0 auto;
}
    
    header .site-header .logo {
    width: 45%;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
    header .site-header .header-tel {
        width:45%;
    margin: 0 1% ; 
    border-left: 1px solid #000000;
}
    body.home #lead {
    padding: 20px 0;
}
    
    body.home .mail_btn {
    margin: 20px auto;
    width: 80%;
}
    
    body.home #lead .lead-row .lead-txt {
    width: calc(100% - 103px);
    padding: 0 0 0 1%;
    font-size: 16px;
    line-height: 28px;
}
    
    body.home #example .example-block-list .example-block .example-block-ttl {
    width: 50%;
    height: 3rem;
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid #000000;
}
    
    body.home #example .example-block-list .example-block {
    max-width: none;
}
    body.home #example .example-block-list .example-block .example-list {
        margin: 15px auto !important;
}
    body.home #example .example-block-list .example-block .example-list .example-item {
    margin: 15px auto !important;
}
    
    
    body.home #example .example-block-list .example-block .example-list.type-ab .example-item:before {
  display: none;
}
    
.company-infos {
        display: none;
    }
.company-infos-sp {
        display: block;
    }
    .company-infos-sp dl {
        margin: 0 0 20px 0;
    }
      .company-infos-sp dl dt {
       margin: 10px 0 0 0;
    }
    .company-infos-sp dl dd {
        line-height: 1.5;
    }
    
body.home #company .company-row .company-figure {
    width: 80%;
    margin: 20px auto;
    display: block;
}
    body.home #company .company-row .company-infos {
    width: 80%;
    margin: 20px auto;
}
    
    
}

    