﻿@media screen and (max-width:670px) {
  body {
    padding: 60px 0 0;
  }

  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium"), local("YuGothic-Medium");
  }

  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold"), local("YuGothic-Bold");
    font-weight: bold;
  }

  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .br-sp {
    display: none;
  }

  .pc-only {
    display: none !important;
  }

  /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
  header {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 5px 0;
    min-height: 42px;
    z-index: 9;
    top: 0;
  }

  header.gray {
    background: #fff;
    box-shadow: #ddd 0 0 5px;
  }

  header h1 {
    width: 100px;
    max-height: 50px;
    margin: 0 10px;
  }

  header h1 img {
    padding-top: 12px;
    width: 100%;
    z-index: 12;
  }

  header .sns_area {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 150px;
    font-size: 0;
  }

  header .sns_area li {
    font-size: 12px;
    width: 40px;
    display: inline-block;
    margin: 0 0 0 10px;
  }

  header .sns_area li a {
    background: #26574c;
    display: block;
    width: auto;
    height: 40px;
    border-radius: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  header .sns_area li:first-child a {
    background: #99cf16;
  }

  header .sns_area li.tw {
    display: none;
  }

  header .sns_area li.fb {
    display: none;
  }

  header .sns_area li.ig {
    display: none;
  }

  header .sns_area li.tel {
    display: none;
  }

  header nav {
    display: none;
    background: #26574c;
  }

  header nav ul {
    border-top: #ccc solid 1px;
  }

  header nav ul li {
    border-bottom: #ccc solid 1px;
  }

  header nav ul li a {
    width: auto;
    height: 60px;
    line-height: 60px;
    display: block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-indent: 10px;
  }

  header nav ul li a:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    content: "\f105";
    margin: 0 10px 0 0;
    color: #fff;
  }

  header.gray nav ul li a {
    color: #fff;
  }

  header .btn_area {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  header .btn_area li {
    width: 40px;
    height: 40px;
    display: inline-block;
  }

  header .btn_area li.menu a {
    display: inline-block;
    position: relative;
    background: #26574c;
    border-radius: 20px;
    width: 40px;
    height: 40px;
  }

  header .btn_area li.menu a span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }

  header .btn_area li.menu a span:nth-of-type(1) {
    top: 13px;
  }

  header .btn_area li.menu a span:nth-of-type(2) {
    top: 19px;
  }

  header .btn_area li.menu a span:nth-of-type(3) {
    top: 25px;
  }

  header .btn_area li.menu a.active span:nth-of-type(1) {
    top: 13px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }

  header .btn_area li.menu a.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .btn_area li.menu a.active span:nth-of-type(3) {
    top: 25px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }

  /* ------------------------------------------------------------
    パンくず部分
------------------------------------------------------------ */
  .pankuzu {
    margin: 15px 30px 0;
  }

  .pankuzu__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .pankuzu__list li {
    font-size: 0.9rem;
    line-height: 2.0;
    color: #99cf16;
  }

  .pankuzu__list li:first-of-type::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f015';
    margin-right: 0.5rem;
    color: #757575;
  }

  .pankuzu__list li a {
    color: #757575;
  }

  .pankuzu__list li+li {
    margin-left: 1rem;
  }

  .pankuzu__list li:not(:last-of-type)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    margin-left: 1rem;
    color: #757575;
  }

  /* ------------------------------------------------------------
    article部分
------------------------------------------------------------ */
  .newsimage {
    background: url(../images/img_news.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 240px;
    display: table;
  }

  .aboutimage {
    background: url(../images/img_about.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 240px;
    display: table;
  }

  .serviceimage {
    background: url(../images/img_service.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 240px;
    display: table;
  }

  .recruitimage {
    background: url(../images/img_recruit.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 240px;
    display: table;
  }

  .faqimage {
    background: url(../images/img_faq.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 240px;
    display: table;
  }

  .privacyimage {
    background: url(../images/img_privacy.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 240px;
    display: table;
  }

  .contactimage {
    background: url(../images/img_contact.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 240px;
    display: table;
  }

  article hgroup {
    letter-spacing: 0.2em;
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
  }

  .toppage article hgroup {
    display: block;
  }

  article h2:not(.faqTop) {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.0;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 25px;
    border-bottom: #e5e5e5 solid 1px;
  }

  article .faqTop h2 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    line-height: 1.0;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 25px;
    border-bottom: #e5e5e5 solid 1px;
    position: relative;
    z-index: 5;
  }

  article section:not(.servicelist):not(.faqTop) h2 {
    text-shadow: -1px -1px 5px #fff, 1px 1px 5px #fff;
  }

  .topimage {
    width: 100%;
    height: -webkit-calc(100vh - 115px);
    height: calc(100vh - 115px);
    display: table;
    position: relative;
    z-index: 0;
  }

  .topimage .swiper-slide {
    width: 100%;
    height: -webkit-calc(100vh - 115px);
    height: calc(100vh - 115px);
    position: absolute;
    overflow: hidden;
    z-index: -1;
  }

  .topimage .swiper-slide:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .topimage .swiper-slide li {
    background: #fff;
    position: absolute;
    top: 0;
    left: -0%;
    width: 100%;
    height: -webkit-calc(100vh - 115px);
    height: calc(100vh - 115px);
  }

  .topimage .swiper-slide li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .topimage .swiper-slide li.active {
    z-index: 9;
  }

  .topimage .swiper-slide li.last-active {
    z-index: 8;
  }

  .topimage .textblock {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .topimage .textblock h2 {
    font-size: 8vw;
    margin: 0 20px 20px;
    padding: 0;
    line-height: 1.5;
    border-bottom: none;
    text-shadow: none;
    color: #fff;
  }

  .topimage .textblock h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 20px;
  }

  .topimage a {
    background: url(../images/icon_arw.png) no-repeat #99cf16;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 22px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border: #99cf16 solid 2px;
    line-height: 56px;
    position: absolute;
    bottom: 5vh;
    left: 0;
    right: 0;
    text-indent: -9999px;
  }

  article hgroup small {
    background: #fff;
    width: 110px;
    margin: auto;
    padding: 7px;
    color: #26574c;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    position: absolute;
    z-index: 6;
    top: 137px;
    left: 0;
    right: 0;
    border-radius: 14px;
  }

  .toppage article .servicelist hgroup small,
  .toppage article .aboutTop hgroup small,
  .toppage article .top hgroup small {
    background: #f2f5f4;
    width: 110px;
    margin: auto;
    padding: 7px;
    color: #26574c;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    position: absolute;
    z-index: 6;
    top: 48px;
    left: 0;
    right: 0;
    border-radius: 14px;
  }

  .toppage article section:not(.servicelist):not(.aboutTop):not(.top) small {
    background: #fff;
    width: 110px;
    margin: auto;
    padding: 7px;
    color: #26574c;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    position: absolute;
    z-index: 6;
    top: 48px;
    left: 0;
    right: 0;
    border-radius: 14px;
  }

  .servicelist {
    padding: 70px 0;
    background: #fff;
  }

  .servicelist p {
    margin: 40px 20px 0;
    font-size: 18px;
    text-align: center;
  }

  .servicelist ul {
    width: 100%;
    margin: 60px 0 0;
  }

  .servicelist ul li {
    background: #26574c;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 0 2px;
  }

  .servicelist ul li.service02 {
    background: #26574c;
  }

  .servicelist ul li figure {
    height: 300px;
    position: relative;
  }

  .servicelist ul li.service01 figure {
    background: url(../images/top_service01.jpg) center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .servicelist ul li.service02 figure {
    background: url(../images/top_service02.jpg) center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .servicelist ul li.service03 figure {
    background: url(../images/top_service03.jpg) center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .servicelist ul li a {
    width: 100%;
    height: 360px;
    display: block;
    color: #fff;
    text-decoration: none;
  }

  .servicelist ul li a figcaption {
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0;
  }

  .servicelist ul li a figcaption:hover {
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }

  .servicelist ul li a figcaption:focus {
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }

  .aboutTop {
    padding: 0 0 70px;
    text-align: center;
    background: #fff;
  }

  .aboutTop>p {
    margin: 40px 20px;
    font-size: 18px;
    font-weight: bold;
  }

  .aboutTop figure {
    width: 200px;
    margin: 0 auto 20px;
  }

  .aboutTop .name {
    font-weight: bold;
    margin: 0 0 40px;
  }

  .aboutTop ul.btn_button {
    text-align: center;
    font-size: 0;
  }

  .aboutTop ul.btn_button li {
    display: inline-block;
  }

  .aboutTop ul.btn_button li a {
    background: #99cf16;
    width: 260px;
    height: 56px;
    display: block;
    color: #fff;
    text-align: center;
    border: #99cf16 solid 1px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    font-size: 14px;
    line-height: 56px;
    text-decoration: none;
    font-weight: bold;
  }

  .aboutTop ul.btn_button li a:hover {
    background: #fff;
    color: #99cf16;
  }

  .aboutTop figure {}

  .faqTop {
    padding: 70px 0;
    position: relative;
  }

  .faqTop::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
    background: url(../images/top_image01.jpg) center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .faqTop:after {
    content: "";
    background: rgba(0, 0, 0, 0.44);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .faqTop>p {
    margin: 40px 20px;
    font-size: 1.125rem !important;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
  }

  .faqTop ul.btn_button {
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 3;
  }

  .faqTop ul.btn_button li {
    display: inline-block;
  }

  .faqTop ul.btn_button li a {
    background: #99cf16;
    width: 260px;
    height: 56px;
    display: block;
    color: #fff;
    text-align: center;
    border: #99cf16 solid 1px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    font-size: 14px;
    line-height: 56px;
    text-decoration: none;
    font-weight: bold;
  }

  .faqTop ul.btn_button li a:hover {
    background: #fff;
    color: #99cf16;
  }

  .newslist,
  .newsdetail {
    padding: 0 0 40px;
  }

  .top {
    padding-top: 70px;
    background: #fff;
  }

  .newslist dl {
    margin: 30px;
    border-top: #ccc dashed 1px;
  }

  .newslist dl a {
    padding: 0 0 20px;
    display: block;
  }

  .newslist dl dt {
    padding: 20px 0 5px;
  }

  .newslist dl dd {
    border-bottom: #ccc dashed 1px;
  }

  .newslist .btn_news,
  .newsdetail .btn_news {
    margin: 0 30px;
    text-align: right;
  }

  .newslist .btn_news a,
  .newsdetail .btn_news a {
    color: #212121;
    line-height: 20px;
    text-decoration: none;
  }

  .newslist .btn_news a:before,
  .newsdetail .btn_news a:before {
    content: ">";
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background: #26574c;
    color: #fff;
    margin: 0 10px 0 0;
    border-radius: 10px;
    vertical-align: middle;
  }

  .newslist .paging {
    font-size: 0;
    text-align: center;
  }

  .newslist .paging li {
    display: inline-block;
    margin: 0 10px;
  }

  .newslist .paging li:first-child,
  .newslist .paging li:last-of-type {
    display: none;
  }

  .newslist .paging li a {
    background: #99cf16;
    min-width: 0px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    display: block;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
  }

  /* ------------------------------------------------------------
    新着情報部分
------------------------------------------------------------ */
  .newsdetail h3 {
    position: relative;
    margin: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .newsdetail h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 33%;
    height: 2px;
    background: #26574c;
  }

  .newsdetail .textarea {
    margin: 0 30px 30px;
    padding: 0 0 30px;
    border-bottom: #ccc dashed 1px;
  }

  .newsdetail .textarea h4 {
    padding: 0 0.5em;
    background: transparent;
    font-size: 18px;
    color: #26574c;
    border-left: solid 4px #26574c;
    margin-bottom: 1rem;
  }

  .newsdetail .textarea p+h1,
  .newsdetail .textarea p+h2,
  .newsdetail .textarea p+h3,
  .newsdetail .textarea p+h4,
  .newsdetail .textarea p+h5,
  .newsdetail .textarea p+h6 {
    margin-top: 1.5rem;
  }

  .newsdetail .textarea ul {
    list-style: none;
    margin: 20px auto;
    background: #f2f5f4;
    border-radius: 5px;
    padding: 1em 1em 1em 2em;
  }

  .newsdetail .textarea ul li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .newsdetail .textarea ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #99cf16;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .newsdetail .textarea ul li+li {
    margin-top: .5rem;
  }

  .newsdetail .textarea ol {
    counter-reset: item;
    list-style-type: none;
    background: #f2f5f4;
    margin: 20px auto;
    border-radius: 5px;
    padding: 1em 1em 1em 2em;
  }

  .newsdetail .textarea ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .newsdetail .textarea ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    color: #99cf16;
    font-weight: bold;
  }

  .newsdetail .textarea ol li+li {
    margin-top: .5rem;
  }

  .newsdetail .textarea iframe {
    margin: 30px 0;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
  }

  .newsdetail .textarea img {
    max-width: 100% !important;
    height: auto !important;
  }

  .newsdetail .textarea strong {
    font-weight: bold;
  }

  .newsdetail .textarea p+p {
    margin-top: 1rem;
  }

  .newsdetail .textarea a[href^="http"] {
    background: url(../images/linkico.png) no-repeat right center;
    padding-right: 15px;
    margin-right: 5px;
  }

  .newsdetail .textarea a[href^="https://sanga2015.com/"] {
    background: none;
    padding-right: 0px;
    margin-right: 0px;
  }

  /* ------------------------------------------------------------
    事業内容部分
------------------------------------------------------------ */
  .service {
    padding: 0 0 30px;
  }

  .service>p {
    margin: 30px 30px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .service>ul {
    counter-reset: number 0;
  }

  .service>ul>li {
    padding: 30px;
  }

  .service>ul>li:nth-of-type(2n) {
    background: #f2f5f4;
  }

  .service>ul>li .service__detail {
    margin: 0 0 15px;
  }

  .service>ul>li .textarea {
    position: relative;
    padding: 10px 0 20px;
  }

  .service>ul>li h3 {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .service>ul>li h3:before {
    counter-increment: number 1;
    content: '0'counter(number);
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: #99cf16;
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 1;
  }

  .service>ul>li h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 33%;
    height: 2px;
    background: #26574c;
  }

  .service ul li .textarea ol {
    margin: 0 0 30px;
  }

  .service ul li .textarea ol li:not(:first-of-type) {
    margin-top: 15px;
  }

  .service ul li .textarea dl dt {
    color: #26574c;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
  }

  .service ul li .textarea dl dt:not(:first-of-type) {
    margin-top: 15px;
  }

  .service>ul>li .textarea .thumbnail {
    width: 260px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
  }

  .service>ul>li .textarea .thumbnail li {
    width: 120px;
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
  }

  .service .service__detailimage {
    margin: 20px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service .service__detailimage li {
    width: 48%;
  }

  .service .service__detailimage li:nth-of-type(2n) {
    margin-left: auto;
  }

  .service .service__detailimage li:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .service .service__detailimage li .image__text figcaption {
    margin-top: 3px;
    text-align: center;
  }

  .service .service__detailimage li img {
    max-width: 100%;
  }

  .service .brandlist {
    margin: 20px 0;
    padding: 20px;
    background: #f2f5f4;
    border-radius: 5px
  }

  .service>ul>li:nth-of-type(2n) .brandlist {
    background: #fff;
  }

  .service .brandlist li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none
  }

  .service .brandlist li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #99cf16;
    position: absolute;
    top: 10px;
    left: 0
  }

  .service .brandlist li+li {
    margin-top: .5rem;
  }


  .strength {
    background: #26574c;
    padding: 30px 0 60px;
  }

  .strength>p {
    margin: 0 30px 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .strength h3 {
    position: relative;
    margin: 30px;
    padding-bottom: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .strength h3:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #fff;
  }

  .strength h3 small {
    background: #fff;
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    padding: 5px 10px;
    display: block;
  }

  .strength .strength__list li {
    width: 220px;
    margin: 0 auto;
    padding: 20px 20px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  .strength .strength__list li:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .strength .strength__list li .strength__image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: #99cf16 solid 5px;
    margin: 0 auto 15px;
    position: relative;
  }

  .strength .strength__list li .strength__image:after {
    content: "01";
    background: #999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .strength .strength__list li:nth-of-type(2) .strength__image:after {
    content: "02";
  }

  .strength .strength__list li:nth-of-type(3) .strength__image:after {
    content: "03";
  }

  .strength .strength__list li .strength__image img {
    width: 100%;
  }

  .flow {
    background: #f2f5f4;
    margin: 0 0 30px;
    padding: 30px 0 60px;
  }

  .flow>p {
    margin: 0 30px 30px;
    font-weight: bold;
    text-align: center;
  }

  .flow h3 {
    position: relative;
    margin: 30px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .flow h3:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #26574c;
  }

  .flow h3 small {
    background: #26574c;
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    padding: 5px 10px;
    display: block;
  }

  .flow .inner {
    margin: 0 30px;
  }

  .flow .list-item-content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .flow .list-item-content-number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    background: #26574c;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
  }

  .flow .list-item:not(:last-of-type) .list-item-content::before {
    content: "";
    width: 2px;
    background: #26574c;
    position: absolute;
    top: 55px;
    bottom: -15px;
    left: 19px;
    z-index: -1;
  }

  .flow .list-item-content-title {
    margin-right: 0;
    font-size: 18px;
    color: #26574c;
    font-weight: bold;
  }

  .flow .list-item-content-description {
    margin-left: 60px;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
  }

  /* ------------------------------------------------------------
    会社案内部分
------------------------------------------------------------ */
  .about {
    padding: 0 0 30px;
  }

  .about>p {
    margin: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .about h3 {
    position: relative;
    margin: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .about h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 33%;
    height: 1px;
    background: #26574c;
  }

  .about figure {
    width: 100%;
    margin: 0 auto 30px;
  }

  .about p+p {
    margin-top: 1rem;
  }

  .about .heading {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
  }

  .about .heading:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #26574c;
  }

  .about__message {
    padding: 60px 30px;
    background: #f2f5f4;
  }

  .about__message .inner .commentArea .name {
    margin: 30px 0 0;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: right;
  }

  .about__message .inner .commentArea .name .name-fude {
    font-family: "Yuji Syuku", serif;
    font-size: 1.6rem;
    font-weight: normal;
  }

  .about .philosophy {
    padding: 40px 5vw;
    background: #26574c;
    position: relative;
  }

  .about .philosophy .heading {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    border: none;
  }

  .about .philosophy .heading:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #fff;
  }

  .about .philosophy .philosophy__words {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
  }

  .philosophy__words+.philosophy__words {
    margin-top: 2rem;
  }

  .about__infomation {
    padding: 40px 0;
  }

  .about dl {
    margin: 0 30px 0;
    line-height: 2.0;
  }

  .about dl dt {
    background: #f2f5f4;
    padding: 20px;
    font-weight: bold;
  }

  .about dl dd {
    padding: 20px;
  }

  .about dl dd .businesslist {
    border-radius: 5px;
  }

  .about dl dd .businesslist li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none;
  }

  .about dl dd .businesslist li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999;
    position: absolute;
    top: 12px;
    left: 0;
  }

  .about dl dd .businesslist li+li {
    margin-top: .5em;
  }

  .access {
    background: #26574c;
    padding: 60px 0;
  }

  .access .heading {
    color: #fff;
  }

  .access .heading:after {
    background: #fff;
  }

  .access .access_inner {
    margin: 20px 30px;
  }

  .access .access_inner figure #map_canvas_01 {
    width: 100%;
    height: 450px;
    float: left;
    box-sizing: border-box;
  }

  .access .access_inner h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 20px 0 10px;
  }

  .access .access_inner h4 small {
    margin: 0 20px 0 0;
    font-size: 14px;
  }

  .access .access_inner p {
    text-align: left;
    color: #fff;
  }

  .about__history {
    padding: 40px 0;
  }

  /* ------------------------------------------------------------
    プライバシーポリシー部分
------------------------------------------------------------ */
  .privacy {
    padding: 0 0 40px;
  }

  .privacy .lead {
    margin: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .privacy h3 {
    position: relative;
    margin: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .privacy h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 33%;
    height: 2px;
    background: #26574c;
  }

  .privacy dl {
    margin: 0 30px;
    counter-reset: listnum;
    list-style: none;
  }

  .privacy dl dt {
    font-weight: bold;
    font-size: 1.1rem;
  }

  .privacy dl dt::before {
    counter-increment: listnum;
    content: counter(listnum) ".";
    padding-right: 5px;
    font-weight: bold;
  }

  .privacy dl dd {
    margin: 15px 0 30px;
    padding: 0 0 0 15px;
    text-align: justify;
  }

  .privacy dl dd a[href^="http"] {
    background: url(../images/linkico.png) no-repeat right center;
    padding-right: 15px;
    margin-right: 5px;
  }

  .privacy dl dd a[href^="https://sanga2015.com/"] {
    background: none;
    padding-right: 0px;
    margin-right: 0px;
  }

  .privacy .applicable {
    list-style: none;
    margin: 20px 0;
    padding: 20px;
    background: #f2f5f4;
    border: #ddd solid 1px;
  }

  .privacy .applicable li {
    margin: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .privacy .applicable li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999;
    position: absolute;
    top: 9px;
    left: -15px;
  }

  .privacy .applicable li+li {
    margin-top: .5em;
  }

  .privacy .contactinfo {
    list-style: none;
    margin: 20px 0;
    padding: 20px;
    background: #f2f5f4;
    border: #ddd solid 1px;
  }

  .privacy .contactinfo li {
    list-style: none;
  }

  .privacy .contactinfo li+li {
    margin-top: .5em;
  }

  .privacy .btn_privacy a {
    line-height: 25px;
    color: #212121;
  }

  .privacy .btn_privacy a:hover {
    color: #dfb66e;
  }

  .privacy .btn_privacy a:before {
    content: "";
    background: url(../images/icon_next.png) no-repeat #dfb66e;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }

  .privacy__date {
    max-width: 100%;
    margin: 40px 30px 0;
    text-align: right;
  }

  /* ------------------------------------------------------------
    よくあるご質問部分
------------------------------------------------------------ */
  .faq {
    padding: 0 0 40px;
  }

  .faq .lead {
    margin: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .faq dl {
    margin: 0 30px;
  }

  .faq dl dt {
    line-height: 1.75;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 5px 0 0 50px;
    position: relative;
    box-sizing: border-box;
  }

  .faq dl dt:not(:first-of-type) {
    margin-top: 20px;
  }

  .faq dl dt:before {
    background: #26574c;
    content: "Q";
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq dl dd {
    padding: 10px 0 20px 50px;
    border-bottom: #dedbcc solid 1px;
    text-align: justify;
    position: relative;
  }

  .faq dl dd .important {
    color: #ea5455;
    font-weight: bold;
  }

  .faq dl dd a[href^="http"] {
    background: url(../images/linkico.png) no-repeat right center;
    padding-right: 15px;
    margin-right: 5px;
  }

  .faq dl dd a[href^="https://sanga2015.com/"] {
    background: none;
    padding-right: 0px;
    margin-right: 0px;
  }

  .faq ul.btn_button {
    text-align: center;
  }

  .faq ul.btn_button li {
    display: inline-block;
    margin: 30px 0 60px;
  }

  .faq ul.btn_button li a {
    background: #99cf16;
    width: 260px;
    height: 56px;
    display: block;
    color: #fff;
    text-align: center;
    border: #99cf16 solid 1px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    font-size: 14px;
    line-height: 56px;
    text-decoration: none;
    font-weight: bold;
  }

  .faq ul.btn_button li a:hover {
    background: #fff;
    color: #99cf16;
  }

  .faq figure {
    padding: 80px 30px;
    background: #FBFAE9;
  }

  .faq figure ul li:nth-of-type(3n+2) {
    margin: 10px 0;
  }

  .faq .attribute {
    margin-right: 5px;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
  }

  .faq .attribute::after {
    content: "\A";
    white-space: pre;
  }

  .faq .businesslist {
    margin: 20px 0;
    padding: 20px;
    background: #f2f5f4;
    border-radius: 5px;
  }

  .faq .businesslist li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none;
  }

  .faq .businesslist li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #99cf16;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .faq .businesslist li+li {
    margin-top: .5rem;
  }

  /* ------------------------------------------------------------
    問い合わせフォーム部分
------------------------------------------------------------ */
  .contact {
    padding: 0 0 40px;
  }

  .contact .lead {
    margin: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .contact p:not(.lead) {
    margin: 30px auto;
  }

  .contact .progressbar {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact .progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    font-size: 12px;
    counter-increment: steps;
  }

  .contact .progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
  }

  .contact .progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 19px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
  }

  .contact .progressbar li:first-child:after {
    content: none;
  }

  .contact .progressbar li.active,
  .contact .progressbar li.complete {
    color: #26574c;
  }

  .contact .progressbar li.active:before,
  .contact .progressbar li.complete:before {
    background-color: #26574c;
    color: #FFF;
  }

  .contact .progressbar li.active:after,
  .contact .progressbar li.complete:after {
    background-color: #26574c;
  }

  .contact .btnBack {
    margin: 30px auto;
  }

  .contact .btnBack a {
    background: #99cf16;
    width: 260px;
    height: 56px;
    margin: 10px auto;
    display: block;
    color: #fff;
    text-align: center;
    border: #99cf16 solid 1px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    font-size: 14px;
    line-height: 54px;
    text-decoration: none;
    font-weight: bold;
  }

  .contact dl {
    margin: 30px;
    border-bottom: #ccc solid 1px;
  }

  .contact dl dt {
    line-height: 40px;
    padding: 20px 0 0;
    border-top: #ccc solid 1px;
  }

  .contact dl dt.must:before {
    background: #ea5455;
    width: 40px;
    height: 40px;
    content: "必須";
    margin: 0 10px 0 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
  }

  .contact dl dt:not(.must) {
    text-indent: 50px;
  }

  .contact dl dd {
    min-height: 40px;
    padding: 20px 0;
  }

  .contact dl dd .red {
    color: #f00;
    font-weight: bold;
    margin: 0 0 10px;
  }

  .contact dl dd ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .contact dl dd input:focus {
    outline: 2px solid #26574c;
  }

  .contact dl dd input[type="text"] {
    width: 100%;
    height: 50px;
    border: #ccc solid 1px;
    font-size: 14px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  .contact dl dd input[type="tel"] {
    width: 100%;
    height: 50px;
    border: #ccc solid 1px;
    font-size: 14px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  .contact dl dd input[type="email"] {
    width: 100%;
    height: 50px;
    border: #ccc solid 1px;
    font-size: 14px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  .contact dl dd select {
    height: 50px;
    border: #ccc solid 1px;
  }

  .contact dl dd textarea {
    width: 100%;
    height: 148px;
    border: #ccc solid 1px;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
  }

  .contact dl dd textarea:focus {
    outline: 2px solid #26574c;
  }

  .contact ul.btn_submit {
    text-align: center;
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .contact ul.btn_submit li {
    margin: 0 5px 15px;
  }

  .contact ul.btn_submit li input[type="submit"] {
    width: 260px;
    height: 56px;
    border: none;
    text-align: center;
    cursor: pointer;
    border: #99cf16 solid 2px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 51px;
  }

  .contact ul.btn_submit li .submit {
    background: #99cf16;
    color: #fff;
  }

  .contact ul.btn_submit li .send {
    background: #99cf16;
    color: #fff;
  }

  .contact ul.btn_submit li input[type="button"] {
    width: 260px;
    height: 56px;
    border: none;
    text-align: center;
    cursor: pointer;
    border: #999 solid 2px;
    border-radius: 60px;
    font-size: 14px;
    color: #999;
    line-height: 51px;
    font-weight: bold;
  }

  .contact ul.btn_submit li input[type="submit"]:hover {
    background: #99cf16;
    color: #fff;
  }


  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  footer {
    background: #fff;
  }

  footer .btn_topto {
    text-align: right;
    margin: 0 10px 10px;
  }

  footer .btn_topto a {
    background: #26574c;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
  }

  footer .links {
    background: #f2f5f4;
    padding: 30px 0;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }

  footer .links ul {
    width: 70vw;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  footer .links ul li {
    width: 100%;
    height: auto;
    text-align: center;
    border: 1px solid #ddd;
  }

  footer .links ul li a img {
    width: 100%;
    height: 100%;
  }

  footer address {
    margin: 50px 10px;
    font-style: normal;
    text-align: center;
  }

  footer address a {
    color: #212121;
    text-decoration: none;
  }

  footer address a:hover {
    text-decoration: underline;
    color: #26574c;
  }

  footer address figure {
    width: 128px;
    height: 30px;
    margin: 10px auto 15px;
  }

  footer address figure img {
    width: 100%;
    height: 100%;
  }

  footer address h2 {
    font-size: 1.4rem;
  }

  footer .sns_area {
    font-size: 0;
    text-align: center;
  }

  footer .sns_area li {
    width: 40px;
    display: inline-block;
    margin: 0 5px 0;
  }

  footer .sns_area li a {
    background: #99cf16;
    display: block;
    width: auto;
    height: 40px;
    border-radius: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  footer .sns_area li.tw a:hover {
    background: url(../images/icon_tw_hover.png) no-repeat center #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  footer .sns_area li.fb a:hover {
    background: url(../images/icon_fb_hover.png) no-repeat center #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  footer .sns_area li.ig a:hover {
    background: url(../images/icon_ig_hover.png) no-repeat center #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  footer nav ul {
    font-size: 0;
    margin: 30px 30px;
  }

  footer nav ul li {
    width: 50%;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
  }

  footer nav ul li a:before {
    content: ">";
    display: inline-block;
    /*vertical-align: middle;*/
    margin: 0 10px 0 0;
    color: #26574c;
  }

  footer nav ul li a {
    color: #212121;
    text-decoration: none;
    display: block;
    padding: 8px 0;
  }

  footer nav ul li a:hover {
    text-decoration: underline;
  }

  footer small {
    background: #26574c;
    width: 100%;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
  }
}