@charset "UTF-8";
/* コンテンツサイズ指定 */
.header-info p,
.icon-mail,
.box {
  max-width: 1500px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap-inner,
.h-title,
.footer-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 750px) {
  .bg01 .text .content .sp {
    display: none;
  }
}

@media (max-width: 750px) {
  .bg01 .text .content .br {
    display: none;
  }
}

@media (max-width: 750px) {
  .bg01 {
    background-image: url(./images/front/sp/bg01.jpg);
  }
}

.bg02 {
  background: #eff8fb;
  padding: 0 0 20%;
}

.bg02 .wrap-inner {
  position: relative;
}

.bg02 .wrap-inner .text {
  margin: 0 !important;
  text-align: center;
}

.bg02 .wrap-inner .text .title {
  font-size: 18px !important;
}

.bg02 .wrap-inner .text .title .t-text {
  font-size: 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 20px;
}

.bg02 .wrap-inner .text .title .t-text::before {
  position: absolute;
  top: 7px;
  content: '';
  width: 1%;
  height: 1px;
  background: #000;
}

@media (max-width: 767px) {
  .bg02 {
    padding: 0 0 56%;
  }
}

.bg03 {
  margin-top: 200px;
  padding-bottom: 200px;
}

.bg03 .wrap .more-link {
  text-align: center;
}

.bg03 .wrap .more-link a {
  font-size: 12px;
  text-decoration: none;
  background: #515f5b;
  color: #fff;
  padding: 15px 90px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.bg03 .wrap .more-link a:hover {
  border-radius: 20px;
}

.bg03 .wrap .more-link a .fas {
  position: relative;
  left: 10px;
  font-size: 10px;
  -webkit-text-stroke-width: 0.1px;
}

@media (max-width: 750px) {
  .bg03 {
    margin-top: 170px;
  }
}

.bg04 {
  background-image: url(./images/front/company.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 624px;
  position: relative;
}

.bg04 .wrap .wrap-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 !important;
}

.bg04 .wrap .wrap-inner .text {
  text-align: right;
  color: #fff;
}

@media (min-width: 750px) {
  .bg04 .wrap .wrap-inner .text .content .sp {
    display: none;
  }
}

.bg04 .wrap .wrap-inner .text .btn-link a {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-align: right !important;
  display: inline-block !important;
}

.bg04 .wrap .wrap-inner .text .btn-link a .stickarrow {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

.bg05 .wrap .wrap-inner .text {
  margin: 0 !important;
  text-align: center;
}

.bg05 .wrap .wrap-inner .text .title {
  font-size: 18px !important;
}

.bg05 .wrap .wrap-inner .text .title .t-text {
  font-size: 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 20px;
}

.bg05 .wrap .wrap-inner .text .title .t-text::before {
  position: absolute;
  top: 7px;
  content: '';
  width: 1%;
  height: 1px;
  background: #000;
}

.bg05 .wrap .wrap-inner .info-wrap {
  margin-bottom: 6em;
}

.bg05 .wrap .wrap-inner .info-wrap .info-inner {
  padding: 0 0 15px;
  border-bottom: 1px dotted #5e5f5f;
  margin-bottom: 15px;
  color: #5e5e5f;
}

.bg05 .wrap .wrap-inner .info-wrap .info-inner dt {
  line-height: 2.5;
}

.bg05 .wrap .wrap-inner .info-wrap .info-inner dd {
  line-height: 1.5;
}

dd a {
  text-decoration: none;
  color: #5e5e5f;
}

dd a:hover {
  text-decoration: underline;
}

@media (max-width: 750px) {
  .slider-wrap {
    margin: 30px auto;
  }
}

.slide {
  color: #fff;
  height: 400px;
  margin: 0 20px;
  text-align: center;
}

.slide a {
  text-decoration: none;
  outline: none;
}

.slide a .text-area {
  margin: 15px 8% 0;
  text-align: left;
}

.slide a .text-area h3.title {
  font-size: 12px;
  color: #2c2e2e;
  margin: 0 0 25px;
  position: relative;
}

.slide a .text-area h3.title:before {
  content: '';
  position: absolute;
  top: 23px;
  width: 6%;
  height: 1px;
  background: #2c2e2e;
}

.slide a .text-area p.txt {
  font-size: 10px;
  color: #2c2e2e;
  line-height: 1.7;
}

@media (max-width: 750px) {
  .slide {
    margin: 0;
  }
}

.btn-wrap {
  text-align: center;
}

@media (max-width: 1343px) {
  br.no {
    display: none;
  }
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

/* thumbnail slider */
.works_detail-left #wrap #slider {
  width: 100%;
}

.works_detail-left #wrap #slider .slide-item img {
  width: 100%;
  margin: 0 0 15px;
}

.slick-slide img {
  display: block;
  margin: 0;
}

#thumbnail-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.thumbnail-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  -moz-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

/* animate fixed */
.header-fixed.fixed {
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.header-fixed.fixed .header-inner {
  background: rgba(0, 0, 0, 0.9) !important;
  box-shadow: 1px 1px 15px 1px rgba(255, 255, 255, 0.5);
}

.header-fixed.fixed .box .arrow-wrap {
  position: absolute;
  top: 363px;
}

@media (max-width: 815px) {
  #header .fixed .header-inner .logo {
    z-index: 1000;
  }
  #header .fixed .header-inner .nav-toggle {
    top: 20px;
  }
  #header .fixed .header-inner .nav.active {
    top: -22px;
  }
}

