@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #FFF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0 auto;
  max-width: 342px;
  text-align: center;
}

.mod-btn a {
  display: block;
  font-weight: bold;
  padding: 18px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}

.mod-btn:hover {
  background: #FFF;
}
.mod-btn:hover a {
  color: #000;
}

.mod-link {
  background: url("../img/right-arrow.png") no-repeat 0 7px;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.mod-link a {
  padding-left: 15px;
}

.mod-link:hover {
  color: #000;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 1px solid #FFF;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
    border-radius: 0 !important;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 1px solid #FFF;
  }
  .mod-btn:hover a {
    color: #000;
  }
}
/***********************************************************************
base style
**********************************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #FFF;
  background: #1E1E1E;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  line-height: 1.71;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.en {
  font-family: "Lato", sans-serif;
}

img {
  vertical-align: top;
}

a {
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration: none;
  color: #FFF;
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.inner {
  width: 800px;
  margin: 0 auto;
}

.menu:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/***********************************************************************
parts
**********************************************************************/
.sp-br {
  display: none;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 50px;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.copy img {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
  -webkit-transition: cubic-bezier(0.2, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.2, 0.61, 0.355, 1) 1s;
}

.copy img:first-child {
  width: 68.0555555556vw;
}

.copy img:nth-child(2) {
  width: 90vw;
  margin-left: 9vw;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.copy.on img {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.c-ttl-1, .c-ttl-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.c-ttl-1 span, .c-ttl-2 span {
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.c-ttl-1.on span, .c-ttl-2.on span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-ttl-1 span:nth-child(2), .c-ttl-2 span:nth-child(2) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.c-ttl-1 span:nth-child(3), .c-ttl-2 span:nth-child(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.c-ttl-1 span:nth-child(4), .c-ttl-2 span:nth-child(4) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}

.c-ttl-1 span:nth-child(5), .c-ttl-2 span:nth-child(5) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.c-ttl-1 span:nth-child(6), .c-ttl-2 span:nth-child(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.c-ttl-1 span:nth-child(7), .c-ttl-2 span:nth-child(7) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.c-ttl-1 span:nth-child(8), .c-ttl-2 span:nth-child(8) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.c-ttl-1 span:nth-child(9), .c-ttl-2 span:nth-child(9) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.c-ttl-1 span:nth-child(10), .c-ttl-2 span:nth-child(10) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

/*
.title {
  display: flex;
  overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.on span {
  transform: translate(0, 0);
}

.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
  transition-delay: 0.6s;
}
.title span:nth-child(12) {
  transition-delay: 0.66s;
}
.title span:nth-child(13) {
  transition-delay: 0.72s;
}
.title span:nth-child(14) {
  transition-delay: 0.78s;
}
*/
/***********************************************************************
global-header
**********************************************************************/
.drawer-menu-contents {
  position: fixed;
  display: none;
  z-index: 100;
  text-align: center;
  background: #1E1E1E;
  padding-bottom: 40px;
  width: 100%;
  height: 10000px;
  top: 0px;
  color: #FFF;
  left: 0px;
}
.drawer-menu-contents ul {
  text-align: center;
  padding-top: 200px;
}
.drawer-menu-contents ul li {
  margin-bottom: 50px;
}
.drawer-menu-contents ul li img {
  height: 25px;
}
.drawer-menu-contents ul li a {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}

.global-header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/logo.png") 0 0 no-repeat;
  position: absolute;
  background-size: contain;
  width: 93px;
  height: 74px;
  left: 48px;
  top: 40px;
  z-index: 2;
}
.global-header .drawer-menu {
  position: absolute;
  right: 0px;
  top: 0px;
}
.global-header .drawer-menu .menu {
  position: fixed;
  z-index: 1000;
  width: 90px;
  height: 90px;
  margin-left: -90px;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/menu-btn.svg") 0 0 no-repeat;
}
.global-header .drawer-menu .menu a {
  display: block;
  width: 90px;
  height: 90px;
}
.global-header .drawer-menu.on .menu {
  background: url("../img/close-btn.svg") no-repeat 0 0;
  ground-size: contain;
}

/***********************************************************************
main-vis-block
**********************************************************************/
.p-fv {
  margin-bottom: 210px;
  position: relative;
}
.p-fv .copy {
  position: absolute;
  bottom: 10px;
  left: 0vw;
  /* width: 100%;
   img{
     width: 100%;
   }
     */
}
.p-fv .copy.sp {
  display: none;
}
.p-fv .copy.pc {
  display: block;
}

/** ここからテストコード **/
/** ここまでテストコード **/
/***********************************************************************
concept-block
**********************************************************************/
.concept-block {
  margin-bottom: 280px;
}
.concept-block .inner {
  width: 684px;
}
.concept-block h2 {
  background: url("../img/concept-ttl.svg") 0 0 no-repeat;
  width: 8.8194444444vw;
  height: 1.4583333333vw;
  background-size: contain;
  margin-bottom: 10px;
}
.concept-block .c-ttl-1, .concept-block .c-ttl-2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.concept-block .c-ttl-2 {
  margin-bottom: 30px;
}
.concept-block .c-text {
  line-height: 3em;
}

/***********************************************************************
scroll-block
**********************************************************************/
.d-demo {
  margin-bottom: 200px;
}

.d-demo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.d-demo__wrap ul {
  z-index: -1;
}

.d-demo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 20px;
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 65s infinite linear 0.5s both;
          animation: infinity-scroll-left 65s infinite linear 0.5s both;
}

.d-demo__item {
  width: 200vw;
}

.d-demo__item > img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/***********************************************************************
service-block
**********************************************************************/
.service-block {
  margin-bottom: 600px;
  position: relative;
}
.service-block h2 {
  background: url("../img/service-ttl.svg") 0 0 no-repeat;
  width: 558px;
  height: 72px;
  margin: 0 auto 50px;
}
.service-block p {
  margin-bottom: 50px;
  text-align: center;
}
.service-block .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-block .btn-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 340px;
}
.service-block .btn-list li a {
  padding: 13px 40px;
}
.service-block .btn-list li span {
  font-size: 11px;
  display: block;
}
.service-block .img1 {
  background: url("../img/service01.jpg") 0 0 no-repeat;
  width: 35.4027777778vw;
  height: 22.5555555556vw;
  background-size: contain;
  position: absolute;
  top: -17.3611111111vw;
  left: 6.9444444444vw;
  z-index: -1;
  opacity: 0.2;
}
.service-block .img2 {
  background: url("../img/service02.jpg") 0 0 no-repeat;
  width: 36.625vw;
  height: 27.0694444444vw;
  background-size: contain;
  position: absolute;
  top: -4.8611111111vw;
  right: 1.4722222222vw;
  z-index: -1;
  opacity: 0.2;
}
.service-block .img3 {
  background: url("../img/service03.jpg") 0 0 no-repeat;
  width: 41.625vw;
  height: 28.4305555556vw;
  background-size: contain;
  position: absolute;
  top: 18.4027777778vw;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.service-block .img4 {
  background: url("../img/service04.jpg") 0 0 no-repeat;
  width: 32.4861111111vw;
  height: 31.7222222222vw;
  background-size: contain;
  position: absolute;
  top: 27.7777777778vw;
  right: 12.3055555556vw;
  z-index: -1;
  opacity: 0.2;
}

/***********************************************************************
about-block
**********************************************************************/
.about-block {
  margin-bottom: 280px;
}
.about-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-block h2 {
  background: url("../img/about-ttl.svg") 0 0 no-repeat;
  width: 273px;
  height: 72px;
}
.about-block ul {
  padding-left: 80px;
}
.about-block ul li {
  margin-bottom: 30px;
}
.about-block ul li dl {
  display: table;
}
.about-block ul li dl dd {
  display: table-cell;
  font-size: 15px;
  font-size: 1.5rem;
}
.about-block ul li dl dt {
  display: table-cell;
  width: 150px;
  font-weight: bold;
}
.about-block p {
  line-height: 3em;
}

.bottom-bg {
  width: 100%;
  height: 655px;
  background: url("../img/contact-bg.jpg") 0 0 no-repeat;
  margin-bottom: 200px;
  background-size: cover;
}

.parallax-img {
  margin-bottom: 200px;
  height: 650px;
  overflow: hidden;
}

.parallax-img img {
  width: 100%;
}

/***********************************************************************
news-block
**********************************************************************/
.contact-block {
  margin-bottom: 120px;
}
.contact-block h2 {
  background: url("../img/contact-ttl.svg") 0 0 no-repeat;
  width: 385px;
  height: 72px;
  margin: 0 auto 50px;
}
.contact-block .input-box {
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.contact-block .input-box h3 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #2F2F2F;
}
.contact-block .input-box .text {
  margin-bottom: 40px;
}
.contact-block .input-box dl {
  display: table;
  width: 100%;
}
.contact-block .input-box dl dd {
  display: table-cell;
}
.contact-block .input-box dt {
  display: table-cell;
  margin-bottom: 10px;
  vertical-align: top;
  width: 250px;
  font-weight: bold;
  text-align: left;
}
.contact-block .input-box dt span {
  color: #FF0000;
}
.contact-block .input-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-block .input-box ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.contact-block .input-box ul li input {
  width: 100%;
  padding: 10px;
}
.contact-block .input-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  background: #343434;
}
.contact-block input[type=text] {
  background: #343434;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  border-style: none;
  border-radius: 4px;
}

input[type=submit], input[type=button] {
  font-size: 13px;
  font-size: 1.3rem;
  width: 213px;
  height: 46px;
  cursor: pointer;
  background: none;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-style: none;
  border: 2px solid #FFF;
}

input.submit-input {
  font-size: 13px;
  font-size: 1.3rem;
  width: 213px;
  height: 46px;
  cursor: pointer;
  background: none;
  font-weight: bold;
  color: #FFF;
  background: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-style: none;
  border: 1px solid #FFF;
}

input[type=submit]:hover, input[type=button]:hover {
  color: #1E1E1E;
  background: #FFF;
}

input.submit-input:hover {
  color: #9CC9D6;
  background: #FFF;
}

.formTable {
  margin: 30px auto 30px;
}

/***********************************************************************
global-footer
**********************************************************************/
.global-footer {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px 0px;
}
.global-footer .footer-logo {
  width: 84px;
  padding-bottom: 10px;
  display: inline-block;
}
.global-footer .footer-logo img {
  width: 84px;
}
.global-footer .footer-text {
  font-size: 11px;
  font-size: 1.1rem;
}

/***********************************************************************
conatct
**********************************************************************/
.contact#contact {
  padding-top: 120px;
}
.contact#contact h1, .contact#contact .txt, .contact#contact .txt1-faq {
  text-align: center;
}
.contact#contact h1 {
  margin-bottom: 30px;
}
.contact#contact .formTable th {
  text-align: left;
  font-weight: bold;
}
.contact#contact .formTable th, .contact#contact .formTable td {
  padding: 10px;
}
.contact#contact input.submit-input {
  color: #1E1E1E;
}

