@charset "utf-8";

/* Common
----------------------------------- */

html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root{
	--blue:#00B2FF;
	--red:#E60012;
	--bk:#090909;
	--ff:#fff;
	--fa:#fafafa;
	--fc:#fcfcfc;
	--e6:#e6e6e6;
	--bluea10:rgba(0,178,255,0.1);
	--bluea20:rgba(0,178,255,0.2);
}

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

body {
  background-color: var(--fa);
  color: #090909;
  font-size: 1rem;
  font-family: 'Noto Sans','Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
  color: var(--bk);
}

nav a{
	color: var(--red);
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

p,
ul,
ol {
  margin: 0;
  padding: 0;
}

.wn{
	white-space: nowrap;
}

h2 {
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-55 {
  font-size: 55px;
}

.fc-red {
  color: var(--red);
}

.yellow-marker {
  background: linear-gradient(transparent 33%, #ffff00 33%);
}

/* header
----------------------------------- */
header {
	z-index: 10;
	width: 100%;
	position: fixed;
}

nav{
	/*background: red;*/
}

.navbar-brand{
	max-width: 180px;
	height: auto;
}

.navbar-light{
	background: var(--ff);
}

.nav-link{
	display: flex;
	align-items: center;
	background: var(--ff) !important;
	color: var(--red) !important;
	height: 60px;
	padding: 0 30px !important;
}

.nav-link:hover {
  background: var(--red) !important;
  color: var(--ff) !important;
	transition: all .3s;
}

main{
	padding-top: 40px;
}

.navbar-light .navbar-toggler{
	border: transparent;
	color: transparent;
}

/* Key Visual
----------------------------------- */
.section-keyvisual{
	width: 100%;
  /* height: 100vh; */
	background: linear-gradient(-200deg, #ffffff 0%, #feffff 50%, #66d1ff 85%, #00B2FF 100%);
}

.section-keyvisual .container{
	/* padding: 40px 0 60px; */
	height: 100vh;
}

.new2023{
	max-width: 400px;
	height: auto;
	margin-top: 50px;
}

h1 {
	color: var(--blue);
  font-size: 3.75rem;
  margin:0 0 20px;
	/* padding: 50px 0 0; */
	position: relative;
	overflow: hidden;
}

.text-shadow {
	text-shadow: 3px 3px 3px rgba(0,0,0,.05);
}

.reaveal-anime {
	display: inline-block;
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@keyframes reveal {
  0% {
    transform: translate(0,100%);
  }
  100% {
    transform: translate(0,0);
  }
}

.h1sub{
	color: var(--bk);
	font-size: 1.25rem;
}

.d-shadow{
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,.15));
}

.keyvisual-subtitle {
  font-size: 1.125rem;
  text-align: center;
  border-top: var(--blue) 2px solid;
  border-bottom: var(--blue) 2px solid;
  margin: 100px auto;
  padding: 10px 0;
	position: relative;
}

.keyvisual-subtitle::before{
	content: '5min read';
	font-size: 1rem;
	background: var(--blue);
	color: var(--ff);
	padding: 5px;
	position: absolute;
	top: -35px;
	left: 0;
}

.keyvisual-img-2023 {
  width: 350px;
  margin-bottom: 45px;
}

.keyvisual-download {
  color: var(--blue);
  font-size: 1rem;
  margin-bottom: 10px;
}

.keyvisual-download::before,
.keyvisual-download::after {
  display: inline-block;
  width: 21px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -4px;
}

.keyvisual-download::before{
  content: "\\\\";
}

.keyvisual-download::after{
  content: "//";
}

.red-button{
  width: fit-content;
  border-radius: 74px;
  padding: 5px 30px;
  margin: 10px auto 50px;
  color: var(--ff);
  background-color: var(--red);
  font-size: 1rem;
}

.red-button:hover {
  transform: scale(1.05);
  color:var(--ff);
}

.shine {
	position: relative;
	display: block;
  transition: .3s;
	overflow: hidden;
}

.shine::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes shiny {
	0% { left: -20%; }
	10% { left: 120%; }
	100% { left: 120%; }
}

.keyvisual-img-whitepaper {
  width: 30%;
  margin-left: 10px;
}

.keyvisual-img-whitepaper img {
  border: #eee 1px solid;
}

.keyvisual-maining-img {
  max-width: 400px;
}

/* svg */

div[class^="svg-wrap"]{
  width: 100%;
  height: auto;
  /* padding: 0 100px; */
  /* margin: 500px 0; */
}

.svgimg{
  fill:none;
  stroke:#000;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1px;
}

/* ⬇︎theone */
.svg-wrap1{
	max-width: 650px;
	height: auto;
	margin: 0 auto;
}

.theone{
  stroke-width:2px;
  opacity: 0;
}

 @-webkit-keyframes animate-theone {
  0% {
    stroke-dashoffset: 25272.41015625px;
    stroke-dasharray: 25272.41015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 25272.41015625px;
  }
}

@keyframes animate-theone {
  0% {
    stroke-dashoffset: 25272.41015625px;
    stroke-dasharray: 25272.41015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 25272.41015625px;
  }
}

.animation-start-theone .theone{
  -webkit-animation: animate-theone 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-theone 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}

/* ⬇︎discussion */

.svg-wrap2{
	max-width: 380px;
	margin: 0 auto;
}

.discussion{
  opacity: 0;
}

 @-webkit-keyframes animate-discussion {
  0% {
    stroke-dashoffset: 6212.37158203125px;
    stroke-dasharray: 6212.37158203125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6212.37158203125px;
  }
}

@keyframes animate-discussion {
  0% {
    stroke-dashoffset: 6212.37158203125px;
    stroke-dasharray: 6212.37158203125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6212.37158203125px;
  }
}

.animation-start-discussion .discussion {
  -webkit-animation: animate-discussion 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-discussion 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}

/* ⬇︎onpc */



/* onpc */

.svg-wrap3{
	padding: 15px;
	margin: 0 auto;
}

.onpc{
	margin-bottom: 25px;
  opacity: 0;
}

@-webkit-keyframes animate-onpc {
  0% {
    stroke-dashoffset: 5438.29931640625px;
    stroke-dasharray: 5438.29931640625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5438.29931640625px;
  }
}

@keyframes animate-onpc {
  0% {
    stroke-dashoffset: 5438.29931640625px;
    stroke-dasharray: 5438.29931640625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5438.29931640625px;
  }
}

.animation-start-onpc .onpc{
  -webkit-animation: animate-onpc 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-onpc 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}

/* ⬇︎flyingonmoney */

.svg-wrap4{
	padding: 15px;
	margin: 0 auto;
}

.flyingonmoney{
	margin-bottom: 25px;
  opacity: 0;
}

 @-webkit-keyframes animate-flyingonmoney {
  0% {
    stroke-dashoffset: 5013.02099609375px;
    stroke-dasharray: 5013.02099609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5013.02099609375px;
  }
}

@keyframes animate-flyingonmoney {
  0% {
    stroke-dashoffset: 5013.02099609375px;
    stroke-dasharray: 5013.02099609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5013.02099609375px;
  }
}

.animation-start-flyingonmoney .flyingonmoney {
  -webkit-animation: animate-flyingonmoney 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
	animation: animate-flyingonmoney 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}


/* ⬇︎pc */

.svg-wrap5{
	padding: 15px;
	margin: 0 auto;
}

.pc{
	margin-bottom: 25px;
  opacity: 0;
}

 @-webkit-keyframes animate-pc {
  0% {
    stroke-dashoffset: 5698.5595703125px;
    stroke-dasharray: 5698.5595703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5698.5595703125px;
  }
}

@keyframes animate-pc {
  0% {
    stroke-dashoffset: 5698.5595703125px;
    stroke-dasharray: 5698.5595703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5698.5595703125px;
  }
}

.animation-start-pc .pc {
  -webkit-animation: animate-pc 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-pc 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}

/* ⬇︎shakehands */

.shakehands{
  transform: scale(1);
  opacity: 0;
}

.svg-wrap6{
	max-width: 280px;
	margin: 30px auto 0;
}

 @-webkit-keyframes animate-shakehands {
  0% {
    stroke-dashoffset: 5097.33447265625px;
    stroke-dasharray: 5097.33447265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5097.33447265625px;
  }
}

@keyframes animate-shakehands {
  0% {
    stroke-dashoffset: 5097.33447265625px;
    stroke-dasharray: 5097.33447265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5097.33447265625px;
  }
}

.animation-start-shakehands .shakehands {
  -webkit-animation: animate-shakehands 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-shakehands 4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}


/* ⬇︎onpiggy */

.onpiggy{
  transform: scale(1);
  opacity: 1;
}

.svg-wrap7{
	max-width: 280px;
	margin: 20px auto 0;
}

 @-webkit-keyframes animate-onpiggy{
  0% {
    stroke-dashoffset: 4977.5302734375px;
    stroke-dasharray: 4977.5302734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4977.5302734375px;
  }
}

@keyframes animate-onpiggy{
  0% {
    stroke-dashoffset: 4977.5302734375px;
    stroke-dasharray: 4977.5302734375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4977.5302734375px;
  }
}

.animation-start-onpiggy .onpiggy {
  -webkit-animation: animate-onpiggy 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-onpiggy 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}

/* ⬇︎hugepuzzle */

.svg-wrap8{
	max-width: 280px;
	margin: 0 auto;
}

.hugepuzzle{
  transform: scale(1);
  opacity: 0;
}

 @-webkit-keyframes animate-hugepuzzle {
  0% {
    stroke-dashoffset: 5730.421875px;
    stroke-dasharray: 5730.421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5730.421875px;
  }
}

@keyframes animate-hugepuzzle {
  0% {
    stroke-dashoffset: 5730.421875px;
    stroke-dasharray: 5730.421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5730.421875px;
  }
}

.animation-start-hugepuzzle .hugepuzzle {
  -webkit-animation: animate-hugepuzzle  2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-hugepuzzle  2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}

/* ⬇︎arch */
.svg-wrap9{
	max-width: 280px;
	margin: 0 auto;
}

.arch{
  opacity: 0;
}

@-webkit-keyframes animate-arch {
  0% {
    stroke-dashoffset: 6877.8935546875px;
    stroke-dasharray: 6877.8935546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6877.8935546875px;
  }
}

@keyframes animate-arch {
  0% {
    stroke-dashoffset: 6877.8935546875px;
    stroke-dasharray: 6877.8935546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6877.8935546875px;
  }
}

.animation-start-arch .arch {
  -webkit-animation: animate-arch 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-arch 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  opacity: 1;
}


/* shuffle text */

.red_label{
  display: inline-block;
  background: #E60012;
  padding: 5px 10px;
}

.js_typing{
  font-family: 'Saira', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: var(--ff);
	padding: 0 20px;
}


/* Introduction
----------------------------------- */
.section-intro {
  background: var(--e6);
  text-align: center;
  padding: 84px 0;
}

.section-intro h2{
	color: var(--bk);
}

.section-intro h2 span:first-child{
	color: var(--blue);
}

.about-balloon-left,
.about-balloon-right {
  position: relative;
  padding: 15px;
  background: var(--ff);
  border-radius: 30px;
}

.about-balloon-left:before {
  content: "";
  position: absolute;
  right: 35%;
	bottom: -70%;
  width: 13px;
  height: 12px;
  background: var(--ff);
  border-radius: 50%;
}

.about-balloon-left:after {
  content: "";
  position: absolute;
	right: 30%;
	bottom: -45%;
  width: 20px;
  height: 18px;
  background: var(--ff);
  border-radius: 50%;
}

.about-balloon-right:before {
  content: "";
  position: absolute;
	left: 35%;
	bottom: -70%;
  width: 13px;
  height: 12px;
  background: var(--ff);
  border-radius: 50%;
}

.about-balloon-right:after {
  content: "";
  position: absolute;
	left: 30%;
	bottom: -45%;
  width: 20px;
  height: 18px;
  background: var(--ff);
  border-radius: 50%;
}

.about-balloon-left p,
.about-balloon-right p {
  margin: 0;
  padding: 0;
}

.intro-arrow {
  width: 45px;
  margin: 60px auto 0;
}

/* About - What is CMS ?
----------------------------------- */
.section-about {
  /* padding: 80px 0; */
  background: var(--ff);
}

.section-about h2 span:nth-child(2){
	color: var(--blue);
}

.about-sub-title {
  font-size: 1.125rem;
}

.about-sub-title span {
  font-size: 1.5rem;
  font-weight: bold;
}

.about-box {
  background:var(--ff);
  color: var(--blue);
  font-size: 1.125rem;
  text-align: center;
  border-radius: 15px 15px 0 0;
  height: 24%;
	padding-top: 15px;
}

.about-box span {
  font-size: .75rem;
}

.about-box p{
	font-size: 1rem;
	padding: 0 5px;
}

.about-white-box {
  background: var(--ff);
  padding: 16px 15px 33px;
  text-align: center;
  height: 76%;
}

/* .about-white-box img {
  margin-bottom: 25px;
	height: 150px;
	width: auto;
} */






.about-white-box p {
  text-align: left;
}

.about-merit-wrap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  height: 100%;
}

.about-sub-text {
  font-size: 1.125rem;
  line-height: 2;
	margin-bottom: 30px;
}

.about-sub-text span {
  font-weight: bold;
	color: var(--blue);
}

.about-sub-text .wn{
	font-weight: normal;
	color: var(--bk);
}



/* Types of CMS
----------------------------------- */
.section-types {
  padding: 80px 0;
}

.section-types h2 span:first-child{
 color: var(--blue);
}

.types-subtitle {
  margin-bottom: 45px;
}

.section-types table {
  border-collapse: separate;
  border-spacing: 8px;
  width: 100%;
	filter:drop-shadow(0px 1px 2px #bbb);
}

.section-types table th,
.section-types table td {
  padding: 15px;
}

.section-types table th {
  background: var(--blue);
  color: var(--ff);
  white-space: nowrap;
	text-align: center;
}

.section-types table td {
  background: var(--ff);
}

.types-column-wrap {
  color: #3c3c3c;
  font-family: 'Kiwi Maru', serif;
  border: 2px solid var(--blue);
  padding: 40px;
	border-radius: 20px 60px/60px 20px;
	position: relative;
}

/* .types-column-wrap::after {
	content: '';
	border: 2px solid var(--blue);
	border-radius: 20px 60px/60px 20px;
	position: absolute;
	top: 8px;
	right: -10px;
	width: 100%;
	height: 100%;
} */

.types-column-title {
  text-align: center;
  margin-bottom: 40px;
}

.types-column-title p{
  font-size: 1.875rem;
	margin-bottom: 20px;
	color: var(--blue);
	display: inline-block;
	position: relative;
}

.types-column-title p::after{
	content: '';
	background-image: url(/sites/default/files/2023-03/lines.svg);
	display: inline-block;
	background-size: cover;
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 10px;
}

.types-column-title span {
  font-size: 1.25rem;
	color: var(--blue);
}

.types-column-flex {
  gap: 35px;
}

.types-column-flex p:first-child {
  margin-bottom: 20px;
}

.types-column-img{
	max-width: 320px;
	height: auto;
	margin: 50px auto 0;
}

/* Points of comparison
----------------------------------- */
.section-points {
  /* padding: 80px 0; */
  background: var(--fc);
}

.section-points h2 span:first-child{
	color: var(--blue);
}

.points-subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 48px;
}

.points-subtitle span {
  font-size: 1.5rem;
  font-weight: 700;
	color: var(--blue);
}

.section-points table {
  border-collapse: separate;
	border-spacing: 0 8px;
  width: 100%;
}

.section-points table th,
.section-points table td {
  border:none;
	background: var(--ff);
  height: 115px;
  padding: 15px;
  line-height: 1.7;
	filter:drop-shadow(0px 1px 2px #bbb);
}

.section-points table th {
  color:var(--bk);
  text-align: center;
  white-space: nowrap;
	border-right: solid 5px var(--blue);
}

.points-arrow {
  width: 45px;
  margin: 0 auto 35px;
}

.points-img-table {
	max-width: 1000px;
  /* height: 95vh; */
	width: 100%;
	height: auto;
  margin: 30px auto;
  object-fit: contain;
}

.points-intro-dl {
  font-size: 1.5rem;
	margin-bottom: 50px;
}

.section-points .fs-30{
	color: var(--blue);
}

/* Contact01
----------------------------------- */
.contact-01-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact01-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;
  max-height: 385px;
  background: var(--blue);
}

.contact01-title {
  font-size: 1.875rem;
}

.contact01-title span {
  font-size: 3.125rem;
}

.contact01-texts,
.contents01-button-box {
  padding: 50px 25px 38px;
}

.contact01-texts p:first-of-type {
  border-bottom: #333 2px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.contact01-texts p:nth-of-type(2) {
  margin-bottom: 20px;
}

.contents01-button-box {
  background: var(--blue);
  color: var(--ff);
  text-align: center;
}

.contents01-button-box > span {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.contents01-button-box > span::before,
.contents01-button-box > span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.contents01-button-box > span::before {
  background-image: url(/sites/default/files/2023-02/ico_fukidashi_left_01.png);
  margin-right: 5px;
}

.contents01-button-box > span::after {
  background-image: url(/sites/default/files/2023-02/ico_fukidashi_right_01.png);
  margin-left: 5px;
}

.white-button {
  border: var(--ff) 3px solid;
  width: fit-content;
  border-radius: 74px;
  padding: 10px 93px;
  color: var(--ff);
  font-size: 1.125rem;
  margin: 0 auto;
  transition: .3s;
	filter: drop-shadow(1px 1px 1px #666);
}

.white-button:hover {
  transform: scale(1.05);
  color: var(--ff);
}

.white-button span {
  font-size: 1.125rem;
}

.contents01-button-box a:not(:last-of-type) {
  margin-bottom: 35px;
}

.ico-mail,
.ico-pdf {
  position: relative;
}

.ico-mail::before,
.ico-pdf::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -47px;
  top: 14px;
}

.ico-mail::before {
  background-image: url(/sites/default/files/2023-02/ico_mail_01.png);
}

.ico-pdf::before {
  background-image: url(/sites/default/files/2023-02/ico_pdf_01.png);
}

/* Drupal
----------------------------------- */
.section-drupal {
  /* padding-top: 80px; */
  padding-bottom: 120px;
}

.drupal-intro {
  white-space: nowrap;
	margin-top: 30px;
}

.drupal-intro p{
	padding: 0 10px;
	font-size: 2rem;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.drupal-intro p::before {
  content: "";
  /* display: inline-block; */
  width: 40px;
  height: 50px;
  background-image: url(/sites/default/files/2023-02/logo_drupal_features.png);
  background-size: contain;
	background-repeat: no-repeat;
  margin-bottom: -40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
}

.drupal-intro span{
	color: var(--blue);
}

.section-drupal h2 span:nth-child(even){
	color: var(--blue);
}

.drupal-intro-arrow {
  width: 45px;
  margin: 60px auto;
}

.drupal-clickbox {
  position: relative;
  z-index: 0;
  border: var(--blue) 2px solid;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
	height: 250px;
}

/* .drupal-clickbox:hover {
  background-color: #fff;
} */

.drupal-clickbox-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: -1;
}

.drupal-clickbox-title {
  width: fit-content;
  background: var(--blue);
  color: var(--ff);
  margin: 0 auto 10px;
  padding: 4px 10px;
  font-size: 1.125rem;
  white-space: nowrap;
}

.drupal-clickbox-img {
  display: block;
  margin: 0 auto;
	height: 100px;
}

.drupal-clickbox-point-flex {
  display: flex;
  justify-content: space-around;
  align-items: end;
  color: var(--blue);
}

.drupal-clickbox-number {
  font-size: 3.75rem;
	line-height: 1;
  font-family: "futura-pt", sans-serif;
  margin-bottom: -10px;
}

.drupal-clickbox-point {
  font-size: 1.125rem;
  border-bottom: var(--blue) 2px solid;
}

.drupal-ico-triangle {
  width: 30px;
  margin: 0 auto;
}

.drupal-features-box {
  background: var(--ff);
  position: relative;
  padding: 80px 30px;
  margin-bottom: 80px;
}

.drupal-features-tag {
  width: fit-content;
  background: var(--blue);
  color: var(--ff);
  margin: 0 auto 10px;
  padding: 4px 10px;
  font-size: 1.5rem;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}

.drupal-features-title-wrap {
  margin-bottom: 40px;
}

.drupal-features-title {
  font-size: 2.125rem;
  font-weight: bold;
  width: 65%;
}

.drupal-features-title span {
  font-size: 3.125rem;
	color: var(--blue);
}

.drupal-features-point-flex {
  align-items: flex-end;
  gap: 16px;
  font-family: futura-pt, sans-serif;
	color: var(--blue);
}

.drupal-features-point {
  font-size: 1.5rem;
  border-bottom: var(--blue) 2px solid;
}

.drupal-features-number {
  font-size: 5rem;
  margin-bottom: -26px;
}

.drupal-features-contents {
  margin-bottom: 47px;
}

.drupal-features-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
}

.drupal-features-texts {
  width: 65%;
}

.drupal-features-texts div {
  margin-bottom: 34px;
}

.drupal-features-texts p:not(:last-child) {
  margin-bottom: 20px;
}

.drupal-features01-table-wrap > div {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.drupal-features01-table-wrap table {
  border-collapse: separate;
  border-spacing: 10px 5px;
  width: 100%;
}

.drupal-features01-table-wrap table th{
	text-align: center;
}

.drupal-features01-table-wrap table th,
.drupal-features01-table-wrap table td {
  padding: 15px 0 13px 15px;
	filter:drop-shadow(0px 1px 2px #bbb);
}

.drupal-features01-table-wrap table th {
  background: var(--blue);
  color: var(--ff);
}

.drupal-features01-table-wrap table td {
  background: var(--ff);
}

.drupal-features-column {
  padding: 20px 30px 50px;
  border: var(--blue) 1px solid;
}

.drupal-features-column-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  border-bottom: var(--blue) 1px dashed;
  width: fit-content;
	color: var(--blue);
}

.drupal-features-column-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/sites/default/files/2023-03/tag.svg);
  background-size: cover;
  margin-bottom: -3px;
  margin-right: 9px;
}

.drupal-features-column-texts {
  line-height: 1.8;
}

.fail,
.lockandkey,
.thumbsup,
.arch,
.puzzlewithpc{
	max-width: 280px;
	height: auto;
	margin: 30px auto 0;
}

.drupal-features03-texts {
  width: 150%;
}

/* .drupal-features03-column-texts {
  margin-right: 30px;
} */

.drupal-features04-img {
  width: 35%;
}

.workflow{
	max-width: 280px;
	margin: 0 auto;
}

/* .drupal-features04-column-texts {
  width: 150%;
  margin-right: 30px;
} */

.drupal-features-box-last {
  margin-bottom: 0;
}


/* Works
----------------------------------- */
.section-works {
  /* padding: 100px 0 0; */
  background-color: #fff;
}

.section-works h2 {
	color: var(--blue);
  font-size: 2rem;
}

.section-works h3{
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.section-works h3 span{
	color: var(--red);
}

.works-awards-texts {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 30px;
}

.works-achivements img {
  width: 20%;
}

.works-achivements {
  margin-bottom: 30px;
}

.under-awards{
	margin-bottom: 50px;
}

.cases h2 span{
	color: var(--red);
}

.works-client-wrap {
  height: 100%;
}

.works-client-img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  margin-bottom: 18px;
}

.works-client-img-wrap {
  position: relative;
}

.works-client-awards-logo {
  position: absolute;
  left: 10px;
  top: 37px;
  width: 35%;
}

.works-client-img-wrap p {
  position: absolute;
  color: #fff;
  font-size: .875rem;
  background-color: rgba(51, 51, 51, .25);
  left: 18px;
  bottom: 18px;
  font-weight: bold;
}

.works-client-texts {
  height: 100%;
}

.works-client-name {
  font-size: .875rem;
  border-bottom: var(--red) 1px solid;
  font-weight: bold;
  margin-bottom: 1rem;
  width: fit-content;
}

.works-client-p {
  font-weight: bold;
  margin-bottom: 30px;
}

.works-client-info div {
  border: #707070 1px solid;
  padding: 3px 10px 2px;
  font-size: .875rem;
  font-weight: bold;
}

.works-client-info div:not(:last-of-type) {
  margin-right: 10px;
}

.works-client-tag span {
  color: var(--blue);
  font-size: .875rem;
}

.works-client-tag span:not(:nth-of-type(2n)) {
  margin-right: 5px;
}

.works-client-tag span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/sites/default/files/2023-03/tag.svg);
  background-size: contain;
  margin-bottom: -2px;
}

