@charset "UTF-8";

/*========================================
   General
  ========================================*/
@import url(notosansjp.css);

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap");

* {
  box-sizing: border-box;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  background: #2d2c2c;
}

ul {
  flex-direction: column;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
img {
  vertical-align: middle;
}
.mt3 {
  margin-top: 3rem;
}
.viewmore {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.viewmore a {
  display: block;
  padding: 1.5rem 1rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.viewmore:hover {
  background-color: #fff;
  border-color: #fff;
}
.viewmore a:hover {
  color: #2d2c2c;
}

.viewmore::before,
.viewmore::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.viewmore::before {
  top: 0;
}
.viewmore::after {
  bottom: 0;
}
.viewmore:hover::before,
.viewmore:hover::after {
  height: 0;
  background-color: #59b1eb;
}

.viewmore,
.viewmore::before,
.viewmore::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.br {
  display: block;
}
.br_pc {
  display: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*========================================
   Container
  ========================================*/
#container {
  margin: 0 auto;
}
/*========================================
   Header
  ========================================*/
header {
  background: #ae9d8d;
}
.companyName {
  font-size: 0.8rem;
}
/*========================================
   Menu
  ========================================*/
header {
  width: 100%;
  top: 0;
  height: 60px;
  position: absolute;
  z-index: 100;
}
header #headerBox {
  margin: 0 15px;
  justify-content: center;
}
header #headerBox h1 {
  display: inline-block;
  margin-top: 15px;
}
header #headerBox h1 img {
  margin-right: 10px;
  width: 150px;
}
header #headerBox h1 .companyName span {
  font-weight: 500;
  font-size: 1rem;
  margin-top: -5px;
  display: block;
}
header #headerBox nav {
  position: fixed;
  /*    top: 25vh;*/
  /*    top: 203px;*/
  top: 233px;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;
}
header #headerBox nav ul {
  width: 100%;
  position: absolute;
  /*    top: -5px;*/
  /*    top: 38px;*/
  transform: translateY(-50%);
  flex-direction: column;
  align-items: flex-start;
  background: #ae9d8d;
}
header #headerBox nav ul li {
  border-top: 1px solid #fff;
}
header #headerBox nav ul li:last-child {
  border-bottom: 1px solid #fff;
}
header #headerBox nav ul li a {
  color: #2d2c2c;
  padding: 20px;
  display: block;
}
.btn-trigger {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 30px;
  height: 28px;
  transform: translateY(-50%);
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 12px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
#btn.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
#btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn-bar02 0.8s forwards;
}
@keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}
#btn.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.sticky {
  position: fixed;
  top: 0;
}

/*========================================
   Contents
  ========================================*/
.general {
  margin: 0 auto 3rem;
}
.general h1,
.general h2 {
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  text-align: center;
  line-height: 0.75;
  letter-spacing: 6px;
  margin-bottom: 3rem;
  font-weight: 400;
}
.general h1:first-letter,
.general h2:first-letter {
  font-size: 4rem;
  font-weight: 300;
}
.general h1 span,
.general h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
#slick-main {
  margin-top: 60px;
  margin-bottom: 3rem;
}

#slick-main .slick-slide {
  opacity: 1 !important;
}
#slick-main .slideobject {
  opacity: 0;
  transition: 0s;
}
#slick-main .slick-active .slideobject {
  opacity: 1;
  transition: ease 5s;
}
#slick-main .slick-continue .slideobject {
  opacity: 0;
  transition: ease 5s;
}
#slick-main figure.image {
  transform: scale(1.4, 1.4);
  transition: 0s;
}
#slick-main .slick-active figure.image {
  transform: scale(1.1, 1.1);
  transition: ease 10s;
}
#slick-main .slick-continue figure.image {
  transform: scale(1.2, 1.2);
  transition: ease 10s;
}

.slideobject {
  padding-top: 50%;
  min-height: 300px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  vertical-align: bottom;
}
.slideobject figure.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slideobject figure.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideobject figure.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#slide {
  position: relative;
}
#slide .textBox {
  line-height: 1.5em;
  margin: auto;
  position: absolute;
  z-index: 20;
  /*	top: 12%;*/
  top: 20%;
  left: 5%;
  /*	right: 0;*/
  bottom: 0;
  color: #fff;
  overflow: hidden;

  text-shadow: 3px 3px 10px #111;
  line-height: 1.4;
  letter-spacing: 2px;
}
#slide .textBox h2 {
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
}
#slide .textBox p {
  margin-top: 0.75rem;
  font-size: 0.65rem;
  letter-spacing: 3px;
  line-height: 1.75;
}

#newsBox {
  margin: 0 auto;
}
#newsList {
  margin: 1rem 0 2rem;
}
#newsList li {
  width: 90%;
  margin: 0 auto 1rem;
}
#newsList li:last-child {
  margin: 0 auto;
}

.general .textBox {
  background: #323260;
  padding: 2rem 1rem;
  margin: 0 auto;
  text-align: center;
}
.general .textBox h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.general .textBox p {
  margin-bottom: 1rem;
}

#tconcept .textBox {
  background: rgba(51, 51, 102, 0.9);
}
#works .textBox {
  background: #606032;
}

#tconcept .viewmore a:hover {
  color: #323260;
}
#works .viewmore a:hover {
  color: #606032;
}

#contact {
  background: #452f22;
  padding: 3rem 0 0;
}
#contactBox {
  background: url(../images/contact1.jpg) no-repeat center;
  background-size: cover;
  padding: 2rem 0;
  text-align: center;
  position: relative;
}
#contactBox::after{
  content: "";
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}
#contactBox .inner{
  position: relative;
  z-index: 2;
}

#contact p {
  margin-bottom: 2rem;
}

#key {
  margin-top: 60px;
  margin-bottom: 105px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#key h1 {
  margin: 30px 0;
}

/*========================================
   News
  ========================================*/
#news #key {
  background: url(../images/mainvisual_news.png) no-repeat center;
  background-size: cover;
}
ul#newsArchive {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
ul#newsArchive > li {
  border-top: 2px solid #fff;
  padding: 35px 0 65px;
}
ul#newsArchive > li:last-child {
  padding-bottom: 110px;
}
ul#newsArchive li h2 {
  width: 90%;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
  font-size: 18px;
  text-align: left;
  margin: 0 auto 40px;
  letter-spacing: 0;
  line-height: 1;
}
ul#newsArchive li h2:first-letter {
  font-size: 18px;
}
ul#newsArchive li .newsContents {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
ul#newsArchive li .newsContents img {
  min-height: 375px;
  margin-bottom: 1rem;
}
ul#newsArchive li .newsContents .text {
  width: 90%;
  margin: 0 auto;
  line-height: 1.65;
}
ul#newsArchive li .newsContents .text p {
  margin-bottom: 20px;
}
ul#newsArchive li .newsContents .text p:last-child {
  margin-bottom: 0;
}
ul#newsArchive li .newsContents .text ul {
  margin-top: 25px;
}
ul#newsArchive li .newsContents .text ul li {
  list-style: none;
  text-indent: -12px;
  padding-left: 12px;
}
ul#newsArchive li .newsContents .text ul li::before,
.concept03 li::before,
.step ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.pageNation {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.newsContents .text a,
.pageNation a {
  transition: 300;
}
.newsContents .text a:hover,
.pageNation a:hover {
  border-bottom: 2px solid #fff;
}

/*========================================
   Concept
  ========================================*/
#concept #key {
  background: url(../images/mainvisual_concept.png) no-repeat center;
  background-size: cover;
}
#concept #conceptBox {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
#concept #conceptBox:before {
  padding-top: 0;
}
#concept #conceptBox h2 {
  font-size: 45px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}
#concept #conceptBox h2::first-letter {
  font-size: 45px;
}
#concept #conceptBox p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.concept01 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 75px;
  flex-direction: column;
}
.concept01 p {
  margin: 40px 0 0;
}
#concept #conceptBox img {
  width: 90%;
  max-width: 400px;
  margin: 2rem auto 0;
}
.concept02 {
  width: 90%;
  margin: 0 auto 55px;
}
.concept02 p {
  margin-bottom: 40px;
}
.concept02 img {
  margin: 0 auto;
  display: block;
}
.concept03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 40px 0;
  position: relative;
  margin-bottom: 80px;
}
.concept03::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 37%;
  bottom: -55px;
  border-top: 55px solid #fff;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
}
.concept03::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 37%;
  bottom: -52px;
  border-top: 55px solid #2d2c2c;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
}
.concept03 ul {
  width: 90%;
  margin: 0 auto;
}

