@charset "EUC-JP";

html {
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  text-decoration: none;
}
a:visited {
  color: black;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*fadein start*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 500ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
.effect2 > .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.effect2 > .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.effect2 > .fadein:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.effect2 > .fadein:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
/*fadein end*/

.header {
  background: #fff;
  box-shadow: #b5b4da 0px 1px 5px;
  position: fixed;
  top: 40px;
  margin: 1vw 0 0 3vw;
  background-attachment: fixed;
  z-index: 999;
  border-radius: 50px;
}

#footer_fixarea {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  background: #ffffffe3;
  color: #fff;
  z-index: 100;
  bottom: -177px;
  transition-duration: 0.5s;
  box-sizing: border-box;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
}

#footer_fixarea.show {
  bottom: 0px;
  transition-duration: 0.5s;
  box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}

.fixarea-wrap {
  gap: 3%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixarea-wrap dt {
  color: #333;
  font-size: 1.25rem;
}

.fixarea-wrap dt span {
  color: #5856BA;
}

.fixarea-wrap dt p {
  font-size: 14px;
  padding: 0 14px;
  position: relative;
  margin: 0 auto 10px;
  width: fit-content;
}
hr {
  display: block;
  width: 85%;
  margin: 20px 0;
}
.fixarea-wrap dt p:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-35deg);
}

.fixarea-wrap dt p:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #333;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(35deg);
}