/* header */
#header .header-info {
  background: #000;
  padding: 5px 0;
}

#header .header-info .text {
  color: #fff;
  text-align: right;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 8px;
  letter-spacing: 0.5em;
}

#header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#header .header-inner .logo {
  z-index: 1000;
}

#header .header-inner .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header .header-inner .nav ul li {
  padding-right: 33px;
}

#header .header-inner .nav ul li a {
  display: block;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3em;
}

@media (max-width: 815px) {
  #header .header-inner .nav {
    display: none;
  }
  #header .header-inner .nav.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: block;
    -webkit-animation: fadeIn .3s ease-in 0s 1 normal;
       -moz-animation: fadeIn .3s ease-in 0s 1 normal;
            animation: fadeIn .3s ease-in 0s 1 normal;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #header .header-inner .nav.active ul {
    display: block;
    padding: 69px 0;
  }
  #header .header-inner .nav.active ul li {
    padding: 0 20px;
  }
  #header .header-inner .nav.active ul li a {
    border-bottom: 1px dotted #fff;
    padding: 20px;
    outline: none;
  }
}

@media (max-width: 815px) {
  #header .header-inner .nav-toggle {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 30px;
    display: block;
    background: #fff;
    z-index: 100;
    cursor: pointer;
  }
  #header .header-inner .nav-toggle.open {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #header .header-inner .nav-toggle.open::before {
    content: 'CLOSE';
    position: absolute;
    top: 4px;
    right: 40px;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
  }
  #header .header-inner .nav-toggle.open div span.border:nth-of-type(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header .header-inner .nav-toggle.open div span.border:nth-of-type(2) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #header .header-inner .nav-toggle::before {
    content: 'MENU';
    position: absolute;
    top: 4px;
    right: 40px;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
  }
  #header .header-inner .nav-toggle div {
    position: relative;
    cursor: pointer;
  }
  #header .header-inner .nav-toggle div span.border {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #fff;
  }
  #header .header-inner .nav-toggle div span.border:nth-of-type(1) {
    top: 0;
  }
  #header .header-inner .nav-toggle div span.border:nth-of-type(2) {
    top: 15px;
  }
}

@media (min-width: 815px) {
  #header .header-inner .nav-toggle {
    display: none;
  }
}

#header .icon-mail {
  text-align: right;
}

#header .icon-mail .frame {
  display: inline-block;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  margin: 20px;
}

#header .icon-mail .frame img {
  margin: 20px;
  opacity: 0.7;
}

@media (max-width: 815px) {
  #header .icon-mail {
    display: none;
  }
}

#header .h-title {
  position: relative;
}

#header .h-title .title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5em;
  position: absolute;
  top: 5em;
  left: 5em;
}

@media (max-width: 750px) {
  #header .h-title .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
       -moz-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    font-size: 7vw;
    width: 78%;
    letter-spacing: 0.3em;
  }
}

@media (max-width: 750px) {
  #header .h-title {
    position: static;
  }
}

#header .box .arrow-wrap {
  position: absolute;
  right: 0;
  top: 75%;
  height: 150px;
}

#header .box .arrow-wrap .arrow-inner p {
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  text-align: end;
  letter-spacing: 0.3em;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
          transform: rotate(90deg);
}

#header .box .arrow-wrap .arrow-inner .arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

#header .box .arrow-wrap .arrow-inner .arrow:before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
     -moz-animation: arrow 2.5s ease 0s infinite normal;
          animation: arrow 2.5s ease 0s infinite normal;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
            transform: translate3d(-50%, 100px, 0);
  }
}

@-moz-keyframes arrow {
  0% {
    -moz-transform: translate3d(-50%, 0, 0);
         transform: translate3d(-50%, 0, 0);
  }
  60% {
    -moz-transform: translate3d(-50%, 0, 0);
         transform: translate3d(-50%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-50%, 100px, 0);
         transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
       -moz-transform: translate3d(-50%, 100px, 0);
            transform: translate3d(-50%, 100px, 0);
  }
}

@media (max-width: 750px) {
  #header .box .arrow-wrap {
    display: none;
  }
}

.header-bg {
  background-image: url(./images/front/mainvisual.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 640px;
  position: relative;
}

@media (max-width: 750px) {
  .header-bg .header-bg {
    background-image: url(./images/front/sp/sp-mainvisual.jpg);
    height: 1040px;
  }
}

/* front-page main */
.front-container .front-contents .sec .wrap .wrap-inner {
  padding-top: 6em;
}

.front-container .front-contents .sec .wrap .wrap-inner .text .title {
  line-height: 1.5;
  margin: 0 0 20px;
}

.front-container .front-contents .sec .wrap .wrap-inner .text .title .t-text {
  font-size: 36px;
}

@media (max-width: 750px) {
  .front-container .front-contents .sec .wrap .wrap-inner .text .title .t-text {
    font-size: 7vw;
  }
}

.front-container .front-contents .sec .wrap .wrap-inner .text .content {
  font-size: 12px;
  line-height: 1.7;
}

.front-container .front-contents .sec .wrap .wrap-inner .text .content .middle {
  display: inline-block;
  margin: 20px 0;
}

.front-container .front-contents .sec .wrap .wrap-inner .text .btn-link {
  margin-top: 30px;
}

.front-container .front-contents .sec .wrap .wrap-inner .text .btn-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  padding: 20px 30px;
  border-radius: 30px;
  font-size: 10px;
  color: #2d2e2e;
  border: 1px solid #000;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.front-container .front-contents .sec .wrap .wrap-inner .text .btn-link a:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-0.5875em);
     -moz-transform: translateY(-0.5875em);
          transform: translateY(-0.5875em);
}

.front-container .front-contents .sec .wrap .wrap-inner .text .btn-link a .stickarrow {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg);
     -moz-transform: skew(45deg);
          transform: skew(45deg);
}

/* concept-page main */
.concept-container .concept-contents #concept01 {
  margin: 100px 0;
}

.concept-container .concept-contents #concept01 .h-title {
  line-height: 1.5;
  text-align: center;
}

.concept-container .concept-contents #concept01 .h-title .title {
  font-size: 36px;
}

.concept-container .concept-contents #concept01 .h-title .txt {
  font-size: 14px;
}

.concept-container .concept-contents #concept02 {
  background-image: url(./images/concept/concept-bg01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 628px;
}

.concept-container .concept-contents #concept02 .c-text {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.3em;
}

.concept-container .concept-contents #concept03 {
  background-image: url(./images/concept/concept-bg02.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 628px;
}

.concept-container .concept-contents #concept04 {
  background-image: url(./images/concept/concept-bg03.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 628px;
}

.concept-container .concept-contents #concept05 {
  background-image: url(./images/concept/concept-bg04.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 628px;
}

.concept-container .concept-contents #concept06 {
  background-image: url(./images/concept/concept-bg05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1046px;
}

.concept-container .concept-contents #concept06 .c-text {
  color: #040000;
}

.concept-container .concept-contents #concept06 .c-text .text-middle {
  margin: 50px 0 50px;
  display: inline-block;
}

.concept-container .concept-contents #concept03 .c-text .pc {
    display: block;
}
.concept-container .concept-contents #concept03 .c-text .sp {
    display: none;
}
.concept-container .concept-contents #concept04 .c-text .pc {
    display: block;
}
.concept-container .concept-contents #concept04 .c-text .sp {
    display: none;
}
.concept-container .concept-contents #concept05 .c-text .pc {
    display: block;
}
.concept-container .concept-contents #concept05 .c-text .sp {
    display: none;
}
.concept-container .concept-contents #concept06 .c-text .pc {
    display: block;
}
.concept-container .concept-contents #concept06 .c-text .sp {
    display: none;
}

@media (max-width: 750px) {
  .concept-container .concept-contents #concept03 .c-text .text-middle {
    margin: auto;
    display: block;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept03 .c-text {
    font-size: 3.75vw;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept03 .c-text .sp {
    display: block;
  }
  .concept-container .concept-contents #concept03 .c-text .pc {
    display: none;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept04 .c-text .text-middle {
    margin: auto;
    display: block;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept04 .c-text {
    font-size: 3.75vw;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept04 .c-text .sp {
    display: block;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept05 .c-text .text-middle {
    margin: auto;
    display: block;
  }
  .concept-container .concept-contents #concept05 .c-text .sp {
    display: block;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept05 .c-text {
    font-size: 3.75vw;
  }
}
@media (max-width: 750px) {
  .concept-container .concept-contents #concept05 .c-text .sp {
    display: block;
  }
}

@media (max-width: 750px) {
  .concept-container .concept-contents #concept06 .c-text .text-middle {
    margin: auto;
    display: block;
  }
  .concept-container .concept-contents #concept06 .c-text .sp {
    display: block;
  }
}

@media (max-width: 750px) {
  .concept-container .concept-contents #concept06 .c-text {
    font-size: 3.75vw;
  }
}

