@charset "UTF-8";
._mb-ss {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 560px) {
  ._mb-ss {
    margin-bottom: 5px !important;
  }
}

._mb-s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 560px) {
  ._mb-s {
    margin-bottom: 12px !important;
  }
}

._mb-m {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 560px) {
  ._mb-m {
    margin-bottom: 18px !important;
  }
}

._mb-l {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 560px) {
  ._mb-l {
    margin-bottom: 25px !important;
  }
}

._mb-ll {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 560px) {
  ._mb-ll {
    margin-bottom: 30px !important;
  }
}

._mb-xl {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 560px) {
  ._mb-xl {
    margin-bottom: 40px !important;
  }
}

._mb-xxl {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 560px) {
  ._mb-xxl {
    margin-bottom: 60px !important;
  }
}

._mt-ss {
  margin-top: 10px !important;
}
@media screen and (max-width: 560px) {
  ._mt-ss {
    margin-top: 5px !important;
  }
}

._mt-s {
  margin-top: 20px !important;
}
@media screen and (max-width: 560px) {
  ._mt-s {
    margin-top: 12px !important;
  }
}

._mt-m {
  margin-top: 30px !important;
}
@media screen and (max-width: 560px) {
  ._mt-m {
    margin-top: 18px !important;
  }
}

._mt-l {
  margin-top: 40px !important;
}
@media screen and (max-width: 560px) {
  ._mt-l {
    margin-top: 25px !important;
  }
}

._mt-ll {
  margin-top: 50px !important;
}
@media screen and (max-width: 560px) {
  ._mt-ll {
    margin-top: 30px !important;
  }
}

._mt-xl {
  margin-top: 60px !important;
}
@media screen and (max-width: 560px) {
  ._mt-xl {
    margin-top: 40px !important;
  }
}

._mt-xxl {
  margin-top: 100px !important;
}
@media screen and (max-width: 560px) {
  ._mt-xxl {
    margin-top: 60px !important;
  }
}

._no-mb {
  margin-bottom: 0 !important;
}

._no-mt {
  margin-top: 0 !important;
}

._no-pb {
  padding-bottom: 0 !important;
}

._no-pt {
  padding-top: 0 !important;
}

._centered {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._left {
  text-align: left !important;
}

._v-centered {
  vertical-align: middle !important;
}

._v-top {
  vertical-align: top !important;
}

._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

._italic {
  font-style: italic;
}

._colored {
  color: #0075c2 !important;
}

._red {
  color: #f00 !important;
}

._bg-colored {
  background-color: #f7f7f7 !important;
}

._wrap {
  flex-wrap: wrap;
}

._align-c {
  align-items: center;
}

._around {
  justify-content: space-around;
}

html, body {
  font-size: 16px;
  font-family: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.main {
  display: block;
  overflow-x: hidden;
}

span.ib {
  display: inline-block;
}

.section {
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section._narrow-pd {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .section._narrow-pd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .section._narrow-pd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.section-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .section-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.section-wrapper._sub {
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}
.section-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.section-inner._semi-narrow {
  max-width: 720px;
}
.section-inner._narrow {
  max-width: 600px;
}
.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .section-title {
    font-size: 1.5rem;
  }
}
.section-desc {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .section-desc {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 560px) {
  .section-desc {
    font-size: 0.8rem;
  }
}
.section-desc._large {
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .section-desc._large {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 560px) {
  .section-desc._large {
    font-size: 1rem;
  }
}
.section-desc._small {
  font-size: 0.88rem;
}
@media screen and (max-width: 960px) {
  .section-desc._small {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 560px) {
  .section-desc._small {
    font-size: 0.7rem;
  }
}
.section-desc._plus-lh {
  line-height: 2;
}
.section-desc._indent {
  padding-left: 1.5em;
  position: relative;
}
.section-desc._indent span {
  position: absolute;
  left: 0;
}
.section-desc._indent-plus {
  padding-left: 2.75em;
  position: relative;
}
.section-desc._indent-plus span {
  position: absolute;
  left: 1.25em;
}
.section-desc strong {
  font-weight: bold;
  color: #0075c2;
}
.section-desc .red {
  color: #f00;
}
.section-desc .bold {
  font-weight: bold;
}
.section-desc .italic {
  font-style: italic;
}

._flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  ._flex {
    display: block;
  }
}
._flex .section-desc, ._flex .section-desc-wrapper {
  flex: 1;
}

._flex-tb {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  ._flex-tb {
    display: block;
  }
}

.flex-img-left {
  margin-right: 1.5em;
}
@media screen and (max-width: 560px) {
  .flex-img-left {
    width: 100%;
    margin-right: 0;
    margin: 0 auto 1.5em;
  }
}
.flex-img-right {
  margin-left: 1.5em;
}
@media screen and (max-width: 560px) {
  .flex-img-right {
    width: 100%;
    margin-left: 0;
    margin: 1.5em auto 0;
  }
}

.more-btn {
  text-align: center;
  padding: 20px;
  display: block;
  width: 180px;
  color: #fff !important;
  background-color: #0075c2;
  border-radius: 50px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .more-btn:hover {
    opacity: 0.7;
  }
}
.more-btn._centered {
  margin: 0 auto;
}

.more-btn {
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 10px;
  color: #fff !important;
  background-color: #0075c2;
  line-height: 60px;
  position: relative;
  transition: 0.15s ease-in-out 0.05s;
  overflow: hidden;
  z-index: 4;
  text-align: center;
}
.more-btn .letter {
  position: relative;
  z-index: 2;
}
.more-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 200px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #0075c2;
  background-color: #fff;
  z-index: 1;
  transition: 0.15s ease-in-out;
}
.more-btn:hover {
  color: #0075c2 !important;
  font-weight: bold;
}
.more-btn:hover::before {
  transform: translate(0, -50%);
}
.more-btn._centered {
  margin: 0 auto;
}
.more-btn._ac {
  background-color: #ff6100;
}
.more-btn._ac::before {
  border-color: #ff6100;
}
.more-btn._ac:hover {
  color: #ff6100 !important;
}

#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 110px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #0075c2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  z-index: 100;
  cursor: pointer;
}
#scroll-top.shown {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #scroll-top.shown:hover {
    opacity: 0.7;
  }
}
#scroll-top span {
  display: block;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-logo {
  display: block;
  width: 285px;
  height: 58px;
}
.main-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-logo._centered {
  margin: 0 auto;
}

.scroll-effect {
  transition: 1s ease-in-out;
  opacity: 0;
}
.scroll-effect._non {
  transition-duration: 0s;
}
.scroll-effect._slide-in {
  opacity: 1;
  position: relative;
  transform: translateY(200px);
}
.scroll-effect._fast {
  transition: 0.5s;
}
.scroll-effect._very-fast {
  transition: 0.3s;
}
.scroll-effect._slow {
  transition: 1.5s;
}
.scroll-effect._very-slow {
  transition: 3s;
}
.scroll-effect._to-top {
  transform: translateY(50px);
}
.scroll-effect._to-top._long {
  transform: translateY(80px);
}
.scroll-effect._to-top._very-long {
  transform: translateY(150px);
}
.scroll-effect._to-left {
  transform: translateX(120px);
}
.scroll-effect._to-left._long {
  transform: translateX(240px);
}
.scroll-effect._to-right {
  transform: translateX(-120px);
}
.scroll-effect._to-right._long {
  transform: translateX(-240px);
}
.scroll-effect._to-bottom {
  transform: translateY(-80px);
}
.scroll-effect._to-bottom._short {
  transform: translateY(-40px);
}
.scroll-effect._to-bottom._long {
  transform: translateY(-120px);
}
.scroll-effect._delay01 {
  transition-delay: 0.2s;
}
.scroll-effect._delay02 {
  transition-delay: 0.4s;
}
.scroll-effect._delay03 {
  transition-delay: 0.6s;
}
.scroll-effect._delay04 {
  transition-delay: 0.8s;
}
.scroll-effect._delay05 {
  transition-delay: 1s;
}
.scroll-effect._delay06 {
  transition-delay: 1.2s;
}
.scroll-effect._delay07 {
  transition-delay: 1.4s;
}
.scroll-effect._delay08 {
  transition-delay: 1.6s;
}
.scroll-effect._delay09 {
  transition-delay: 1.8s;
}

.scroll-effect.show {
  opacity: 1;
}
.scroll-effect.show._to-top {
  transform: translateY(0);
}
.scroll-effect.show._to-left {
  transform: translateX(0);
}
.scroll-effect.show._to-right {
  transform: translateX(0);
}
.scroll-effect.show._to-bottom {
  transform: translateY(0);
}
.scroll-effect.show._to-bottom._keep {
  transform: translateY(-50%);
}
.scroll-effect.show._slide-in {
  transform: translateY(0);
}

.slide-in {
  opacity: 0;
  transform: translateY(120px);
  animation: slideIn 1.2s 1.4s forwards;
}

._curtain {
  overflow: hidden;
}
._curtain._shadow {
  box-shadow: 3px 3px 20px transparent;
  transition: box-shadow 0.4s 0.8s;
}
._curtain > * {
  opacity: 0;
  transition-delay: 0.45s;
}
._curtain > * span {
  opacity: 0;
  transition: 0.3s 0.9s;
}
._curtain::after {
  content: "";
  background-color: #fff;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-200%, 0%);
}
._curtain.show > * {
  opacity: 1;
}
._curtain.show > * span {
  opacity: 1;
}
._curtain.show::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
._curtain.show._shadow {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
}

.rotation {
  animation: rotation 18s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes twinkle {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slideIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 150%;
  }
  25% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
._hover-big img {
  transition: 0.3s;
}
._hover-big:hover img {
  transform: scale(1.12);
  filter: drop-shadow(2px, 2px, 4px, rgba(0, 0, 0, 0.2));
}

@keyframes bg-color {
  6% {
    background-color: #e5243b;
  }
  12% {
    background-color: #DDA63A;
  }
  18% {
    background-color: #4C9F38;
  }
  24% {
    background-color: #C5192D;
  }
  29% {
    background-color: #FF3A21;
  }
  35% {
    background-color: #26BDE2;
  }
  40% {
    background-color: #FCC30B;
  }
  46% {
    background-color: #A21942;
  }
  52% {
    background-color: #FD6925;
  }
  58% {
    background-color: #DD1367;
  }
  64% {
    background-color: #FD9D24;
  }
  70% {
    background-color: #BF8B2E;
  }
  76% {
    background-color: #3F7E44;
  }
  82% {
    background-color: #0A97D9;
  }
  88% {
    background-color: #56C02B;
  }
  94% {
    background-color: #00689D;
  }
  100% {
    background-color: #19486A;
  }
}
.sub-main-images {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  aspect-ratio: 1500/400;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .sub-main-images {
    margin-bottom: 20px;
  }
}
.sub-main-images.plan {
  background-image: url(../images/service/main.jpg);
}
.sub-main-images.news {
  background-image: url(../images/page_mv_news.jpg);
}
.sub-main-images.voice {
  background-image: url(../images/page_mv_voice.jpg);
}
.sub-main-images.work {
  background-image: url(../images/page_mv_work.jpg);
}
.sub-main-images.basic {
  background-image: url(../images/page_mv_basic.jpg);
}

.slide {
  width: 100vw;
  height: 42vw;
}
.slide-list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-item:first-of-type {
  background-image: url("../images/top_mainvisual01.png");
}
.slide-item:nth-of-type(2) {
  background-image: url("../images/top_mainvisual02.png");
}
.slide-item:nth-of-type(3) {
  background-image: url("../images/top_mainvisual03.png");
}
.slide-select {
  padding-top: 12px;
  margin: auto 0;
}
.slide-select ul {
  display: flex;
  justify-content: center;
}
.slide-select ul li {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  text-indent: -9999px;
  cursor: pointer;
}
.slide-select .selected {
  background-color: #0075c2;
}

.top-news-item {
  display: block;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .top-news-item:hover {
    opacity: 0.7;
  }
}
.top-news-item img {
  aspect-ratio: 344/208;
  object-fit: cover;
}

.top-news-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}

.top-production-photo {
  display: block;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .top-production-photo:hover {
    opacity: 0.7;
  }
}
.top-production-photo:not(:last-of-type) {
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  .top-production-photo:not(:last-of-type) {
    margin-right: 0;
  }
}

.breadcrumb-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .breadcrumb-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.breadcrumb span:first-of-type span {
  color: #0075c2 !important;
}
@media screen and (max-width: 960px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.page-title {
  font-size: 3rem;
  text-align: center;
}
.page-title-container {
  height: 300px;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-main-title {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.sub-main-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #0075c2 200px, #d8d8d8 200px);
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contact-form table {
  width: 100%;
}
.contact-form tr {
  min-height: 52px;
}
.contact-form tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.contact-form th {
  padding-left: 76px;
  width: 35%;
  min-width: 220px;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.contact-form th span {
  display: inline-block;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.contact-form th span.required {
  background-color: #f00;
}
.contact-form th span.vol {
  background-color: #666;
}
.contact-form td {
  padding: 20px 8px;
}
.contact-form input:not([type=radio]), .contact-form textarea {
  border: none;
  background-color: #FEFAF7;
  border-radius: 12px;
  padding: 10px;
  outline: none;
  width: 100%;
}
.contact-form span.address {
  display: inline-block;
  margin-right: 1rem;
}
.contact-form input.zip {
  width: 30%;
  margin-bottom: 8px;
}
.contact-form input.address {
  width: 70%;
  margin-bottom: 8px;
}
.contact-form input:focus, .contact-form textarea:focus {
  box-shadow: 0 0 8px inset rgba(0, 0, 0, 0.3);
}
.contact-form input[type=submit] {
  margin: 30px auto 0;
  cursor: pointer;
  transition: opacity 0.3s;
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  color: #fff !important;
  background-color: #0075c2;
  line-height: 1;
  position: relative;
  transition: 0.15s ease-in-out 0.05s;
  overflow: hidden;
  z-index: 4;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .contact-form input[type=submit]:hover {
    opacity: 0.7;
  }
}

._contact .wp_social_bookmarking_light {
  display: none !important;
}

.mw_wp_form_confirm .contact-form tr {
  height: 30px;
}

.mw_wp_form_confirm .contact-form tr td {
  line-height: 1.4;
}

input[type=submit] {
  -webkit-appearance: none !important;
  border-radius: 0;
}

.single-wrapper {
  display: flex;
}
.single-content-wrapper {
  width: 70%;
  padding-right: 5%;
}
.single-content-wrapper .section-desc {
  margin-bottom: 0;
}
.single-content-wrapper .sub-main {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}
.single-content-wrapper p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .single-content-wrapper p {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 560px) {
  .single-content-wrapper p {
    font-size: 0.8rem;
    margin-bottom: 12px;
  }
}
.single-content-wrapper p > a {
  color: #0075c2 !important;
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .single-content-wrapper p > a:hover {
    opacity: 0.7;
  }
}
.single-content-wrapper strong, .single-content-wrapper b {
  font-weight: bold;
}
.single-date {
  display: block;
  margin-bottom: 6px;
}
.single-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.single-thumbnail {
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  object-fit: contain;
}

.side-wrapper {
  width: 30%;
}
.side-wrapper h3 {
  display: none;
}
.side-title {
  padding: 8px 8px 12px 12px;
  border-left: 2px solid #0075c2;
  border-bottom: 2px solid #0075c2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.side-title.work_cat {
  border-color: #38ac2e;
}
.side-title.work_business {
  border-color: #7b00b0;
}
.side-title.work_price {
  border-color: #ccc;
}
.side-archive-list {
  padding-left: 12px;
}
.side-archive-list li:not(:last-of-type) {
  border-bottom: 1px dashed #0075c2;
}
.side-archive-list li a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .side-archive-list li a:hover {
    opacity: 0.7;
  }
}

.archive-wrapper {
  width: 70%;
  padding-right: 5%;
}
.archive-news-item {
  width: 100%;
  transition: opacity 0.3s;
}
.archive-news-item:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .archive-news-item:hover {
    opacity: 0.7;
  }
}
.archive-news-item > a {
  display: flex;
  color: #333 !important;
}
.archive-news-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-news-img-wrapper {
  width: 240px;
  height: 180px;
  position: relative;
  margin-right: 40px;
}
.archive-news-img-wrapper .new-tag {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.archive-news-desc-wrapper {
  width: calc(100% - 280px);
}
.archive-news-desc-wrapper .section-desc {
  padding-right: 3rem;
  color: #333 !important;
}
.archive-news-desc-wrapper._no-thumbnail {
  width: 100%;
}
.archive-news-desc-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.archive-news-desc-time {
  display: block;
  margin-right: 1rem;
}
.archive-news-desc-title {
  text-decoration: underline;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0 !important;
}
.archive-news-category {
  padding: 0px 10px;
  background-color: #ff6100;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  line-height: 44px;
  padding: 0 !important;
  margin-right: 10px !important;
  transition: 0.3s;
  border: 1px solid #333;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: #000;
  color: #fff !important;
}

.nextpostslink, .previouspostslink {
  color: #fff !important;
  position: relative;
}
.nextpostslink:hover, .previouspostslink:hover {
  color: #000 !important;
}
.nextpostslink::after, .previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 5px;
}

.nextpostslink::after {
  background-image: url(../images/arrow_short_right.png);
}

.nextpostslink:hover::after {
  background-image: url(../images/arrow_short_right_inverse.png);
}

.previouspostslink::after {
  background-image: url(../images/arrow_short_left.png);
}

.previouspostslink:hover::after {
  background-image: url(../images/arrow_short_left_inverse.png);
}

.post-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 482px;
  margin: 30px auto 0;
}
.post-link {
  width: 144px;
  height: 36px;
}
.post-link-prev {
  padding-right: 1em;
}
.post-link-next {
  padding-left: 1em;
}
.post-link a {
  display: block;
  border: 1px solid #333;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  transition: 0.3s;
}
.post-link a:hover {
  background-color: #333;
  color: #fff;
}

.wp-block-table table tr th,
.wp-block-table table tr td,
.single-content-wrapper table tr th,
.single-content-wrapper table tr td {
  border: 1px solid #666;
  padding: 0.5em;
}

.archive-work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archive-work-item:not(:last-of-type) {
  margin-bottom: 62px;
}
@media screen and (max-width: 960px) {
  .archive-work-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .archive-work-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.archive-work-img {
  display: block;
  transition: opacity 0.3s;
  width: 50%;
  max-width: 340px;
  aspect-ratio: 458/468;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .archive-work-img:hover {
    opacity: 0.7;
  }
}
.archive-work-desc-wrapper {
  width: 48%;
}
.archive-work-desc-title {
  display: block;
  transition: opacity 0.3s;
  font-size: 24px;
  font-weight: bold;
  color: #333 !important;
  padding-bottom: 6px;
  border-bottom: 2px solid #ede9e2;
}
@media screen and (min-width: 769px) {
  .archive-work-desc-title:hover {
    opacity: 0.7;
  }
}
.archive-work-cat-list {
  display: flex;
  flex-wrap: wrap;
}
.archive-work-cat-item:not(:last-of-type) {
  margin-right: 12px;
  margin-bottom: 12px;
}
.archive-work-cat-item a {
  display: block;
  transition: opacity 0.3s;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  padding: 0px 8px;
  border: 1px solid transparent;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .archive-work-cat-item a:hover {
    opacity: 0.7;
  }
}
.archive-work-cat-item a.work_cat {
  color: #38ac2e !important;
  border-color: #38ac2e;
}
.archive-work-cat-item a.work_business {
  color: #7b00b0 !important;
  border-color: #7b00b0;
}
.archive-work-cat-item a.work_color {
  color: #0075c2 !important;
  border-color: #0075c2;
}
.archive-work-cat-item a.work_theme {
  color: #0075c2 !important;
  border-color: #0075c2;
}
.archive-work-cat-item a.work_price {
  color: #333 !important;
  border-color: #333;
}
.archive-basic-cat-title {
  background-color: #ff551b;
}
.archive-basic-cat-title.guide {
  background-color: #ff551b;
}
.archive-basic-cat-title.wordpress {
  background-color: #0077b0;
}
.archive-basic-cat-title.sample {
  background-color: #3cc200;
}
.archive-basic-cat-title.mokutekibetsu {
  background-color: #7b00b0;
}
.archive-basic-cat-title.compression {
  background-color: #0077b0;
}
.archive-basic-cat-title.mail {
  background-color: #0077b0;
}
.archive-basic-title {
  padding-left: 1rem;
  margin-bottom: 8px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .archive-basic-title:hover {
    opacity: 0.7;
  }
}
.archive-basic-title::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}

.all-button.basic {
  background-color: #fff;
  border: 2px solid #0077b0;
  color: #0077b0 !important;
}
.all-button.guide {
  border-color: #ff551b;
  color: #ff551b !important;
}
.all-button.guide::after {
  border-color: #ff551b;
}
.all-button.wordpress {
  border-color: #0077b0;
  color: #0077b0 !important;
}
.all-button.wordpress::after {
  border-color: #0077b0;
}
.all-button.sample {
  border-color: #3cc200;
  color: #3cc200 !important;
}
.all-button.sample::after {
  border-color: #3cc200;
}
.all-button.mokutekibetsu {
  border-color: #7b00b0;
  color: #7b00b0 !important;
}
.all-button.mokutekibetsu::after {
  border-color: #7b00b0;
}
.all-button.compression {
  border-color: #0077b0;
  color: #0077b0 !important;
}
.all-button.compression::after {
  border-color: #0077b0;
}
.all-button.mail {
  border-color: #0077b0;
  color: #0077b0 !important;
}
.all-button.mail::after {
  border-color: #0077b0;
}

.work-desc-wrapper {
  padding: 10px 20px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
.work-desc-wrapper .section-desc span {
  font-weight: normal;
  font-size: 0.9rem;
}
@media screen and (max-width: 960px) {
  .work-desc-wrapper .section-desc span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .work-desc-wrapper .section-desc span {
    font-size: 0.7rem;
  }
}
.work-desc-title {
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid #0075c2;
}
.work-url {
  color: #333 !important;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .work-url:hover {
    opacity: 0.7;
  }
}
.work-img img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.work-img-wrapper {
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.work-img._pc {
  width: 70%;
  height: auto;
}
.work-img._sp {
  width: 28%;
  height: auto;
}

.tb-sp-only {
  display: none;
}

.sp-only {
  display: none;
}

.cta-btns {
  display: none;
}

@media (max-width: 960px) {
  .pc-only {
    display: none;
  }
  .tb-sp-only {
    display: block;
  }
  .contact-form th {
    font-size: 0.8rem;
    width: 30%;
    min-width: 218px;
  }
  .contact-form span.address {
    font-size: 12px;
  }
  .mwform-radio-field-text {
    font-size: 0.8rem;
  }
  .archive-news-img-wrapper {
    margin-right: 24px;
  }
  .archive-news-desc-wrapper .section-desc {
    padding-right: 1rem;
    font-size: 0.8rem;
  }
  .archive-news-desc-wrapper .section-desc._large {
    font-size: 0.9rem;
  }
  .archive-news-desc-time {
    font-size: 0.8rem;
  }
  .archive-wrapper {
    padding-right: 2%;
  }
  .side-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .side-archive-list li a {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .archive-work-item {
    flex-direction: column-reverse;
  }
  .archive-work-img {
    width: 80%;
    margin: 20px auto 32px;
  }
  .archive-work-desc-wrapper {
    width: 100%;
  }
  .archive-work-desc-title._mb-m {
    margin-bottom: 16px !important;
  }
  .sub-main-title {
    font-size: 24px;
  }
  .sub-main-title._mb-l {
    margin-bottom: 16px !important;
  }
  .service-plan-box h3 {
    font-size: 18px;
  }
  .service-plan-box:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .section {
    padding-top: 0;
  }
  .sp-only {
    display: block;
  }
  .pc-tb-only {
    display: none;
  }
  .global-nav {
    width: 100%;
  }
  .footer {
    margin-bottom: 60px;
  }
  .cta-btns {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60px;
    width: 100vw;
    display: flex;
    background-color: #0075c2;
    z-index: 103;
    border-top: 1px solid #fff;
  }
  .cta-btns a {
    text-align: center;
    display: block;
    width: 50%;
    line-height: 60px;
    color: #fff !important;
  }
  .cta-btns a span {
    margin-right: 12px;
  }
  .cta-btns a:first-of-type {
    border-right: 1px solid #fff;
  }
  .contact-form tr td, .contact-form tr th {
    display: block;
    width: 100%;
  }
  .contact-form tr th {
    font-weight: bold;
    padding: 16px 0 4px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .contact-form td {
    padding-top: 4px;
  }
  .contact-form input[type=text], input[type=email], textarea {
    font-size: 16px;
  }
  .contact-form th span {
    position: static;
    display: block;
    transform: translateY(0);
    margin-right: 8px;
    padding: 4px 8px;
    font-size: 10px;
  }
  .archive-news-category {
    font-size: 11px;
    line-height: 2.1;
    font-weight: bold;
  }
  .new-tag {
    width: 72px !important;
    height: 72px !important;
  }
  .archive-news-category {
    margin-right: 4px;
  }
  .single-content-wrapper, .archive-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .side-wrapper {
    width: 100%;
  }
  .side-title {
    width: 100%;
  }
  .single-content-wrapper p {
    padding: 0;
  }
  .single-title {
    font-size: 1.1rem;
  }
  .archive-news-item {
    display: block;
  }
  .archive-news-item a {
    display: block;
  }
  .archive-news-img-wrapper {
    margin: 0 auto 12px;
  }
  .archive-news-img-wrapper {
    width: 320px;
    height: 220px;
  }
  .archive-news-desc-wrapper {
    width: 320px;
    margin: 0 auto;
  }
  .archive-news-desc-wrapper .section-desc {
    padding-right: 0;
  }
  .single-wrapper {
    display: block;
  }
  .post-link a {
    font-size: 14px;
  }
  .single-content-wrapper p {
    font-size: 0.8rem;
  }
  .archive-work-desc-title {
    font-size: 16px;
  }
  .archive-work-cat-item:not(:last-of-type) {
    margin-right: 8px;
    margin-bottom: 6px;
  }
  .archive-work-cat-item a {
    font-size: 10px;
    line-height: 2.2;
  }
  .work-title {
    font-size: 20px !important;
  }
  .work-desc-wrapper {
    padding: 10px 8px 10px 12px;
  }
  .work-img-wrapper {
    display: block;
  }
  .work-img {
    width: 100% !important;
  }
  .work-img._sp {
    width: 70% !important;
    margin-top: 20px;
  }
  .sub-main-title {
    font-size: 20px;
  }
  .service-plan-box h3 {
    font-size: 16px;
    padding: 4px 18px;
    margin-bottom: 16px;
  }
  .service-plan-box {
    margin: 20px auto 40px;
  }
}/*# sourceMappingURL=style.css.map */