/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");
/* line 5, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* -- color --*/
/*-- fonts --*/
/* line 26, sass/_default.scss */
.font-en {
  font-family: 'Roboto', sans-serif;
}

/*-- default --*/
/* line 31, sass/_default.scss */
html {
  font-size: 62.5%;
}

/* line 35, sass/_default.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1.6;
  background: #202020;
}

/* line 45, sass/_default.scss */
div, dt, dd, input, select, textarea, ul, li {
  box-sizing: border-box;
}

/* line 50, sass/_default.scss */
input::placeholder, input::-webkit-input-placeholder, select::placeholder, select::-webkit-input-placeholder, textarea::placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 56, sass/_default.scss */
a {
  text-decoration: none;
  color: #fff;
}

/* line 61, sass/_default.scss */
img {
  max-width: 100%;
}

/*-- common --*/
/* line 66, sass/_default.scss */
.flex {
  display: flex;
}

/* line 70, sass/_default.scss */
.center {
  text-align: center;
}

/* line 74, sass/_default.scss */
.right {
  text-align: right;
}

/* line 78, sass/_default.scss */
.left {
  text-align: left;
}

/* line 82, sass/_default.scss */
.bold {
  font-weight: bold;
}

/* line 86, sass/_default.scss */
.inner {
  width: 92%;
  max-width: 120rem;
  margin: 0 auto 0;
}

/* line 92, sass/_default.scss */
.bg-grad {
  background: linear-gradient(-90deg, #6717cd, #2871fa);
  transform: skewX(-15deg);
}
/* line 95, sass/_default.scss */
.bg-grad p, .bg-grad span {
  transform: skewX(15deg);
  padding: .78rem 1.8rem;
}

/* line 101, sass/_default.scss */
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 9.4rem;
}

/* line 105, sass/_default.scss */
.secsub-wrap {
  background: linear-gradient(-90deg, #6717cd, #2871fa);
  transform: skewX(-15deg);
  margin-bottom: 6rem;
  display: inline-block;
}
/* line 110, sass/_default.scss */
.secsub-wrap .secsub-ttl {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  padding: .06rem 1.8rem;
  transform: skewX(15deg);
}

/* line 122, sass/_default.scss */
#header {
  width: 100%;
  background: rgba(32, 32, 32, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.122rem 0;
  z-index: 99999;
}
/* line 130, sass/_default.scss */
#header .head-wrap {
  justify-content: space-between;
  align-items: center;
}
/* line 135, sass/_default.scss */
#header .head-menu li {
  margin: 0 5rem;
}
/* line 137, sass/_default.scss */
#header .head-menu li:last-child {
  margin-right: 0;
}
/* line 141, sass/_default.scss */
#header .head-menu a {
  display: block;
  text-align: center;
}
/* line 145, sass/_default.scss */
#header .head-menu .font-en {
  display: block;
  font-size: 2rem;
}
/* line 151, sass/_default.scss */
#header .head-logo a {
  display: block;
}

/* line 158, sass/_default.scss */
#footer {
  border-top: 0.1rem solid #fff;
  padding-top: 10rem;
}
/* line 161, sass/_default.scss */
#footer .inner {
  justify-content: space-between;
}
/* line 164, sass/_default.scss */
#footer .ft-menu {
  width: 50%;
  flex-flow: wrap;
}
/* line 167, sass/_default.scss */
#footer .ft-menu li {
  margin: 0 6rem 5rem 0;
}
/* line 169, sass/_default.scss */
#footer .ft-menu li a {
  display: block;
}
/* line 172, sass/_default.scss */
#footer .ft-menu li span {
  display: block;
  font-size: 1.8rem;
}
/* line 176, sass/_default.scss */
#footer .ft-menu li:nth-child(n + 4) {
  margin-bottom: 0;
}
/* line 181, sass/_default.scss */
#footer .ft-logo {
  margin-bottom: 3.2rem;
}
/* line 183, sass/_default.scss */
#footer .ft-logo a {
  display: block;
}
/* line 187, sass/_default.scss */
#footer .copy {
  margin-top: 4.5rem;
  padding-bottom: 3rem;
}

/* line 6, sass/_index.scss */
#top-main .mainv {
  position: relative;
}
/* line 8, sass/_index.scss */
#top-main .mainv .main-img {
  display: flex;
}
/* line 10, sass/_index.scss */
#top-main .mainv .main-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* line 16, sass/_index.scss */
#top-main .mainv h1 {
  font-size: 9rem;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
/* line 25, sass/_index.scss */
#top-main .mainv h1 span {
  display: block;
}
/* line 28, sass/_index.scss */
#top-main .mainv h1 .ttl-sml {
  font-size: 7rem;
  padding: 0 6.8rem;
  margin-bottom: -5%;
  position: relative;
}
/* line 33, sass/_index.scss */
#top-main .mainv h1 .ttl-sml::before, #top-main .mainv h1 .ttl-sml::after {
  content: '';
  border-right: 4.3rem solid #fff;
  border-bottom: 2.6rem solid transparent;
  border-left: 0rem solid transparent;
  border-top: 2.6rem solid transparent;
  position: absolute;
}
/* line 41, sass/_index.scss */
#top-main .mainv h1 .ttl-sml::before {
  top: 50%;
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
/* line 46, sass/_index.scss */
#top-main .mainv h1 .ttl-sml::after {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
/* line 52, sass/_index.scss */
#top-main .mainv h1 .ttl-sub {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
}
/* line 61, sass/_index.scss */
#top-main .section {
  padding: 0 0 20rem;
}
/* line 64, sass/_index.scss */
#top-main #about {
  padding-top: 12rem;
  background: url(../img/sec01_bg.jpg) no-repeat center center/cover;
}
/* line 67, sass/_index.scss */
#top-main #about .about-flex-wrap {
  align-items: center;
  justify-content: space-between;
}
/* line 71, sass/_index.scss */
#top-main #about .text-wrap {
  width: 45%;
}
/* line 73, sass/_index.scss */
#top-main #about .text-wrap .text {
  margin-bottom: 3.2rem;
}
/* line 75, sass/_index.scss */
#top-main #about .text-wrap .text:last-of-type {
  margin-bottom: 0;
}
/* line 80, sass/_index.scss */
#top-main #about .img-wrap {
  width: 50%;
}
/* line 82, sass/_index.scss */
#top-main #about .img-wrap .img02 {
  text-align: right;
  margin-top: -15rem;
}
/* line 89, sass/_index.scss */
#top-main #service {
  background: url(../img/sec02_bg.jpg) no-repeat center center/cover;
}
/* line 91, sass/_index.scss */
#top-main #service .service-list {
  justify-content: space-between;
}
/* line 93, sass/_index.scss */
#top-main #service .service-list li {
  width: calc(100% / 3.2423);
  height: 41.6rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem;
  border: .1rem solid;
  border-image: linear-gradient(90deg, #6717cd, #2871fa);
  border-image-slice: 1;
}
/* line 103, sass/_index.scss */
#top-main #service .service-list li:first-child {
  background: url(../img/service_01.jpg) no-repeat center center/cover;
}
/* line 106, sass/_index.scss */
#top-main #service .service-list li:nth-child(2) {
  background: url(../img/service_02.jpg) no-repeat center center/cover;
}
/* line 109, sass/_index.scss */
#top-main #service .service-list li:nth-child(3) {
  background: url(../img/service_03.jpg) no-repeat center center/cover;
}
/* line 113, sass/_index.scss */
#top-main #service .service-list .srv-ttl {
  font-size: 4rem;
  line-height: 1;
}
/* line 117, sass/_index.scss */
#top-main #service .service-list .srv-ja {
  font-size: 2.4rem;
  text-align: right;
  line-height: 1;
}
/* line 121, sass/_index.scss */
#top-main #service .service-list .srv-ja .num {
  font-size: 4rem;
  display: block;
}
/* line 129, sass/_index.scss */
#top-main #plan {
  background: url(../img/sec03_bg.jpg) no-repeat center bottom/cover;
}
/* line 131, sass/_index.scss */
#top-main #plan .table {
  border: 0.1rem solid #fff;
  background: #202020;
}
/* line 134, sass/_index.scss */
#top-main #plan .table th {
  font-family: 'Roboto', sans-serif;
  width: calc(100% / 3);
  text-align: center;
  font-size: 4rem;
  border-bottom: 0.1rem solid #fff;
}
/* line 141, sass/_index.scss */
#top-main #plan .table th, #top-main #plan .table td {
  padding: 2.2rem 3rem;
  vertical-align: top;
  border-right: 0.1rem solid #fff;
}
/* line 147, sass/_index.scss */
#top-main #plan .price {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 3rem;
  font-family: 'Roboto', sans-serif;
}
/* line 152, sass/_index.scss */
#top-main #plan .price .tax {
  font-size: 1.8rem;
}
/* line 156, sass/_index.scss */
#top-main #plan .perform {
  margin-top: 4rem;
}
/* line 159, sass/_index.scss */
#top-main #plan .per-ttl {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 0.1rem solid #fff;
}
/* line 168, sass/_index.scss */
#top-main #flow {
  background: url(../img/sec04_bg.jpg) no-repeat center center/100% 100%;
}
/* line 170, sass/_index.scss */
#top-main #flow .flow-list {
  flex-flow: wrap;
  justify-content: space-between;
}
/* line 173, sass/_index.scss */
#top-main #flow .flow-list li {
  width: calc(100% / 3.33);
  padding: 3rem;
  margin-bottom: 3rem;
  border: .1rem solid;
  border-image: linear-gradient(90deg, #6717cd, #2871fa);
  border-image-slice: 1;
  background: #202020;
}
/* line 181, sass/_index.scss */
#top-main #flow .flow-list li:nth-child(n + 4) {
  margin-bottom: 0;
}
/* line 186, sass/_index.scss */
#top-main #flow .li-ttl {
  text-align: center;
  font-size: 2rem;
  position: relative;
}
/* line 190, sass/_index.scss */
#top-main #flow .li-ttl .num {
  display: block;
  font-size: 4.6rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin-bottom: 3.8rem;
}
/* line 197, sass/_index.scss */
#top-main #flow .li-ttl::before {
  content: '';
  width: 4.4rem;
  height: .1rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}
