@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  word-break: break-all;
}

section {
  scroll-margin-top: 10rem;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
ul,
li,
a,
dt,
dd,
dl,
input,
textarea {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 100rem;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

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

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

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

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

footer {
  background-color: #21B28E;
}

footer small {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 6rem;
  text-align: center;
}

header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 9999;
}

header .header-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15%;
}

header h1 img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 19.5rem;
}

header ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

header .contact-icon img {
  width: 23.8rem;
}

header .tel {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
}

header .tel-icon {
  margin-right: 1.2rem;
  vertical-align: baseline;
}

header .tel-icon img {
  -o-object-fit: contain;
  height: 3.1rem;
  object-fit: contain;
  width: 2.1rem;
}

.border {
  border-bottom: 1rem solid #E8D5D5;
  padding-bottom: 2rem;
  position: relative;
}

.border::after {
  border-bottom: 1rem solid #7D1002;
  bottom: -1rem;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  width: 20%;
}

.border2 {
  position: relative;
}

.border2::after {
  background: #21B28E;
  border-radius: 1px;
  content: "";
  display: block;
  height: 0.5rem;
  margin: 2rem auto 0;
  width: 6rem;
}

.fv {
  padding-top: 10rem;
}

.fv img {
  height: 100%;
  width: 100%;
}

.message {
  padding-top: 5.5rem;
  position: relative;
  text-align: center;
}

.message h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.message p {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-top: 2rem;
  text-align: center;
}

.message img {
  margin-top: 5rem;
}

.manga {
  padding-top: 6rem;
}

.manga h2 {
  text-align: center;
}

.manga h2 img {
  width: 77rem;
}

.manga-content {
  margin: 0 auto;
  padding-top: 4rem;
  text-align: center;
  width: 100rem;
}

.manga-content img {
  border: 1px solid #000;
  text-align: center;
  width: 100%;
}

.manga-content img:nth-of-type(n + 2) {
  margin-top: 4rem;
}

.works {
  padding-bottom: 5rem;
  padding-top: 6.7rem;
}

.works h2 {
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.works .content {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  justify-content: center;
  padding-top: 3rem;
  text-align: center;
  width: 100%;
}

.works .img {
  width: calc(33.3333333333% - 0.6666666667rem);
}

.works .img img {
  width: 100%;
}

.part.bg {
  background-color: #FDE7C8;
  margin-block: 5.5rem;
}

.part h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.part h2.bg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFB954 url(../image/part_title-bg.png) center/contain repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.5rem;
  justify-content: center;
}

.part .content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-block: 4rem;
}

.part .content a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 24rem;
}

.part .content a:hover {
  opacity: 0.7;
}

.str {
  padding-top: 4rem;
}

.str-back {
  background: url(../image/str-back.jpg) center/cover no-repeat;
}

.str h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.str .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-bottom: 4rem;
  padding-top: 5rem;
}

.str .content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 45rem;
}

.str .content p {
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  line-height: 1.73;
}

.about {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.about-back {
  background: url(../image/about-back.png) center/cover no-repeat;
  background-color: #FFB954;
}

.about h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-top: 5rem;
}

.about .content .img {
  -o-object-fit: cover;
  max-width: 45rem;
  object-fit: cover;
}

.about .content img {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.about .content h3 {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding-top: 2rem;
  text-align: center;
}

.recruit {
  padding-bottom: 7rem;
  padding-top: 4rem;
}

.recruit h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 4rem;
  text-align: center;
}

.recruit .content {
  padding-top: 4rem;
}

.recruit dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  padding: 2rem;
}

.recruit dl:first-child {
  padding-top: 0;
}

.recruit dt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2;
  width: 8rem;
}

.recruit dd {
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  line-height: 1.5;
}

.contact {
  padding: 5rem 0 6rem;
}

.contact-back {
  background: url(../image/contact-back.jpg) center/cover no-repeat;
}

.contact h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 4rem;
  text-align: center;
}

.contact .content {
  padding-bottom: 6rem;
  padding-top: 6.5rem;
}

.contact dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.contact dl:not(:first-of-type) {
  padding-top: 2.5rem;
}

.contact dt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 4.5rem;
  vertical-align: middle;
  width: 100%;
}

.contact dd {
  width: 100%;
}

.contact .tag {
  background-color: #C00101;
  border: 2px solid #C00101;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  line-height: 2.5rem;
  margin-right: 2rem;
  padding: 0 2rem;
  vertical-align: baseline;
}

.contact .tag-white {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 7px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  line-height: 2.5rem;
  margin-right: 2rem;
  padding: 0 2rem;
  vertical-align: baseline;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  font-size: 2rem;
  height: 4.5rem;
  line-height: 1.5;
  padding: 1rem;
  width: 72rem;
}