.fixarea-wrap dd {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.fixarea-cta-btn a {
  background: #000;
  border: 3px solid #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  width: 364px;
  display: block;
  text-align: center;
  padding: 1rem 0;
  margin: 1rem auto 0;
  border-radius: 50px;
}

.fixarea-cta-btn a:hover {
  background: #fff;
  color: #000;
  transition: .2s;
}

.fixarea-cta-btn a:activ {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1), 0 1px 6px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .1), 0 16px 16px rgba(0, 0, 0, .1), 8px 16px 16px rgba(0, 0, 0, .15), 8px 32px 32px rgba(0, 0, 0, .15);
}
.hamburger-menu {
  display: none;
}
.navigation,
.navigation-link,
.navigation ul {
  display: flex;
  align-items: center;
}
.navigation {
  justify-content: space-around;
  font-weight: bold;
  padding: 1vw 2vw;
}
.navigation ul li {
  margin-left: 2.75rem;
  font-size: 1vw;
}
.navigation ul li:last-child {
  margin: 0 2.75rem;
}
.navigation ul li a {
  position: relative;
  display: block;
  color: #000;
}
.navigation ul li a:hover {
  color: #5856BA;
}
.navigation ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.navigation ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #5856BA;
}
.contact-icon {
  background-color: #5856BA;
  background-image: url("../images/mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 88px;
  height: 100px;
}
.contact-icon:hover {
  opacity: .7;
}
.fv-top {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: url(../images/fv-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 30px 0;
}
.fv-contents {
  display: flex;
  align-items: center;
  height: 100vh;
  margin: 0 auto;
}
.fv-text {
  z-index: 99;
  margin: 0 0 0 12vw;
  padding: 50px 48px 130px 0;
}
.fv-text h1,
.fv-text h2,
.fv-text p {
  text-align: center;
  font-weight: bold;
}
.fv-text h1 {
  font-size: 1.5rem;
  line-height: 2rem!important;
}
.fv-text h2 {
  font-size: 4.5rem;
  margin: 2rem 0;
  line-height: 1.1;
}
.ms-logo {
  text-align: center;
}
.fv-text p {
  font-size: 1rem;
  line-height: 2rem!important;
}
.fv-text p span {
  font-size: 2rem;
}
.loop-wrap {
  display: flex;
  transform: rotate(18deg);
  width: 49vw;
}
.loop-wrap-up img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
.loop-wrap-up img:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop-wrap-up img:last-child {
  animation: loop2 50s linear infinite;
}
.loop-wrap-down img {
  width: auto;
  height: 100%;
}
@keyframes loop_D {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes loop_D2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}
.loop-wrap-down img:first-child {
  animation: loop_D 50s -25s linear infinite;
}
.loop-wrap-down img:last-child {
  animation: loop_D2 50s linear infinite;
}

.decoration {
  position: relative;
  width: 270px;
  margin: 0 auto;
  font-weight: bold;
}
.decoration::before,
.decoration::after {
  position: absolute;
  top: 0;
  height: 1.8rem;
  content: '';
}
.fv-text .decoration::before,
.fv-text .decoration::after {
  top: 0.6rem;
}
.decoration::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.decoration::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
} 
.fv-text img {
  margin: 1rem 0 2rem;
  width: 80%;
}
.cta-btn a {
  background: #000;
  border: 3px solid #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  width: 364px;
  display: block;
  text-align: center;
  padding: 1rem 0;
  margin: 1rem auto 0;
  border-radius: 50px;
}
.cta-btn a:hover {
  background: #fff;
  color: #000;
  transition: .2s;
}
.cta-btn a svg {
  stroke: #fff;
  vertical-align: bottom;
}
.cta-btn a:hover svg {
  stroke: #000;
  stroke-width: 1.5px;
  transition: .2s;
}
.news-wrap {
  width: 490px;
  position: absolute;
  bottom: 0;
}
.news-datail {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1.5rem 2.5rem;
  z-index: 99;
  position: relative;
}
.topics {
  font-size: 1.25rem;
  margin-right: 1rem;
}
.date:before {
  margin: 0 1rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 100%;
}
.date {
  position: relative;
  margin-left: 1rem;
}
.date span {
  color: #A7A7A7;
  display: block;
}
.date a {
  display: inline-block;
  text-decoration: underline;
}
.date a:hover {
  opacity: .7;
  text-decoration: none;
}
.news-slider button {
  display: none!important;
}
section {
  padding: 80px 0;
}
.service-page {
  padding-top: 140px;
}
h3 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.25rem;
  text-align: center;
}
.issue {
  background: #5856BA;
  color: #fff;
}
.issue h3 {
  margin: 1.75rem 0 5rem;
  position: relative;
}
.issue h3::before {
  content: "issue";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #fff;
  opacity: .3;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
.issue-list {
  max-width: 570px;
  margin: 0 auto;
}
.issue-list li {
  margin-bottom: 2rem;
}
.issue-list li::before {
  content: url(../images/check.svg);
  vertical-align: middle;
  padding-right: 1rem;
}
.merit h3 {
  position: relative;
}
.merit h3::before {
  content: "merit";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
.merit-list {
  display: flex;
  justify-content: center;
  margin: 4rem 0 10rem;
}
.merit-list li {
  background: #fff;
  width: 245px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 3rem 0;
  margin: 0 1rem;
}
.merit-list li figure,
.merit-list li figure figcaption {
  text-align: center;
}
.merit-list li figure figcaption {
  margin-top: 2rem;
  font-weight: bold;
}
.merit-box {
  position: relative;
  margin-bottom: 8rem;
}
.merit-box::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: #5856BA;
  content: "";
  z-index: -99;
}
.row-reverse {
  flex-direction: row-reverse;
}
.reverse::before {
  right: 0;
  left: auto;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 48.0625em) {
  .merit-box::before {
    width: calc(50vw + 200px);
  }
}
.merit-box-inner {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 2%;
}
.box-text {
  width: 524px;
  color: #fff;
}
.border-top {
  width: 524px;
  border-top: solid 1px #fff;
  padding-top: 3rem;
}
.box-text,
.box-img {
  margin: 0 2rem;
}
.merit-box h4 {
  color: #91CCC3;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.4rem;
  margin: 2rem 0;
}
.bg {
  background: #EEEDEA;
}
.contents-cta p {
  text-align: center;
}
.tel-contact,
.reception {
  font-size: 0.75rem;
  font-weight: bold;
}
.tel-contact {
  margin-top: 2rem;
}
.tel-contact svg {
  padding-right: 0.5rem;
  vertical-align: middle;
}
.tel {
  font-size: 0.75rem;
  font-weight: bold;
  vertical-align: middle;
}
.tel .office {
  border: 1px solid #000;
  padding: 0.25rem 1rem;
}
.tel .number {
  font-size: 2rem;
  font-family: outfit;
  font-weight: 500;
  vertical-align: sub;
  padding-left: 0.25rem;
}
.tel-border {
  width: 340px;
  border-top: solid 1px #000;
  padding-top: 1rem;
  margin: 1rem auto 0.5rem;
}
.branch-office {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
.branch-office p {
  margin: 0 0.5rem;
}
.branch-number {
  font-size: 1rem;
  padding-left: 0.25rem;
}
section.servicemenu {
  padding-top: 160px;
}
section.knowhow {
  padding-top: 0;
}
.knowhow h3 {
  position: relative;
}
.knowhow h3::before {
  content: "knowhow";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
.lead {
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}

/*slick start*/
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .slick-slide {
  transform: scale(0.8);
  transition: all .5s;
  opacity: 0.7;
}
.slider .slick-slide.slick-center{
  transform: scale(1);
  opacity: 1;
}
.slick-prev, 
.slick-next {
  position: inherit!important;
}
/*slick end*/

.case-list {
  margin: 2rem 0 1rem;
}
.case-link {
  display: none;
  text-align: center;
}
.case-link a {
  width: 280px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border: 3px solid #000;
  padding: 1rem 0;
  font-weight: bold;
  background: transparent;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.case-link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.case-link a:hover {
  color: #fff;
}
.case-link a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.consulting {
  background-color: #E4E8F2;
}
.consulting h3 {
  text-align: left;
}
.consulting-wrap {
  display: flex;
  justify-content: center;
  align-items: center ;
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}
.consulting-text-area {
  width: 40%;
  margin-right: 100px;
}
.consulting-text {
  margin: 1rem 0 3rem;
}
.consulting-wrap ol {
  counter-reset: list;
  padding: 0px;
}
.consulting-wrap ol li {
  color: #5856BA;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  margin: 7px 0 40px 40px;
  padding-left: 10px;
  font-weight: bold;
}
.consulting-wrap ol li:last-child {
  margin-bottom: 0;
}
.consulting-wrap ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  background: #5856BA;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.consulting-box-wrap h3 {
  position: relative;
}
.consulting-box-wrap h3::before {
  content: "support";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
.consulting-box-lead {
  text-align: center;
  margin: 2rem 0 4rem;
}
.consulting-box-list {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.consulting-box-list li {
  color: #000;
  background: #fff;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 3rem 1.25rem;
  margin: 0 0.5rem;
  text-align: center;
}
.box-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.triangle {
  position: relative;
}
.triangle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #41408a;
  position: absolute;
  z-index: 100;
}
.triangle::after {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  top: 2px;
  color: #fff;
  left: 8px;
  position: absolute;
  z-index: 101;
}

.voice  {
  display: none;
  background-color: #E4E8F2;
}
.voice h3 {
  position: relative;
  margin-bottom: 6rem;
}
.voice h3::before {
  content: "voice";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
.voice-box-wrap {
  margin-bottom: 4rem;
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 6rem;
}
.voice-img {
  z-index: 99;
  position: inherit;
  left: 0;
}
.voice-message {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 45%;
  height: auto;
  line-height: 1.5;
  background: #fff;
  padding: 60px 60px 60px 180px;
}

.voice-message span {
  background: #5856BA;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 0.75rem;
}
.voice-message span::before {
  vertical-align: middle;
  padding-right: 0.25rem;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.apparel::before {
  content: url(../images/apparel.svg);
}
.food::before {
  content: url(../images/food.svg);
}
.shop-name {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/*campaign_no_cost_yad_la_lis*/
.cf:after {
  clear: both;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.inner2 {
  max-width: 1100px;
  margin: 0px auto;
}
#section2 h2::before {
  content: "growth";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -106px;
  right: 0;
  left: 0;
}
#section2 {
  background: #E4E8F2;
  padding: 109px 0 0 0;
}

#section2 h2 {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

#section2 h2+p {
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}

.section2_box {
  max-width: 1185px;
  margin: 30px auto;
  background: #4a48b4;
  box-sizing: border-box;
  padding: 50px 42px;
  position: relative;
}
.section2_box::after {
  content: '';
  width: 260px;
  height: 58px;
  background: url(../images/section2_ar2.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -58px;
  transform: translate(-50%, 0);
}
.section2_box li {
  display: block;
  background: #fff;
  float: left;
  width: 32%;
  margin-right: 2%;
  min-height: 498px;
  box-sizing: border-box;
  padding: 35px 2.5% 30px;
}

.section2_box li:nth-child(3) {
  margin-right: 0px;
}

.section2_box h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}

.section2_box h3 span {
  background: linear-gradient(transparent 75%, #d8d8f4 75%);
}

.section2_box figure {
  text-align: center;
}

.section2_box li:nth-child(1) figure {
  margin: 56px 0 66px;
}

.section2_box li:nth-child(2) figure {
  margin: 27px 0 19px;
}

.section2_box li:nth-child(3) figure {
  margin: 32px 0 43px;
}

.section2_box p {
  font-size: 14px;
  line-height: 1.8;
}

.section2_box p.p1 {
  font-size: 10px;
  margin-top: 6px;
}

#section2 .p2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin: 89px 0 54px;
}

#section2 .p2 span {
  background: linear-gradient(transparent 75%, #d8d8f4 75%);
}

.section2_box2 {
  background: #5856BA;
  padding: 0 0 56px;
  text-align: center;
}

.section2_box2 h3 {
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 55px;
  color: #fff;
  margin: 40px 0 30px;
}

.section2_box2 .p4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.section2_box2 .btn {
  margin: 50px auto;
}

.section2_box2 .btn a {
  background: #fff;
  border: 3px solid #fff;
  color: #5856BA;
  font-weight: bold;
  font-size: 1.25rem;
  width: 364px;
  display: block;
  text-align: center;
  padding: 1rem 0;
  margin: 1rem auto 0;
  border-radius: 50px;
}
.section2_box2  a:hover {
  background: #5856BA;
  color: #fff;
  transition: .2s;
}
#Archievement {
  padding-bottom: 0;
}
.bg-lgt {
  background-color: #E4E8F2;
}
.cntnr {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
.cntr {
  text-align: center;
}
.sm {
  font-size: 32px;
  font-weight: bold;
}
#Archievement h2 .typo {
  font-size: 6vw;
  padding: 0 3px;
  font-weight: bold;
}
.tx-bl {
  color: #5856BA;
}
.str-line.ylw span {
  z-index: 1;
  position: relative;
}
.str-line::after {
  content: "";
  display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2em;
}
.str-line.ylw::after {
  content: "";
  background: #ffba42;
    z-index: 0;
    mix-blend-mode: normal;
    bottom: 14px;
}
.str-line {
  position: relative;
}
#Archievement h2 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
}

.note-add {
  font-size: 1rem;
}
.note-a {
  text-align: center;
  font-size: 0.6rem;
  margin-top: 8px;
}
div .bln {
  position: absolute;
  width: 140px;
  right: -130px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .inner2 {
      padding: 0 16px;
  }
  #section2 {
      background-size: 100px auto;
      padding: 57px 0 0;
  }
  #section2 h2 {
      font-size: 28px;
      line-height: 1.4;
  }
  #section2 h2+p {
      font-size: 18px;
      line-height: 1.6;
      margin: 15px 0 0;
  }
  .section2_box {
      width: 97%;
      margin: 20px auto 0;
      padding: 15px;
  }
  .section2_box::after {
      width: 150px;
      height: 35px;
      bottom: -35px;
  }
  .section2_box li {
      float: none;
      width: auto;
      margin-right: 0;
      margin-bottom: 15px;
      min-height: 0;
      padding: 30px 17px;
  }
  .section2_box li:nth-child(3) {
      margin-bottom: 0px;
  }
  .section2_box h3 {
      font-size: 22px;
      line-height: 1.4;
  }
  .section2_box li:nth-child(1) figure, .section2_box li:nth-child(2) figure, .section2_box li:nth-child(3) figure {
      margin: 20px 0;
  }
  #section2 .p2 {
      font-size: 24px;
      line-height: 1.5;
      margin: 65px 0 30px;
  }
  #section2 .p2 br, #section2 .br_sp {
      display: inline;
  }
  #section2 .br_pc {
      display: none;
  }
  .section2_box2 {
      padding: 25px 0 20px;
  }
  .section2_box2 h3 {
      font-size: 18px;
      line-height: 1.7;
      margin: 20px 0;
  }
  .section2_box2 .p4 {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 20px;
  }
}