.works-guide-to-dl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.works-guide-to-dl-arrow {
  width: 45px;
  margin: 60px auto;
}

/* video
----------------------------------- */
.section-video {
  padding: 80px 0;
  background-color: #fff;
}

.section-video h2 {
  font-size: 2rem;
}

video {
  width: 100%;
  height: 100%;
}


/* FAQ
----------------------------------- */
.section-faq {
  padding-top: 60px;
  padding-bottom: 30px;
}

.section-faq h2 {
  font-size: 1.875rem;
	color: var(--red);
}

.accordion-button {
  padding-left: 103px;
  position: relative;
  color: #555;
  background-color: #fff;
  padding-right: 3.5rem;
}

.faq-icon {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 2.5rem;
  color: #555;
  position: absolute;
  left: 30px;
}

.accordion-button:not(.collapsed) {
  color: #555;
  background-color: #fff;
}

.accordion-body {
  padding-left: 103px;
  padding-right: 3.5rem;
  position: relative;
}

.accordion-body ul {
  list-style-position: inside;
}

.accordion-body::before {
  content: "A.";
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 2.5rem;
  color: var(--red);
  position: absolute;
  left: 34px;
  top: 0;
}

.accordion-button::after,
.accordion-button::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--red);
  transition: all 0.4s;
  position: absolute;
  right: 2.25em;
}