/* line 208, sass/_index.scss */
#top-main #flow .li-ico {
  text-align: center;
  margin: 1.8rem 0 3rem;
}
/* line 214, sass/_index.scss */
#top-main #contact {
  padding-bottom: 10rem;
  background: url(../img/sec05_bg.jpg) no-repeat center center/cover;
}
/* line 217, sass/_index.scss */
#top-main #contact #c-form {
  background: #fff;
  color: #202020;
  margin: 6rem auto 0;
  padding: 2rem 6rem 6rem;
  width: 92%;
  max-width: 100rem;
  box-sizing: border-box;
}
/* line 225, sass/_index.scss */
#top-main #contact #c-form dl {
  display: flex;
  flex-flow: wrap;
}
/* line 228, sass/_index.scss */
#top-main #contact #c-form dl dt, #top-main #contact #c-form dl dd {
  padding: 4rem 0 4rem 4rem;
  border-bottom: 0.1rem solid #cccccc;
}
/* line 232, sass/_index.scss */
#top-main #contact #c-form dl dt {
  width: 39.2%;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
/* line 238, sass/_index.scss */
#top-main #contact #c-form dl dt .ast {
  color: #fff;
  font-size: 1.6rem;
  padding: .1rem .9rem;
  margin-left: 3rem;
  background: linear-gradient(90deg, #6717cd, #2871fa);
}
/* line 246, sass/_index.scss */
#top-main #contact #c-form dl dd {
  width: 60.8%;
}
/* line 249, sass/_index.scss */
#top-main #contact #c-form dl input, #top-main #contact #c-form dl textarea {
  width: 100%;
  font-size: 1.6rem;
  border: 0.1rem solid #cccccc;
  padding: 1rem 1.6rem;
}
/* line 256, sass/_index.scss */
#top-main #contact #c-form .btn {
  text-align: center;
  margin-top: 3rem;
}
/* line 259, sass/_index.scss */
#top-main #contact #c-form .btn input {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #202020;
  width: 90%;
  max-width: 22rem;
  padding: 1rem;
  border: none;
}