/*servicemenu*/
.servicemenu {
  background: #E4E8F2;
}
.servicemenu h3 {
  position: relative;
}
.servicemenu h3::before {
  content: "service";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
.menu-list {
  display: flex;
  justify-content: center;
}
.menu-list-box {
  margin: 0 1rem;
  background: #fff;
  width: 550px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem;
}
.menu-list-prime-box {
  border: 4px solid #5856BA;
  position: relative;
}
.no1 {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  padding: 10px 0;
  background: #fff;
  border: 4px solid #5856BA;
  color: #5856BA;
  font-weight: bold;
  border-radius: 50px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.menu-plan li {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px 40px 10px 0px;
}
.menu-plan li:nth-child(odd) {
  background: #f0f0f0;
}
.service-basic li::before {
  content: url(../images/price-list01.svg);
  padding: 0 16px 0 8px;
}
.service-prime li::before {
  content: url(../images/price-list02.svg);
  padding: 0 16px 0 8px;
}
.plan-title {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.plan-title span {
  font-size: 1.75rem;
}
.schedule {
  border: 2px solid #000;
  padding: 8px;
  font-size: 0.85rem;
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  width: 30%;
}
.menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.menu-price {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}
.menu-price span {
  font-size: 2.5rem;
}
.menu-price p {
  font-size: 0.65rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: normal;
}

.menu-list02-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 40px;
	text-align: center;
	margin-bottom: 40px;
  max-width: 1262px;
  margin: 40px auto 0;
}
.menu-list-item {
  width: 320px;
  padding: 4rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.menu-list-item p {
  text-align: center;
}
.menu-list-item-title {
	font-weight: 500;
	margin: 20px 0;
}

.menu-list-item-price {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

.menu-list-item-price span {
	font-size: 14px;
}

.menu-list-item-text {
	text-align: left;
}
footer {
  background: #5856BA;
  position: relative;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 0.5rem;
  padding: 2rem 0;
}
.group-bn-s {
  position: absolute;
  top: 15px;
}
.ierae {
  right: 30px;
}
.globalsign {
  right: 150px;
}
span#csi_siteseal_tag {
  width: 100px;
  display: block;
}
.ierae-bn {
  display: block;
  text-align: center;
}
.contents-section {
  background: #5856BA;
  margin: 0 auto;
}
.contents-section h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
/*serviceplan start*/
.service {
  margin-bottom: -80px;
}
.service h3 {
  position: relative;
}
.service h3::before {
  content: "service";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
}
.service-wrap {
  display: flex;
  justify-content: center;
  margin: 4rem 0 10rem;
}
.service-wrap h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 1rem;
  height: 72px;
}
.service-wrap h4 .sub {
  font-size: .75rem;
  margin-top: -0.25rem;
  display: block;
  text-align: center;
}
.service-plan {
  margin: 0 1rem;
  background: #fff;
  width: 310px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem;
}
.service-plan li {
  margin-bottom: 1.5rem;
  font-weight: 500;
  border-bottom: solid 1px #000;
  padding-bottom: .75rem;
}
.note {
  font-size: .5rem;
}
/*price start*/
#service-head {
  padding-top: 160px;
  margin-top: -160px;
}
.price h3 {
  position: relative;
}
.price h3::before {
  content: "price";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
}
.pc-price {
  display: block;
}
.sp-price {
  display: none;
}
.price-wrap {
  margin: 4rem auto 1rem;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem;
  max-width: 1200px;
}
.price-wrap h4 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 1rem;
  height: 72px;
}
.price-wrap h4 .sub {
  font-size: .75rem;
  margin-top: -0.25rem;
  display: block;
  text-align: center;
}
/*price-table start*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.price-table {
  z-index: 99;
}
.price-table span {
  display: block;
  text-align: center;
}
.plan-description {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.plan-name {
  font-size: 1.25rem;
  text-align: center;
}
.due-date {
  font-size: 0.75rem;
  padding: 0.5rem;
  margin: 0.5rem auto;
  width: 180px
}
.plan-price {
  font-size: 2rem
}
.plan-price span {
  font-size: 1.125rem;
  display: inline-block;
}
.without-tax {
  font-size: 0.75rem;
  font-weight: 500;
}
.wf {
  border: 1px solid #fff;
}
.bk {
  border: 1px solid #000;
}
thead th{
  padding: 1rem .8rem;
}
table th:nth-child(3),
table td:nth-child(3) {
    border-left: 5px solid #5856BA;
    border-right: 5px solid #5856BA;
}
table tr:last-child td:nth-last-child(2) {
  border-bottom: 5px solid #5856BA;
}

table tr {
  background-color: #fff;
  padding: .35rem;
}
table tr.ec {
  background-color: #ececec;
}
table th {
  padding: 2rem .8rem;
}
.ct-head th {
  padding: 0.5rem 0.8rem;
  background: #000;
  color: #fff;
}
.ct-head td {
  background: #000;
}
table td {
  padding: .7rem;
  text-align: center;
}
.plan1 {
  background: #d2d1ff;
}
.plan2 {
  background: #5856BA;
  color: #fff;
  position: relative;
  z-index: 1;
}
.plan2::before {
  white-space: pre;
  content: "ΏΝ΅€\ANo.1";
  text-align: center;
  position: absolute;
  background: #5856BA;
  width: 100px;
  height: 100px;
  padding: 1rem;
  border-radius: 100px;
  top: -53px;
  left: 29%;
  right: 29%;
  margin: 0 auto;
  z-index: -1;
}
.plan3 {
  background: #91CCC3;
}
.price-note {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.2rem;
}
/*flow start*/
.flow {
  background: #E4E8F2;
}
.flow h3 {
  position: relative;
}
.flow h3::before {
  content: "flow";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}
