@charset "utf-8";

/* リセットcss */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #049b9b;
}

a:hover {
  color: #ea728c;
}

/* margin */
.margin-1 {
  margin: 10px;
}

.margin-3 {
  margin: 30px;
}

/* margin-top */
.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

/* margin-bottom */
.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

/* margin-right */
.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

/* margin-left */
.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

/* padding  */
.padding-2 {
  padding: 20px;
}

.padding-3 {
  padding: 30px;
}

/* padding-top */
.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

/* padding-bottom */
.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

/* padding-right */
.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-4 {
  padding-right: 40px;
}

.pr-5 {
  padding-right: 50px;
}

/* padding-left */
.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

/* margin, padding initialize when responsive */
@media screen and (max-width: 768px) {
  /* margin */
  .margin-1 {
    margin: 0;
  }

  .margin-3 {
    margin: 0;
  }

  /* margin-top */
  .mt-1 {
    margin-top: 0;
  }

  .mt-2 {
    margin-top: 0;
  }

  .mt-4 {
    margin-top: 0;
  }

  .mt-5 {
    margin-top: 0;
  }

  .mt-6 {
    margin-top: 0;
  }

  /* margin-bottom */
  .mb-1 {
    margin-bottom: 0;
  }

  .mb-2 {
    margin-bottom: 0;
  }

  .mb-4 {
    margin-bottom: 0;
  }

  .mb-5 {
    margin-bottom: 0;
  }

  .mb-6 {
    margin-bottom: 0;
  }

  /* margin-right */
  .mr-1 {
    margin-right: 0;
  }

  .mr-2 {
    margin-right: 0;
  }

  .mr-4 {
    margin-right: 0;
  }

  .mr-5 {
    margin-right: 0;
  }

  .mr-6 {
    margin-right: 0;
  }

  /* margin-left */
  .ml-1 {
    margin-left: 0;
  }

  .ml-2 {
    margin-left: 0;
  }

  .ml-4 {
    margin-left: 0;
  }

  .ml-5 {
    margin-left: 0;
  }

  .ml-6 {
    margin-left: 0;
  }

  /* padding  */
  .padding-2 {
    padding: 0;
  }

  .padding-3 {
    padding: 0;
  }

  /* padding-top */
  .pt-1 {
    padding-top: 0;
  }

  .pt-2 {
    padding-top: 0;
  }

  .pt-4 {
    padding-top: 0;
  }

  .pt-5 {
    padding-top: 0;
  }

  /* padding-bottom */
  .pb-1 {
    padding-bottom: 0;
  }

  .pb-2 {
    padding-bottom: 0;
  }

  .pb-4 {
    padding-bottom: 0;
  }

  .pb-5 {
    padding-bottom: 0;
  }

  /* padding-right */
  .pr-1 {
    padding-right: 0;
  }

  .pr-2 {
    padding-right: 0;
  }

  .pr-4 {
    padding-right: 0;
  }

  .pr-5 {
    padding-right: 0;
  }

  /* padding-left */
  .pl-1 {
    padding-left: 0;
  }

  .pl-2 {
    padding-left: 0;
  }

  .pl-4 {
    padding-left: 0;
  }

  .pl-5 {
    padding-left: 0;
  }
}

.op-07 {
  opacity: 0.7;
}

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

.text-right {
  text-align: right;
}

.font-20 {
  font-size: 20px;
}

.font-white {
  color: #fff;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.font-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}

.header-nav-pc a:hover {
  color: #ea728c;
}

/* header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 70px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid silver;
}

.header-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
}

.header-nav-pc {
  display: flex;
}

.header-nav-pc li {
  font-size: 15px;
  list-style: none;
  margin-left: 30px;
}

.flex li {
  font-size: 15px;
  list-style: none;
  margin-left: 30px;
}

.header ul > li > a {
  text-decoration: none;
  color: #777;
}

.nav-toggle {
  display: none;
}

.header-nav-sp {
  top: 70px;
  position: fixed;
  list-style: none;
  left: 100%;
}

/* header responsive */
@media screen and (max-width: 768px) {
  .header-wrap {
    margin-left: 5%;
  }

  /* ハンバーガーメニュー */
  .nav-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 15px;
    right: 20px;
    transition: 0.4s;
    display: block;
  }

  .nav-toggle > span {
    position: absolute;
    left: 2px;
    display: block;
    width: 35px;
    height: 2px;
    background-color: #777;
    transition: 0.8s;
  }

  .nav-toggle span:nth-of-type(1) {
    top: 10px; /* ハンバーガーメニューの1本目の棒 */
  }

  .nav-toggle span:nth-of-type(2) {
    top: 20px; /* ハンバーガーメニューの2本目の棒 */
  }

  .nav-toggle span:nth-of-type(3) {
    top: 30px; /* ハンバーガーメニューの3本目の棒 */
  }

  .header-nav-pc {
    display: none; /* デスクトップのナビを消す */
  }

  /* ハンバーガーメニュー クリック後 */
  .nav-toggle.show span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .nav-toggle.show span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-toggle.show span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  .header-nav-sp {
    width: 90%;
    height: 100%;
    margin: 0 0 0 10%;
    padding: 10% 0;
    background-color: #fff;
    border-left: 1em solid #35ffff;
    text-align: center;
    left: 100%;
    position: fixed;
    transition: left 0.8s;
    list-style: none;
  }

  .header-nav-sp.show {
    left: 0;
  }

  .header-nav-sp li {
    color: #fff;
    font-size: 20px;
    list-style: none;
    margin: 10% 0;
  }
}

.eyecatch {
  width: 100%;
  height: 700px;
  background: url(../img/eyecatch.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.typed-words {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20%;
}

/* eyecatch responsive */
@media screen and (max-width: 768px) {
  .eyecatch {
    height: 400px;
  }

  .typed-words {
    font-size: 22px;
    top: 40%;
    left: 5%;
  }
}

#home {
  width: 100%;
  padding-bottom: 5%;
}

.title-center {
  text-align: center;
  margin: 50px 0;
}

.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.title {
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  position: relative;
  text-align: center;
  border-bottom: 1px solid silver;
}

.title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.title-message-opacity {
  height: 100px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -10%;
  left: -200%;
  opacity: 0.05;
}

.home-desc {
  width: 80%;
  margin: 0 10%;
  color: #777;
}

/* home resuponsive */
@media screen and (max-width: 768px) {
  .title-message-opacity {
    font-size: 60px;
    top: -5%;
    left: -100%;
  }

  .home-desc {
    width: 90%;
    margin: 0 5%;
    font-size: 15px;
    line-height: 35px;
  }

  .home-desc > p:last-child {
    margin: 5% 0 0;
  }
}

/* about  */
#about {
  width: 100%;
  padding: 0 0 5%;
}

.title-about-opacity {
  height: 100px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -10%;
  left: -110%;
  opacity: 0.05;
}

.about-container {
  background-color: #777;
}

.left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left > .picture {
  width: 80%;
  height: 80%;
}

.right {
  width: 50%;
  margin: 3% 3% 0 0;
  padding: 0 0 2%;
}

.about-content {
  padding-right: 40px;
  padding-left: 40px;
}

.about-content a {
  text-decoration: none;
}

.about-content > p {
  color: #fff;
  line-height: 20px;
}

.fa-check-square:before {
  content: "\f14a";
}

.sns-icon {
  width: 60%;
  margin: 0 20%;
  padding: 3% 0;
  font-size: 30px;
  display: flex;
  justify-content: space-around;
}

.sns-icon a {
  color: #35ffff;
}

.sns-icon a:hover {
  color: #ea728c;
}

.sns-icon > p {
  font-size: 20px;
}

/* about responsive */
@media screen and (max-width: 768px) {
  .title-about-opacity {
    font-size: 60px;
    top: -5%;
    left: -50%;
  }

  .about-container {
    height: auto;
    flex-wrap: wrap;
  }

  .left {
    width: 80%;
    margin: 10%;
  }

  .left > .picture {
    width: 100%;
    height: 80%;
  }

  .right {
    width: 90%;
    margin: 0 5%;
  }

  .about-content {
    width: 100%;
    margin: 0 0 5%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-content > p {
    padding: 0 0 5%;
    font-size: 13px;
  }
}

/* service */
#service {
  height: auto;
}