.concept03 h3,
#concept h4,
.flow h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.concept03 li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}
.concept03 li::before,
.step ul li::before {
  top: -5px;
}
#concept h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 85px;
}
.flow {
  width: 90%;
  margin: 0 auto;
}
.flow h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
.flow > ul {
  max-width: 900px;
  margin: 0 auto;
}
.flow ul {
  font-size: 18px;
  text-align: center;
}
.flow ul.test > li:after {
  content: url(../images/icon_next.gif);
  display: block;
  text-align: center;
  margin: 45px 0;
}
.flow ul.test > li:last-child:after {
  content: none;
}
.flow .stepicon {
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
}
#concept #conceptBox .flow .textBox {
  flex-basis: 70%;
  background: none;
  text-align: left;
}
#concept #conceptBox .flow .textBox p {
  font-size: 22px;
  font-weight: 400;
}
#concept #conceptBox .flow .textBox p.caution {
  font-size: 16px;
  font-weight: 300;
}
.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.step > ul {
  flex-basis: 70%;
  padding: 2rem 1rem;
}
#concept #conceptBox .stepicon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

#concept #conceptBox .stepicon p {
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem;
}
#concept #conceptBox .stepicon .number {
  font-family: futura-pt, sans-serif;
  font-size: 40px;
}
.step ul li {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
/*========================================
   Works
  ========================================*/
#worksList #key {
  background: url(../images/mainvisual_works.png) no-repeat center;
  margin-bottom: 45px;
  background-size: cover;
}
#catch {
  margin-bottom: 85px;
}
#catch h2 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
#catch h2:first-letter {
  font-size: 12px;
}

#worksListBox {
  max-width: 90%;
  margin: 0 auto;
}

#worksListBox #worksList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#worksListBox #worksList img {
  width: 100%;
  height: auto;
}
#worksListBox #worksList li {
  position: relative;
  margin-bottom: 80px;
}
#worksListBox #worksList .textBox {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #4c4c4c;
  background: rgba(0, 0, 0, 70%);
  padding: 20px;
}
#worksListBox #worksList .textBox h2 {
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  margin: 0;
}
#worksListBox #worksList .textBox h2::first-letter {
  font-size: 30px;
}
#worksListBox #worksList .textBox h2 span {
  margin-top: 20px;
  display: block;
}
#worksList a {
  display: inline-block;
}

.sliderBox {
  max-width: 1000px;
  margin: 0 auto;
}
ol.flex-control-nav.flex-control-thumbs {
  margin: 30px 0;
}
ol.flex-control-nav.flex-control-thumbs li {
  width: auto;
  margin-right: 10px;
}
.worksDetailBox .flex-control-thumbs img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-top: 10px;
}
.worksDetailBox {
  margin-top: 30px;
}
#worksDetailBox {
  background: #090909;
  padding: 35px 0 30px;
}
.worksDetailBox .textBox {
  max-width: 1000px;
  background: none;
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
}
.worksDetailBox .textBox h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
}
.worksDetailBox .textBox .heading h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.worksDetailBox .textBox .spec h3 {
  font-size: 22px;
  margin: 0 30px 0 0;
}
.worksDetailBox .textBox .spec {
  display: flex;
  align-items: center;
}
.worksDetailBox .textBox .spec ul {
  border-left: 2px solid #fff;
  padding-left: 25px;
}

/*========================================
   Company
  ========================================*/
#company #key {
  background: url(../images/mainvisual_company.png) no-repeat center;
  background-size: cover;
}

#companyBox h2,
#companyBox h2::first-letter {
  font-size: 35px;
}

#companyBox table {
  width: 90%;
  border-top: 1px solid #fff;
  margin: 80px auto 0;
}
#companyBox table tr {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
#companyBox table th,
#companyBox table td {
  font-size: 16px;
}
#companyBox table th {
  font-weight: bold;
}

