@charset "UTF-8";
/*
Theme Name: web2980-theme
Description: ITSOLEXがサンプルサイト「WEB2980」向けに制作したWebサイトのテーマです。このテーマには「itsolex-wp-base」テーマが必要です。
Template: itsolex-wp-base
Version: 1.0
Tested up to: 6.0.0
Requires at least: 6.0.0
Requires PHP: 5.2.4
Author: IT SOLEX
Author URI: https://it-solex.jp/
Theme URI: https://sandbox.it-solex.jp/themes/iwb/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated,
are released under the GNU General Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@media (max-width: 767.9px) {
  .container {
    max-width: 100% !important;
    overflow: hidden;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP";
  font-weight: 700;
}

p {
  line-height: 180%;
}

.spbr {
  display: block;
}

.logo {
  font-family: "Bebas Neue", cursive;
}

.btn-gradation {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  display: inline-block;
  border-radius: 4rem;
  overflow: hidden;
  background: linear-gradient(270deg, #5ed7fe, #00d8ab);
  color: #fff;
  filter: drop-shadow(0 10px 10px rgba(94, 215, 254, 0.4));
  -webkit-filter: drop-shadow(0 10px 10px rgba(94, 215, 254, 0.4));
  -moz-filter: drop-shadow(0 10px 10px rgba(94, 215, 254, 0.4));
}
.btn-gradation .btn-inner {
  align-items: center;
  background-color: transparent;
  display: flex;
  padding: 0.9rem 1.6rem;
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
}
.btn-gradation .btn-inner::after {
  background-color: #5ed7fe;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.btn-gradation .btn-inner .btn-content {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 125%;
  font-family: "Noto Sans JP";
}
.btn-gradation:hover .btn-inner .btn-content {
  color: #fff;
}
.btn-gradation:hover .btn-inner:after {
  left: 100%;
}

.background-pattern {
  position: absolute;
  top: 0;
  background-image: url(./asset/images/pattern.jpg);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: right center;
  opacity: 25%;
  mix-blend-mode: color-burn;
  z-index: -1;
}

.background-gradient {
  position: absolute;
  background-blend-mode: color-burn;
  z-index: -2;
}
.background-gradient.type1 {
  background: linear-gradient(45deg, #80e2ff 20%, #999dfd 50%, #ffb7f6 80%);
}
.background-gradient.type2 {
  background: linear-gradient(45deg, #ffb7f6 20%, #999dfd 50%, #80e2ff 80%);
}
.background-gradient.type3 {
  background: linear-gradient(135deg, #ffb7f6 20%, #999dfd 50%, #80e2ff 80%);
}

.breadcrumbs {
  font-family: "Noto Sans JP";
  color: white;
}
.breadcrumbs a {
  color: white;
  font-weight: 700;
}
.breadcrumbs a:hover {
  color: #123769;
}
.breadcrumbs .arrow {
  padding: 0 0.5rem;
}
.breadcrumbs .current-item {
  font-weight: 500;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px) scale(1.02);
  }
  85% {
    transform: translatey(0px);
  }
  100% {
    transform: translatey(0px) scale(1);
  }
}
@media (min-width: 768px) {
  .spbr {
    display: none;
  }
}
/* TOC+ */
#toc_container {
  border: 1px solid gainsboro;
  padding: 1rem;
}
#toc_container a {
  color: #123769;
}
#toc_container .toc_title {
  background-color: gainsboro;
  padding: 0.5rem;
  font-weight: bold;
}
#toc_container .toc_title .toc_toggle {
  font-weight: normal;
}
#toc_container .toc_list {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
#toc_container .toc_list li {
  width: 100%;
  border-bottom: 1px dashed gainsboro;
  padding-bottom: 0.25rem;
}
#toc_container .toc_list li a {
  font-weight: bold;
  transition: all 300ms;
}
#toc_container .toc_list li a::before {
  transition: all 300ms;
  content: "\f358";
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  margin-right: 0.5rem;
}
#toc_container .toc_list li a:hover::before {
  font-weight: 600;
  margin-right: 0.75rem;
}

.global-header {
  position: fixed;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
  transition: all 300ms;
}
.global-header.scrolled {
  box-shadow: 0 0 10px rgba(128, 226, 255, 0.2);
  filter: drop-shadow(0 0px 25px rgba(128, 226, 255, 0.2));
  -webkit-filter: drop-shadow(0 0px 25px rgba(128, 226, 255, 0.2));
  background-color: white;
}
.global-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-header-logo .text {
  margin: 0;
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
  font-weight: 500;
  line-height: 56px;
  height: 48px;
}
.global-header-logo a {
  transition: all 300ms;
}
.global-header-logo a .logo {
  transition: all 300ms;
}

.page.front .global-header-logo a .logo {
  color: black;
}
.page.front .global-header-logo a:hover .logo {
  color: gainsboro;
}

.no_front .global-header .global-header-logo a .logo {
  color: white;
}
.no_front .global-header .global-header-logo a:hover .logo {
  color: black;
}
.no_front .global-header.scrolled .global-header-logo a .logo {
  color: black;
}
.no_front .global-header.scrolled .global-header-logo a:hover .logo {
  color: black;
}

.global-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.global-header-nav .global-nav {
  display: none;
  position: relative;
  transition: all 300ms;
  z-index: 0;
}
.global-header-nav .global-nav .list-inline {
  margin: 0;
}
.global-header-nav .global-nav .list-inline-item {
  text-align: center;
  margin-left: 0.5rem;
  font-weight: 900;
}
.global-header-nav .global-nav .list-inline-item small {
  position: relative;
  top: -5px;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  font-size: 80%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.global-header-nav .global-nav.open {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
}
.global-header-nav .global-nav.open .list-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding: 15px;
}
.global-header-nav .global-nav.open .list-inline .list-inline-item {
  display: block;
  width: calc(50% - 15px);
  margin: 0;
}
.global-header-nav .global-nav.open .list-inline .list-inline-item:last-child {
  margin: 0;
}
.global-header-nav .global-nav.open .list-inline .list-inline-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0 0;
  background-color: dimgray;
  color: #ffffff;
}
.global-header-nav .global-nav-button {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: black;
  padding-bottom: 10px;
}
.global-header-nav .global-nav-button .global-nav-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: gainsboro;
  margin-bottom: 4px;
  transition: all 300ms;
}
.global-header-nav .global-nav-button .global-nav-bar:last-child {
  margin-bottom: 0px;
}
.global-header-nav .global-nav-button .global-nav-bar:last-child::after {
  content: "MENU";
  font-family: "Bebas Neue", cursive;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: gainsboro;
}
.global-header-nav .global-nav-button.open {
  z-index: 9999;
}
.global-header-nav .global-nav-button.open .global-nav-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: gainsboro;
  margin-top: 14px;
  position: relative;
  border-radius: 4px;
  transition: all 300ms;
}
.global-header-nav .global-nav-button.open .global-nav-bar:nth-child(1) {
  display: none;
}
.global-header-nav .global-nav-button.open .global-nav-bar:nth-child(2) {
  position: absolute;
  transform: rotate(45deg);
}
.global-header-nav .global-nav-button.open .global-nav-bar:last-child {
  position: absolute;
  transform: rotate(-45deg);
  top: 24px;
}
.global-header-nav .global-nav-button.open .global-nav-bar:last-child::after {
  content: "";
}