@media (max-width: 750px) {
  .concept-container .concept-contents #concept06 {
    height: 250vw;
  }
  /*.concept-container .concept-contents #concept06 .c-text .sp {
    display: none;
  }*/
}

.concept-container .concept-contents .sec {
  position: relative;
}

.concept-container .concept-contents .sec .c-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.5em;
  text-align: center;
  line-height: 2.5;
  width: 90%;
}

/* works_list-page main */
#works_list-bg {
  background-image: url(./images/works_list/works_list_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: -98px;
  padding: 15em 0 5em;
}

/* works_list-page main */
.works_list-container .works_list-contents #works {
  margin: 100px 0;
}

.works_list-container .works_list-contents #works .h-title {
  line-height: 1.5;
  text-align: center;
}

.works_list-container .works_list-contents #works .h-title .title {
  font-size: 36px;
}

.works_list-container .works_list-contents #works .h-title .txt {
  font-size: 14px;
}

.works_list-container .works_list-contents #works-wrap .works-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

@media (max-width: 750px) {
  .works_list-container .works_list-contents #works-wrap .works-inner {
    display: block;
  }
}

.works_list-container .works_list-contents #works-wrap .works-inner .works-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  outline: none;

}

.works_list-container .works_list-contents #works-wrap .works-inner .works-box a {
  display: block;
  text-decoration: none;
  outline: none;
}

.works_list-container .works_list-contents #works-wrap .works-inner .works-box .w-img img {
  width: 90%;
  width: 480px;
  height: 370px;
  object-fit: cover;
  margin: 0 auto;
}

.works_list-container .works_list-contents #works-wrap .works-inner .works-box .text-area {
  margin: 15px 5% 70px;
  text-align: left;
}

@media (max-width: 750px) {
  .works_list-container .works_list-contents #works-wrap .works-inner .works-box .text-area {
    margin: 15px 5% 30px;
  }
}

.works_list-container .works_list-contents #works-wrap .works-inner .works-box .text-area .title {
  font-size: 12px;
  color: #2c2e2e;
  margin: 0 0 25px;
  position: relative;
}

.works_list-container .works_list-contents #works-wrap .works-inner .works-box .text-area .title:before {
  content: '';
  position: absolute;
  top: 23px;
  width: 6%;
  height: 1px;
  background: #2c2e2e;
}

.works_list-container .works_list-contents #works-wrap .works-inner .works-box .text-area .text {
  font-size: 10px;
  color: #2c2e2e;
  line-height: 1.7;
  margin: auto;
}

.works_list-container .works_list-contents .works-more {
  display: none;
  text-align: center;
}

.works_list-container .works_list-contents .works-more .works-more-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.works_list-container .works_list-contents .works-more .works-more-inner .more-link a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #5d5e5f;
  color: #5d5e5f;
  padding: 35px 90px;
  margin: 0 auto;
  text-align: center;
}

.works_list-container .works_list-contents .works-more .works-more-inner .more-link a .fas {
  position: relative;
  left: 10px;
  font-size: 15px;
  color: #5d5e5f;
  -webkit-text-stroke-width: 0.1px;
}

/* works_detail-page main */
#works_detail-bg {
  background-image: url(./images/works_detail/works_detail_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: -98px;
  padding: 7em 0 5em;
}

@media (max-width: 815px) {
  #works_detail-bg {
    top: 0;
  }
}

/* works_detail-page main */
.works_detail-container .works_detail-contents .works_detail-blc {
  max-width: 1000px;
  margin: 0 auto 150px;
  padding: 0 15px;
}

.works_detail-container .works_detail-contents .works_detail-blc .works_detail-left {
    float: left;
    width: 50%;
}

@media (max-width: 750px) {
    .works_detail-container .works_detail-contents .works_detail-blc .works_detail-left {
    display: block;
    float: none;
    width: auto;
  }
}

.works_detail-container .works_detail-contents .works_detail-blc .works_detail-left .thumbnail {
  display: block;
  margin: 0 0 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

@media (max-width: 750px) {
  .works_detail-container .works_detail-contents .works_detail-blc .works_detail-left {
    display: block;
  }
  .works_detail-container .works_detail-contents .works_detail-blc .works_detail-left .thumbnail img {
    width: 95%;
  }
}

.works_detail-container .works_detail-contents .works_detail-blc .works_detail-right {
  float: right;
  width: 48%;
}

@media (max-width: 750px) {
    .works_detail-container .works_detail-contents .works_detail-blc .works_detail-right {
    float: none;
    width: auto;
    text-align: left;
  }
}

.works_detail-container .works_detail-contents .works_detail-blc .works_detail-right .title {
  font-size: 24px;
}

.works_detail-container .works_detail-contents .works_detail-blc .works_detail-right .txt {
  position: relative;
  font-size: 14px;
  display: block;
  margin: 15px 0 30px;
}

.works_detail-container .works_detail-contents .works_detail-blc .works_detail-right .txt:before {
  content: '';
  position: absolute;
  top: 25px;
  width: 5%;
  height: 1px;
  background: #000;
}

.works_detail-container .works_detail-contents .works_detail-blc .works_detail-right .content {
  font-size: 14px;
  line-height: 1.7;
}

.works_detail-container .works_detail-contents #works .wrap .wrap-inner .text {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.works_detail-container .works_detail-contents #works .wrap .wrap-inner .text .t-text {
  font-size: 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}

.works_detail-container .works_detail-contents #works .wrap .wrap-inner .text .t-text:before {
  position: absolute;
  top: 7px;
  content: '';
  width: 1%;
  height: 1px;
  background: #000;
}

/* about-page main */
.about-container .about-contents .about-wrap .h-title {
  margin: 100px auto 100px;
  line-height: 1.5;
  text-align: center;
}

.about-container .about-contents .about-wrap .h-title .title {
  font-size: 36px;
}

.about-container .about-contents .about-wrap .h-title .text {
  font-size: 14px;
}

.about-container .about-contents .about-wrap .about-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-container .about-contents .about-wrap .about-inner .about-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.about-container .about-contents .about-wrap .about-inner .about-info .about-list tr {
  font-size: 12px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.about-container .about-contents .about-wrap .about-inner .about-info .about-list tr th {
  width: 25%;
  text-align: right;
  padding: 0 10px;
}

@media (max-width: 750px) {
  .about-container .about-contents .about-wrap .about-inner .about-info .about-list tr th {
    display: block;
    width: auto;
    text-align: left;
    padding: 20px 15px;
  }
}

.about-container .about-contents .about-wrap .about-inner .about-info .about-list tr td {
  width: 55%;
  line-height: 2.5;
  padding: 20px 15px;
}

@media (max-width: 750px) {
  .about-container .about-contents .about-wrap .about-inner .about-info .about-list tr td {
    display: block;
    width: auto;
    padding: 20px 15px;
  }
}

.about-container .about-contents .about-wrap .about-inner .about-map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.about-container .about-contents .about-wrap .about-inner .about-map .sp { display: none; }
@media (max-width: 750px) {
.about-container .about-contents .about-wrap .about-inner .about-map .pc { display: none; }
.about-container .about-contents .about-wrap .about-inner .about-map .sp { display: block; }
}
.about-container .about-contents .about-wrap .about-inner .about-map .about-map-link {
    margin-top: 40px;
  text-align: center;
}

.about-container .about-contents .about-wrap .about-inner .about-map .about-map-link a {
  font-size: 12px;
  text-decoration: none;
  background: #515f5b;
  color: #fff;
  padding: 15px 90px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.about-container .about-contents .about-wrap .about-inner .about-map .about-map-link a:hover {
  border-radius: 20px;
}

.about-container .about-contents .about-wrap .about-inner .about-map .about-map-link a .fas {
  position: relative;
  left: 10px;
  font-size: 10px;
  -webkit-text-stroke-width: 0.1px;
}
/*.about-container .about-contents .about-wrap .about-inner .about-map .iframe {
  width: 100%;
}*/

@media (max-width: 750px) {
  .about-container .about-contents .about-wrap .about-inner {
    display: block;
  }
  .about-container .about-contents .about-wrap .about-inner .about-info .about-list {
    width: 100%;
  }
}

.about-container .about-contents .links {
  padding: 100px 0;
  background: #f5f6df;
}

.about-container .about-contents .links .links-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.about-container .about-contents .links .links-inner .text {
  text-align: center;
  line-height: 1.5;
  margin: 0 0 40px;
}

.about-container .about-contents .links .links-inner .text .title {
  font-size: 18px;
}

.about-container .about-contents .links .links-inner .text .t-text {
  font-size: 10px;
}

.about-container .about-contents .links .links-inner .links-blc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  padding: 0 0 50px;
}

.about-container .about-contents .links .links-inner .links-blc .link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-decoration: none;
}

