@charset "UTF-8";
body {
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #333;
  margin-top: 73px;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: #1ca9e3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

ul,
li {
  list-style: none;
}

.pc-only {
  display: block;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.section {
  padding: 30px 40px 30px;
}

.section:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.section .price {
  padding-top: 75px;
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  height: 80%;
}

/*--------------------------------
タイトル
---------------------------------*/
.title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333;
}

.lead {
  margin-bottom: 30px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  top: 0;
  z-index: 3;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: -73px;
}

.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.header-logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: 0.05em;
  height: 37px;
  max-width: 168px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-sub {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 73px;
}

.header-sub .header-nav-item a:after {
  background-color: #333;
}

.header-logo a {
  color: #333;
}

.header-nav-list {
  display: flex;
  justify-content: space-between;
}

.header-nav-item:not(:last-child) {
  margin-right: 20px;
}

.header-nav-item a {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  transition: 0.3s;
  letter-spacing: 0.05em;
  color: #333;
}

.header-nav-item a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: 0.3s;
  transform: translateX(-50%);
  background-color: #333;
}

.header-nav-item a:hover:after {
  width: 100%;
}

.btn-sp {
  display: none;
}

.global_nav {
  display: none;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.main-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 460px;
  text-align: center;
  padding-top: 73px;
}

body::before {
  background: url(../img/background-image-min.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}

.main-visual-inner {
  padding: 0 40px;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}

.main-visual-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.main-visual-subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}

.main-visual-text {
  font-size: 17px;
  font-weight: bold;
}

.sp-only {
  display: none;
}

/*--------------------------------
 Works
---------------------------------*/
#works {
  padding: 90px 0;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.works-item {
  width: 31.74603%;
  margin-right: 1.5873%;
  margin-bottom: 40px;
}

.works-item a {
  color: #333;
}

.works-item:hover {
  opacity: 0.9;
}

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-img {
  margin: 0 auto;
  overflow: hidden;
}

.works-img img {
  transition: 1s all;
  border: 1px solid #e6e6e6;
}

.works-img img:hover {
  transform: scale(1.15, 1.15);
  transition: 0.5s all;
}

.works-name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

/*--------------------------------
 Skill
---------------------------------*/
#skill {
  background-color: #E3F3FD;
}

#skill .inner {
  padding: 40px;
  background: rgb(255, 255, 255);
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
}

.skill-list > .skill-item .skill-img {
  display: flex;
}

.skill-list > .skill-item .skill-img .htmlcss {
  width: 55%;
  padding-right: 3%;
}

.skill-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  font-size: 1.2rem;
  margin-bottom: 3px;
}

.skill-text {
  font-size: 0.875rem;
}

/*--------------------------------
 Price
---------------------------------*/
.price__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.horizontal-table {
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
}

.horizontal-table__inner {
  width: 100%;
}

.horizontal-table__body {
  background-color: #FFFFFF;
}

.horizontal-table__header {
  width: 35%;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 37px 19px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.75;
}

.horizontal-table__text {
  padding: 19px 37px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1em;
  font-weight: bold;
}

.horizontal-table__row:last-child .horizontal-table__header,
.horizontal-table__row:last-child .horizontal-table__text {
  border-bottom-width: 0;
}

.footnote {
  text-align: center;
  padding-top: 30px;
}

/*--------------------------------
 About
---------------------------------*/
#about {
  padding: 90px 0;
}

#about .inner {
  max-width: 100%;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.profile-img {
  width: 20%;
  margin-right: 30px;
  border-radius: 50%;
}

.profile-img img {
  border-radius: 50%;
}

.profile-body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

.aboutVisual {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #F7F7F7 150px, #e3f3fd 100px, #e3f3fd calc(100% - 50px), #F7F7F7 calc(100% - 50px));
  padding-left: 20px;
  padding-right: 20px;
}

.aboutVisual__ph {
  margin-right: -20px;
  margin-left: -20px;
}

.profile-body {
  position: relative;
}