.flow-list {
	padding: 0;
  max-width: 600px;
  margin: 4rem auto 0;
}
.flow-list li {
	list-style-type: none;
}
.flow-list dd {
	margin-left: 0;
}
.flow-list {
	padding-left: 120px;
	position: relative;
}
.flow-list::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #fff;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}
.flow-list > li {
	position: relative;
}
.flow-list > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow-list > li .flow-icon {
	font-size: 12px;
	color: #fff;
	background: #5856BA;
	background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}
.flow-list > li .flow-icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #66d5e9;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow-list > li dl {
	padding-left: 70px;
	position: relative;
}
.flow-list > li dl::before,
.flow-list > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow-list > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #5856BA;
	border-radius: 50%;
	left: -4px;
}
.flow-list > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #5856BA;
	position: absolute;
	left: 5px;
}
.flow-list > li dl dt {
  color: #5856BA;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1vh;
}
.flow-list > li dl dd span {
  font-size: .5rem;
}
.flow-note {
  max-width: 720px;
  margin: 2rem auto 0;
  line-height: 1.2rem;
}
/*basic start*/
.basic  {
  color: #fff;
}
.basic h3 {
  position: relative;
}
.basic h3::before {
  content: "basic";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #fff;
  opacity: .3;
  position: absolute;
  top: -37px;
  right: 0;
  left: 0;
}
.templete,
.templete-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0;
  max-width: 1200px;
}
.templete figure {
  max-width: 500px;
  margin: 0 .5rem 1rem;
  padding: 4rem 2rem 0;
}
.templete figcaption {
  text-align: center;
  font-size: 1.125rem;
}
.templete-list figure {
  max-width: 220px;
  margin: 0 .5rem 1rem;
  padding: 4rem 2rem 0;
}
.marker {
  background:linear-gradient(transparent 50%, #667875 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1s;
}
.marker.on {
  background-size: 100% 100%;
}

.course-item img:hover {
  cursor: pointer;
}
#grayDisplay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 100% !important;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 99;
}

