@charset "UTF-8";
/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
a {
  color: #000000;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

iframe {
  width: 100%;
}

/*base--------------------*/
/*font--------------------*/
body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 65%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1366px) {
  .l-inner {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 95%;
  }
}

.l-inner-w {
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-inner-w {
    width: 95%;
  }
}

/*inner--------------------*/
/*br--------------------*/
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*btn--------------------*/
.c-button {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.c-button-link, .c-button input[type=submit], .c-button a, .c-button button {
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #3310A4;
  background: #3310A4;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.2s;
}
@media screen and (max-width: 1920px) {
  .c-button-link, .c-button input[type=submit], .c-button a, .c-button button {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .c-button-link, .c-button input[type=submit], .c-button a, .c-button button {
    font-size: 18px;
  }
}
.c-button-link:hover, .c-button input[type=submit]:hover, .c-button a:hover, .c-button button:hover {
  cursor: pointer;
  opacity: 1;
  background: #ffffff;
  color: #3310A4;
}
.c-button-admin {
  margin: 20px auto;
}

/*breascrumbs--------------------*/
/*ttl--------------------*/
.c-ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}
@media screen and (max-width: 1920px) {
  .c-ttl {
    font-size: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 24px;
    margin-bottom: 75px;
  }
}
.c-ttl-frame {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-ttl-frame::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #FF7B00;
  border-radius: 50%;
  position: absolute;
  left: -90px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .c-ttl-frame::before {
    width: 30px;
    height: 30px;
    left: -45px;
    top: 30px;
  }
}
.c-ttl-frame::after {
  content: "";
  width: calc(100% + 110px);
  height: 5px;
  background: #FF7B00;
  position: absolute;
  top: 55px;
  left: -65px;
}
@media screen and (max-width: 768px) {
  .c-ttl-frame::after {
    width: calc(100% + 60px);
    left: -35px;
  }
}

.c-lead {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  background: rgba(255, 123, 0, 0.75);
}
@media screen and (max-width: 1920px) {
  .c-lead {
    font-size: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
  }
}

/*fv--------------------*/
.c-fv {
  height: 200px;
  background: rgba(255, 123, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-fv {
    height: 100px;
  }
}
.c-fv .l-inner {
  height: 100%;
}
.c-fv__box {
  position: relative;
  height: 100%;
}
.c-fv__ttl-jp {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  color: #FF7B00;
}
@media screen and (max-width: 1920px) {
  .c-fv__ttl-jp {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .c-fv__ttl-jp {
    font-size: 24px;
  }
}
.c-fv__ttl-en {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 80px;
  font-weight: 900;
  color: #FF7B00;
  text-shadow: 5px 5px 0px #FF7B00;
  -webkit-text-stroke: 3px #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .c-fv__ttl-en {
    font-size: clamp(3.75rem, 2.917rem + 1.74vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .c-fv__ttl-en {
    font-size: 40px;
    text-shadow: 2px 2px 0px #FF7B00;
    -webkit-text-stroke: 2px #ffffff;
  }
}
.c-fv__ttl-en::before {
  content: "";
  width: 100px;
  height: 2px;
  background: #FF7B00;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-fv__ttl-en::before {
    width: 60px;
    left: -65px;
  }
}

/*works--------------------*/
.c-works {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .c-works {
    gap: 50px 10px;
  }
}
.c-works-list {
  width: calc(33.3333333333% - 33.3333333333px);
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .c-works-list {
    width: calc(50% - 5px);
  }
}
.c-works a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 10px #cccccc;
}
.c-works-thumbnail {
  border-radius: 20px 20px 0 0;
}
.c-works-thumbnail img {
  aspect-ratio: 1220/1016;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  vertical-align: bottom;
}
.c-works-content {
  padding: 15px 10px;
  border-radius: 0 0 20px 20px;
}
.c-works-category {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #FF7B00;
  padding: 3px 20px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-works-category {
    font-size: 10px;
  }
}
.c-works-name {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .c-works-name {
    font-size: 14px;
  }
}

/*header--------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  z-index: 999999;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 50px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999999;
  }
}
.l-header__logo-link {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 1366px) {
  .l-header__logo-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 99999;
  }
  .l-header__nav::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 123, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.l-header .js-header-nav.active {
  opacity: 1;
  visibility: visible;
}
.l-header__group {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1366px) {
  .l-header__group {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.l-header__group-list-contact {
  border-radius: 20px;
}
.l-header__group-list-contact a {
  color: #ffffff;
  background: #3310A4;
  border: 2px solid #3310A4;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 25px;
}
.l-header__group-list-contact a:hover {
  opacity: 1;
  background: #ffffff;
  color: #3310A4;
}
.l-header__group-list-partner {
  border-radius: 20px;
}
.l-header__group-list-partner a {
  color: #ffffff;
  background: #FF7B00;
  border: 2px solid #FF7B00;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 25px;
}
.l-header__group-list-partner a:hover {
  opacity: 1;
  background: #ffffff;
  color: #FF7B00;
}
.l-header__group-link {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .l-header__group-link {
    font-size: 14px;
  }
}
.l-header .js-btn {
  position: fixed;
  background: #FF7B00;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 2px;
  right: 5px;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .js-btn {
    display: block;
  }
}
.l-header .js-btn span {
  display: block;
  transition: all 0.2s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 30px;
  transform: translateX(-50%);
}
.l-header .js-btn span:nth-of-type(1) {
  top: 14px;
}
.l-header .js-btn span:nth-of-type(2) {
  top: 22px;
}
.l-header .js-btn span:nth-of-type(3) {
  top: 30px;
}
.l-header .js-btn.active span:nth-of-type(1) {
  top: 17px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 30px;
}
.l-header .js-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-btn.active span:nth-of-type(3) {
  top: px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 30px;
}

/*header--------------------*/
/*footer--------------------*/
.l-footer {
  padding: 25px 0;
  text-align: center;
  background: rgba(255, 123, 0, 0.1);
}
.l-footer__copy {
  font-size: 16px;
  font-weight: bold;
}
.l-footer__cta {
  position: fixed;
  top: 300px;
  right: 0;
  width: 50px;
  height: 200px;
  z-index: 99999999;
}
@media screen and (max-width: 768px) {
  .l-footer__cta {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 50px;
  }
}
.l-footer__cta-link {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  background: #3310A4;
  border: 1px solid #3310A4;
}
@media screen and (max-width: 768px) {
  .l-footer__cta-link {
    writing-mode: unset;
    padding: 10px;
  }
}
.l-footer__cta-link:hover {
  opacity: 1;
  background: #ffffff;
  color: #3310A4;
}

.grecaptcha-badge {
  bottom: 75px !important;
  z-index: 999999999;
}

/*footer--------------------*/
/*main--------------------*/
.l-main {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    margin-top: 50px;
  }
}

/*main--------------------*/
/*admin--------------------*/
.l-admin {
  padding: 100px 0;
}
.l-admin div:not(:last-of-type) {
  margin-bottom: 25px;
}
.l-admin input {
  min-width: 500px;
  border: 1px solid #cccccc;
  padding: 10px;
  height: 30px;
}
.l-admin input[type=file] {
  height: auto;
}
.l-admin textarea {
  min-width: 500px;
  border: 1px solid #cccccc;
  padding: 10px;
  height: 250px;
}

/*main--------------------*/
/*home--------------------*/
.home .fv {
  height: 600px;
  background-image: url(../images/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .fv {
    height: calc(85vh - 50px);
  }
}
.home .fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 0;
}
.home .fv .l-inner {
  height: 100%;
  position: relative;
}
.home .fv__box {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .home .fv__box {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home .fv__box-ttl {
  font-size: 80px;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
@media screen and (max-width: 1920px) {
  .home .fv__box-ttl {
    font-size: clamp(3.75rem, 2.917rem + 1.74vw, 5rem);
  }
}
@media screen and (max-width: 1024px) {
  .home .fv__box-ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1920px) {
  .home .fv__box-ttl {
    font-size: clamp(2.5rem, 1.667rem + 1.74vw, 3.75rem);
  }
}
@media screen and (max-width: 768px) {
  .home .fv__box-ttl {
    font-size: 36px;
  }
}
.home .fv__box-span:not(:first-of-type) {
  text-shadow: 10px 10px 10px #ffffff;
  line-height: 1.25;
  font-weight: bold;
}
.home .fv__box-span:not(:first-of-type) span {
  font-weight: 900;
  color: #FF7B00;
}
@media screen and (max-width: 768px) {
  .home .fv__box-span:not(:first-of-type) {
    font-size: 30px;
    text-shadow: 0px 0px 0px #ffffff;
  }
}
.home .fv__box-span:first-of-type {
  font-size: 30px;
  font-weight: 700;
  color: #FF7B00;
  border: 1px solid #FF7B00;
  box-shadow: 3px 3px 0 #FF7B00;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .home .fv__box-span:first-of-type {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .home .fv__box-span:first-of-type {
    width: 100%;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 20px;
  }
}
.home .fv__box-span:nth-of-type(2) {
  font-size: 40px;
}
@media screen and (max-width: 1920px) {
  .home .fv__box-span:nth-of-type(2) {
    font-size: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .home .fv__box-span:nth-of-type(2) {
    font-size: 20px;
    text-shadow: 0px 0px 0px #ffffff;
  }
}
.home .fv__image {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 600px;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .home .fv__image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .home .fv__image {
    width: 80%;
    max-width: 400px;
  }
}
.home .fv__name a {
  position: absolute;
  bottom: 20px;
  right: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #00FF4C;
  border: 3px solid #00FF4C;
  background: #FFF;
  padding: 10px 25px;
  box-shadow: 3px 3px #00FF4C;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .home .fv__name a {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.home .fv__name a:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .home .fv__name a {
    font-size: 24px;
  }
}
.home .fv .c-button {
  margin: 50px auto 0 0;
}
@media screen and (max-width: 768px) {
  .home .fv .c-button {
    margin-top: 25px;
  }
}

.home .works {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .works {
    padding: 50px 0;
  }
}
.home .works::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 123, 0, 0.1);
  z-index: -1;
}
.home .works .c-works {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home .works .c-works {
    margin-bottom: 50px;
  }
}
.home .works__txt {
  font-size: 16px;
  text-align: right;
}

.home .app {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .app {
    padding: 50px 0;
  }
}
.home .app::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 123, 0, 0.1);
  z-index: -1;
}
.home .app .c-works {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home .app .c-works {
    margin-bottom: 50px;
  }
}

.home .problem .l-inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .home .problem .l-inner {
    padding: 50px 0;
  }
}
.home .problem__lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .home .problem__lead {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.home .problem__frame {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .home .problem__frame {
    gap: 50px;
  }
}
.home .problem__block {
  width: calc(50% - 5px);
}
@media screen and (max-width: 1024px) {
  .home .problem__block {
    width: 100%;
  }
}
.home .problem__group {
  background: rgba(255, 123, 0, 0.1);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
}
.home .problem__group-list {
  font-size: 18px;
}

.home .solution .l-inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .home .solution .l-inner {
    padding: 50px 0;
  }
}
.home .solution__lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .home .solution__lead {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.home .solution__frame {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .home .solution__frame {
    gap: 50px;
  }
}
.home .solution__block {
  width: calc(33.3333333333% - 6.6666666667px);
}
@media screen and (max-width: 1024px) {
  .home .solution__block {
    width: 100%;
  }
}
.home .solution__group {
  background: rgba(255, 123, 0, 0.1);
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
}
.home .solution__group-list {
  font-size: 18px;
}
.home .solution p.c-lead {
  margin-bottom: 100px;
  position: relative;
}
.home .solution p.c-lead::before {
  content: "";
  background: rgba(255, 123, 0, 0.75);
  position: absolute;
  bottom: -49.5px;
  left: 0;
  width: 100%;
  height: 50px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.home .reason {
  padding: 85px 0 125px 0;
  background: rgba(255, 123, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .reason {
    padding: 50px 0 100px 0;
  }
}
.home .reason::before {
  content: "";
  position: absolute;
  width: 315px;
  height: 760px;
  transform: rotate(40deg) translateX(50%);
  right: 0;
  bottom: 75px;
  background: rgba(41, 0, 191, 0.3);
  z-index: -1;
}
.home .reason::after {
  content: "";
  position: absolute;
  width: 315px;
  height: 760px;
  transform: rotate(-10deg) translateX(-50%);
  left: 0;
  top: 220px;
  background: rgba(255, 123, 0, 0.5);
  z-index: -1;
}
.home .reason__box {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .home .reason__box {
    gap: 50px;
  }
}
.home .reason__box-item {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 5px dashed #FF7B00;
  padding: 45px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .home .reason__box-item {
    flex-direction: column;
    padding: 50px 25px;
  }
}
.home .reason__box-thumbnail {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .home .reason__box-thumbnail {
    width: 100%;
    margin-bottom: 25px;
  }
}
.home .reason__box-thumbnail img {
  border-radius: 20px;
}
.home .reason__box-content {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .home .reason__box-content {
    width: 100%;
  }
}
.home .reason__box-lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .home .reason__box-lead {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .home .reason__box-lead {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.home .reason__box-lead::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF7B00;
}
.home .reason__box-txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .home .reason__box-txt {
    font-size: 16px;
  }
}

.home .plan {
  padding: 80px 0;
  background: rgba(41, 0, 191, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .plan {
    padding: 50px 0;
  }
}
.home .plan::before {
  content: "";
  position: absolute;
  width: 315px;
  height: 760px;
  transform: rotate(-10deg) translateX(50%);
  right: 0;
  bottom: -55px;
  background: rgba(255, 123, 0, 0.5);
  z-index: -1;
}
.home .plan::after {
  content: "";
  position: absolute;
  width: 315px;
  height: 760px;
  transform: rotate(10deg) translateX(-50%);
  left: 0;
  top: 220px;
  background: rgba(41, 0, 191, 0.3);
  z-index: -1;
}
.home .plan__block {
  margin-bottom: 50px;
}
.home .plan__block-item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .plan__block-item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.home .plan__block-lead {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 50px;
  text-align: center;
  color: #ffffff;
  background: #FF7B00;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  transform: translateY(50%);
  border-radius: 20px;
}
@media screen and (max-width: 1920px) {
  .home .plan__block-lead {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .home .plan__block-lead {
    font-size: 20px;
    padding: 10px;
  }
}
.home .plan__block-lead-frame {
  position: relative;
}
.home .plan__block-area {
  background: #ffffff;
  padding: 100px 25px 50px 25px;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  border: 3px dashed #FF7B00;
}
@media screen and (max-width: 768px) {
  .home .plan__block-area {
    padding: 75px 25px 50px 25px;
  }
}
.home .plan__block-frame {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px dashed #FF7B00;
  padding-bottom: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home .plan__block-frame {
    width: 100%;
    flex-direction: column;
  }
}
.home .plan__block-frame:not(:last-of-type) {
  margin-bottom: 25px;
}
.home .plan__block-content {
  font-size: 24px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .home .plan__block-content {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .home .plan__block-content {
    width: 100%;
  }
}
.home .plan__block-price {
  width: 60%;
  font-size: 30px;
  font-weight: bold;
  color: #2900BF;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .home .plan__block-price {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .home .plan__block-price {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
.home .plan__block-info {
  font-size: 24px;
  font-weight: bold;
  color: #FF7B00;
  text-align: left;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 5px solid #FF7B00;
  padding: 25px;
}
@media screen and (max-width: 1920px) {
  .home .plan__block-info {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
@media screen and (max-width: 768px) {
  .home .plan__block-info br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home .plan__block-info {
    width: 100%;
    font-size: 16px;
    padding: 10px;
  }
}
.home .plan__block-info-frame {
  background: #ffffff;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .home .plan__block-info-frame {
    padding: 0;
  }
}
.home .plan__block-info span {
  display: block;
  font-weight: bold;
}

.home .skill {
  padding: 80px 0;
  background: rgba(255, 123, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .skill {
    gap: 50px 0;
  }
}
.home .skill::before {
  content: "Coding";
  font-size: 200px;
  font-weight: 900;
  color: rgba(255, 123, 0, 0.1);
  position: absolute;
  top: -100px;
  left: 5px;
  transform: rotate(-15deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .skill::before {
    font-size: 80px;
    top: -50px;
  }
}
.home .skill::after {
  content: "WordPress";
  font-size: 200px;
  font-weight: 900;
  color: rgba(255, 123, 0, 0.1);
  position: absolute;
  bottom: -150px;
  right: -20px;
  transform: rotate(5deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .skill::after {
    font-size: 60px;
    bottom: -50px;
  }
}
.home .skill__group-list {
  width: 100%;
  line-height: 2;
}
.home .skill__group-list:not(:last-of-type) {
  margin-bottom: 50px;
}
.home .skill__group-lead {
  font-size: 24px;
  background: #FF7B00;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding: 3px 25px 3px 15px;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 1920px) {
  .home .skill__group-lead {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.home .skill__group-lead span {
  font-size: 30px;
  font-weight: 900;
  margin-right: 25px;
}
@media screen and (max-width: 1920px) {
  .home .skill__group-lead span {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
.home .skill__group-frame {
  background: #ffffff;
  border-radius: 0 20px 0 0;
  padding: 50px 25px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  border: 3px dashed #FF7B00;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .home .skill__group-frame {
    font-size: 16px;
  }
}
.home .skill__group-txt a {
  text-decoration: underline;
}
.home .skill__group-txt:not(:last-of-type) {
  margin-bottom: 20px;
}

.home .about {
  background: rgba(41, 0, 191, 0.1);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .home .about {
    padding: 50px 0;
  }
}
.home .about .slider-frame {
  margin-top: 0;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home .about .slider-frame .slider {
  opacity: 0;
}
.home .about .slider-frame .slick-initialized {
  opacity: 1;
}
.home .about .slider-frame .slider-item {
  padding: 50px 25px;
}
.home .about .slick-slider {
  height: 100%;
}
.home .about .slick-list {
  height: 100%;
  padding-bottom: 25px;
}
.home .about .slick-track {
  height: 100%;
  display: flex;
}
.home .about .slick-slide {
  margin: 0 10px;
  height: auto !important;
  background: #ffffff;
  border: 1px solid #FF7B00;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.home .about .slick-slide div {
  height: 100%;
}
.home .about .arrow_prev {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: -20px;
  transform: translateY(calc(-50% - 25px));
  font-size: 24px;
  background: #FF7B00;
  color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .home .about .arrow_prev {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.home .about .arrow_prev:hover {
  cursor: pointer;
}
.home .about .arrow_next {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: -20px;
  transform: translateY(calc(-50% - 25px));
  font-size: 24px;
  background: #FF7B00;
  color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1920px) {
  .home .about .arrow_next {
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  }
}
.home .about .arrow_next:hover {
  cursor: pointer;
}
.home .about__lead {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #FF7B00;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .home .about__lead {
    font-size: clamp(1.5rem, 1rem + 1.04vw, 2.25rem);
  }
}
@media screen and (max-width: 768px) {
  .home .about__lead {
    font-size: 20px;
  }
}
.home .about__txt {
  font-size: 20px;
  background: #ffffff;
  padding: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .about__txt {
    font-size: 16px;
  }
}
.home .about__icon {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .home .about__icon {
    width: 100%;
  }
}
.home .about__icon img {
  border-radius: 50%;
  width: 150px;
}

.home .contact {
  padding: 80px 0 125px 0;
}
@media screen and (max-width: 768px) {
  .home .contact {
    padding: 50px 0;
  }
}

/*works-archive--------------------*/
.works-archive .content {
  padding: 60px 0 150px 0;
}
.works-archive .content__txt {
  margin-bottom: 100px;
}

/*works-show--------------------*/
.works-show .content {
  padding: 150px 0;
}
.works-show .content__block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.works-show .content__block-image {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.works-show .content__block-image img {
  aspect-ratio: 1220/1016;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-show .content__block-frame {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .works-show .content__block-frame {
    flex-direction: column;
    align-items: flex-start;
  }
}
.works-show .content__block-ttl {
  font-size: 30px;
  font-weight: 900;
  margin-right: 50px;
}
@media screen and (max-width: 1920px) {
  .works-show .content__block-ttl {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .works-show .content__block-ttl {
    margin-bottom: 25px;
  }
}
.works-show .content__block-cat {
  background: #FF7B00;
  padding: 10px 25px;
  display: block;
  color: #ffffff;
  border-radius: 20px;
}
.works-show .content__block-cat-frame {
  display: flex;
  gap: 10px;
}
.works-show .content__block-txt p:not(:last-of-type) {
  margin-top: 25px;
}
.works-show .content__block-txt a {
  color: #3310A4;
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

/*news-archive--------------------*/
.news-archive .news {
  padding: 60px 0 150px 0;
}
.news-archive .news__block {
  padding: 50px;
  border: 3px solid #FF7B00;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .news-archive .news__block {
    padding: 15px;
  }
}
.news-archive .news__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.news-archive .news__group-list {
  border-bottom: 1px solid #FF7B00;
}
.news-archive .news__group-link {
  width: 100%;
  height: 100%;
  padding: 25px 75px 25px 25px;
  align-items: center;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-archive .news__group-link {
    padding: 25px 0;
  }
}
.news-archive .news__group-link:hover::before {
  right: 25px;
}
@media screen and (max-width: 768px) {
  .news-archive .news__group-link:hover::before {
    right: 5px;
  }
}
.news-archive .news__group-link::before {
  content: "→";
  color: #ffffff;
  background: #FF7B00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 50px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .news-archive .news__group-link::before {
    right: 10px;
  }
}
.news-archive .news__group-frame {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .news-archive .news__group-frame {
    font-size: 12px;
  }
}
.news-archive .news__group-date {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
}
.news-archive .news__group-cat {
  width: -moz-max-content;
  width: max-content;
  background: #FF7B00;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
/*news-show--------------------*/
.news-show .content {
  padding: 150px 0;
}
.news-show .content__block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.news-show .content__block-frame {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.news-show .content__block-date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}
.news-show .content__block-ttl {
  font-size: 30px;
  font-weight: 900;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .news-show .content__block-ttl {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
.news-show .content__block-ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.news-show .content__block-cat {
  background: #FF7B00;
  padding: 10px 25px;
  display: block;
  color: #ffffff;
  border-radius: 20px;
}
.news-show .content__block-cat-frame {
  display: flex;
  gap: 10px;
}
.news-show .content__block-txt * {
  margin-bottom: 25px;
}
.news-show .content__block-txt h2 {
  font-weight: 900;
}
.news-show .content__block-txt h2 strong {
  font-weight: 900;
}
.news-show .content__block-txt ul, .news-show .content__block-txt ol {
  padding-left: 40px;
}
.news-show .content__block-txt li {
  list-style: disc;
}
.news-show .content__block-txt a {
  color: #3310A4;
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

/*contact--------------------*/
.contact .contact,
.partner .partner {
  position: relative;
  z-index: 10;
  background: #ffffff;
  padding: 80px 0 125px 0;
}
@media screen and (max-width: 768px) {
  .contact .contact,
  .partner .partner {
    padding: 50px 0;
  }
}
.contact .contact__txt,
.partner .partner__txt {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contact .contact__txt,
  .partner .partner__txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact__txt br,
  .partner .partner__txt br {
    display: none;
  }
}
.contact .contact__txt:last-of-type,
.partner .partner__txt:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact .contact__txt:last-of-type,
  .partner .partner__txt:last-of-type {
    margin-bottom: 50px;
  }
}
.contact .contact .c-form,
.partner .partner .c-form {
  width: 100%;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.contact .contact .c-form form,
.partner .partner .c-form form {
  padding: 70px;
  border: 5px dashed #FF7B00;
  background: rgba(255, 123, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .contact .contact .c-form form,
  .partner .partner .c-form form {
    padding: 25px 25px 50px 25px;
  }
}
.contact .contact .c-form .smf-item,
.partner .partner .c-form .smf-item {
  display: flex;
  flex-direction: column;
}
.contact .contact .c-form .smf-item:not(:last-of-type),
.partner .partner .c-form .smf-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.contact .contact .c-form .smf-item__col--label,
.partner .partner .c-form .smf-item__col--label {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact .contact .c-form .smf-radio-buttons-control__control,
.partner .partner .c-form .smf-radio-buttons-control__control {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contact .c-form .smf-radio-buttons-control__control,
  .partner .partner .c-form .smf-radio-buttons-control__control {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
.contact .contact .c-form .smf-radio-buttons-control__control input,
.partner .partner .c-form .smf-radio-buttons-control__control input {
  margin-right: 5px;
}
.contact .contact .c-form .smf-text-control__control,
.partner .partner .c-form .smf-text-control__control {
  width: 100%;
  height: 50px;
  background: #ffffff;
  padding: 10px;
  border: none;
}
.contact .contact .c-form .smf-textarea-control__control,
.partner .partner .c-form .smf-textarea-control__control {
  height: 200px;
  border: none;
}
.contact .contact .c-form .must .smf-item__label,
.partner .partner .c-form .must .smf-item__label {
  position: relative;
}
.contact .contact .c-form .must .smf-item__label::after,
.partner .partner .c-form .must .smf-item__label::after {
  content: "必須";
  border-radius: 14px;
  background: #FF7B00;
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 15px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .contact .contact .c-form .must .smf-item__label::after,
  .partner .partner .c-form .must .smf-item__label::after {
    font-size: var(--font15);
  }
}
.contact .contact .c-form .smf-action,
.partner .partner .c-form .smf-action {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border-radius: 50px;
}
.contact .contact .c-form .smf-action .smf-button-control__control,
.partner .partner .c-form .smf-action .smf-button-control__control {
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  background: #FF7B00;
  color: #ffffff;
  border: 1px solid #FF7B00;
}
.contact .contact .c-form .smf-action .smf-button-control__control:hover,
.partner .partner .c-form .smf-action .smf-button-control__control:hover {
  background: #ffffff;
  color: #FF7B00;
  transition: all 0.2s;
}

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