@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&family=Yuji+Boku&display=swap');

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-family: inherit;
}

.clearfix {
  zoom: 100%;
  min-hight: 0px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: 'Noto Sans JP', メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  color: #231815;
}

img {
  vertical-align: top;
  /*max-width: 100%;*/
  height: auto;
  line-height: 1.0;
}

.externalLinkIcon::after {
  content: url(../images/common/linkico.png);
  margin-left: 5px;
  padding-right: 5px;
  top: 2px;
  position: relative;
}

.externalLinkIcon:hover::after {
  content: url(../images/common/linkico_hover.png);
  margin-left: 5px;
  padding-right: 5px;
  top: 2px;
  position: relative;
}

a {
  text-decoration: none;
  color: #231815;
}

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

a img {
  vertical-align: top;
  border: none;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-flex;
  vertical-align: -5px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.material-icons.md-dark {
  color: #f08300;
}

.caution {
  color: #f00;
  font-weight: bold;
  margin: 0 0 1rem;
}

.en {
  font-family: 'Roboto', sans-serif;
}

.color0,
.color1,
.color2,
.color3 {
  background: #d5e0e4;
}

.emphasis {
  color: #f08300;
  font-size: 1.2rem;
  font-weight: bold;
}

.orange {
  color: #f08300;
  font-weight: bold;
  font-size: 3.2rem;
}

.pink {
  color: #C15046;
}

.notel {
  pointer-events: none;
  text-decoration: none;
}

@media screen and (min-width:980px) {
  html {
    font-size: 15px;
    line-height: 1.75;
  }

  .br-pc {
    display: none;
  }

  /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
  header {
    width: 100%;
    height: 80px;
    padding: 0 30px;
    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: 122px;
    height: 45px;
  }

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

  header .btnMenu {
    display: none;
  }

  header .openbtn {
    display: none;
  }

  header #gnav {
    margin-left: auto;
  }

  header #gnav .btnClose {
    display: none;
  }

  header #gnav ul {
    display: -webkit-flex;
    display: flex;
  }

  header #gnav ul li:not(.contact) {
    margin-right: 40px;
  }

  header #gnav ul li a {
    color: #fff;
    line-height: 35px;
    display: block;
  }

  header #gnav ul li:not(.contact) a {
    text-shadow: 0 0 5px #000;
    position: relative;
  }

  header #gnav ul li:not(.contact) a:after {
    background: #fff;
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  header #gnav ul li:not(.contact) a:hover:after {
    width: 100%;
  }

  header #gnav ul li.contact a {
    background: #f08300;
    display: block;
    padding: 0 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  header #gnav ul li.contact a:hover {
    background: #fff;
    color: #f08300;
  }

  header .sp_only {
    display: none !important;
  }

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

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

  .contactArea .heading {
    line-height: 1.5;
    color: #fff;
  }

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

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

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

  .contactArea .tel span {
    font-size: 3rem;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: 0.25rem;
  }

  .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: 80px 0 0;
    position: relative;
  }

  footer .information {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  footer .information figure {
    width: 300px;
    height: 111px;
  }

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

  footer .information dl {
    margin: 0 0 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;
  }

  footer nav ul {
    margin: 40px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  footer nav ul li:not(:last-of-type) {
    margin-right: 40px;
  }

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

  footer .sns li {
    width: 20px;
  }

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

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

  /* ------------------------------------------------------------
    コンテンツ部分
------------------------------------------------------------ */
  main {
    letter-spacing: 0.1rem;
  }

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

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

  .pagetitle:after {
    content: "";
    border-bottom: 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: 3rem;
    margin: 0 0 30px;
    padding: 0 0 35px;
    position: relative;
  }

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

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

  .heading {
    max-width: 1020px;
    margin: 0 auto 60px;
    padding: 0 0 23px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.25rem;
    text-align: center;
    position: relative;
  }

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

  .btnMore {
    width: 400px;
    margin: 60px auto 0;
  }

  .btnMore a {
    width: auto;
    display: block;
    padding: 25px 0;
    color: #f08300;
    font-size: 1rem;
    text-align: center;
    line-height: 1.0;
    border-radius: 50px;
    border: #f08300 solid 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

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

  .btnList {
    margin: 30px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .btnList li {
    width: 400px;
  }

  .btnList li.prev,
  .btnList li.next {
    width: 170px;
  }

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

  .btnList li a {
    width: auto;
    display: block;
    padding: 25px 0;
    color: #f08300;
    font-size: 1rem;
    text-align: center;
    line-height: 1.0;
    border-radius: 50px;
    border: #f08300 solid 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .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 {
    max-width: 1020px;
    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: 30%;
    padding: 40px;
    border-top: #ddd solid 1px;
    /*border-left: #ddd solid 1px;*/
    box-sizing: border-box;
  }

  .table>dd {
    width: 70%;
    padding: 40px;
    border-top: #ddd solid 1px;
    /*border-left: #ddd solid 1px;*/
    box-sizing: border-box;
  }

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

  .table>dd a {
    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 .businesslist {
    margin: 0 auto;
    text-align: justify;
  }

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

  .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 auto;
  }

  .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 auto;
  }

  .table>dd .welfarelist li {
    padding: 0 0 0 20px;
    position: relative;
    list-style-type: 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 auto;
  }

  .table>dd .welfare2list li {
    padding: 0 0 0 20px;
    position: relative;
    list-style-type: 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: 0;
    left: 0;
  }

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

  .mainimage hgroup h2 {
    font-size: 3rem;
    margin: 0 0 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: 2rem;
    letter-spacing: 0.1em;
  }

  .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%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

  .aboutTop {
    padding: 80px 0 100px;
    position: relative;
  }

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

  .aboutTop p {
    width: 1020px;
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: center;
    margin: 0 auto;
  }

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

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

  .serviceTop {
    background: #d8dfe3;
    padding: 80px 0 100px;
    position: relative;
    z-index: 0;
  }

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

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

  .serviceTop .servicelist {
    width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }

  .serviceTop .servicelist li {
    width: 330px;
    height: 495px;
    /*display: table;*/
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 18%, 100% 100%, 0 100%, 0% 18%);
    clip-path: polygon(50% 0%, 100% 18%, 100% 100%, 0 100%, 0% 18%);
  }

  .serviceTop .servicelist li:not(:first-of-type) {
    margin-left: auto;
  }

  .serviceTop .servicelist li:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    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:hover:before {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .serviceTop .servicelist li a {
    background: rgba(0, 0, 0, 0.22);
    display: table;
    height: 100%;
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .serviceTop .servicelist li a div {
    display: table-cell;
    vertical-align: middle;
  }

  .serviceTop .servicelist li a h3 {
    margin: 0 0 30px;
    font-size: 2rem;
    text-align: center;
  }

  .serviceTop .servicelist li a p {
    margin: 0 30px;
  }

  .worksTop {
    padding: 80px 0;
    position: relative;
    z-index: 1;
  }

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

  .worksTop:after {
    content: "";
    border-left: 100vw solid transparent;
    border-top: 5vh solid #d8dfe3;
    position: absolute;
    bottom: -webkit-calc(-5vh + 1px);
    bottom: calc(-5vh + 1px);
    left: 0;
    z-index: -1;
  }

  .workslist {
    width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }

  .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: 330px;
    padding: 0 0 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .workslist li:not(:nth-of-type(3n+1)) {
    margin-left: 15px;
  }

  .workslist li a {
    color: #231815;
  }

  .workslist li a figure {
    height: 330px;
    margin: 0 0 30px;
    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;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .workslist li a:hover figure div {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

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

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

  .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 h3 {
    margin: 0 0 30px;
    font-size: 1.4rem;
    text-align: center;
  }

  .workslist li a p {
    margin: 0 30px;
  }

  .faqTop {
    background: url(../images/top/bg_faq.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    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: 5vh solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
  }

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

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

  .faqTop p {
    width: 1020px;
    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: 80px 0;
    position: relative;
    z-index: 0;
  }

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

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

  .newslist li a:hover {
    text-decoration: none;
    color: #f08300;
  }

  .newslist li a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: #ddd solid 2px;
    border-right: #ddd solid 2px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .newslist li:hover a:after {
    border-top: #f08300 solid 2px;
    border-right: #f08300 solid 2px;
    right: 0;
  }

  .newslist li a dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .newslist li a dl dt {
    color: #999;
    font-weight: bold;
  }

  .newslist li a dl dd {
    white-space: nowrap;
  }

  .newslist li a dl dd {
    margin-left: 40px;
  }

  .newslist li a dl dd.label {
    width: 100px;
    color: #231815;
    font-size: 0.8em;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
  }

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

  .news .newslist {
    margin: 80px auto;
  }

  .news .entries {
    padding: 80px 0;
  }

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

  .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;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .news .entries .commentArea h4 {
    border-bottom: solid 3px #231815;
    width: 100%;
    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 {
    width: 1020px;
    margin: 0 auto;
    line-height: 1.8;
  }

  .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 ol {
    padding-left: 1em;
  }

  .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);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .service .type {
    padding: 80px 0;
  }

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

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

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

  .service .type p {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
  }

  .service .servicelist {
    max-width: 1020px;
    margin: 60px auto 0;
    counter-reset: number 0;
  }

  .service .servicelist li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

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

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

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

  .service .servicelist li .commentArea {
    width: 64%;
    margin-left: auto;
  }

  .service .servicelist li .commentArea dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 20px;
    color: #f08300;
    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: 80px auto;
  }

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

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

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

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

  .works .entries .imageslider .slideframe {
    width: 1020px;
    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: 1020px;
    max-height: 600px;
    text-align: center;
  }

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

  .works .entries .imageslider .slideframe nav {
    width: 1000px;
    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.next {
    margin-left: auto;
  }

  .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: 10px;
    height: 10px;
    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: 10px;
    height: 10px;
    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 nav ol {
    width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

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

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

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

  .works .entries .commentArea {
    width: 1020px;
    line-height: 1.8;
    margin: 0 auto;
  }

  .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;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .works .entries .commentArea h4 {
    border-bottom: solid 3px #231815;
    width: 100%;
    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 .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 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 ol {
    padding-left: 1em;
  }

  .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 .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: 40px;
  }

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

  .works__nav {
    width: 1020px;
    margin: 80px auto 40px;
  }

  .works__nav__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .works__nav__list__item {
    width: 16%;
  }

  .works__nav__list__item:not(:last-of-type) {
    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,
  .works__nav__list__item a:hover {
    background: #f08300;
    color: #fff;
  }

  .entries__interview__list li {
    display: -webkit-flex;
    display: flex;
  }

  .entries__interview__list__image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5%;
  }

  .entries__interview__list li:nth-of-type(2n) .entries__interview__list__image {
    -webkit-order: 2;
    order: 2;
  }

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

  .entries__interview__list__inner {
    background: #d8dfe3;
    width: 65%;
    margin: auto;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
  }

  .entries__interview__list__inner:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 80px;
    left: -36px;
    border: 18px solid transparent;
    border-right: 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: 80px 0;
  }

  .about .message .inner {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }

  .about .message .inner figure {
    width: 495px;
    margin-right: auto;
  }

  .about .message .inner .commentArea {
    width: 495px;
    padding: 30px 0 0;
  }

  .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: 25px 0 0;
    text-align: right;
  }

  .about .information {
    padding: 80px 0;
    position: relative;
  }

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

  .about .access {
    background: #d8dfe3;
    padding: 80px 0;
    position: relative;
  }

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

  .about .access .map {
    max-width: 1020px;
    margin: 0 auto 30px;
  }

  .about .access .map2 {
    max-width: 1020px;
    margin: 60px auto 30px;
  }

  .about .access dl {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 0 50%;
    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: 80px 0;
  }

  .history__list {
    width: 1020px;
    margin: 0 auto 60px;
    display: -webkit-flex;
    display: flex;
  }

  .history__list__item {
    width: 32%;
  }

  .history__list__item:nth-of-type(n+2) {
    margin-left: auto;
  }

  .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: 30px 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: 80px 0;
  }

  .faq .requirementslist>li .inner {
    max-width: 1020px;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: flex;
  }

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

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

  .faq .requirementslist>li .inner .commentArea {
    background: #f8f9fa;
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
  }

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

  /* ------------------------------------------------------------
    FAQ部分
------------------------------------------------------------ */
  .faq .pagetitle {
    background: url(../images/faq/ttl_faq.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .faq .faqlist {
    padding: 80px 0;
  }

  .faq .faqlist p {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2.0;
  }

  .faq .faqlist dl {
    max-width: 1020px;
    margin: 60px auto 0;
  }

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

  .faq .faqlist dl dt:before {
    width: 60px;
    content: "Q";
    background: #f08300;
    color: #fff;
    display: inline-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: 30px 30px 30px 105px;
    position: relative;
    border-radius: 8px;
    text-align: justify;
  }

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

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

  .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: 80px 0;
  }

  .faq2 .faqlist p {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2.0;
  }

  .faq2 .faqlist dl {
    max-width: 1020px;
    margin: 60px auto 0;
  }

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

  .faq2 .faqlist dl dt:before {
    width: 60px;
    content: "Q";
    background: #f08300;
    padding: 5px 0;
    color: #fff;
    display: inline-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: 30px 30px 30px 70px;
    /*105px*/
    position: relative;
  }

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

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

  .privacy section {
    padding: 80px 0;
  }

  .privacy section p {
    max-width: 1020px;
    line-height: 1.8;
    margin: 0 auto 40px;
  }

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

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

  .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: 3rem;
  }

  .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: 80px 0 0;
    font-style: normal;
  }

  .privacy__date {
    max-width: 1020px;
    margin: 40px auto 0;
  }

  /* ------------------------------------------------------------
    お問い合わせ部分
------------------------------------------------------------ */
  .contact .pagetitle {
    background: url(../images/contact/ttl_contact.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .contact .mailform {
    padding: 80px 0;
  }

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

  .contact .mailform .telArea {
    max-width: 1020px;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: #ddd solid 1px;
    box-sizing: border-box;
  }

  .contact .mailform .telArea dt {
    background: #d8dfe3;
    width: 50%;
    padding: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
  }

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

  .contact .mailform .telArea dd {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
  }

  .contact .mailform .telArea dd span {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
  }

  /** テーブル **/
  .contact .table2 {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .contact .table2>dt {
    background: #f8f9fa;
    width: 30%;
    padding: 40px;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
  }

  .contact .table2>dd {
    width: 70%;
    padding: 40px;
    border-top: #ddd solid 1px;
    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"] {
    font-size: 16px;
    width: 100%;
    padding: 15px;
    border: #ddd solid 1px;
    box-sizing: border-box;
  }

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

  .contact .mailform form dd input[type="tel"] {
    font-size: 16px;
    width: 100%;
    padding: 15px;
    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 label {
    cursor: pointer;
  }

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

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

  .btnSubmit {
    margin: 60px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

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

  .btnSubmit li input[type="submit"] {
    width: 400px;
    cursor: pointer;
    padding: 25px 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;
  }

  .btnSubmit li input[type="submit"]:hover {
    opacity: 0.7;
  }

}