/*========================================
   Contact
  ========================================*/
#contactForm #key {
  background: url(../images/mainvisual_contact.png) no-repeat center;
  background-size: cover;

}

#key h1 {
  position: relative;
  z-index: 2;
}

#mail_form {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#mail_form input[type="text"],
#mail_form input[type="tel"],
#mail_form input[type="email"],
#mail_form textarea {
  font-size: 20px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#mail_form textarea {
  height: 145px;
}
#mail_form input[type="radio"],
#mail_form input[type="checkbox"] {
  margin-right: 10px;
}

#mail_form dt,
#mail_form dd {
  font-size: 16px;
}
#mail_form dt {
  margin-bottom: 10px;
}
#mail_form dd {
  margin-bottom: 30px;
}
#mail_form dd ul li,
#mail_form dd ul li span {
  margin-bottom: 10px;
  display: block;
}
#mail_form dd ul li ul {
  max-width: 280px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#mail_form dd ul li ul + p {
  margin-bottom: 30px;
}
#mail_form .pp {
  margin: 0 auto 80px;
}
#mail_form #form_submit {
  margin: 0 auto 95px;
  text-align: center;
}
#mail_form #form_submit #form_submit_button {
  font-size: 16px;
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 20px 50px;
  background: #999999;
  color: #282728;
  transition: 0.3s;
}
#mail_form #form_submit #form_submit_button:hover {
  background: #fff;
}
span.error_blank {
  color: rgb(255, 0, 98);
}
.modalLink a {
  font-size: 18px;
  color: #d0820b;
}

#catch p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.asterisk::after {
  content: "※";
  color: rgb(255, 0, 98);
  font-size: 1.2em;
  line-height: 1.2;
  vertical-align: bottom;
}
.small {
  font-size: 0.8em;
  margin-top: 0.5em;
}
/*========================================
   Footer
  ========================================*/
footer {
  background: #ae9d8d;
  text-align: center;
  color: #2d2c2c;
}
footer a {
  color: #2d2c2c;
}
#footerBox {
  padding: 1.5rem 0;
}
#footerLBox {
  margin-bottom: 1rem;
}
#footerLBox h2 {
  font-size: 0.925rem;
}
#footerLBox h2 span {
  font-weight: 500;
  font-size: 1.25rem;
}
#footerLBox img {
  width: 150px;
}
#footerRBox {
  width: 90%;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}
.copyright {
  font-size: 14px;
  padding: 1rem 0;
  border-top: 1px solid #2d2c2c;
}

/*========================================
   Tablet Layout
  ========================================*/
@media screen and (min-width: 640px) {
  #slide .textBox {
    top: 100px;
    left: 10%;
    letter-spacing: 2px;
  }

  #key {
    height: 357px;
    margin-top: 60px;
    margin-bottom: 105px;
    background-size: cover;
  }

  /*========================================
   Concept
  ========================================*/
  .mt3 {
    margin-top: 0;
  }
  ul#newsArchive {
    max-width: 900px;
    margin: 0 auto;
  }
  ul#newsArchive > li {
    border-top: 2px solid #fff;
    padding: 35px 20px 65px;
  }
  ul#newsArchive > li:last-child {
    padding-bottom: 110px;
  }
  ul#newsArchive li h2 {
    width: 100%;
    font-size: 25px;
    text-align: left;
    margin-bottom: 40px;
    letter-spacing: 0;
  }
  ul#newsArchive li h2:first-letter {
    font-size: 25px;
  }
  ul#newsArchive li .newsContents {
    font-size: 1rem;
    flex-direction: row;
    align-items: flex-start;
  }
  ul#newsArchive li .newsContents .text {
    margin-left: 70px;
    line-height: 1.65;
  }
  ul#newsArchive li .newsContents .text p {
    margin-bottom: 20px;
  }
  ul#newsArchive li .newsContents .text p:last-child {
    margin-bottom: 0;
  }
  ul#newsArchive li .newsContents .text ul {
    margin-top: 25px;
  }

  /*========================================
   Concept
  ========================================*/
  #concept #conceptBox {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
  }
  #concept #conceptBox h2 {
    font-size: 45px;
  }
  #concept #conceptBox h2::first-letter {
    font-size: 45px;
  }
  #concept #conceptBox P {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
  }
  .concept01,
  .concept02,
  .concept03 {
    padding: 0 20px;
  }
  .concept01 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
  }
  .concept01 p {
    max-width: 480px;
  }
  .concept02 {
    width: 100%;
  }
  .concept02 p {
    margin-bottom: 80px;
  }
  .concept03 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 20px;
    margin-bottom: 80px;
  }
  .concept03::before {
    left: 45%;
    bottom: -55px;
    border-top: 55px solid #fff;
    border-right: 52px solid transparent;
    border-left: 52px solid transparent;
  }
  .concept03::after {
    left: 45%;
    bottom: -52px;
    border-top: 55px solid #2d2c2c;
    border-right: 52px solid transparent;
    border-left: 52px solid transparent;
  }
  .concept03 ul {
    width: 50%;
  }

  .concept03 h3,
  #concept h4,
  .flow h3 {
    margin: 0;
  }

  .concept03 li {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .concept03 li::before,
  .step ul li::before {
    top: -5px;
  }
  #concept h4 {
    font-size: 30px;
    margin-bottom: 100px;
  }
  .flow h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .flow > ul {
    max-width: 900px;
  }
  .flow ul {
    font-size: 18px;
  }
  .flow ul.test > li:after {
    margin: 40px 0 20px;
  }
  .flow .stepicon {
    width: 130px;
    height: 130px;
  }
  #concept #conceptBox .flow .textBox {
    flex-basis: 70%;
  }
  #concept #conceptBox .flow .textBox p {
    font-size: 22px;
  }
  #concept #conceptBox .flow .textBox p.caution {
    font-size: 16px;
  }
  .step {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .step > ul {
    flex-basis: 70%;
  }
  #concept #conceptBox .stepicon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
  }

  #concept #conceptBox .stepicon .number {
    font-size: 40px;
  }
  .step ul li {
    font-size: 16px;
    line-height: 2;
  }

  /*========================================
   Works
  ========================================*/
  #catch h2 {
    font-size: 20px;
    line-height: 3;
  }
  #catch h2:first-letter {
    font-size: 20px;
  }
  #worksListBox {
    max-width: 1000px;
    margin: 0 auto;
  }
  #worksListBox #worksList {
    flex-direction: row;
  }
  #worksListBox #worksList li {
    margin-bottom: 80px;
    max-width: 276px;
  }
  #worksListBox #worksList .textBox {
    padding: 20px;
  }
  #worksListBox #worksList .textBox h2 {
    font-size: 30px;
  }
  #worksListBox #worksList .textBox h2::first-letter {
    font-size: 30px;
  }
  #worksListBox #worksList .textBox h2 span {
    margin-top: 20px;
  }
  .worksDetailBox .textBox {
    flex-direction: row;
  }

  .worksDetailBox .flex-control-thumbs img {
    width: 70px;
    height: 70px;
    margin-top: 10px;
  }
  ol.flex-control-nav.flex-control-thumbs li {
    margin-right: 10px;
  }

  /*========================================
   Company
  ========================================*/
  #companyBox {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  #companyBox table {
    width: auto;
    border-top: none;
    border-left: 1px solid #fff;
  }
  #companyBox table tr:first-child {
    margin-top: 0;
  }
  #companyBox table tr {
    flex-direction: row;
    align-items: center;
    padding-left: 90px;
  }
  #companyBox table th {
    width: 80px;
  }
  #companyBox table td {
    padding-left: 70px;
  }

  /*========================================
   Footer
  ========================================*/
  #footerBox {
    max-width: 680px;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 auto;
  }
  #footerLBox {
    margin: 0;
  }
  #footerRBox {
    width: auto;
    text-align: left;
  }
  .br {
    display: none;
  }
  .br_pc {
    display: block;
  }
  #footerLBox h2 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #footerLBox img {
    width: 200px;
  }

  header {
    height: 87px;
  }
  header #headerBox h1 {
    margin-top: 13px;
  }

  header #headerBox h1 img {
    width: 200px;
  }
  .companyName {
    font-size: 0.945rem;
  }
  header #headerBox h1 .companyName span {
    font-size: 1.2rem;
    margin-top: -5px;
  }

  header #headerBox {
    max-width: 1000px;
    margin: 10px 10px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  header #headerBox nav ul {
    list-style: none;
    display: flex;
    background: none;
  }
  header #headerBox nav ul li {
    margin: 0px 0 0 30px;
    padding: 0;
    padding-bottom: 5px;
    position: relative;
    border: none;
  }

  header #headerBox nav ul li:first-child {
    margin: 0;
  }

  header #headerBox nav ul li:last-child {
    border: none;
  }
  header #headerBox nav ul li a {
    padding: 0;
  }

  header #headerBox nav ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  header #headerBox nav ul li a:hover:after {
    width: 100%;
    left: 0;
  }
  header #headerBox nav ul li a.active:after {
    left: 0;
    width: 100%;
  }

  header #headerBox nav {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transition: 0;
    background: none;
  }
  header #headerBox nav ul {
    position: relative;
    top: 33px;
    transform: translateY(-50%);
    flex-direction: row;
    align-items: flex-start;
  }

  header #headerBox nav ul li a {
    font-size: 16px;
  }
  .btn-trigger {
    display: none;
  }

  #slide .textBox {
    top: 100px;
  }
}
/*========================================
   PC Layout
  ========================================*/
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }

  header #headerBox {
    margin: 10px auto 0;
  }
  header #headerBox nav ul li {
    margin: 0 0 0 60px;
  }

  #slick-main {
    margin: 87px 0 68px;
  }

  #slide .textBox {
    top: 150px;
  }

  #slide .textBox h2 {
    font-size: 45px;
  }
  #slide .textBox p {
    font-size: 1rem;
  }

  .general {
    margin: 0 auto 8rem;
  }

  .general h1,
  .general h2 {
    font-size: 38px;
  }
  .general h1:first-letter,
  .general h2:first-letter {
    font-size: 80px;
  }
  .general h1 span,
  .general h2 span {
    font-size: 1rem;
  }

  .general .textBox {
    flex-basis: 60%;
    box-sizing: border-box;
    margin: 0;
  }

  #newsBox {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }
  #newsList {
    width: 70%;
    margin: 1rem 0 0;
  }
  #newsList li {
    display: flex;
  }
  #newsList li .date {
    margin-right: 2rem;
  }

  #newsBox .viewmore {
    width: 30%;
  }
  #tconcept {
    margin-bottom: 24rem;
  }
  #tconceptBox img,
  #worksBox img {
    width: 50%;
  }
  #tconceptBox img,
  #worksBox img {
    width: 50%;
    left: 0;
    right: auto;
    position: relative;
    z-index: 10;
  }
  #worksBox img {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
  }
  #tconceptBox:before,
  #worksBox:before {
    content: "";
    display: block;
    padding-top: 550px; /* 1:1 */
  }
  #tconceptBox:before {
    padding-top: 30%;
  }
  #tconceptBox,
  #worksBox {
    position: relative;
    display: flex;
    align-items: center;
  }
  #tconcept .textBox,
  #works .textBox {
    width: 60%;
    height: auto;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #works .textBox {
    right: auto;
    left: 0;
  }

  #tconcept .textBox h3,
  #tconcept .textBox p,
  #works .textBox h3,
  #works .textBox p {
    width: 450px;
    margin: 0 auto;
  }
  #tconcept .textBox h3,
  #works .textBox h3 {
    line-height: 2;
    margin-bottom: 50px;
    font-size: 26px;
  }
  #tconcept .textBox p,
  #works .textBox p {
    line-height: 2;
    margin-bottom: 40px;
  }
  #tconcept .textBox .viewmore,
  #works .textBox .viewmore,
  #contact .viewmore {
    width: 250px;
  }
  #contact {
    padding: 0;
  }
  #contactBox {
    max-width: 1000px;
    margin: 0 auto;
    background-size: 100%;
    padding: 1rem 0 0;
    position: relative;
    top: 65px;
  }
  .general #contactBox h2,
  .general #contactBox p {
    margin-bottom: 1rem;
  }
  #contactBox .inner {
    width: 260px;
    padding: 1rem 0;
    position: relative;
    right: -65%;
  }

  #newsList li {
    margin: 0 0 2rem;
  }
  #newsList li:last-child {
    margin: 0 0;
  }

  .general {
    margin-bottom: 100px;
  }
  .general-sub {
    margin-bottom: 400px;
  }
  .general-sub-small {
    margin-bottom: 250px;
  }
  #key {
    margin-top: 87px;
  }

  ul#newsArchive > li {
    padding: 35px 0 65px;
  }

  .concept01,
  .concept02 {
    padding: 0;
  }
  .concept03 {
    padding: 50px 0;
  }
  .concept03 ul {
    width: 50%;
  }
  .concept03 li {
    font-size: 16px;
  }
  .concept03 h3,
  #concept h4,
  .flow h3 {
    font-size: 30px;
  }

  .worksDetailBox .flex-control-thumbs img {
    width: 70px;
    height: 70px;
    margin-top: 10px;
  }

  ol.flex-control-nav.flex-control-thumbs li {
    margin-right: 10px;
  }

  /*========================================
   Contact
  ========================================*/
  #mail_form {
    width: 100%;
  }
  #mail_form dl {
    display: flex;
    flex-wrap: wrap;
  }
  #mail_form dt,
  #mail_form dd {
    font-size: 20px;
  }
  #mail_form dt {
    width: 30%;
  }
  #mail_form dd {
    width: 70%;
  }
  #mail_form .desiredDate {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #mail_form .desiredDate span {
    width: 50%;
    margin: 0;
  }
  #mail_form #form_submit #form_submit_button {
    font-size: 20px;
    padding: 35px 155px;
  }
  #mail_form .pp {
    width: 60%;
  }

  .googleCalendar iframe {
    height: 600px;
  }
  #catch p {
    width: 100%;
    max-width: 1000px;
  }

  .space {
    flex-basis: 30%;
  }
  .scheduleBox {
    flex-basis: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .scheduleBox dt,
  .scheduleBox dd {
    width: 100%;
  }
  @media screen and (min-width: 640px) {
    .scheduleBox {
      flex-direction: row;
    }
    .scheduleBox dt {
      width: 25%;
    }
    .scheduleBox dd {
      width: 75%;
    }
  }
}

