@charset "utf-8";
/*
Theme Name: SATOMI SHIBUYA Web Designe Portfolio
Description: SATOMI SHIBUYA のポートフォリオ用のテンプレートです
Version: 1.0
Author: S.Shibuya
*/
html {
    scroll-behavior: smooth;
}
body {
  background-color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  line-height: 1.9;
  letter-spacing: 0.05em;
  position: relative;
}
body.is-noScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a[target=_blank] {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

img {
  max-width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

li {
  list-style: none;
}

input {
  outline: none;
  font: inherit;
}

::-moz-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

i {
  font-style: normal;
}

button {
  outline: none;
}

h3 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
h3 {
  font-size: 1.25rem;
　line-height: 1.571;
  }
  }

.inner {
  width: 88.333%;
  max-width: 1240px;
  padding-right: 5.83%;
  padding-left: 5.83%;
  margin: 0 auto;
  position: relative;
}
.inner.is-max-width {
  max-width: calc(1280px + 8%);
}
.inner.is-works-single {
  max-width: 1090px;
}
.inner.is-404 {
    max-width: calc(496px + 8%);
}
.disp-sp {
  display: none;
}
.inner.is-contact {
    max-width: calc(560px);
}
.font_bold {
    font-weight:  bold;
}
/* ========================================
   ヘッダー共通
========================================= */
.header-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.2s linear;
}
.header-nav.is-scroll {
  background-color: #F7F5F4;
}

.site-id-wrapper {
  padding: 20px 3.333% 20px 1.944%;
}

.site-id {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 158px;
  padding: 10px;
}
.site-id span {
  display: block;
  line-height: 1;
}
.site-id span:first-of-type {
  margin-bottom: 10px;
}
.site-id img {
  width: 100%;
  
}

.gnav {
  padding: 24px 3.68%;
  margin-right: calc(23px + 3.333%);
  font-weight: bold;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}
.gnav-list > li:first-of-type {
  display: none;
}
.gnav-list > li:not(:last-of-type) {
  margin-right: 42px;
}
.gnav-list a {
  display: block;
}
/*==================================================
ナビゲーションのテキストが入れ替わる
===================================*/
.gnav-list li a{
    /*テキストの基点とするためrelativeを指定*/
	position: relative;
    /*はみ出る要素を隠す*/
	overflow: hidden;
	padding:15px 40px;
}
.gnav-list li span{
    /*絶対配置でテキストの位置を決める*/
	position: absolute;
	left: 50%;
	top:0;
    /*アニメーションの指定*/
	transition: all .5s;
	transform: translate(-50%, 0);/*X方向に-50% ※中央寄せにするため*/
  /*ブロック要素にして透過なし、テキスト折り返しなし*/  
	display: block;
	opacity:1;
	white-space: nowrap;
}
/*差し替わるテキストの設定*/
.gnav-list li span:nth-child(2){
	opacity:0;/*透過0に*/
    transform: translate(-50%,100%);/*X方向に-50% Y方向に100%*/
}
/*hoverするとテキストが入れ替わる設定*/
.gnav-list li:hover span:nth-child(1){
	opacity:0;/*透過0に*/
    transform: translate(-50%,-100%);/*X方向に-50% Y方向に-100%*/
}
.gnav-list li:hover span:nth-child(2){
	opacity:1;/*不透明に*/
	transform: translate(-50%, 0);/*X方向に-50% Y方向に0*/
}
.sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 24px;
  font-size: 1.375rem;
  line-height: 1.454;
  position: fixed;
  top: 0;
  right: 3.333%;
  z-index: 4;
}
.sns-list li:not(:last-of-type) {
  margin-right: 26px;
}
.sns-list a {
  text-decoration: none;
}

.btn-nav {
  display: none;
}

.main {
  display: block;
  width: 100%;
  padding-top: 168px;
}

.svg-origin {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}

.term-list,.incharge-list, .post-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 0.75rem;
  color: #555;
}
.term-list li, .post-categories li {
  min-width: 66px;
  padding: 0 5px;
  margin-bottom: 10px;
  background-color: #fff;
  border: solid 1px #72BAA7;
  border-radius: 20px;
  text-align: center;
  line-height: 1.583;
}
.term-list li:not(:last-of-type), .post-categories li:not(:last-of-type) {
  margin-right: 6px;
}
.incharge-list li{
  font-size:14px;
  padding: 0 1px 0 0px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.583;
}
.incharge-list li:after{
   content: "・";
   padding-left: 1px;
}
.incharge-list li:last-child:after{
    display:none;
}
.date-text {
  margin-top: 4px;
  color: #72BAA7;
  line-height: 2.312;
}
/* ========================================
   個別ページ共通
========================================= */
.page-title-wrapper {
  margin-bottom: 84px;
  text-align: center;
}
.page-title-wrapper a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.page-title-wrapper p:not([class]), .page-title-wrapper .search-result {
  margin-top: 50px;
  line-height: 2.562;
}
.page-title-wrapper h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3em;
  margin: 32px auto 0;
  background-image: linear-gradient(to bottom, transparent 0, transparent 68%, rgba(245, 178, 178, 0.61) 68%, rgba(245, 178, 178, 0.61) 100%);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
}
.page-title {
  line-height: 1;
}
.page-title img{
  width:15.13888vw;
}
.is-404 .page-title img{
  width:24.6vw;
}
.is-privacy .page-title img {
    width: 34.31111vw;
}
.is-contact .page-title img {
    width: 19.55972vw;
}
.btn-wrapper {
  margin-top: 58px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 144px;
  padding: 10px 10px;
  background-size: 200%;
  background-image: linear-gradient(to right, #575757 0%, #575757 50%, #fff 50%, #fff 100%);
  border: 1px solid #575757;
  border-radius: 40px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s linear;
}
.btn:hover {
  background-position: right;
  color: #575757;
}

.no-data-text {
  margin-bottom: 2em;
  text-align: center;
}
/* ========================================
   フッター共通
========================================= */
.footer {
  overflow: hidden;
  padding: 200px 0 50px;
  text-align: center;
  position: relative;
}
.footer-site-id-wrapper {
  margin-top: 47px;
  display: flex;
  align-items: center;
}
.footer-site-id {
  width: 12.0625%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.footer-site-id span {
  display: block;
  line-height: 1;
}
.footer-site-id span:first-of-type {
  margin-bottom: 10px;
}
.footer-site-id img {
  width: 100%;
  
}
.footer-nav-list{
 display: flex;
 justify-content: space-between;
 font-weight: 600;
 max-width: 45%;
 margin: 0 auto;
}
.footer.is-home {
  margin-top: -72px;
}
.footer.is-simple {
  padding-top: 0;
  padding-bottom: 40px;
}
.footer p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.btn-footer {
  display: inline-block;
  width: 100%;
  max-width: 322px;
  padding: 13px 10px;
  margin-top: 30px;
  background-size: 200%;
  background-image: linear-gradient(to right, #88BFBF 0%, #88BFBF 50%, #fff 50%, #fff 100%);
  border: 3px solid #88BFBF;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s linear;
}
.btn-footer:hover {
  background-position: right;
  color: #575757;
}

.copyright {
  display: block;
    width: 77.58541%;
    padding-right: 158px;
    margin-top: 0px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 2.857;
}

.btn-page-top {
  width: 59px;
  height: 59px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  line-height: 0;
  position: absolute;
  bottom: 46px;
  right: 2.5%;
}
.btn-page-top::before {
  content: "";
  width: 20px;
  height: 10px;
  background: center/contain no-repeat url("./img/arrow-page-top.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
/* ========================================
   TOPページ　mv
========================================= */
.mv {
  padding: 160px 0 0px;
  position: relative;
}
.mv h1 {
  padding: 0 40px;
  margin: 0 auto;
  margin-bottom: 200px;
  padding-right: 5.83%;
  padding-left: 5.83%;
}
.main-lead{
  font-size: 25px;
  text-align: center;
  background: #f0faf4;
  padding-bottom: 100px;
}
.sp-br{
  display:none;
}
.mv .main-text, .mv .sub-text {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.mv .main-text img, .mv .sub-text img {
  width: 100%;
}
.mv .main-text {
  width: 68%;
  margin-bottom: 5.04%;
}
.mv .sub-text {
  width: 21.358%;
}
svg{
  height: 30vh;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.wave-bottom{
  height: 70vh;
  width: 100%;
  position: absolute;
  top: 12%;
  left: 0;
  z-index: -1;
}
.title-wrapper{
  display:flex;
  align-items: center;
  margin-bottom: 70px;
}
.title-wrapper p{
  font-size:18px;
  margin-left:46px;
}
.section-title {
  line-height: 1;
}
.view-more-home, .view-more {
  text-align: right;
}
.view-more-home a, .view-more a {
  display: inline-block;
  padding: 10px 38px 10px 0;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  position: relative;
}
.view-more-home a:hover::before, .view-more  a:hover::before {
	background-color: #BDD7D9;
}

.view-more-home a:hover::after, .view-more a:hover::after {
	background-color: #BDD7D9;
}

.view-more-home a::before, .view-more-home a::after, .view-more a::before, .view-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.view-more-home a::before, .view-more a::before {
  content: '';
  position: absolute;
  top: calc(55% - 4px);
  right: 0;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #333;
}
.view-more-home a::after, .view-more a::after {
  content: '';
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 1px;
  background-color: #333;
}

.view-more-home {
  width: 100.833%;
  margin-left: -0.416%;
}
.view-more-home a {
  padding-right: 86px;
  font-size: 1.25rem;
}
.view-more {
  margin-top: 35px;
}
.view-more.is-works {
  text-align: left;
}
.view-more.is-works a {
  letter-spacing: 0.05em;
  text-transform: none;
  color: #0066c0;
}
.view-more.is-works a:hover {
  color: #BDD7D9;
}
.view-more a {
  font-size: 1rem;
  text-decoration: none;
}
/* ========================================
   TOPページ　home-works
========================================= */
.test{
  background: #effaf4;
  position: relative;
  z-index: -1;
  padding-top: 180px;
}
.home-works {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.home-works .view-more-home {
  width: 88.333%;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
.home-works-list-button{
  font-weight: 600;
  margin:0 auto;
  margin-bottom:72px;
  display:flex;
  justify-content: space-evenly;
  max-width:490px;
  background-color: #ffffff;
  border-radius: 50px;
}
.home-works-list-button li:after {
    content: "・";
    padding-left: 13px;
}
.home-works-list-button li:last-child:after{
    display:none;
}
.home-works-list-button li a:hover{
  color: #72BAA7;
}
.home-works-h3-title{
  padding:14px 0 20px;
}
.home-works .works-list > li {
  margin-bottom: 72px;
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.works-list > li {
  width: 22.3270440%;;
  margin-bottom: 72px;
}
.works-list > li:not(:nth-of-type(4n)) {
  margin-right: 3.4591194%;
}
.works-list > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.works-list > li a:hover {
  opacity: 0.8;
}
.works-list > li figure {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 16px;
  background-color: #fff;
	box-sizing: border-box;
  border: 10px solid #fff;
  border-radius: 10px;
  line-height: 0;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
  z-index: -1;
}
.works-list > li figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F7F5F4;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.works-list > li figure img {
  width: 100%;
  border-radius: 10px;
}
.works-list > li .term-list {
  margin-left: 0px;
}
.works-list > li .text-title {
  order: 1;
  padding-left: 0px;
  margin: -2px 0 6px;
  font-size: 17px;
  font-weight: 600;
}
.works-list > li .incharge-list{
  order: 2;
  margin-left: 0px;
}
/* ========================================
   TOPページ　home-skills
========================================= */
  .home-skills{
  padding: 60px 0 14px;
}
.skills-h3-title{
  margin-bottom:20px;
}
.skills-h4-tittle{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
}
.skills_text p{
  font-size:14px;
}
.skills-tool{
  margin: 0px 0px 86px 0px;
  padding: 48px 43px 0;
  border: solid 1px #BDD7D9;
  border-radius:6px;
  }
  .skills-item-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  }
  .skills-text{
  font-size:16px;
  }
 .skills_icon{
  width:80px;
  height:100%;
  margin-right:34px;
  }
.skills-items{
  display:flex;
  align-items: flex-start;
  width: 48%;
  margin-bottom: 48px;
  }
  .skills_text{
  text-align:left;
  width: 80%;
  }
  .page-button{
  margin: 0 auto;
  background: #FFFFFF;
  padding: 14px 45px;
  margin-top: 47px;
  margin-bottom: 64px;
  border: solid 1px #BDD7D9;
  text-decoration:none;
  color:#000000;
}
  .skills_lead_image{
  width:40%;
  margin-top:30px;
  }
 .skills_lead_image2{
  width:50%;
  margin-top:30px;
  }
/* ========================================
   TOPページ　home-profile
========================================= */
.home-profile .content-wrapper, .profile-wrapper .content-wrapper {
  display: flex;
  align-items: flex-start;
}
.home-profile .profile-img, .profile-wrapper .profile-img {
  height: 0;
  margin-bottom: 0;
  background-color: #F5EFE3;
  border: 10px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.home-profile .profile-img img, .profile-wrapper .profile-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-profile .profile-text .text-title, .profile-wrapper .profile-text .text-title {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.541;
}
.hobby-list li{
  display: flex;
  align-items: flex-start;
  font-size:15px;
}
.hobby-list li :first-child{
  width: 35px;
  text-align: center;
  margin-right: 20px;
  border: solid 1px;
  padding: 0px 7px;
}

.home-profile .profile-text .text-title span, .profile-wrapper .profile-text .text-title span {
  display: inline-block;
  position: relative;
}

.home-profile {
  overflow-x: hidden;
  padding: 60px 0 100px;
  position: relative;
}
.home-profile .profile-img {
  width: 32.63888vw;
  height: 32.6388vw;
  max-width: 540px;
  max-height: 540px;
  margin-right: 6.944444%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
.home-profile .profile-img img {
  width: 100%;
  border-radius: 50%;
}
.home-profile .profile-text {
  width: 55.76%;
}
.home-profile .profile-text .text-title {
  margin-bottom: 40px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.541;
}
.profile-wrapper {
  padding-top: 94px;
  padding-bottom: 72px;
  margin-bottom: 124px;
  background-color: #fff;
  position: relative;
}
.profile-wrapper .profile-img {
  width: 30.465%;
  padding-top: 28.673%;
  margin-right: 6.272%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
.profile-wrapper .profile-img img {
  width: 46.25%;
}
.profile-wrapper .profile-text {
  width: 63.263%;
}
.profile-wrapper .view-more {
  margin-top: -6px;
}
/* ========================================
   TOPページ　home-career
========================================= */
.home-career{
  overflow-x: hidden;
  padding: 60px 0 0px;
  position: relative;
}
.career {
  max-width: 1440px;
  padding-top: 64px;
  padding-bottom: 32px;
  margin: 0 auto 32px;
}
.career h2 {
  margin-bottom: 54px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
}
.home-career .home-career-h3-title{
    padding: 0 0 10px;
    margin: 0 0 64px;
}
.home-career .home-career-h3-title:after {
    background-color: #BDD7D9; 
    border-radius: 2.5px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 5px; /* 線幅 */
	margin-top:15px;
}
.home-career .wp-block-table{
  padding: 0 43px;
}
.timeline {
  list-style: none;
  margin-bottom: 64px;
}
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
    width: 130px;
    float: left;
    margin-top: 17px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #dddddd solid;
    padding: 18px 0 34px 50px;
  }
  .timeline-content h4{
    font-size: 18px;
  }
  .timeline-content p{
    font-size: 14px;
	padding: 10px 0 0 12px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #666666;
    position: absolute;
    left: 126px;
    top: 29px;
    border-radius: 100%;
  }

.next-posts-link {
  text-align: center;
}
#infscr-loading {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
#infscr-loading img {
  width: 30px;
}
/* ========================================
   作品個別ページ　works-single
========================================= */
.post-title {
  margin: 0.1em 0em 0em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
.works-single .eyecatch {
  margin-bottom: 0px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  line-height: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
.works-single .eyecatch img {
  width: 100%;
  object-fit: cover;
  object-position: 100% 0%;
}
.works-all-image img {
 width: 100%;
  object-fit: cover;
  object-position: 100% 0%;
	margin-top: 82px;
}
.works-single .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.works-single .item-left {
  width: 54.128%;
  font-size: 0.75rem;
}
.works-single .item-right {
  width: 40.7339%;
  font-size: 0.75rem;
  color: #333;
  line-height: 2.333;
}
.works-single .works-title-block{
  margin-top:36px;
}
.works-single .item-under {
  margin-bottom:160px;
}
.works-textlist li{
 list-style: inside;
 padding: 0 0 1em 1.2em;
 text-indent: -1.2em;
}
.works-single .item-right dl {
  margin-bottom: 20px;
}
.works-single .item-right dl:nth-of-type(2) {
  margin-bottom: 0em;
}
.works-single .item-right dl dt {
  min-width: 4.5em;
  font-size:18px;
  font-weight: bold;
}
.works-single .item-right dl dd {
  font-size:14px;
  line-height: 2;
}
.works-single .section-title {
  font-size: 24px;
    margin: 82px 0 26px;
    padding: 5px 5px 5px 30px;
    position: relative;
}
.works-single .section-title:before {
	background-color: #BDD7D9;
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    width: 4px;
    height: 100%;
}
.works-single .section-title:after {
	background-color: #effaf4;
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 4px;
    height: 100%;
}
.page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.page-nav li {
  width: 15%;
  max-width: 267px;
}
.page-nav li:first-of-type a::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
.page-nav a {
  display: block;
  padding: 6px 18px;
  background-size: 200%;
  background-image: linear-gradient(to right, transparent 0%, transparent 50%, #F7F5F4 50%, #F7F5F4 100%);
  border: 1px solid #707070;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 0.2s linear;
}
.page-nav li:first-of-type a::after {
  content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right: 8px solid #555;
}
.page-nav li:last-of-type a::after {
  content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #555;
}
.page-nav a:hover {
  background-position-x: right;
}

.btn-to-works, .btn-to-archive {
  margin-bottom: 132px;
  text-align: center;
}
.btn-to-works a, .btn-to-archive a {
  display: inline-block;
  width: 50%;
  background-size: 200%;
  background-image: linear-gradient(to right, #f5b2b2 0%, #f5b2b2 50%, #fff 50%, #fff 100%);
  border: 3px solid #f5b2b2;
  border-radius: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s linear;
}
.btn-to-works a::after, .btn-to-archive a::after {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("./img/arrow-menu.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-to-works a:hover, .btn-to-archive a:hover {
  background-position-x: right;
}

.btn-to-works a {
  max-width: 267px;
  padding: 20px;
}
.btn-to-works a::after {
  right: 20px;
}

.btn-to-archive {
  padding-bottom: 14px;
}
.btn-to-archive a {
  max-width: 178px;
  padding: 8px 16px 8px 8px;
  font-size: 0.875rem;
}
.btn-to-archive a::after {
  right: 16px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -32px;
  margin-bottom: 110px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #664B4B;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-bottom: 4px;
  border-radius: 50%;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 22px;
}
.wp-pagenavi span {
  background-color: #FFD065;
}
.wp-pagenavi a {
  background-color: #C4C4C4;
}

.box-white {
  padding: 32px 5.042% 32px;
  background-color: #fff;
  border-radius: 10px;
  border: solid #C4C4C4;
}
.box-white .post-categories li {
  border: 1px solid #BDD7D9;
}

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  margin-bottom: 56px;
}
.blog-wrapper .main-content {
  width: 61.025%;
}
.blog-wrapper .sidebar {
  width: 32.649%;
}

.main-content h2:not(.related-posts-title) {
  padding-left: 2.454em;
  margin-top: 58px;
  margin-bottom: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.48;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-content h2:not(.related-posts-title) {
    font-size: 1.125rem;
  }
}
.main-content h2:not(.related-posts-title)::before {
  content: "";
  width: 1.636em;
  height: 1.636em;
  border: 8px solid #FFD065;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .wp-block-image {
  margin-bottom: 54px;
}
.main-content p {
  margin-bottom: 2em;
}
.main-content p > a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.main-content .page-nav {
  margin-top: 48px;
}
.main-content .page-nav li {
  max-width: 146px;
}
.main-content .page-nav li:first-of-type a {
  padding-left: 20px;
}
.main-content .page-nav li:first-of-type a::after {
  left: 16px;
}
.main-content .page-nav li:last-of-type a {
  padding-right: 20px;
}
.main-content .page-nav a {
  padding: 8px;
  border-width: 3px;
  font-size: 0.875rem;
}
.main-content .page-nav a::after {
  right: 16px;
}
.main-content .btn-to-works, .main-content .btn-to-archive {
  margin-bottom: 0;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column:not(:first-child) {
  margin-left: 10.903% !important;
}

.post-header .post-categories {
  justify-content: flex-end;
}

.time-wrapper {
  line-height: 1;
}
.time-wrapper .date-text, .time-wrapper .update-date {
  display: inline-block;
  padding-left: 1.428em;
  position: relative;
}
.time-wrapper .date-text::before, .time-wrapper .update-date::before {
  content: "";
  width: 1.142em;
  height: 1.142em;
  background: center/contain no-repeat url("./img/icon-date.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.time-wrapper .date-text {
  margin-top: 0;
  line-height: 1;
}
.time-wrapper .update-date {
  margin-left: 1.071em;
}
.time-wrapper .update-date::before {
  width: 1.071em;
  height: 1.071em;
  background-image: url("./img/icon-date-update.svg");
}

.eyecatch {
  margin-bottom: 32px;
  border: 10px solid #fff;
  border-radius: 5px;
  line-height: 1;
}
.eyecatch img {
  border-radius: 5px;
}

.aligncenter {
  text-align: center;
}

div.yarpp-related {
  padding: 0 2.18%;
  margin-top: 0;
  margin-bottom: 70px;
}
div.yarpp-related > ul {
  font-size: 0.875rem;
}
div.yarpp-related > ul > li:not(:last-of-type) {
  margin-bottom: 2px;
}
div.yarpp-related > ul a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
div.yarpp-related > ul a::before {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("./img/arrow-menu.svg");
  position: absolute;
  top: 1.05em;
  left: 0;
  transform: translateY(-50%);
}

.related-posts-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.11em;
  position: relative;
}
.related-posts-title::after {
  content: "";
  width: 3.6em;
  height: 3px;
  background-color: #8DC826;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.sidebar .box-white {
  padding-right: 6.544%;
  padding-left: 6.544%;
  margin-bottom: 40px;
}
.sidebar .title-sidebar {
  margin-bottom: 28px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
}
.sidebar .banner-image {
  margin-top: 70px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  line-height: 1;
}

.search-wrap {
  display: flex;
  align-self: center;
  padding: 15px 24px;
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 30px;
  border: solid #C4C4C4;
}
.search-wrap input[type=text] {
  padding: 0;
  border: none;
}

.btn-search {
  margin-right: 26px;
  line-height: 1;
}

.sidebar-categories > li:not(:last-of-type) {
  border-bottom: 1px dashed #BABABA;
}
.sidebar-categories > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10.574%;
  line-height: 1.687;
  letter-spacing: 0;
}
.sidebar-categories .post-count {
  display: inline-block;
  padding: 2px 11px 4px;
  background-color: #FFD065;
  border-radius: 2px;
  line-height: 1;
}

.sidebar-popular-posts {
  line-height: 1.687;
}
.sidebar-popular-posts ul li, .sidebar-popular-posts ol li {
  padding: 10px 10px 14px;
  border-top: none;
  border-bottom: 1px dashed #BABABA;
}
.sidebar-popular-posts ol {
  counter-reset: ranking-num;
}
.sidebar-popular-posts ol li {
  counter-increment: ranking-num;
  position: relative;
}
.sidebar-popular-posts ol li:nth-of-type(1)::before {
  background-color: #CFA200;
}
.sidebar-popular-posts ol li:nth-of-type(2)::before {
  background-color: #929088;
}
.sidebar-popular-posts ol li:nth-of-type(3)::before {
  background-color: #BC5103;
}
.sidebar-popular-posts ol li::before {
  content: counter(ranking-num);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #555;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-popular-posts a {
  box-shadow: none;
}

.wpp-list {
  margin-bottom: 26px;
}
.wpp-list li {
  margin-bottom: 8px;
}

.entry-content a img, .comment-content a img {
  box-shadow: none;
}

.wpp-thumbnail {
  margin-right: 4.966%;
  border-radius: 5px;
}

.wpp-post-title {
  display: block;
  font-weight: bold;
}

.wpp-meta, .post-stats {
  font-size: 0.8125rem;
}

.wpp-views {
  color: #FF7478;
}

.wpp-date {
  color: #5CB4EB;
}

.newposts-list {
  margin-bottom: 26px;
}
.newposts-list li {
  margin-bottom: 8px;
  border-bottom: 1px dashed #BABABA;
}
.newposts-list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 14px;
}
.newposts-list .img-block {
  max-width: 96px;
  margin-right: 4.966%;
  margin-bottom: 0;
  line-height: 1;
}
.newposts-list .img-block img {
  display: inline-block;
  border-radius: 5px;
}
.newposts-list .txt-block {
  flex: 1;
}
.newposts-list .txt-block time {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #5CB4EB;
  letter-spacing: 0;
}
.newposts-list .txt-block .text-title {
  letter-spacing: 0;
}

div.liquid-speech-balloon-wrap {
  align-items: flex-start;
  margin-bottom: 42px;
}
div.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  border-top: 12px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid rgba(220, 220, 220, 0.2);
}
div.liquid-speech-balloon-avatar {
  width: 114px;
  height: 114px;
  background-image: url("./img/avatar.png");
  border: 10px solid #fff;
  border-radius: 50%;
}
div.liquid-speech-balloon-avatar::after {
  content: none !important;
}
div.liquid-speech-balloon-text {
  padding: 20px;
  margin-top: 10px;
  background-color: rgba(220, 220, 220, 0.2);
  border: none;
  border-radius: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
div.liquid-speech-balloon-text p {
  margin-bottom: 0;
}
div.liquid-speech-balloon-arrow {
  top: 2.6em;
  left: -12px;
}

.main-content div#ez-toc-container {
  width: 100%;
  padding: 8px 4.049% 18px;
  margin-bottom: 56px;
  background-color: transparent;
  border-radius: 10px;
  border: 3px solid #E5E5E5;
}
.main-content div#ez-toc-container p.ez-toc-title {
  display: block;
}
.main-content div#ez-toc-container .ez-toc-title-container {
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-content div#ez-toc-container .ez-toc-title-container {
    font-size: 1rem;
  }
}
.main-content div#ez-toc-container .ez-toc-title-container::after {
  content: "";
  width: 110%;
  height: 1px;
  border-bottom: 1px dashed #BABABA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-content div#ez-toc-container .ez-toc-title {
  margin-bottom: 0;
  line-height: 1.45;
}
.main-content div#ez-toc-container nav {
  padding-left: 6px;
}
.main-content div#ez-toc-container ul {
  letter-spacing: 0.02em;
}
.main-content div#ez-toc-container ul li {
  font-size: 100%;
  line-height: 2;
}
.main-content .ez-toc-counter nav ul li a::before {
  margin-right: 0.375em;
}

div.lkc-external-wrap {
  max-width: initial;
}

div.linkcard {
  margin: 0 auto 20px;
}

div#padSection {
  padding: 0 6.325%;
  margin: 0;
  border: none;
  font-size: 0.875rem;
}
div#padSection h4 {
  display: none;
}
div#padSection .avatar {
  float: none;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1;
}
div#padSection .avatar img {
  width: 125px;
  height: 125px;
  margin-bottom: 0;
  border: 10px solid #fff;
}
div#padSection .profileTxtSet {
  margin-left: 0;
}
div#padSection .profileTxtSet dt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.85;
}
div#padSection dl dt .authorName {
  font-size: 1.25rem;
}
div#padSection #latestEntries {
  display: none;
}
div#padSection + .view-more {
  padding: 0 7.8%;
  margin-top: 40px;
}

