@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 400;
  letter-spacing: 0.15625vw;
  text-align: justify;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  body {
    font-size: 3.0769230769vw;
  }
}

p,
h2 {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner {
  width: 89.5833333333vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .inner {
    width: 87.1794871795vw;
  }
}

.clear {
  clear: both;
}

.nopc {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
.f_regular {
  font-weight: 400;
}

.f_medium {
  font-weight: 500;
}

.f_bold {
  font-weight: 700;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

/* common */
header.flexbox {
  width: 100%;
  height: auto;
  position: fixed;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 5.2083333333vw;
  padding-right: 5.2083333333vw;
  padding-top: 2.0833333333vw;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header.flexbox {
    padding: 5.1282051282vw 0;
  }
  header.flexbox h1 {
    width: 38.4615384615vw;
  }
}
header.flexbox nav ul li {
  padding: 0.3125vw 0;
  border-right: 0.0520833333vw solid #000;
}
header.flexbox nav ul li:last-child {
  border-right: none;
}
header.flexbox nav ul li a {
  width: 100%;
  padding: 0.2604166667vw 1.8229166667vw;
  position: relative;
  display: block;
}
header.flexbox nav ul li a span {
  width: 4.1666666667vw;
  height: 3px;
  position: absolute;
  bottom: -0.78125vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #64c0a9;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  display: block;
  opacity: 0;
}
header.flexbox nav ul li a:hover span {
  opacity: 1;
}
header.flexbox nav ul li .bnr {
  width: 15.625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header.flexbox nav ul li .bnr {
    width: 38.4615384615vw;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header.flexbox nav {
    width: 100%;
    height: 0;
    z-index: 1000;
    position: fixed;
    top: 12.8205128205vw;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding-top: 0;
    padding-right: 6.4102564103vw;
    padding-left: 6.4102564103vw;
  }
  header.flexbox nav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.flexbox nav ul li {
    width: 100%;
    margin: 1.9230769231vw 0;
    border-right: none;
  }
  header.flexbox nav ul li a {
    color: #fff;
    font-size: 3.5897435897vw;
    text-align: justify;
    width: 100%;
    margin: 0;
    padding: 1.2820512821vw 0.5208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) and (max-height: 739px) {
  header.flexbox nav ul li a {
    margin: 3.2051282051vw 0;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header.flexbox nav ul li a span {
    font-size: 2.0512820513vw;
  }
  header.flexbox nav .flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header.flexbox nav.open {
    width: 100vw;
    height: 100vh;
    padding-top: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
    background-color: rgba(100, 192, 169, 0.9);
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
  }
}
header.flexbox #hamburger {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header.flexbox #hamburger div {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
  header.flexbox #hamburger {
    width: 6.4102564103vw;
    height: 5.641025641vw;
    display: inline-block;
    position: fixed;
    top: 5.1282051282vw;
    right: 5.1282051282vw;
    z-index: 1001;
  }
  header.flexbox #hamburger div {
    width: 100%;
    height: 0.7692307692vw;
    position: absolute;
    left: 0;
    background-color: #333333;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.flexbox #hamburger div:nth-of-type(1) {
    top: 0.5128205128vw;
    left: 0;
  }
  header.flexbox #hamburger div:nth-of-type(2) {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  header.flexbox #hamburger div:nth-of-type(3) {
    bottom: 0.5128205128vw;
    left: 0;
  }
  header.flexbox #hamburger.active div {
    background-color: #fff;
  }
  header.flexbox #hamburger.active div:nth-of-type(1) {
    -webkit-transform: translateY(2.5641025641vw) rotate(-320deg);
    transform: translateY(2.5641025641vw) rotate(-320deg);
  }
  header.flexbox #hamburger.active div:nth-of-type(2) {
    opacity: 0;
  }
  header.flexbox #hamburger.active div:nth-of-type(3) {
    -webkit-transform: translateY(-1.2820512821vw) rotate(320deg);
    transform: translateY(-1.2820512821vw) rotate(320deg);
  }
}

.change-color.flexbox {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .change-color.flexbox {
    padding-top: 5.1282051282vw;
    padding-bottom: 0vw;
    background-color: transparent;
  }
}

