@charset "UTF-8";
body {
  font-size: 16px;
  font-family: ヒラギノ明朝 ProN;
  letter-spacing: 0.1em;
  color: #333;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  width: 100%;
  height: auto;
}

.title {
  font-size: 42px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 55px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}

.title.title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  height: 5px;
  width: 120px;
  background-color: #3ea1d1;
}

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

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

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

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.section-bottom {
  font-size: 70px;
  margin: 0 auto 35px;
  opacity: 0.6;
  padding: 0 50px;
  max-width: 1200px;
  font-style: italic;
  text-align: center;
  font-family: "Noto serif", "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-bottom {
    font-size: 40px;
    padding: 0 25px;
  }
}

.header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.header-logo {
  line-height: 60px;
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-nav ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
}

.header-nav ul li:not(:last-child) {
  margin-right: 30px;
}

.fv {
  height: 100vh;
  min-height: 500px;
  background: url(../img/top-page.jpg) no-repeat center center/cover;
  position: relative;
  padding: 0 10px;
}

.fv img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main-text {
  position: absolute;
  bottom: 230px;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101;
  color: #3c4f5f;
}

@media screen and (max-width: 767px) {
  .main-text {
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.main-text h1 {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  font-family: "Noto serif", "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .main-text h1 {
    overflow: wrap;
    text-align: center;
    font-size: 40px;
    opacity: 0.9;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

.main-text p {
  font-size: 22px;
  line-height: 1.3;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .main-text p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    overflow: wrap;
  }
}

.introduction {
  padding-top: 50px;
  background: url(../img/photo-introduction-scene.jpg) no-repeat center center/cover;
  background-size: cover;
  padding-bottom: 60px;
  color: white;
}

@media screen and (max-width: 767px) {
  .introduction {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.introduction-inner {
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .introduction-inner {
    padding: 0 15px;
  }
}

.introduction-item {
  padding: 50px 30px 50px;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .introduction-item {
    margin-bottom: 55px;
    padding: 25px 0px;
    width: 95%;
  }
}

.introduction-item div.my-photo-item {
  width: 35%;
  margin: 0 auto;
}

.introduction-item div.my-photo-item img {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .introduction-item div.my-photo-item {
    width: 50%;
  }
}

.introduction-item .my-name-kanji {
  font-size: 45px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 30px 0 0px 0;
}

@media screen and (max-width: 767px) {
  .introduction-item .my-name-kanji {
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.introduction-item .my-detail-name {
  font-size: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  font-style: italic;
  font-weight: bold;
  font-family: "Noto serif", "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .introduction-item .my-detail-name {
    font-size: 28px;
  }
}

.my-life-detail {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .my-life-detail {
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 60px;
    font-size: 18px;
  }
}

.my-career {
  padding-top: 100px;
}

.my-career-title {
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: bold;
}

.my-career-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
  border-bottom: 2px solid white;
}

@media screen and (max-width: 767px) {
  .my-career-item {
    display: block;
  }
}

.my-career-item:not(:last-child) {
  margin-bottom: 40px;
}

.my-career-item dt {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .my-career-item dt {
    margin-bottom: 15px;
  }
}

.my-career-item dd {
  margin-left: 40px;
  text-align: left;
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .my-career-item dd {
    font-size: 16px;
    width: 100%;
    margin-left: 0px;
  }
}

.skill {
  background: url(../img/service.jpg) no-repeat center center/cover;
  padding-top: 70px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .skill {
    padding: 60px 0 80px 0;
  }
}

.skill-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 80px auto 0px;
}

@media screen and (max-width: 767px) {
  .skill-items {
    display: block;
    margin: 70px 0 50px 0;
  }
}

.skill-item {
  width: 45%;
  text-align: center;
  background-color: white;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .skill-item {
    border-radius: 0px;
    margin: 0 auto;
    width: 75%;
    padding: 20px 20px 40px 20px;
  }
  .skill-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.skill-item h1 {
  padding-top: 20px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 22px;
  color: #31b142;
}

.skill-item p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.section-skill-bottom {
  font-size: 55px;
  margin: 130px auto 0;
  opacity: 0.3;
  padding: 0 35px;
  max-width: 1200px;
  color: white;
  font-weight: bold;
  font-family: "Noto serif", "Noto Serif JP", serif;
}

.works {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .works {
    padding: 75px 0 80px 0;
  }
}

.works-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.attention {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
  color: red;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .attention {
    font-size: 14px;
    margin: 70px 0 70px 0;
    letter-spacing: 0.07em;
  }
}

.works-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .works-items {
    display: block;
  }
}

.works-item {
  width: 45%;
  -webkit-box-shadow: 3px 3px 15px #60606029;
          box-shadow: 3px 3px 15px #60606029;
  text-align: center;
}

.works-item img {
  max-height: 550px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .works-item {
    width: 85%;
    margin: 0 auto;
  }
  .works-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.works-item h2 {
  padding: 20px 0 20px 0;
}

.works-item:nth-child(n + 3) {
  margin-top: 60px;
}

.contact {
  background: url(../img/hands-1947915_1920.jpg) no-repeat center center/cover;
}

.contact-title {
  font-size: 70px;
  margin: 0 auto 35px;
  opacity: 0.6;
  padding: 0 50px;
  opacity: 0.9;
  color: white;
  max-width: 1200px;
  font-style: italic;
  text-align: center;
  font-family: "Noto serif", "Noto Serif JP", serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact-title {
    margin-bottom: 32px;
    font-size: 40px;
    padding: 0 25px;
  }
}

.contact-inner {
  margin: 0 auto;
  padding: 120px 80px 120px 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .contact-inner {
    margin: 0px auto 0;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.contact-attention {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .contact-attention {
    font-size: 14px;
    line-height: 1.8;
  }
}

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

.btn-link {
  padding: 30px 45px;
  font-size: 20px;
  background-color: #f7f5f52c;
  color: white;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btn-link {
    font-size: 18px;
    padding: 25px;
  }
}

.btn-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer p {
  text-align: center;
  color: white;
  background-color: #333;
  padding: 20px 0;
}

.hamburger-background-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(65, 128, 139, 0.8);
  opacity: 0.5;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.hamburger-background-menu.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeIn 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hamburger-background-menu li {
  font-size: 18px;
  text-align: center;
}

.hamburger-background-menu li:not(:last-child) {
  margin-bottom: 45px;
}

.hamburger-background-menu li a {
  color: white;
}

.burger-menu {
  width: 42px;
  height: 4px;
  display: none;
  position: fixed;
  top: 17px;
  right: 5px;
  z-index: 300;
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .burger-menu {
    display: block;
  }
}

.burger-menu.is-active .burger-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-menu.is-active .burger-bar2 {
  display: none;
}

.burger-menu.is-active .burger-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bars {
  top: 3px;
  right: 6px;
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}

.burger-bar1,
.burger-bar2,
.burger-bar3 {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: black;
  top: 0;
  left: 0;
}

.burger-bar1 {
  top: 0;
  left: 0;
}

.burger-bar2 {
  top: 10px;
}

.burger-bar3 {
  top: 20px;
}

.fixed {
  position: fixed;
  background-color: white;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-background-menu ul li a {
  font-weight: bold;
  font-size: 22px;
}

/* 共通 ------------------------------*/
*[class*="cp-"],
*[class*="cp-"] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキスト */
.cp-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #707070;
}

* + .cp-text {
  margin: 16px 0 0 0;
}

/* スライダー ------------------------------*/
.cp-slider01 {
  width: calc(100% - 120px);
  margin: auto;
}

/* アイテム */
.cp-slider01__item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cp-slider01__info {
  padding: 16px;
}

/* 見出し */
.cp-slider01__title {
  font-size: 22px;
  line-height: 1.2;
  color: #707070;
  font-weight: bold;
  text-align: center;
}

/* 次前ボタン */
.cp-slider01 .slick-prev,
.cp-slider01 .slick-next {
  height: 64px;
  width: 40px;
  z-index: 1;
  background: #707070;
}

.cp-slider01 .slick-prev {
  left: -60px;
}

.cp-slider01 .slick-next {
  right: -60px;
}

.cp-slider01 .slick-prev:hover,
.cp-slider01 .slick-next:hover {
  background: rgba(112, 112, 112, 0.7);
}

.cp-slider01 .slick-prev:focus,
.cp-slider01 .slick-next:focus {
  background: #707070;
}

.cp-slider01 .slick-prev:focus:hover,
.cp-slider01 .slick-next:focus:hover {
  background: rgba(112, 112, 112, 0.7);
}

.cp-slider01 .slick-prev:before,
.cp-slider01 .slick-next:before {
  font-size: 32px;
  opacity: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.cp-slider01 .slick-prev:before {
  content: "\f053";
}

.cp-slider01 .slick-next:before {
  content: "\f054";
}

/* ドット */
.cp-slider01 .slick-dots {
  bottom: -40px;
}

.cp-slider01 .slick-dots li button:before,
.cp-slider01 .slick-dots li.slick-active button:before {
  color: #707070;
}

.cp-slider01 .slick-dots li button:before {
  font-size: 16px;
}

.cp-slider01 .slick-slide {
  margin: 0 20px 8px;
}

.cp-slider01 .slick-slide img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .cp-slider01 {
    width: calc(100% - 30px);
    margin: auto;
  }
  /* 次前ボタン */
  .cp-slider01 .slick-prev,
  .cp-slider01 .slick-next {
    height: 40px;
    width: 24px;
  }
  .cp-slider01 .slick-prev {
    left: -15px;
  }
  .cp-slider01 .slick-next {
    right: -15px;
  }
  .cp-slider01 .slick-prev:before,
  .cp-slider01 .slick-next:before {
    font-size: 24px;
  }
  /* ドット */
  .cp-slider01 .slick-dots {
    bottom: -32px;
  }
}

.cp-slider01 img {
  -o-object-fit: cover;
     object-fit: cover;
}

.price {
  padding: 50px 30px;
}

.price-item {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .price-item {
    margin-top: 60px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1000px;
}

table,
td,
th {
  border: 1px solid #333;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
}

td {
  text-align: center;
  padding: 15px 5px;
}

@media screen and (max-width: 767px) {
  td {
    font-size: 14px;
  }
}

table tr:nth-child(odd) {
  background-color: #b1adad;
}

@media screen and (max-width: 767px) {
  th {
    padding: 15px 5px;
    font-size: 14px;
    word-break: break-all;
  }
}

.price-attention {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 70px 0 20px 0;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .price-attention {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */