@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Bowlby+One+SC&family=Noto+Sans+JP:wght@100..900&display=swap');
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a{text-decoration:none; outline:none!important;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
html,body,div,article,section,nav,header,footer,input,textarea {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
div,article,section{display:block;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0;}
q:before,q:after {content:'';}
abbr,acronym { border: 0;}

html{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
  font-size: 80%;
}
@media screen and (min-width: 900px){
  html{
    font-size: 62.5%;
  }
}
html,body{
  position:relative;
  height:100%;
  min-height:100%;
}
body{
  color: #333;
  background: #fff;
  font-size: 1.5rem;
  font-family: sicuniversallinedsp-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  text-align: ceter;
  line-height: 1.8;
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
a{color:#333; text-decoration:none;}
@media screen and (min-width: 900px){
  a:hover{
    opacity: .8;
    transition: .2s;
  }
}

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

.pc{
  display: none;
}
@media screen and (min-width: 900px){
  .sp{
    display: none!important;
  }
  .pc{
    display: block;
  }
}


/* -------------------------------------------- */
/* ----------------- menu  -------------------- */
/* -------------------------------------------- */
header{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
}
.logo{
  text-align: left;
}
.logo img{
  width: 5rem;
  padding: 1rem;
}
header nav{
  display: none;
  text-align: center;
}
@media screen and (min-width: 900px){
  header nav{
    display: block;
    text-align: right;
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}
header.on nav{
  display: block;
  position: fixed;
  top: 9rem;
  left: 0;
  width: 100vw;
  background: rgba(255,255,255,.9);
}
header nav li{
  margin: 1rem .5rem;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 900px){
  header nav li{
  display: inline-block;
    margin: 0;
  }
}
header nav li a{
  padding: 1.5rem;
}
header nav .sp{
  text-align: center;
  float: none;
}
header nav .sns{
  float: none;
  clear: both;
}
nav .sns a{
  display: inline-block;
  width: auto;
  margin: 1rem .5rem;
  background: none;
  border-radius: none;
}
nav .sns a img{
  width: 3rem;
  height: auto;
}
header .sp{
  float: right;
  margin-top: .5rem;
}
@media screen and (min-width: 900px){
  header .sp{
    display: none!important;
  }
}
#glmenu{
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 900px){
  #glmenu{
    display: none;
  }
}
#glmenu img{
  width: 6rem;
  height: 6.5rem;
  background: url(../img/ico-menu.svg) center center no-repeat;
  background-size: contain;
}
.on #glmenu img{
  background: url(../img/ico-close.svg) center center no-repeat;
  background-size: contain;
}

/* -------------------------------------------- */
/* ----------------- common  ------------------ */
/* -------------------------------------------- */

main{
  overflow: hidden;
}

.heroview{
  height: 80svh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.heroview .catch{
  font-size: 2.2rem;
  line-height: 5rem;
  font-weight: 600;
  text-align: center;
}
.heroview .catch span{
  font-weight: 900;
}


.maincatch{
  font-size: 2.5rem;
  line-height: 5rem;
  font-weight: 800;
  text-align: center;
  display: block;
  margin-top: 15rem;
}
.maincatch b {
  font-size: 2.6rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  padding: .5rem;
  outline: 3px solid;
  margin: 0 .5rem;
}
.heroview .btn{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  max-width: 50rem;
  margin: 4rem auto;
}


.keyword {
  width: 30rem;
  height: 4.6rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  outline: 3px solid;
  overflow: hidden;
  position: relative;
  margin-right: .4rem;
}
.slide-wrapper {
  display: flex;
  flex-direction: column;
  transition: transform 0.1s ease-in-out;
}
.slide-wrapper b {
  font-size: 2.6rem;
  height: 3.8rem;
  line-height: 4.6rem;
  font-family: "DotGothic16", sans-serif;
  font-weight: bold;
}
/*
.bgkeyword{
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5rem;
  z-index: -1;
  width: 116svw;
  margin: 0 -8svw;
}
.bgkeyword p{
  color: #eee;
  font-size: 8rem;
  font-family: "Bowlby One SC", serif;
  font-weight: 400;
  line-height: 1;
}
*/
.bgkeyword {
  width: 100svw;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.bgkeyword video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
}

.bgkeyword p {
  color: #fff;
  font-size: 8rem;
  white-space: nowrap;
  font-family: "Bowlby One SC", serif;
  font-weight: 400;
  display: inline-block;
  animation: scroll-left 20s linear infinite;
  padding: 1rem 0;
  line-height: 1;
  opacity: .1;
/*  mix-blend-mode: multiply;*/
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.marquee p {
  display: inline-block;
  padding-right: 2rem;
  animation: marquee-left 15s linear infinite;
}
.marquee.reverse p {
  animation: marquee-right 15s linear infinite;
}
.marquee p::after {
  content: attr(data-text);
  padding-left: 2rem;
}
@keyframes marquee-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@media screen and (min-width: 900px){
  #fv .catch{
    line-height: 6rem;
  }
  .bgkeyword p {
    font-size: 10rem;
  }
}

footer{
  background: #fff;
  text-align: center;
  margin-top: auto;
  padding: 3rem 1rem;
  clip-path: polygon(0 5rem, calc(50% - 15rem) 5rem, 50% 0, calc(50% + 15rem) 5rem, 100% 5rem, 100% 100%, 0 100%);
  margin-top: -5rem
}
footer img{
  width: 20rem;
  margin: 1rem auto;
}
.copy{
  color: #777;
  font-size:1.1rem;
  float: right;
}
footer div a{
  color: #555;
  font-size:1.1rem;
  display: inline-block;
  padding: 0 1rem;
}
footer div a::before{
  content:"";
  border: 4px solid transparent;
  border-left-color: #555;
  display: inline-block;
  vertical-align: middle;
}
.btn{
  display: block;
  text-align: center;
}
.btn a{
  color: #fff;
  background: #777;
  display: inline-block;
  margin: 1.5rem auto 0;
  padding: 1rem 1.5rem 1rem 4rem;
}
@media screen and (min-width: 900px){
  .btn a:hover{
    opacity: .8;
    transition: .3s;
  }
}
.btn a::after{
  content:"";
  display: inline-block;
  border: .5rem solid transparent;
  border-left-color: #fff;
  margin-left: 25px;
}

.ttl{
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.ttl span{
  font-size: 5.5rem;
  font-family: "Bowlby One SC", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

/*.bttl{
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
  max-width: min(120rem, 90svw);
  margin: 0 auto 2rem;
}*/
.bttl{
  font-size: 17svw;
  color: #ffffff22;
  font-weight: 800;
  line-height: 1.4;
  max-width: min(120rem, 90svw);
  margin: 0 auto 2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 900px){
  .bttl{
    font-size: 20rem;
  }
}
.blob-bg .bttl{
  position: absolute;
  z-index: -1;
}
.mttl{
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 2rem; 
}

.blob-bg{
  position: relative;
}

.blob-bg::before{
  content:"";
  position:absolute;
  inset: 0%;
  background-repeat: no-repeat;
  background-position: left top 3svh,right bottom 5svh;
  background-size: 100% auto;
  opacity: 0.3;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 619 629'%3E%3Cpath fill='%23e9b416' d='M42.000,189.1000 C105.274,115.738 233.166,133.731 338.1000,41.1000 C414.752,-23.658 547.319,-7.139 602.504,67.015 C658.367,142.080 554.226,236.649 553.000,343.000 C550.894,525.601 443.402,617.931 354.000,628.000 C232.193,641.718 205.402,502.184 94.410,468.597 C3.116,440.971 -35.174,280.577 42.000,189.1000 Z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 619 629'%3E%3Cpath fill='%23e9b416' d='M48.1000,146.1000 C132.673,69.937 251.860,97.748 345.000,37.000 C428.935,-17.745 549.877,-8.451 599.000,46.1000 C649.298,103.777 612.315,280.479 619.1000,363.000 C636.934,544.827 498.031,645.031 398.000,658.1000 C276.600,675.952 160.820,638.068 68.1000,528.000 C10.753,458.178 -40.946,229.840 48.1000,146.1000 Z'/%3E%3C/svg%3E");
  transform-origin: center;
  animation: blobMove 18s ease-in-out infinite;
}
@media screen and (min-width: 900px){
  .blob-bg::before{
    background-size: 35% auto;
  }
}
.blob-bg > *{
  position: relative;
  z-index: 1;
}

@keyframes blobMove{
  0%{
    transform: translate(0,0) scale(1) rotate(0deg);
  }
  33%{
    transform: translate(1.3%, -1.0%) scale(0.98) rotate(2deg);
  }
  66%{
    transform: translate(-1.0%, 1.2%) scale(0.99) rotate(-2deg);
  }
  100%{
    transform: translate(0,0) scale(1) rotate(0deg);
  }
}


#concept{
  background: #49a365;
  background: #49a365 url(../img/bg_lineup.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.concept_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 4rem;
  margin: 4rem auto 0;
  padding: 5svw;
}
.concept_text{
  color: #fff;
  text-shadow: 0 0 3px #007000;
  text-align: center;
}
.concept_mttl{
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.concept_mttl b{
  color: #49a365;
  font-size: 3.2rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  padding: .5rem;
  outline: 3px solid;
  margin: 0 .5rem;
  text-shadow: none;
}
.concept_catch{
  text-align: left;
}
.concept_catch p{
  margin-bottom: 1rem;
}
.concept_image{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.concept_image section{
  background: #fff;
  width: 95%;
  padding: 2rem;
  border-radius: 2rem;
}
.concept_image h3{
  color: #49a365;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.concept_image img{
  width: 10rem;
  margin: 1rem 1rem 1rem 0;
  display: block;
  float: left;
}
@media screen and (min-width: 900px){
  .concept_wrap{
    justify-content: center;
    align-items: center;
    gap: 4rem;
    padding: 5rem;
  }
  .concept_catch{
    text-align: center;
  }
  .concept_image{
    flex-direction: row;
  }
  .concept_image img{
    width: 12rem;
    margin: 0 auto;
    float: none;
  }
  .concept_image section{
      width: 21rem;
      padding: 2rem;
  }
}

.curve_top{
  margin-top: -7svh;
  margin-bottom: -1px;
}
.curve_top svg{
  vertical-align: bottom;
}
.curve_bottom svg{
  vertical-align: top;
}


.lineup{
  background: #f1dd3b;
  position: relative;
  z-index: 1;
  padding: 25svw 0 8svw;
}
.lineup .mttl{
  text-align: center;
}
.lineup_side{
  display: none;
}

@media screen and (min-width: 900px){
  .lineup{
    padding: 5rem;
  }
  .lineup_wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
    margin: 4rem auto;
  }
  .lineup_side{
    display: block;
    width: min(20rem, 20svw);
  }
  .lineup_side h3{
    font-size: 1.6rem;
    font-weight: 800;
    margin: 1rem 0 .4rem;
    background: #e9b416;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: .1rem;
    text-shadow: 0 0 3px #00000022;
  }
  .lineup_side li{
    font-size: 1.45rem;
    font-weight: 600;
    padding: .2rem 0 .2rem 1rem;
    cursor: pointer;
  }
  .lineup_side li::before{
    content:"▶";
    color: #e9b416;
    display: inline-block;
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: middle;
  }
  .lineup_side li.on,
  .lineup_side li:hover{
    font-weight: 800;
  }
  .lineup_side li.on::before,
  .lineup_side li:hover::before{
    color: #000;
  }
/*  .lineup_side li.on::after,
  .lineup_side li:hover::after{
    content:"▶";
    display: inline-block;
    font-size: 1rem;
    margin-left: 1rem;
    vertical-align: middle;
  }*/
}


.lineup_block_body {
  display: none;
}
.lineup_block.open .lineup_block_body {
  display: block;
}

.lineup_title {
  cursor: pointer;
  position: relative;
}
.lineup_block.open .lineup_title { 
  cursor: default;
}

/* 開閉アイコン */
.lineup_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  transform: translateY(-50%) rotate(45deg);
}

.lineup_block.open .lineup_title::after {
  display: none;
}


.lineup_contents{
  width: 100%;
  background: #fff;
  width: 95svw;
  border: 3px solid #ffc107;
  position: relative;
  margin: 0 auto;
  border-radius: 2rem;
}
.lineup_contents .lineup_block{
  padding: 3rem;
  border-bottom: 2px solid #eee;
}
.lineup_contents .lineup_block_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.price-heading{
  color: #e9b416;
  font-weight: 600;
  margin-top: 1rem;
}
.lineup_contents .image{
  width: 90%;
  margin: 10px 0;
}
.lineup_contents .lineup_block h3{
  font-size: 2rem;
  font-weight: 800;
  cursor: pointer;
}
.lineup_contents .lineup_block.open h3{
  cursor: default;
}
.lineup_contents .lineup_block h3 span{
  color: #e9b416;
  font-size: 1.4rem;
  display: block;
  font-weight: 800;
  line-height: 1;
}
@media screen and (min-width: 900px){
  .lineup_contents{
    height: min(77rem, 90svh);
    width: min(70rem, 70svw);
    border: 3px solid #efc955;
    padding: 0 3rem 3rem;
    overflow-y: auto;
    margin: 0;
  }
  .lineup_contents .lineup_block_wrap{
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .lineup_contents .image{
    width: 35%;
    margin-right: 5%;
  }
}








.animated-bg {
  width: 100%;
  min-height: 100vh;

  background: linear-gradient(
    120deg,
    hsl(20, 90%, 55%),
    hsl(40, 90%, 55%)
  );

  animation: hueShift 40s linear infinite;
}

@keyframes hueShift {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}




















@media screen and (min-width: 900px){
  .genre .ttl span{
    font-size: 6.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2rem;
  }
}
.genre{
  padding: 5rem 4rem;
}
.genre .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.genre .block{
  width: 100%;
  padding: 3svw;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform 3.6s ease;
}
.genre .block.show{
  opacity: 1;
  transform: translateY(0);
}
.genre .block h3{
  font-weight: 800;
  font-size: 1.8rem;
}
.genre .block h3 span{
  font-size: 1.4rem;
  display: block;
  font-family: "Bowlby One SC", serif;
  font-weight: 400;
  opacity: .2;
}
.genre .block img{
  margin: 1rem auto;
  width: 5rem;
}
.genre .block p{
  font-size: 1.2rem;
}

@media screen and (min-width: 900px){
  .genre{
    padding: 0 min(5rem,5svw);
  }
  .genre .ttl{
    position: absolute;
    padding: min(5rem,5svw);
    z-index: 2;
  }
  .genre .block{
    width: calc((100% - min(5rem,5%)) / 4);
    border-right: 2px solid #fff;
    padding-top: 20rem;
    padding-bottom: 8rem;
    transform: skewX(-15deg);
  }
  .genre.r2 .block{
    padding-top: 5rem;
  }
  .genre .block.show{
    opacity: 1;
    transform: translateY(0) skewX(-15deg);
  }
  .genre#website .block{
    border-right: 2px solid #eee;
    transform: skewX(15deg);
  }
  .genre#website .block.show{
    transform: translateY(0) skewX(15deg);
  }
  .genre .block:last-child,
  .genre#website .block:last-child{
    border-right: none;
  }
  .genre .block h3,
  .genre .block img,
  .genre .block p{
    transform: skewX(15deg) scaleX(0.1);
  }
  .genre .block.show h3,
  .genre .block.show img,
  .genre .block.show p{
    transform: skewX(15deg) scaleX(1);
  }
  .genre#website .block.show h3,
  .genre#website .block.show img,
  .genre#website .block.show p{
    transform: skewX(-15deg) scaleX(1);
  }
}






