@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

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

nav ul {
  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;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

main {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .l-container {
    width: 350px;
    margin: 0 auto;
    position: relative;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-feature-settings: "palt";
  color: #000000;
  position: relative;
}

.header {
  position: relative;
  padding: 0 40px;
}
.header--content {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 24px;
  height: 80px;
  max-width: 1840px;
  margin: 0 auto;
}
.header--tit {
  width: 237px;
  display: block;
  padding-top: 12px;
}
.header--nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header--item {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  position: relative;
  font-weight: 500;
}
.header--item.active {
  color: #7819af;
}
.header--item:after {
  clip: rect(0, 0, 100px, 0);
  transition: clip 1.5s linear;
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #7819af;
}
.header--item:hover:after {
  clip: rect(0, 300px, 100px, 0);
}
.header--tel {
  display: block;
  width: 194px;
  margin-left: 20px;
}

.fv {
  background-image: url(../img/fv.webp);
  background-position: center;
  background-size: cover;
  height: 847px;
  margin-top: 490px;
  position: relative;
}
.fv--head {
  display: flex;
  justify-content: center;
  gap: 215px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -363px;
}
.fv--head.pc {
  display: flex !important;
}
.fv--head--copy {
  width: 830px;
}
.fv--head--copy--tit {
  font-size: 118px;
  font-weight: 800;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
}
.fv--head--copy--tit span {
  color: #7819af;
  display: block;
  margin-left: 45px;
  margin-top: -20px;
}
.fv--head--copy--txt {
  font-size: 22px;
  line-height: 1.8181818182;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-style: italic;
}
.fv--head .six {
  width: 318px;
}

.split {
  padding: 116px 0 133px;
}
.split--tit {
  font-size: 80px;
  color: #7819af;
  text-align: center;
  font-family: "Sofia Sans", sans-serif;
}
.split--txt {
  font-size: 36px;
  text-align: center;
  margin-top: 79px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.split--txt span {
  color: #7819af;
}
.split--txt2 {
  letter-spacing: 0.1em;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
.split--sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 147px;
}
.split--section {
  width: calc((100% - 2px) / 3);
  position: relative;
}
.split--section:hover .split--section--area--btn {
  animation: 0.3s btnArrAnim cubic-bezier(0.23, 1, 0.32, 1) 1;
}
.split--section:nth-of-type(2) .split--section--circle {
  background-color: #63b501;
}
.split--section:nth-of-type(3) .split--section--circle {
  background-color: #ffa735;
}
.split--section--circle {
  width: 157px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: -79px;
  left: calc((100% - 157px) / 2);
  background-color: #7819af;
  border-radius: 100%;
}
.split--section--circle--tit {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 100%;
}
.split--section--circle--tit span {
  display: block;
  font-size: 12px;
  font-family: "Sofia Sans", sans-serif;
  width: 100%;
}
.split--section--area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  margin-top: 40px;
}
.split--section--area--btn {
  width: 50px;
  display: block;
  margin-top: 10px;
}
.split--section--area--txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  max-width: 403px;
}

.access--tit {
  font-size: 72px;
  font-weight: 800;
  text-align: center;
  font-family: "Sofia Sans", sans-serif;
  margin-bottom: 55px;
}
.access--tit span {
  display: block;
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 400;
  font-family: "source-han-sans-japanese", sans-serif;
}
.access--container {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  height: 543px;
  margin: 0 auto;
  max-width: 1760px;
}
.access--container.page {
  max-width: 1580px;
  margin: 154px auto 0;
}
.access--left {
  width: 50%;
  padding-top: 100px;
}
.access--left--tit {
  color: #fff;
  background-color: #63b501;
  width: 180px;
  height: 40px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  letter-spacing: 0.057em;
}
.access--tel {
  width: 446px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.access--tel:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
  display: block;
  margin: 33px auto 0;
}
.access--txt {
  text-align: center;
  line-height: 1.3928571429;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-top: 60px;
  font-weight: 600;
}
.access iframe {
  width: 50%;
  height: 543px;
}

@keyframes btnArrAnim {
  0% {
    transform: translateX(-0.4rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes btnArrAnimY {
  0% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
.footer {
  background-color: #111111;
  padding: 100px 0 55px;
  margin-top: 100px;
}
.footer--content {
  max-width: 1580px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer--logo {
  width: 280px;
  margin-bottom: 33px;
}
.footer--txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.3888888889;
}
.footer--txt:nth-of-type(2) {
  margin-top: 23px;
}
.footer--link {
  font-size: 14px;
  margin-top: 10px;
  display: table;
  transition: color 0.3s;
}
.footer--link:hover {
  color: #888888;
}
.footer--link:hover span {
  text-decoration: none;
}
.footer--link span {
  text-decoration: underline;
  transition: 0.3s;
}
.footer--link img {
  width: 10px;
  margin-left: 4px;
}
.footer--txt2 {
  font-size: 14px;
  margin-top: 10px;
}
.footer--list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 65px;
  gap: 25px 75px;
  width: 500px;
}
.footer--item {
  font-size: 16px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
.footer--item:hover {
  color: #888888;
}
.footer--item:before {
  content: "";
  background-color: #7819af;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 2px;
}
.footer--copy {
  max-width: 1580px;
  margin: 135px auto 0;
  font-size: 14px;
  color: #acacac;
  letter-spacing: 0.1em;
}

.totop {
  position: absolute;
  display: block;
  width: 70px;
  bottom: 50px;
  right: 50px;
  z-index: 5;
}
.totop:hover {
  animation: 0.3s btnArrAnimY cubic-bezier(0.23, 1, 0.32, 1) 1;
}

#nav-toggle {
  display: none;
  cursor: pointer;
  z-index: 1000;
  box-sizing: border-box;
  height: 17px;
  width: 25px;
}
#nav-toggle > div {
  position: relative;
  width: 25px;
  margin: 0 auto;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 7.5px;
  width: 80%;
}
#nav-toggle span:nth-child(3) {
  top: 15px;
  width: 80%;
}

.open #nav-toggle span {
  background-color: #000000;
}
.open #nav-toggle span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 12.5px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
  width: 100%;
}

#gloval-nav {
  background: #fff;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.gnav_sp {
  width: 335px;
  margin: 78.5px auto 0;
}
.gnav_sp-item {
  font-size: 15px;
  letter-spacing: 0.05em;
  border-top: 0.5px solid #dddddd;
}
.gnav_sp-item:last-of-type {
  border-bottom: 0.5px solid #dddddd;
}
.gnav_sp-item.active a {
  color: #7819af;
}
.gnav_sp-item a {
  height: 61px;
  padding-right: 9.5px;
  color: #010000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnav_sp-item-btn {
  width: 23px;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.tosou.custom .tosou--galley--list {
  margin-top: 40px;
}
.tosou.custom .tosou--section {
  margin-top: 145px;
}
.tosou.custom .tosou--section--txt2 {
  width: 100%;
}
.tosou.recruit .tosou--section {
  margin-top: 145px;
}
.tosou.company .tosou--section {
  margin-top: 145px;
}
.tosou--items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0 50px;
  height: 600px;
  max-width: 1580px;
  margin: 74px auto 0;
}
.tosou--item {
  padding: 50px 0;
  border-top: 1px solid #dddddd;
  max-width: 758px;
  display: flex;
}
.tosou--item:nth-of-type(4) {
  border-bottom: 1px solid #dddddd;
}
.tosou--item:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.tosou--item--tit {
  width: 212px;
  color: #7819af;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.tosou--item--txt {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  color: #010000;
}
.tosou--item--txt .map span {
  text-decoration: underline;
}
.tosou--item--txt .map img {
  width: 13px;
  margin-left: 10px;
}
.tosou--fv--tit {
  max-width: 1580px;
  margin: 60px auto 0;
  font-family: "Sofia Sans", sans-serif;
  font-size: 90px;
  color: #222020;
  padding-left: 40px;
  font-weight: 800;
  position: relative;
}
.tosou--fv--tit:before {
  content: "";
  height: 108px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  background-color: #7819af;
}
.tosou--fv--tit.green:before {
  background-color: #63b501;
}
.tosou--fv--tit.orenge:before {
  background-color: #ffa735;
  height: 106px;
  top: 3.3px;
}
.tosou--fv--tit span {
  font-family: "source-han-sans-japanese", sans-serif;
  display: block;
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
}
.tosou--fv--pic {
  height: 900px;
  background-image: url(../img/tosou/fv.webp);
  background-position: center;
  background-size: cover;
  margin-top: 65px;
}
.tosou--fv--pic.green {
  background-image: url(../img/fix/fv.webp);
}
.tosou--fv--pic.orenge {
  background-image: url(../img/custom/fv.webp);
}
.tosou--fv--pic.purple {
  background-image: url(../img/recruit/fv.webp);
}
.tosou--fv--pic.purple2 {
  background-image: url(../img/company/fv.webp);
}
.tosou--about {
  max-width: 1580px;
  margin: 140px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tosou--about--tit {
  font-size: 42px;
  line-height: 1.4523809524;
  letter-spacing: 0.1em;
  padding-left: 40px;
  position: relative;
}
.tosou--about--tit:before {
  content: "";
  height: 100.5px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  background-color: #7819af;
}
.tosou--about--tit.green:before {
  background-color: #63b501;
}
.tosou--about--tit.green span {
  color: #63b501;
}
.tosou--about--tit.orenge:before {
  background-color: #ffa735;
}
.tosou--about--tit.orenge span {
  color: #ffa735;
}
.tosou--about--tit span {
  color: #7819af;
}
.tosou--about--txt {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #010000;
  width: 790px;
}
.tosou--section {
  margin-top: 220px;
}
.tosou--section--content {
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
}
.tosou--section--tit {
  font-size: 72px;
  font-family: "Sofia Sans", sans-serif;
  color: #000;
  font-weight: 800;
}
.tosou--section--tit.green span {
  color: #63b501;
}
.tosou--section--tit.orenge span {
  color: #ffa735;
}
.tosou--section--tit span {
  color: #7819af;
  display: block;
  font-size: 18px;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.tosou--section--txt {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3888888889;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
.tosou--section--txt.green span {
  color: #63b501;
}
.tosou--section--txt.orenge span {
  color: #ffa735;
}
.tosou--section--txt span {
  color: #7819af;
}
.tosou--section--txt2 {
  font-size: 16px;
  line-height: 1.875;
  width: 710px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
.tosou--section--txt2.out {
  margin-top: 18px;
}
.tosou--section--pic {
  position: absolute;
  width: 960px;
  top: 0;
  right: -170px;
}
.tosou--galley {
  background-color: #f6f6f6;
  margin-top: 110px;
  padding-bottom: 77px;
}
.tosou--galley.lock {
  margin-top: 86px;
}
.tosou--galley.out {
  margin-top: 77px;
}
.tosou--galley--tit {
  max-width: 1580px;
  margin: 0 auto;
  color: #fff;
  font-size: 130px;
  font-weight: 700;
  font-family: "Sofia Sans", sans-serif;
  position: relative;
  top: -20px;
}
.tosou--galley--tit span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-top: 0px;
  font-family: "source-han-sans-japanese", sans-serif;
  letter-spacing: 0.1em;
}
.tosou--galley--list {
  max-width: 1580px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 58px 0;
}
.tosou--galley--list.two .tosou--galley--item {
  width: calc((100% - 52px) / 2);
}
.tosou--galley--item {
  width: calc((100% - 90px) / 3);
}
.tosou--galley--item--txt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.tosou--galley--item--txt2 {
  font-size: 16px;
  color: #010000;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 1.875;
}

@media screen and (min-width: 751px) and (max-width: 1760px) {
  body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt";
    color: #000000;
  }
  .header {
    position: relative;
    padding: 0 2.08vw;
  }
  .header--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.16vw;
    max-width: 95.68vw;
    margin: 0 auto;
    padding-top: 1.248vw;
  }
  .header--tit {
    width: 12.324vw;
    display: block;
    padding-top: 0.624vw;
  }
  .header--nav {
    display: flex;
    align-items: center;
    gap: 1.3vw;
  }
  .header--item {
    font-size: 0.832vw;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    position: relative;
  }
  .header--item.active {
    color: #7819af;
  }
  .header--item:after {
    clip: rect(0, 0, 5.2vw, 0);
    transition: clip 1.5s linear;
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #7819af;
  }
  .header--item:hover:after {
    clip: rect(0, 15.6vw, 5.2vw, 0);
  }
  .header--tel {
    display: block;
    width: 10.088vw;
    margin-left: 1.04vw;
  }
  .fv {
    background-image: url(../img/fv.webp);
    background-position: center;
    background-size: cover;
    height: 44.044vw;
    margin-top: 25.48vw;
    position: relative;
  }
  .fv--head {
    display: flex;
    justify-content: center;
    gap: 11.18vw;
    position: absolute;
    width: 100%;
    left: 0;
    top: -18.876vw;
  }
  .fv--head--copy {
    width: 43.16vw;
  }
  .fv--head--copy--tit {
    font-style: italic;
    font-size: 6.136vw;
    font-weight: 800;
  }
  .fv--head--copy--tit span {
    color: #7819af;
    display: block;
    margin-left: 1.82vw;
    margin-top: -1.04vw;
  }
  .fv--head--copy--txt {
    font-size: 1.144vw;
    line-height: 1.8181818182;
    letter-spacing: 0.1em;
    margin-top: 0.52vw;
  }
  .fv--head .six {
    width: 16.536vw;
  }
  .split {
    padding: 6.032vw 0 6.916vw;
  }
  .split--tit {
    font-size: 4.16vw;
    color: #7819af;
    text-align: center;
    font-family: "Sofia Sans", sans-serif;
  }
  .split--txt {
    font-size: 1.872vw;
    text-align: center;
    margin-top: 4.108vw;
    letter-spacing: 0.1em;
  }
  .split--txt span {
    color: #7819af;
  }
  .split--txt2 {
    letter-spacing: 0.1em;
    margin-top: 2.6vw;
    font-size: 0.832vw;
    line-height: 1.875;
    text-align: center;
  }
  .split--sections {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 7.644vw;
  }
  .split--section {
    width: 33.3333%;
    position: relative;
  }
  .split--section:hover .split--section--area--btn {
    animation: 0.3s btnArrAnim cubic-bezier(0.23, 1, 0.32, 1) 1;
  }
  .split--section:nth-of-type(2) .split--section--circle {
    background-color: #63b501;
  }
  .split--section:nth-of-type(3) .split--section--circle {
    background-color: #ffa735;
  }
  .split--section--circle {
    width: 8.164vw;
    height: 8.164vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: -4.108vw;
    left: calc((100% - 8.164vw) / 2);
    background-color: #7819af;
    border-radius: 100%;
  }
  .split--section--circle--tit {
    text-align: center;
    font-size: 1.04vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    width: 100%;
  }
  .split--section--circle--tit span {
    display: block;
    font-size: 0.624vw;
    font-family: "Sofia Sans", sans-serif;
    width: 100%;
  }
  .split--section--area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.82vw;
    margin-top: 2.08vw;
  }
  .split--section--area--btn {
    width: 2.6vw;
    display: block;
    margin-top: 0.52vw;
  }
  .split--section--area--txt {
    font-size: 0.832vw;
    line-height: 1.875;
    letter-spacing: 0.1em;
    max-width: 20.956vw;
  }
  .access--tit {
    font-size: 3.744vw;
    margin-bottom: 2.86vw;
    text-align: center;
    font-family: "Sofia Sans", sans-serif;
  }
  .access--tit span {
    display: block;
    font-size: 0.936vw;
    margin-bottom: 0.884vw;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  .access--container {
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    max-width: 91.52vw;
    margin: 0 auto;
    height: 28.236vw;
  }
  .access--container.page {
    max-width: 82.16vw;
    margin: 8.008vw auto 0;
  }
  .access--left {
    width: 50%;
    padding-top: 5.2vw;
  }
  .access--left--tit {
    color: #fff;
    background-color: #63b501;
    width: 9.36vw;
    height: 2.08vw;
    margin: 0 auto 1.04vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.144vw;
    letter-spacing: 0.057em;
  }
  .access--tel {
    width: 23.192vw;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .access--tel:after {
    content: "";
    width: 2.6vw;
    height: 0.052vw;
    background-color: #000000;
    display: block;
    margin: 1.716vw auto 0;
  }
  .access--txt {
    text-align: center;
    line-height: 1.3928571429;
    font-size: 1.456vw;
    letter-spacing: 0.1em;
    margin-top: 3.12vw;
    font-weight: bold;
  }
  .access iframe {
    width: 50%;
    height: 28.236vw;
  }
  @keyframes btnArrAnim {
    0% {
      transform: translateX(-0.4rem);
    }
    100% {
      transform: translateX(0);
    }
  }
  .footer {
    background-color: #111111;
    padding: 5.2vw 0 2.86vw;
    margin-top: 5.2vw;
  }
  .footer--content {
    max-width: 82.16vw;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer--logo {
    width: 14.56vw;
    margin-bottom: 1.716vw;
  }
  .footer--txt {
    font-size: 0.936vw;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.3888888889;
  }
  .footer--txt:nth-of-type(2) {
    margin-top: 1.196vw;
  }
  .footer--link {
    font-size: 0.728vw;
    margin-top: 0.52vw;
    transition: color 0.3s;
  }
  .footer--link:hover {
    color: #888888;
  }
  .footer--link:hover span {
    text-decoration: none;
  }
  .footer--link span {
    text-decoration: underline;
    transition: 0.3s;
  }
  .footer--link img {
    width: 0.52vw;
    margin-left: 0.208vw;
  }
  .footer--txt2 {
    font-size: 0.728vw;
    margin-top: 0.52vw;
  }
  .footer--list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 3.38vw;
    gap: 1.3vw 3.9vw;
    width: 26vw;
  }
  .footer--item {
    font-size: 0.832vw;
    letter-spacing: 0.05em;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 0.416vw;
    transition: color 0.3s;
  }
  .footer--item:hover {
    color: #888888;
  }
  .footer--item:before {
    content: "";
    background-color: #7819af;
    width: 0.26vw;
    height: 0.26vw;
    border-radius: 100%;
    display: inline-block;
    margin-top: 0.104vw;
  }
  .footer--copy {
    max-width: 82.16vw;
    margin: 7.02vw auto 0;
    font-size: 0.728vw;
    color: #acacac;
    letter-spacing: 0.1em;
  }
  .totop {
    display: block;
    width: 3.64vw;
    bottom: 2.6vw;
    right: 2.6vw;
    z-index: 5;
  }
  #nav-toggle {
    display: none;
    cursor: pointer;
    z-index: 1000;
    box-sizing: border-box;
    height: 1.768vw;
    width: 2.6vw;
  }
  #nav-toggle > div {
    position: relative;
    width: 2.6vw;
    margin: 0 auto;
  }
  #nav-toggle span {
    width: 100%;
    height: 0.208vw;
    display: block;
    background: #000;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 0.78vw;
    width: 80%;
  }
  #nav-toggle span:nth-child(3) {
    top: 1.56vw;
    width: 80%;
  }
  .open #nav-toggle span {
    background-color: #000000;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 0.52vw;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 1.3vw;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 0.52vw;
    transform: rotate(-45deg);
    width: 100%;
  }
  #gloval-nav {
    background: #fff;
    position: fixed;
    top: 0vw;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .gnav_sp {
    width: 34.84vw;
    margin: 8.164vw auto 0;
  }
  .gnav_sp-item {
    font-size: 1.56vw;
    letter-spacing: 0.05em;
    border-top: 0.052vw solid #dddddd;
  }
  .gnav_sp-item:last-of-type {
    border-bottom: 0.052vw solid #dddddd;
  }
  .gnav_sp-item.active a {
    color: #7819af;
  }
  .gnav_sp-item a {
    height: 6.344vw;
    padding-right: 0.988vw;
    color: #010000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gnav_sp-item-btn {
    width: 2.392vw;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .tosou.custom .tosou--galley--list {
    margin-top: 2.08vw;
  }
  .tosou.custom .tosou--section {
    margin-top: 7.54vw;
  }
  .tosou.custom .tosou--section--txt2 {
    width: 100%;
  }
  .tosou.recruit .tosou--section {
    margin-top: 7.54vw;
  }
  .tosou.company .tosou--section {
    margin-top: 7.54vw;
  }
  .tosou--items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0 2.6vw;
    height: 31.2vw;
    max-width: 82.16vw;
    margin: 3.848vw auto 0;
  }
  .tosou--item {
    padding: 2.6vw 0;
    border-top: 0.052vw solid #dddddd;
    max-width: 39.416vw;
    display: flex;
  }
  .tosou--item:nth-of-type(4) {
    border-bottom: 0.052vw solid #dddddd;
  }
  .tosou--item:last-of-type {
    border-bottom: 0.052vw solid #dddddd;
  }
  .tosou--item--tit {
    width: 11.024vw;
    color: #7819af;
    font-size: 0.936vw;
    letter-spacing: 0.1em;
  }
  .tosou--item--txt {
    font-size: 0.936vw;
    line-height: 1.7777777778;
    letter-spacing: 0.1em;
    color: #010000;
  }
  .tosou--item--txt .map span {
    text-decoration: underline;
  }
  .tosou--item--txt .map img {
    width: 0.676vw;
    margin-left: 0.52vw;
  }
  .tosou--fv--tit {
    max-width: 82.16vw;
    margin: 3.12vw auto 0;
    font-family: "Sofia Sans", sans-serif;
    font-size: 4.68vw;
    color: #222020;
    padding-left: 2.08vw;
    position: relative;
  }
  .tosou--fv--tit:before {
    content: "";
    height: 5.616vw;
    position: absolute;
    top: 0.104vw;
    left: 0;
    width: 0.208vw;
    background-color: #7819af;
  }
  .tosou--fv--tit.green:before {
    background-color: #63b501;
  }
  .tosou--fv--tit.orenge:before {
    background-color: #ffa735;
    height: 5.512vw;
    top: 0.1716vw;
  }
  .tosou--fv--tit span {
    font-family: "source-han-sans-japanese", sans-serif;
    display: block;
    margin-bottom: 0.884vw;
    font-size: 1.04vw;
    color: #000;
    letter-spacing: 0.1em;
  }
  .tosou--fv--pic {
    height: 46.8vw;
    background-image: url(../img/tosou/fv.webp);
    background-position: center;
    background-size: cover;
    margin-top: 3.38vw;
  }
  .tosou--fv--pic.green {
    background-image: url(../img/fix/fv.webp);
  }
  .tosou--fv--pic.orenge {
    background-image: url(../img/custom/fv.webp);
  }
  .tosou--fv--pic.purple {
    background-image: url(../img/recruit/fv.webp);
  }
  .tosou--fv--pic.purple2 {
    background-image: url(../img/company/fv.webp);
  }
  .tosou--about {
    max-width: 82.16vw;
    margin: 7.28vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tosou--about--tit {
    font-size: 2.184vw;
    line-height: 1.4523809524;
    letter-spacing: 0.1em;
    padding-left: 2.08vw;
    position: relative;
  }
  .tosou--about--tit:before {
    content: "";
    height: 5.226vw;
    position: absolute;
    top: 0.676vw;
    left: 0;
    width: 0.208vw;
    background-color: #7819af;
  }
  .tosou--about--tit.green:before {
    background-color: #63b501;
  }
  .tosou--about--tit.green span {
    color: #63b501;
  }
  .tosou--about--tit.orenge:before {
    background-color: #ffa735;
  }
  .tosou--about--tit.orenge span {
    color: #ffa735;
  }
  .tosou--about--tit span {
    color: #7819af;
  }
  .tosou--about--txt {
    font-size: 0.936vw;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    color: #010000;
    width: 41.08vw;
  }
  .tosou--section {
    margin-top: 11.44vw;
  }
  .tosou--section--content {
    max-width: 82.16vw;
    margin: 0 auto;
    position: relative;
  }
  .tosou--section--tit {
    font-size: 3.744vw;
    font-family: "Sofia Sans", sans-serif;
    color: #000;
  }
  .tosou--section--tit.green span {
    color: #63b501;
  }
  .tosou--section--tit.orenge span {
    color: #ffa735;
  }
  .tosou--section--tit span {
    color: #7819af;
    display: block;
    font-size: 0.936vw;
    font-family: "source-han-sans-japanese", sans-serif;
    margin-bottom: 0.78vw;
  }
  .tosou--section--txt {
    font-size: 1.872vw;
    line-height: 1.3888888889;
    margin-top: 2.6vw;
  }
  .tosou--section--txt.green span {
    color: #63b501;
  }
  .tosou--section--txt.orenge span {
    color: #ffa735;
  }
  .tosou--section--txt span {
    color: #7819af;
  }
  .tosou--section--txt2 {
    font-size: 0.832vw;
    line-height: 1.875;
    width: 36.92vw;
    margin-top: 1.56vw;
  }
  .tosou--section--pic {
    position: absolute;
    width: 49.92vw;
    top: 0;
    right: -8.84vw;
  }
  .tosou--galley {
    background-color: #f6f6f6;
    margin-top: 5.72vw;
    padding-bottom: 4.004vw;
  }
  .tosou--galley.lock {
    margin-top: 4.472vw;
  }
  .tosou--galley--tit {
    max-width: 82.16vw;
    margin: 0 auto;
    color: #fff;
    font-size: 6.76vw;
    position: relative;
    top: -1.04vw;
    font-family: "Sofia Sans", sans-serif;
  }
  .tosou--galley--tit span {
    display: block;
    font-size: 1.248vw;
    color: #000000;
    margin-top: 0vw;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  .tosou--galley--list {
    max-width: 82.16vw;
    margin: 3.12vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3.016vw 0;
  }
  .tosou--galley--list.two .tosou--galley--item {
    width: calc((100% - 2.704vw) / 2);
  }
  .tosou--galley--item {
    width: calc((100% - 4.68vw) / 3);
  }
  .tosou--galley--item--txt {
    font-size: 1.144vw;
    letter-spacing: 0.1em;
    margin-top: 1.04vw;
  }
  .tosou--galley--item--txt2 {
    font-size: 0.832vw;
    color: #010000;
    letter-spacing: 0.1em;
    margin-top: 1.04vw;
    line-height: 1.875;
  }
}
@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .header {
    position: relative;
    padding: 0;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 60px;
    top: 0;
    background-color: #fff;
  }
  .header--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    max-width: 335px;
    margin: 0 auto;
    padding-top: 0;
  }
  .header--tit {
    width: 210px;
    display: block;
    padding-top: 0;
  }
  .header--nav {
    display: none;
    align-items: center;
    gap: 12.5px;
  }
  .header--item {
    font-size: 8px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    position: relative;
  }
  .header--item:after {
    clip: rect(0, 0, 50px, 0);
    transition: clip 1.5s linear;
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #7819af;
  }
  .header--item:hover:after {
    clip: rect(0, 150px, 50px, 0);
  }
  .header--tel {
    display: block;
    width: 261px;
    margin: 40px auto 0;
  }
  .header--tel--tit {
    color: #fff;
    background-color: #63b501;
    width: 103px;
    height: 22px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0.057em;
  }
  .header--tel img {
    display: block;
    margin-top: 15px;
  }
  .header #nav-toggle {
    display: block;
  }
  /*   .fv-sp{
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background-repeat:no-repeat;
      background-position:50% 100%;
      background-image: url(../img/fv-sp.webp);
      background-size:cover;
    } */
  .fv {
    background-image: url(../img/fv-sp.webp);
    background-position: center;
    background-size: cover;
    height: 340px;
    margin-top: 0;
    position: relative;
  }
  .fv--head {
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 62px;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    padding-top: 115.5px;
    padding-bottom: 130px;
  }
  .fv--head.pc {
    display: none !important;
  }
  .fv--head--copy {
    margin-left: 30px;
    width: auto;
  }
  .fv--head--copy--tit {
    font-size: 46.5px;
    font-weight: 800;
  }
  .fv--head--copy--tit img {
    width: 315px;
  }
  .fv--head--copy--tit span {
    color: #7819af;
    display: block;
    margin-left: 17.5px;
    margin-top: 6px;
  }
  .fv--head--copy--txt {
    font-size: 16.5px;
    line-height: 1.5882352941;
    letter-spacing: 0.1em;
    margin-top: 9px;
  }
  .fv--head .six {
    position: absolute;
    display: block;
    top: 360px;
    right: 31.5px;
    width: 159px;
    margin: 0;
    z-index: 10;
  }
  .split {
    background-color: #fff;
    padding: 75.5px 0 45px;
    margin-bottom: 0px;
    border-bottom: 0.5px solid #cccccc;
  }
  .split--tit {
    font-size: 45px;
    color: #7819af;
    text-align: center;
    font-family: "Sofia Sans", sans-serif;
  }
  .split--txt {
    font-size: 24px;
    text-align: center;
    margin-top: 49px;
  }
  .split--txt span {
    color: #7819af;
  }
  .split--txt2 {
    font-size: 15px;
    line-height: 1.875;
    text-align: left;
    width: 335px;
    margin: 30px auto 0;
  }
  .split--txt2 br {
    display: none;
  }
  .split--sections {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 98.5px auto 0;
    width: 100%;
    gap: 90px;
  }
  .split--section {
    width: 100%;
    position: relative;
  }
  .split--section:hover .split--section--area--btn {
    animation: 0.3s btnArrAnim cubic-bezier(0.23, 1, 0.32, 1) 1;
  }
  .split--section:nth-of-type(2) .split--section--circle {
    background-color: #63b501;
  }
  .split--section:nth-of-type(3) .split--section--circle {
    background-color: #ffa735;
  }
  .split--section--circle {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: -48.5px;
    left: calc((100% - 100px) / 2);
    background-color: #7819af;
    border-radius: 100%;
  }
  .split--section--circle--tit {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    width: 100%;
  }
  .split--section--circle--tit span {
    display: block;
    font-size: 10px;
    font-family: "Sofia Sans", sans-serif;
    width: 100%;
  }
  .split--section--area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    margin: 20px auto 0;
    width: 335px;
  }
  .split--section--area--btn {
    width: 43px;
    display: block;
    margin-top: 0px;
  }
  .split--section--area--txt {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    max-width: 267.5px;
  }
  .access {
    background-color: #fff;
    padding-bottom: 25px;
    padding-top: 62.5px;
  }
  .access--tit {
    font-size: 45px;
    margin-bottom: 33.5px;
    text-align: center;
    font-family: "Sofia Sans", sans-serif;
  }
  .access--tit span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  .access--container {
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    height: auto;
    width: 335px;
    margin: 35px auto 0;
    padding-bottom: 0px;
  }
  .access--container.page {
    max-width: 335px;
    margin: 30px auto 0;
  }
  .access--left {
    width: 100%;
    padding: 43px 0;
  }
  .access--left--tit {
    color: #fff;
    background-color: #63b501;
    width: 102.5px;
    height: 22.5px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0.057em;
  }
  .access--tel {
    width: 262.5px;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .access--tel:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #000000;
    display: block;
    margin: 19px auto 0;
  }
  .access--txt {
    text-align: center;
    line-height: 1.3928571429;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
  .access iframe {
    width: 335px;
    height: 230px;
    margin: 0 auto;
  }
  @keyframes btnArrAnim {
    0% {
      transform: translateX(-0.4rem);
    }
    100% {
      transform: translateX(0);
    }
  }
  .footer {
    background-color: #111111;
    padding: 60px 0 40px;
    margin-top: 0px;
    overflow: hidden;
  }
  .footer--content {
    max-width: 335px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer--logo {
    width: 208.5px;
    margin-bottom: 29px;
  }
  .footer--txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1.3888888889;
  }
  .footer--txt:nth-of-type(2) {
    margin-top: 25px;
  }
  .footer--link {
    font-size: 14px;
    margin-top: 10px;
    display: table;
  }
  .footer--link span {
    text-decoration: underline;
  }
  .footer--link img {
    width: 18px;
    margin-left: 5px;
  }
  .footer--txt2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer--list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 112.5px;
    gap: 30px 81.5px;
    width: 335px;
    margin-top: 72px;
  }
  .footer--item {
    font-size: 15px;
    letter-spacing: 0.05em;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .footer--item:before {
    content: "";
    background-color: #7819af;
    width: 5.19px;
    height: 5.19px;
    border-radius: 100%;
    display: inline-block;
    margin-top: 1px;
  }
  .footer--copy {
    max-width: 335px;
    margin: 98px auto 0;
    font-size: 13px;
    line-height: 1.3846153846;
    color: #acacac;
  }
  .totop {
    position: absolute;
    display: block;
    width: 65.5px;
    bottom: 37.5px;
    right: 20px;
    z-index: 5;
  }
}
@media (max-width: 750px) {
  .tosou {
    padding-top: 60px;
  }
  .tosou.custom .tosou--fv--tit {
    font-size: 43.5px;
  }
  .tosou.custom .tosou--section {
    padding-top: 40px;
    border-top: 0.5px solid #dddddd;
    margin-top: 72.5px;
  }
  .tosou.custom .tosou--section.zero {
    margin-top: 0;
    border-top: none;
  }
  .tosou.recruit .tosou--section {
    margin-top: 57.5px;
  }
  .tosou.recruit .access {
    margin-top: 47.5px;
  }
  .tosou.company .tosou--section {
    margin-top: 60px;
  }
  .tosou--items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0 0px;
    height: auto;
    max-width: 335px;
    margin: 26.5px auto 0;
  }
  .tosou--item {
    padding: 25px 0;
    border-top: 0.5px solid #dddddd;
    max-width: 335px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tosou--item:nth-of-type(4) {
    border-bottom: none;
  }
  .tosou--item--tit {
    width: 100%;
    color: #7819af;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .tosou--item--txt {
    font-size: 15px;
    line-height: 1.7777777778;
    letter-spacing: 0.1em;
    color: #010000;
  }
  .tosou--item--txt .map span {
    text-decoration: underline;
  }
  .tosou--item--txt .map img {
    width: 13px;
    margin-left: 5px;
  }
  .tosou--fv--tit {
    box-sizing: border-box;
    max-width: 335px;
    margin: 83px auto 0;
    font-size: 47.5px;
    color: #222020;
    position: relative;
    padding-left: 20px;
  }
  .tosou--fv--tit:before {
    height: 59.3px;
    top: 1px;
  }
  .tosou--fv--tit.green {
    border-color: #63b501;
  }
  .tosou--fv--tit.orenge:before {
    height: 55.7px;
    top: 1.6px;
  }
  .tosou--fv--tit span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.1em;
  }
  .tosou--fv--pic {
    height: 373.5px;
    background-image: url(../img/tosou/fv-sp.webp);
    background-position: center;
    background-size: cover;
    margin-top: 34px;
  }
  .tosou--fv--pic.green {
    background-image: url(../img/fix/fv-sp.webp);
  }
  .tosou--fv--pic.orenge {
    background-image: url(../img/custom/fv-sp.webp);
  }
  .tosou--fv--pic.purple {
    background-image: url(../img/recruit/fv-sp.webp);
  }
  .tosou--fv--pic.purple2 {
    background-image: url(../img/company/fv-sp.webp);
  }
  .tosou--about {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 37.5px;
    padding-bottom: 67.5px;
    border-bottom: 1px solid #dddddd;
  }
  .tosou--about--tit {
    width: 335px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.4523809524;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 20px;
  }
  .tosou--about--tit:before {
    height: 47.3px;
    top: 6px;
  }
  .tosou--about--tit.green {
    border-color: #63b501;
  }
  .tosou--about--tit.orenge {
    border-color: #ffa735;
  }
  .tosou--about--tit span {
    color: #7819af;
  }
  .tosou--about--txt {
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    color: #010000;
    width: 335px;
    margin: 0px auto 0;
  }
  .tosou--section {
    margin-top: 40px;
  }
  .tosou--section--content {
    position: relative;
  }
  .tosou--section--tit {
    font-size: 42.5px;
    font-family: "Sofia Sans", sans-serif;
    color: #000;
    letter-spacing: 0em;
    max-width: 335px;
    margin: 0 auto;
  }
  .tosou--section--tit span {
    color: #7819af;
    display: block;
    font-size: 12px;
    font-family: "source-han-sans-japanese", sans-serif;
    margin-bottom: 10px;
  }
  .tosou--section--txt {
    font-size: 19px;
    line-height: 1.3888888889;
    max-width: 335px;
    margin: 0 auto;
    margin-top: 42.5px;
  }
  .tosou--section--txt span {
    color: #7819af;
  }
  .tosou--section--txt2 {
    font-size: 15px;
    line-height: 1.875;
    max-width: 335px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .tosou--section--txt2.out {
    margin-top: 15px;
  }
  .tosou--section--pic {
    position: initial;
    width: 100%;
    top: 0;
    right: 0px;
    margin-top: 15px;
  }
  .tosou--galley {
    background-color: #f6f6f6;
    margin-top: 0px;
    padding: 0px 0 55px;
  }
  .tosou--galley.lock {
    margin-top: 0px;
  }
  .tosou--galley.out {
    margin-top: 0;
  }
  .tosou--galley--tit {
    max-width: 335px;
    margin: 0 auto;
    color: #fff;
    font-size: 60px;
    top: -7.5px;
  }
  .tosou--galley--tit span {
    display: block;
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  .tosou--galley--list {
    max-width: 335px;
    margin: 27.5px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 27.5px;
  }
  .tosou--galley--list.two .tosou--galley--item {
    width: 100%;
  }
  .tosou--galley--item {
    width: 100%;
  }
  .tosou--galley--item--txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 12.5px;
  }
}/*# sourceMappingURL=style.css.map */