@charset "UTF-8";
/*
Theme Name: UNIxy-Theme
Author: UNIxy渡辺
Description: ディスクリプション
Version: 1.0.0
*/
/************************* 変数 ********************/
/************************* 共通 ********************/
html {
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

main {
  background-color: #faf5f2;
  margin-left: 200px;
  width: calc(100% - 200px);
  color: #616161;
  z-index: -100;
}
main * {
  z-index: 0;
}

section {
  padding: 40px 50px;
  z-index: -100;
}
section:last-child {
  padding-bottom: 80px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  text-align: center;
  font-size: 1.6rem;
}
h2 span {
  color: #b88c65;
}

h3 {
  font-weight: normal;
  font-size: 1.1rem;
}

p {
  font-size: 1.2vw;
}

.company-name {
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 15px;
  z-index: 2;
}
.company-name h1, .company-name p, .company-name div {
  margin-bottom: 10px;
  font-size: 1vw;
}
.company-name p {
  font-weight: bold;
}
.company-name span {
  font-size: 0.7vw;
}

i.fa-angle-down, i.fa-angle-right {
  margin: 0 5px;
}

i::before {
  font-family: "Font Awesome 5 Free";
}

.adsense {
  margin: 8rem auto 0 !important;
  width: 90% !important;
  height: auto !important;
  text-align: center !important;
}
.adsense ins {
  width: 100% !important;
  height: auto !important;
}
.adsense img {
  width: 100% !important;
  height: auto !important;
}

@-webkit-keyframes pulse1 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(184, 140, 101, 0.2);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
    background-color: rgba(184, 140, 101, 0);
  }
}

@keyframes pulse1 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(184, 140, 101, 0.2);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
    background-color: rgba(184, 140, 101, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(1, 55, 53, 0.2);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
    background-color: rgba(1, 55, 53, 0);
  }
}
@keyframes pulse2 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(1, 55, 53, 0.2);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
    background-color: rgba(1, 55, 53, 0);
  }
}
@-webkit-keyframes pulse3 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(97, 97, 97, 0.2);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
    background-color: rgba(97, 97, 97, 0);
  }
}
@keyframes pulse3 {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(97, 97, 97, 0.2);
  }
  90% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
    background-color: rgba(97, 97, 97, 0);
  }
}
/************************* クラス機能 ********************/
.btn {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  border: 1px solid #013735;
  background: #faf5f2;
  text-align: center;
  font-size: 1.4vw;
  line-height: 3vw;
  box-shadow: 1px 1px 5px #555;
}
.btn span {
  width: 100%;
  height: 100%;
  color: #013735;
  z-index: 1;
}
.btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #013735;
  z-index: -1;
  transition: 0.2s;
}
.btn span:hover, .btn span .btn span {
  color: #faf5f2;
}
.btn span:hover::before, .btn span .btn span::before {
  width: 100%;
}

.zoomHover {
  overflow: hidden;
}
.zoomHover img {
  transition: all 0.3s;
}
.zoomHover:hover img {
  transform: scale(1.1);
}

.rellax1 {
  position: absolute;
  width: 20% !important;
  z-index: -10 !important;
  opacity: 0.6;
}

.rellax3 {
  position: absolute;
  width: 15% !important;
  z-index: -20 !important;
  opacity: 0.4;
}

.rellax5 {
  position: absolute;
  width: 10% !important;
  z-index: -30 !important;
  opacity: 0.2;
}

.nazo {
  z-index: 0 !important;
}

/************************* ヘッダー ********************/
header {
  background-color: #b88c65;
  position: fixed;
  top: 0;
  padding: 10px 0;
  width: 200px;
  height: 100vh;
  box-shadow: 1px 0 10px #555;
  z-index: 10000;
  /* ハンバーガーボタン */
  /* ハンバーガーボタンが「×」の時 */
}
header .logo {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
header .logo img {
  margin: 0 auto;
  width: 80%;
}
header .ham-btn {
  position: absolute;
  top: 0;
  right: 5px;
  height: 50px;
  width: 50px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
header .ham-btn span {
  background-color: #000;
  height: 3px;
  width: 30px;
  margin: 2px 0;
  border-radius: 5px;
  transition: all 0.2s;
}
header .ham-btn.open span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}
header .ham-btn.open span:nth-child(2) {
  display: none;
}
header .ham-btn.open span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}
header .header-nav a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #616161;
  text-align: center;
  color: #faf5f2;
}
header .header-nav a.now-page {
  background-color: #00000077;
}
header .header-nav a.header-nav__contact {
  background-color: #013735;
}
header .header-nav a.header-nav__contact:hover {
  background-color: #025a57;
}
header .header-nav a:not(.header-nav__contact, .now-page):hover {
  background-color: #00000033;
}

/************************* フロントページ ********************/
#FRONT .key-visual {
  padding-top: 35px;
  height: 43vw;
  background: radial-gradient(#b88c65 3px, transparent 4px), radial-gradient(#013735 3px, transparent 4px), linear-gradient(#faf5f2 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px), #faf5f2;
  background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}
#FRONT .key-visual .key-visual__cards {
  position: relative;
  width: 30%;
  text-align: center;
  margin: 0 auto;
}
#FRONT .key-visual .key-visual__cards::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#FRONT .key-visual .key-visual__cards li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  z-index: 1;
}
#FRONT .key-visual .key-visual__cards li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity linear 1s;
  z-index: -1;
}
#FRONT .key-visual .key-visual__cards__card1 {
  background-color: rgba(184, 140, 101, 0.9);
  transition: background-color cubic-bezier(#b88c65, 1) 0.4s;
  z-index: 2 !important;
}
#FRONT .key-visual .key-visual__cards__card1::after {
  -webkit-animation: pulse1 2.5s ease-out infinite;
          animation: pulse1 2.5s ease-out infinite;
}
#FRONT .key-visual .key-visual__cards__card2 {
  background-color: rgba(1, 55, 53, 0.9);
  transform: translate(-70%, 50%);
  transition: background-color cubic-bezier(#013735, 1) 0.4s;
}
#FRONT .key-visual .key-visual__cards__card2::after {
  -webkit-animation: pulse2 2.5s ease-out infinite;
          animation: pulse2 2.5s ease-out infinite;
}
#FRONT .key-visual .key-visual__cards__card3 {
  background-color: rgba(97, 97, 97, 0.9);
  transform: translate(70%, 50%);
  transition: background-color cubic-bezier(#616161, 1) 0.4s;
}
#FRONT .key-visual .key-visual__cards__card3::after {
  -webkit-animation: pulse3 2.5s ease-out infinite;
          animation: pulse3 2.5s ease-out infinite;
}
#FRONT .pr__contents__content {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#FRONT .pr__contents__content__text {
  margin: 0.3vw 3% 0;
  text-shadow: 1px 1px 3px #ddd;
}
#FRONT .pr__contents__content__text h2 {
  font-size: 1.6rem;
}
#FRONT .pr__contents__content__text p {
  font-size: 1.1rem;
  margin-top: 2%;
  margin-left: 3%;
}
#FRONT .pr__contents__content img {
  width: 50%;
  z-index: 1;
}
#FRONT .pr__contents__content > img {
  box-shadow: 3px 3px 10px #555;
  border-radius: 5px;
}
#FRONT .pr__contents__content:nth-child(even) {
  flex-direction: row-reverse;
}
#FRONT .front-works {
  background-image: url(https://unixy.jp/wp-content/uploads/2022/05/bg.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#FRONT .front-works::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  right: 0;
  background: inherit;
  filter: blur(4px) brightness(0.8);
  z-index: -1;
}
#FRONT .front-works h2 {
  text-align: center;
  color: #faf5f2;
}
#FRONT .front-works .works-items {
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}
#FRONT .front-works .works-items__item {
  width: 25%;
}
#FRONT .front-works .works-items__item img {
  width: 100%;
}
#FRONT .front-works .works-items__item p {
  margin-top: 10px;
  width: 90%;
  background-color: #faf5f2;
}
#FRONT .front-works .works-items__item:hover span {
  color: #faf5f2;
}
#FRONT .front-works .works-items__item:hover span::before {
  width: 100%;
}
#FRONT .front-price .price-content {
  display: flex;
  justify-content: space-around;
  margin: 20px auto 30px;
}
#FRONT .front-price .price-content > div {
  width: 46%;
}
#FRONT .front-price .price-content__text {
  margin-right: 30px;
  padding: 20px 30px;
  border-radius: 3px;
  background-color: #c7c7c7;
}
#FRONT .front-price .price-content__menu dl {
  display: flex;
  margin-bottom: 25px;
  padding: 10px;
  border-bottom: 1px solid #013735;
  align-items: baseline;
}
#FRONT .front-price .price-content__menu dl dt {
  margin-right: 20px;
  font-size: 1.3vw;
}
#FRONT .front-price .price-content__menu dl dd {
  font-size: 1.8vw;
  font-weight: bold;
  color: #b88c65;
}
#FRONT .front-price .price-content__menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#FRONT .front-price .price-content__menu ul li {
  margin: 5px;
  padding: 5px;
  border-radius: 3px;
  width: 30%;
  font-size: 1.2vw;
  background-color: #c7c7c7;
}
#FRONT .front-price .other-price-link {
  display: flex;
}
#FRONT .front-price .other-price-link a {
  width: 25%;
}
#FRONT .worries dl {
  margin: 20px auto 0;
}
#FRONT .worries dl dt {
  font-size: 1.4vw;
}
#FRONT .worries dl dt span {
  color: #b88c65;
  font-size: 1.6vw;
}
#FRONT .worries dl dd:not(:last-child) {
  margin: 0.5vw 2vw 1.5vw;
  font-size: 1.2vw;
}
#FRONT .worries dl dd:last-child {
  margin: 0.5vw 2vw 0;
  font-size: 1.2vw;
}
#FRONT .front-blog .contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px auto;
}
#FRONT .front-blog .contents__content {
  position: relative;
  margin: 0 auto 2rem;
  padding: 15px;
  border-radius: 3px;
  width: 30%;
  height: 350px;
  color: #616161;
  background-color: rgba(184, 140, 101, 0.3);
}
#FRONT .front-blog .contents__content .data {
  font-size: 1vw;
}
#FRONT .front-blog .contents__content h3 {
  font-weight: bold;
  margin-top: 15px;
  text-decoration: underline;
}
#FRONT .front-blog .contents__content .text {
  margin: 20px auto 40px;
  font-size: 1.1vw;
}
#FRONT .front-blog .contents__content .btn {
  line-height: 2vw;
  font-size: 1.2vw;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}
#FRONT .front-blog .contents__content:hover span {
  color: #faf5f2;
}
#FRONT .front-blog .contents__content:hover span::before {
  width: 100%;
}
#FRONT .front-blog > .btn {
  width: 60%;
}

/************************* TOP以外共通 ********************/
#HP, #LP, #WORKS, #SATISFACTION, #ABOUT, #FAQ, #BLOG, #BLOG-SINGLE, #CONTACT, #POLICY {
  background-image: url(https://unixy.jp/wp-content/uploads/2022/05/bg.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  position: relative;
  z-index: 1;
}
#HP::before, #LP::before, #WORKS::before, #SATISFACTION::before, #ABOUT::before, #FAQ::before, #BLOG::before, #BLOG-SINGLE::before, #CONTACT::before, #POLICY::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  right: 0;
  background: inherit;
  filter: blur(15px) opacity(0.2);
  z-index: -1;
}
#HP .page-info__title h1, #HP .page-info__title .single-title, #LP .page-info__title h1, #LP .page-info__title .single-title, #WORKS .page-info__title h1, #WORKS .page-info__title .single-title, #SATISFACTION .page-info__title h1, #SATISFACTION .page-info__title .single-title, #ABOUT .page-info__title h1, #ABOUT .page-info__title .single-title, #FAQ .page-info__title h1, #FAQ .page-info__title .single-title, #BLOG .page-info__title h1, #BLOG .page-info__title .single-title, #BLOG-SINGLE .page-info__title h1, #BLOG-SINGLE .page-info__title .single-title, #CONTACT .page-info__title h1, #CONTACT .page-info__title .single-title, #POLICY .page-info__title h1, #POLICY .page-info__title .single-title {
  border-bottom: 3px solid #616161;
  font-size: 2vw;
  font-weight: bold;
}
#HP .page-info__title .breadcrumbs, #LP .page-info__title .breadcrumbs, #WORKS .page-info__title .breadcrumbs, #SATISFACTION .page-info__title .breadcrumbs, #ABOUT .page-info__title .breadcrumbs, #FAQ .page-info__title .breadcrumbs, #BLOG .page-info__title .breadcrumbs, #BLOG-SINGLE .page-info__title .breadcrumbs, #CONTACT .page-info__title .breadcrumbs, #POLICY .page-info__title .breadcrumbs {
  margin: 5px;
  font-size: 0.9vw;
}
#HP .page-info__title .breadcrumbs a, #LP .page-info__title .breadcrumbs a, #WORKS .page-info__title .breadcrumbs a, #SATISFACTION .page-info__title .breadcrumbs a, #ABOUT .page-info__title .breadcrumbs a, #FAQ .page-info__title .breadcrumbs a, #BLOG .page-info__title .breadcrumbs a, #BLOG-SINGLE .page-info__title .breadcrumbs a, #CONTACT .page-info__title .breadcrumbs a, #POLICY .page-info__title .breadcrumbs a {
  text-decoration: underline;
  color: #616161;
}
#HP .page-info__links ul, #LP .page-info__links ul, #WORKS .page-info__links ul, #SATISFACTION .page-info__links ul, #ABOUT .page-info__links ul, #FAQ .page-info__links ul, #BLOG .page-info__links ul, #BLOG-SINGLE .page-info__links ul, #CONTACT .page-info__links ul, #POLICY .page-info__links ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
#HP .page-info__links ul li, #LP .page-info__links ul li, #WORKS .page-info__links ul li, #SATISFACTION .page-info__links ul li, #ABOUT .page-info__links ul li, #FAQ .page-info__links ul li, #BLOG .page-info__links ul li, #BLOG-SINGLE .page-info__links ul li, #CONTACT .page-info__links ul li, #POLICY .page-info__links ul li {
  min-width: 17%;
  background-color: #b88c65;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #555;
  text-align: center;
}
#HP .page-info__links ul li a, #LP .page-info__links ul li a, #WORKS .page-info__links ul li a, #SATISFACTION .page-info__links ul li a, #ABOUT .page-info__links ul li a, #FAQ .page-info__links ul li a, #BLOG .page-info__links ul li a, #BLOG-SINGLE .page-info__links ul li a, #CONTACT .page-info__links ul li a, #POLICY .page-info__links ul li a {
  display: block;
  padding: 10px;
  color: #faf5f2;
}

/************************* HP･LP ********************/
#HP h2, #LP h2 {
  margin-bottom: 20px;
  text-align: left;
}
#HP h2 i, #LP h2 i {
  color: #013735;
}
#HP #PLANNING, #HP #RESPONSIVE, #HP #OPERATION, #LP #PLANNING, #LP #RESPONSIVE, #LP #OPERATION {
  display: flex;
}
#HP #PLANNING > div, #HP #RESPONSIVE > div, #HP #OPERATION > div, #LP #PLANNING > div, #LP #RESPONSIVE > div, #LP #OPERATION > div {
  width: 50%;
}
#HP #PLANNING > div img, #HP #RESPONSIVE > div img, #HP #OPERATION > div img, #LP #PLANNING > div img, #LP #RESPONSIVE > div img, #LP #OPERATION > div img {
  width: 100%;
}
#HP #COST .content, #LP #COST .content {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#HP #COST .content .top, #LP #COST .content .top {
  font-size: 1rem;
}
#HP #COST .content .price, #LP #COST .content .price {
  font-size: 2rem;
}
#HP #COST .content .point, #LP #COST .content .point {
  font-size: 0.9rem;
}
#HP #FLOW .content > div, #LP #FLOW .content > div {
  margin-bottom: 30px;
}
#HP #FLOW .content > div .flow__num, #LP #FLOW .content > div .flow__num {
  font-size: 0.9rem;
}
#HP #FLOW .content > div h3, #LP #FLOW .content > div h3 {
  font-size: 1.5vw;
  margin-bottom: 10px;
}
#HP #FLOW .content > div h3 i, #LP #FLOW .content > div h3 i {
  color: #b88c65;
}
#HP #FLOW .content > div .flow__text, #LP #FLOW .content > div .flow__text {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}

/************************* 制作実績 ********************/
#WORKS .works .works__items {
  display: block;
  margin-bottom: 30px;
  padding: 30px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#WORKS .works .works__items h2 {
  margin-bottom: 10px;
  text-align: left;
}
#WORKS .works .works__items h2 span {
  display: inline-block;
  margin-right: 5px;
  width: 3%;
  height: 3%;
  text-align: center;
  color: #fff;
  background-color: #b88c65;
}
#WORKS .works .works__items .works__item {
  display: flex;
  justify-content: space-around;
}
#WORKS .works .works__items .works__item .works__item__image {
  width: 47%;
}
#WORKS .works .works__items .works__item .works__item__image img {
  width: 100%;
}
#WORKS .works .works__items .works__item .works__item__text {
  width: 47%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#WORKS .works .works__items .works__item .works__item__text dd {
  margin-left: 5%;
  margin-bottom: 10px;
}

/************************* よくある質問 ********************/
#FAQ .faq h2 {
  padding-left: 10px;
  border-left: 6px solid #b88c65;
  border-bottom: 1px solid #b88c65;
  text-align: left;
}
#FAQ .faq dl {
  margin: 15px;
}
#FAQ .faq dl dt {
  margin-top: 15px;
  padding: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
#FAQ .faq dl dt h3 {
  display: inline-block;
  font-weight: bold;
}
#FAQ .faq dl dt::before {
  content: "Q.";
  display: inline-block;
  font-weight: bold;
}
#FAQ .faq dl dt:hover {
  background-color: #616161;
  color: #fff;
}
#FAQ .faq dl dd {
  display: none;
  margin: 5px 0 10px 1rem;
  padding-left: 1rem;
  border-left: 1px solid;
}

/************************* ブログアーカイブ ********************/
#BLOG .blog .contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px auto;
}
#BLOG .blog .contents__content {
  position: relative;
  margin: 0 auto 2rem;
  padding: 15px;
  border-radius: 3px;
  width: 30%;
  height: 350px;
  color: #616161;
  background-color: rgba(184, 140, 101, 0.3);
}
#BLOG .blog .contents__content .data {
  font-size: 1vw;
}
#BLOG .blog .contents__content h3 {
  font-weight: bold;
  margin-top: 15px;
  text-decoration: underline;
}
#BLOG .blog .contents__content .text {
  margin: 20px auto 40px;
  font-size: 1.1vw;
}
#BLOG .blog .contents__content .btn {
  line-height: 2vw;
  font-size: 1.2vw;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}
#BLOG .blog .contents__content:hover span {
  color: #faf5f2;
}
#BLOG .blog .contents__content:hover span::before {
  width: 100%;
}

/************************* ブログ記事 ********************/
#BLOG-SINGLE .breadcrumbs {
  margin: 3vw 0 0 !important;
  border-top: 3px solid;
}
#BLOG-SINGLE section.blog {
  margin: 40px 50px;
  padding: 30px;
  box-shadow: 0px 0px 10px #555;
  border-radius: 10px;
  background-color: #fff;
}
#BLOG-SINGLE section.blog .blog__inner .data {
  font-size: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid;
}
#BLOG-SINGLE section.blog .blog__inner div#toc_container {
  margin-bottom: 5rem !important;
}
#BLOG-SINGLE section.blog .blog__inner div#toc_container ul.toc_list > li {
  margin-bottom: 1rem !important;
}
#BLOG-SINGLE section.blog .blog__inner .txt {
  margin: 50px 1rem 60px;
  color: #222;
  /********** 記事装飾 **********/
  /* チェック吹き出し */
  /* ポイント吹き出し */
  /* 考えてる吹き出し */
  /* 葉っぱ風中央 */
  /* 緑くっきり吹き出し */
  /* 三角アイコン */
  /* 三角アイコンの影 */
}
#BLOG-SINGLE section.blog .blog__inner .txt p {
  margin: 0 2rem 2rem;
}
#BLOG-SINGLE section.blog .blog__inner .txt a, #BLOG-SINGLE section.blog .blog__inner .txt p {
  font-size: 1.2rem;
}
#BLOG-SINGLE section.blog .blog__inner .txt .imageP {
  text-align: center;
}
#BLOG-SINGLE section.blog .blog__inner .txt img {
  max-width: 100%;
  height: auto;
}
#BLOG-SINGLE section.blog .blog__inner .txt table td {
  border: 1px solid #ccc;
  padding: 0.5em;
  vertical-align: middle;
}
#BLOG-SINGLE section.blog .blog__inner .txt ol, #BLOG-SINGLE section.blog .blog__inner .txt ul:not(#toc_container ul) {
  padding: 0 4rem;
}
#BLOG-SINGLE section.blog .blog__inner .txt ul:not(#toc_container ul) {
  list-style: circle;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-check {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-check:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  font-weight: 900;
  content: "\f00c Check";
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-point {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 1rem;
  margin: 2rem;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-point:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  font-weight: 900;
  content: "\f0a7  POINT";
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-think {
  position: relative;
  padding: 8px 15px;
  margin-left: 40px;
  background: #def3ff;
  border-radius: 20px;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-think:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #def3ff;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-think:after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #def3ff;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-leaf {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-leaf:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-balloon-green {
  position: relative;
  padding: 20px;
  background-color: #bdffad;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #318c30;
  /* 吹き出し本体の影 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-balloon-green::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 27px;
  bottom: -18px;
  border-top: 15px solid #318c30;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#BLOG-SINGLE section.blog .blog__inner .txt .deco-balloon-green::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #bdffad;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#BLOG-SINGLE section.blog .blog__inner h1 {
  font-size: 2rem;
  color: #013735;
}
#BLOG-SINGLE section.blog .blog__inner h2 {
  margin: 30px auto 20px;
  padding: 15px 10px;
  text-align: left;
  font-size: 1.8rem;
  color: #fff;
  background-color: #6495ed;
  position: relative;
  box-shadow: 0px 0px 0px 5px #6495ed;
  border: dashed 2px #faf5f2;
}
#BLOG-SINGLE section.blog .blog__inner h2::after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 1rem 1rem;
  border-style: solid;
  border-color: #fff #fff #b8d2ff;
  box-shadow: #555;
}
#BLOG-SINGLE section.blog .blog__inner h2 span {
  color: #fff !important;
}
#BLOG-SINGLE section.blog .blog__inner h3 {
  margin: 40px 1rem 20px;
  border-bottom: 2px solid #6495ed;
  font-size: 1.6rem;
  font-weight: bold;
}
#BLOG-SINGLE section.blog .blog__inner h4 {
  font-size: 1.4rem;
}
#BLOG-SINGLE .back-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#BLOG-SINGLE .back-btn a {
  display: block;
  padding: 0 2rem;
  width: 100%;
  color: #616161;
}
#BLOG-SINGLE .back-btn a:hover {
  background-color: #616161;
  color: #fff;
}

/************************* フッター ********************/
footer {
  width: calc(100% - 200px);
  margin-left: 200px;
  background-color: #616161;
}
footer * {
  color: #faf5f2;
  font-size: 1vw;
}
footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 35px 0;
  width: 60%;
}
footer .footer-nav ul {
  line-height: 2vw;
}
footer .footer-nav ul a {
  display: block;
}
footer .footer-nav ul a.child::before {
  content: "└";
  margin-right: 0.3vw;
  font-size: 1.2vw;
}
footer .footer-info {
  width: 60%;
  margin: 0 auto;
}
footer .footer-info__contact {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #faf5f2;
  border-radius: 3px;
  width: 50%;
  text-align: center;
  font-size: 1.4vw;
}
footer .footer-info__contact:hover {
  background-color: #6e6e6e;
}
footer .footer-info__name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
footer .footer-info__name__logo {
  margin: 0 10px;
  width: 40%;
  text-align: right;
}
footer .footer-info__name__logo img {
  width: 50%;
}
footer .footer-info__name__text {
  margin: 0 10px;
  width: 50%;
}
footer .footer-info__name__text a {
  font-weight: bold;
}
footer .footer-line a {
  display: block;
  background-color: #13bf00;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  z-index: 100;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
footer small {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #aaa;
}

/************************* コンタクトフォーム ********************/
/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
}

.contactForm {
  margin: 0 auto;
  width: 80%;
  /* 各項目の下部余白 */
}
.contactForm .contact_item {
  margin-bottom: 1.5rem;
  /* 項目名 */
  /* 名前やメールアドレスなどユーザーが入力する箇所 */
}
.contactForm .contact_item .label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  /* 必須タグと任意タグ共通のスタイル */
  /* 必須タグ */
  /* 任意タグ */
}
.contactForm .contact_item .label .label_tag {
  font-size: 1rem;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 0.5rem;
  padding: 5px 10px;
}
.contactForm .contact_item .label .label_must {
  background-color: #a00;
}
.contactForm .contact_item .label .label_option {
  background-color: #888988;
}
.contactForm .contact_item input[type=text], .contactForm .contact_item input[type=email], .contactForm .contact_item .wpcf7-textarea {
  border: solid 1px #707070;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 5px;
  width: 100%;
}

/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
  border: solid 1px #707070;
  padding: 0.5rem;
  height: 207px;
  font-size: 1.8rem;
}

/* ボタン */
.btnArea {
  width: 30%;
  margin: 0 auto;
}

input[type=submit] {
  background: #b88c65;
  border: 2px solid #ffffff;
  width: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}

/* ボタンにホバーした時 */
input[type=submit]:hover {
  color: #b88c65;
  background-color: #ffffff;
  border-color: #b88c65;
}

/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

/* モバイル版 */
@media screen and (max-width: 768px) {
  .contact_item {
    margin-bottom: 1.6rem;
  }

  .label {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }

  .label_tag {
    font-size: 1.1rem;
  }

  input[type=text], input[type=email] {
    padding: 0.4rem;
    font-size: 1.5rem;
  }

  textarea {
    padding: 0.4rem;
    font-size: 1.5rem;
  }

  input[type=submit] {
    font-size: 1.5rem;
  }
}
/************************* pad表示 ***********************************/
/************************* スマホ表示 ***********************************/
@media screen and (max-width: 768px) {
  section {
    padding: 40px 10px;
  }

  .btn {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }

  header {
    padding: 0;
    width: 100%;
    height: 54px;
  }
  header .logo {
    margin: 2px 5px;
    text-align: left;
  }
  header .logo img {
    width: auto;
    height: 50px;
  }
  header .ham-btn {
    display: flex;
  }
  header .header-nav {
    display: none;
    margin-top: -6px;
    background-color: #b88c65;
  }

  main {
    margin: 54px 0 0 0;
    width: 100%;
  }
  main .company-name {
    top: 60px;
    line-height: 10px;
  }
  main .company-name h1 {
    margin-bottom: 3px;
  }

  .key-visual {
    padding-top: 30px !important;
    height: 240px !important;
  }
  .key-visual__cards li {
    font-size: 0.8rem !important;
  }

  .pr__contents__content {
    width: 90%;
    margin: 0 auto 30px;
  }
  .pr__contents__content:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .pr__contents__content:nth-child(even) {
    flex-direction: column-reverse !important;
  }
  .pr__contents__content > img {
    width: 100% !important;
    height: 100%;
  }
  .pr__contents__content__text {
    margin: 15px 0 !important;
  }

  .front-works .works-items {
    display: block !important;
    width: 90%;
  }
  .front-works .works-items__item p {
    margin-bottom: 40px;
  }

  .front-price .price-content {
    display: block !important;
  }
  .front-price .price-content > div {
    width: 90% !important;
    margin: 0 auto;
  }
  .front-price .price-content__text p {
    font-size: 0.8rem !important;
  }
  .front-price .price-content__menu dt {
    font-size: 1rem !important;
  }
  .front-price .price-content__menu dd {
    font-size: 1.3rem !important;
  }
  .front-price .price-content__menu li {
    font-size: 0.8rem !important;
  }
  .front-price .other-price-link a {
    width: 30% !important;
    font-size: 0.9rem !important;
  }

  .worries dt {
    font-size: 1rem !important;
  }
  .worries dt span {
    font-size: 1.1rem !important;
  }
  .worries dd {
    font-size: 0.8rem !important;
    margin: 0.5rem 0 1.5rem 1.5rem !important;
  }

  .front-blog .contents, .blog .contents {
    flex-direction: column;
  }
  .front-blog .contents__content, .blog .contents__content {
    width: 90% !important;
  }
  .front-blog .contents__content .data, .blog .contents__content .data {
    font-size: 0.9rem !important;
  }
  .front-blog .contents__content .text p, .blog .contents__content .text p {
    font-size: 1rem !important;
  }

  #HP .page-info__title h1, #LP .page-info__title h1, #WORKS .page-info__title h1, #SATISFACTION .page-info__title h1, #ABOUT .page-info__title h1, #FAQ .page-info__title h1, #BLOG .page-info__title h1, #BLOG-SINGLE .page-info__title h1, #CONTACT .page-info__title h1, #POLICY .page-info__title h1 {
    font-size: 1.5rem !important;
  }
  #HP .page-info__title .breadcrumbs, #LP .page-info__title .breadcrumbs, #WORKS .page-info__title .breadcrumbs, #SATISFACTION .page-info__title .breadcrumbs, #ABOUT .page-info__title .breadcrumbs, #FAQ .page-info__title .breadcrumbs, #BLOG .page-info__title .breadcrumbs, #BLOG-SINGLE .page-info__title .breadcrumbs, #CONTACT .page-info__title .breadcrumbs, #POLICY .page-info__title .breadcrumbs {
    font-size: 0.8rem !important;
  }
  #HP .page-info__links ul, #LP .page-info__links ul, #WORKS .page-info__links ul, #SATISFACTION .page-info__links ul, #ABOUT .page-info__links ul, #FAQ .page-info__links ul, #BLOG .page-info__links ul, #BLOG-SINGLE .page-info__links ul, #CONTACT .page-info__links ul, #POLICY .page-info__links ul {
    flex-wrap: wrap;
  }
  #HP .page-info__links ul li, #LP .page-info__links ul li, #WORKS .page-info__links ul li, #SATISFACTION .page-info__links ul li, #ABOUT .page-info__links ul li, #FAQ .page-info__links ul li, #BLOG .page-info__links ul li, #BLOG-SINGLE .page-info__links ul li, #CONTACT .page-info__links ul li, #POLICY .page-info__links ul li {
    margin: 2%;
    width: 46%;
  }
  #HP .page-info__links ul li a, #LP .page-info__links ul li a, #WORKS .page-info__links ul li a, #SATISFACTION .page-info__links ul li a, #ABOUT .page-info__links ul li a, #FAQ .page-info__links ul li a, #BLOG .page-info__links ul li a, #BLOG-SINGLE .page-info__links ul li a, #CONTACT .page-info__links ul li a, #POLICY .page-info__links ul li a {
    padding: 5px 0 !important;
  }

  #HP h2, #LP h2 {
    margin-bottom: 10px !important;
  }
  #HP #PLANNING, #HP #RESPONSIVE, #HP #OPERATION, #LP #PLANNING, #LP #RESPONSIVE, #LP #OPERATION {
    flex-direction: column-reverse;
    align-items: center;
  }
  #HP #PLANNING > div, #HP #RESPONSIVE > div, #HP #OPERATION > div, #LP #PLANNING > div, #LP #RESPONSIVE > div, #LP #OPERATION > div {
    width: 90% !important;
  }
  #HP #PLANNING p, #HP #RESPONSIVE p, #HP #OPERATION p, #LP #PLANNING p, #LP #RESPONSIVE p, #LP #OPERATION p {
    font-size: 1rem !important;
  }
  #HP #FLOW h3, #LP #FLOW h3 {
    font-size: 1.3rem !important;
  }
  #HP #FLOW .flow__text, #LP #FLOW .flow__text {
    font-size: 1rem !important;
  }

  #WORKS .works .works__items {
    color: #616161;
  }
  #WORKS .works .works__items .works__num {
    width: 2rem;
    height: 2.4rem;
  }
  #WORKS .works .works__items .works__item {
    flex-direction: column;
  }
  #WORKS .works .works__items .works__item .works__item__image {
    width: 100% !important;
  }
  #WORKS .works .works__items .works__item .works__item__text {
    width: 100% !important;
  }

  #BLOG-SINGLE .breadcrumbs {
    margin-top: 10vw;
  }
  #BLOG-SINGLE section.blog {
    flex-direction: column;
    margin: 0.5rem !important;
    padding: 10px !important;
  }
  #BLOG-SINGLE section.blog .blog__inner h1 {
    font-size: 1.5rem !important;
  }
  #BLOG-SINGLE section.blog .blog__inner .txt {
    margin: 40px 0 50px !important;
  }
  #BLOG-SINGLE section.blog .blog__inner .txt h2 {
    font-size: 1.3rem !important;
  }
  #BLOG-SINGLE section.blog .blog__inner .txt h3 {
    font-size: 1.3rem !important;
  }
  #BLOG-SINGLE section.blog .blog__inner .txt p {
    margin: 0 1rem 2rem !important;
    font-size: 1rem !important;
  }
  #BLOG-SINGLE section.blog .blog__inner .txt img {
    max-width: 100%;
    height: auto;
  }

  footer {
    margin: 0;
    width: 100%;
  }
  footer * {
    font-size: 0.8rem !important;
  }
  footer .footer-nav {
    padding: 10px 0;
    width: 90%;
  }
  footer .footer-nav ul {
    line-height: initial;
  }
  footer .footer-nav ul .child {
    font-size: 0.5rem !important;
  }
  footer .footer-info {
    display: flex;
    margin: 10px auto;
    width: 90%;
  }
  footer .footer-info__contact {
    font-size: 0.8rem !important;
  }
  footer .footer-info__name {
    margin: 0;
  }
  footer .footer-info__name__logo {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  footer .footer-info__name__text {
    margin: 0;
  }
  footer .footer-line a {
    font-size: 1.5rem !important;
    padding: 15px 10px !important;
  }
  footer small {
    margin-top: 70px;
  }
}
/*# sourceMappingURL=style.css.map */