.profComment {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 28px;
  width: 50%;
}

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

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebe6;
}
.cover-slide.inview::after {
  -webkit-animation-name: kf-cover-slide;
          animation-name: kf-cover-slide;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes kf-cover-slide {
  0% {
    left: 0;
    right: 0;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes kf-cover-slide {
  0% {
    left: 0;
    right: 0;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.img-zoom {
  opacity: 0;
}
.inview .img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  -webkit-animation-name: kf-img-show;
          animation-name: kf-img-show;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
/* 追加↑ */
/*テキストエリア*/
.aboutVisual__body {
  position: relative;
  z-index: 1;
  color: #000;
  font-family: "Sawarabi Mincho", sans-serif;
  background-size: cover;
  height: 330px;
  margin-top: -30px; /*変更*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.aboutVisual__body-mask {
  padding: 30px 35px;
  height: 100%;
  background-color: rgba(238, 228, 228, 0.4);
}

/*見出し*/
.aboutVisual__ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.aboutVisual__ttl br {
  display: block;
}

.aboutVisual__ttl::after {
  content: "";
  display: block;
  margin: 15px 0 15px -35px;
  border-top: 1px solid currentColor;
}

/*テキスト*/
.aboutVisual__txt {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
  font-weight: bold;
  padding-bottom: 10px;
}

.profile-pic img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/*for TAB*/
@media screen and (min-width: 768px) {
  .aboutVisual__ph {
    margin-left: 35px;
    width: 90%;
    margin-left: 10%;
  }
  .aboutVisual__body {
    margin-top: -64px; /*変更*/
    margin-right: 0;
    width: 67.3%;
    height: 425px;
  }
  .aboutVisual__ttl {
    font-size: 2.125rem;
    font-weight: bold;
  }
  .aboutVisual__ttl br {
    display: none;
  }
  .aboutVisual__ttl::after {
    margin-left: -35px;
  }
  .aboutVisual__txt {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2;
  }
  .profile-body {
    padding-right: 20px;
  }
}
/*for PC*/
@media screen and (min-width: 1080px), print {
  /*写真*/
  .aboutVisual {
    background: linear-gradient(to bottom, #F7F7F7 150px, #e3f3fd 100px, #e3f3fd calc(100% - 150px), #F7F7F7 calc(100% - 150px));
  }
  .aboutVisual__txt {
    font-size: 1.125rem;
  }
  .aboutVisual__ph {
    margin-left: 125px;
  }
  .aboutVisual__ph img {
    max-width: none;
    width: 100%;
    max-height: 940px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  .profile-body {
    width: 80%;
    margin-left: 20%;
    padding-right: 20px;
  }
}
/*--------------------------------
 Contact
---------------------------------*/
#contact .inner {
  padding: 60px;
  background: rgba(255, 255, 255, 0.8);
}

.contact {
  padding: 40 auto;
  text-align: center;
}

.contact-item:not(:last-child) {
  margin-right: 10px;
}

.contact-text {
  margin-top: 10px;
}

.cta-area {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  text-align: left;
}

.cta .text {
  display: inline-block;
  width: 65.3%;
  background: #f5f2f0;
  padding: 14px;
  border-radius: 3px;
  border: none;
}

.cta .message {
  width: 100%;
  background: #f5f2f0;
  padding: 14px;
  border-radius: 3px;
  border: none;
  height: 180px;
}

.cta__wrapper {
  background: #FFFFFF;
  margin-top: 49px;
  margin-bottom: 70px;
  margin-right: 16.96%;
  margin-left: 16.96%;
  padding: 36px 63px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cta text, .message {
  margin-bottom: 29px;
}

.cta .btn-secondary {
  margin-left: 32px;
}

.cta-area__text {
  padding-bottom: 20px;
  padding-top: 23px;
  font-size: 1em;
  font-weight: bold;
}

.cta-area__text:nth-child(1) {
  padding-top: 0px;
}

.cta .btn {
  display: inline-block;
  width: 60px;
  max-width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
  font-weight: bold;
  background: #0C449B;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 32px;
}

.agree {
  text-align: center;
}

.agree .checkbox-text {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 31px;
}

.checkbox {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  transform: scale(1.5);
  vertical-align: sub;
}

.btn.submit-btn {
  border: none;
  width: 100%;
  max-width: 155px;
  line-height: 1.85;
  cursor: pointer;
  vertical-align: middle;
  background-color: rgb(68, 153, 254);
  margin-right: auto;
  margin-left: auto;
}

.btn.submit-btn:hover {
  background-color: rgba(68, 153, 254, 0.8);
}

.end-message {
  display: none;
}

.false-message {
  display: none;
}

.contact-list {
  padding-top: 22px;
}

/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #4c4c4c;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #fff;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #333;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #797979;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-img {
  margin-bottom: 20px;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article-info-title {
  font-size: 15px;
}

.article-body img {
  margin-bottom: 30px;
}

.article-body p {
  margin-bottom: 30px;
}

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

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }
  .abooutVisual__txt {
    font-size: 0.9375rem;
    line-height: 1.8;
    font-weight: bold;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    text-align: left;
    display: block;
  }
  /* タイトル */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  /* レイアウト */
  .section {
    padding: 40px 0;
  }
  .section .about {
    padding-top: 10px;
    padding-bottom: none;
  }
  #skill .inner {
    padding-top: 60px;
  }
  .section .price {
    padding-top: 20px;
  }
  .inner {
    padding: 0 20px;
  }
  /* ヘッダー */
  .header {
    background-color: #fff;
  }
  .header .inner {
    padding: 15px;
  }
  .header-logo {
    font-size: 15px;
    margin-right: 15px;
  }
  .header-nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .header-nav-item a {
    font-size: 10px;
  }
  .header-nav {
    display: none;
  }
  .btn-sp {
    display: block;
  }
  header .global_nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    display: none;
    width: 70%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    /* 3. スライドメニューの場合 */
    display: block;
    right: -100%;
    transition: right 0.5s;
    z-index: 30;
    /* ここまで */
  }
  /* 3. スライドメニューの場合 */
  header .global_nav.sp_open {
    right: 0;
  }
  .btn-sp.sp_open {
    display: none;
  }
  /* ここまで */
  header .global_nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  header .global_nav ul li a {
    display: block;
    padding: 25px;
    border-radius: 5px;
    color: #333333;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  header .global_nav ul li a:hover {
    text-decoration: underline;
  }
  .close {
    position: absolute;
    top: 20px;
    right: 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
  .batsu {
    display: block;
    width: 18px; /*枠の大きさ*/
    height: 18px; /*枠の大きさ*/
    position: relative;
  }
  .batsu::before, .batsu::after {
    content: "";
    display: block;
    width: 100%; /*バツ線の長さ*/
    height: 2px; /*バツ線の太さ*/
    background: #000;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
  }
  .batsu::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
  }
  .noscroll {
    overflow: hidden;
  }
  /*  メインビジュアル */
  .main-visual {
    height: 75vh;
    /* padding-top: 52px; */
  }
  .main-visual-inner {
    padding: 0 20px;
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
  }
  .main-visual-title {
    font-size: 32px;
  }
  .main-visual-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main-visual-text {
    font-size: 14px;
  }
  /* Works */
  #works {
    padding: 60px 0;
  }
  .works-name {
    font-size: 13px;
  }
  .works-info {
    font-size: 11px;
  }
  .works-list {
    justify-content: space-between;
  }
  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* Skill */
  .skill-list {
    display: block;
    margin-bottom: 0;
  }
  .skill-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .skill-item:last-child {
    margin-bottom: 0;
  }
  .skill-text {
    font-size: 0.875rem;
  }
  /* Price */
  .horizontal-table__header {
    padding: 19px;
  }
  /* About */
  #about {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .profile {
    display: block;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .profComment {
    left: 13px;
  }
  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }
  .cta .text {
    width: 100%;
  }
  .cta__wrapper {
    padding: 36px 25px;
    margin-right: 8%;
    margin-left: 8%;
  }
  .cta .message {
    width: 100%;
  }
  .cta .btn-secondary {
    margin-left: 20px;
  }
  /* フッター */
  .footer {
    padding: 20px;
  }
  /* 下層ページ */
  .article {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .main-visual {
    height: 75vh;
  }
  body::before {
    background-image: url(../img/background-image-tb-min.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover;
  }
}