@media screen and (max-width:979px) {
  html {
    font-size: 14px;
    line-height: 1.75;
  }

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

  .br-sp {
    display: none;
  }

  /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
  header {
    width: 100%;
    height: 40px;
    padding: 0 0 0 5vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  header.fixed {
    background: rgba(0, 0, 0, 0.22);
  }

  header .logo {
    width: 95px;
    height: 35px;
  }

  header .logo img {
    width: 100%;
    height: 100%;
  }

  header .btnMenu {
    width: 40px;
    margin-right: 5px;
    margin-left: auto;
  }

  header .openbtn {
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 0px;
    right: 5px;
    border-radius: 5px;
    z-index: 17;
  }

  header .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 55%;
  }

  header .openbtn span:nth-of-type(1) {
    top: 10px;
  }

  header .openbtn span:nth-of-type(2) {
    top: 18px;
  }

  header .openbtn span:nth-of-type(3) {
    top: 26px;
  }

  header .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }

  header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }

  header #gnav {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: none;
    overflow: hidden;
    opacity: 0;
  }

  header #gnav .btnClose {
    width: 40px;
    margin: 0 5px 0 auto;
  }

  header #gnav ul {
    /*background: #f08300;*/
    width: 240px;
    /*height: 100%;*/
    padding: 5vw;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: -240px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header #gnav ul::before {
    content: "";
    background: #32333b;
    width: 240px;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  header #gnav ul li:not(.header__sns__item) {
    width: 100%;
  }

  header #gnav ul li:not(.header__sns__item) {
    margin-bottom: 20px;
  }

  header #gnav ul li:not(.header__sns__item) a {
    font-size: 1.2rem;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
  }

  header #gnav ul li.contact a {
    background: #f08300;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 0 10px;
  }

  .header__sns__item {
    width: 20px;
  }

  .header__sns__item {
    margin-top: 20px;
  }

  .header__sns__item:not(:last-of-type) {
    margin-right: 20px;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  .contactArea {
    background: #32333b;
    padding: 50px 0 40px;
    position: relative;
    z-index: 0;
    color: #fff;
    text-align: center;
  }

  .contactArea:before {
    content: "";
    border-top: 2.5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .contactArea .heading {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 15px 30px;
    color: #fff;
  }

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

  .contactArea .btnMore a {
    background: #f08300;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border: #f08300 solid 2px;
  }

  .contactArea .btnMore a:hover {
    background: #fff;
    color: #231815;
    font-weight: bold;
    border: #f08300 solid 2px;
  }

  .contactArea .tel a {
    font-size: 2.4rem;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1rem;
  }

  .contactArea .tel:before {
    background: url(../images/common/icon_tel.png) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }

  .contactArea .time {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  footer {
    padding: 40px 0 0;
    position: relative;
  }

  footer .information {
    text-align: center;
  }

  footer .information figure {
    width: 250px;
    height: 93px;
    margin: auto;
  }

  footer .information figure img {
    width: 100%;
    height: 100%;
  }

  footer .information dl {
    margin: 30px 0 40px;
    line-height: 1.0;
  }

  footer .information dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 20px;
  }

  footer .information dl dd:not(:last-of-type) {
    margin: 0 0 15px;
    line-height: 1.5;
  }

  footer nav ul {
    margin: 40px 5vw 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer nav ul li {
    width: 50%;
  }

  footer nav ul li a {
    display: block;
    padding: 8px 0;
    font-weight: bold;
  }

  footer .sns {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 5vw;
    bottom: 10px;
  }

  footer .sns li {
    width: 20px;
  }

  footer .sns li:not(:last-of-type) {
    margin-right: 20px;
  }

  footer small {
    background: #32333b;
    display: block;
    margin: 25px 0 0;
    padding: 0 5vw;
    font-size: 1rem;
    color: #fff;
    line-height: 50px;
  }

  /* ------------------------------------------------------------
    共有クラス部分
------------------------------------------------------------ */
  .pagetitle {
    width: 100%;
    height: 280px;
    position: relative;
    display: table;
    z-index: 0;
  }

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

  .pagetitle:after {
    content: "";
    border-bottom: 2.5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .pagetitle hgroup {
    display: table-cell;
    line-height: 1.0;
    color: #fff;
    text-shadow: 0 0 5px #000;
    text-align: center;
    vertical-align: middle;
  }

  .pagetitle hgroup h1 {
    font-size: 2.5rem;
    margin: 0 0 30px;
    padding: 0 0 35px;
    position: relative;
  }

  .pagetitle hgroup h1:after {
    content: "";
    background: #fff;
    width: 90px;
    height: 5px;
    margin: auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .pagetitle hgroup small {
    display: block;
    font-size: 2rem;
  }

  .heading {
    margin: 0 0 30px;
    padding: 0 0 26px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    position: relative;
  }

  .heading:after {
    content: "";
    background: #f08300;
    width: 45px;
    height: 3px;
    margin: auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .btnMore {
    width: 260px;
    margin: 40px auto 0;
  }

  .btnMore a {
    width: auto;
    display: block;
    padding: 18px 0;
    color: #f08300;
    font-size: 1rem;
    text-align: center;
    line-height: 1.0;
    border-radius: 50px;
    border: #f08300 solid 2px;
  }

  .btnMore a:hover {
    background: #f08300;
    color: #fff;
  }

  .btnList {
    margin: 40px 5vw 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .btnList li {
    width: 40vw;
  }

  .btnList li.prev,
  .btnList li.next {
    width: 20vw
  }

  .btnList li:not(:first-of-type) {
    margin-left: 20px;
  }

  .btnList li a {
    width: auto;
    display: block;
    padding: 18px 0;
    color: #f08300;
    font-size: 1rem;
    text-align: center;
    line-height: 1.0;
    border-radius: 50px;
    border: #f08300 solid 2px;
  }

  .btnList li a:hover {
    background: #f08300;
    color: #fff;
  }

  .pager ul {
    margin: 0 0 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .pager ul li:not(:last-of-type) {
    margin-right: 20px;
  }

  .pager ul li span,
  .pager ul li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
  }

  .pager ul li a {
    background: #eee;
    color: #231815;
  }

  .pager ul li a:hover,
  .pager ul .active {
    background: #f08300;
    color: #fff;
  }

  .table {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .table>dt {
    background: #f8f9fa;
    width: 25%;
    padding: 5vw 10px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .table>dd {
    width: 75%;
    padding: 5vw 10px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .table>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .table>dd a:not(.tel a):not(.notel) {
    text-decoration: none;
    color: #33a0b8;
  }

  .table>dd a:hover {
    text-decoration: none;
    color: #f08300;
  }

  .table>dd .notel {
    color: #231815;
    pointer-events: none;
    text-decoration: none;
  }

  .table>dd a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    padding-right: 10px;
    background: url(../images/common/pdfico.png) no-repeat center;
  }

  /**　追加テールブルリスト　**/
  .table>dd .businesslist {
    margin: 0 0;
  }

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

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

  .table>dd .businesslist li+li {
    margin-top: .5rem;
  }

  .table>dd .timelist {
    margin: 0 0;
  }

  .table>dd .timelist li {
    position: relative;
    list-style: none;
  }

  .table>dd .timelist li:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
  }

  .table>dd .timelist li+li {
    margin-top: .5rem;
  }

  .table>dd .welfarelist {
    margin: 0 0;
  }

  .table>dd .welfarelist li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none !important;
  }

  .table>dd .welfarelist li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0.25em;
    color: #494949;
  }

  .table>dd .welfarelist li+li {
    margin-top: .5rem;
  }

  .table>dd .welfare2list {
    margin: 0 0;
  }

  .table>dd .welfare2list li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none !important;
  }

  .table>dd .welfare2list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.25em;
    color: #494949;
  }

  .table>dd .welfare2list li+li {
    margin-top: .5rem;
  }

  /* ------------------------------------------------------------
    トップページ部分
------------------------------------------------------------ */
  .mainimage {
    background: url(../images/mainimage.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    display: table;
    z-index: 0;
  }

  .mainimage:after {
    content: "";
    border-bottom: 5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .mainimage hgroup {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .mainimage hgroup h2 {
    font-size: 2.5rem;
    margin: 0 5vw 30px;
    padding: 0 0 35px;
    position: relative;
  }

  .mainimage hgroup h2:after {
    content: "";
    background: #fff;
    width: 180px;
    height: 5px;
    margin: auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .mainimage hgroup h3 {
    font-family: 'Song Myung', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 0 5px;
  }

  .mainimage .swiper-slide {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }

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

  .mainimage .swiper-slide li {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: -0%;
  }

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

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

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

  .aboutTop {
    padding: 40px 5vw 60px;
    position: relative;
  }

  .aboutTop:after {
    content: "";
    border-right: 100vw solid transparent;
    border-bottom: 2.5vh solid #d8dfe3;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .aboutTop p {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
  }

  .aboutTop p+p {
    margin-top: 1.2rem;
  }

  .aboutTop p span {
    font-weight: bold;
    background: linear-gradient(transparent 65%, #fff799 50%);
  }

  .serviceTop {
    background: #d8dfe3;
    padding: 40px 5vw 60px;
    position: relative;
    z-index: 0;
  }

  .serviceTop:before {
    content: "";
    background: #32333b;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .serviceTop:after {
    content: "";
    border-bottom: 2.5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .serviceTop .servicelist {
    margin: 0 auto;
  }

  .serviceTop .servicelist li {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 8%, 100% 100%, 0 100%, 0% 8%);
    clip-path: polygon(50% 0%, 100% 8%, 100% 100%, 0 100%, 0% 8%);
  }

  .serviceTop .servicelist li:not(:first-of-type) {
    margin-top: 30px;
  }

  .serviceTop .servicelist li:before {
    content: "";
    position: absolute;
    display: block;
    width: 42vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .serviceTop .servicelist li:nth-of-type(1):before {
    background: url(../images/top/bg_service01.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .serviceTop .servicelist li:nth-of-type(2):before {
    background: url(../images/top/bg_service02.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .serviceTop .servicelist li:nth-of-type(3):before {
    background: url(../images/top/bg_service03.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .serviceTop .servicelist li a {
    /*background: rgba(0,0,0,0.22);*/
    background: transparent;
    min-height: 64.5vw;
    padding: 8vw 5vw 5vw 48vw;
    display: block;
    color: #231815;
    box-sizing: border-box;
  }

  .serviceTop .servicelist li a h3 {
    margin: 0 0 15px;
    font-size: 1.5rem;
    text-align: left;
    position: relative;
  }

  .serviceTop .servicelist li a h3:before {
    content: "";
    background: #32333b;
    width: 25px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
  }

  .worksTop {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
  }

  .worksTop:before {
    content: "";
    background: #d8dfe3;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .worksTop:after {
    content: "";
    border-left: 100vw solid transparent;
    border-top: 2.5vh solid #d8dfe3;
    position: absolute;
    bottom: -2.4vh;
    left: 0;
    z-index: -1;
  }

  .worksTop .workslist li:nth-of-type(3) {
    display: none;
  }

  .workslist {
    width: 90vw;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .workslist .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
  }

  .workslist li {
    background: #fff;
    width: 43vw;
    padding: 0 0 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .workslist li:not(:nth-of-type(2n+1)) {
    margin-left: auto;
  }

  .workslist li:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 30px;
  }

  .workslist li a {
    color: #231815;
  }

  .workslist li a figure {
    height: 43vw;
    margin: 0 0 5vw;
    position: relative;
    overflow: hidden;
  }

  .workslist li a figure:after {
    background: rgba(0, 0, 0, 0.22);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .workslist li a figure div {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .workslist li a .tag {
    background: #f08300;
    min-width: 110px;
    line-height: 40px;
    font-size: 1.2rem;
    padding: 0 5vw;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30vw;
    left: -10px;
  }

  .workslist li a .tag:before {
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f08300;
    position: absolute;
    bottom: 40px;
    left: 0;
  }

  .workslist li a .time {
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 5vw;
    text-shadow: 0 0 5px #000;
  }

  .workslist li a h3 {
    margin: 0 5vw 5vw;
    font-size: 1.4rem;
    text-align: center;
  }

  .workslist li a p {
    margin: 0 5vw;
  }

  .faqTop {
    background: url(../images/top/bg_faq.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 60px 5vw;
    position: relative;
    z-index: 0;
    color: #fff;
  }

  .faqTop:before {
    content: "";
    background: rgba(50, 51, 59, 0.44);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .faqTop:after {
    content: "";
    border-bottom: 2.5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

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

  .faqTop .heading {
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .faqTop p {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 0 5px #000;
  }

  .faqTop .btnMore a {
    color: #fff;
    border: #fff solid 2px;
  }

  .faqTop .btnMore a:hover {
    border: #f08300 solid 2px;
  }

  .newsTop {
    padding: 40px 5vw;
    position: relative;
    z-index: 0;
  }

  .newslist {
    margin: 0 auto;
    border-top: #ddd solid 1px;
  }

  .newslist li a {
    padding: 30px 30px 30px 0;
    display: block;
    color: #231815;
    border-bottom: #ddd solid 1px;
    position: relative;
  }

  .newslist li a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-top: #ddd solid 2px;
    border-right: #ddd solid 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .newslist li a dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newslist li a dl dt {
    width: 25%;
    margin-right: 1%;
    line-height: 25px;
    font-weight: bold;
    color: #999;
  }

  .newslist li a dl dd.label {
    width: 25%;
    margin: 0 48% 15px 0;
    color: #231815;
    font-size: 0.8em;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
  }

  /* ------------------------------------------------------------
    新着情報部分
------------------------------------------------------------ */
  .news .pagetitle {
    background: url(../images/news/ttl_news.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .news .newslist {
    margin: 40px 5vw;
  }

  .news .entries {
    margin: 40px 5vw;
  }

  .news .entries .heading {
    line-height: 1.5;
  }

  .news .entries .deta {
    margin: 0 auto 30px;
    text-align: right;
  }

  .news .entries .commentArea {
    line-height: 1.8;
  }

  .news .entries .commentArea h1,
  .news .entries .commentArea h2,
  .news .entries .commentArea h3 {
    padding: 0.1em 0.5em;
    color: #231815;
    background: transparent;
    border-left: solid 5px #f08300;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .news .entries .commentArea h4 {
    border-bottom: solid 3px #231815;
    color: #231815;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }

  .news .entries .commentArea h5 {
    padding: 0.1em 0;
    color: #f08300;
    background: transparent;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .news .entries .commentArea p+p {
    margin-top: 1rem;
  }

  .news .entries .commentArea p+h1,
  .news .entries .commentArea p+h2,
  .news .entries .commentArea p+h3,
  .news .entries .commentArea p+h4,
  .news .entries .commentArea p+h5,
  .news .entries .commentArea p+h6 {
    margin-top: 1.5rem;
  }

  .news .entries .commentArea p a {
    color: #33a0b8;
  }

  .news .entries .commentArea p a:hover {
    text-decoration: none;
    color: #f08300;
  }

  .news .entries .commentArea strong {
    font-weight: bold;
  }

  .news .entries .commentArea img {
    max-width: 100%;
    height: auto !important;
  }

  .news .entries .commentArea iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
  }

  .news .entries .commentArea ul {
    list-style: none;
    margin: 20px auto;
    background: #d8dfe3;
    border-radius: 5px;
    padding: 1em 1em 1em 2em;
  }

  .news .entries .commentArea ul li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .news .entries .commentArea ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f08300;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .news .entries .commentArea ul li+li {
    margin-top: .5rem;
  }

  .news .entries .commentArea ol {
    counter-reset: item;
    list-style-type: none;
    background: #d8dfe3;
    border-radius: 5px;
    margin: 20px auto;
    padding: 1em 1em 1em 2em;
  }

  .news .entries .commentArea ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .news .entries .commentArea ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    color: #f08300;
    font-weight: bold;
  }

  .news .entries .commentArea ol li+li {
    margin-top: .5rem;
  }

  /* ------------------------------------------------------------
    事業内容部分
------------------------------------------------------------ */
  .service .pagetitle {
    background: url(../images/service/ttl_service.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .service .type {
    padding: 40px 5vw;
  }

  .service .type:nth-of-type(2n) {
    background: #d8dfe3;
    position: relative;
  }

  .service .type:nth-of-type(2n):before {
    content: "";
    border-top: 2.5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }

  .service .type:nth-of-type(2n):after {
    content: "";
    border-bottom: 2.5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .service .type p {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
  }

  .service .servicelist {
    margin: 30px auto 0;
    counter-reset: number 0;
  }

  .service .servicelist li {}

  .service .servicelist li:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .service .servicelist li figure {
    margin: 0 0 15px;
  }

  .service .servicelist li figure img {
    max-width: 100%;
    border: #ddd solid 1px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .service .servicelist li .commentArea dt {
    font-size: 1.4rem;
    font-weight: bold;
    color: #f08300;
    margin: 0 0 15px;
    position: relative;
  }

  .service .servicelist li .commentArea dt::before {
    counter-increment: number 1;
    content: '0'counter(number);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 3px 0 0;
    color: #999;
  }

  .service .servicelist li .commentArea dd {
    text-align: justify;
  }

  /* ------------------------------------------------------------
    施工事例部分
------------------------------------------------------------ */
  .works .pagetitle {
    background: url(../images/works/ttl_works.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .works .workslist {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto;
  }

  .works .workslist li:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 30px;
  }

  .works .entries {
    padding: 40px 0;
    position: relative;
  }

  .works .entries .heading {
    margin: 0 0 30px;
    padding: 0 5vw 26px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    position: relative;
  }

  .works .entries .heading:after {
    content: "";
    background: #f08300;
    width: 45px;
    height: 3px;
    margin: auto;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .works .entries .tag {
    background: #f08300;
    width: 90vw;
    display: inline-block;
    line-height: 40px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 40px;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
  }

  .works .entries .imageslider {
    background: #d8dfe3;
    margin: 0 auto 40px;
    padding: 30px 0;
  }

  .works .entries .imageslider .slideframe {
    width: 90vw;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
  }

  .works .entries .imageslider .slideframe .slide {
    display: -webkit-flex;
    display: flex;
  }

  .works .entries .imageslider .slideframe .slide li {
    width: 90vw;
    aspect-ratio: 9 / 6;
    text-align: center;
  }

  .works .entries .imageslider .slideframe .slide li img {
    max-width: 100%;
    max-height: 60vw;
  }

  .works .entries .imageslider .slideframe nav {
    width: 85vw;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .works .entries .imageslider .slideframe nav ul {
    display: -webkit-flex;
    display: flex;
  }

  .works .entries .imageslider .slideframe nav ul li {
    width: 20px;
  }

  .works .entries .imageslider .slideframe nav ul li a {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
  }

  .works .entries .imageslider .slideframe nav ul li.prev a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-bottom: #f08300 solid 2px;
    border-left: #f08300 solid 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .works .entries .imageslider .slideframe nav ul li.next a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-top: #f08300 solid 2px;
    border-right: #f08300 solid 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .works .entries .imageslider .slideframe nav ul li.next {
    margin-left: auto;
  }

  .works .entries .imageslider nav ol {
    margin: 0 5vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .works .entries .imageslider nav ol li {
    width: 19%;
    aspect-ratio: 9 / 6;
    text-align: center;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .works .entries .imageslider nav ol li:not(:first-of-type) {
    margin-left: 1%;
  }

  .works .entries .imageslider nav ol li img {
    max-width: 100%;
    height: 100%;
  }

  .works .entries .commentArea {
    line-height: 1.8;
    margin: 0 5vw;
  }

  .works .entries .commentArea h1,
  .works .entries .commentArea h2,
  .works .entries .commentArea h3 {
    padding: 0.1em 0.5em;
    color: #231815;
    background: transparent;
    border-left: solid 5px #f08300;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .works .entries .commentArea h4 {
    border-bottom: solid 3px #231815;
    color: #231815;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }

  .works .entries .commentArea h5 {
    padding: 0.1em 0;
    color: #f08300;
    background: transparent;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .works .entries .commentArea p+p {
    margin-top: 1rem;
  }

  .works .entries .commentArea p+h1,
  .works .entries .commentArea p+h2,
  .works .entries .commentArea p+h3,
  .works .entries .commentArea p+h4,
  .works .entries .commentArea p+h5,
  .works .entries .commentArea p+h6 {
    margin-top: 1.5rem;
  }

  .works .entries .commentArea p a {
    color: #33a0b8;
  }

  .works .entries .commentArea p a:hover {
    text-decoration: none;
    color: #f08300;
  }

  .works .entries .commentArea strong {
    font-weight: bold;
  }

  .works .entries .commentArea img {
    max-width: 100%;
    height: auto !important;
  }

  .works .entries .commentArea iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
  }

  .works .entries .commentArea ul {
    list-style: none;
    margin: 20px auto;
    background: #d8dfe3;
    border-radius: 5px;
    padding: 1em 1em 1em 2em;
  }

  .works .entries .commentArea ul li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
  }

  .works .entries .commentArea ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f08300;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .works .entries .commentArea ul li+li {
    margin-top: .5rem;
  }

  .works .entries .commentArea ol {
    counter-reset: item;
    list-style-type: none;
    background: #d8dfe3;
    border-radius: 5px;
    margin: 20px auto;
    padding: 1em 1em 1em 2em;
  }

  .works .entries .commentArea ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  .works .entries .commentArea ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    color: #f08300;
    font-weight: bold;
  }

  .works .entries .commentArea ol li+li {
    margin-top: .5rem;
  }

  .works .entries .commentArea .pointbox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #F5CD25;
    border-radius: 8px;
  }

  .works .entries .commentArea .pointbox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #F5CD25;
    font-weight: bold;
  }

  .works .entries .commentArea .pointbox p {
    margin: 0;
    padding: 0;
  }

  .works .entries .commentArea .type1 {
    border-collapse: collapse;
    width: 100%;
  }

  .works .entries .commentArea .type1 th,
  .works .entries .commentArea .type1 td {
    border-bottom: #ddd solid 1px;
    border-top: #ddd solid 1px;
    padding: 5vw 10px;
  }

  .works .entries .commentArea .type1 th {
    background: #f8f9fa;
    text-align: left;
    width: 25%;
  }

  .works .entries .commentArea .type1 th a,
  .works .entries .commentArea .type1 td a {
    text-decoration: none;
    color: #33a0b8;
  }

  .works .entries .commentArea .type1 th a:hover,
  .works .entries .commentArea .type1 td a:hover {
    text-decoration: none;
    color: #ed828b;
  }

  .works__nav {
    margin: 40px 5vw 20px;
  }

  .works__nav__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .works__nav__list__item {
    width: 49%;
    margin-top: 5px;
  }

  /*.works__nav__list__item:first-of-type {
        width: 100%;
    }*/

  .works__nav__list__item:nth-of-type(1n) {
    margin-right: auto;
  }

  .works__nav__list__item a {
    width: auto;
    display: block;
    padding: 15px 0;
    color: #aaa;
    font-size: 1rem;
    text-align: center;
    line-height: 1.0;
    border: #ddd solid 1px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .works__nav__list__item a.active {
    background: #f08300;
    color: #fff;
  }

  .entries__interview__list__image {
    margin: 0 auto 20px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
  }

  .entries__interview__list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .entries__interview__list__inner {
    padding: 5vw;
    background: #d8dfe3;
    position: relative;
    border-radius: 10px;
  }

  .entries__interview__list__inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -18px;
    border: 18px solid transparent;
    border-bottom: 18px solid #d8dfe3;
  }

  /* ------------------------------------------------------------
    会社案内部分
------------------------------------------------------------ */
  .about .pagetitle {
    background: url(../images/about/ttl_about.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .about .message {
    padding: 40px 5vw;
  }

  .about .message .inner figure {
    margin: 0 0 30px;
  }

  .about .message .inner .commentArea {}

  .about .message .inner .commentArea p {
    text-align: justify;
  }

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

  .about .message .inner .commentArea .name {
    font-family: 'Yuji Boku', serif;
    font-size: 1.5rem;
    margin: 30px 0 0;
    text-align: right;
  }

  .about .information {
    padding: 40px 5vw;
    position: relative;
  }

  .about .information:after {
    content: "";
    border-right: 100vw solid transparent;
    border-bottom: 2.5vh solid #d8dfe3;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .about .access {
    background: #d8dfe3;
    padding: 40px 5vw;
    position: relative;
  }

  .about .access:after {
    content: "";
    border-bottom: 2.5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .about .access .map {
    margin: 0 auto 30px;
  }

  .about .access .map2 {
    margin: 60px auto 30px;
  }

  .about .access dl {
    margin: 0 auto;
    line-height: 1.0;
  }

  .about .access dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    color: #f08300;
    margin: 0 0 20px;
  }

  .about .access dl dd {
    line-height: 1.75;
  }

  .about .access dl dd+dd {
    margin-top: 7px;
  }

  .about .history {
    padding: 40px 5vw;
  }

  .about .history .table {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .about .history .table>dt {
    background: #f8f9fa;
    width: 30%;
    padding: 5vw 10px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .about .history .table>dd {
    width: 70%;
    padding: 5vw 10px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .about .history .table>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .history__list {
    margin: 0 auto 30px;
  }

  .history__list__item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .history__list__item__image {
    border: #ddd solid 1px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .history__list__item__image img {
    width: 100%;
  }

  .history__list__item__heading {
    font-size: 1.4rem;
    margin: 15px 0;
  }

  /* ------------------------------------------------------------
    採用情報部分
------------------------------------------------------------ */
  .faq .pagetitle {
    background: url(../images/faq/ttl_faq.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .faq .requirementslist>li {
    padding: 40px 5vw;
  }

  .faq .requirementslist>li .inner {
    margin: 0 auto 30px;
  }

  .faq .requirementslist>li .inner figure img {
    width: 100%;
  }

  .faq .requirementslist>li .inner .commentArea {
    background: #f8f9fa;
    padding: 5vw;
  }

  .faq .requirementslist>li .inner .commentArea p:not(:first-of-type) {
    margin: 1rem 0 0;
  }

  /* ------------------------------------------------------------
    FAQ部分
------------------------------------------------------------ */
  .faq .pagetitle {
    background: url(../images/faq/ttl_faq.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .faq .faqlist {
    padding: 40px 5vw;
  }

  .faq .faqlist p {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
  }

  .faq .faqlist dl {
    margin: 30px auto 0;
  }

  .faq .faqlist dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 70px;
    position: relative;
    box-sizing: border-box;
  }

  .faq .faqlist dl dt:before {
    content: "Q";
    background: #f08300;
    width: 60px;
    padding: 1px 0;
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq .faqlist dl dd {
    background: #d8dfe3;
    padding: 15px 15px 15px 85px;
    position: relative;
    text-align: justify;
    border-radius: 8px;
  }

  .faq .faqlist dl dd:before {
    content: "A";
    background: #32333b;
    width: 60px;
    padding: 2px 0;
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .faq .faqlist dl dd:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .faq .faqlist dl dd a {
    text-decoration: none;
    color: #33a0b8;
  }

  .faq .faqlist dl dd a:hover {
    text-decoration: none;
    color: #f08300;
  }

  /* ------------------------------------------------------------
    FAQ2部分
------------------------------------------------------------ */
  .faq2 .pagetitle {
    background: url(../images/faq/ttl_faq2.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .faq2 .faqlist {
    padding: 40px 5vw;
  }

  .faq2 .faqlist p {
    font-size: 1.4rem;
    line-height: 2.0;
  }

  .faq2 .faqlist dl {
    margin: 30px auto 0;
  }

  .faq2 .faqlist dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 70px;
    position: relative;
    box-sizing: border-box;
  }

  .faq2 .faqlist dl dt:before {
    content: "Q";
    background: #f08300;
    width: 60px;
    padding: 1px 0;
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .faq2 .faqlist dl dd {
    background: #f8f9fa;
    padding: 15px 15px 15px 15px;
    position: relative;
  }

  /*.faq2 .faqlist dl dd:before{
                content: "A";
                background: #000;
                width: 60px;
                padding: 5px 0;
                color: #fff;
                display: block;
                font-family: 'Roboto', sans-serif;
                text-align: center;
                border-radius: 30px;
                position: absolute;
                top: 15px;
                left: 15px; }*/
  .faq2 .faqlist dl dd:not(:last-of-type) {
    margin-bottom: 30px;
  }

  /* ------------------------------------------------------------
    プライバシーポリシー部分
------------------------------------------------------------ */
  .privacy .pagetitle {
    background: url(../images/privacy/ttl_privacy.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .privacy section {
    padding: 40px 5vw;
  }

  .privacy section p {
    line-height: 1.8;
    margin: 0 auto 20px;
  }

  .privacy__list {
    margin: 0 auto;
    counter-reset: listnum;
    list-style: none;
  }

  .privacy__list dt {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
  }

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

  .privacy__list dd a {
    text-decoration: none;
    color: #33a0b8;
  }

  .privacy__list dd a:hover {
    text-decoration: none;
    color: #f08300;
  }

  .privacy__list dd+dt {
    margin-top: 1.5rem;
  }

  .privacy__list dd ul {
    list-style: none;
    margin: 20px auto 0;
    background: #f5f5f5;
    border-radius: 7px;
    padding: 20px 30px;
    text-align: justify;
  }

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

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

  .privacy__list dd ul li+li {
    margin-top: .5em;
  }

  .privacy address {
    margin: 40px 0 0;
    font-style: normal;
  }

  .privacy__date {
    margin: 20px auto 0;
  }

  /* ------------------------------------------------------------
    お問合せ部分
------------------------------------------------------------ */
  .contact .pagetitle {
    background: url(../images/contact/ttl_contact.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .contact .mailform {
    padding: 40px 5vw;
  }

  .contact .mailform p {
    line-height: 1.8;
    margin: 0 auto 40px;
  }

  .contact .mailform .telArea {
    margin: 0 auto 40px;
    border: #ddd solid 1px;
    box-sizing: border-box;
  }

  .contact .mailform .telArea dt {
    background: #d8dfe3;
    padding: 5vw;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
  }

  .contact .mailform .telArea dt small {
    font-size: 1rem;
    margin: 1rem 0 0;
    display: block;
  }

  .contact .mailform .telArea dd {
    padding: 5vw;
    box-sizing: border-box;
  }

  .contact .mailform .telArea dd a {
    font-family: 'Roboto', sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }

  /***contactテーブル **/
  .contact .table2 {
    margin: 0 auto;
    border-bottom: #ddd solid 1px;
  }

  .contact .table2>dt {
    padding: 4vh 0 1vh;
    border-top: #ddd solid 1px;
    font-weight: bold;
    box-sizing: border-box;
  }

  .contact .table2>dd {
    padding: 1vh 0 4vh;
    box-sizing: border-box;
  }

  .contact .table2>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .contact .mailform form dl dt.must:after {
    background: #fff;
    content: "必須";
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 3px 15px;
    font-size: 0.8rem;
    color: #d60000;
    border: #d60000 solid 1px;
    border-radius: 15px;
  }

  .contact .mailform form dd input[type="text"] {
    width: 100%;
    padding: 5vw;
    font-size: 16px;
    border: #ddd solid 1px;
    box-sizing: border-box;
  }

  .contact .mailform form dd input[type="email"] {
    width: 100%;
    padding: 5vw;
    font-size: 16px;
    border: #ddd solid 1px;
    box-sizing: border-box;
  }

  .contact .mailform form dd input[type="tel"] {
    width: 100%;
    padding: 5vw;
    font-size: 16px;
    border: #ddd solid 1px;
    box-sizing: border-box;
  }

  .contact .mailform form dd ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact .mailform form dd ul li:not(:last-of-type) {
    margin-right: 20px;
  }

  .contact .mailform form dd textarea {
    width: 100%;
    height: 20rem;
    padding: 5vw;
    font-size: 16px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    line-height: 1.75;
  }

  .btnSubmit {
    width: 240px;
    margin: 30px auto 0;
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .btnSubmit li:not(:last-of-type) {
    margin-top: 20px;
  }

  .btnSubmit li input[type="submit"] {
    width: 260px;
    cursor: pointer;
    padding: 18px 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.0;
    border-radius: 50px;
  }

  .btnSubmit li .submit {
    background: #f08300;
    color: #fff;
    font-weight: bold;
    border: #f08300 solid 2px;
  }

  .btnSubmit li .send {
    background: #f08300;
    color: #fff;
    font-weight: bold;
    border: #f08300 solid 2px;
  }

  .btnSubmit li .back {
    background: #9d9d9d;
    color: #fff;
    font-weight: bold;
    border: #9d9d9d solid 2px;
  }

}