/***********************************************************************
media query
**********************************************************************/
@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
    color: #fff;
  }
  body .contact-block {
    color: #141414;
  }
}
@media only screen and (max-width: 750px) {
  /***********************************************************************
  base style
  **********************************************************************/
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    line-height: 1.71;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wrapper {
    overflow: hidden;
  }
  .sp-br, .drawer-menu {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .gray-bg {
    height: 200px;
  }
  .inner {
    width: 80%;
    margin: 0 10%;
  }
  h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 30px;
  }
  /***********************************************************************
  global-header
  **********************************************************************/
  .global-header {
    width: 100%;
  }
  .global-header h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/logo.png") 0 0 no-repeat;
    position: absolute;
    width: 46.5px;
    height: 37px;
    background-size: contain;
    left: 4%;
    top: 10px;
    z-index: 2;
  }
  .global-header .drawer-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .global-header .drawer-menu .menu {
    position: fixed;
    margin-left: -50px;
    width: 50px;
    height: 50px;
    background: url("../img/menu-btn.svg") no-repeat 0 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .global-header .drawer-menu .menu a {
    width: 50px;
    height: 50px;
  }
  .global-header .drawer-menu.on .menu {
    width: 50px;
    height: 50px;
    background: url("../img/close-btn.svg") no-repeat 0 0;
    background-size: contain;
  }
  .global-header .lead-text {
    font-size: 9px;
    font-size: 0.9rem;
    left: 4%;
    line-height: 1.4em;
    top: 20px;
  }
  .drawer-menu-contents ul {
    margin-top: 50px;
  }
  .drawer-menu-contents ul li img {
    height: 15px;
  }
  /***********************************************************************
  drawer
  **********************************************************************/
  .drawer-menu-contents {
    display: block;
  }
  .drawer-menu-contents {
    position: fixed;
    z-index: 100;
    text-align: center;
    display: none;
    background: #1E1E1E;
    padding-bottom: 40px;
    width: 100%;
    height: 10000px;
    top: 0px;
    color: #FFF;
    left: 0px;
  }
  .drawer-menu-contents ul {
    padding-top: 100px;
  }
  .drawer-menu-contents ul li {
    margin-bottom: 30px;
  }
  .drawer-menu-contents ul li a {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-menu-contents .sns {
    padding-top: 0px;
    text-align: center;
  }
  .menu {
    z-index: 1000;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  .menu:hover {
    opacity: 0.6;
  }
  .drawer-menu.on {
    height: 100%;
  }
  /***********************************************************************
  main-vis-block
  **********************************************************************/
  .p-fv {
    margin-bottom: 100px;
    position: relative;
  }
  .p-fv .copy {
    position: absolute;
    bottom: 10px;
    left: 0vw;
    width: 100%;
  }
  .p-fv .copy img {
    width: 100%;
  }
  .p-fv .copy img:first-child {
    width: 85vw;
    margin-bottom: 5px;
  }
  .p-fv .copy img:nth-child(2) {
    width: 89.7435897436vw;
    /*margin-left: 5.128205128205128vw;*/
  }
  .p-fv .copy.sp {
    display: block;
  }
  .p-fv .copy.pc {
    display: none;
  }
  /***********************************************************************
  profile-block
  **********************************************************************/
  .concept-block {
    margin-bottom: 140px;
  }
  .concept-block h2 {
    background: url("../img/concept-ttl.svg") 0 0 no-repeat;
    background-size: contain;
    width: 16.8194444444vw;
    height: 2.9833333333vw;
    margin-bottom: 10px;
  }
  .concept-block .inner {
    width: 80%;
  }
  .concept-block .c-ttl-1, .concept-block .c-ttl-2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .concept-block .c-ttl-2 {
    margin-bottom: 30px;
  }
  .concept-block p {
    line-height: 2em;
  }
  /***********************************************************************
  scroll-block
  **********************************************************************/
  .d-demo {
    margin-bottom: 100px;
  }
  .d-demo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .d-demo__wrap ul {
    z-index: -1;
  }
  .d-demo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0 20px;
  }
  .d-demo__list--left {
    -webkit-animation: infinity-scroll-left 65s infinite linear 0.5s both;
            animation: infinity-scroll-left 65s infinite linear 0.5s both;
  }
  .d-demo__item {
    width: 320vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  @-webkit-keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  /***********************************************************************
  service-block
  **********************************************************************/
  .service-block {
    margin-bottom: 130px;
    position: relative;
  }
  .service-block h2 {
    background: url("../img/service-ttl.svg") 0 0 no-repeat;
    background-size: contain;
    width: 279px;
    height: 36px;
    margin: 0 auto 30px;
  }
  .service-block p {
    margin-bottom: 50px;
  }
  .service-block .btn-list {
    display: block;
    text-align: center;
  }
  .service-block .btn-list li {
    width: 60vw;
    height: 60px;
    min-width: initial;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-block .btn-list li a {
    padding: 0;
  }
  .service-block .btn-list li span {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .service-block .img1 {
    background: url("../img/service01.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 38.4027777778vw;
    height: 24.5555555556vw;
    top: -28.3611111111vw;
  }
  .service-block .img2 {
    background: url("../img/service02.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 39.625vw;
    height: 30.0694444444vw;
    top: -14.8611111111vw;
  }
  .service-block .img3 {
    background: url("../img/service03.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 45.625vw;
    height: 31.4305555556vw;
  }
  .service-block .img4 {
    background: url("../img/service04.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 35.4861111111vw;
    height: 34.7222222222vw;
    right: 5.3055555556vw;
  }
  /***********************************************************************
  about-block
  **********************************************************************/
  .about-block {
    margin-bottom: 140px;
  }
  .about-block .inner {
    display: block;
  }
  .about-block h2 {
    background: url("../img/about-ttl.svg") 0 0 no-repeat;
    width: 136.5px;
    height: 36px;
    background-size: contain;
    margin: 0 auto 30px;
  }
  .about-block ul {
    padding-left: 0px;
  }
  .about-block ul li {
    margin-bottom: 30px;
  }
  .about-block ul li dl {
    display: block;
  }
  .about-block ul li dl dd {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .about-block ul li dl dt {
    display: block;
    margin-bottom: 10px;
    width: auto;
  }
  .about-block p {
    line-height: 3em;
  }
  .parallax-img {
    margin-bottom: 120px;
    height: auto;
    overflow: hidden;
  }
  /***********************************************************************
  news-block
  **********************************************************************/
  .contact-block h2 {
    background: url("../img/contact-ttl.svg") 0 0 no-repeat;
    width: 192.5px;
    height: 36px;
    margin: 0 auto 25px;
    background-size: contain;
  }
  .contact-block .input-box {
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-block .input-box .text {
    margin-bottom: 40px;
  }
  .contact-block .input-box dl {
    display: block;
    width: 100%;
  }
  .contact-block .input-box dl dd {
    display: block;
  }
  .contact-block .input-box dt {
    display: block;
    margin-bottom: 10px;
    vertical-align: top;
    width: auto;
    font-weight: bold;
    text-align: left;
  }
  .contact-block .input-box dt span {
    color: #FF0000;
  }
  .contact-block .input-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-block .input-box ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .contact-block .input-box ul li input {
    width: 100%;
    padding: 10px;
  }
  .contact-block .input-box textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 50px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 4px;
    background: #343434;
  }
  .contact-block input[type=text] {
    background: #343434;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    border-style: none;
    border-radius: 4px;
  }
  input[type=submit], input[type=button] {
    font-size: 13px;
    font-size: 1.3rem;
    width: 213px;
    height: 46px;
    cursor: pointer;
    background: none;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-style: none;
    border: 1px solid #FFF;
    border-radius: 0 !important;
  }
  input.submit-input {
    font-size: 13px;
    font-size: 1.3rem;
    width: 213px;
    height: 46px;
    cursor: pointer;
    background: none;
    font-weight: bold;
    color: #FFF;
    background: #FFF;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-style: none;
    border: 1px solid #FFF;
    border-radius: 0 !important;
  }
  input[type=submit]:hover, input[type=button]:hover {
    color: #1E1E1E;
    background: #FFF;
  }
  input.submit-input:hover {
    color: #9CC9D6;
    background: #FFF;
  }
  .formTable {
    margin: 30px auto 30px;
  }
  /***********************************************************************
  global-footer
  **********************************************************************/
  .global-footer {
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    padding: 20px 0px;
  }
  .global-footer .footer-logo {
    width: 42px;
    padding-bottom: 10px;
    display: inline-block;
  }
  .global-footer .footer-logo img {
    width: 42px;
  }
  .contact#contact {
    padding-top: 60px;
    width: 80%;
    margin: 0 auto;
  }
  .contact#contact h1, .contact#contact .txt, .contact#contact .txt1-faq {
    text-align: center;
  }
  .contact#contact .txt1-faq {
    margin-bottom: 20px;
  }
  .contact#contact h1 {
    margin-bottom: 30px;
  }
  .contact#contact .formTable {
    margin: 0;
  }
  .contact#contact .formTable th {
    text-align: left;
  }
  .contact#contact .formTable th, .contact#contact .formTable td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .contact#contact .formTable td {
    padding-top: 0;
  }
  .contact#contact input.submit-input {
    color: #1E1E1E;
  }
  .contact#contact .formTable {
    margin-bottom: 40px;
  }
}