footer {
  width: 100%;
  padding-top: 7.8125vw;
  background: rgb(234, 226, 250);
  background: -webkit-gradient(linear, left top, right top, from(rgb(234, 226, 250)), color-stop(20%, rgb(232, 216, 249)), color-stop(40%, rgb(238, 213, 248)), color-stop(60%, rgb(246, 211, 248)), color-stop(80%, rgb(248, 225, 247)), to(rgb(248, 237, 245)));
  background: linear-gradient(90deg, rgb(234, 226, 250) 0%, rgb(232, 216, 249) 20%, rgb(238, 213, 248) 40%, rgb(246, 211, 248) 60%, rgb(248, 225, 247) 80%, rgb(248, 237, 245) 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    padding-top: 20.5128205128vw;
  }
}
footer .innerbox {
  width: 82.2916666667vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .innerbox {
    width: 100%;
    padding-left: 6.4102564103vw;
    padding-right: 6.4102564103vw;
    margin-bottom: 10.2564102564vw;
  }
}
footer .innerbox div:first-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .innerbox .leftbox {
  width: 60.9375vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .innerbox .leftbox {
    width: 100%;
  }
}
footer .innerbox .leftbox .footerlogo {
  width: 15.3645833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .innerbox .leftbox .footerlogo {
    width: 37.8205128205vw;
  }
}
footer .innerbox .leftbox .gra_bg1 {
  width: 15.3645833333vw;
  height: 4.1666666667vw;
  padding: 1.3020833333vw 2.8645833333vw;
  color: #fff;
  font-weight: bold;
  border-radius: 2.0833333333vw;
  border: 3px solid #fff;
  background: rgb(213, 197, 242);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 197, 242)), color-stop(20%, rgb(182, 146, 238)), color-stop(40%, rgb(203, 138, 237)), color-stop(60%, rgb(233, 155, 233)), color-stop(80%, rgb(233, 155, 233)), to(rgb(236, 196, 230)));
  background: linear-gradient(90deg, rgb(213, 197, 242) 0%, rgb(182, 146, 238) 20%, rgb(203, 138, 237) 40%, rgb(233, 155, 233) 60%, rgb(233, 155, 233) 80%, rgb(236, 196, 230) 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .innerbox .leftbox .gra_bg1 {
    width: 37.8205128205vw;
    height: 10.2564102564vw;
    padding: 3.2051282051vw 7.0512820513vw;
    border-radius: 5.1282051282vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5.1282051282vw;
  }
}
footer .innerbox .leftbox div.flexbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6041666667vw;
}
footer .innerbox .leftbox ul {
  margin-top: 2.0833333333vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8229166667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .innerbox .leftbox ul {
    margin-top: 10.2564102564vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.4871794872vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .innerbox .catchcopy {
  width: 21.875vw;
  z-index: 10;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .innerbox .catchcopy {
    width: 61.5384615385vw;
    margin: 5.1282051282vw auto;
  }
}
footer .innerbox address {
  margin-top: 6.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer .innerbox address {
    margin-top: 10.2564102564vw;
    text-align: center;
  }
}
footer small {
  width: 100%;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  color: #a7a7a7;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer small {
    padding-top: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
    font-size: 2.0512820513vw;
  }
}

/* main */
.mainbg {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/bg1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg {
    height: 100vh;
    min-height: 179.4871794872vw;
    background-size: contain;
    margin-bottom: 20.5128205128vw;
  }
}
.mainbg .catchcopy {
  width: 38.0208333333vw;
  left: 23.4375vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .catchcopy {
    width: 61.5384615385vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 20.5128205128vw;
    bottom: auto;
    z-index: 100;
  }
}
.mainbg .concept {
  width: 19.7916666667vw;
  padding: 2.0833333333vw 1.0416666667vw;
  right: 8.8541666667vw;
  bottom: 2.6041666667vw;
  background-color: rgba(239, 97, 230, 0.8);
  -webkit-box-shadow: 0px 0px 2.0833333333vw 2.0833333333vw rgba(239, 97, 230, 0.8);
          box-shadow: 0px 0px 2.0833333333vw 2.0833333333vw rgba(239, 97, 230, 0.8);
  position: absolute;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .concept {
    width: 74.358974359vw;
    height: auto;
    padding: 5.1282051282vw;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 1.2820512821vw;
    -webkit-box-shadow: 0px 0px 5.1282051282vw 5.1282051282vw rgba(239, 97, 230, 0.8);
            box-shadow: 0px 0px 5.1282051282vw 5.1282051282vw rgba(239, 97, 230, 0.8);
  }
}
.mainbg .concept p {
  color: #fff;
  font-size: 0.9375vw;
  line-height: 2;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .concept p {
    font-size: 3.5897435897vw;
  }
}
.mainbg .concept p:last-child {
  margin-top: 2.6041666667vw;
}
.mainbg .concept p:last-child span {
  font-size: 1.6666666667vw;
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .concept p:last-child span {
    font-size: 4.6153846154vw;
    margin-left: 1.2820512821vw;
  }
}
.mainbg .chara_pic {
  position: absolute;
  z-index: 100;
}
.mainbg .chara1 {
  width: 11.4583333333vw;
  left: 10.4166666667vw;
  top: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara1 {
    width: 20.5128205128vw;
    left: 38.4615384615vw;
    top: 75.641025641vw;
    z-index: 10;
  }
}
.mainbg .chara2 {
  width: 6.7708333333vw;
  left: 22.9166666667vw;
  top: 20.8333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara2 {
    width: 15.3846153846vw;
    left: 28.2051282051vw;
    top: 75.641025641vw;
  }
}
.mainbg .chara3 {
  width: 6.25vw;
  right: 26.0416666667vw;
  top: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara3 {
    width: 20.5128205128vw;
    right: 26.9230769231vw;
    top: 71.7948717949vw;
  }
}
.mainbg .chara4 {
  width: 4.6875vw;
  left: 15.625vw;
  top: 32.2916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara4 {
    width: 10.2564102564vw;
    left: 15.3846153846vw;
    top: 76.9230769231vw;
  }
}
.mainbg .chara5 {
  width: 5.7291666667vw;
  right: 8.3333333333vw;
  top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara5 {
    width: 14.1025641026vw;
    right: 15.3846153846vw;
    top: 76.9230769231vw;
  }
}
.mainbg .chara6 {
  width: 4.6875vw;
  left: 26.0416666667vw;
  top: 33.8541666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara6 {
    width: 10.2564102564vw;
    left: 0vw;
    top: 78.2051282051vw;
  }
}
.mainbg .chara7 {
  width: 4.6875vw;
  right: 16.6666666667vw;
  top: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara7 {
    width: 14.1025641026vw;
    right: 0vw;
    top: 76.9230769231vw;
  }
}
.mainbg .chara8 {
  width: 5.2083333333vw;
  left: 6.25vw;
  top: 36.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara8 {
    width: 12.8205128205vw;
    left: 17.9487179487vw;
    top: 87.1794871795vw;
  }
}
.mainbg .chara9 {
  width: 4.6875vw;
  right: 5.2083333333vw;
  top: 13.5416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara9 {
    width: 12.8205128205vw;
    right: 20.5128205128vw;
    top: 87.1794871795vw;
  }
}
.mainbg .chara10 {
  width: 7.2916666667vw;
  right: 20.8333333333vw;
  top: 16.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara10 {
    width: 15.3846153846vw;
    right: 7.6923076923vw;
    top: 87.1794871795vw;
  }
}
.mainbg .chara11 {
  width: 5.2083333333vw;
  left: 5.2083333333vw;
  top: 23.9583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara11 {
    width: 12.8205128205vw;
    left: 7.6923076923vw;
    top: 84.6153846154vw;
  }
}
.mainbg .chara12 {
  width: 4.6875vw;
  right: 13.0208333333vw;
  top: 16.6666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .mainbg .chara12 {
    width: 12.8205128205vw;
    left: 25.641025641vw;
    top: 5.1282051282vw;
  }
}

.bg100 {
  background-image: url(../img/bg2.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

#about {
  padding-top: 7.2916666667vw;
  padding-bottom: 19.2708333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about {
    padding-bottom: 23.0769230769vw;
    margin-top: 7.6923076923vw;
    background-size: contain;
    background-position: center;
  }
}
#about .about_tag {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .about_tag {
    padding-left: 7.0512820513vw;
    padding-right: 7.0512820513vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#about .about_tag h3 {
  padding-right: 3.6458333333vw;
  font-size: 1.9791666667vw;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .about_tag h3 {
    padding-top: 2.5641025641vw;
    padding-right: 3.8461538462vw;
    padding-bottom: 2.5641025641vw;
    font-size: 4.8717948718vw;
  }
}
#about .about_tag h3 span {
  color: #51b89e;
  display: block;
  font-size: 0.9375vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .about_tag h3 span {
    font-size: 2.3076923077vw;
    margin-top: 2.5641025641vw;
  }
}
#about .about_tag p {
  font-size: 1.9791666667vw;
  font-weight: bold;
  border-left: 0.0520833333vw solid #929292;
  padding-left: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .about_tag p {
    font-size: 2.3076923077vw;
  }
}
#about .office {
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
}
#about .office .flexbox {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox {
    padding: 0;
    margin-bottom: 12.8205128205vw;
  }
}
#about .office .flexbox img {
  width: 20.8333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox img {
    width: 100%;
    margin: auto;
  }
}
#about .office .flexbox div {
  padding-left: 5.2083333333vw;
  width: 100%;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox div {
    padding-left: 0;
  }
}
#about .office .flexbox div p {
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox div p {
    margin-top: 5.1282051282vw;
  }
}
#about .office .flexbox div .station_name {
  font-size: 1.25vw;
  line-height: 1;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox div .station_name {
    font-size: 3.0769230769vw;
    margin-top: 3.8461538462vw;
  }
}
#about .office .flexbox div .station_name span {
  margin-top: 0.6770833333vw;
  font-size: 0.7291666667vw;
  color: #51b89e;
  display: block;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox div .station_name span {
    margin-top: 1.6666666667vw;
    font-size: 2.3076923077vw;
  }
}
#about .office .flexbox div .linkbtn {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox div .linkbtn {
    margin-top: 5.1282051282vw;
  }
}
#about .office .flexbox div .linkbtn a {
  display: inline-block;
  background-color: rgba(239, 97, 230, 0.8);
  padding: 0.2604166667vw 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #about .office .flexbox div .linkbtn a {
    text-align: center;
    width: 100%;
    padding: 2.5641025641vw;
  }
}