.step ul.step-ul li::before {
  display: none;
}
.inline {
  display: inline-block;
}

.flex-control-nav.flex-control-thumbs {
  cursor: pointer;
}

.modaal-inner-wrapper {
  padding: 1rem !important;
}
.spec {
  margin-top: 1rem;
}

#mail_form .pp {
  text-align: center;
}
.worksDetailBox {
  position: relative;
}

#mail_form #form_submit #form_submit_button:disabled {
  cursor: not-allowed;
}
.slides img {
  width: 50%;
}

@media (max-width: 992px) {
  .flow h3 {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .concept03 h3,
  #concept h4,
  .flow h3 {
    font-size: 20px;
  }
  .flow ul {
    font-size: 16px;
  }
  #concept #conceptBox .flow .textBox p {
    font-size: 18px;
  }
}
.inline {
  display: inline-block;
}

::placeholder {
  opacity: 0.5;
}

/* .googleCalendar{
    position: relative;
  }
  .googleCalendar:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:calc(100vw - 20px);
    margin-left: 10px;
    height: 3rem;
    background-color: #2d2c2c;
    display: block;
    z-index: 1;
  
  } */

.googleCalendar {
  width: 95%;
  margin: 0 auto;
  max-width: 750px;
}
.fc-body {
  background-color: #fff;
  color: #000;
}
.fc-day-header.fc-day-header.fc-widget-header{
 padding: 0.5rem;
 font-weight: bold;
}
.fc-list-heading .fc-widget-header{
  color: #000;
}
@media(max-width:480px){
  .fc-toolbar.fc-header-toolbar{
    position: relative;
  }
  .fc-center{
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
   
  }

  .googleCalendar {
    padding-top: 3rem;
  }
  
}