@charset "UTF-8";
/*
Template: jin
Theme Name: サスケ ブログ
Author: interpark
Version: 1.00
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&display=swap");
/* プリセットCSS */
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
h1 {
  margin: auto;
}

.show-pc {
  display: block;
}

@media (max-width: 767px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}

@media (max-width: 767px) {
  .show-sp {
    display: block;
  }
}

.cps-post-box.hentry .archive-post-header {
  width: auto;
  height: auto;
  background: none;
}

.cps-post-box.hentry .archive-post-header .archive-title-sub {
  color: #1e84bf;
}

.cps-post-header {
  background: none;
  height: auto;
}

.error404 .cps-post-box.hentry {
  background: none;
}

.error404 .cps-post .search-box {
  margin-right: 0;
}

.archive .cps-post-box.hentry,
.search .cps-post-box.hentry {
  background: #fef9ef;
}

.archive-title + h1 {
  font-size: 1.25rem;
}

* {
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #wrapper {
    padding-top: 105px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-left: 10px !important;
  }
}

.footer .footer_nav ul li a {
  color: #fff;
}

.btn-group__02 {
  padding: 2.66667vw 2.66667vw 2.66667vw 4vw;
}

.btn-group__02 .btn {
  padding: 0 4vw !important;
}

@media (max-width: 767px) {
  .webp .consulting {
    background-image: url("include/img/common/consulting.webp") !important;
  }
}

@media (min-width: 768px) {
  .webp .consulting .inner {
    background-image: url("include/img/common/consulting.webp") !important;
  }
}

.conversion_bn li:not(:first-child) {
  margin-top: 20px;
}

input[type="search"] {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.widget_search {
  margin-bottom: 25px !important;
}

.widget_search .search-box input[type="search"] {
  border-color: #6b8c21;
  line-height: 34px;
  border-radius: 2px;
}

.widget_search .search-box input[type="search"]:focus {
  border-color: #83b513 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

:-ms-input-placeholder {
  color: #999 !important;
}

::-ms-input-placeholder {
  color: #999 !important;
}

::placeholder {
  color: #999 !important;
}

body#nts-style .widgettitle {
  font-weight: bold !important;
  font-size: 1.25rem;
  background-color: #fff !important;
}

@media (max-width: 767px) {
  body#nts-style .widgettitle {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.975rem;
    line-height: 1.42857;
  }
}

.sidebar_style2 .widgettitle {
  color: #5a5a5a;
  line-height: 1;
  padding: 5px 10px;
  border-left: 7px solid #80a04a;
}

#breadcrumb ul {
  background-color: #fff;
}

@media (min-width: 768px) {
  #breadcrumb ul {
    padding: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #breadcrumb ul {
    padding: 0;
  }
}

#breadcrumb ul li a {
  color: #5a5a5a !important;
}

.second_mv {
  height: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff !important;
  margin: 8vw auto 1vw !important;
  padding: 0 20px;
}

.second_mv.front {
  margin: 8vw auto 7vw !important;
}

.second_mv.front .hero-text {
  font-size: 34px !important;
  margin-bottom: 15px;
}

.second_mv .hero-text {
  font-size: 28px !important;
  line-height: 1.2;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
  color: #6b8c21 !important;
}

.second_mv .hero-text span {
  display: block;
  color: #2c4720;
  letter-spacing: 4px;
  font-weight: 400;
}

.second_mv p {
  font-weight: 300;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 768px) {
  .second_mv {
    margin: 2vw auto 3.8vw !important;
  }
  .second_mv.front {
    margin: 2vw auto 4.8vw !important;
  }
  .second_mv.front .hero-text {
    font-size: 54px !important;
    margin-bottom: 10px;
  }
  .second_mv .hero-text {
    font-size: 37px !important;
    line-height: 1.7;
  }
  .second_mv .hero-text span {
    display: inline;
  }
  .second_mv p {
    font-size: 15px;
  }
}

.main-visual-image {
  position: relative;
  min-height: 160px;
}

@media (max-width: 767px) {
  .main-visual-image {
    min-height: 26.667vw;
    margin-top: 10vw;
  }
  .main-visual-image.front {
    min-height: 37.33333vw;
  }
}

.main-visual-image .background {
  background-color: #6b8c21;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.main-visual-image .page__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.375rem;
  font-weight: 600;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  position: absolute;
  letter-spacing: 0.1em;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.main-visual-image .page__title .en {
  font-family: "Pacifico";
  letter-spacing: 0.1em;
  color: #fcffa6;
}

@media (max-width: 767px) {
  .main-visual-image .page__title {
    text-align: center;
    line-height: 1.3;
    font-size: 1rem;
  }
}

#main-contents header.fixed {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sns-design-type01 .sns-top {
  padding-top: 15px;
}

.sns-design-type01 .sns-top .jic::before,
.sns-design-type01 .sns .jic::before {
  padding: 0 !important;
}

.sns-design-type01 .sns-top li a,
.sns-design-type01 .sns li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
}

.sns-design-type01 .sns-top li.hatebu a,
.sns-design-type01 .sns li.hatebu a {
  background-color: #00a4de;
  border-color: #00a4de;
}

.sns-design-type01 .sns-top li.twitter a,
.sns-design-type01 .sns li.twitter a {
  background-color: #1d9bf0;
  border-color: #1d9bf0;
}

.sns-design-type01 .sns-top li.facebook a,
.sns-design-type01 .sns li.facebook a {
  background-color: #1877f2;
  border-color: #1877f2;
}

.sns-design-type01 .sns-top li.pocket a,
.sns-design-type01 .sns li.pocket a {
  background-color: #ff2450;
  border-color: #ff2450;
}

.sns-design-type01 .sns-top li.line a,
.sns-design-type01 .sns li.line a {
  background-color: #07b53b;
  border-color: #07b53b;
}

@media (min-width: 768px) {
  .cps-post header {
    border-bottom: none;
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: none;
    transition: none;
  }
}

.cps-post .cps-post-header .cps-post-meta .cps-post-date-box {
  margin-bottom: 0;
}

.cps-post .cps-post-thumb {
  margin-top: 15px;
}

.cps-post .cps-post-header .cps-post-meta .cps-post-date-box .cps-post-date .jin-ifont-watch:before,
.cps-post .cps-post-header .cps-post-meta .cps-post-date-box .cps-post-date .jin-ifont-reload:before {
  margin-right: 0;
}

.wp-block-file__embed {
  -o-object-fit: contain;
  object-fit: contain;
}

.pickup-contents-title {
  width: 1140px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  color: #2ec1ac;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.pickup-contents-title::before,
.pickup-contents-title::after {
  content: " ";
  display: block;
  width: 43%;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

.pickup-contents-title::before {
  left: 0;
}

.pickup-contents-title::after {
  right: 0;
}

.pickup-contents-title span::before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 32px;
  background: url("img/man.png") no-repeat;
  background-size: cover;
  margin-right: 0.2em;
  margin-bottom: -3px;
}

@media (max-width: 767px) {
  .pickup-contents-title {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .pickup-contents-title::before,
  .pickup-contents-title::after {
    display: none;
  }
}

.wp-block-group footer {
  background: #fff;
}

#contents {
  margin: 20px auto 100px auto;
}

@media (max-width: 767px) {
  #contents {
    margin: 0 0 50px 0;
  }
}

.archive-post-header {
  border-bottom: none;
}

.archive .cps-post-box.hentry,
.search .cps-post-box.hentry {
  background: #fff;
}

.cps-post-box.hentry .archive-post-header .archive-title-sub {
  color: #6b8c21;
}
/*# sourceMappingURL=style.css.map */