@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
}

a {
  text-decoration: none;
  color: #1ca9e3;
}

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

ul,
li {
  list-style: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.hover-action {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.hover-action:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
}

/*--------------------------------
 文字
---------------------------------*/
.heading-primary {
  font-family: "Open sans", sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: .05em;
}

.section-heading {
  margin-bottom: 20px;
  text-align: center;
}

.section-lead {
  margin-bottom: 30px;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

/*--------------------------------
 レイアウト
---------------------------------*/
/* .wrapper { */
/* padding-top: 68px; */
/* } */

.section {
  padding: 120px 0;
}

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

.inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70vh;
  position: relative;
  background-color: #F5EFE8;
  overflow: hidden;
}

h1 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}

h1 img {
  width: 179px;
  max-width: 30%;
}

.logo {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
  z-index: 1;
  margin-top: -80px;
}

.logo-title {
  font-family: "Open sans", sans-serif;
  font-size: 28px;
}

.logo-title span {
  font-size: 20px;
}

.logo-subtitle {
  font-family: "Open sans", sans-serif;
  font-size: 28px;
  margin-top: 25px;
  text-align: center;
}

.btn-contact {
  color: #fff;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 30px;
  border: 3px solid #fff;
  margin-top: 20px;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

.btn-contact:hover {
  color: #070A31;
  background-color: #fff;
}

.cat {
  position: absolute;
}

.cat01 {
  width: 12%;
  bottom: -15%;
  left: 35%;
}

.cat02 {
  bottom: -20%;
  left: 14%;
}

.cat03 {
  width: 12%;
  bottom: -5%;
  right: 35%;
}

.cat04 {
  bottom: -20%;
  right: 19%;
}

/*--------------------------------
 グローバルナビ
---------------------------------*/
.gnav {
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
}

.gnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gnav-item {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  padding: 0 24px;
  letter-spacing: .05em;
}

.gnav-link {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  -webkit-transition: .3s;
  transition: .3s;
  color: #333;
}

.gnav-link.contact {
  font-weight: bold;
  color: #2D2B79;
}

.gnav-link:hover {
  opacity: 1;
}

.gnav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}

.gnav-link:hover:after {
  width: 100%;
}

/* iOS対策 */
.ios .gnav-link:after,
.ios .gnav-link:hover:after {
  display: none;
}

/*--------------------------------
 News
---------------------------------*/
.news-section {
  color: #fff;
  background-color: #463B2D;
  padding: 1em 0;
}

.news-list li span {
  color: red;
  margin-right: 1em;
}

.news-list li a {
  color: #fff;
  text-decoration: underline;
}

.news-list li a:hover {
  text-decoration: none;
}

/*--------------------------------
 Works
---------------------------------*/

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

.works-item {
  flex: 0 0 32.31552%;
  margin-right: 1.52671%;
  margin-bottom: 40px;
}

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

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

.works-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.works-text {
  font-size: 12px;
}

.works-link a {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}

.works-link a:hover {
  text-decoration: none;
}

.works-url {
  font-size: 10px;
}

.works-image.fadein {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}

.works-image.fadein.lazyloaded {
  opacity: 1;
}

/*--------------------------------
 Feature
---------------------------------*/
/* .feature-item {
  display: flex;
  flex-wrap: wrap;
}

.feature-image-wrapper {
  flex: 0 0 45%;
  margin-right: 40px;
}

.feature-body {
  flex: 1;
}

.feature-body p:not(:last-child) {
  margin-bottom: 20px;
} */

/*--------------------------------
 About
---------------------------------*/
.about-section .inner {
  max-width: 1000px;
}

.about-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-image-wrapper {
  flex: 0 0 220px;
  margin-right: 40px;
}

.about-image {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 #d9d9d9;
}

.about-body {
  flex: 1;
}

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

/*--------------------------------
 Skill
---------------------------------*/
.skill-section .inner {
  max-width: 1000px;
}

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

.skill-item {
  display: flex;
  flex: 0 0 46%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.skill-image-wrapper {
  flex: 0 0 60px;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

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

.skill-title {
  margin-bottom: 3px;
}


/*--------------------------------
 Review
---------------------------------*/
.review-section .inner {
  max-width: 1000px;
}

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

.review-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 46%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.review-title {
  display: flex;
  flex-wrap: wrap;
}

.review-name {
  margin-bottom: 3px;
}

.review-rate::before {
  line-height: 20px;
  display: inline-block;
  height: 20px;
  content: "★★★★★";
  color: #ffda0f;
}

.kokonara-link {
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}

.kokonara-link a {
  text-decoration: underline;
  color: #333;
}

.kokonara-lead {
  text-align: right;
  font-size: 12px;
}

.kokonara-lead span {
  background: linear-gradient(transparent 50%, yellow 50%);
}

/*--------------------------------
 Price
---------------------------------*/
.section-body.price {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.price-table {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.price-table thead tr td {
  color: #fff;
  padding: 1em;
  background-color: #463B2D;
  border-right: 1px solid #D7B9B9;
}

.price-table tbody tr td {
  padding: 1em;
  background-color: #fff;
  vertical-align: middle;
}

.price-table tbody tr td:nth-child(2) {
  color: #2D2B79;
  font-weight: bold;
  text-align: center;
}

.price-table tbody tr td:not(:last-child) {
  border-right: 1px solid #D7B9B9;
}

.table-note {
  margin-top: 10px;
  padding-left: 1em;
}

.table-note li a {
  color: #333;
  text-decoration: underline;
}

.table-note li a:hover {
  text-decoration: none;
}

.price-noteTitle {
  font-weight: bold;
  padding-bottom: 1em;
  margin: 30px 1em 1em 1em;
  position: relative;
}

.price-noteTitle::before {
  position: absolute;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #2D2B79;
}

.price-noteList li {
  position: relative;
  padding-left: 2.5em;
}

.price-noteList li br {
  display: none;
}

.price-noteList li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 1em;
}

.price-cat {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 120px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}

.contact-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-item {
  width: 50px;
  margin: 0 20px;
  text-align: center;
}

.contact-text {
  display: inline-block;
  color: #333;
  margin-top: 20px;
  text-decoration: underline;
}

.contact-text:hover {
  text-decoration: none;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  background-color: #1d1d1d;
}

.footer .inner {
  padding: 30px;
}

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

.page-top {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
}

/*media Queries 1300
----------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .cat01 {
    left: 15%;
    width: 20%;
  }

  .cat02 {
    left: -8%;
  }

  .cat03 {
    width: 22%;
    right: 15%;
  }

  .cat04 {
    right: -3%;
  }
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .hover-action {
    -webkit-transition: none;
    transition: none;
  }

  .hover-action:hover {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  /* 文字 */
  .section-heading {
    margin-bottom: 20px;
  }

  .heading-primary {
    font-size: 22px;
  }

  /* レイアウト */
  /* .wrapper {
  padding-top: 56px;
} */

  .section {
    padding: 60px 0;
  }

  .section .inner {
    padding: 0 15px;
  }

  /* ヘッダー */
  .header {
    height: 80vh;
  }

  .logo-title {
    font-size: 28px;
  }

  .logo-subtitle {
    font-size: 14px;
  }

  /* 猫たち */
  .cat01,
  .cat03 {
    display: none;
  }

  .cat02 {
    width: 45%;
    left: 13%;
    bottom: auto;
    top: 75%;
  }

  .cat04 {
    width: 33%;
    right: 20%;
    bottom: auto;
    top: 75%;
  }

  /* グローバルナビ */
  .gnav {
    padding: 15px 0;
  }

  .gnav-item {
    font-size: 13px;
    padding: 2px 15px;
  }

  .gnav-link {
    padding: 0;
  }

  .gnav-link:hover {
    opacity: 1;
  }

  .gnav-link:after {
    display: none;
  }

  /* Works */
  .works-body {
    text-align: left;
  }

  .works-title {
    font-size: 10px;
  }

  .works-list {
    justify-content: space-between;
  }

  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* Feature */
  .feature-item {
    display: block;
  }

  .feature-image-wrapper {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* About */
  .about-item {
    display: block;
  }

  .about-image-wrapper {
    width: 100px;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  /* Skill */
  .skill-list {
    display: block;
    margin-bottom: 0;
  }

  .skill-item {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  .skill-image-wrapper {
    flex: 0 0 75px;
    margin-right: 15px;
  }

  .skill-img {
    width: 60px;
    height: 60px;
  }

  .rate {
    font-size: 15px;
    height: 15px;
  }

  .rate:before,
  .rate:after {
    line-height: 15px;
    height: 15px;
  }

  .rate1:after {
    width: 15px;
  }

  .rate2:after {
    width: 35px;
  }

  .rate3:after {
    width: 55px;
  }

  .rate4:after {
    width: 75px;
  }

  .rate5:after {
    width: 95px;
  }

  /* price */
  .price-noteList li br {
    display: block;
  }

  .price-cat {
    width: 15%;
    right: 0;
  }

  .price-table tbody tr td {
    padding: 1em .2em;
  }


  /* Contact */
  .contact-item {
    width: 40px;
    margin: 0 10px;
  }

  /* フッター */
  .footer .inner {
    padding: 20px 0;
  }

  /* Circles */
  header .circle-1,
  header .circle-2,
  header .circle-3 {
    width: 200px;
    height: 200px;
  }

}

/*media Queries 374
----------------------------------------------------*/
@media screen and (max-width: 374px) {

  .header {
    height: 500px;
  }

  .logo-title span {
    font-size: 16px;
  }

  /* 猫たち */
  .cat02 {
    top: 80%;

  }

  .cat04 {
    top: 80%;
  }
}

@import url('https://fonts.googleapis.com/css?family=Courgette');

/* Positioning */
body {
  position: relative;
}

/*============== 雪を降らせる（削除してOK）==================== */
html,
body {
  height: 100%;
}

#particles-js {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #070A31;
}

#wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.header {
  background-color: transparent;
  color: #fff;
}

.about-section,
.review-section,
.review-section a,
.contact-section,
.contact-section a {
  color: #fff;
}

/*============== 雪を降らせるここまで==================== */

/* バナー　ページ */
.header_banner{
  color: #fff;
  text-align: center;
  padding: 10px;
}

.header_banner_link{
  color: #fff;
  text-decoration: underline;
}

.c-bannerList{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.c-bannerList__ttl{
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

.c-bannerList__target{
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}

.c-bannerList__name{
  font-size: 16px;
}

.c-bannerList__size{
  font-size: 16px;
}

.flyer-section, .review-section, .review-section a, .contact-section, .contact-section{
  color: #fff;
}

.flyer-section .c-bannerList__target{
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-bannerList{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .c-bannerList__ttl,.c-bannerList__size{
    font-size: 14px;
  }
  .c-bannerList__target{
    padding: 10px;
  }
}

.tokusho a{
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  padding: 1rem;
}

.tokusho a:hover{
  text-decoration: none;
}

.underHeader{
  background-color: #fff;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.underHeader h2{
  font-size: 32px;
}

.section-tokusho{
  padding: 20px 0 60px;
  background-color: #fff;
}

.tokusho-table{
  width: 800px;
  max-width: 100%;
  border-collapse: collapse;
  margin: auto;
}

.tokusho-table th{
  width: 200px;
  height: 60px;
  background-color: #070A31;
  color: #fff;
  vertical-align: middle;
  padding: 1rem;
}

.tokusho-table td{
  width: calc(100% - 200px);
  vertical-align: middle;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .underHeader{
    height: 100px;
  }

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

  .tokusho-table th, .tokusho-table td{
    display: block;
    width: 100%;
  }
}