div.hcb_wrap.hcb_wrap pre, div.hcb_wrap.hcb_wrap code {
  background-color: transparent;
}
div.hcb_wrap.hcb_wrap pre {
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.75rem;
}

.contact-wrapper {
  padding-bottom: 8px;
}
.contact-wrapper p {
  font-size: 0.875rem;
}
.contact-wrapper a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.contact-wrapper form {
  margin-top: 50px;
}
.contact-wrapper form strong {
  color: #DA1725;
}

.text-red {
  color: #DA1725;
}

div.smf-form .smf-item .smf-text-control__control,
div.smf-form .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 4px 10px;
  background-color: transparent;
  border: 2px solid #BABABA;
  border-radius: 5px;
  outline: none;
}
div.smf-form .smf-item .smf-text-control__control:hover, div.smf-form .smf-item .smf-text-control__control:active, div.smf-form .smf-item .smf-text-control__control:focus,
div.smf-form .smf-item .smf-textarea-control__control:hover,
div.smf-form .smf-item .smf-textarea-control__control:active,
div.smf-form .smf-item .smf-textarea-control__control:focus {
  border-color: #BABABA;
}
div.smf-form .smf-item .smf-textarea-control__control {
  resize: vertical;
}

.smf-action .smf-button-control {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 1em;
  background-size: 200%;
  background-image: linear-gradient(to right, #333 0%, #333 50%, transparent 50%, transparent 100%);
  border: 3px solid #333;
  border-radius: 5px;
  color: #fff;
  transition: 0.2s linear;
}
.smf-action .smf-button-control:hover {
  background-position: right;
  color: #333;
}
.smf-action .smf-button-control .smf-button-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  padding: 7px;
  background: transparent;
  border: none;
  color: inherit;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page404-text-box {
  font-size: 0.9375rem;
  line-height: 2.333;
  letter-spacing: 0em;
}
.page404-text-box p:not(:last-child) {
  margin-bottom: 2.3em;
}
.page404-text-box a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.search-result {
  letter-spacing: 0.14em;
}

.search-count {
  font-size: 1.5rem;
  font-weight: bold;
}

.post-wrapper {
  max-width: 498px;
  margin: 0 auto 70px;
  font-size: 0.875rem;
  line-height: 2.857;
}
.post-wrapper > * {
  margin-bottom: 40px;
}
.post-wrapper h2 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.post-wrapper .privacy-policy-tutorial {
  font-weight: 500;
}
/* ========================================
   ヘッダー共通
========================================= */
/* start：プラグイン｜WordPress Popular Posts */
.entry-content a,
.entry-summary a,
.comment-content a,
.posts-navigation a {
  box-shadow: inset 0 -1px 0 rgb(15, 15, 15);
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a {
  box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
  text-decoration: none;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
}

.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 1rem 0 0;
  border: none;
}

.entry-content a img,
.comment-content a img {
  box-shadow: 0 0 0 8px #fff;
}

.wpp-meta,
.post-stats {
  display: block;
  font-size: 0.8em;
}

.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
}

/* end：プラグイン｜WordPress Popular Posts */
/* start：プラグイン｜Snow Monkey Formsの設定 */
input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    outline: none;
	box-sizing: border-box;
}
div.wpcf7 .wpcf7-spinner {
    display: block;
}
.text-red {
  color: #DA1725;
}

.btn-wrapper {
  margin-top: 30px;
  text-align: center;
}

.btn-submit {
  display: inline-block;
  min-width: 220px;
  padding: 10px;
  background-image: linear-gradient(to right, #333 0%, #333 50%, #FFFFFF 50%, #FFFFFF 100%);
  background-size: 200%;
  background-position-x: 0;
  border: 1px solid #333;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s ease-in;
}
.btn-submit:hover {
  background-position-x: 100%;
  color: #333;
}

.form-wrapper {
  max-width: 586px;
  margin: 0 auto;
}
.form-wrapper .about-text {
  margin-bottom: 54px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  .form-wrapper .about-text {
    font-size: 0.875rem;
  }
}

.form-box {
  width: 100%;
}
.form-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form-box dt, .form-box dd {
  padding-bottom: 30px;
}
.form-box dt {
  font-weight: 400;
  text-align: left;
}
.form-box dt.message {
  padding-top: 10px;
  vertical-align: top;
}
.form-box dd {
  width: 63.993%;
}

.required {
  display: inline-block;
}
.required::after {
  content: "※";
  display: inline-block;
  padding-left: 1em;
  color: #DA1725;
}

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



@media (min-width: 640px) {
  .smf-form--simple-table .smf-item {
    display: flex;
  }
}
.smf-form--simple-table .smf-item {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem 0;
}

.smf-form--simple-table + .smf-action {
  margin-bottom: 1.8rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.8rem;
  text-align: center;
}

/* end：プラグイン｜Snow Monkey Formsの設定 */
/*=======================================================
  640px以上の設定（snow-monkey-form用）
=======================================================*/
@media (min-width: 640px) {
  div.smf-form--simple-table .smf-item__col--label {
    flex-basis: 8.75em;
  }
  div.smf-form--simple-table .smf-item__col--controls {
    flex-basis: calc(100% - 8.75em);
    max-width: calc(100% - 8.75em);
  }
}
/*=======================================================
  PCサイズ以下の設定
=======================================================*/
@media screen and (max-width: 1440px) {
  .footer {
    padding-top: 200px;
  }
}
/*=======================================================
  1200px以下の設定
=======================================================*/
@media screen and (max-width: 1200px) {
  .inner.is-blog-single {
    width: 100%;
  }
}
/*=======================================================
  960px以下の設定
=======================================================*/
@media screen and (max-width: 960px) {
  .inner.is-blog-single {
    max-width: calc(640px + 8%);
  }
  .blog-wrapper {
    padding-top: 0;
  }
  .blog-wrapper .main-content {
    width: 100%;
    margin-bottom: 72px;
  }
  .blog-wrapper .sidebar {
    width: 100%;
  }
}
/*=======================================================
  TBサイズ以下の設定
=======================================================*/
@media screen and (max-width: 768px) {
	.inner {
		width: 90%;
		padding-right: 5%;
		padding-left: 5%;
		margin: 0 auto;
		position: relative;
	}
	.inner.is-works-single {
    width: 90%;
	padding-top: 49px;
    max-width: calc(480px + 8%);
  }
  .inner.is-blog-single {
    max-width: calc(480px + 8%);
  }
  .inner.is-archive-works{
	max-width: 480px;
	padding-top:49px;	
	}
  .inner.is-contact,.inner.is-privacy {
    max-width: 480px;
	padding-top:49px;
  }
  .disp-sp {
    display: block;
  }
  .header-nav {
    position: absolute;
  }
  .site-id-wrapper {
    padding: 8px 2.666%;
  }
  .site-id {
    justify-content: flex-start;
  }
  .site-id span:first-of-type {
    margin-bottom: 1px;
  }
  .gnav {
    width: 100%;
    height: 100vh;
    padding: 106px 5.866% 40px;
    margin-right: 0;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 2;
    transition: 0.3s linear;
  }
  .gnav.is-open {
    right: 0;
  }
  .gnav-list {
    overflow: auto;
    display: block;
    height: 100%;
    padding-bottom: 40px;
  }
  .gnav-list li {
    border-bottom: 1px dashed #BABABA;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
  .gnav-list li a {
    padding: 30px;
    position: relative;
  }
  .gnav-list a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #555;
  }
	.gnav-list li span {
    top: 20%;
}
  .sns-list {
    padding-top: 19px;
    position: absolute;
    right: calc(8% + 130px);
  }
  .btn-nav {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #F7F5F4;
    border: 1px solid #666;
    border-radius: 50%;
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 4;
    transition: 0.2s linear;
  }
  .btn-nav span {
    display: inline-block;
    width: 40.384%;
    height: 3px;
    background-color: #666;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-nav span:first-of-type {
    top: 37.5%;
  }
  .btn-nav span:nth-of-type(2) {
    top: 50%;
  }
  .btn-nav span:nth-of-type(3) {
    top: 62.5%;
  }
  .btn-nav.is-open {
    transform: rotate(180deg);
  }
	.page-title-wrapper p:not([class]) {
    text-align: justify;
  }
  .footer {
   padding: 120px 0 30px;
  }
  .footer.is-home {
    margin-top: 48px;
  }
  .btn-footer {
    max-width: 256px;
    padding: 11px;
    margin-top: 26px;
  }
  .copyright {
    margin-top: 28px;
	width: 100%;
  }
  .btn-page-top {
    width: 41px;
    height: 41px;
    bottom: 7px;
    right: 8px;
  }
  .btn-page-top::before {
    width: 14px;
    height: 8px;
    background-image: url("./img/arrow-page-top-sp.svg");
  }
.main {
    padding-top: 67px;
}
	.mv {
   padding-top: 210px;
    padding-bottom: 0%;
  }
  .mv .main-text {
    width: 90%;
    margin-bottom: 8.135%;
  }
  .mv .sub-text {
    width: 38.983%;
  }
	.mv h1 {
  padding: 0;
  margin-bottom: 140px;
	}
	.main-lead{
  font-size:16px;
	}
	.sp-br{
  display:block;
	}
	svg{
  height: 30vh;
}
  .title-wrapper{
  display:block;
  margin-bottom: 36px;
}
.title-wrapper p{
  font-size:16px;
  margin-left:0px;
}
  .view-more-home {
    width: 100%;
    text-align: center;
  }
  .view-more-home a {
    padding-right: 80px;
    margin-left: 70px;
  }
  .view-more {
    margin-top: 14px;
  }
  .section-title {
    text-align: center;
	margin-bottom: 30px;
  }.section-title img {
    width: 38.4vw;
  }
.home-works {
    padding-bottom: 36px;
  }
.test {
    padding-top: 37px;
}
.home-works-h3-title{
  font-size: 26px;
  padding:26px 0 20px;
}
	.home-works .view-more-home {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  .view-more-home a {
    font-size: 1rem;
  }
  .view-more a {
    font-size: 0.875rem;
  } 
  .home-works .works-list > li {
    margin-bottom: 64px;
  }
  .home-works-list-button {
    padding: 0 4px;
	font-size:15px;
}
  .home-works-list-button li:after {
    padding-left: 2px;
}
  .works-list {
	display:block;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .works-list > li {
    width: 100%;
    margin-bottom: 50px;
  }
  .works-list > li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .works-list > li figure {
    border-width: 3px;
  }
.works-list > li figure img {
  width: 90vw;
  height: 90vw;
  border-radius: 10px;
  object-fit: cover;
  object-position: 100% 0%;
}
.works-list-graphic > .works-list  > li figure img {
  width: 90vw;
  height: 90vw;
  border-radius: 10px;
  object-fit: cover;
  object-position: 0% 50%;
}
  .works-list > li .term-list {
    margin-left: 0;
  }
  .works-list > li .text-title {
    margin-top: 0;
  }
 .home-skills{
  padding: 10px 0 26px;
}
.skills_tittle{
  font-weight:500;
  position: relative;
	text-align: center;
	padding: 1.5rem;  
}
.skills_tittle:before {
	position: absolute;
	content: '';
	background: #bdd7d9;
	bottom: 0;
	left: calc(50% - 26px);
	width: 50px;
	height: 3px;
}
.skills-h3-title{
  margin-bottom:20px;
}
.skills-h4-tittle{
  font-size: 18px;
}
.skills-item-flex{
  display: block;
  padding-bottom: 58px;
}
.skills-item-flex:last-child{
  padding-bottom: 0px;
}
.skills_icon {
    width: 63px;
    margin-right: 13px;
}
.skills-items{
  width: 100%;
  margin-bottom: 58px;
  justify-content: space-between;
  }
.skills-items:last-child{
  margin-bottom: 0px;
  }
.skills_text {
  width: 75%;
}
.skills_text p{
  font-size:12px;
}
.skills-tool{
  padding: 25px 10px;
  margin: 0px auto 74px;
  border-radius: 9px;
}
  .home-profile .content-wrapper, .profile-wrapper .content-wrapper {
    display: block;
  }
  .home-profile .profile-img, .profile-wrapper .profile-img {
    width: 90vw;
    height: 90vw;
    margin: 0 auto 50px;
    border-width: 5px;
  }

	.home-profile .profile-text .text-title, .profile-wrapper .profile-text .text-title {
  font-size: 1.25rem;
  }
.hobby-list li{
  font-size:14px;
}
.hobby-list li :first-child{
  width: 37px;
  text-align: center;
  margin-right: 10px;
  border: solid 1px;
  padding: 0px 7px;
}
  .home-profile .profile-text, .profile-wrapper .profile-text {
    width: 100%;
  }
  .home-profile .profile-text .text-title, .profile-wrapper .profile-text .text-title {
    margin-bottom: 38px;
    text-align: left;
  }
  .home-profile .profile-text .text-title span::after, .profile-wrapper .profile-text .text-title span::after {
    text-align: center;
    top: auto;
    bottom: -5px;
    right: 50%;
    transform: translate(50%, 100%);
  }
  .home-profile .profile-text p, .profile-wrapper .profile-text p {
    line-height: 1.9375;
  }
	.profile-text-description{
    font-size:14px;
  }
  .home-profile {
    padding: 10px 0 40px;
  }
  .home-profile .content-wrapper {
    display: block;
    margin: 58px 0 60px;
  }
  .home-profile .profile-text {
    margin-top: -14px;
  }
  .profile-wrapper {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .home-blog {
    padding-top: 76px;
    padding-bottom: 5%;
  }
  .home-blog .title-wrapper {
    padding: 0 2.544%;
    margin-bottom: 44px;
  }
  .home-blog .title-wrapper .section-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home-blog-list a, .blog-list a {
    margin: 0;
  }
  .home-blog-list .text-title, .blog-list .text-title {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-blog-list .thumbnail, .blog-list .thumbnail {
    border-width: 5px;
  }
  .home-blog-list .content-wrapper, .blog-list .content-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-blog-list {
    width: 79.94%;
    margin: 0 auto;
  }
  .home-blog-list .text-title {
    height: 1.85em;
  }
  .slick-prev, .slick-next {
    top: 24vw;
  }
  .slick-prev::before, .slick-next::before {
    width: 2.666vw;
    height: 4.533vw;
    background-image: url("./img/arrow-slider-sp.svg");
  }
  .slick-prev {
    left: -8.27%;
  }
  .slick-next {
    right: -8.27%;
  }
  .about-wrapper .shape-pink {
    max-width: 320px;
  }
  .about-text h2 {
    padding: 12px 42px 0;
  }
  .about-text h2::before, .about-text h2::after {
    width: 30px;
    height: 22px;
  }
.home-career{
  padding: 10px 0 0px;
}
.home-career .home-career-h3-title{
    padding: 36px 0 10px;
	margin: 0 0 50px;
}
.home-career .home-career-h3-title:after {
	height: 3px;
    margin-top: 8px;
}
.home-career .wp-block-table{
  padding: 0;
}
.timeline {
    margin-bottom: 30px;
}
.timeline-date {
	font-size: 24px;
    width: 93%;
    margin: 0 0 0 5px;
    border-left: 3px #dddddd solid;
    padding: 10px 0 24px 5%;
  }
 .timeline-content {
	width: 93%;
    margin: 0 0 0 5px;
    padding: 0 0 50px 5%;
  }
.timeline-content h4{
    font-size: 16px;
  }
.timeline-content p{
    font-size: 12px;
	padding: 16px 0 0 12px;
  }
.timeline-content:before {
    left: 0px;
    top: 18px;
  }
	.works-single .content-wrapper {
    display: block;
  }
  .post-title {
    font-size: 1.5rem;
    margin: 0.1em 0em 0.1em;
  }
  .works-single .item-left {
    width: 100%;
    margin-bottom: 36px;
  }
  .works-single .item-right {
    width: 100%;
  }
 .works-single .eyecatch {
  border: 5px solid #fff;
}
.works-single .works-title-block{
  margin-top:52px;
}
.works-single .item-right dl dt {
  font-size:16px;
}
.works-single .section-title {
  font-size:20px;
  margin: 76px 0 30px;
  display: inline-block;
}
.works-single .item-under {
  margin-bottom:120px;
}
.works-single .item-under p{
  font-size:14px;
}
.works-textlist li {
   font-size:14px;
}
.page-nav {
  margin-bottom: 30px;
}
.page-nav li {
  width: 36%;
  max-width: 170px;
}
.page-nav a {
  font-size: 0.875rem;
}
  .page-nav a {
    padding: 8px 10px;
  }
  .page-nav a::after {
    right: 12px;
  }
  .btn-to-works a, .btn-to-archive a {
    width: 100%;
    padding: 10px;
  }
  .time-wrapper {
    margin-bottom: 12px;
  }
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns .wp-block-image {
    margin-bottom: 1em;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
  .yarpp-related {
    margin-bottom: 56px;
  }
  .related-posts-title {
    margin-bottom: 24px;
  }
  .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
    border-top-width: 10px;
    border-bottom-width: 6px;
    border-right-width: 10px;
  }
  .liquid-speech-balloon-avatar {
    width: 80px;
    height: 80px;
    border-width: 5px;
  }
  .liquid-speech-balloon-text {
    padding: 8px 14px;
    margin-top: 5px;
    margin-left: 14px;
  }
  .liquid-speech-balloon-arrow {
    top: 2em;
    left: -10px;
  }
  .form-box dl {
    display: block;
    margin-right: 0;
  }
  .form-box dl dd {
    width: 100%;
  }
	.page-title-wrapper {
  margin-bottom: 75px;
	}
	.page-title-wrapper h2 {
    font-size: 1.5rem;
  }
	.page-title img{
  width:38.4vw;
	}
.is-404 .page-title img{
  width:63.46666vw;
}
.is-privacy .page-title img{
  width:90vw;
}
.is-contact .page-title img{
  width:50.13333vw;
}

	.btn {
    font-size: 1rem;
  }
	.btn-footer {
    font-size: 1rem;
  }
	.footer-site-id {
  margin: 0 auto;
  width: 194px;
	}
	.footer-nav-list{
 display: none;
	}
	.footer-site-id-wrapper {
  display: block;
	}
}
/*=======================================================
  640px以下の設定
=======================================================*/
@media screen and (max-width: 640px) {
  .blog-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .blog-list > li {
    width: 100%;
    margin-bottom: 50px;
  }
  .blog-list > li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .wp-pagenavi {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
/*=======================================================
  374px以下の設定
=======================================================*/
@media screen and (max-width: 374px) {
  .site-id-wrapper {
    padding-left: 0;
  }
  .sns-list {
    right: calc(5% + 64px);
  }
  .about-text h2 span {
    padding-right: 10px;
    padding-left: 10px;
  }
}