.about-container .about-contents .links .links-inner .links-blc .link .name {
  font-size: 10px;
  text-decoration: none;
  margin: 10px 0;
}

@media (max-width: 750px) {
  .about-container .about-contents .links .links-inner .links-blc .link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0 0 30px;
  }
  .about-container .about-contents .links .links-inner .links-blc .link .thumbnail img {
    width: 100%;
  }
}
/* privacy-page main */
.privacy-container .privacy-contents .privacy-wrap .h-title {
  line-height: 1.5;
  text-align: center;
  margin: 100px auto;
}

.privacy-container .privacy-contents .privacy-wrap .h-title .title {
  font-size: 36px;
}

.privacy-container .privacy-contents .privacy-wrap .h-title .text {
  font-size: 14px;
}

.privacy-container .privacy-contents .privacy-wrap .privacy-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
}

.privacy-container .privacy-contents .privacy-wrap .privacy-inner .privacy-info .privacy-list {
  width: 100%;
}

.privacy-container .privacy-contents .privacy-wrap .privacy-inner .privacy-info .privacy-list tr {
  font-size: 12px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.privacy-container .privacy-contents .privacy-wrap .privacy-inner .privacy-info .privacy-list tr th {
  width: 25%;
  line-height: 2.5;
  text-align: right;
  padding: 20px 15px;
}

@media (max-width: 750px) {
  .privacy-container .privacy-contents .privacy-wrap .privacy-inner .privacy-info .privacy-list tr th {
    width: auto;
    display: block;
    text-align: left;
  }
}

.privacy-container .privacy-contents .privacy-wrap .privacy-inner .privacy-info .privacy-list tr td {
  width: 75%;
  line-height: 2.5;
  padding: 20px 15px;
}

@media (max-width: 750px) {
  .privacy-container .privacy-contents .privacy-wrap .privacy-inner .privacy-info .privacy-list tr td {
    width: auto;
    display: block;
    text-align: left;
  }
}

.privacy-container .privacy-contents .contact .contact-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 150px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #e9e9e9;
}

.privacy-container .privacy-contents .contact .contact-inner .contact-info {
  text-align: center;
}

.privacy-container .privacy-contents .contact .contact-inner .contact-info .c-title {
  position: relative;
}

.privacy-container .privacy-contents .contact .contact-inner .contact-info .c-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 40%;
  height: 0.2px;
  margin-top: 20px;
  background: #a5a5a5;
}

.privacy-container .privacy-contents .contact .contact-inner .contact-info .c-text {
  font-size: 14px;
  margin: 35px 0;
  line-height: 2.0;
  letter-spacing: 0.2em;
}

.privacy-container .privacy-contents .contact .contact-inner .contact-info .c-link {
  font-size: 12px;
  display: block;
  padding: 20px;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  background: #515f5b;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* infomation_list-page main */
.infomation_list-container .infomation_list-contents .infomation_list-wrap .h-title {
  line-height: 1.5;
  text-align: center;
  margin: 100px auto;
}

.infomation_list-container .infomation_list-contents .infomation_list-wrap .h-title .title {
  font-size: 36px;
}

.infomation_list-container .infomation_list-contents .infomation_list-wrap .h-title .text {
  font-size: 14px;
}

.infomation_list-container .infomation_list-contents .infomation_list-wrap .infomation_list-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
}

.infomation_list-container .infomation_list-contents .infomation_list-wrap .infomation_list-inner .infomation_list-info {
  line-height: 1.7;
  margin: 0 0 20px;
}

.infomation_list-container .infomation_list-contents .infomation_list-wrap .infomation_list-inner .infomation_list-info:nth-last-of-type(1) {
  margin: auto;
}

.infomation_list-container .infomation_list-contents .infomation_list-wrap .infomation_list-inner .infomation_list-info dd {
  padding: 0 0 10px;
  border-bottom: 1px dotted #5e5f5f;
}

/* contact-page main */
.contact-container .contact-contents .contact-wrap .h-title {
  line-height: 1.5;
  text-align: center;
  margin: 100px auto;
}

.contact-container .contact-contents .contact-wrap .h-title .title {
  font-size: 36px;
}

.contact-container .contact-contents .contact-wrap .h-title .text {
  font-size: 14px;
}