.accordion-button::after {
  transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.accordion-header {
  position: relative;
}

.section-faq a {
  color: var(--red);
}

.section-faq a:hover {
  border-bottom: var(--red) 1.5px solid;
}

.bottom-contact{
	filter:drop-shadow(0px 1px 2px #bbb);
}

.bottom-contact:hover{
	transform: scale(1.05);
	transition: all .5s;
}

.bottom-contact-button{
	background: var(--ff);
	border: solid 2px var(--blue);
	padding: 20px;
}

.bottom-contact-button p{
	font-size: 2rem;
	color: var(--bk);
}

.bottom-contact-button span{
	margin-top: 10px;
	font-size: 1.5rem;
	color: var(--bk);
}

.call{
	font-size: 3rem !important;
	color: var(--red) !important;
}

.calling{
	width: 30%;
	height: auto;
}

.bottom-contact-button a:hover{
	border: none;
}


/* Shuffle text
----------------------------------- */
.red_label{
  display: inline-block;
  background: #E60012;
  padding: 5px 10px;
}

.js_typing{
  font-family: 'Saira', sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}

/* Footer
----------------------------------- */
footer {
  padding: 0 0 20px;
}

footer,
footer a,
footer a:hover {
  color: var(--red);
}

footer a:hover {
  border-bottom: 1px var(--red) solid;
}

/* Floating banner
----------------------------------- */
.floating-banner {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: -220;
  right: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.floating-banner._show {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
}
.banner-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  border: none;
  color: #fff;
  background-color: #3E9ED9;
  cursor: pointer;
}
.banner {
  width: 300px;/* バナーの横幅 */
  padding: 10px;
  background: linear-gradient(86.13deg, #7dcdff -3.42%, #3E9ED9 59.59%);/* バナーの背景色 */
  color: #fff;/* バナー内の文字色 */
  font-weight: bold;
  text-align: center;
  border-radius: 7px 0 0 0;
}
.floating-banner a {
  text-decoration: none;/* リンクに下線が入らないように */
}
.copy {
  font-size: 1.25rem;
  margin: 0 auto 10px;
  line-height: 1.6;
}
.banner img {
  display: block;
  margin: 0 auto 10px;
  width: 60%;
}
.cta {
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #E60012; /* ボタンの背景 */
  box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
  border-radius: 25px;
  margin: 0;
  color: #fff;
  transition: all .3s ease;
}
.cta:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 990px) {
.floating-banner {
  display: none;
}
}
@media screen and (max-width: 560px) {
.floating-banner {
  display: inline-block;
}
.banner {
  width: 100vw;
  padding: 8px;
}
.sp {
  display: none;
}
.copy {
  font-size: 18px;
  margin: 0 auto 6px;
}
.banner img {
  display: none;
}
.cta {
  height: 28px;
  line-height: 28px;
  font-size: 15px;
}
}

a[href*="tel:"] {
	pointer-events: none;
}

/* Responsive
------------------------------------ */
@media screen and (max-width: 991px) {
  header nav a {
  padding: 0 15px
}

.keyvisual-download {
  color: var(--bk);
}

.new2023{
	max-width: 200px;
}

h1{
	font-size: 3rem;
}

h2{
	font-size: 2rem;
}

.fs-30 {
  font-size: 1.5rem;
}

.section-keyvisual{
	padding: 0;
}

.keyvisual-subtitle {
	margin: 50px auto 30px;
}

.keyvisual-maining-img {
  width: 60%;
  margin: 0 auto;
}

.keyvisual-download {
  font-size: .8125rem;
}

.keyvisual-text {
  max-width: none;
}

.drupal-intro {
  white-space: normal;
}

.types-logo {
  display: none;
}
}

@media screen and (max-width: 767px) {

a[href*="tel:"] {
	pointer-events: initial;
}

.new2023{
	max-width: 150px;
}

h1{
	font-size: 2rem;
}

.h1sub{
	font-size: 1rem;
}

h2{
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.fs-30 {
  font-size: 1rem;
}

.bar-title {
  display: none;
}

.navbar {
  z-index: 1;
  position: fixed;
  width: 100vw;
  background-color: #f4f4f4;
}

.navbar-brand {
  height: auto;
}

.sp-navbar-logo {
  display: block;
  width: 150px;
}

header nav ul a:hover {
  background-color: transparent;
}

.keyvisual-subtitle {
  font-size: 1rem;
}

.keyvisual-subtitle:before{
	font-size: .875px;
	top:-38%
}

.red-button {
  padding: 5px 25px;
  font-size: .8125rem;
}

.about-balloon-left,
.about-balloon-right {
  width: 80%;
}

.red-dots {
  background-size: 25px 0.3em;
}

.about-sub-title {
  font-size: 1rem;
}

.about-sub-title span {
  font-size: 1.3rem;
}

.about-box,
.about-white-box {
  height: auto;
}

.about-box {
  padding: 10px 0;
}

.types-sp-table th,
.types-sp-table td {
  display: block;
}

.types-sp-table tr:not(:last-of-type) td:last-of-type {
  margin-bottom: 15px;
}

.types-column-title p{
  font-size: 1.25rem;
}

.types-column-title span {
  font-size: 1rem;
}

.section-points table {
  border-collapse: separate;
}

.section-points table th,
.section-points table td {
  display: block;
  height: fit-content;
  padding: 8px;
}

.section-points table th {
  color:var(--ff);
	background: var(--blue);
	border-right: none;
}

.section-points table tr:not(:last-of-type) td {
  margin-bottom: 20px;
}

.points-img-table {
  height: auto;
}

.points-intro-dl {
  font-size: 1rem;
}

.contact-01-wrap {
  display: block;
}

.white-button {
  padding: 10px 60px;
}

.drupal-intro p{
	font-size: 1.5rem;
}

/* .drupal-intro::before {
  display: block;
  margin-bottom: 10px;
  margin-left: 50%;
  transform: translateX(-50%);
} */

.drupal-clickbox-title {
  white-space: normal;
}

.drupal-features-title,
.drupal-features-texts,
.drupal-features03-column-texts,
.drupal-features04-column-texts {
  width: auto;
}

.drupal-features-tag {
  font-size: 1.25rem;
}

.drupal-features-title {
  font-size: 1.8rem;
}

.drupal-features-box {
  padding: 60px 15px
}

.drupal-features-column {
  padding: 20px 15px 50px;
}

.drupal-features01-table-wrap table th {
  display: none;
}

.drupal-features01-table-wrap table td {
  display: block;
}

.drupal-features04-img {
  width: auto;
}

.drupal-features03-column-texts,
.drupal-features04-column-texts,
.works-awards-texts {
  margin-right: 0;
}

.works-awards-texts,
.works-awards-texts span {
  font-size: 1rem;
}

.works-achivements img {
  width: 33%;
}

.works-guide-to-dl {
  font-size: 1rem;
}

.contents01-button-box > span {
  font-size: 1rem;
}

.accordion-body {
  padding-right: 1rem;
}

.accordion-button,
.accordion-body {
  padding-left: 82px;
}

.js_typing{
	font-size: 1rem;
}

.drupal-features01-table-wrap table td:first-child{
	color: var(--blue);
}

}

@media screen and (max-width: 575px){

	main{
		padding-top: 10px;
	}

	.new2023{
		margin: 50px 0 0;
	}

	.about-balloon-left:before {
		right: 20%;
		bottom: -50%;
	}

	.about-balloon-left:after {
		right: 15%;
		bottom: -30%;
	}

	.types-column-wrap{
		padding: 15px;
	}

	.types-column-title p,
	.types-column-title span{
		font-size: 1rem;
	}

	.types-column-title p::after{
		bottom:-25%;
	}

	.white-button span {
		font-size: 1rem;
	}

	.ico-mail::before,
	.ico-pdf::before {
		width: 25px;
		height: 25px;
		left: -35px;
		top: 13px;
	}

	.drupal-intro p{
		font-size: 1rem;
	}

	.fail,
	.lockandkey,
	.thumbsup,
	.arch,
	.puzzlewithpc{
		max-width: 200px;
	}





	.bottom-contact p{
		font-size: 1.125rem;
	}

	.bottom-contact span{
		font-size: .875rem;
	}

	.call{
		font-size: 2rem !important;
	}

	footer{
		font-size: .625rem;
	}

}


/* Add
----------------------------------- */
/*-- form  --*/
.fwh-cta_box10 .container{
  padding-top: 80px;
}

.fwh-cta_table{
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 30px;
}

.fwh-cta_table_tr{
  padding: 30px 0;
  border-top: solid 1px #CEC9C3;
}

.fwh-cta_table_label{
  width: 270px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding-top: 15px;
}

.fwh-cta_table_label:nth-child(5){
  vertical-align: top;
  padding-top: 0px;
}

.fwh-cta_table_label:nth-child(6){
  text-align: center;
  padding:0;
}

.form-type-checkbox.justify-content-center {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.form-required:after{
  position: absolute;
  top: 42%;
  right: 5%;
  font-size: 10px;
  color: #fff;
  background-color: #C60111;
  border-radius: 3px;
  line-height: 1;
  padding: 4px;
  content:"※必須";
}

.form-type-checkbox input{
  margin-right: 10px;
}

.form_td{
  padding: 30px 0 30px 16px;
  text-align: left;
}

.form_table input{
  width: 93%;
  width: calc( 100% - 310px);
  padding: 16px 20px;
  font-size: 14px;
  border: solid 1px #CEC9C3;
  border-radius: 4px;
}

.form_table textarea{
  height: 168px;
  width: 93%;
  width: calc( 100% - 310px);
  padding: 20px;
  font-size: 14px;
  border: solid 1px #CEC9C3;
  border-radius: 4px;
  position: relative;
  box-sizing: unset;
}

.form-item{
  margin: 0;
  display: flex;
}

::placeholder{
  font-size: 14px;
  color: #7E7E7E;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

.fwh-cta_td01{
  position: relative;
}

.placeholder {
	display: none;
}

_::-webkit-full-page-media, _:future, :root .placeholder{
  display: block;
  font-size: 14px;
  color: #7E7E7E;
  line-height: 1.8;
  letter-spacing: 0;
  position: absolute;
  top: 50px;
  left: 38px;
}

_::-webkit-full-page-media, _:future, :root .placeholder.none{
  display: none;
}

_::-webkit-full-page-media, _:future, :root textarea::placeholder{
  color: transparent;
}

.fwh-cta_txt14{
  font-size: 16px;
  margin-bottom: 25px;
}

.webform-button--wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.webform-button--preview,
.webform-button--submit,
.webform-button--back{
  color: #fff;
  display: block;
  background-color: #F36232;
  border-radius: 31px;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
  border: none;
  width: 300px;
  line-height: 1;
  padding: 20px 0 19px;
  margin: 0 auto !important;
}

.webform-button--submit,
.webform-button--back{
  margin: 0 10px !important;
}

.webform-button--back{
  color: #333;
  background-color: #ddd;
}

.js-form-type-checkbox{
  display: block;
  padding: 0;
  padding-top: 15px;
}

@media screen and (max-width:768px) {
.fwh-cta_table {
  margin: 0 auto calc(100vw / 769 * 40);
}

.fwh-cta_table_label{
  display: block;
  width: 100%;
  font-size: calc(100vw / 769 * 26);
  padding: calc(100vw / 769 * 30) 0 calc(100vw / 769 * 7);
}

.fwh-cta_table_label{
  display: block;
  width: 100%;
  padding: 0 0 calc(50vw / 769 * 30);
}

.form-required:after{
  position: relative;
  top: calc(-100vw / 769 * -5);
  font-size: calc(100vw / 769 * 15);
  margin-left: calc(400vw / 769 * 10);
  padding: calc(200vw / 769 * 3) calc(100vw / 769 * 5) calc(200vw / 769 * 3) calc(100vw / 769 * 4);
}

.form_table input {
  width: 90%;
  width: calc( 100% - 8vw);
  padding: calc(100vw / 769 * 20) calc(100vw / 769 * 30);
  font-size: calc(100vw / 769 * 21);
}

.form_table textarea{
  width: calc( 100% - 8vw);
  height: calc(100vw / 769 * 260);
  vertical-align: bottom;
  font-size: calc(100vw / 769 * 21);
  padding: calc(100vw / 769 * 20) calc(100vw / 769 * 30);
}

.form-item{
  display: block;
}

.fwh-cta_txt14 {
  font-size: calc(100vw / 769 * 26);
  margin-bottom: calc(100vw / 769 * 40);
}

.webform-button--preview {
  font-size: calc(100vw / 769 * 32);
  width: calc(100vw / 769 * 610);
  padding: calc(100vw / 769 * 37) 0;
  -webkit-background-size: calc(100vw / 769 * 22);
  background-size: calc(100vw / 769 * 22);
  background-position: 90% 50%;
}

.webform-button--preview{
  left:3%;
  border-radius: 100px;
}
}