/*
*/
@media (min-width: 768px) {
  .global-header-logo .text {
    margin: 0;
    font-family: "Bebas Neue", cursive;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    height: 48px;
  }
  .global-header-logo a {
    transition: all 300ms;
  }
  .global-header-logo a .logo {
    transition: all 300ms;
  }
}
/*
*/
@media (min-width: 768px) {
  .global-header-nav .global-nav {
    display: flex;
  }
  .global-header-nav .global-nav-button {
    display: none;
  }
  .global-header-nav .list-inline-item a {
    position: relative;
    display: inline-block;
    color: dimgray;
  }
  .global-header-nav .list-inline-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: dimgray;
    transition: all 300ms;
  }
  .global-header-nav .list-inline-item a:hover::after {
    width: 100%;
  }
  .no_front .global-header .global-header-nav .list-inline-item a {
    color: white;
  }
  .no_front .global-header .global-header-nav .list-inline-item a::after {
    background-color: white;
  }
  .no_front .global-header .global-header-nav .list-inline-item a:hover::after {
    width: 100%;
  }
  .no_front .global-header.scrolled .global-header-nav .list-inline-item a {
    color: dimgray;
  }
  .no_front .global-header.scrolled .global-header-nav .list-inline-item a::after {
    background-color: dimgray;
  }
  .no_front .global-header.scrolled .global-header-nav .list-inline-item a:hover::after {
    width: 100%;
  }
}
.global-footer {
  position: relative;
}
.global-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("./asset/images/footer-bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100%;
  transform: rotate(180deg);
  z-index: -1;
}
.global-footer .logo {
  font-size: 15vw;
  line-height: 100%;
  text-align: center;
}
.global-footer .catchcopy {
  display: inline-block;
  width: 100%;
  color: dimgray;
  background-color: lightgray;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 4vw;
  font-weight: bold;
  padding: 0.25rem 0;
}
.global-footer .sub-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.global-footer .sub-nav li {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.global-footer .sub-nav li a {
  color: gray;
  font-size: 70%;
}
.global-footer .sub-nav li a i {
  display: none;
}
.global-footer .grid-title {
  font-family: "Bebas Neue", cursive;
  color: gray;
  border-bottom: 2px solid gray;
}
.global-footer .footer-nav li {
  margin-bottom: 0.25rem;
}
.global-footer .footer-nav li a {
  color: gray;
  font-size: calc(5px + 0.1vw);
  font-size: min(3.5vw, 16px);
}
.global-footer .footer-nav li a .text::before {
  content: "｜";
  font-weight: bold;
}
.global-footer .copyright {
  color: dimgray;
  margin-bottom: 15px;
}
.global-footer .copyright a {
  color: dimgray;
}
.global-footer .copyright a:hover {
  color: black;
}

/*
*/
@media (min-width: 768px) {
  .global-footer {
    padding-top: 60px;
  }
  .global-footer .logo {
    font-size: 64px;
    text-align: left;
  }
  .global-footer .catchcopy {
    display: inline-block;
    width: auto;
    color: dimgray;
    background-color: lightgray;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-weight: bold;
    padding: 0.25rem 1rem;
  }
  .global-footer .sub-nav {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .global-footer .sub-nav li {
    display: block;
    margin-bottom: 0.25rem;
  }
  .global-footer .sub-nav li a {
    color: gray;
    font-size: 80%;
  }
  .global-footer .sub-nav li a i {
    display: inline-block;
    margin-right: 0.5rem;
  }
  .global-footer .footer-nav {
    margin-left: -1rem;
    padding-bottom: 30px;
  }
  .global-footer .footer-nav li .nav-item {
    display: inline-block;
    padding: 0.15rem 1.25rem;
    border-radius: 10rem;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0;
  }
  .global-footer .footer-nav li .nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 10rem;
    z-index: -2;
  }
  .global-footer .footer-nav li .nav-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #999dfd, #80e2ff 100%);
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
  }
  .global-footer .footer-nav li .nav-item:hover {
    color: #fff;
  }
  .global-footer .footer-nav li .nav-item:hover .icon {
    color: #fff;
  }
  .global-footer .footer-nav li .nav-item:hover:before {
    width: 100%;
  }
  .global-footer .footer-nav .icon {
    display: inline-block;
    color: dimgray;
  }
  .global-footer .footer-nav .text::before {
    content: "｜";
  }
}
.page-header {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.page-header .background-pattern {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-header .background-gradient {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-title {
  font-size: 8vw;
  font-weight: 900;
  color: white;
  letter-spacing: 4px;
}
.page-title small {
  letter-spacing: 0px;
  font-weight: 700;
}

.page-contents {
  margin-bottom: 60px;
}
.page-contents h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #123769;
  color: white;
  padding: 0.25rem 0.5rem 0.5rem 1rem;
}
.page-contents h3 {
  font-size: 1.6rem;
  color: #123769;
  border-bottom: 2px solid #123769;
  padding-bottom: 0.5rem;
}
.page-contents h4 {
  font-size: 1.4rem;
}
.page-contents h5 {
  font-size: 1rem;
}
.page-contents p {
  line-height: 175%;
}
.page-contents ul, .page-contents ol {
  margin-top: 0.5rem;
}
.page-contents ul li, .page-contents ol li {
  margin-bottom: 0.5rem;
}

.page-footer {
  margin-bottom: 60px;
  background-color: rgba(211, 211, 211, 0.2);
  padding: 1rem;
}
.page-footer .list-unstyled {
  margin: 0;
  color: gray;
  font-size: 80%;
}

/*
*/
@media (min-width: 768px) {
  .page-title {
    font-size: 64px;
  }
}
.front .section-title {
  font-weight: bold;
  font-size: 12vw;
  font-family: "Noto Sans JP";
  line-height: 90%;
}
.front .section-title small {
  font-family: "Bebas Neue", cursive;
  font-size: 6vw;
  letter-spacing: 2px;
}
.front .section-title small.gradient {
  display: inline-block;
  background: linear-gradient(135deg, #80e2ff 0, #999dfd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front .buttons {
  padding-top: 30px;
  padding-bottom: 30px;
}
.front .hello {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 80px;
}
.front .hello .hello-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #123769;
}
.front .hello .hello-message .catchcopy {
  font-family: "Noto Sans JP";
  font-size: 8vw;
  font-weight: 900;
  line-height: 250%;
}
.front .hello .hello-message .catchcopy .price {
  font-family: "Bebas Neue", cursive;
  font-size: 25vw;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
}
.front .hello .hello-message .hello-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px 0;
  padding: 0;
}
.front .hello .hello-message .hello-point .hello-point-item {
  display: inline-block;
  width: calc(50% - 15px);
  background: linear-gradient(45deg, #5ed7fe, #00d8ab);
  padding: 0.5rem 1rem;
  color: white;
  font-size: 21px;
  font-weight: 700;
  border-radius: 2rem;
}
.front .hello .hello-image {
  overflow: hidden;
  position: relative;
  animation: float 3000ms ease-in-out infinite;
  filter: drop-shadow(0 25px 25px rgba(255, 86, 234, 0.25));
  -webkit-filter: drop-shadow(0 25px 25px rgba(255, 86, 234, 0.25));
}
.front .features .section-title {
  position: relative;
}
.front .features .section-title .logo {
  position: relative;
}
.front .features .features-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background-color: white;
  border: 3px solid red;
  -o-border-image: linear-gradient(var(--gdeg), #999dfd 0, #80e2ff 100%);
     border-image: linear-gradient(var(--gdeg), #999dfd 0, #80e2ff 100%);
  border-image-slice: 1;
  border-radius: 15px;
  padding: 15px;
  filter: drop-shadow(0 0px 25px rgba(255, 86, 234, 0.1));
  -webkit-filter: drop-shadow(0 0 25px rgba(255, 86, 234, 0.1));
}
.front .features .features-item .item-title {
  color: #123769;
  margin-bottom: 15px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.front .features .features-item .item-contents {
  margin-bottom: 15px;
  line-height: 200%;
}
.front .features .features-item .item-img {
  width: 100%;
}
.front .function {
  padding-bottom: 120px;
}
.front .function .function-image {
  position: relative;
}
.front .function .function-image .background-pattern {
  width: 100;
  height: 100%;
  top: 0;
  left: 0;
}
.front .function .function-image .background-gradient {
  width: 100%;
  height: 100%;
}
.front .function .function-image .function-image-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0px 25px rgba(255, 147, 242, 0.5));
  -webkit-filter: drop-shadow(0 0px 25px rgba(255, 147, 242, 0.5));
  padding-top: 15px;
}
.front .function .function-image .function-image-item img {
  width: 100%;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.front .function .section-title {
  font-size: 12vw;
}
.front .function .item-icon {
  font-size: 12vw;
  display: inline-block;
  background: linear-gradient(270deg, #999dfd, #80e2ff 100%);
  background: -webkit-linear-gradient(270deg, #999dfd, #80e2ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front .function .item-title {
  font-size: 6.5vw;
  color: #123769;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
.front .front-price {
  position: relative;
  padding-bottom: 120px;
}
.front .front-price .background-pattern {
  width: 100%;
  height: 484px;
  top: 0;
  left: 0;
}
.front .front-price .background-gradient {
  width: 100%;
  height: 460px;
}
.front .front-price .container {
  position: relative;
  z-index: 9;
}
.front .front-price .section-title {
  margin-top: 100px;
  color: white;
}
.front .front-price .section-title .logo {
  position: relative;
  display: inline;
}
.front .front-price .section-title small {
  color: #123769;
}
.front .front-price .price-item {
  background-color: white;
  border: 3px solid red;
  -o-border-image: linear-gradient(135deg, #999dfd 0, #80e2ff 100%);
     border-image: linear-gradient(135deg, #999dfd 0, #80e2ff 100%);
  border-image-slice: 1;
  padding: 30px;
  padding-bottom: 0;
  height: 420px;
  filter: drop-shadow(0 20px 25px rgba(255, 147, 242, 0.2));
  -webkit-filter: drop-shadow(0 20px 25px rgba(255, 147, 242, 0.2));
}
.front .front-price .price-list {
  text-align: left;
  margin-left: 3rem;
}
.front .front-price .price-list li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.front .front-price .price-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: forestgreen;
  margin-right: 15px;
}
.front .front-price .price-number {
  font-family: "Bebas Neue", cursive;
  font-size: 96px;
}
.front .front-works {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.front .front-works .background-pattern {
  width: 100%;
  height: 484px;
  top: auto;
  bottom: 20px;
  left: 0;
}
.front .front-works .background-gradient {
  bottom: 20px;
  width: 100%;
  height: 460px;
}
.front .front-works .section-title {
  margin-top: 40px;
}
.front .front-works .works-list .slick-prev,
.front .front-works .works-list .slick-next {
  position: absolute;
  z-index: 999;
  display: block;
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0px 15px rgba(255, 255, 255, 0.5));
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}
.front .front-works .works-list .slick-prev::before,
.front .front-works .works-list .slick-next::before {
  font-size: 48px;
  background: linear-gradient(135deg, #80e2ff 0, #999dfd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front .front-works .works-list .slick-prev {
  top: calc(50% - 24px);
  left: 15px;
}
.front .front-works .works-list .slick-next {
  top: calc(50% - 24px);
  right: 15px;
}
.front .front-works .works-list .works-item {
  padding-left: 0px;
  padding-right: 0px;
}

/*
*/
@media (min-width: 576px) {
  .hello {
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .hello .hello-message .catchcopy {
    padding-top: 30px;
    font-size: 40px;
  }
  .hello .hello-message .catchcopy .price {
    font-size: 15vw;
  }
}
/*
*/
@media (min-width: 768px) {
  .front .hello {
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .front .hello .hello-message .catchcopy {
    padding-top: 30px;
    font-size: 1vw;
  }
  .front .hello .hello-message .catchcopy .price {
    font-size: 15vw;
  }
  .front .front-works .works-list .slick-prev,
  .front .front-works .works-list .slick-next {
    width: 96px;
    height: 96px;
  }
  .front .front-works .works-list .slick-prev::before,
  .front .front-works .works-list .slick-next::before {
    font-size: 96px;
  }
  .front .front-works .works-list .slick-prev {
    top: calc(50% - 48px);
    left: 15px;
  }
  .front .front-works .works-list .slick-next {
    top: calc(50% - 48px);
    right: 15px;
  }
  .front .front-works .works-list .works-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*
*/
@media (min-width: 992px) {
  .front .section-title {
    font-size: 160px;
    line-height: 50%;
  }
  .front .section-title small {
    font-size: 64px;
  }
  .front .hello {
    padding-top: 160px;
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
  .front .hello .hello-message .catchcopy {
    font-size: 48px;
  }
  .front .hello .hello-message .catchcopy .price {
    font-size: 132px;
  }
  .front .features {
    padding-bottom: 120px;
  }
  .front .function .function-image .function-image-item img {
    width: 100%;
    max-height: 100vh;
  }
  .front .function .section-title {
    font-size: 96px;
  }
  .front .function .section-title small {
    padding-top: 60px;
  }
  .front .function .item-icon {
    font-size: 96px;
  }
  .front .function .item-title {
    font-size: 32px;
  }
}
.single.single-works_item .page-title small {
  display: block;
  font-size: 75%;
}

.works-item {
  position: relative;
  margin: 1rem;
}
.works-item .item-contents {
  display: none;
}
.works-item a {
  color: #123769;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.works-item a img {
  transition: all 300ms;
}
.works-item a:hover .item-contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./asset/images/works-cover.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.works-item a:hover .item-contents .caption {
  display: inline-block;
  background: linear-gradient(45deg, #80e2ff 20%, #999dfd 50%, #ffb7f6 80%);
  background: -webkit-linear-gradient(45deg, #80e2ff 20%, #999dfd 50%, #ffb7f6 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0px 15px rgba(255, 86, 234, 0.25));
  -webkit-filter: drop-shadow(0 0px 15px rgba(255, 86, 234, 0.25));
  font-size: 64px;
}

.single-works_item .work-info .page-count {
  font-family: "Bebas Neue", cursive;
  font-size: 32px;
  line-height: 32px;
}
.single-works_item .work-info .page-count::after {
  content: "pages";
  font-family: "Bebas Neue", cursive;
  font-size: 16px;
  line-height: 16px;
  margin-left: 0.5rem;
}
.single-works_item .work-info dt, .single-works_item .work-info dd {
  border-bottom: 1px solid lightgray;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.single-works_item .work-info .tag-list {
  margin: 0;
}
.single-works_item .work-info .tag-list li::before {
  content: "#";
}

/*
*/
@media (min-width: 768px) {
  .single.single-works_item .page-title small {
    font-size: 50%;
    display: inline-block;
  }
  .works-item a img {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  .works-item a:hover img {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
.page.flow {
  counter-reset: number 0;
}
.page.flow h2.wp-block-heading {
  background: linear-gradient(45deg, #80e2ff 20%, #999dfd 50%, #ffb7f6 80%);
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 60px;
  height: 48px;
}
.page.flow h2.wp-block-heading::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) " "; /* 表示形式を指定 */
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  background-color: #999dfd;
  margin-left: -60px;
}

.page.price .price-table table thead th:nth-child(n+2) {
  width: 18% !important;
}
.page.price .price-table table td, .page.price .price-table table th {
  white-space: nowrap;
}
.page.price .price-table table .price-number {
  font-family: "Bebas Neue", cursive;
  font-size: 150%;
  font-weight: normal;
}
.page.price .price-table table i[class^=fa] {
  font-size: 24px;
}

.page.faq h3 {
  border: none;
  padding-bottom: 0;
}
.page.faq .fa-q {
  margin-right: 0.5rem;
}
.page.faq .accordion-button {
  color: #123769;
}
.page.faq .accordion-body {
  display: flex;
  gap: 15px;
}
.page.faq .accordion-body .answer-icon {
  color: darkred;
}

.page.contact .form-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 1rem 0;
}
.page.contact .form-step .form-step-item {
  position: relative;
  list-style: none;
  display: inline-block;
  background-color: dimgray;
  border: 2px solid dimgray;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.page.contact .form-step .form-step-item.active {
  background-color: gold;
  color: dimgray;
}
.page.contact .form-step .form-step-item::after {
  position: absolute;
  right: -1.5rem;
  color: gray;
}
.page.contact .form-step .form-step-item:last-child::after {
  content: "";
}
.page.contact .input .input-group {
  display: flex;
  gap: 15px;
}
.page.contact .input .err-msg {
  display: none;
}

.err404 .wrap .row {
  width: 100%;
  height: 100vh;
}
.err404 .wrap .row .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #80e2ff 20%, #999dfd 50%, #ffb7f6 80%);
}
.err404 .wrap .row .contents h1 {
  font-size: 16vw;
  color: white;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.5vw;
  text-align: center;
}
.err404 .wrap .row .contents .url {
  max-width: 90%;
  word-wrap: break-word;
  line-height: 100%;
  text-align: right;
  border: 1px solid white;
  padding: 1rem;
  font-family: "Noto Sans JP";
  font-size: 4vw;
  color: white;
}
.err404 .wrap .row .contents .url .err-address {
  color: #123769;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */