@charset "UTF-8";
@import "reset.css";
@import "base.css";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&Sawarabi+Mincho&family=Zen+Kurenaido&display=swap);
html, body {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: auto;
  background-color: #fff;
  color: #221815;
  font: 400 16px/1.65 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
body .bold {
  font-weight: 500;
}
body .ex-bold {
  font-weight: 700;
}
body .white {
  color: #fff;
}
body .inline {
  display: inline;
}

.serif {
  font: 500 18px/1.65 "Sawarabi Mincho", serif;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1220px) {
  .container {
    width: 96%;
    margin: 0 auto;
  }
}
.container .no-line {
  border-bottom: 0px;
}

/*///////////header//////////////*/
header {
  margin-bottom: 10px;
}
header .header-left {
  width: 50%;
}
header .header-left figure {
  max-width: 200px;
  width: 40%;
  height: auto;
  padding-left: 20px;
}
header .header-left p {
  font-size: clamp(1px, 2vw, 25px);
  white-space: nowrap;
  margin-left: 3%;
}
@media screen and (max-width: 667px) {
  header .header-left {
    width: 80%;
  }
  header .header-left figure {
    max-width: 130px;
    width: 40%;
    padding-left: 10px;
  }
  header .header-left p {
    font-size: 3.4vw;
    white-space: nowrap;
    margin-left: 10px;
  }
}
header nav {
  background: #FFB458;
  font-size: min(1.8vw, 18px);
  padding: 0 clamp(1px, 5vw, 100px) 0 min(2%, 10px);
  width: 50%;
  white-space: nowrap;
}
@media screen and (max-width: 667px) {
  header nav {
    background: none;
  }
}
header nav ul li {
  padding: 0 3% 0 3%;
}
header nav ul li a {
  color: #fff;
}
@media screen and (max-width: 667px) {
  header nav ul li a {
    color: #000;
  }
}
header nav ul li a:hover {
  opacity: 0.7;
  color: #fff;
}
@media screen and (max-width: 667px) {
  header nav ul li a:hover {
    color: #000;
  }
}

/*///////////header=END=//////////////*/
/*///////////ハンバーガー //////////////*/
@media screen and (max-width: 667px) {
  nav.pc-nav {
    display: none;
  }
}

.humberger {
  display: none;
}
@media screen and (max-width: 667px) {
  .humberger {
    display: block;
  }
}

nav.humberger {
  position: fixed;
  top: 0;
  left: 0;
  height: 0%;
  z-index: 2;
}

.top-nav2 > ul li {
  padding-bottom: 10px;
}
.top-nav2 .act {
  cursor: pointer;
}
.top-nav2 ul {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0px;
  padding: 30px;
  list-style: none;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  width: 60%;
  z-index: 100;
  top: 0px;
  height: 100%;
  left: -100%;
}
.top-nav2 ul li {
  padding: 10px 0 10px 10%;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px dotted #cdcdcd;
}
.top-nav2 ul.active {
  left: 0px;
}

.move-2.on.btn {
  z-index: 101;
}

.btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: fixed;
  right: 10px;
  top: 5px;
  color: #fff;
  background: rgba(255, 180, 88, 0.9);
}
.btn:before, .btn:after {
  display: block;
  width: 35px;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.btn span {
  display: block;
  width: 35px;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  height: 2px;
  background-color: #fff;
  top: 48%;
  right: 15%;
}
.btn:before {
  content: "";
  top: 28%;
  right: 15%;
  border-top: 2px solid #fff;
}
.btn:after {
  content: "";
  top: 68%;
  right: 15%;
  border-bottom: 2px solid #fff;
}
.btn.on span {
  display: none;
  width: 50px;
  height: 50px;
}
.btn.on:before {
  top: 51%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.btn.on:after {
  top: 51%;
  right: 7px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.btnlink {
  width: 90%;
  display: block;
  margin: auto;
  border: 1px solid #0060ff;
  border-radius: 5px;
  background: #4285F4;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
}

/*///////////G-nav=END=//////////////*/
/*///////////common//////////////*/
.contact-bnr {
  position: fixed;
  top: 60px;
  right: 10px;
  width: 130px;
  aspect-ratio: 1/1;
  z-index: 100;
  background: rgba(0, 96, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0px 10px 10px -6px rgba(14, 13, 13, 0.3), inset 0px 10px 10px -6px rgba(251, 251, 251, 0.3);
}
.contact-bnr:hover {
  opacity: 0.8;
  background: rgba(0, 96, 255, 0.6);
}
@media screen and (max-width: 667px) {
  .contact-bnr {
    width: 50px;
    height: 50px;
    top: 60px;
    right: 10px;
  }
}
.contact-bnr figure {
  padding: 1.8vw 5px 1px 5px;
  width: 55%;
  height: 55%;
}
@media screen and (max-width: 667px) {
  .contact-bnr figure {
    padding: 20%;
    width: 120%;
    height: 120%;
  }
}
.contact-bnr p {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 667px) {
  .contact-bnr p {
    display: none;
  }
}

h2 {
  color: #fff;
  background: #FFB458;
  padding: 2px 15px;
  margin-bottom: 30px;
  font-size: 22px;
}

h3 {
  border-bottom: 2px solid #FF8C00;
  margin-bottom: 20px;
  font-size: 18px;
}

h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.detail-btn {
  position: relative;
  background: #04B020;
  padding: 5px 20px 5px 53px;
}
.detail-btn::before {
  content: "";
  position: absolute;
  background: url(../images/detail-icon.svg) 0 0 no-repeat;
  background-size: 40px auto;
  top: 0%;
  left: calc(50% - 90px);
  width: 40px;
  height: 37px;
}

.contact-btn {
  position: relative;
  background: #0D66ED;
  padding: 5px 20px 5px 60px;
}
.contact-btn::before {
  content: "";
  position: absolute;
  background: url(../images/contact-icon.svg) 0 0 no-repeat;
  background-size: 27px auto;
  top: 5px;
  left: calc(50% - 115px);
  width: 30px;
  height: 30px;
}

.detail-btn, .contact-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2), inset 0 4px 4px 0 rgba(255, 255, 255, 0.3);
}
.detail-btn:hover, .contact-btn:hover {
  color: #fff;
  opacity: 0.7;
}

/*///////////common=END=//////////////*/
/*///////////top//////////////*/
.top-img {
  background: url(../images/top-img.webp) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 3.48/1;
}
.top-img h1 {
  /*font-style: italic;*/
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 3% 0 0 7%;
}
@media screen and (max-width: 667px) {
  .top-img h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .top-img h1 {
    font-size: 22px;
    line-height: normal;
  }
}

.chart-wrap {
  margin: 10px auto 40px auto;
  width: 70%;
}
.chart-wrap .chart {
  line-height: 1.2;
  font-weight: 500;
  width: 24%;
  margin-right: 1%;
}
.chart-wrap .chart .box1 {
  background: #7FC5FF;
}
.chart-wrap .chart .box2 {
  background: #FFED94;
  margin-top: 10px;
}
.chart-wrap .chart .box3 {
  background: #7F85FF;
  width: 70%;
  padding: 20px 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
}
.chart-wrap .chart .box1, .chart-wrap .chart .box2 {
  border-radius: 10px;
  height: 60px;
}
.chart-wrap .chart .triangle1 {
  background: #7FC5FF;
  width: 15%;
  height: 35px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.chart-wrap .chart .triangle2 {
  background: #FFED94;
  width: 15%;
  height: 35px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.chart-wrap .chart .triangle3 {
  background: #7F85FF;
  width: 15%;
  height: 35px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.chart-wrap .chart .mt30p {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 960px) {
  .chart-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 667px) {
  .chart-wrap {
    width: 100%;
  }
  .chart-wrap .chart {
    width: 48%;
  }
  .chart-wrap .box3 {
    background: #7F85FF;
    width: 60% !important;
    margin-top: 30px;
    padding: 20px 0;
  }
  .chart-wrap .mt30p {
    margin-top: 50px !important;
  }
  .chart-wrap .mt-2 {
    margin: 30px 0 0 -40px;
  }
}

.top {
  letter-spacing: 5%;
}
.top h1 {
  font-size: min(2.8vw, 30px);
  padding: 30px 0 5px 0;
  font-weight: 400;
  color: #FF8C00;
  margin-bottom: 30px;
}
@media screen and (max-width: 667px) {
  .top h1 {
    font-size: 21px;
  }
}
.top .plan-wrap {
  width: 100%;
}
.top .plan-wrap .plan-box {
  background: #D2E1F8;
  padding: 20px 15px;
  width: 80%;
}
@media screen and (max-width: 667px) {
  .top .plan-wrap .plan-box {
    width: 100%;
  }
}
.top .plan-wrap .plan-box h2 {
  background: none;
  font-size: 30px;
  color: #0D66ED;
  padding: 0 0 20px 0;
  margin: 0;
}
@media screen and (max-width: 414px) {
  .top .plan-wrap .plan-box h2 {
    font-size: 27px;
  }
}
.top .plan-wrap .plan-box .plan1, .top .plan-wrap .plan-box .plan2, .top .plan-wrap .plan-box .plan3 {
  width: 30%;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 667px) {
  .top .plan-wrap .plan-box .plan1, .top .plan-wrap .plan-box .plan2, .top .plan-wrap .plan-box .plan3 {
    width: 90%;
  }
}
.top .plan-wrap .plan-box .plan1 h3, .top .plan-wrap .plan-box .plan2 h3, .top .plan-wrap .plan-box .plan3 h3 {
  border: none;
  font-weight: 500;
}
.top .plan-wrap .plan-box .plan1 p, .top .plan-wrap .plan-box .plan2 p, .top .plan-wrap .plan-box .plan3 p {
  padding-bottom: 20px;
}
.top .plan-wrap .plan-box .plan1 {
  background: #FCF5B5;
}
.top .plan-wrap .plan-box .plan2 {
  background: #89F3F1;
}
.top .plan-wrap .plan-box .plan3 {
  background: #89ACF2;
}
@media screen and (max-width: 414px) {
  .top .plan-wrap .plan-box .w70 {
    width: 100%;
  }
}

.top2 .lead-btn {
  background: #04B020;
  padding: 5px;
  margin: 0 10px;
}
.top2 .lead-btn p {
  color: #fff;
}
.top2 .lead-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .top2 .w60 {
    width: 100%;
  }
  .top2 .text {
    margin-bottom: 40px;
  }
  .top2 .w40 {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .top2 .lead-btn p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 414px) {
  .top2 .w48 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .top2 .sample-box {
    margin-bottom: 30px;
  }
}

.website-box {
  width: 60%;
  margin: 30px auto;
  border: 2px solid #FFB458;
  border-radius: 10px;
}
@media screen and (max-width: 667px) {
  .website-box {
    width: 100%;
  }
}
.website-box h4 {
  background: #FFB458;
  color: #fff;
  font-size: 20px;
}
.website-box p {
  padding: 15px 0;
}
.website-box p span {
  color: #FFB458;
}
.website-box p span.blue {
  color: #0060ff;
}
@media screen and (max-width: 414px) {
  .website-box .w40 {
    width: 80%;
  }
}

@media screen and (max-width: 667px) {
  .website-box {
    width: 100%;
  }
  .lead-btn p {
    font-size: 3vw;
  }
}
/*///////////top=END=//////////////*/
/*///////////pages//////////////*/
/*--plan-- */
.plan-img {
  background: url(../images/plan-img.webp) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 2.4/0.56;
}
.plan-img h1 {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.1em;
  padding: 3% 0 0 7%;
}
@media screen and (max-width: 667px) {
  .plan-img h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .plan-img h1 {
    font-size: 22px;
    line-height: normal;
  }
}

.plan .plan-name {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 20px;
}
.plan .plan-name p {
  padding: 5px 0;
  letter-spacing: 0.2em;
}
.plan .title {
  width: 100px;
  margin: 30px 0 0 10px;
  border-right: 1px solid #c9c6c6;
}
.plan .title p {
  white-space: nowrap;
  padding: 5px;
  text-align: center;
}
.plan .title p:nth-child(odd) {
  background: #efefef;
}
.plan .parent-box {
  overflow-x: auto;
}
@media (max-width: 660px) {
  .plan .parent-box {
    .padding-right: 20px;
  }
}
.plan .parent-box .parent {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) minmax(115px, 2fr) repeat(3, minmax(120px, 3fr));
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 20px;
  width: 100%;
  min-width: 660px;
  max-width: 100%;
}
@media (max-width: 660px) {
  .plan .parent-box .parent .parent {
    width: max-content;
  }
}
.plan .parent-box .parent > div {
  padding: 5px 0;
  border-right: 1px dotted #999;
}
.plan .parent-box .parent a {
  background: #04B020;
  color: #fff;
  margin: 3px 5px;
  border-radius: 5px;
}
.plan .parent-box .parent .div1 {
  grid-area: 2/1/5/2;
}
.plan .parent-box .parent .div2 {
  grid-area: 5/1/9/2;
}
.plan .parent-box .parent .div3 {
  grid-area: 9/1/10/2;
}
.plan .parent-box .parent .div4 {
  grid-area: 10/1/12/2;
}
.plan .parent-box .parent .div5 {
  grid-area: 1/3/2/4;
  background: #FEE244;
  font-weight: 500;
}
.plan .parent-box .parent .div6 {
  grid-area: 1/4/2/5;
  background: #63D2FA;
  font-weight: 500;
}
.plan .parent-box .parent .div7 {
  grid-area: 1/5/2/6;
  background: #89ACF2;
  font-weight: 500;
}
.plan .parent-box .parent .div8 {
  grid-area: 2/2/3/3;
}
.plan .parent-box .parent .div9 {
  grid-area: 3/2/4/3;
}
.plan .parent-box .parent .div10 {
  grid-area: 4/2/5/3;
}
.plan .parent-box .parent .div11 {
  grid-area: 2/3/3/4;
}
.plan .parent-box .parent .div12 {
  grid-area: 3/3/4/4;
}
.plan .parent-box .parent .div13 {
  grid-area: 4/3/5/4;
}
.plan .parent-box .parent .div14 {
  grid-area: 2/4/3/5;
}
.plan .parent-box .parent .div15 {
  grid-area: 3/4/4/5;
}
.plan .parent-box .parent .div16 {
  grid-area: 4/4/5/5;
}
.plan .parent-box .parent .div17 {
  grid-area: 2/5/3/6;
}
.plan .parent-box .parent .div18 {
  grid-area: 3/5/4/6;
}
.plan .parent-box .parent .div19 {
  grid-area: 4/5/5/6;
}
.plan .parent-box .parent .div20 {
  grid-area: 5/2/6/3;
}
.plan .parent-box .parent .div21 {
  grid-area: 6/2/7/3;
}
.plan .parent-box .parent .div22 {
  grid-area: 7/2/8/3;
}
.plan .parent-box .parent .div23 {
  grid-area: 8/2/9/3;
}
.plan .parent-box .parent .div24 {
  grid-area: 5/3/6/4;
}
.plan .parent-box .parent .div25 {
  grid-area: 6/3/7/4;
}
.plan .parent-box .parent .div26 {
  grid-area: 7/3/8/4;
}
.plan .parent-box .parent .div27 {
  grid-area: 8/3/9/4;
}
.plan .parent-box .parent .div28 {
  grid-area: 5/4/6/5;
}
.plan .parent-box .parent .div29 {
  grid-area: 6/4/7/5;
}
.plan .parent-box .parent .div30 {
  grid-area: 7/4/8/5;
}
.plan .parent-box .parent .div31 {
  grid-area: 8/4/9/5;
}
.plan .parent-box .parent .div32 {
  grid-area: 5/5/6/6;
}
.plan .parent-box .parent .div33 {
  grid-area: 6/5/7/6;
}
.plan .parent-box .parent .div34 {
  grid-area: 7/5/8/6;
}
.plan .parent-box .parent .div35 {
  grid-area: 8/5/9/6;
}
.plan .parent-box .parent .div36 {
  grid-area: 9/2/10/3;
}
.plan .parent-box .parent .div37 {
  grid-area: 9/3/10/4;
}
.plan .parent-box .parent .div38 {
  grid-area: 9/4/10/5;
}
.plan .parent-box .parent .div39 {
  grid-area: 9/5/10/6;
}
.plan .parent-box .parent .div40 {
  grid-area: 10/2/11/3;
}
.plan .parent-box .parent .div41 {
  grid-area: 11/2/12/3;
}
.plan .parent-box .parent .div42 {
  grid-area: 10/3/11/4;
}
.plan .parent-box .parent .div43 {
  grid-area: 11/3/12/4;
}
.plan .parent-box .parent .div44 {
  grid-area: 10/4/11/5;
}
.plan .parent-box .parent .div45 {
  grid-area: 11/4/12/5;
}
.plan .parent-box .parent .div46 {
  grid-area: 10/5/11/6;
}
.plan .parent-box .parent .div47 {
  grid-area: 11/5/12/6;
}
.plan .parent-box .parent .div48 {
  grid-area: 12/3/13/4;
}
.plan .parent-box .parent .div49 {
  grid-area: 12/4/13/5;
}
.plan .parent-box .parent .div50 {
  grid-area: 12/5/13/6;
}
.plan .parent-box .parent .div1, .plan .parent-box .parent .div10, .plan .parent-box .parent .div13, .plan .parent-box .parent .div16, .plan .parent-box .parent .div19, .plan .parent-box .parent .div2, .plan .parent-box .parent .div23, .plan .parent-box .parent .div27, .plan .parent-box .parent .div31, .plan .parent-box .parent .div35, .plan .parent-box .parent .div3, .plan .parent-box .parent .div36, .plan .parent-box .parent .div37, .plan .parent-box .parent .div38, .plan .parent-box .parent .div39, .plan .parent-box .parent .div4, .plan .parent-box .parent .div41, .plan .parent-box .parent .div43, .plan .parent-box .parent .div45, .plan .parent-box .parent .div47, .plan .parent-box .parent .div48, .plan .parent-box .parent .div49, .plan .parent-box .parent .div50 {
  border-bottom: 1px solid #999;
}
.plan .parent-box .parent .div1, .plan .parent-box .parent .div8 {
  border-top: 1px solid #999;
}
.plan .parent-box .parent .div7, .plan .parent-box .parent .div18, .plan .parent-box .parent .div19, .plan .parent-box .parent .div17, .plan .parent-box .parent .div19, .plan .parent-box .parent .div32, .plan .parent-box .parent .div33, .plan .parent-box .parent .div34, .plan .parent-box .parent .div35, .plan .parent-box .parent .div39, .plan .parent-box .parent .div46, .plan .parent-box .parent .div47, .plan .parent-box .parent .div50 {
  border-right: none;
}

article {
  line-height: 1.8;
}
article h4 {
  margin: 0;
  padding: 0;
}
article h5 {
  font-weight: 500;
}
article .template-btn {
  background: #04B020 url(../images/detail-icon.svg) 10px center no-repeat;
  background-size: 45px auto;
  padding: 0 0 0 45px;
  height: 50px;
  width: 330px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2), inset 0 4px 4px 0 rgba(255, 255, 255, 0.3);
}
article .template-btn:hover {
  color: #fff;
  opacity: 0.7;
}
article .designsample-btn {
  background: #04B020 url(../images/detail-icon.svg) 10px center no-repeat;
  background-size: 45px auto;
  padding: 0 0 0 45px;
  height: 50px;
  width: 350px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2), inset 0 4px 4px 0 rgba(255, 255, 255, 0.3);
}
article .designsample-btn:hover {
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 667px) {
  article .w70 {
    width: 100%;
  }
  article .w30 {
    width: 60%;
    margin: 40px auto;
  }
}

.other-plan {
  background: #BFD8FF;
  border: 5px solid #0D66ED;
  border-radius: 10px;
  padding-top: 30px;
}
.other-plan h2 {
  color: #000;
  background: none;
}

/* flow--*/
.flow-img {
  background: url(../images/flow-img.webp) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 2.4/0.56;
}
.flow-img h1 {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.1em;
  padding: 3% 0 0 7%;
}
@media screen and (max-width: 667px) {
  .flow-img h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .flow-img h1 {
    font-size: 22px;
    line-height: normal;
  }
}

.flow .flow-box {
  border: 2px solid #7F85FF;
  width: 23%;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .flow .flow-box {
    width: 47%;
    margin: 0 15px 20px 0;
  }
}
@media screen and (max-width: 667px) {
  .flow .flow-box {
    width: 96%;
    margin: 0 15px 20px 0;
  }
}
.flow .flow-box .number {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  background: #7F85FF;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin: -10px;
}
.flow .flow-box h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  background: #7F85FF;
  width: calc(100% - 60px);
  height: 38px;
  padding: 0 0 0 10px;
  margin: 5px 0 30px 5px;
  border: none;
  position: relative;
}
.flow .flow-box h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  background: #7F85FF;
  height: 38px;
  width: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow .flow-box .text {
  font-weight: 500;
}
.flow .flow-box .text p {
  padding-bottom: 25px;
  width: 100%;
  text-align: center;
}
.flow .flow-box .text .g-arrow {
  position: relative;
}
.flow .flow-box .text .g-arrow::after {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% - 20px);
  background: #D9D9D9;
  height: 20px;
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow .flow-box .plan-btn {
  margin-top: auto;
}
.flow .flow-box .detail-btn {
  width: 90%;
  margin: 10px auto 0 auto;
}
.flow .notice {
  border: 2px solid #FF8C00;
  background: #F6DD84;
  margin: 40px auto 50px auto;
  width: 95%;
  padding: 20px;
}
.flow .notice h3 {
  border: none;
  margin: 0 0 5px 0;
}
.flow .flow-wrap {
  margin-bottom: 50px;
}
.flow .flow-wrap h3, .flow .flow-wrap h4 {
  width: 100%;
}
.flow .flow-wrap h4 {
  border-bottom: 1px solid #000;
}
.flow .flow-wrap article {
  padding-left: 30px;
}
.flow .flow-wrap article .g-arrow2 {
  position: relative;
  padding-bottom: 30px;
}
.flow .flow-wrap article .g-arrow2::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #D9D9D9;
  height: 20px;
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 667px) {
  .flow .flow-wrap .w30, .flow .flow-wrap .w70 {
    width: 100%;
  }
  .flow .flow-wrap figure {
    height: 80px;
    margin-bottom: 30px;
  }
  .flow .flow-wrap figure img {
    height: 80px;
    object-fit: cover;
    object-position: 50% 60%;
  }
  .flow .flow-wrap article {
    padding-left: 0;
  }
}

/* portfolio--*/
.portfolio-img {
  background: url(../images/portfolio-img.webp) 0 bottom no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 2.4/0.56;
}
.portfolio-img h1 {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.1em;
  padding: 3% 0 0 7%;
}
@media screen and (max-width: 667px) {
  .portfolio-img h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .portfolio-img h1 {
    font-size: 22px;
    line-height: normal;
  }
}

.portfolio .w32 {
  width: 32%;
}
.portfolio .web img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
}
@media screen and (max-width: 667px) {
  .portfolio .web .mb30 {
    margin-bottom: 0;
  }
}
.portfolio .detail-btn {
  margin-right: auto;
  margin-left: auto;
}
.portfolio h2 {
  height: 40px;
}
.portfolio .w48a {
  width: 48%;
}
@media screen and (max-width: 667px) {
  .portfolio .w48 {
    width: 100%;
  }
  .portfolio .w30, .portfolio .w32 {
    width: 48%;
  }
  .portfolio .w25 {
    width: 60%;
    margin: 0 auto;
  }
  .portfolio .w70 {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .portfolio .w48a {
    width: 100%;
    margin: 30px;
  }
  .portfolio .w30, .portfolio .w32 {
    width: 100%;
  }
}

.template::after {
  content: "";
  width: 30%;
  height: 0;
}
.template .plan-btn {
  margin-top: auto;
}

.webdesign img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 0 0;
}

.graphics section {
  padding-bottom: 20px;
}
.graphics section::after {
  content: "";
  width: 24%;
  display: block;
}
.graphics section::before {
  content: "";
  width: 24%;
  display: block;
  order: 1;
}
.graphics figure {
  width: 24%;
  margin-bottom: 20px;
}

/* contact--*/
.contact-img {
  background: url(../images/contact-img.webp) 0 bottom no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 2.4/0.56;
}
.contact-img h1 {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.1em;
  margin: 3% 0 0 7%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 5px;
  display: inline-block;
  padding: 2px 15px 5px 15px;
}
@media screen and (max-width: 667px) {
  .contact-img h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 414px) {
  .contact-img h1 {
    font-size: 22px;
    line-height: normal;
  }
}

.contact p {
  width: 100%;
}
.contact a {
  color: rgba(0, 96, 255, 0.6);
}
@media screen and (max-width: 960px) {
  .contact .w70 {
    width: 100%;
  }
}
.contact form {
  padding: 20px;
  background: #d2d5d9;
  border-radius: 10px;
}
.contact form .item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 667px) {
  .contact form .item {
    margin-bottom: 10px;
  }
}
.contact form .item p {
  width: 180px;
}
.contact form .item input {
  margin-left: 10px;
  padding: 3px;
  border: 2px solid #8183a5;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  background: #f1f7fd;
}
.contact form .item .input-width {
  width: calc(100% - 190px);
}
.contact form .item textarea {
  width: calc(100% - 190px);
  margin-left: 10px;
  padding: 3px 5px;
  resize: vertical;
  min-height: 100px;
  border: 2px solid #8183a5;
  font-size: 16px;
  border-radius: 5px;
  background: #f1f7fd;
}
.contact form .item select {
  margin-left: 10px;
  padding: 3px 20px;
  border: 2px solid #8183a5;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  background: #f1f7fd;
}
.contact form .item input[type=radio] {
  width: 20px;
}
@media screen and (max-width: 667px) {
  .contact form .item p {
    width: 100%;
    padding-bottom: 5px;
  }
  .contact form .item input {
    margin-left: 0;
  }
  .contact form .item .input-width {
    width: 100%;
  }
  .contact form .item textarea {
    width: 100%;
    margin-left: 0;
    padding: 3px 5px;
  }
}
.contact form .small_text {
  font-size: 80%;
}
.contact .submit_btn {
  margin: 0 auto;
  width: 320px;
}
.contact .submit_btn input {
  margin-bottom: 20px;
  width: 150px;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2), inset 0 4px 4px 0 rgba(255, 255, 255, 0.3);
}
.contact .submit_btn input:hover {
  color: #fff;
  opacity: 0.7;
}
.contact .submit_btn .confirm {
  background: #04B020;
}
.contact .submit_btn .reset {
  background: #0465b0;
}
.contact .w100p {
  width: 100px;
}
.contact .w80p {
  width: 80px;
}
.contact .w60p {
  width: 60px;
}

.page-contact .contact-bnr {
  display: none;
}

/*///////////pages=END=//////////////*/
/*///////////footer//////////////*/
footer {
  background: url(../images/footer-bg.webp) 0 0 no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 2.4/0.38;
  position: relative;
}
@media screen and (max-width: 960px) {
  footer {
    background-size: cover;
    background-position: center;
  }
}
footer .name {
  font-size: 28px;
  padding-top: 35px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 667px) {
  footer .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  footer .name {
    font-size: 18px;
  }
}
footer .info-box {
  margin-top: 30px;
}
footer .info-box a {
  color: #fff;
}
footer .info-box .mail {
  padding-left: 15px;
}
@media screen and (max-width: 414px) {
  footer .info-box .mail {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
}
footer .info-box .sns-box {
  width: 25px;
  margin-left: 15px;
}
@media screen and (max-width: 414px) {
  footer .info-box .sns-box {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
footer .copy {
  padding-bottom: 10px;
}
@media screen and (max-width: 414px) {
  footer .copy {
    font-size: 12px;
  }
}
footer #page-top {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 100;
}
footer #page-top a {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  color: rgba(0, 96, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.5;
}

/*///////////footer=END=//////////////*/

/*# sourceMappingURL=style.css.map */