#service{
  background: #019089;
  position: relative;
  z-index: 1;
}
#service h2.ttl{
  text-align: center;
}
#service h2.ttl span{
  display: block;
}
.service-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.service-block{
  width: 100%;
  margin: 0 auto;
  padding: 4svw;
}
.service-block.marketing{
  background: #9de0fc;
}
.service-detail{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
.service-item{
  margin: 0 auto;
}
.service-item  img{
  width: 18rem;
  margin: 0 auto;
  display: block;
}
.service-item .catch{
  font-size: 2.8rem;
  font-weight: 800;
}
.service-menu{
  width: 20rem;
  overflow: visible;
  position: relative;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2rem;
  padding: 0 1rem 0 1rem;
  height: 26rem !important;
  margin-left: 2.5rem;
  transform: scale(0.9);
}
.service-menu::after{
  content:"";
  display: inline-block;
  border: 1rem solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 11.5rem;
  right: -3rem;
}
.slick-active{
  transform: scale(1);
  transition: .2s;
}
.website .service-item{
  color: #fff;
}
.website .service-menu.s1{background: #9adb55;}
.website .service-menu.s2{background: #43cc65;}
.website .service-menu.s3{background: #28c596;}
.website .service-menu.s4{background: #21accc;}
.website .service-menu.s5{background: #1b93b5; color: #fff;}
.marketing .service-menu.s1{background: #9adb55;}
.marketing .service-menu.s2{background: #43cc65;}
.marketing .service-menu.s3{background: #28c596;}
.marketing .service-menu.s4{background: #21accc;}
.marketing .service-menu.s5{background: #1b93b5; color: #fff;}


.service-menu img{
  width: 9rem;
  margin: 0 auto;
  display: block;
}
.service-menu h3{
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
}
.service-menu h3 span{
  letter-spacing: -.2rem;
}
.service-menu .text{
  font-size: 1.35rem;
  line-height: 1.7;
}

@media screen and (min-width: 900px){
  .service-wrap,
  .service-detail{
    flex-direction: row;
  }
  .service-block{
    width: 50%;
    margin: 0;
  }
  .service-item{
    width: min(90%, 70rem);
    padding: 10rem 0 0;
    text-align: center;
  }
  .service-detail{
    width: min(90%, 70rem);
    padding: 3rem 0 10rem;
    margin: 0 auto;
  }
}



#inhouse{
  color: #fff;
  background:#405798;
  padding: 5svw;
  position: relative;
  z-index: 1;
}
.inhouse-wrap,
.inhouse-head,
.inhouse-block{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.inhouse-img{
  width: min(30rem, 80svw);
}
.inhouse-block{
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
#inhouse .bttl{
  color: #ffffff11;
}
.inhouse-item{
  color: #000;
  border-radius: 2rem;
}
.inhouse-item h3{
  font-size: 3rem;
  font-weight: 800;
}
.inhouse-item.marketing h3,
.inhouse-item.marketing h4{
  color: #405798;
}
.inhouse-item.designer h3,
.inhouse-item.designer h4{
  color: #1a9089;
}
.inhouse-item .point{
  list-style: disc;
  padding-left: 2rem;
}
.inhouse-item h4{
  font-weight: bold;
  margin-top: .5rem;
}
@media screen and (min-width: 900px){
  #inhouse{
    padding: 5rem;
  }
  .inhouse-wrap{
    width: min(90svw, 100rem);
    margin: 0 auto;
  }
  .inhouse-head,
  .inhouse-block{
    flex-direction: row;
  }
  .inhouse-item{
    padding: 2rem;
  }
}




#plan{
  text-align: center;
  padding: 5rem 0;
}
.plan-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
  overflow: visible;
}
#plan .website h3{
  color: #019089;
}
#plan .marketing h3{
  color: #1b93b5;
}
.plan-wrap section{
  width: 40rem;
  background: #ddd;
  padding: 3rem;
  border-radius: 1rem;
  font-size: 1.45rem;
  line-height: 1.6;
  position: relative;
  overflow: visible;
}
.plan-wrap .fukidashi{
  background: #aaa;
  text-align: center;
  padding: .5rem;
  border-radius: .8rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
}
.plan-wrap .fukidashi::after{
  content: "";
  display: block;
  border: .8rem solid transparent;
  border-top-color: #aaa;
  margin-left: 25px;
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 2rem);
}
.plan-wrap h3{
  font-size: 2.5rem;
  font-weight: 800;
}
.plan-wrap h4{
  background: #00000033;
  font-size: 2rem;
  font-weight: 800;
}
.plan-wrap .text{
  text-align: left;
}
.plan-wrap .price{
  font-size: 1.6rem;
  font-weight: 800;
}
.plan-wrap .point{
  text-align: left;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px){
  .plan-wrap{
    flex-direction: row;
  }
}








#flow{
  padding: 3rem;
  background: #f1dd3b;
  position: relative;
  z-index: 1;
}

.flow-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}

.flow-step{
  width: 90%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.flow-step::after{
  content:"";
  display: inline-block;
  border: 1rem solid transparent;
  border-top-color: #000;
  position: absolute;
  bottom: -4rem;
  right: 50%;
}
.flow-step:last-child::after{
  display: none;
}
.flow-step img{
  width: 8rem;
  display: block;
  margin: 3rem 2rem 3rem 0;
  float: left;
}
.flow-step h3{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.flow-step .text{
  font-size: 1.4rem;
}
@media screen and (min-width: 900px){
  .flow-wrap{
    flex-direction: row;
  }
  .flow-step{
    width: 20rem;
    margin: 0;
  }
  .flow-step::after{
    content:"";
    border-top-color: transparent;
    border-left-color: #000;
    top: 8rem;
    right: -3rem;
    bottom: auto;
  }
  .flow-step img{
    margin: 0 auto;
    float: none;
  }
}



.flow-section {
  background: #eee;
  padding: 3rem 1rem;
}
.flow-section *{
  overflow: visible;
}

.flow-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.flow-head {
  text-align: center;
  margin-bottom: 2rem;
}

.flow-step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  margin-right: .75rem;
}

.flow-step-body {
  flex: 1;
}
.flow-step-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 .5rem 0;
}
.flow-step-txt {
  margin: 0;
}


.flow-bottom-note p {
  margin: 0;
  background: #fff;
  display: inline-block;
  padding: 1rem 1.25rem;
  border-radius: .75rem;
  box-shadow: 0 16px 32px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.03);
}

/* ----------------- company ------------------ */



#design{
  background: #f5f5f5;
}
#marketing{
  background: #f5f5f5;
}

