@charset "UTF-8";
body {
  line-height: 1.7;
  font-size: 17px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
}
a,
a:link {
  color: #229696;
}
a:visited {
  color: #6252B7;
}
a:hover {
  text-decoration: none;
  color: #555;
}
.block {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
a img:hover {
  opacity: 0.8;
}

@media (max-width: 769px){
  .block { display: inline; }
}

/* header */
header {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
header h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
header div {
  display: flex;
  justify-content: flex-end;
}
header div p {
  margin: 0 0 0 10px;
}
header div .tel {
  line-height: 1;
  font-weight: bold;
  font-size: 1.5rem;
}
header div .tel::before {
  content: "";
  display: inline-block;
  background: url(../images/icn-tel.png) no-repeat 0 center;
  background-size: contain;
  width: 25px;
  height: 1em;
  vertical-align: middle;
}
header div .tel span {
  display: block;
  margin: 5px 0 0 25px;
  font-weight: normal;
  font-size: 0.8rem;
}
header div p.contact-btn a {
  background: #000;
  display: block;
  min-width: 13em;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  color: #fff;
}
header div p.contact-btn a::before {
  content: "";
  background: url(../images/icn-mail.png) no-repeat 0 center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 1em;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}
header div p.contact-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width:480px) {
  header {
    display: block;
    padding: 5px 10px 10px;
  }
  header h1 {
    text-align: center;
  }
  header h1 img {
    max-width: 60%;
  }
  header div {
    justify-content: center;
    margin: 15px 0 0;
    overflow: hidden;
  }
  header div p {
    margin: 0;
  }
  header div .tel {
    margin: 0 5px 0 0;
    font-size: 1rem;
  }
  header div .tel::before {
    width: 20px;
  }
  header div .tel span {
    margin-left: 20px;
    font-size: 0.5rem;
  }
  header div p.contact-btn a {
    min-width: auto;
    padding: 10px;
  }
  header div p.contact-btn a::before {
    background-position: center;
    margin: 0;
  }
  header div p.contact-btn span {
    display: none;
  }
}

/* main */
main .inner {
  width: 1050px;
  max-width: 98%;
  margin: 50px auto;
  box-sizing: border-box;
}
main p {
  margin: 0 0 15px;
  line-height: 1.8;
}
main h2 {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}
main h2::before,
main h2::after {
  content: none;
}
main h2 span {
  display: block;
  font-size: 1.7rem;
}
main h2 span::before,
main h2 span::after {
  content: "";
  display: inline-block;
  background: #000;
  width: 1px;
  height: 1.2em;
  vertical-align: middle;
}
main h2 span::before {
  margin: 0 1.2em 0 0;
}
main h2 span::after {
  margin: 0 0 0 1.2em;
}
main .contact-btn {
  margin: 40px 0 0;
  text-align: center;
  letter-spacing: 0.1em;
}
main .contact-btn a {
  display: block;
  position: relative;
  background: #229696;
  box-sizing: border-box;
  width: 60%;
  margin: 0 auto;
  padding: 1.5em 40px 1.5em 60px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
}
main .contact-btn a::before {
  content: "";
  display: inline-block;
  background: url(../images/icn-mail.png) no-repeat 0 center;
  background-size: contain;
  width: 25px;
  height: 1em;
  margin: 0 1em 0 0;
  vertical-align: middle;
}
main .contact-btn a::after {
  content: "";
  position: absolute;
  top: 1.9em;
  right: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  transform: rotate(90deg);
}
main .contact-btn a:hover {
  opacity: 0.8;
}
main .contact-btn {
  color: #229696;
}

@media (max-width: 769px){
  main .inner {
    width: calc( 100% - 40px );
    margin: 50px auto;
    box-sizing: border-box;
  }
  main h2 span {
    display: block;
    font-size: 1.5rem;
  }
  main .contact-btn {
    margin: 40px 0 0;
    text-align: center;
    letter-spacing: 0.1em;
  }
  main .contact-btn a {
    width: 90%;
    padding: 1.5em 0;
    font-size: 1rem;
  }
  main .contact-btn a::before {
    margin: 0 0.5em 0 0;
  }
}

/* visual */
main .visual {
  background: url(../images/bg-visual_2.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 20px 0;
}
main .visual .inner {
  background: rgba(255,255,255,0.7);
  margin: 20px auto;
  padding: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}
main .visual .catch {
  font-size: 2rem;
}
main .visual .catch strong {
  -webkit-text-emphasis: filled dot #000;
  text-emphasis: filled dot #000;
}
main .visual h2 {
  width: 70%;
  border-bottom: solid 1px #000;
  margin: 20px auto;
  padding: 0 0 0.1em;
  line-height: 1.1em;
  font-size: 4rem;
}
main .visual ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
}
main .visual ul li {
  width: 20%;
  font-size: 0.8rem;
}

@media (max-width: 769px){
  main .visual .inner {
    padding: 20px;
  }
  main .visual .catch {
    font-size: 1rem;
  }
  main .visual h2 {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 0.5em;
    line-height: 1.3;
    font-size: 2.5rem;
  }
  main .visual ul {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  main .visual ul {
    flex-wrap: wrap;
  }
  main .visual ul li {
    width: 45%;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-size: 0.8rem;
  }
}

/* production */
main .production h2 + p {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  font-weight: bold;
}

@media (max-width: 769px){
  main .production h2 + p {
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: left;
    font-weight: normal;
  }
}

/* trouble */
main .trouble {
  display: block;
  background: url(../images/bg-trouble.png) no-repeat center bottom;
  padding-bottom: 280px;
  overflow: hidden;
}
main .trouble .inner {
  margin-top: 0;
}
main .trouble h2 {
  background: #f6f5f5;
  padding-top: 50px;
  letter-spacing: 0;
  font-size: 2rem;
}
main .trouble p {
  text-align: center;
}
main .trouble ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main .trouble ul li {
  flex-basis: 25em;
  max-width: 25em;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1.1rem;
}
main .trouble ul li:nth-child(2n) {
  flex-basis: 19em;
}
main .trouble ul li::before {
  content: "";
  display: inline-block;
  background: url(../images/icn-check.png) no-repeat 0 center;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

@media (max-width: 769px){
  main .trouble h2 {
    margin: 0;
    padding: 50px 20px 0;
    font-size: 1.5rem;
  }
  main .trouble ul {
    display: block;
  }
  main .trouble ul li {
    padding-left: 30px;
    font-size: 1rem;
    position: relative;
  }
  main .trouble ul li::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* solution */
main .solution {
  display: block;
  background: url(../images/bg-solution.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 50px;
}
main .solution h2,
main .solution h3,
main .solution .comment {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
main .solution h2 {
  letter-spacing: 0;
  font-size: 2rem;
}
main .solution h2 strong {
  -webkit-text-emphasis: filled dot #fff301;
  text-emphasis: filled dot #fff301;
}
main .solution .comment {
  position: relative;
  border: solid 1px #fff;
  border-bottom: none;
  margin: 0 0 50px;
  padding: 30px 0;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
main .solution .comment::after {
  content: "";
  position: absolute;
  bottom: -39px;
  display: block;
  background: url(../images/bg-comment.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
}
main .solution h3 {
  background: linear-gradient(transparent 60%, hsla(57, 100%, 50%, 0.5) 60%);
  margin: 30px auto 0;
  width: 22em;
  letter-spacing: 0.3em;
  font-size: 2rem;
}
main .solution .point {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
main .solution .point div {
  background: #fff;
  border: solid 1px #000;
  flex-basis: calc( (100% - 30px) / 3 );
  max-width: calc( (100% - 30px) / 3 );
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  text-align: center;
}
main .solution .point div h4 {
  font-size: 1.2rem;
}
main .solution .point div h4::before {
  content: none;
}
main .solution .point div h4 + p {
  min-height: 160px;
}
main .solution .point div::before {
  content: "1";
  display: inline-block;
  background: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  position: absolute;
  top: -1em;
  margin: 0 0 0 -1em;
  line-height: 2;
  font-weight: bold;
  font-size: 2rem;
}
main .solution .point div:nth-child(2)::before {
  content: "2";
}
main .solution .point div:nth-child(3)::before {
  content: "3";
}
main .solution .point div p:last-child {
  text-align: left;
}

@media (max-width: 769px){
  main .solution h2 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  main .solution .comment {
    padding: 30px 10px;
    letter-spacing: 0;
  }
  main .solution .comment::after {
    left: 0;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
  }
  main .solution h3 {
    background: none;
    width: auto;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
  main .solution h3 span {
    display: inline-block;
    background: linear-gradient(transparent 60%, hsla(57, 100%, 50%, 0.5) 60%);
    padding: 0 10px;
  }
  main .solution .point {
    display: block;
  }
  main .solution .point div {
    max-width: 100%;
    margin: 60px 0 0;
  }
  main .solution .point div p:last-child {
    font-size: 0.9rem;
  }
}

/* works */
main .works h2,
main .flow h2 {
  background: #f6f5f5;
  padding: 50px 0;
}
main .works .list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
main .works .list li {
  flex-basis: 30%;
  margin: 0 0 15px;
}
main .works .list li a {
  text-decoration: none;
  color: #000;
}
main .works .list li p {
  margin: 0;
}
main .works .list li a:hover p {
  opacity: 0.8;
}

@media (max-width: 769px){
  main .works .list li {
    flex-basis: 48%;
    font-size: 0.8rem;
  }
}

/* flow */
main .flow .step div {
  background: #a6b8cc;
  margin: 0 0 10px;
  padding: 20px 30px;
  color: #fff;
  position: relative;
}
main .flow .step div::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 70px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #a6b8cc;
  z-index: 2;
}
main .flow .step div:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 70px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: 1;
}
main .flow .step div:last-child::before,
main .flow .step div:last-child::after {
  content: none;
}
main .flow .step div .num {
  background: #fff;
  border-radius: 50%;
  float: left;
  display: block;
  margin: 0 30px 0 0;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #a6b8cc;
}
main .flow .step div:nth-child(2) { background: #a7ccec; }
main .flow .step div:nth-child(2)::before { border-top-color: #a7ccec; }
main .flow .step div:nth-child(2) .num { color: #a7ccec; }
main .flow .step div:nth-child(3) { background: #a2a3cf; }
main .flow .step div:nth-child(3)::before { border-top-color: #a2a3cf; }
main .flow .step div:nth-child(3) .num { color: #a2a3cf; }
main .flow .step div:nth-child(4) { background: #bda5ce; }
main .flow .step div:nth-child(4)::before { border-top-color: #bda5ce; }
main .flow .step div:nth-child(4) .num { color: #bda5ce; }
main .flow .step div:nth-child(5) { background: #d8a9cc; }
main .flow .step div:nth-child(5)::before { border-top-color: #d8a9cc; }
main .flow .step div:nth-child(5) .num { color: #d8a9cc; }
main .flow .step div:nth-child(6) { background: #f0a3c6; }
main .flow .step div:nth-child(6)::before { border-top-color: #f0a3c6; }
main .flow .step div:nth-child(6) .num { color: #f0a3c6; }
main .flow .step div:nth-child(7) { background: #f2a4a4; }
main .flow .step div:nth-child(7) .num { color: #f2a4a4; }

main .flow .step div h3 {
  border: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  margin: 10px 0;
  padding: 0;
}
main .flow .step div p {
  margin: 0;
}
main .flow .caravan {
  margin: 0 0 50px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.5rem;
}
main .flow .caravan::before {
  content: "";
  display: inline-block;
  background: url(../images/icn-caravan.png) no-repeat 0 center;
  background-size: contain;
  width: 70px;
  height: 2em;
  vertical-align: middle;
  margin: 0 1em 0 0;
}

@media (max-width: 769px){
  main .flow .step div {
    padding: 20px 20px 20px 80px;
    position: relative;
  }
  main .flow .step div::before {
    left: 50px;
  }
  main .flow .step div:after {
    left: 50px;
  }
  main .flow .step div .num {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0 15px 0 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1.5rem;
  }
  main .flow .step div h3 {
    margin: 0 0 5px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  main .flow .step div p {
    font-size: 0.9rem;
  }
  main .flow .caravan {
    margin: 0 20px 50px;
    letter-spacing: 0em;
    font-size: 1.2rem;
  }
  main .flow .caravan::before {
    background-position: center;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
  }
}

/* faq */
main .faq {
  background: #f6f5f5;
  padding: 50px 0 0;
  overflow: hidden;
}
main .faq .inner {
  display: flex;
  justify-content: space-between;
}
main .faq dl {
  flex-basis: 48%;
}
main .faq dl dt,
main .faq dl dd {
  padding-left: 40px;
  position: relative;
}
main .faq dl dt::before,
main .faq dl dd::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-weight: normal;
  font-size: 2.5rem;
  vertical-align: middle;
}
main .faq dl dd::before {
  content: "A";
}
main .faq dl dt {
  line-height: 2;
  font-weight: bold;
  font-size: 1.2rem;
  color: #229696;
}
main .faq dl dd {
  margin: 20px 0 50px;
}

@media (max-width: 769px){
  main .faq .inner {
    display: block;
  }
}

/* contact */
main .contact {
  text-align: center;
  letter-spacing: 0.1em;
}
main .contact ul {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
main .contact ul li {
  flex-basis: 49.8%;
  max-width: 49.8%;
  box-sizing: border-box;
  border: solid 2px #229696;
}
main .contact ul li.tel {
  padding: 10px;
  font-size: 0.8rem;
  color: #229696;
}
main .contact ul li.tel span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
}
main .contact ul li.tel span::before {
  content: "";
  display: inline-block;
  background: url(../images/icn-tel2.png) no-repeat 0 center;
  background-size: contain;
  width: 30px;
  height: 1em;
}
main .contact ul li.contact-btn {
  background: #229696;
  margin: 0;
}
main .contact ul li.contact-btn a {
  width: 100%;
}

@media (max-width: 769px){
  main .contact ul {
    display: block;
  }
  main .contact ul li {
    max-width: 100%;
    margin: 0 0 10px;
  }
  main .contact ul li.tel span {
    font-size: 1.5rem;
  }
  main .contact ul li.tel span::before {
    background-position: 0;
  }
}

/* footer */
footer {
  text-align: center;
}
footer small {
  color: #888;
}