#grayDisplay img {
position: absolute;
top: 100px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 60%;
object-fit: contain;
}

/*agency start*/
.agency  {
  background-color: #E4E8F2;
}
.agency h3 {
  position: relative;
}
.agency h3::before {
  content: "agency";
  font-family: Outfit;
  font-size: 6.5rem;
  font-weight: 700;
  color: #5856BA;
  opacity: .3;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
}
.card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 4rem auto 0;
}
.card figure {
  width: 200px;
  margin: 0 1rem 5rem;
  padding: 4rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  border-radius: 5px;
}
.card figure img {
  height: 150px;
}
.card figure,
.card figcaption {
  text-align: center;
}
.card figcaption {
  margin-top: 3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*Responsive start*/
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .navigation ul li a::after {
    display: none;
  }
  .loop {
    height: 61vh;
    overflow: hidden;
  }
  .loop-wrap {
    width: 100%;
    height: 100%;
    align-items: flex-start!important;
  }
  .loop-wrap ul li img {
    width: 100%;
  }
  .pc-menu {
    display: none!important;
  }
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  .hamburger-icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 8px;
    transition: ease 0.75s;
  }
  .hamburger-icon span:nth-of-type(1) {
    top: 16px;
  }
  .hamburger-icon span:nth-of-type(2) {
    top: 28px;
  }
  .hamburger-icon span:nth-of-type(3) {
    bottom: 16px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }
  .hamburger-menu {
    top: 80px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }
  .hamburger-menu ul {
    flex-direction: column;
  }
  .hamburger-menu ul li {
    width: 90%;
    border-bottom: 1px solid #000;
  }
  .hamburger-menu ul li a {
    padding: 2rem;
    text-align: center;
  }
  .navigation {
    padding-top: 10px;
  }
  .navigation ul li {
    margin: 0;
    font-size: 1rem;
  }
  .header {
    width: 100%;
    top: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
  }
  .fv-top {
    padding: 80px 0 0 0;
  }
  .fv-contents {
    display: block;
    height: auto;
  }
  .fv-text {
    margin: 1rem 1rem 0 1rem;
  }
  .fv-text {
    padding: 0;
  }
  .fv-text h2 {
    font-size: 4rem;
  }
  .fv-text p {
    font-size: 1rem;
  }
  .decoration {
    width: 70%;
  }
  .fv-text .decoration {
    width: 80%;
  }
  .cta-btn a {
    width: 90%;
  }
  .tel-border {
    width: 90%;
  }
  .news-wrap {
    width: auto;
    left: 0;
  }
  .news-datail {
    width: 100%;
  }
  section {
    padding: 80px 0;
  }
  .issue-list {
    width: 95%;
  }
  .issue h3::before {
    font-size: 4rem;
    top: -24px;
  }
  .merit h3::before {
    font-size: 4rem;
    top: -24px;
  }
  .knowhow h3::before {
    font-size: 4rem;
    top: -24px;
  }
  .knowhow h3::before {
    font-size: 4rem;
    top: -24px;
  }
  #section2 h2::before {
    font-size: 4rem;
    top: -64px;
  }
  .voice h3::before {
    font-size: 4rem;
    top: -24px;
  }
  .consulting-box-wrap h3::before {
    font-size: 4rem;
    top: -24px;
  }
  .servicemenu h3::before {
    font-size: 4rem;
    top: -24px;
  }
  .lead {
    width: 90%;
    margin: 2rem auto 0;
  }
  .issue-list li {
    margin-left: 46px;
  }
  .issue-list li::before {
    margin-left: -46px;
  }
  .merit-list {
    display: block;
    margin: 4rem auto;
    width: 80%;
  }
  .merit-list li {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 1rem 0;
  }
  .merit-list li figure {
    display: flex;
    padding: 1rem;
  }
  .merit-list li figure img {
    max-width: 32%;
  }
  .merit-list li figure figcaption {
    text-align: left;
    margin-left: 1rem;
  }
  .merit-box-inner {
    flex-direction: column-reverse;
    max-width: 100%;
  }
  .merit-box::before {
    top: 140px;
    height: 600px;
  }
  .box-text {
    width: 92%;
    margin: 0 auto;
  }
  .border-top {
    display: none;
  }
  .tel .office {
    padding: 0.25rem;
  }
  .branch-number {
    font-size: 0.75rem;
  }
  .consulting-wrap {
    display: block;
    padding: 0;
  }
  .consulting-box-wrap h3 {
    font-size: 1.45rem;
  }
  .consulting-text-area {
    width: 100%;
  }
  .consulting-text-area img {
    margin-bottom: 4rem;
  }
  .consulting-box-list {
    display: block;
  }
  .consulting-box-list li {
    width: auto;
    margin-bottom: 3rem;
  }
  .voice-message {
    position: inherit;
    width: 100%;
    padding: 0;
    transform: inherit;
  }
  .voice-message span {
    margin: 2rem 0 2rem 2rem;
  }
  .shop-name {
    padding: 0 2rem;
  }
  .shop-text {
    padding: 0 2rem 2rem 2rem;
  }
  .voice-img {
    width: 100%;
    margin: 0 auto -30px;
  }
  .service h3::before {
    font-size: 5rem;
    top: -34px;
  }
  .service-page {
    padding-top: 0;
  }
  .service-wrap {
    padding-top: 0;
    display: block;
    justify-content: center;
    margin: 2rem 0 5rem;
  }
  .service-plan {
    margin: 2rem 0;
    width: 90%;
    padding: 1rem;
  }
  #price {
    padding: 160px 0 80px;
  }
  .basic {
    padding: 80px 0;
  }
  #service-head {
    padding-top: 80px;
    margin-top: -80px;
  }
  .price h3::before {
    font-size: 5rem;
    top: -32px;
  }
  .pc-price {
    display: none;
  }
  .price-block {
    margin: 2rem 0;
    position: relative;
    z-index: 1;
  }
  .sp-prime {
    margin-top: 3rem;
  }
  .sp-prime::before {
    white-space: pre;
    content: "ΏΝ΅€\ANo.1";
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    background: #5856BA;
    width: 60px;
    height: 60px;
    padding: 0.5rem;
    border-radius: 100px;
    top: -34px;
    left: 40%;
    right: 40%;
    margin: 0 auto;
  }
  .price-block ul {
    padding: 0 0.5rem;
    background: #fff;
  }
  .price-block ul li {
    padding: 1rem 1rem 0.5rem 2.5rem;
    position: relative;
  }
  .sp-ct-head {
    background: #000!important;
    color: #fff;
    padding: 1rem!important;
  }
  .sp-ct-head::before {
    content: none!important;
  }
  .price-plan {
    text-align: center;
    font-size: 0.75rem;
    position: relative;
  }
  .price-plan .plan {
    font-size: 1.5rem;
  }
  .basic-plan ul li::before {
    content: url("../images/price-list01.svg");
    position: absolute;
    top: 38%;
    left: 10px;
  }
  .prime-plan ul li::before {
    content: url("../images/price-list02.svg");
    position: absolute;
    top: 38%;
    left: 10px;
  }
  .full-plan ul li::before {
    content: url("../images/price-list03.svg");
    position: absolute;
    top: 38%;
    left: 10px;
  }
  .basic-plan ul li:nth-child(2n)  {
    background-color: #ededfc;
  }
  .prime-plan ul li:nth-child(2n)  {
    background-color: #e7e7ff;
  }
  .full-plan ul li:nth-child(2n)  {
    background-color: #ddf1ee;
  }
  .basic-plan {
    background: #d2d1ff;
  }
  .prime-plan {
    background: #5856BA;
  }
  .full-plan {
    background: #91CCC3;
  }
  .prime-plan summary {
    color: #fff;
  }
  .sp-price {
    display: block;
    font-size: 2.5rem;
    text-align: center;
  }
  .text-small {
    display: inline-block;
    font-size: 1rem;
  }
  .sp-due-date {
    display: inline-block;
    border: 1px solid #000;
    padding: 0.5rem;
    margin: 0.5rem;
    text-align: center;
  }
  .prime-plan .sp-due-date {
    border: 1px solid #fff;
  }
  .ex {
    margin-top: 0.5rem;
  }
  details {
    border-radius: 4px;
  }
  summary {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    padding: 1rem 1rem 2rem 1rem;
  }
  summary::after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    transition: transform .3s;
  }
  .prime-plan summary::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  details[open] {
    font-size: 1rem;
  }
  details[open] summary {
    margin-bottom: 1rem;
  }
  details[open] summary::after {
    transform: rotate(225deg);
  }
  summary {
    display: block;
    list-style: none;
  }
  summary::-webkit-details-marker {
    display: none!important;
  }
  .price-wrap {
    overflow: auto;
    padding: 0;
  }
  .table-scroll {
    height: 500px;
  }
  .price-table {
    font-size: 0.75rem;
  }
  .price-wrap table {
    table-layout: auto;
  }
  .price-wrap table th {
    font-size: .5rem;
    white-space: nowrap;
    position: sticky;
    background: #fff;
    top: 0;
    left: 0;
  }
  .price-wrap tr:first-child th:first-child {
    z-index: 1;
  }
  .table-top {
    z-index: 2!important;
  }
  .price-wrap table td {
    white-space: nowrap;
    padding: 5px;
  }
  .plan1 {
    background: #d2d1ff!important;
  }
  .plan2 {
    background: #5856BA!important;
    margin-top: auto;
    padding-top: 0;
    display: revert;
  }
  .plan3 {
    background: #91CCC3!important;
  }
  table th:nth-child(3), table td:nth-child(3) {
    border: none;
  }
  table tr:last-child td:nth-last-child(2) {
    border: none;
  }
  .flow h3::before {
    font-size: 5rem;
    top: -32px;
  }
  .flow-list > li dl dt {
    font-size: 1rem;
  }
  .flow-list dd {
    font-size: .75rem;
  }
  .flow-list > li dl {
    padding-left: 40px;
  }
  .flow-list > li dl::after {
    width: 24px;
  }
  .flow-list > li .flow-icon {
    left: -110px;
  }
  .basic h3::before {
    font-size: 5rem;
    top: -32px;
  }
  .templete,
  .templete-list {
    margin: 0;
  }
  .templete-list {
    justify-content: center;
  }
  .templete-list figure {
    width: 150px;
    padding: 4rem 0.5rem 0;
  }
  .templete-list:after {
    content: "";
    display: block;
    width: 50%;
  }
  .agency h3::before {
    font-size: 5rem;
    top: -38px;
  }
  .card {
    justify-content: space-around;
  }
  .card figure {
    width: 42%;
    margin: 0 0rem 1rem;
    padding: 1rem 0.5rem;
  }
  .card figure img {
    min-height: 147px;
    height: auto;
  }
  footer p {
    text-align: left;
    padding-left: 10px;
  }
  .group-bn-s {
    top: 22px;
  }
  .menu-list {
    display: block;
  }
  .menu-list-box {
    box-sizing: border-box;
    width: 96%;
    margin: 0 auto 4rem;
    padding: 1rem;
  }
  .menu-list-prime-box {
    padding: 2rem 1rem 1rem 1rem;
  }
  .menu-price span {
    font-size: 1.1rem;
  }
  .menu-list02-wrap {
    gap: 10px;
    width: 95%;
  }
  .menu-list-item {
    width: 40%;
    padding: 1rem;
  }
  .consulting-box-lead {
    width: 90%;
    margin: 2rem auto 4rem;
  }
  .schedule {
    width: 40%;
  }
  .menu-plan li {
    padding: 10px 6px 10px 0px;
  }
  .menu-wrap {
    gap: 10px;
  }
  #footer_fixarea.show {
    z-index: 1000;
  }
  .fixarea-wrap {
    display: block;
  }
  .fixarea-wrap dt {
      font-size: 1rem;
      line-height: 1.4;
      text-align: center;
  }
  .fixarea-cta-btn a {
      padding: 25px 20px;
      margin: 0 auto;
  }
  .fixarea-wrap dt {
    font-size: 1rem;
    line-height: 1.4;
  }
  .fixarea-cta-btn a {
    padding: 16px 0px;
    font-size: 1rem;
  }
  .fixarea-wrap {
		gap: 0;
	}
	.fixarea-wrap dt {
		width: 100%;
	}
	.fixarea-wrap dd {
		width: 100%;
	}
  #Archievement h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  div .bln {
    right: -9vw;
    width: 20vw;
    top: -7vw;
  }
  .str-line.ylw::after {
    bottom: 5px;
  }
  #Archievement h2 .typo {
    font-size: 7vw;
  }
  .sp-none {
    display: none;
  }
  .menu-plan li {
    font-size: 0.7rem;
  }
  .service-basic li::before,
  .service-prime li::before {
    padding: 0 8px;
  }
}
@media screen and (min-width: 465px) and ( max-width: 899px) {
  .fv-top {
    min-height: 100vh;
  }
}
@media screen and (max-width: 376px) {
  .fv-top {
    min-height: 100vh;
  }
  .cta-btn a {
    font-size: 1rem;
  }
  .cta-btn a svg {
    vertical-align: middle;
  }
  .news-datail {
    padding: 1.5rem 0.5rem;
  }
}