#company{
  background: #f5f5f5;
  text-align: center;
  padding: 8rem 0;
}
#company .wrap{
  width: min(70rem, 90svw);
  margin: 5rem auto 10rem;
}
#company dl{
  font-size: 1.25rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: min(80rem,90svw);
  border-top: 1px solid #00000022;
  padding: 2rem 0;
  letter-spacing: 0.05rem;
}
#company dl:last-child{
  border-bottom: 1px solid #00000022;
}
#company small{
  font-size: 1rem;
  font-weight: 100;
  display: block;
}
@media screen and (min-width: 900px){
  #company dl{
    flex-direction: row;
    padding: 1rem 0;
  }
  #company dt{
    width: 30rem;
  }
  #company dd{
    width: calc(100% - 10rem);
    text-align: left;
  }
}


#normal{
  background: #f5f5f5;
  text-align: center;
  padding: 8rem 0;
  font-size: 1.4rem;
}
#normal .wrap{
  width: min(80rem, 90svw);
  margin: 5rem auto 10rem;
  text-align: left;
}
#normal h2{
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
#normal ul{
  list-style: disc;
  padding-left: 2rem;
  margin: .5rem 0 2rem;
}
/* -------------------------------------------- */
/* ----------------- inquiry ------------------ */
/* -------------------------------------------- */
#inquiry{
  color: #eee;
  background: #000;
  padding: 5rem 0 15rem;
  text-align: center;
}
#inquiry dl{
  width: 90vw;
  margin: 0 auto 2rem;
  text-align: left;
}
#inquiry dt{
  text-align: left;
}
#inquiry dt small{
  color: #e33;
}
#inquiry a{
  color: #fff;
}
@media screen and (min-width: 900px){
  #inquiry dl{
    display: flex;
    padding: .4rem 0;
    width: 80rem;
    margin: 0 auto;
  }
  #inquiry dt{
    width: 16rem;
    text-align: right;
    padding-top: 8px;
    word-break: keep-all;
  }
  #inquiry dd{
    padding-left: 1.5rem;
    text-align: left;
  }
}
.caution{
  max-width: 60rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5;
}
.caution a{
  text-decoration: underline;
}
#inquiry input[type='text'],
#inquiry input[type='tel'],
#inquiry input[type='email'],
#inquiry input[type='date'],
#inquiry input[type='number'],
#inquiry input[type='password'],
#inquiry select,
#inquiry textarea{
  background: #ffffffbb;
  width: min(45rem, 90vw);
  border: 1px solid #ffffff;
  padding: 1rem;
  font-size: 1.8rem;
  -webkit-appearance: none;
}
input[type="date"]{position: relative;}
input[type="date"]::-webkit-inner-spin-button{-webkit-appearance: none;}
input[type="date"]::-webkit-clear-button{-webkit-appearance: none;}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: -2rem;
    opacity: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 1rem 0 1.2em;
  position: relative;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #00000088;
  border-radius: 20%;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  left: -.2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