.title-service-opacity {
  height: 100px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -10%;
  left: -200%;
  opacity: 0.05;
}

.background-img {
  width: 100%;
  height: auto;
  background: url(../img/background_img_nightview.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.service-content {
  margin: 0 10%;
  width: 80%;
  color: #fff;
  opacity: 0.7;
}

.service-content-detail {
  margin: 0 40%;
  width: 20%;
}

.service-card {
  margin: 3%;
  padding: 2%;
  width: 40%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}

.service-icon {
  margin: 0 3%;
  font-size: 60px;
  color: #00cfd6;
  display: flex;
  align-items: center;
}

.service-card-text > p {
  width: 90%;
  font-size: 13px;
  line-height: 19px;
  color: #777;
}

.service-card-title {
  line-height: 2;
  color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    to right,
    rgb(76, 217, 105),
    rgb(52, 170, 220),
    rgb(88, 86, 217),
    rgb(255, 45, 83),
    rgb(255, 45, 83),
    rgb(88, 86, 217),
    rgb(52, 170, 220),
    rgb(76, 217, 105)
  );
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 20%;
}

/* service responsive */
@media screen and (max-width: 768px) {
  .background-img {
    padding: 0 0 5%;
  }

  .title-service-opacity {
    font-size: 60px;
    top: -5%;
    left: -100%;
  }

  .service-content {
    width: 90%;
    margin: 0 5%;
    padding: 5% 0 10%;
  }

  .service-content-detail {
    width: 60%;
    margin: 0 20%;
    line-height: 30px;
  }

  .service-card {
    width: 80%;
    margin: 5% 10%;
    padding: 5%;
  }

  .service-icon {
    display: flex;
    align-items: center;
  }

  .service-card-text > p {
    margin: 0 5%;
  }

  .service-card-title {
    margin: 0 0 5%;
  }
}

/* price */
#price {
  width: 100%;
  height: auto;
  padding: 3% 0 0;
}

.title-price-opacity {
  height: 100px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -10%;
  left: -200%;
  opacity: 0.05;
}

.price-desc {
  padding: 3% 0;
  line-height: 40px;
  color: #777;
}

.price-table {
  width: 70%;
  margin: 5% 15%;
  border-collapse: collapse;
}

.price-table-title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 5px solid #ea728c;
}

.price-table-title > tr > th {
  text-align: left;
  border-left: 1px solid #777;
}

.price-table-body > tr {
  border-bottom: 1px solid #777;
}

.price-table-body > tr:last-child {
  border-bottom: none;
}

.price-table-body > tr > th {
  width: 23%;
  text-align: left;
  color: #ea728c;
}

.price-table-body > tr > td {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  border-left: 1px solid #777;
}

.price-table-body > tr > td:last-child {
  width: 30%;
}

table th,
table td {
  padding: 2% 0 2% 2%;
  display: table-cell;
  vertical-align: middle;
}

/* price responsive */
@media screen and (max-width: 768px) {
  .title-price-opacity {
    font-size: 60px;
    top: -5%;
    left: -100%;
  }

  .price-desc {
    width: 80%;
    margin: 0 10%;
    padding: 3% 0;
    font-size: 15px;
    line-height: 30px;
  }

  .price-table {
    width: 90%;
    margin: 5%;
  }

  .price-table-title {
    display: none;
  }

  .price-table-body > tr {
    margin: 5% 0 10%;
    display: flex;
    flex-wrap: wrap;
  }

  .price-table-body > tr:last-child {
    border-bottom: 1px solid #777;
  }

  .price-table-body > tr > th {
    width: 100%;
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    border-bottom: 5px solid #ea728c;
  }

  .price-table-body > tr > td {
    width: 100%;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #777;
    display: flex;
  }

  .price-table-body > tr > td::before {
    content: attr(data-label);
    width: 20%;
    margin: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  .price-table-body > tr > td:last-child {
    width: 100%;
  }
}

/* work  */
#work {
  width: 100%;
  height: auto;
  padding: 1% 0 0;
}

.title-work-opacity {
  height: 100px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -10%;
  left: -200%;
  opacity: 0.05;
}

.work-title {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
}

.card {
  width: 27%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}

.card-img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
}

.card-content > p {
  padding: 0 15px;
  font-size: 13px;
  line-height: 20px;
}

.icon {
  font-size: 25px;
  height: auto;
  color: #777;
}

.btn-area {
  width: 30%;
  border: 1px solid #ea728c;
  border-radius: 20px;
  background-color: #ea728c;
}

.btn-area > a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.btn-area:hover {
  opacity: 0.5;
  cursor: pointer;
}

.btn-area > a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .title-work-opacity {
    font-size: 60px;
    top: -5%;
    left: -100%;
  }

  .work-title {
    padding: 5% 0;
  }

  .card {
    margin: 1% 0;
  }

  .card-title {
    margin: 5% 0 3%;
  }

  .card-content > p {
    margin: 0 0 5%;
    padding: 0 5%;
    font-size: 13px;
    line-height: 20px;
  }

  .card-icon {
    margin: 0 0 5%;
  }

  .card > .btn-area {
    margin: 5% 35%;
    padding: 3%;
  }

  .btn-area:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  .btn-area > a:hover {
    color: #fff;
  }
}

/* carousel-slider dots nav */
.carousel-dots {
  text-align: center;
  margin: 3% 0 5%;
}

.carousel-dots > li {
  display: inline-block;
  margin: 0 3%;
}

.carousel-dots > li > button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
}

.carousel-dots > li > button::before {
  content: "◯";
  font-size: 10px;
  text-indent: 0%;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-dots > .slick-active > button::before {
  content: "●";
  font-size: 10px;
  color: #777;
}

/* contact */
#contact {
  width: 100%;
  height: auto;
  padding: 3% 0;
}

.title-contact-opacity {
  height: 100px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -10%;
  left: -200%;
  opacity: 0.05;
}

.contact-desc {
  width: 80%;
  margin: 0 10%;
  padding: 5% 0;
  text-align: center;
  color: #777;
}

.contact-container {
  width: 60%;
  margin: 5% 20%;
}

.contact-block {
  width: 100%;
  margin: 4% 0;
}

.contact-block > label {
  display: block;
  margin: 0 9% 2%;
}

.contact-block > input {
  width: 80%;
  margin: 0 8%;
  padding: 2% 1%;
  border-width: 2px;
}

.contact-block > textarea {
  width: 80%;
  margin: 0 8%;
  padding: 2% 1%;
  border-width: 2px;
}

.contact-form-btn {
  width: 80%;
  margin: 0 10%;
  padding: 1%;
  font-size: 20px;
  color: #fff;
}

/* contact responsive */
@media screen and (max-width: 768px) {
  .title-contact-opacity {
    font-size: 60px;
    top: -5%;
    left: -100%;
  }

  .contact-desc {
    font-size: 15px;
    line-height: 30px;
  }

  .contact-container {
    width: 90%;
    margin: 5%;
  }
}

/* footer */
#footer {
  background-color: #333;
  height: auto;
  color: #fff;
  text-align: center;
}

#footer small {
  line-height: 70px;
  font-size: 15px;
}

.footer-nav {
  width: 30%;
  margin: 0 35%;
  padding: 2% 0 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-nav > .sns-icon {
  width: 100%;
}

.footer-nav > .sns-icon > p {
  margin: 0 0 3%;
  font-size: 15px;
}

/* footer resposive */
@media screen and (max-width: 768px) {
  #footer small {
    font-size: 10px;
    line-height: 40px;
  }

  .footer-nav {
    width: 60%;
    margin: 0 20%;
  }

  .footer-nav > .sns-icon {
    font-size: 15px;
  }

  .footer-nav > .sns-icon > p {
    font-size: 10px;
  }
}