/* recruit */
.scene {
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  line-height: 1;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.scene .picbox {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.scene .pic1 {
  height: 17.7083333333vw;
  background-image: url(../img/tukamaro1.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic1 {
    height: 21.7948717949vw;
  }
}
.scene .pic2 {
  height: 17.7083333333vw;
  background-image: url(../img/tukamaro2.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic2 {
    height: 21.7948717949vw;
  }
}
.scene .pic3 {
  height: 17.7083333333vw;
  background-image: url(../img/tukamaro3.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic3 {
    height: 21.7948717949vw;
  }
}
.scene .pic4 {
  height: 17.7083333333vw;
  background-image: url(../img/tukamaro4.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic4 {
    height: 21.7948717949vw;
  }
}
.scene .pic5 {
  height: 26.3020833333vw;
  background-image: url(../img/tukamaro5.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic5 {
    height: 35.8974358974vw;
  }
}
.scene .pic6 {
  height: 26.3020833333vw;
  background-image: url(../img/tukamaro6.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic6 {
    height: 35.8974358974vw;
  }
}
.scene .pic7 {
  height: 26.3020833333vw;
  background-image: url(../img/tukamaro7.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic7 {
    height: 35.8974358974vw;
  }
}
.scene .pic8 {
  height: 26.3020833333vw;
  background-image: url(../img/tukamaro8.webp);
  background-position: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .scene .pic8 {
    height: 35.8974358974vw;
  }
}

.arc_box {
  width: 100%;
  height: 7.2916666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  overflow: hidden;
  z-index: 100;
  bottom: 0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .arc_box {
    height: 15.3846153846vw;
  }
}
.arc_box .arc {
  width: 458.3333333333vw;
  height: 458.3333333333vw;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .arc_box .arc {
    width: 282.0512820513vw;
    height: 282.0512820513vw;
  }
}
.arc_box .arc h3 {
  text-align: center;
  font-size: 1.9791666667vw;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.1666666667vw;
  margin-top: 3.125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .arc_box .arc h3 {
    font-size: 4.8717948718vw;
    margin-bottom: 2.5641025641vw;
  }
}
.arc_box .arc h3 span {
  color: #51b89e;
  font-size: 0.9375vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .arc_box .arc h3 span {
    font-size: 2.3076923077vw;
    margin-top: 2.5641025641vw;
  }
}

.fullbox {
  background-image: url(../img/bg3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#recruit {
  margin-top: 6.25vw;
  position: relative;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit {
    padding-left: 7.0512820513vw;
    padding-right: 7.0512820513vw;
    margin-top: 10.2564102564vw;
  }
}
#recruit .rec_policy {
  font-size: 2.0833333333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8.8541666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .rec_policy {
    font-size: 3.5897435897vw;
    margin-bottom: 10.2564102564vw;
  }
}
#recruit .job_desc {
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc {
    margin-bottom: 20.5128205128vw;
  }
}
#recruit .job_desc h4 {
  font-size: 1.9791666667vw;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3020833333vw;
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc h4 {
    font-size: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
    gap: 3.8461538462vw;
  }
}
#recruit .job_desc h4 span {
  font-size: 1.0416666667vw;
  border-radius: 0.15625vw;
  padding: 1.0416666667vw;
  color: #fff;
  background: rgb(188, 143, 237);
  background: linear-gradient(135deg, rgb(188, 143, 237) 0%, rgb(188, 143, 237) 20%, rgb(204, 137, 237) 40%, rgb(224, 129, 235) 60%, rgb(233, 157, 233) 80%, rgb(233, 196, 222) 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc h4 span {
    font-size: 1.7948717949vw;
    padding: 2.5641025641vw;
  }
}
#recruit .job_desc p {
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc p {
    font-size: 3.0769230769vw;
  }
}
#recruit .job_desc .underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1;
  margin-top: 4.4270833333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc .underline {
    margin-top: 5.1282051282vw;
  }
}
#recruit .job_desc .underline span {
  height: 0.46875vw;
  margin-top: 0.5729166667vw;
  display: block;
  background: rgb(213, 197, 242);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 197, 242)), color-stop(20%, rgb(182, 146, 238)), color-stop(40%, rgb(203, 138, 237)), color-stop(60%, rgb(233, 155, 233)), color-stop(80%, rgb(233, 155, 233)), to(rgb(236, 196, 230)));
  background: linear-gradient(90deg, rgb(213, 197, 242) 0%, rgb(182, 146, 238) 20%, rgb(203, 138, 237) 40%, rgb(233, 155, 233) 60%, rgb(233, 155, 233) 80%, rgb(236, 196, 230) 100%);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc .underline span {
    height: 1.1538461538vw;
    margin-top: 1.2820512821vw;
  }
}
#recruit .job_desc ul {
  margin-top: 3.90625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9791666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc ul {
    margin-top: 5.1282051282vw;
    gap: 2.5641025641vw;
  }
}
#recruit .job_desc ul li {
  font-size: 1.40625vw;
  font-weight: bold;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .job_desc ul li {
    font-size: 3.0769230769vw;
    line-height: 1.5;
  }
}
#recruit .bonus p:last-child {
  font-size: 1.3541666667vw;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #recruit .bonus p:last-child {
    font-size: 3.0769230769vw;
    margin-top: 10.2564102564vw;
  }
}

/* 共通 */
.bg100 {
  width: 100%;
}

.innerbox {
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .innerbox {
    width: 100%;
  }
}

.no_pc {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .no_pc {
    display: block;
  }
}

/* animation_delay */
.delay_2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay_4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay_8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

/* animation */
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(7.2916666667vw);
            transform: translateY(7.2916666667vw);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    -webkit-transform: translateY(7.2916666667vw);
            transform: translateY(7.2916666667vw);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.bound {
  opacity: 0;
}

.bound.animated {
  -webkit-animation: bound 0.5s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
          animation: bound 0.5s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.animated {
  -webkit-animation: bound 0.7s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
          animation: bound 0.7s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}

.fadeup.animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.slideleft {
  opacity: 0;
  -webkit-transform: translateX(-1.0416666667vw);
          transform: translateX(-1.0416666667vw);
}

.slideleft.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}

.slideright {
  opacity: 0;
  -webkit-transform: translateX(1.0416666667vw);
          transform: translateX(1.0416666667vw);
}

.slideright.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}