.contact textarea {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  font-size: 2rem;
  height: 16.7rem;
  line-height: 1.5;
  padding: 1rem;
  resize: none;
  width: 72rem;
}

.contact .button {
  margin-top: 7rem;
  text-align: center;
}

.contact .button input[type=submit] {
  background-color: #21B28E;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.125rem;
  line-height: 3.5rem;
  width: 19.5rem;
}

.company {
  padding: 6.3rem 0 7.5rem;
}

.company-back {
  background: url(../image/company-back.jpg) center/cover no-repeat;
}

.company h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.company h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.1;
  padding-bottom: 2.3rem;
  text-align: center;
}

.company .content {
  padding-top: 5rem;
}

.company .btn {
  -webkit-transition: opacity 0.3s;
  display: block;
  margin-inline: auto;
  margin-top: 2rem;
  transition: opacity 0.3s;
  width: 25.5rem;
}

.company .btn:hover {
  opacity: 0.7;
}

.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.company dl:not(:first-of-type) {
  margin-top: 2rem;
}

.company dt {
  background-color: #21B28E;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  width: 19rem;
}

.company dd {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  width: 80rem;
}

.map-area h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.1;
  padding-bottom: 2.3rem;
  padding-top: 6rem;
  text-align: center;
}

.map-area .map {
  margin-top: 2rem;
}

.map-area .map iframe {
  height: 70rem;
  width: 100%;
}

/* クラスを3つ定義 */

@media screen and (min-width:768px) {
  html {
    font-size: 10px;
  }

  .sp {
    display: none !important;
  }
}

@media screen and (max-width:1200px) {
  html {
    font-size: 0.8333333333vw;
  }

  .tab {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 0.9615384615vw;
  }

  footer small {
    line-height: 8rem;
    padding: 2.5rem;
  }

  header .header-wrapper {
    padding: 0 2rem;
    width: 100%;
  }

  .message h2 {
    font-size: 4rem;
  }

  .works h2 {
    font-size: 4.5rem;
  }

  .works .content {
    padding-top: 5rem;
  }

  .works .img {
    width: calc(50% - 2rem);
  }

  .part h2 {
    font-size: 4rem;
  }

  .part .content a {
    width: 100%;
  }

  .part .content a:hover {
    opacity: 1;
  }

  .str h2 {
    font-size: 4rem;
  }

  .str .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto;
    width: 80%;
  }

  .str .content img {
    width: 100%;
  }

  .str .content p {
    font-size: 2.5rem;
  }

  .about {
    padding-bottom: 8rem;
    padding-top: 6rem;
  }

  .about h2 {
    font-size: 4rem;
  }

  .about .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }

  .about .content .img {
    margin: 0 auto;
    max-width: 80%;
  }

  .about .content h3 {
    font-size: 4rem;
  }

  .recruit h2 {
    font-size: 4rem;
  }

  .recruit dt {
    font-size: 2.5rem;
    width: 15%;
  }

  .recruit dd {
    font-size: 2.5rem;
    width: 80%;
  }

  .contact h2 {
    font-size: 4rem;
  }

  .contact dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact dt {
    font-size: 2.5rem;
    width: 100%;
  }

  .contact .tag {
    line-height: 2.5rem;
  }

  .contact input[type=text],
  .contact input[type=email],
  .contact input[type=tel] {
    font-size: 3rem;
    height: 8rem;
    width: 100%;
  }

  .contact textarea {
    font-size: 3rem;
    height: 20rem;
    width: 100%;
  }

  .contact .button {
    margin-top: 7rem;
  }

  .contact .button input[type=submit] {
    font-size: 3rem;
    line-height: 6rem;
    width: 30rem;
  }

  .company h2 {
    font-size: 4rem;
  }

  .company h3 {
    font-size: 3.5rem;
  }

  .company .btn {
    width: 40rem;
  }

  .company .btn:hover {
    opacity: 1;
  }

  .company dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .company dt {
    font-size: 3rem;
    width: 100%;
  }

  .company dd {
    font-size: 3rem;
    width: 100%;
  }

  .map-area h3 {
    font-size: 3rem;
  }

  .map-area .map iframe {
    height: 400px;
  }

  .scroll {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  .scroll .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: 100%;
  }

  .scroll-contact {
    background-color: #21B28E;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 10rem;
    text-align: center;
    width: 100%;
  }

  .scroll-tel {
    background-color: #21B28E;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 10rem;
    text-align: center;
    width: 100%;
  }

  .pc {
    display: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */