@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  color: #111;
  font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin: 60px 0 0 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    margin-top: 50px;
  }
}
h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd {
  list-style: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  color: #111;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.slideIn{
  opacity: 0;
  transition: all 1s;
  transform: translateY(50px);
}
/*  ヘッダー
-----------------------------------*/
#header {
  background: #FFF;
  height: 60px;
  font-size: 1.2rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
#header h1 img {
  height: 40px;
  left: 20px;
  position: fixed;
  top: 10px;
}
#header #nav .logo {
  display: none;
}
#header #nav ul {
  display: flex;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-weight: 700;
  height: 30px;
  margin: 0;
  position: fixed;
  right: 20px;
  top: 15px;
}
#header #nav ul li {
  line-height: 30px;
  margin-left: 30px;
  position: relative;
}
#header #nav ul li a {
  position: relative;
}
#header #nav ul li a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #28282C;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#header #nav ul li a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#header #nav ul li .services_info {
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  left: -2.0em;
  min-width: 330px;
  opacity: 0;
  padding: 0 2.0em;
  pointer-events: none;
  position: absolute;
  top: 120%;
  transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s;
  visibility: hidden;
  z-index: 3;
}
#header #nav ul li:hover .services_info {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
  transition: 0.5s;
  visibility: visible;
}
#header #nav ul li .services_info a{
  display: block;
  line-height: 1.0;
  margin: 1.5em 0;
}
#header #nav ul li.sns a:after,
#header #nav ul li.contact a:after {
  display: none;
}
#header #nav ul li.sns {
  font-size: 1.5em;
}
#header #nav ul li.sns a {
  transition: 0.5s;
}
#header #nav ul li.sns a:hover {
  color: #0866FF;
  opacity: 1.0;
  transition: 0.5s;
}
#header #nav ul li.contact a {
  border: 2px solid #111;
  background: #111;
  color: #FFF;
  display: block;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  text-align: center;
  transition: 0.5s;
  width: 150px;
}
#header #nav ul li.contact a i {
  font-size: 1.2em;
  padding-left: 0.5em;
}
#header #nav ul li.contact a:hover {
  background: #FFF;
  color: #111;
  font-weight: normal;
  opacity: 1.0;
  transition: 0.5s;
}
#drawer-checkbox {
  display: none;
}
@media screen and (max-width: 768px) {
  #header {
    height: 50px;
  }
  #header h1 img {
    height: 30px;
    left: 20px;
    position: fixed;
    top: 10px;
  }
  #header #nav {
    background: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 470px;
    left: 5vw;
    opacity: 0;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: calc(50% - 235px);
    z-index: 40;
    width: 90vw;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(-150%);
    visibility: hidden;
  }
  #drawer-checkbox:checked ~ #nav {
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
    opacity: 1.0;
    transform: translateY(0);
    visibility: visible;
  }
  #header #nav .logo {
    display: block;
  }
  #header #nav .logo img {
    height: 30px;
    padding: 30px 0 10px 0;
  }
  #header #nav ul {
    display: block;
    position: static;
  }
  #header #nav ul li {
    line-height: 40px;
    margin: 0;
  }
  #header #nav ul li a {
    display: block;
    height: 40px;
    width: 100%;
  }
  #header #nav ul li a:after,
  #header #nav ul li span {
    display: none;
  }
  #header #nav ul li .services_info {
    background: none;
    box-shadow: none;
    left: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    min-width: 100%;
    visibility: visible;
  }
  #header #nav ul li .services_info a{
    line-height: 40px;
    margin: 0;
    pointer-events: auto;
    z-index: 9;
  }
  #header #nav ul li .services_info a span{
    display: none;
  }
  #header #nav ul li.sns {
    font-size: 2.0em;
  }
  #header #nav ul li.contact a {
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    width: 60vw;
  }
  #header #nav ul li.contact a i {
    font-size: 1.2em;
    padding-left: 0.5em;
  }
  #drawer-icon {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: fixed;
    right: 30px;
    top: 15px;
    width: 24px;
    z-index: 999;
  }
  #drawer-icon span {
    background: #111;
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 9px;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  #drawer-icon span::before, #drawer-icon span::after {
    -webkit-transform: rotate(0);
    background: #333;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  #drawer-icon span::before {
    margin-top: -10px;
  }
  #drawer-icon span::after {
    margin-top: 8px;
  }
  #drawer-checkbox:checked ~ #drawer-icon span {
    background: rgba(51, 51, 51, 0);
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before, #drawer-checkbox:checked ~ #drawer-icon span::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #drawer-checkbox:checked ~ #drawer-icon span::before {
    background: #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #drawer-checkbox:checked ~ #drawer-icon span::after {
    background: #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #drawer-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease;
  }
  #drawer-checkbox:checked ~ #drawer-close {
    display: block;
    opacity: 0.3;
  }
}
.home .breadcrumb-area{
  display: none;
}
.breadcrumb-area{
  background: #F5F3F0;
  font-size: 1.2rem;
  padding: 0.5em 20px;
}
.breadcrumb-area i{
  padding: 0 0.5em;
}
/*  フッター
-----------------------------------*/
#footer {
  background: #F5F3F0;
  margin-top: 3.0em;
}
.home #footer {
  margin-top: 0;
}
#footer .ft_inner {
  height: 60px;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
#footer .ft_inner .ft_logo {
  height: 30px;
  margin-top: 15px;
  position: absolute;
}
#footer .ft_inner .ft_logo img {
  height: 30px;
}
#footer .ft_inner ul {
  display: flex;
  line-height: 60px;
  position: absolute;
  right: 0;
}
#footer .ft_inner ul li {
  line-height: 60px;
  margin-left: 25px;
}
#footer .ft_inner ul li.sns {
  font-size: 1.875em;
}
#footer .ft_inner ul li.sns a {
  transition: 0.5s;
}
#footer .ft_inner ul li.sns a:hover {
  color: #0866FF;
  opacity: 1.0;
  transition: 0.5s;
}
#footer .ft_inner .ft_copy {
  left: 110px;
  line-height: 60px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #footer .ft_inner {
    height: auto;
    font-size: 1.0em;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #footer .ft_inner .ft_logo {
    margin-top: 0;
    padding: 30px 0 20px 0;
    position: relative;
  }
  #footer .ft_inner ul {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.8em;
    position: relative;
  }
  #footer .ft_inner ul li {
    line-height: 30px;
    margin-left: 0;
  }
  #footer .ft_inner ul li a{
    padding: 0 1.0em;
    position: relative;
  }
  #footer .ft_inner ul li.sns {
    font-size: 1.875em;
    width: 100%;
  }
  #footer .ft_inner .ft_copy {
    font-size: 0.85em;
    left: 0;
    line-height: 30px;
    margin-top: 0;
    padding: 3vw 0 7vw 0;
    position: relative;
  }
}
/*  ページネーション
-----------------------------------*/
.wp-pagenavi{
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: none!important;
  font-family: "Comfortaa", Noto Sans JP, sans-serif;
}
.page-navi{
  border-top: 1px solid #F5F3F0;
  display: flex;
  justify-content: space-between;
  margin-top: 1.0em;
  padding-top: 1.0em;
}

/*  トップページ
-----------------------------------*/
h2.title {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  text-align: center;
}
#toppage .main {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
#toppage .main .main_img {
  margin-left: 31vw;
  width: 69vw;
}
#toppage .main .main_img img {
  display: block;
  height: 700px;
  object-fit: cover;
  width: 69vw;
}
#toppage .main .main_text {
  height: calc(100% - 27%);
  overflow: hidden;
  position: absolute;
  top: 27%;
  left: 7vw;
}
#toppage .main .main_text.black {
  width: calc(31vw - 7vw);
}
#toppage .main .main_text.white {
  margin-left: calc(31vw - 7vw);
  width: calc(100vw - 31vw - 7vw);
}
#toppage .main .main_text .logo img {
  width: 170px;
}
#toppage .main .main_text div, #toppage .main .main_text p {
  position: absolute;
}
#toppage .main .main_text.black div, #toppage .main .main_text.black p {
  color: #111;
}
#toppage .main .main_text.white div, #toppage .main .main_text.white p {
  color: #FFF;
  left: calc((31vw - 7vw) * -1);
}
#toppage .main .main_text.black div, #toppage .main .main_text.black p {
  width: 500%;
}
#toppage .main .main_text .catch {
  color: #FFF;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 6.75rem;
  top: 75px;
  text-transform: uppercase;
}
#toppage .main .main_text p {
  top: 220px;
  margin-top: 0.5em;
}
#toppage .intro {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1200px;
}
#toppage .intro dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#toppage .intro dl dt {
  width: 55%;
}
#toppage .intro dl dd {
  width: 40%;
}
#toppage .intro dl dd p {
  margin: 0 0 1.5em 0;
}
#toppage .intro dl dd .read_more a {
  border: 1px dotted #111;
  display: block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-weight: 700;
  margin-top: 2.0em;
  padding: 0.5em 0;
  text-align: center;
  transition: 0.5s;
  width: 100%;
}
#toppage .intro dl dd .read_more a:hover {
  background: #111;
  color: #FFF;
  transition: 0.5s;
  opacity: 1.0;
}
.more {
  margin: 0 auto;
  max-width: 1200px;
  width: 90vw;
}
.more a {
  display: block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  margin: 2.5em 0 0 auto;
  padding-bottom: 0.5em;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
  width: 80px;
}
.more a::after {
  background: #111;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 90px;
}
.more a::before {
  background: url("../images/common/diagonal.png") no-repeat left bottom;
  background-size: auto 6px;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: transform 0.5s ease-out, opacity 0.2s ease-out;
  width: 6px;
  z-index: 2;
}
.more a:hover::before {
  opacity: 1;
  transform: translateX(84px);
}
#toppage .news {
  background: #F5F3F0;
  padding: 100px 0;
}
#toppage .news dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1.5vw auto 0 auto;
  max-width: 1200px;
}
#toppage .news dl dt {
  border-bottom: 1px dashed #999;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  padding: 20px 0 15px 0;
  width: 120px;
}
#toppage .news dl dd {
  border-bottom: 1px dashed #999;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 15px 0;
  width: calc(100% - 120px);
}
#toppage .news dl dd span {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #FFF;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
#toppage .news dl dd span.info {
  background: #111;
}
#toppage .news dl dd span.blog {
  background: #004BA5;
}
#toppage .service {
  padding: 100px 0;
}
#toppage .service ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.5%;
  margin: 0 auto;
  max-width: 1200px;
}
#toppage .service ul li {
  width: 31%;
}
#toppage .service ul li:last-child .service_img {
  background: #004BA5;
}
#toppage .service ul li:last-child .service_img img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 5%;
  width: 90%;
}
#toppage .service ul li .service_img,
#toppage .service ul li .service_img img {
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.5s;
  width: 100%;
}
#toppage .service ul li a:hover .service_img img {
  transform: scale(1.2, 1.2);
  transition: 0.5s;
}
#toppage .service ul li a {
  display: block;
  opacity: 1.0;
}
#toppage .service ul li .service_name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0;
  text-align: center;
}
#toppage .service ul li .service_name span {
  display: block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 4.0rem;
}
#toppage .service ul li .service_text{
  font-size: 1.6rem;
}
#toppage .service ul li a .read_more {
  border: 1px dotted #111;
  display: block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-weight: 700;
  margin: 30px auto 0 auto;
  padding: 0.5em 0;
  text-align: center;
  transition: 0.5s;
  width: 80%;
}
#toppage .service ul li a:hover .read_more {
  background: #111;
  color: #FFF;
  transition: 0.5s;
}
.works {
  background: #F5F3F0;
  padding: 100px 0;
}
.works.services {
  background: none;
}
.works.services ul li a {
  background: #F5F3F0;
  border-radius: 10px;
  display: block;
  padding: 15px;
}
.works ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0 auto;
  max-width: 1200px;
}
.works ul li {
  margin-top: 50px;
  text-align: center;
  width: 32%;
}
.works ul li a:hover {
  opacity: 1.0;
}
.works ul li .works_img {
  aspect-ratio: 4 / 3;
  background: #FFF;
  border: 5px solid #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  overflow: hidden;
  width: calc(100% - 10px);
}
.works ul li .works_img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  transition: 0.5s;
}
.works ul li a:hover .works_img img {
  transform: scale(1.2, 1.2);
  transition: 0.5s;
}
.works ul li .works_name {
  display: block;
  height: 3.8em;
  margin: 1.0em 0;
  overflow: hidden;
}
.works ul li .works_link {
  border: 1px dotted #111;
  display: block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.5em 0;
  width: 200px;
  transition: 0.5s;
}
.works ul li a:hover .works_link {
  background: #111;
  color: #FFF;
  transition: 0.5s;
}
#toppage .contact dl {
  position: relative;
  margin: 0 auto;
}
#toppage .contact dl dt {
  width: 55vw;
  z-index: -1;
}
#toppage .contact dl dd {
  background: rgba(255, 254, 253, .9);
  left: 50vw;
  top: 50%;
  padding: 40px 60px;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
}
#toppage .contact dl dd p {
  margin: 1.3em 0 1.5em 0;
}
#toppage .contact dl dd a {
  background: #111;
  border: 2px solid #111;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #FFF;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: 80%;
}
#toppage .contact dl dd a::before {
  color: #FFF;
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  font-size: 2.2rem;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  right: 20px;
  top: 0;
  position: absolute;
}
#toppage .contact dl dd a:hover {
  background: #FFF;
  color: #111;
  opacity: 1.0;
  transition: 0.5s;
}
#toppage .contact dl dd a:hover::before {
  color: #111;
}
@media screen and (max-width: 768px) {
  h2.title {
    font-size: 2.0rem;
  }
  #toppage .main {
    height: auto;
    padding-bottom: 40vw;
  }
  #toppage .main .main_img {
    margin-left: 0;
    position: relative;
    top: 0;
    width: 100vw;
  }
  #toppage .main .main_img img {
    height: 77vw;
    width: 100vw;
  }
  #toppage .main .main_text {
    height: auto;
    left: 0;
    margin: 5vw;
    top: 77vw;
    width: 90vw;
  }
  #toppage .main .main_text.black {
    width: 90vw;
  }
  #toppage .main .main_text.white {
    display: none;
  }
  #toppage .main .main_text .logo {
    display: none;
  }
  #toppage .main .main_text.black div, #toppage .main .main_text.black p {
    position: relative;
    width: 100%;
  }
  #toppage .main .main_text .catch {
    font-size: 6.4vw;
    top: 0;
  }
  #toppage .main .main_text p {
    font-size: 3.3vw;
    top: 0;
  }
  #toppage .intro {
    padding: 10vw 0 15vw 0;
    width: 90vw;
  }
  #toppage .intro dl dt {
    margin-bottom: 5vw;
    width: 100%;
  }
  #toppage .intro dl dd {
    width: 100%;
  }
  #toppage .intro dl dd p {
    font-size: 0.8em;
    margin: 0 0 1.0em 0;
  }
  #toppage .intro dl dd .read_more a {
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
  }
  .more a::before {
    opacity: 1;
    transform: translateX(84px);
  }
  #toppage .news {
    padding: 10vw 0 15vw 0;
  }
  #toppage .news dl {
    font-size: 0.9em;
    width: 90vw;
  }
  #toppage .news dl dt {
    border: none;
    margin-top: 3vw;
    padding: 0;
    width: 100%;
  }
  #toppage .news dl dd {
    line-height: 1.5;
    padding: 0 0 2vw 0;
    width: 100%;
  }
  #toppage .news dl dd span {
    display: none;
  }
  #toppage .service {
    padding: 10vw 0 15vw 0;
  }
  #toppage .service ul li {
    margin: 0 auto 15vw auto;
    text-align: center;
    width: 90vw;
  }
  #toppage .service ul li .service_img{
    width: 72vw;
  }
  #toppage .service ul li .service_name {
    font-size: 1.0em;
    margin: 3vw 0;
  }
  #toppage .service ul li .service_name span {
    font-size: 1.5em;
  }
  #toppage .service ul li .service_text {
    font-size: 0.8em;
    margin: 0 auto;
    text-align: left;
    width: 72vw;
  }
  #toppage .service ul li a .read_more {
    margin: 3vw auto 0 auto;
    padding: 0.5em 0;
  }
  .works {
    padding: 10vw 0 15vw 0;
  }
  .works ul {
    gap: 2vw;
    width: 94vw;
  }
  .works ul li {
    margin-top: 10vw;
    width: 46vw;
  }
  .works ul li .works_img {
    border-width: 1.5vw;
    margin: 0 auto;
    width: 43vw;
  }
  .works ul li .works_img img {
    width: 43vw;
  }
  .works ul li .works_link {
    width: calc(100% - 2px);
  }
  #toppage .contact {
    height: 110vw;
  }
  #toppage .contact dl dt,
  #toppage .contact dl dt img {
    height: 57vw;
    object-fit: cover;
    width: 100vw;
  }
  #toppage .contact dl dd {
    padding: 5vw 0;
    left: 5vw;
    top: 70vw;
    width: 90vw;
  }
  #toppage .contact dl dd p {
    font-size: 0.8em;
    margin-top: 0;
  }
  #toppage .contact dl dd a {
    height: 15vw;
    line-height: 15vw;
  }
  #toppage .contact dl dd a::before {
    height: 15vw;
    right: 10px;
    line-height: 15vw;
  }
}
/*  404
-----------------------------------*/
.error404 .not_found_img{
  margin: 50px auto 0 auto;
  width: 60vw;
  max-width: 600px;
}
.error404 h2.blog_ttl{
  margin-bottom: 0.3em;
}
.error404 .not_found_txt{
  font-size: 0.9em;
  margin: 0 auto;
  text-align: center;
  width: 90vw;
}
.error404 .not_found_link{
  border: 2px solid #111;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #FFF;
  color: #111;
  display: block;
  font-size: 1.0em;
  margin: 2.0em auto 3.5em auto;
  padding: 0.7em 0;
  text-align: center;
  transition: 0.5s;
  width: 60vw;
  max-width: 300px;
}
.error404 .not_found_link:hover{
  background: #111;
  color: #FFF;
  opacity: 1.0;
  transition: 0.5s;
}
/*  ブログレイアウト
-----------------------------------*/
#blog_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1200px;
}
/*  ブログコンテンツ
-----------------------------------*/
#blog_content {
  margin: 0;
  max-width: 900px;
  width: 100%;
}
h2.blog_ttl {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 3.0em;
  margin: 1.0em 0 1.5em 0;
  text-align: center;
}
#blog_content .entry-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
  width: 100%;
}
#blog_content .entry-box dt {
  height: 200px;
  width: 350px;
}
#blog_content .entry-box dt a {
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 200px;
  overflow: hidden;
  width: 350px;
}
#blog_content .entry-box dt a img {
  height: 200px;
  object-fit: cover;
  object-position: 50% 0;
  width: 350px;
}
#blog_content .entry-box dt a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s;
}
#blog_content .entry-box dd {
  width: calc(100% - 390px);
}
#blog_content .entry-box dd .entry-day {
  background: #F5F3F0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 1.4rem;
  padding: 0.2em 1.5em 0 1.5em;
}
#blog_content .entry-box dd .entry-title {
  font-size: 1.2em;
  line-height: 1.8;
  margin: 0.8em 0;
}
#blog_content .entry-box dd .entry-meta, #blog_content .entry-box dd .entry-meta a {
  color: #999;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8em;
}
#blog_content .entry-box dd .entry-meta a:hover {
  color: #111;
}
.blog_upper{
  margin: 3vw auto 0 auto;
  max-width: 1200px;
  width: 90vw;
}
.post-meta,
.post-date{
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
}
#blog_content .post-meta{
  margin-top: 6.5em;
}
.post-tag{
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 1.2rem;
  margin: 2.0em auto;
}
.post-tag a{
  background: #F5F3F0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  padding: 0.1em 1.1em;
  transition: .3s;
}
.post-tag a:hover {
  background: #111;
  color: #FFF;
  opacity: 1.0;
  transition: .3s;
}
.single_ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 1.0em 0;
}
.blog_upper .single_main_img,
.blog_upper .single_main_img img{
  aspect-ratio: 5 / 2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
#blog_content .post-content {
  margin-top: 4.0em;
}
#blog_content .post-content .wp-block-heading {
  border-bottom: 1px solid #ccc;  
  font-size: 3.2rem;
  font-weight: bold;
  margin: 3.0em 0 2.0em 0;
  padding-bottom: 0.5em;
  position: relative;
}
#blog_content .post-content .wp-block-heading::after {
  border-top: 2px solid #111;
  bottom: -1px;
  content: ' ';
  display: block;
  height: 0px;
  left: 0;
  position: absolute;
  width: 4rem;
}
#blog_content .post-content p {
  margin: 0 0 2.0em 0;
}
#blog_content .post-content figure{
  margin: 3.0em 0;
}
#blog_content .post-content a{
  color: #00A3D9;
  text-decoration: none;
  padding-right: 2.2rem;
  position: relative;;
}
#blog_content .post-content a::after{
  content: "\f0c1";
  font-family: 'Font Awesome 6 Free';
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0.1rem;
}
@media screen and (max-width: 768px) {
  .blog_upper{
    margin-top: 10vw;
  }
  .post-meta,
  .post-date{
    font-size: 0.8em;
    font-weight: 400;
  }
  #blog_content .post-meta{
    margin-top: 10vw;
  }
  .post-tag{
    font-size: 0.7em;
  }
  .single_ttl {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .blog_upper .single_main_img,
  .blog_upper .single_main_img img{
    aspect-ratio: 5 / 3;
  }
  #blog_content {
    font-size: 0.9em;
    margin: 0 auto;
    width: 90vw;
  }
  #blog_content .post-content {
    margin: 10vw auto 0 auto;
    width: 80vw;
  }
  #blog_content .post-content .wp-block-heading{
    font-size: 1.5em;
  }
  #blog_content .post-content a{
    padding-right: 1.3em;
  }
  #blog_content .post-content a::after{
    font-size: 0.8em;
    top: 0;
  }
  #blog_content .single_ttl,
  h2.blog_ttl {
    font-size: 1.5em;
    margin-bottom: 1.0em;
  }
  h2.blog_ttl {
    font-size: 2.0em;
  }
  #blog_content .entry-box {
    margin-bottom: 15vw;
    width: 90vw;
  }
  #blog_content .entry-box dt, #blog_content .entry-box dt a, #blog_content .entry-box dt a img {
    height: 50vw;
    width: 90vw;
  }
  #blog_content .entry-box dd {
    margin-top: 5vw;
    width: 90vw;
  }
  #blog_content .entry-box dd .entry-day {
    font-size: 0.8em;
    padding: 0.3em 1.0em 0 1.0em;
  }
  #blog_content .entry-box dd .entry-title {
    font-size: 1.2em;
    margin: 0.5em 0;
    line-height: 1.6;
  }
  #blog_content .entry-box dd .entry-meta {
    font-size: 0.8em;
  }
}
/*  ブログナビ
-----------------------------------*/
#side {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8em;
  margin-top: 2.0em;
  position: sticky;
  top: 80px;
  width: 250px;
}
#side .side_ttl {
  border-top: 1px solid #F5F3F0;
  font-weight: 700;
  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0.9em 0;
  text-align: center;
}
#side .side_ttl:first-child {
  border-top: none;
}
#side .side_search {
  text-align: center;
}
#side .side_search .search-form{
  border: 1px solid #EEE;
  display: flex;
  justify-content: space-between;
}
#side .side_search .search-field{
  background: none;
  border: none;
  font-size: 0.9em;
  padding: 0.7em 0.5em;
  width: calc(100% - 20px);
}
#side .side_search .search-submit{
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 25px;
}
#side .side_category li a {
  display: block;
  padding: 0.5em 0;
  position: relative;
  width: 100%;
}
#side .side_category li a span {
  display: block;
  height: 100%;
  padding-left: 2.0em;
  width: 100%;
  z-index: 10;
}
#side .side_category li a span::after {
  background: #F5F3F0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: .3s;
  width: 0;
  z-index: -1;
}
#side .side_category li a span:hover::after {
  opacity: 1.0;
  width: 100%;
}
#side .side_category li a span::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0.6em;
  width: 1.7em;
}
#side .side_category li a.info span::before {
  content: "\f024";
}
#side .side_category li a.cms span::before {
  content: "\f013";
}
#side .side_category li a.webdesign span::before {
  content: "\f5fc";
}
#side .side_category li a.ec span::before {
  content: "\f07a";
}
#side .side_category li a.release span::before {
  content: "\f130";
}
#side .side_tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#side .side_tag li {
  margin: 0 0.6em 0.6em 0;
}
#side .side_tag li a {
  background: #F5F3F0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  padding: 0.1em 1.1em;
  transition: .3s;
}
#side .side_tag li a:hover {
  background: #111;
  color: #FFF;
  opacity: 1.0;
  transition: .3s;
}
@media screen and (max-width: 1200px) {
  #side {
    margin-top: 0;
    width: 100%;
  }
  #side .side_ttl:first-child {
    border-top: 1px solid #F5F3F0;
  }
  #side .side_search {
    margin: 0 auto;
    width: 90vw;
  }
  #side .side_category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90vw;
  }
  #side .side_category li{
    width: 45vw;
  }
  #side .side_category li a span::after {
    display: none;
  }
  #side .side_tag {
    margin: 0 auto;
    width: 90vw;
  }
}
/*  問い合わせページ
-----------------------------------*/
#contact_page .page_main {
  padding: 35px 0;
  position: relative;
  text-align: center;
}
#contact_page .page_main::before {
  background: #F5F3F0;
  bottom: 0;
  content: "";
  display: block;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#contact_page .page_main h2 {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 3.33em;
  margin: 35px 0 0 0;
}
#contact_page .page_main h2 .contact_ttl {
  display: block;
  font-size: 0.8em;
}
#contact_page .contact_text {
  margin: 50px 0;
  text-align: center;
}
#contact_page .contact_form {
  padding: 0;
}
#contact_page .contact_form dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 40px auto;
  max-width: 930px;
}
#contact_page .contact_form dl dt {
  font-weight: 700;
  margin: 25px 0;
  width: 280px;
}
#contact_page .contact_form dl dt p {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
}
#contact_page .contact_form dl dt span {
  border: 2px solid #111;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: block;
  font-weight: bold;
  height: 26px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 80px;
}
#contact_page .contact_form dl dt span.equired {
  background: #111;
  color: #FFF;
}
#contact_page .contact_form dl dd {
  border-bottom: 1px solid #888;
  display: flex;
  text-align: left;
  width: calc(100% - 280px);
}
#contact_page .contact_form dl dd p {
  margin: 0;
  width: 100%;
}
#contact_page .contact_form dl dd .wpcf7-form-control-wrap {
  width: 100%;
}
#contact_page .contact_form dl dd.radio {
  border-bottom: none !important;
  padding: 25px 0;
}
#contact_page .contact_form dl dd.radio .wpcf7-form-control {
  display: flex;
  align-items: center;
}
#contact_page .contact_form dl dd.radio .wpcf7-list-item {
  padding-right: 30px;
}
#contact_page .contact_form dl dd.radio .wpcf7-list-item input {
  appearance: none;
  position: absolute;
}
#contact_page .contact_form dl dd.radio .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
#contact_page .contact_form dl dd.radio .wpcf7-list-item .wpcf7-list-item-label::before {
  background: #EEE;
  content: "";
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
#contact_page .contact_form dl dd.radio input:checked + .wpcf7-list-item-label::after {
  background: #111;
  content: "";
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  left: 4px;
  height: 12px;
  position: absolute;
  width: 12px;
}
#contact_page .contact_form dl dd input.wpcf7-form-control {
  border: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.0em;
  height: 34px;
  line-height: 32px;
  margin: 28px 0 25px 0;
  padding: 0;
  width: 100%;
}
#contact_page .contact_form dl dd textarea.wpcf7-form-control {
  border: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.0em;
  line-height: 100%;
  margin-top: 37px;
  padding: 0;
  width: 100%;
}
#contact_page .contact_form dl dd input.wpcf7-form-control::placeholder,
#contact_page .contact_form dl dd textarea.wpcf7-form-control::placeholder {
  color: #DDD;
}
#contact_page .contact_form .submit_btn input {
  background: #EEE;
  border: none;
  color: #111;
  cursor: pointer;
  display: block;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.33em;
  font-weight: bold;
  padding: 0.7em 6.0em;
  margin: 50px auto;
}
#contact_page .contact_form .submit_btn input:hover {
  background: #111;
  color: #FFF;
  transition: 0.5s;
}
#contact_page .contact_form .form_recaptcha p {
  margin-bottom: 100px;
  text-align: center;
}
#contact_page .contact_form .form_recaptcha a {
  color: #00A3D9;
  text-decoration: underline;
}
#contact_page .privacy_text {
  margin: 40px auto;
  max-width: 930px;
}
#contact_page .privacy_text h3 {
  border-bottom: 1px solid #111;
  font-size: 1.5em;
  margin: 1.5em 0 0.5em 0;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #contact_page .page_main {
    padding: 3vw 0;
  }
  #contact_page .page_main::before {
    height: 40vw;
  }
  #contact_page .page_main h2 {
    font-size: 2.0em;
    line-height: 1.7;
    margin: 3vw 0 0 0;
  }
  #contact_page .page_main h2 .contact_ttl {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  #contact_page .page_main .contact_img {
    margin: 0 auto;
    width: 90vw;
  }
  #contact_page .page_main .contact_img img {
    height: 35vw;
    object-fit: cover;
    width: 90vw;
  }
  #contact_page .contact_text {
    font-size: 1.0em;
    text-align: left;
    margin: 10vw 5vw;
  }
  #contact_page .contact_form {
    padding: 0 0 15vw 0;
  }
  #contact_page .contact_form dl {
    margin: 0 auto 10vw auto;
    width: 90vw;
  }
  #contact_page .contact_form dl dt {
    margin: 0 0 2vw 0;
    width: 90vw;
  }
  #contact_page .contact_form dl dd {
    margin-bottom: 10vw;
    width: 100%;
  }
  #contact_page .contact_form dl dd p {
    margin: 0;
    width: 100%;
  }
  #contact_page .contact_form dl dd.radio {
    padding: 0;
  }
  #contact_page .contact_form dl dd.radio .wpcf7-form-control {
    flex-wrap: wrap;
  }
  #contact_page .contact_form dl dd.radio .wpcf7-list-item {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  #contact_page .contact_form dl dd input.wpcf7-form-control {
    padding: 3.0vw 0;
  }
  #contact_page .contact_form dl dd textarea.wpcf7-form-control {
    padding: 3.0vw 0;
  }
  #contact_page .contact_form .submit_btn input {
    background: #111;
    color: #FFF;
    font-size: 1.2em;
    padding: 0.7em 0;
    margin: 10vw auto;
    width: 90vw;
  }
  #contact_page .contact_form .form_recaptcha p {
    font-size: 0.8em;
    margin: 0 5vw;
  }
  #contact_page .privacy_text {
    margin: 0 auto;
    width: 90vw;
  }
  #contact_page .privacy_text h3 {
    font-size: 1.2em;
  }
}
/*  会社概要
-----------------------------------*/
#company_page .page_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#company_page .page_main .company_img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 600px;
  width: 50vw;
  max-width: 950px;
}
#company_page .page_main .company_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  left: 0;
  top: 0;
  animation: maskSlide 0.7s ease forwards;
  z-index: 2;
}
#company_page .page_main .company_img img {
  display: block;
  height: 600px;
  object-fit: cover;
  width: 50vw;
}
@keyframes maskSlide {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
#company_page .page_main .company_text {
  margin-left: auto;
  margin-right: auto;
  width: 30vw;
}
#company_page .page_main .company_text h2 {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 5.0rem;
  margin: 0;
}
#company_page .page_main .company_text p {
  font-size: 1.6rem;
  margin: 1.5em 0 0 0;
}
#company_page h3 {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 4.5rem;
  margin: 0;
  text-align: center;
}
#company_page .company_profile {
  background: #F5F3F0;
  padding: 70px 0;
}
#company_page .company_profile dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto;
  max-width: 930px;
}
#company_page .company_profile dl dt {
  padding: 0.5em 0;
  width: 120px;
}
#company_page .company_profile dl dd {
  padding: 0.5em 0;
  width: calc(100% - 120px);
}
#company_page .company_profile dl dd img {
  height: 60px;
}
#company_page .company_profile .map {
  margin: 0 auto;
  max-width: 930px;
  width: 100%;
}
#company_page .company_message {
  padding: 70px 0;
  text-align: center;
}
#company_page .company_message .katsu img {
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  height: 300px;
  margin: 20px auto;
  width: 300px;
}
#company_page .company_message p {
  margin: 0 auto 1.5em auto;
}
@media screen and (max-width: 768px) {
  #company_page .page_main {
    flex-direction: row;
    margin-bottom: 10vw;
  }
  #company_page .page_main .company_img, #company_page .page_main .company_img img {
    height: 35vw;
    margin: 0 auto;
    width: 100vw;
  }
  #company_page .page_main .company_text {
    margin-left: auto;
    width: 90vw;
  }
  #company_page .page_main .company_text h2 {
    font-size: 2.0em;
    margin-top: 0.8em;
    text-align: center;
  }
  #company_page h3 {
    font-size: 1.7em;
  }
  #company_page .company_profile {
    padding: 10vw 0;
  }
  #company_page .company_profile dl {
    margin: 5vw auto;
    width: 90vw;
  }
  #company_page .company_profile dl dt {
    background: #EBE8E2;
    padding: 0.2em 0.5em;
    width: 100%;
  }
  #company_page .company_profile dl dd {
    padding: 0.5em;
    width: 100%;
  }
  #company_page .company_profile dl dd img {
    height: auto;
    width: 80vw;
  }
  #company_page .company_profile .map, #company_page .company_profile .map iframe {
    height: 70vw;
    width: 90vw;
  }
  #company_page .company_message {
    padding: 10vw 0;
  }
  #company_page .company_message .katsu img {
    height: 50vw;
    margin: 5vw auto;
    width: 50vw;
  }
  #company_page .company_message p {
    text-align: left;
    width: 90vw;
  }
  #company_page .company_message p.signature {
    text-align: right;
  }
}
/*  サービス
-----------------------------------*/
#services_page {
  font-size: 1.6rem;
}
#services_page .page_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#services_page .page_main .services_img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 600px;
  width: 50vw;
  max-width: 950px;
}
#services_page .page_main .services_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  left: 0;
  top: 0;
  animation: maskSlide 0.7s ease forwards;
  z-index: 2;
}
#services_page .page_main .services_img img {
  display: block;
  height: 600px;
  object-fit: cover;
  width: 50vw;
}
@keyframes maskSlide {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
#services_page .page_main .services_text {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}
#services_page .page_main .services_text h2 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
#services_page .page_main .services_text h2 span{
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  display: block;
  font-size: 4.0rem;
  font-weight: 400;
}
#services_page .page_main .services_text .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.3em 0;
}
#services_page .page_main .services_text .price .service_name {
  background: #F5F3F0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 0.4em;
  margin-top: 10px;
  padding: 0.4em 0 0.6em 0;
  text-align: center;
  width: 190px;
}
#services_page .page_main .services_text .price .yen {
  display: block;
  text-align: right;
  width: 6.0em;
}
#services_page .page_main .services_text .price .monthly {
  font-size: 0.4em;
  align-self: flex-end;
}
#services_page .page_main .services_text .catch {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
#services_page .page_main .services_text p {
  font-size: 1.4rem;
  margin: 0.5em 0 2.0em 0;
}
#services_page .page_main .services_text .btn_contact a {
  background: #FF4B00;
  border: 2px solid #FF4B00;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #FFF;
  display: block;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  transition: 0.5s;
  width: 320px;
}
#services_page .page_main .services_text .btn_contact a:hover {
  background: #FFF;
  color: #FF4B00;
  opacity: 1.0;
  transition: 0.5s;
}
#services_page .page_main .services_text .btn_contact a i{
  padding-left: 0.5em;
}
#services_page h3 {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 4.5rem;
  margin: 0;
  text-align: center;
}
#services_page h3 .line {
  background: linear-gradient(transparent 65%, #FFFF26 30%);
}
#services_page .worries {
  background: #F5F3F0;
  padding: 100px 0;
}
#services_page .worries h3 {
  font-size: 6.0rem;
}
#services_page .worries h3 .mini {
  font-size: 0.6em;
}
#services_page .worries ul {
  background: #FFF;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  margin: 30px auto 0 auto;
  padding: 30px 0;
  position: relative;
  max-width: 800px;
}
#services_page .worries ul::after {
  background: url("../images/services/worries.png") no-repeat;
  background-size: cover;
  bottom: -80px;
  content: "";
  height: 263px;
  right: -100px;
  position: absolute;
  width: 283px;
  z-index: 1;
}
#services_page .worries ul li {
  color: #111;
  font-size: 2.2rem;
  padding-left: 100px;
  position: relative;
  text-align: left;
}
#services_page .worries ul li::before {
  color: #FF4B00;
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  left: 70px;
  position: absolute;
}
#services_page .entrust {
  padding-top: 70px;
  position: relative;
}
#services_page .entrust::before {
  border-style: solid;
  border-color: #F5F3F0 transparent transparent transparent;
  border-width: 70px 200px 0 200px;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}
#services_page .entrust h3 {
  margin: 100px 0 60px 0;
}
#services_page .entrust dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
  max-width: 1030px;
}
#services_page .entrust dl:nth-child(2n) {
  flex-direction: row-reverse;
}
#services_page .entrust dl dt {
  width: 400px;
}
#services_page .entrust dl dd {
  text-align: left;
  width: 530px;
}
#services_page .entrust dl dd .entrust_ttl {
  font-size: 3.0rem;
  font-weight: bold;
}
#services_page .entrust dl dd p {
  margin: 1.0em 0;
}
#services_page .entrust dl dd img {
  height: 40px;
}
#services_page .reason {
  padding: 100px 0;
}
#services_page .reason ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 0 auto;
  max-width: 1030px;
}
#services_page .reason ul li {
  font-size: 2.0rem;
  text-align: center;
  width: 320px;
}
#services_page .reason ul li img {
  margin-bottom: 30px;
}
#services_page .reason ul li span {
  color: #004BA5;
}
#services_page .plan {
  background: #F5F3F0;
  padding: 100px 0;
}
#services_page h4 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#services_page h4:nth-of-type(n+2) {
  margin-top: 4vw;
}
#services_page h4 span{
  display: block;;
  font-size: 2.4rem;
}
#services_page .plan table {
  background: #FFF;
  border: 10px solid #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  margin: 40px auto 0 auto;
  max-width: 1100px;
}
#services_page .plan table th {
  background: #004BA5;
  border-bottom: 1px solid #CCC;
  color: #FFF;
  padding: 20px;
  min-height: 120px;
}
#services_page .plan table th.first {
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
#services_page .plan table td {
  border-bottom: 1px solid #CCC;
  padding: 20px;
  min-height: 120px;
  text-align: left;
}
#services_page .plan table td strong {
  font-size: 3.0rem;
}
#services_page .plan table td strong span{
  font-size: 0.5em;
}
#services_page .plan table .end {
  border: none;
  border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
