@charset "UTF-8";
/* ==========================================================
0～768px
========================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .pc {
    display: none;
  }

  .btn-gr {
    padding: 1.2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-gr::after {
    background-size: 16px;
    width: 16px;
    height: 12px;
    top: calc(50% - 6px);
    right: 20px;
  }

  /* header
  ----------------------------------------------------------- */
  #top .head-wrap::after {
    content: '';
    position: absolute;
    background: url("../images/common/tp_head_bg.jpg") top center repeat-x;
    width: 100%;
    height: 100%;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .top-head-inner {
    width: 100%;
    height: 60px;
  }

  .head-logo {
    padding-top: 15px;
    padding-left: 5%;
    padding-right: 0;
  }
  .head-logo .logo {
    width: 150px;
  }

  /* nav
  ----------------------------------------------------------- */
  .hamburger {
    background: #18ac38;
    display: block;
    width: 70px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    padding: 15px 0 0 22px;
    border-radius: 30px 0 30px 0;
    touch-action: manipulation;
  }

  .hamburger__icon {
    position: relative;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 24px;
    height: 1px;
    background-color: #fff !important;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }

  .hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
  }

  .hamburger__icon:before {
    top: -7px;
  }

  .hamburger__icon:after {
    top: 7px;
  }

  .hamburger.active .hamburger__icon {
    background-color: transparent;
  }

  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #fff;
  }

  .hamburger.active .hamburger__icon:before {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.active .hamburger__icon:after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hamburger.active .hamburger__icon {
    width: 0;
  }

  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: white;
    transition-property: transform;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .fat-nav__wrapper {
    width: 100%;
    height: 100%;
  }

  .fat-nav.active {
    transform: scale(1);
  }

  .fat-nav {
    padding: 15px 5%;
  }
  .fat-nav .logo {
    width: 150px;
  }

  #sub .fat-nav {
    padding-top: 15px;
  }

  .global-nav .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 40px;
  }
  .global-nav .menu li {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .global-nav .menu a {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 32px;
    margin-bottom: 0;
    background: #f8faf2;
    border-radius: 10px;
    position: relative;
  }
  .global-nav .menu a::before {
    content: '';
    position: absolute;
    background: #abcd03;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    top: calc(50% - 3px);
    left: 12px;
  }

  .head-contact.pc {
    display: none;
  }

  .head-contact-sp {
    width: 100%;
  }
  .head-contact-sp a {
    width: 100%;
    height: auto;
    background-image: linear-gradient(46deg, #abcd03 0%, #18ac38 70%);
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    padding: 3.8em 0 1.8em;
    border-radius: 10px;
  }
  .head-contact-sp a::before {
    content: '';
    position: absolute;
    background: url("../images/common/icon_mail.svg") no-repeat top center;
    background-size: 24px;
    width: 24px;
    height: 20px;
    top: 24px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  .head-contact-sp .ja {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .head-contact-sp .en {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff471;
    letter-spacing: 0.1em;
    margin-top: 1em;
  }

  .head-tel-sp {
    margin-top: 2em;
    text-align: center;
  }
  .head-tel-sp a {
    color: #18ac38;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    padding-left: 40px;
  }
  .head-tel-sp a::before {
    content: '';
    position: absolute;
    background: url("../images/common/icon_tel.svg") no-repeat left center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -3px;
    left: 0;
  }

  /* visual
  ----------------------------------------------------------- */
  .tp-visual-inner {
    width: 80vw;
    height: 65vh;
    background: url("../images/tp_visual_img.jpg") no-repeat 50% 60%/400%;
  }

  .tp-visual-copy {
    top: 30vw;
    left: -5vw;
    right: 0;
    margin: 0 auto;
    padding-right: 20px;
  }

  .scrolldown {
    top: 55vh;
    right: 18px;
  }
  .scrolldown span {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* .tp-intro
  ----------------------------------------------------------- */
  .tp-intro {
    padding: 0 5% 120px;
    padding-top: 80px;
  }

  .tp-intro-ttl {
    padding-left: 0;
    display: flex;
  }

  .tp-intro-lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tp-intro-lead::before {
    background-size: 10px;
    width: 10px;
    height: 100%;
    top: -0.5em;
    right: -1em;
  }

  .tp-intro-copy {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 0 12vw;
  }

  .tp-intro-txt {
    width: 80vw;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    margin-top: calc((260 / 750) * 100vw);
    margin-left: auto;
  }
  .tp-intro-txt p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.0;
  }

  .tp-intro-img {
    top: 180px;
    width: 100%;
    max-width: 350px;
  }

  .tp-mission {
    top: 20px;
  }

  /* .tp-service
  ----------------------------------------------------------- */
  .tp-service {
    padding: 20px 5% 100px;
  }
  .tp-service::before {
    background-size: 250px;
    width: 250px;
    height: 42px;
    top: -42px;
  }
  .tp-service::after {
    content: '';
    position: absolute;
    background: url("../images/tp_service_bg.jpg") no-repeat top center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .ttl-green {
    background-size: 20px;
    padding-top: 30px;
  }
  .ttl-green .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ttl-green .ja {
    font-size: 30px;
    font-size: 3rem;
  }

  .tp-service-lead {
    margin-top: 3em;
    text-align: left;
  }

  .tp-service-list {
    margin-top: 60px;
  }
  .tp-service-list ul {
    display: block;
  }
  .tp-service-list li {
    width: 100%;
  }

  .tp-service-item {
    width: 180px;
    height: 180px;
    padding-top: 15px;
    position: static;
    transform: none;
    margin: -80px auto 0;
  }
  .tp-service-item .num img {
    width: 40px;
  }
  .tp-service-item h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .tp-service-item .en {
    line-height: 1.2;
    margin-top: 1.5em;
  }

  .tp-service-txt {
    padding: 24px 5% 0;
  }

  .tp-service01 {
    margin-bottom: 60px;
  }

  .tp-service-btn {
    width: 100%;
    margin: 60px auto 0;
  }

  /* .tp-works
  ----------------------------------------------------------- */
  .tp-works {
    padding: 80px 5% 120px;
    background: url("../images/tp_works_bg.jpg") no-repeat bottom right/160%;
    display: block;
  }
  .tp-works::before {
    content: '';
    position: absolute;
    background: url("../images/tp_works_bg.jpg") no-repeat top left/200%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .tp-works-ttl {
    width: 100%;
  }
  .tp-works-ttl::after {
    background-size: 70%;
    width: 100%;
    height: 100%;
    top: -20px;
  }

  .ttl-green-tate {
    background-size: 20px;
    padding-top: 30px;
  }
  .ttl-green-tate .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ttl-green-tate .ja {
    font-size: 30px;
    font-size: 3rem;
    margin: 0.3em auto 0;
  }

  .tp-works-lead {
    margin-top: 60px;
    text-align: left;
  }

  .tp-works-btn {
    width: 100%;
    margin: 64px auto 0;
  }

  .tp-works-img {
    padding-top: 60px;
    padding-right: 0;
  }
  .tp-works-img ul {
    display: block;
  }
  .tp-works-img li {
    width: 100%;
  }
  .tp-works-img li:nth-child(2n) {
    margin-top: 20px;
  }
  .tp-works-img li:nth-child(3n) {
    margin-top: 20px;
  }
  .tp-works-img .tp-works-thum img {
    width: 100%;
  }

  /* .tp-contents
  ----------------------------------------------------------- */
  .tp-contents {
    display: block;
  }

  .tp-company {
    background: url("../images/tp_company_bg01.jpg") no-repeat center center/cover;
    width: 100%;
    height: 100%;
    padding: 64px 10% 40px;
  }
  .tp-company a {
    padding-top: 0;
    padding-left: 0;
  }
  .tp-company .tp-company-txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 3em;
  }

  .ttl-sub .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .ttl-sub .ja {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .tp-grec {
    width: 100%;
  }

  .tp-greeting {
    width: 100%;
    background: url("../images/tp_company_bg02.jpg") no-repeat center center/cover;
    height: 100%;
    padding: 64px 10% 40px;
  }
  .tp-greeting a {
    padding-top: 0;
    padding-left: 0;
  }

  .tp-recruit {
    width: 100%;
    height: 100%;
    padding: 64px 10% 40px;
    margin-top: 0;
  }
  .tp-recruit a {
    padding-top: 0;
    padding-left: 0;
  }

  .arrow-gr {
    width: 40px;
    height: 40px;
    position: static;
    margin-top: 2em;
    margin-left: auto;
  }
  .arrow-gr img {
    width: 16px;
  }

  /* .tp-news
  ----------------------------------------------------------- */
  .tp-news {
    padding: 80px 5% 100px;
  }

  .tp-news-inner {
    display: block;
  }

  .tp-news-ttl {
    width: 100%;
    margin-bottom: 0;
  }
  .tp-news-ttl .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tp-news-ttl .ja {
    font-size: 20px;
    font-size: 2rem;
  }
  .tp-news-ttl .tp-news-btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    margin-top: 0;
  }

  .tp-news-list {
    margin-top: 60px;
  }
  .tp-news-list a {
    padding: 1.2em;
    display: block;
  }
  .tp-news-list .__date {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
  }
  .tp-news-list .__ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 0.5em;
    padding-left: 0;
    display: block;
  }

  .btn-more {
    width: 80px;
    height: 80px;
    padding-top: 28px;
  }
  .btn-more .en {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .btn-more .arrow img {
    width: 16px;
  }

  /* .ft-contact 
  ----------------------------------------------------------- */
  .ft-contact {
    padding: 70px 5%;
    border-radius: 50px 50px 0 0;
  }

  .ft-contact-ttl {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .ft-contact-ttl::after {
    background-size: 100%;
    width: 100%;
    height: 150px;
  }

  .ft-contact-inner {
    border-radius: 20px;
    padding: 2em;
  }
  .ft-contact-inner .alignC {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ft-contact-ad {
    display: block;
    margin-top: 2em;
  }
  .ft-contact-ad .__tel {
    width: 100%;
    height: 70px;
    margin-right: 0;
  }
  .ft-contact-ad .__tel a {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 40px;
  }
  .ft-contact-ad .__tel a::before {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -2px;
    left: 0;
  }
  .ft-contact-ad .__form {
    width: 100%;
    height: 70px;
    margin-left: 0;
    margin-top: 0.5em;
  }
  .ft-contact-ad .__form a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
    letter-spacing: 0;
  }
  .ft-contact-ad .__form a span {
    padding-left: 30px;
  }
  .ft-contact-ad .__form a span::before {
    width: 20px;
    height: 15px;
    background-size: 20px;
    top: 3px;
  }

  .parts-green {
    top: -80px;
    right: 0;
  }
  .parts-green img {
    width: 70vw;
  }

  /* footer
  ----------------------------------------------------------- */
  .ft-top {
    padding: 60px 5% 100px;
  }

  .ft-top-inner {
    display: block;
  }

  .ft-info {
    width: 100%;
  }
  .ft-info .ft-logo {
    margin-bottom: 40px;
  }
  .ft-info .ft-logo img {
    width: 50vw;
  }
  .ft-info dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .ft-info dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .ft-link {
    width: 100%;
  }
  .ft-link ul {
    width: 100%;
    margin-top: 40px;
  }
  .ft-link li {
    width: calc(100% / 2);
    margin-bottom: 0;
  }
  .ft-link li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.5em 0 0.5em 16px;
    display: block;
  }

  .ft-btm {
    padding: 48px 5% 16px;
  }

  .ft-btm-inner {
    display: block;
  }

  .ft-sublink {
    justify-content: center;
  }
  .ft-sublink a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .ft-copy {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 3em;
  }

  /* sub_common
  ----------------------------------------------------------- */
  #sub .head-wrap {
    padding-bottom: 100px;
  }
  #sub .head-wrap::after {
    content: '';
    position: absolute;
    background: url("../images/common/sub_header_bg.jpg") 40% 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .breadCrumb {
    margin-top: 20px;
    padding-right: 3%;
  }
  .breadCrumb li {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #sub-visual {
    margin-top: 20px;
    padding-right: 5%;
    height: 200px;
  }
  #sub-visual .sub-visual-inner {
    height: 200px;
    background: url("../images/common/sub_ttl_img.png") no-repeat 45% 0;
  }
  #sub-visual .sub-visual-inner::before {
    background-size: 280px;
    width: 280px;
    height: 280px;
    top: -40px;
    left: -50px;
  }
  #sub-visual .sub-visual-ttl {
    padding-left: 80px;
    padding-top: 60px;
  }
  #sub-visual .ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #sub-visual .en {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #sub-visual .en::after {
    width: 110%;
    left: -20px;
  }

  .inner {
    width: 100%;
  }

  /* service
  ----------------------------------------------------------- */
  .service-inner.service01 {
    padding-bottom: 80px;
  }
  .service-inner.service02 {
    padding-bottom: 0;
  }
  .service-inner.service03 {
    padding-bottom: 150px;
  }

  .service-ttl-area {
    height: 640px;
    padding-left: 0;
    position: relative;
  }

  .service01 .service-ttl-area {
    background: url("../images/service_bg01.jpg") no-repeat 55% 0;
  }

  .service02 .service-ttl-area {
    background: url("../images/service_bg02.jpg") no-repeat 55% 0;
  }

  .service03 .service-ttl-area {
    background: url("../images/service_bg03.jpg") no-repeat top center;
  }

  .service-ttl {
    width: 40vw;
    height: 200px;
    padding-top: 26px;
    background: #18ac38;
    text-align: center;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .service-ttl .num {
    text-align: center;
  }
  .service-ttl .num img {
    width: 25px;
  }
  .service-ttl .ja {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
  }

  .service-detail {
    margin-top: -160px;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }

  .service-intro {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0 64px;
  }

  .service-lead {
    display: block;
  }
  .service-lead dt {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    padding-left: 40px;
    margin-bottom: 48px;
  }
  .service-lead dt::before {
    top: -55px;
  }
  .service-lead dd {
    padding-left: 40px;
  }

  .service-img {
    width: 100%;
    padding-bottom: 30px;
  }
  .service-img ul {
    display: block;
  }
  .service-img li {
    margin-bottom: 100px;
  }
  .service-img li figcaption {
    bottom: -3em;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .service-img li h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .service-img li .place {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .service02 .service-img li figcaption {
    bottom: -2em;
  }

  .service-work {
    width: 100%;
    padding: 40px 5% 0;
  }
  .service-work:after {
    width: 100%;
    height: 100%;
    top: -100px;
  }

  .service-work-box h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .service-work-box .__item {
    display: block;
  }

  .service-hanakura .inner {
    width: 100%;
    padding-top: 100px;
  }

  .s-hanakura-ttl {
    margin-bottom: 50px;
  }
  .s-hanakura-ttl h3 img {
    width: 50%;
  }

  .service-hanakura ul {
    display: block;
  }
  .service-hanakura li {
    width: 100%;
  }

  .s-hanakura-img figcaption p {
    font-size: 20px;
    font-size: 2rem;
  }

  .s-hanakura-info {
    padding: 50px 2em;
  }
  .s-hanakura-info dt {
    width: 26%;
  }
  .s-hanakura-info dd {
    font-size: 14px;
    font-size: 1.4rem;
    width: 74%;
  }

  .basya {
    margin-bottom: 40px;
  }

  .hanakura-btn {
    width: 80%;
    margin: 40px auto 0;
  }

  /* works
  ----------------------------------------------------------- */
  .works-lead {
    text-align: left;
    top: 0;
  }
  .works-lead p {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .works-nav {
    margin-top: 40px;
  }
  .works-nav li {
    width: 49.5%;
    height: 70px;
  }
  .works-nav li a {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 20px;
  }
  .works-nav li a::before {
    background-size: 40px;
    width: 40px;
    height: 40px;
    bottom: -20px;
  }

  .works-detail {
    width: 90%;
    max-width: none;
    margin: 80px auto 40px;
    background: none;
  }
  .works-detail::before {
    background-size: 300px;
    width: 300px;
    height: 100%;
    top: -50px;
  }
  .works-detail .inner {
    width: 90%;
    padding: 50px 5%;
    background: #fff;
  }
  .works-detail .ttl-green {
    margin-bottom: 40px;
  }
  .works-detail .ttl-green::after {
    background-size: 140px;
    width: 140px;
    top: -50px;
    left: -20px;
  }

  .works-detail#woks02 {
    margin: 120px 0 60px;
  }
  .works-detail#woks02 .ttl-green::after {
    background-size: 170px;
    width: 170px;
  }

  .works-list-txt {
    text-align: left;
  }

  .works-list {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .works-list h3 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
  .works-list h3::after {
    width: 100%;
  }
  .works-list ul {
    margin-bottom: 0;
    display: block;
  }
  .works-list ul::after {
    display: none;
  }
  .works-list li {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
  }
  .works-list li img {
    width: 100%;
  }
  .works-list li h4 {
    margin: 1.6em 0 1em;
    color: #18ac38;
    font-weight: 600;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .works-list li .place {
    background: #f7faee;
    display: inline-block;
    border-radius: 100px;
    padding: 0.8em 1.6em;
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* greeting
  ----------------------------------------------------------- */
  .greeting-inner {
    padding: 0 5% 100px;
  }
  .greeting-inner::before {
    transform: rotate(90deg);
    background-size: cover;
    width: calc((1092 / 750) * 100vw);
    height: calc((311 / 750) * 100vw);
    right: auto;
    left: 5vw;
    top: 75vw;
  }
  .greeting-inner::after {
    width: 70vw;
    height: 100%;
  }
  .greeting-inner .inner {
    max-width: none;
    display: block;
  }

  .greeting-message {
    width: 100%;
    padding-right: 0;
  }
  .greeting-message h2 {
    font-size: 20px;
    font-size: 2rem;
  }

  .greeting-img {
    width: 100%;
    padding-top: 60px;
    text-align: center;
  }
  .greeting-img .__name {
    font-size: 20px;
    font-size: 2rem;
  }
  .greeting-img .__name .small {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .philosophy-inner {
    height: 100%;
    padding: 8vw 5%;
  }
  .philosophy-inner::after {
    background: url("../images/greeting_philosophy.jpg") no-repeat 60% 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  .philosophy-inner h2 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5vw;
  }

  .philosophy-txt {
    margin-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .management-inner {
    padding: 100px 5% 150px;
  }

  .management-lead {
    margin-top: 60px;
  }
  .management-lead p {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }

  .management-system {
    margin-top: 120px;
  }
  .management-system::after {
    width: 100%;
    height: 130%;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .m-system {
    width: 100%;
  }
  .m-system .m-system_img img {
    width: 120px;
  }
  .m-system h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .m-system p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-system.m-system01 {
    margin: 0 auto;
  }

  .m-system.m-system02 {
    position: static;
    margin-top: 90px;
  }

  .m-system.m-system03 {
    position: static;
    margin-top: 90px;
  }

  .m-system.m-system04 {
    margin: 90px auto 0;
  }

  /* company
  ----------------------------------------------------------- */
  .company-inner {
    padding: 0 5% 150px;
  }

  .dataList.box-w {
    margin-top: 3em;
    padding-top: 1.2em;
  }
  .dataList.box-w dl {
    display: block;
    width: 100%;
  }
  .dataList.box-w dt {
    width: 100%;
    padding: 0;
    padding-top: 1.2em;
    padding-bottom: 0.4em;
    border-bottom: none;
  }
  .dataList.box-w dt:first-of-type {
    padding-top: 0;
  }
  .dataList.box-w dt:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .dataList.box-w dd {
    width: 100%;
    padding: 0;
    padding-bottom: 1.2em;
    padding-left: 1.4em;
    margin: 0;
  }
  .dataList.box-w dd h3 {
    font-size: 15px;
    font-size: 1.5rem;
    color: #18ac38;
    margin-bottom: 0;
  }

  .company-address-map {
    display: block;
    margin-bottom: 0.5em;
  }
  .company-address-map .address {
    margin-right: 0;
    line-height: 1.8;
  }
  .company-address-map .map {
    display: inline-block;
    margin: 0;
  }

  .tel-basyamichi {
    text-indent: 0;
    margin-bottom: 1.8em;
  }

  .tel-ayase {
    text-indent: 0;
  }

  /* recruit
  ----------------------------------------------------------- */
  .recruit-inner {
    padding: 0 5% 150px;
  }

  /* privacy
  ----------------------------------------------------------- */
  .privacy-inner {
    padding: 0 5% 150px;
  }

  .privacy-intro {
    margin-bottom: 60px;
  }

  .box-w {
    padding: 3em 2em;
  }
  .box-w dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .box-w dd {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  /* sitemap
  ----------------------------------------------------------- */
  .sitemap-inner {
    padding: 0 5% 120px;
  }
  .sitemap-inner ul {
    flex-direction: row;
    padding: 0;
  }
  .sitemap-inner li {
    width: 100%;
  }
  .sitemap-inner li a {
    padding: 1.8em 0 1.8em 1.2em;
  }
}
/* -----@media screen and (max-width:768px) ------ */