input[type="checkbox"] + span::after,
input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  border: 1px solid #00000088;
  border: 1px solid transparent;
  border-radius: 20%;
  background: #777;
  content: "";
  height: 5px;
  left: 3px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 5px;
}
input[type="checkbox"]:checked + span::after,
input[type="radio"]:checked + span::after {
  opacity: 1;
}
input[type="radio"] + span::before,
input[type="radio"] + span::after {
  border-radius: 100%;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 1rem 0 1.2em;
  position: relative;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 2px solid rgb(184 201 218);
  border-radius: 20%;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  -webkit-transform: translateY(-50%);
  background: rgb(0 73 134 / 70%);
  border: 1px solid transparent;
  border-radius: 20%;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 6px;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  opacity: 1;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  border-radius: 100%;
}

.wpcf7-list-item{
  display: block;
  padding: .2rem .2rem .2rem 0;
}
.wpcf7-radio label{
  margin-right: 2rem;
}
#inquiry input[type='submit']{
  color: #fff;
  background: #333;
  font-size: 2rem;
  font-weight: bold;
  border: none;
  display: block;
  width: 70vw;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  padding: 0 25px;
  margin: 4rem auto;
  border-radius: .5rem;
  -webkit-appearance: none;
}
#inquiry input[type='submit']{
  width: 250px;
}
#inquiry input[type='submit']::after{
  content:"";
  display: inline-block;
  border: .5rem solid transparent;
  border-left-color: #fff;
  margin-left: 25px;
}
.screen-reader-response,
.wpcf7-response-output{
  background: none;
  color: #e33;
}
.screen-reader-response ul{
  display: none;
}
.wpcf7-not-valid-tip{
  color: #e33;
  display: block;
}

@media screen and (min-width: 900px){
  #inquiry input[type='submit']:hover,
  form.swpm-form-builder input[type='submit']:hover{
    cursor: pointer;
  }
  #inquiry a.atel{
    pointer-events: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recap {
  font-size: 1rem;
  text-align: center;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  opacity: .8;
  margin-bottom: 30px;
}

.recap a {
  text-decoration: underline;
}


/* -------------------------------------------- */
/* -----------------  404  -------------------- */
/* -------------------------------------------- */
#not-found section{
  display: block;
  width: 90vw;
  max-width: 800px;
  margin: 3rem auto;
}
#not-found h3{
  font-size: 1.8rem;
  margin: 0 auto 2rem;
}