#services_page .plan table .end .service_details{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
  max-width: 900px;
}
#services_page .plan table .end .service_details li{
  margin-bottom: 15px;
  width: 46%;
  max-width: 150px;
}
#services_page .plan table .end .service_details li .plan_icon{
  border: 2px solid #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  aspect-ratio: 1 / 1;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.0rem;
  width: 100%;
}
#services_page .plan table .end .service_details li .plan_ttl{
  color: #004BA5;
  font-weight: 700;
  margin: 0.5em 0 0.3em 0;
}
#services_page .plan table .end .service_details li p{
  font-size: 1.3rem;
  margin: 0;
}
#services_page .flow {
  padding: 100px 0;
}
#services_page .flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
  max-width: 840px;
}
#services_page .flow ul.rows4 {
  max-width: 1100px;
}
#services_page .flow ul li {
  background: #F9F9F9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  text-align: center;
  width: 260px;
}
#services_page .flow ul li .step {
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  color: #FFF;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 0.1em 0;
}
#services_page .flow ul li:nth-child(1) .step {
  background: #FF7D81;
}
#services_page .flow ul li:nth-child(2) .step {
  background: #F9C937;
}
#services_page .flow ul li:nth-child(3) .step {
  background: #43D6B5;
}
#services_page .flow ul li:nth-child(4) .step {
  background: #8BCAEB;
}
#services_page .flow ul li:nth-child(5) .step {
  background: #7E8FE0;
}
#services_page .flow ul li:nth-child(6) .step {
  background: #CD92B7;
}
#services_page .flow ul li .flow_img {
  padding: 40px 0 10px 0;
  position: relative;
}
#services_page .flow ul li .flow_img::before {
  border-style: solid;
  border-width: 15px 18px 0 18px;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}
#services_page .flow ul li:nth-child(1) .flow_img::before {
  border-color: #FF7D81 transparent transparent transparent;
}
#services_page .flow ul li:nth-child(2) .flow_img::before {
  border-color: #F9C937 transparent transparent transparent;
}
#services_page .flow ul li:nth-child(3) .flow_img::before {
  border-color: #43D6B5 transparent transparent transparent;
}
#services_page .flow ul li:nth-child(4) .flow_img::before {
  border-color: #8BCAEB transparent transparent transparent;
}
#services_page .flow ul li:nth-child(5) .flow_img::before {
  border-color: #7E8FE0 transparent transparent transparent;
}
#services_page .flow ul li:nth-child(6) .flow_img::before {
  border-color: #CD92B7 transparent transparent transparent;
}
#services_page .flow ul li .flow_ttl {
  font-size: 1.5em;
  font-weight: bold;
}
#services_page .flow ul li p {
  font-size: 0.875em;
  line-height: 1.6;
  text-align: left;
  margin: 10px 15px 20px 15px;
}
#services_page .faq {
  background: #F5F3F0;
  padding: 100px 0;
}
#services_page .faq h3 {
  margin-bottom: 50px;
}
#services_page .faq dl {
  margin: 20px auto 0 auto;
  text-align: left;
  max-width: 1100px;
}
#services_page .faq dl dt {
  background: url("../images/services/question.png") left top no-repeat;
  background-size: 775px 60px;
  color: #FFF;
  font-size: 2.0rem;
  height: 60px;
  line-height: 60px;
  padding-left: 45px;
  width: 775px;
}
#services_page .faq dl dd {
  background: url("../images/services/anser.png") left top no-repeat;
  background-size: 775px 110px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  margin-left: calc(100% - 910px);
  margin-top: 20px;
  width: 910px;
}
#services_page .faq dl dd.line1 {
  padding-top: 40px;
  height: 130px;
}
#services_page .faq dl dd.line2 {
  padding-top: 30px;
  height: 140px;
}
#services_page .faq dl dd.line3 {
  background: url("../images/services/anser.png") left top no-repeat;
  background-size: 775px 130px;
  padding-top: 25px;
  height: 165px;
}
#services_page .faq dl dd::after {
  background-size: cover;
  content: "";
  top: 20px;
  height: 130px;
  position: absolute;
  right: 20px;
  width: 130px;
}
#services_page .faq dl dd.staff01::after {
  background: url("https://www.cr-f.jp/plan/images/staff01.png") no-repeat;
}
#services_page .faq dl dd.staff02::after {
  background: url("https://www.cr-f.jp/plan/images/staff02.png") no-repeat;
}
#services_page .faq dl dd.staff03::after {
  background: url("https://www.cr-f.jp/plan/images/staff03.png") no-repeat;
}
#services_page .contact {
  background: #111;
  color: #FFF;
  padding: 20px 0;
}
#services_page .contact dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1100px;
}
#services_page .contact dl dt{
  text-align: left;
}
#services_page .contact dl dt div{
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  #services_page .contact dl dt div{
    font-size: 3.0vw;
  }
}
#services_page .contact dl dt p{
  font-size: 1.4rem;
  margin: 0.5em 0 2.0em 0;
}
#services_page .contact dl dt a {
  border: 2px solid #FFE941;
  background: #FFE941;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  height: 40px;
  transition: 0.5s;
  width: 200px;
}
#services_page .contact dl dt a:hover {
  background: none;
  color: #FFE941;
  opacity: 1.0;
  transition: 0.5s;
}
#services_page .contact dl dt a i{
  padding: 0.3em 0 0 0.5em;
}
#services_page .contact dl dd{
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  #services_page .page_main {
    flex-direction: row;
    margin-bottom: 10vw;
  }
  #services_page .page_main .services_img, #services_page .page_main .services_img img {
    height: 50vw;
    margin: 0 auto;
    width: 100vw;
  }
  #services_page .page_main .services_text {
    margin-left: auto;
    margin-top: 5vw;
    text-align: center;
    width: 90vw;
  }
  #services_page .page_main .services_text h2 {
    font-size: 0.8em;
  }
  #services_page .page_main .services_text h2 span{
    font-size: 2.0em;
  }
  #services_page .page_main .services_text .price {
    font-size: 2.7em;
    margin: 0.5em 0 0.7em 0;
    justify-content: center;
  }
  #services_page .page_main .services_text .catch {
    font-size: 1.5em;
  }
  #services_page .page_main .services_text p {
    font-size: 0.8em;
    margin-bottom: 2.0em;
  }
  #services_page .page_main .services_text .btn_contact a {
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    width: 70vw;
  }
  #services_page h3 {
    font-size: 1.7em;
  }
  #services_page .worries {
    padding: 10vw 0 25vw 0;
  }
  #services_page .worries h3 {
    font-size: 9vw;
  }
  #services_page .worries ul {
    margin: 5vw auto 0 auto;
    padding: 5vw 0;
    width: 90vw;
  }
  #services_page .worries ul::after {
    bottom: -15vw;
    height: 46vw;
    right: -5vw;
    width: 50vw;
  }
  #services_page .worries ul li {
    font-size: 1.0em;
    line-height: 1.5;
    margin-bottom: 3vw;
    padding: 0 10vw;
  }
  #services_page .worries ul li::before {
    left: 4vw;
  }
  #services_page .entrust {
    padding-top: 5vw;
  }
  #services_page .entrust::before {
    border-width: 10vw 25vw 0 25vw;
  }
  #services_page .entrust h3 {
    font-size: 6vw;
    margin: 15vw 0 5vw 0;
  }
  #services_page .entrust dl {
    margin-top: 10vw;
    width: 90vw;
  }
  #services_page .entrust dl:last-child {
    flex-direction: row-reverse;
  }
  #services_page .entrust dl dt {
    margin: 0 auto 3vw auto;
    width: 70vw;
  }
  #services_page .entrust dl dd {
    text-align: center;
    width: 100%;
  }
  #services_page .entrust dl dd .entrust_ttl {
    font-size: 1.2em;
  }
  #services_page .entrust dl dd p {
    font-size: 0.9em;
    margin: 0.5em 0 1.0em 0;
  }
  #services_page .reason {
    padding: 15vw 0;
  }
  #services_page .reason h3 {
    font-size: 7vw;
  }
  #services_page .reason ul {
    margin: 0 auto;
    width: 90vw;
  }
  #services_page .reason ul li {
    font-size: 1.0em;
    margin-top: 10vw;
    width: 100%;
  }
  #services_page .reason ul li img {
    margin: 0 auto 5vw auto;
    width: 70vw;
  }
  #services_page .plan {
    padding: 10vw 0 15vw 0;
  }
  #services_page h4 {
    font-size: 2.0em;
  }
  #services_page h4:nth-of-type(n+2) {
    margin-top: 15vw;
  }
  #services_page h4 span{
    font-size: 0.6em;
  }
  #services_page .plan table {
    margin: 8vw auto 0 auto;
    width: 90vw;
  }
  #services_page .plan table tr{
    display: flex;
    flex-wrap: wrap;
  }
  #services_page .plan table th {
    font-size: 0.8em;
    padding: 10px;
    min-height: auto;
    width: 100%;
  }
  #services_page .plan table th.first,
  #services_page .plan table .end{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  #services_page .plan table td {
    border-bottom: none;
    font-size: 0.8em;
    line-height: 1.5;
    padding: 10px 10px 20px 10px;
    min-height: auto;
    text-align: center;
    width: 100%;
  }
  #services_page .plan table td strong {
    font-size: 2.3em;
  }
  #services_page .plan table .end .service_details{
    gap: 6%;
  }
  #services_page .plan table .end .service_details li .plan_ttl{
    font-size: 1.2em;
  }
  #services_page .plan table .end .service_details li p{
    font-size: 0.8em;
  }
  #services_page .flow {
    padding: 10vw 0 15vw 0;
  }
  #services_page .flow ul {
    margin: 0 auto;
    width: 90vw;
  }
  #services_page .flow ul li {
    margin: 5vw 0 0 0;
    width: 43vw;
  }
  #services_page .flow ul li .step {
    font-size: 1.5em;
  }
  #services_page .flow ul li .flow_img {
    padding: 20px 0 0 0;
  }
  #services_page .flow ul li .flow_img img {
    width: 25vw;
  }
  #services_page .flow ul li .flow_ttl {
    font-size: 5vw;
  }
  #services_page .flow ul li p {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 5px 10px 10px 10px;
  }
  #services_page .faq {
    padding: 10vw 0 15vw 0;
  }
  #services_page .faq h3 {
    margin-bottom: 7vw;
  }
  #services_page .faq dl {
    margin: 7vw auto 0 auto;
    text-align: left;
    width: 90vw;
  }
  #services_page .faq dl dt {
    background-color: #111;
    background-image: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 1.0em;
    height: auto;
    line-height: 1.8;
    padding: 3vw;
    width: 78vw;
  }
  #services_page .faq dl dd {
    background-image: none;
    border: 2px solid #111;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: auto;
    line-height: 1.5;
    padding: 3vw;
    margin-left: calc(6vw - 6px);
    margin-top: 10px;
    width: 78vw;
  }
  #services_page .faq dl dd.line1,
  #services_page .faq dl dd.line2,
  #services_page .faq dl dd.line3 {
    background-image: none;
    padding-top: 3vw;
    height: auto;
  }
  #services_page .faq dl dd::after {
    display: none;
  }
  #services_page .contact{
    padding: 10vw 0;
  }
  #services_page .contact dl{
    padding: 0;
    position: relative;
    text-align: center;
    width: 90vw;
  }
  #services_page .contact dl dt{
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  #services_page .contact dl dt div{
    font-size: 1.6em;
  }
  #services_page .contact dl dt p{
    font-size: 0.9em;
  }
  #services_page .contact dl dt a {
    font-size: 1.0em;
    height: 40px;
    margin: 0 auto;
    width: 200px;
  }
  #services_page .contact dl dd{
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 90vw;
    z-index: 0;
  }
}












/*  WORKS
-----------------------------------*/
#works_layout{
  margin: 0 auto;
  text-align: center;
  max-width: 1140px;
}
#works_layout h2.blog_ttl{
  margin-bottom: 0.5em;
}
#works_layout .works_tag_filter ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
#works_layout .works_tag_filter ul li{
  margin: 1%;
  width: 18%;
  max-width: 100px;
}
#works_layout .works_tag_filter .tag-filter {
  background: #F5F3F0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.5em 0;
  width: 100%;
}
#works_layout .works_tag_filter .tag-filter.active,
#works_layout .works_tag_filter .tag-filter:hover {
  background: #111;
  color: #FFF;
  opacity: 1.0;
  transition: .3s;
}
#works_layout .works_box ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#works_layout .works_box ul li{
  background: #F5F3F0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 1.6;;
  margin: 0.5%;
  padding: 1% 1% 2% 1%;
  position: relative;
  text-align: left;
  transition: .5s;
  width: 22%;
}
#works_layout .works_box ul li:hover{
  background: #111;
  color: #FFF;
  opacity: 1.0;
  transition: .5s;
}
#works_layout .works_box ul li:hover a,
#works_layout .works_box ul li:hover a:hover{
  color: #FFF;
  opacity: 1.0;
  transition: .5s;
}
#works_layout .works_box ul li .works_img,
#works_layout .works_box ul li .works_img img{
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
}
#works_layout .works_box ul li .works_tag{
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  margin: 1.0em 0 0.6em 0;
  padding-left: 0.2em;
}
#works_layout .works_box ul li .works_tag a{
  color: #999;
}
#works_layout .works_box ul li .works_tag a::after{
  content: " , ";
}
#works_layout .works_box ul li .works_tag a:last-child::after{
  content: "";
}
#works_single{
  margin: 50px auto;
  text-align: center;
  width: 90vw;
}
#works_single .works_ttl {
  letter-spacing: 0.05em;
  font-size: 3.6rem;
  font-weight: 700;
}
#works_single .works_client {
  font-size: 1.4rem;
  margin: 0.5rem auto;
}
#works_single .works_tag {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#works_single .works_tag a {
  background: #F5F3F0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 0.8rem;
  padding: 0.1em 1.1em;
}
#works_single .works_tag a:hover {
  background: #111;
  color: #FFF;
  opacity: 1.0;
  transition: .3s;
}
#works_single .works_comment {
  margin: 1.5rem auto 0 auto;
  max-width: 930px;
}
#works_single .works_url {
  margin-top: 1.5rem;
}
#works_single .works_url a {
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  position: relative;
}
#works_single .works_url a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  padding-left: 0.5em;
}
#works_single .works_img {
  display: flex;
  justify-content: space-between;
  margin: 2.0rem auto 250px auto;
  max-width: 1221px;
  position: relative;
}
#works_single .works_img::after {
  background: #F5F3F0;
  height: 300px;
  display: block;
  left: 0;
  top: 10vw;
  position: absolute;
  width: 100vw;
}
#works_single .works_img > div:nth-child(2) {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
}
#works_single .scroll {
  color: #111;
  display: inline-block;
  font-family: 'Comfortaa', Noto Sans JP, sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  left: calc(50% - 25px);
  padding-top: 50px;
  position: absolute;
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  z-index: 2;
  
}
#works_single .works_img_pc .scroll {
  bottom: 70px;
}
#works_single .works_img_sp .scroll {
  bottom: 0;
}
#works_single .scroll span {
  background: rgba(255,255,255,.5);
  border: 2px solid #111;
  border-radius: 50px;
  box-sizing: border-box;
  height: 50px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
}
#works_single .scroll span::before {
  animation: sdb 2s infinite;
  background-color: #111;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  box-sizing: border-box;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 10px;
  width: 6px;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#works_single .works_img_dtp {
  background: #FFF;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0.5em auto 0 auto;
  width: 70vw;
  max-width: 730px;
}
#works_single .works_img_dtp img {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 100%;
}
#works_single .works_img_pc {
  aspect-ratio: 256 / 159;
  margin: 0 auto;
  padding-top: 17px;
  position: relative;
  width: 90vw;
  max-width: 921px;
}
#works_single .works_img_pc::after {
  aspect-ratio: 1024 / 636;
  background: url("../images/common/works_mock-up_pc.png") no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#works_single .works_img_pc .works_img_pc_mockup{
  aspect-ratio: 205 / 132;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  height: 46.4vw;
  max-height: 475px;
  width: 72.1vw;
  max-width: 738px;
}
#works_single .works_img_pc .works_img_pc_mockup img,
#works_single .works_img_sp .works_img_sp_mockup img{
  vertical-align: bottom;
}
#works_single .works_img_sp {
  aspect-ratio: 300 / 610;
  margin: 0 auto;
  padding-top: 13px;
  position: relative;
  width: 30vw;
  max-width: 300px;
}
#works_single .works_img_sp::after {
  aspect-ratio: 300 / 610;
  background: url("../images/common/works_mock-up_sp.png") no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#works_single .works_img_sp .works_img_sp_mockup{
  aspect-ratio: 271 / 584;
  border-radius: 18px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  height: 58.4vw;
  max-height: 584px;
  width: 27.1vw;
  max-width: 271px;
}
@media screen and (max-width: 1024px) {
  #works_single .works_img_pc .scroll {
    bottom: 6vw;
  }
  #works_single .works_img_pc{
    padding-top: 1.7vw;
  }
  #works_single .works_img_sp{
    padding-top: 1.2vw;
  }
  #works_single .works_img_sp .works_img_sp_mockup{
    border-radius: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #works_layout .works_box ul{
    justify-content: space-between;
    margin: 0 auto 3vw auto;
    width: 90vw;
  }
  #works_layout .works_box ul li{
    margin: 0 0 5vw 0;
    padding: 3vw 3vw 6vw 3vw;
    width: 100%;
  }
  #works_single .works_ttl {
    font-size: 1.5em;
  }
  #works_single .works_client {
    font-size: 0.8em;
  }
  #works_single .works_comment {
    font-size: 0.9em;
    text-align: left;
  }
  #works_single .works_img {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #works_single .works_img > div:nth-child(2) {
    position: relative;
    right: auto;
    top: 5vw;
  }
  #works_single .scroll {
    padding-top: 6.5vw;
  }
  #works_single .scroll span {
    height: 7vw;
    margin-left: -2vw;
    width: 4vw;
  }
  #works_single .scroll span::before {
    height: 4px;
    margin-left: -2px;
    top: 10px;
    width: 4px;
  }
  #works_single .works_img_pc .scroll {
    bottom: 4vw;
  }
  #works_single .works_img_dtp {
    padding: 10px;
  }
  #works_single .works_img_pc{
    padding-top: 1.7vw;
  }
  #works_single .works_img_sp{
    padding-top: 2.5vw;
    width: 60vw;
  }
  #works_single .works_img_sp .works_img_sp_mockup{
    border-radius: 3.2vw;
    height: 116.8vw;
    width: 54.2vw;
  }
}





