.contact-container .contact-contents .contact-wrap .contact-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.contact-container .contact-contents .contact-wrap .contact-inner .required {
  color: #f15a24;
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list {
  border-collapse: collapse;
  width: 100%;
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr {
  text-align: left;
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr th {
  width: 30%;
  padding: 20px 0 20px;
}

@media (max-width: 1051px) {
  .contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr th {
    display: block;
    width: auto;
  }
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr .contact {
  vertical-align: top;
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td {
  padding: 20px 0 20px;
}

.contact-list tr td .form {
  padding: 0 0 5px;
}

.contact-list tr td .form .zip .box_short {
  width: auto;
}

.contact-list tr td .wpcf7-form-control-wrap .wpcf7-textarea,
.contact-list tr td .wpcf7-form-control-wrap .wpcf7-text,
.contact-list tr td .wpcf7-form-control-wrap .wpcf7-form-control
 {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aab8be;
}

.contact-list tr td select,
.contact-list tr td input,
.contact-list tr td textarea
 {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aab8be;
}


.contact-list tr td input.zip-area
 {
  width: 20%;
}

.btn_submit input {
  display: inline-block;
  padding: 15px 90px;
  margin: 0 auto 100px;
  color: #fff;
  background: #515f5b;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  outline: none;
}

.mw_wp_form_preview .btn_submit input {
  display: inline-block;
  padding: 15px 90px;
  margin: 0 auto 100px;
  color: #fff;
  background: #515f5b;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  outline: none;
}

@media (max-width: 353px) {
.contact-list tr td select,
.contact-list tr td input,
.contact-list tr td textarea  {
  width: auto;
}
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td .form .zip {
  padding-right: 10px;
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td .form .zip .box_short {
  padding: 10px;
}

.contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td .menu-631 .wpcf7-select {
  width: 50%;
  padding: 10px;
}

/* @media (max-width: 1051px) {
  .contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td .menu-631 .wpcf7-select {
    width: 100%;
  }
} */

@media (max-width: 1051px) {
  .contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td .form-ac .size {
    width: 100%;
  }
}

/* @media (max-width: 353px) {
  .contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td .form-ac .size {
    width: 95%;
  }
} */

@media (max-width: 1051px) {
  .contact-container .contact-contents .contact-wrap .contact-inner .contact-list tr td {
    display: block;
    width: auto;
  }
}

.contact-container .contact-contents .contact-wrap .contact-inner .inforule .info {
  font-size: 18px;
  text-align: center;
  margin: 100px 0 50px;
}

.contact-container .contact-contents .contact-wrap .contact-inner .inforule .info-txt {
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
}

.contact-container .contact-contents .contact-wrap .contact-inner .inforule .info-company {
  text-align: right;
  margin: 45px 0;
}

@media (max-width: 1051px) {
  .contact-container .contact-contents .contact-wrap .contact-inner .inforule .info-company {
    text-align: center;
  }
}

.contact-container .contact-contents .contact-wrap .contact-inner .form_policy p {
  text-align: center;
  margin: 0 0 50px;
}

.contact-container .contact-contents .contact-wrap .contact-inner .btn_submit {
  text-align: center;
}

.contact-container .contact-contents .contact-wrap .contact-inner .btn_submit .wpcf7-submit {
  display: block;
  padding: 15px 90px;
  margin: 0 auto 100px;
  color: #fff;
  background: #515f5b;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  outline: none;
}

.contact-container .contact-contents .contact-wrap .contact-inner .pr {
  text-align: center;
  margin: 0 0 30px;
}

.form-width {
  max-width: 100% !important;
  width: 100% !important;
}

span.wpcf7-not-valid-tip {
padding: 10px 0;
}

/* footer */
#footer {
  padding: 30px 0 0;
  background: #fcecf2;
}

#footer .footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

#footer .footer-inner:nth-of-type(2n).footer-inner {
  margin-top: 50px;
  margin-bottom: 25px;
}

#footer .footer-inner:nth-of-type(2n).footer-inner .group .g-link {
  font-size: 10px;
  margin-bottom: 5px;
  color: #6b6b6b;
}

#footer .footer-inner:nth-of-type(2n).footer-inner div.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
	width: 33%;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}
@media (max-width: 750px) {
	#footer .footer-inner:nth-of-type(2n).footer-inner div.sns {
		width: 100%;
	}
}
#footer .footer-inner:nth-of-type(2n).footer-inner ul.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin-bottom: 30px;
}
#footer .footer-inner:nth-of-type(2n).footer-inner .sns li a {
  display: block;
  margin: 0 5px;
}

#footer .footer-inner:nth-of-type(2n).footer-inner .f-info {
  text-align: right;
}

#footer .footer-inner:nth-of-type(2n).footer-inner .f-info .f-logo img {
  text-align: right;
  display: inline-block;
}

#footer .footer-inner:nth-of-type(2n).footer-inner .f-info .f-address {
  margin: 10px 0;
  font-size: 11px;
  color: #6b6b6b;
}

#footer .footer-inner:nth-of-type(2n).footer-inner .f-info .f-tel {
  font-size: 11px;
  color: #6b6b6b;
}
#footer .footer-inner .group {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: space-between;
	width: 33%;
}
@media (max-width: 1000px) {
	#footer .footer-inner .group {
		display: block;
	}
}
@media (max-width: 750px) {
	#footer .footer-inner .group {
		width: 100%;
	}
}
#footer .footer-inner .group dl {
	width: 46%;
	margin: 0;
}
@media (max-width: 1000px) {
	#footer .footer-inner .group dl {
		width: 60%;
		margin: 0 auto;
	}
	#footer .footer-inner .group dl dt {
		text-align: center;
	}
}
@media (max-width: 750px) {
	#footer .footer-inner .group dl {
		width: 100%;
	}
}
#footer .footer-inner .group dl dd {
	margin: 0;
}
#footer .footer-inner .group dl dd figure {
	margin: 0;
}
#footer .footer-inner .group dl dd figure img {
	width: 100%;
}
#footer .footer-inner .group dl.worldSpace dd a figure {
	margin-top: 10px;
}
@media (max-width: 1000px) {
	#footer .footer-inner .group dl.worldSpace {
		margin-bottom: 30px;
	}
}
@media (max-width: 750px) {
	#footer .footer-inner .group dl.saikaen,
	#footer .footer-inner .group dl.worldSpace {
		width: 150px;
	}
}
#footer .footer-inner .group dl.saikaen dd a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	transition: 0.3s;
}
#footer .footer-inner .group dl.saikaen dd a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#footer .footer-inner .group dl.saikaen dd a img:hover {
	opacity: 1;
}
#footer .footer-inner .group dl.saikaen dd a figure {
	width: 30px;
}
#footer .footer-inner .group dl.saikaen dd a div {
	width: calc(100% - 30px);
}
#footer .footer-inner .group dl.saikaen dd a div p {
	margin: 0;
	line-height: 1;
	text-align: center;
}
#footer .footer-inner .group dl.saikaen dd a div p:first-of-type {
	margin-bottom: 5px;
	font-size: 16px;
}
#footer .footer-inner .group dl.saikaen dd a div p:first-of-type span {
	font-size: 12px;
}
#footer .footer-inner .group dl.saikaen dd a div p:last-of-type {
	font-size: 10px;
}
@media (max-width: 750px) {
  #footer .footer-inner:nth-of-type(2n).footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    text-align: center;
  }
  #footer .footer-inner:nth-of-type(2n).footer-inner .sns {
    margin: 20px;
  }
	@media (max-width: 750px) {
		#footer .footer-inner:nth-of-type(2n).footer-inner .sns {
			width: 100%;
		}
	}
  #footer .footer-inner:nth-of-type(2n).footer-inner .f-info {
    text-align: center;
  }
}

#footer .footer-inner .footer-nav .f-gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-inner .footer-nav .f-gnavi li {
  margin-right: 20px;
}

#footer .footer-inner .footer-nav .f-gnavi li a {
  font-size: 9px;
  color: #888988;
  text-decoration: none;
}

@media (max-width: 833px) {
  #footer .footer-inner .footer-nav {
    display: none;
  }
}

#footer .footer-inner .footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-inner .footer-btn .contact-btn a {
  color: #fff;
  text-decoration: none;
  background: #de97aa;
  padding: 15px 25px;
  border-radius: 30px;
  width: 130px;
  display: block;
  text-align: center;
  background-image: url(../images/fmail-icon.png);
  background-repeat: no-repeat;
  background-position: left 26px center;
  height: 15px;
}

#footer .footer-inner .footer-btn .tel {
  margin-left: 5px;
}

#footer .footer-inner .footer-btn .tel a {
  color: #fff;
  text-decoration: none;
  background: #9aafd8;
  padding: 15px 25px;
  border-radius: 30px;
  width: 130px;
  display: block;
  text-align: center;
  background-image: url(../images/tel-icon.png);
  background-repeat: no-repeat;
  background-position: left 26px center;
  height: 15px;
}

@media (max-width: 750px) {
  #footer .footer-inner .footer-btn .tel {
    margin-left: 10px;
  }
}

@media (max-width: 833px) {
  #footer .footer-inner .footer-btn {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 450px) {
  #footer .footer-inner .footer-btn {
    display: block;
    width: 80%;
  }
  #footer .footer-inner .footer-btn .contact-btn a {
    width: auto;
    background-image: none;
    margin: 0 0 10px;
  }
  #footer .footer-inner .footer-btn .tel {
    margin: 0;
  }
  #footer .footer-inner .footer-btn .tel a {
    width: auto;
    background-image: none;
  }
}

#footer .copyright {
  font-size: 10px;
  color: #6b6b6b;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e6dcdf;
}

/*# sourceMappingURL=style.css.map */
