@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "Yu Gothic M",
    "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", meiryo,
    sans-serif;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}
/* reset */
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}
/* common */
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.both {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.ul {
  letter-spacing: -0.4em;
  box-sizing: border-box;
}
.ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
}
.header-inner {
  padding: 10px 0;
  background-color: #eeeef3;
}
._hop_step_sing .header-inner {
  padding: 10px 0;
  background-color: #fff;
}
.logo {
  width: 170px;
  height: auto;
  padding: 0 0 0 20px;
  float: left;
}
.logo-en {
  width: 213px;
  height: auto;
  padding: 0 0 0 20px;
  float: left;
}
.navi {
  font-size: 1.4em;
  padding: 0 80px 0 0;
  float: right;
  display: block;
}
.navi-i-1 {
  letter-spacing: -0.4em;
  float: left;
  padding: 14px 0 0 0;
}
.navi-i-1 li {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
}
.navi-i-1 li a {
  color: #1e1e1e;
}
.navi-i-1 li a:hover {
  color: #e30d41;
}
.navi-i-1 .navi-n {
  border-left: 1px solid #e30d41;
  padding: 0 35px 0 8px;
}
.dropdown-btn {
  border-left: 1px solid #e30d41;
  padding: 0 35px 0 8px;
  position: relative;
}
.dropdown-btn:after {
  content: "";
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.dropdown {
  z-index: 1000;
  background: #eeeef3;
  position: absolute;
  left: 0;
  top: 15px;
  width: 150px;
  padding: 10px 0 10px 10px;
  display: none;
  box-sizing: border-box;
}
.dropdown li {
  line-height: 2.4;
  padding: 0 30px 0 0;
}
.n-off {
  color: #afafaf;
  border-left: 1px solid #afafaf;
  padding: 0 35px 0 8px;
}
.navi-i-2 {
  letter-spacing: -0.4em;
  padding: 14px 0 0 5px;
  float: left;
}
.navi-i-2 li {
  color: #1e1e1e;
  letter-spacing: normal;
  display: inline-block;
}
.lang-on a {
  color: #e30d41;
}
.lang-off a {
  color: #1e1e1e;
}
.lang-off a:hover {
  color: #e30d41;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.4s;
}
.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}
.notfound {
  font-size: 1.4em;
  line-height: 1.6;
  text-align: center;
  padding: 50px 0;
}

/* main */
.main {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #fff;
  position: relative;
}
.logo-m {
  width: 18%;
  max-width: 300px;
  height: auto;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 40;
  padding: 40px 0 0 0;
}
.animafest {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.venice {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 150px;
  right: 25px;
}
.ottawa {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 250px;
  right: 25px;
}
.annecy {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 380px;
  right: 25px;
}
.main-recruit-btn {
  width: 200px;
  height: auto;
  position: absolute;
  top: 90px;
  left: 25px;
}

/* news */
#news {
  margin-top: -60px;
  padding-top: 60px;
}
.news {
  width: 100%;
  background-color: #eeeef3;
  padding: 50px 0 90px 0;
}
.news-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
}
.news-box {
  width: 80%;
  max-width: 800px;
  margin: 50px auto 0 auto;
  padding: 20px 0;
  background-color: #fff;
}
.news-table-pc {
  width: 90%;
  display: table;
  margin: 0 auto;
}
.news-table-pc tr {
  padding: 20px 0;
}
.news-table-pc td {
  font-size: 1.4em;
  line-height: 1.6;
}
.news-table-pc .td01 {
  width: 15%;
  color: #1e1e1e;
  padding: 8px 0 8px 0;
}
.news-table-pc .td02 {
  width: 20%;
  color: #e30d41;
  padding: 8px 0 8px 10px;
}
.news-table-pc .td03 {
  width: 65%;
  padding: 8px 0 8px 10px;
}
.news-table-pc .td03 a {
  color: #1e1e1e;
}
.news-table-pc .td03 a:hover {
  color: #e30d41;
}
.news-table-sp {
  display: none;
}
.news-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 130px;
  height: auto;
  margin: 40px auto 0 auto;
}
.news-btn a {
  background-color: #fff;
  display: block;
  width: 100%;
  color: #e4003c;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.news-btn a:after {
  content: "";
  border-top: 2px solid #e4003c;
  border-right: 2px solid #e4003c;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}

/* news-list */
.news-list {
  width: 100%;
  padding: 120px 0 80px 0;
  background: #fff;
}
.news-list-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
  padding: 0 0 30px 0;
}
.list-wrapper {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}
.list-hr {
  border-top: 1px solid #939393;
  width: 98%;
  margin: 0 auto;
}
.news-list-ul {
  width: 100%;
  letter-spacing: -0.4em;
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.news-list-ul li {
  flex-shrink: 0;
  width: 31.3%;
  height: auto;
  letter-spacing: normal;
  vertical-align: top;
  border: 1px solid #e4003c;
  box-sizing: border-box;
  margin: 1%;
  padding: 15px;
  position: relative;
}
.news-list-date {
  font-size: 1.4em;
  padding: 5px 30px 0 0;
  float: left;
}
.news-list-category {
  font-size: 1.4em;
  display: inline-block;
  color: #e4003c !important;
  padding: 5px 0;
  float: left;
}
.news-list-img {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
}
.news-list-head {
  font-size: 1.4em;
  line-height: 1.6;
  padding: 10px 0 0 0;
}
.news-list-head a {
  color: #1e1e1e;
}
.news-list-read {
  font-size: 1.4em;
  padding: 15px 0 0 0;
}
.news-list-read a {
  color: #e4003c;
}
.list-prev {
  font-size: 1.4em;
  margin: 15px 0 0 2%;
  float: left;
}
.list-prev a {
  color: #1e1e1e;
}
.list-next {
  font-size: 1.4em;
  margin: 15px 2% 0 0;
  float: right;
}
.list-next a {
  color: #1e1e1e;
}
.news-c {
  width: 98%;
  margin: 0 auto;
}
.list-hr-2 {
  border-top: 1px solid #939393;
  width: 100%;
  margin: 20px auto;
}
.list-title-sub {
  font-size: 1.4em;
  color: #e30d41;
}
.list-sub-list {
  font-size: 1.3em;
  padding: 5px 0 0 0;
}
.list-sub-list li {
  padding: 15px 0 0 5px;
}
.list-sub-list li a {
  color: #e30d41;
}

/* news-single */
.header-sub {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
}
.news-sub {
  width: 100%;
  padding: 120px 0 100px 0;
  background-color: #eeeef3;
}
.news-title-sub {
  font-size: 2.2em;
  color: #e30d41;
}
.news-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.news-lc {
  width: 70%;
  float: left;
}
.news-rc {
  width: 25%;
  float: right;
}
.news-hr {
  border-top: 1px solid #e30d41;
  margin: 30px 0 25px 0;
}
.news-date {
  font-size: 1.4em;
  line-height: 1.6;
}
.ma {
  color: #e30d41;
}
.news-txt-1 {
  font-size: 2em;
  line-height: 1.6;
  padding: 10px 0 0 0;
}
.news-txt-2 {
  font-size: 1.7em;
  line-height: 1.6;
  padding: 30px 0 0 0;
}
.news-txt-3 {
  font-size: 1.4em;
  line-height: 1.8;
  color: #3c3c3c;
  padding: 30px 0 0 0;
}
.news-txt-3 p {
  padding: 30px 0 0 0;
}
.news-txt-3 a {
  color: #3c3c3c;
}
.title-sub {
  font-size: 1.7em;
  color: #e30d41;
}
.sub-list {
  font-size: 1.5em;
  padding: 5px 0 0 0;
}
.sub-list li {
  padding: 15px 0 0 5px;
}
.sub-list li a {
  color: #e30d41;
}
div.accordion > ul > li {
  padding: 15px 0 0 5px;
}
div.accordion > ul > li > a {
  color: #e30d41;
  font-size: 1.5em;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
div.accordion > ul > li > a:hover {
  color: #e30d41;
}
div.accordion > ul > li > a:after,
div.accordion > ul > li > a.active:after {
  position: absolute;
  right: 12px;
  top: 20px;
}
div.accordion > ul > li > ul {
  display: none;
}
div.accordion > ul > li > ul > li {
  padding: 15px 0 0 10px;
}
div.accordion > ul > li > ul > li > a {
  color: #e30d41;
  font-size: 1.4em;
  position: relative;
}
div.accordion > ul > li > ul > li > a:hover {
  color: #e30d41;
}
.prev {
  font-size: 1.5em;
  float: left;
}
.prev a {
  color: #e30d41;
}
.next {
  font-size: 1.5em;
  float: right;
}
.next a {
  color: #e30d41;
}

/* concept */
#concept {
  margin-top: -60px;
  padding-top: 60px;
}
.concept {
  width: 100%;
  padding: 80px 0;
  background-image: url(./img/bg-top-1.png);
  background-position: center;
  background-size: cover;
}
.concept-title {
  font-size: 2.2em;
  text-align: center;
  color: #fff;
  padding: 0 0 40px 0;
}
.concept-hr {
  width: 80px;
  border-top: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0 auto;
}
.concept-txt-1 {
  font-size: 1.7em;
  line-height: 2.2;
  text-align: center;
  color: #fff;
  padding: 35px 0 20px 0;
}
.concept-txt-2 {
  font-size: 1.4em;
  line-height: 2.2;
  text-align: center;
  color: #fff;
}

/* Original */
#original {
  margin-top: -60px;
  padding-top: 60px;
}
.original {
  width: 100%;
  padding: 50px 0;
  background-image: url(./img/bg-top-4.png);
  background-position: center;
  background-size: cover;
}
.original-title {
  font-size: 2.2em;
  text-align: center;
  color: #fff;
  padding: 0 0 40px 0;
}
.original-main-img {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.original-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 200px;
  height: auto;
  margin: 40px auto 0 auto;
}
.original-btn a {
  background-color: #64f596;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.original-btn a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}

/* works */
#client {
  margin-top: -60px;
  padding-top: 60px;
}
#works {
  margin-top: -60px;
  padding-top: 60px;
}
.works {
  width: 100%;
  padding: 50px 0;
  background-image: url(./img/bg-top-2.png);
  background-position: center;
  background-size: cover;
}
.works-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
  padding: 0 0 40px 0;
}
.works-ul {
  width: 92%;
  max-width: 1020px;
  margin: 0 auto;
}
.works-ul li {
  width: 31.3%;
  margin: 1%;
}
.txt-box {
  background: #4b4b4b;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}
.works-txt {
  font-size: 1.4em;
  line-height: 1.4;
}
.works-txt a {
  color: #fff;
}
.works-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 200px;
  height: auto;
  margin: 40px auto 0 auto;
}
.works-btn a {
  background-color: #7dc6da;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.works-btn a:after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}

/* works-list */
.works-list {
  width: 100%;
  padding: 120px 0 80px 0;
  background-image: url(./img/bg-works-1.png);
  background-position: center;
  background-size: cover;
}
.works-list-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
  padding: 0 0 30px 0;
}
.works-list-ul {
  width: 92%;
  max-width: 1020px;
  margin: 0 auto;
}
.works-list-ul li {
  width: 31.3%;
  margin: 2% 1% 0 1%;
}
.works-list-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 200px;
  height: auto;
  margin: 40px auto 0 auto;
}
.works-list-btn a {
  background-color: #ffc600;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.works-list-btn a:before {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -5px;
}

/* works-details */
.works-details {
  width: 100%;
  padding: 120px 0 0 0;
}
.works-details-wrapper {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
.slider-wrapper {
  width: 100%;
  height: auto;
}
.works-details-title {
  font-size: 2em;
  line-height: 1.6;
  padding: 20px 0 0 0;
}
.works-details-post p {
  font-size: 1.4em;
  line-height: 1.8;
  color: #3c3c3c;
  padding: 30px 0 0 0;
}
.works-details-post p a {
  color: #0064b2;
}
.pn-wrapper {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.prev-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 100px;
  height: auto;
  margin: 80px 0 0 0;
  float: left;
}
.prev-btn a {
  background-color: #ffc600;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.prev-btn a:before {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -5px;
}
.next-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 100px;
  height: auto;
  margin: 80px 0 0 0;
  float: right;
}
.next-btn a {
  background-color: #7dc6da;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.next-btn a:after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}
.works-related {
  width: 100%;
  height: auto;
  background-image: url(./img/bg-works-2.png);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.related-ul {
  width: 92%;
  max-width: 1020px;
  margin: 0 auto;
}
.related-ul li {
  width: 31.3%;
  margin: 2% 1% 0 1%;
}
.works-related-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 100px;
  height: auto;
  margin: 40px auto 0 auto;
}
.works-related-btn a {
  background-color: #e4003c;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.works-related-btn a:after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}
.img-500 {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* hss */
#hss {
  margin-top: -60px;
  padding-top: 60px;
}
.hss {
  width: 100%;
  padding: 50px 0;
  background-image: url(./img/bg-top-3.png);
  background-position: center;
  background-size: cover;
}
.hss-title {
  font-size: 2.2em;
  text-align: center;
  color: #fff;
  padding: 0 0 40px 0;
}
.hss-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 200px;
  height: auto;
  margin: 40px auto 0 auto;
}
.hss-btn a {
  background-color: #fff;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.hss-btn a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}
.hss-link {
  width: 100px;
  margin: 40px auto 0 auto;
}

/* hss-list */
.hss-list {
  width: 100%;
  padding: 120px 0 80px 0;
  background-image: url(./img/bg-hss-1.png);
  background-position: center;
  background-size: cover;
}
.hss-list-title {
  font-size: 2.2em;
  text-align: center;
  color: #fff;
  padding: 0 0 30px 0;
}
.hss-list-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 150px;
  height: auto;
  margin: 40px auto 0 auto;
}
.hss-list-btn a {
  background-color: #fff;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.hss-list-btn a:before {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-left: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -5px;
}

/* hss-details */
.hss-related {
  width: 100%;
  height: auto;
  background-image: url(./img/bg-hss-2.png);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.hss-related-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 100px;
  height: auto;
  margin: 40px auto 0 auto;
}
.hss-related-btn a {
  background-color: #fff;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.hss-related-btn a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}

/* original-list */
.original-list {
  width: 100%;
  padding: 120px 0 80px 0;
  background-image: url(./img/bg-original-1.png);
  background-position: center;
  background-size: cover;
}
.original-list-title {
  font-size: 2.2em;
  text-align: center;
  color: #fff;
  padding: 0 0 30px 0;
}
.original-list-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 150px;
  height: auto;
  margin: 40px auto 0 auto;
}
.original-list-btn a {
  background-color: #68f28f;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.original-list-btn a:before {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-left: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -5px;
}

/* original-details */
.original-details {
  width: 100%;
  background: #282828;
  padding: 120px 0 0 0;
}
.original-details-wrapper {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
.youtube-s {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.youtube-s iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.original-details-img {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
}
.original-details-title {
  font-size: 2em;
  line-height: 1.6;
  color: inherit;
  padding: 20px 0 0 0;
}
.original-details-post p {
  font-size: 1.4em;
  line-height: 1.8;
  color: inherit;
  padding: 30px 0 0 0;
}
.original-details-post p a {
  color: #0064b2;
}
.original-related {
  width: 100%;
  height: auto;
  background-image: url(./img/bg-original-2.png);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

/* recruit */
#recruit {
  margin-top: -60px;
  padding-top: 60px;
}
.recruit {
  width: 100%;
  background-color: #7dc6da;
  padding: 50px 0 90px 0;
}
.recruit-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
}
.recruit-box {
  width: 80%;
  max-width: 800px;
  margin: 50px auto 0 auto;
  padding: 20px 0;
  border: 1px solid #fff;
}
.recruit-table-pc {
  width: 90%;
  display: table;
  margin: 0 auto;
}
.recruit-table-pc tr {
  padding: 20px 0;
}
.recruit-table-pc td {
  font-size: 1.4em;
  line-height: 1.6;
}
.recruit-table-pc .td-a {
  width: 15%;
  color: #fff;
  padding: 8px 0 8px 0;
}
.recruit-table-pc .td-b {
  width: 85%;
  padding: 8px 0 8px 10px;
}
.recruit-table-pc .td-b a {
  color: #1e1e1e;
}
.recruit-table-pc .td-b a:hover {
  color: #fff;
}
.recruit-table-sp {
  display: none;
}
.recruit-btn {
  display: block;
  align-items: center;
  text-align: center;
  width: 130px;
  height: auto;
  margin: 40px auto 0 auto;
}
.recruit-btn a {
  background-color: #1e1e1e;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}
.recruit-btn a:after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -5px;
}
.recruit-not-txt {
  font-size: 1.4em;
  text-align: center;
  padding: 50px 0;
}
.recruit-btn-sub {
  width: 200px;
  height: auto;
  margin: 40px auto 0 auto;
}

/* recruit-list */
.recruit-list {
  width: 100%;
  padding: 120px 0 80px 0;
  background: #fff;
}
.recruit-list-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
  padding: 0 0 30px 0;
}
.recruit-list-img {
  width: 100%;
  max-width: 97.9%;
  height: auto;
  margin: 0 auto;
}
.recruit-list-ul {
  width: 100%;
  letter-spacing: -0.4em;
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.recruit-list-ul li {
  flex-shrink: 0;
  width: 31.3%;
  height: auto;
  letter-spacing: normal;
  vertical-align: top;
  border: 1px solid #7dc6da;
  box-sizing: border-box;
  margin: 1%;
  padding: 15px;
  position: relative;
}
.recruit-list-date {
  font-size: 1.4em;
  color: #7dc6da;
  padding: 5px 20px 0 0;
  float: left;
}
.recruit-list-head {
  font-size: 1.4em;
  line-height: 1.6;
  padding: 30px 0 0 0;
}
.recruit-list-head a {
  color: #1e1e1e;
}
.recruit-list-read {
  font-size: 1.4em;
  padding: 30px 0 0 0;
}
.recruit-list-read a {
  color: #7dc6da;
}
.recruit-list-not-box {
  width: 100%;
  max-width: 97.9%;
  height: auto;
  margin: 30px auto 0 auto;
  border: 1px solid #7dc6da;
}
.recruit-list-not-txt {
  font-size: 1.5em;
  text-align: center;
  padding: 100px 0;
}

/* recruit-single */
.recruit-sub {
  width: 100%;
  padding: 120px 0 100px 0;
  background-color: #fff;
}
.recruit-title-sub {
  font-size: 2.2em;
  color: #7dc6da;
}
.recruit-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.recruit-hr {
  border-top: 1px solid #7dc6da;
  margin: 30px 0 25px 0;
}
.recruit-date {
  font-size: 1.4em;
  line-height: 1.6;
}
.recruit-txt-1 {
  font-size: 2em;
  line-height: 1.6;
  padding: 10px 0 0 0;
}
.recruit-txt-2 {
  font-size: 1.7em;
  line-height: 1.6;
  padding: 30px 0 0 0;
}
.recruit-txt-3 {
  font-size: 1.4em;
  line-height: 1.8;
  color: #1e1e1e;
  padding: 30px 0 0 0;
}
.recruit-txt-3 p {
  padding: 30px 0 0 0;
}
.recruit-txt-3 a {
  color: #7dc6da;
}
.recruit-prev {
  font-size: 1.5em;
  float: left;
}
.recruit-prev a {
  color: #7dc6da;
}
.recruit-next {
  font-size: 1.5em;
  float: right;
}
.recruit-next a {
  color: #7dc6da;
}

/* company */
#company {
  margin-top: -60px;
  padding-top: 60px;
}
.company {
  width: 100%;
  background-color: #eeeef3;
  padding: 60px 0 120px 0;
}
.company-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
}
.logo-sub {
  width: 280px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 50px 0;
}
.company-txt {
  font-size: 1.4em;
  line-height: 2;
  text-align: center;
  color: #1e1e1e;
}
.access-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
  padding: 80px 0 40px 0;
}
.map {
  width: 80%;
  max-width: 800px;
  height: 480px;
  margin: 0 auto;
}

/* contact */
#contact {
  margin-top: -60px;
  padding-top: 60px;
}
.contact {
  width: 100%;
  background-color: #7dc6da;
  padding: 50px 0 50px 0;
}
.contact-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
}
.contact-txt {
  font-size: 1.6em;
  line-height: 2;
  text-align: center;
  padding: 40px 0 0 0;
}
.footer-navi {
  font-size: 1.4em;
  letter-spacing: -0.4em;
  text-align: center;
  padding: 70px 0 0 0;
  display: block;
}
.footer-navi li {
  letter-spacing: normal;
  display: inline-block;
}
.footer-navi .f-td01 a {
  color: #1e1e1e;
  border-left: 1px solid #fff;
  padding: 0 20px 0 8px;
}
.footer-navi .f-td01 a:hover {
  color: #fff;
  border-left: 1px solid #fff;
}
.footer-navi .f-td02 a {
  color: #1e1e1e;
  border-left: 1px solid #fff;
  padding: 0 0 0 8px;
}
.footer-navi .f-td02 a:hover {
  color: #fff;
  border-left: 1px solid #fff;
}
.dropdown-btn-f {
  border-left: 1px solid #fff;
  padding: 0 35px 0 8px;
  position: relative;
}
.dropdown-btn-f:after {
  content: "";
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.dropdown-f {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 15px;
  width: 150px;
  padding: 10px 0 10px 10px;
  display: none;
  box-sizing: border-box;
  text-align: left !important;
}
.dropdown-f li {
  line-height: 2;
  padding: 0 30px 0 0;
}
.dropdown-f li a {
  color: #1e1e1e;
}
.dropdown-f li a:hover {
  color: #007dff;
}
.open {
  display: block;
}
.close {
  display: block;
}
.f-off {
  color: #afafaf;
  border-left: 1px solid #afafaf;
  padding: 0 35px 0 8px;
}
.copy {
  font-size: 1.2em;
  color: #1e1e1e;
  text-align: center;
  padding: 0;
}
.top-back {
  width: 50px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.footer-pp {
  font-size: 1.4em;
  text-align: center;
  padding: 50px 0 0 0;
}
.footer-pp a {
  color: #1e1e1e;
}
.footer-pp a:hover {
  color: #fff;
}

/* mail */
.contact-btn-wrap {
  text-align: center;
  position: relative;
}
.js-copy-mail {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  border: 0;
  border-bottom: solid 1px #fff;
  padding: 5px 0;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.js-copy-mail:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.js-copy-mail-status {
  font-size: 1.4em;
  color: #1e1e1e;
  background-color: #64f596;
  border-radius: 30px;
  padding: 10px 20px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.js-copy-mail-status.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* hop step sing の時 */
._hop_step_sing .contact {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 50px 0;
}
._hop_step_sing .footer-navi .f-td01 a {
  color: #1e1e1e;
  border-left: 1px solid #0064b2;
  padding: 0 30px 0 8px;
}
._hop_step_sing .footer-navi .f-td01 a:hover {
  color: #0064b2;
  border-left: 1px solid #0064b2;
}
._hop_step_sing .footer-navi .f-td02 a {
  color: #1e1e1e;
  border-left: 1px solid #0064b2;
  padding: 0 0 0 8px;
}
._hop_step_sing .footer-navi .f-td02 a:hover {
  color: #0064b2;
  border-left: 1px solid #0064b2;
}
._hop_step_sing .footer-navi .dropdown-btn-f {
  border-left: 1px solid #0064b2;
  padding: 0 35px 0 8px;
  position: relative;
}
._hop_step_sing .js-copy-mail {
  color: #0064b2;
  border-bottom: solid 1px #0064b2;
}

/* sns */
.navi-i-sns {
  letter-spacing: -0.4em;
  float: left;
  padding: 13px 15px 0 0;
}
.navi-i-sns li {
  letter-spacing: normal;
  display: inline-block;
}
.footer-sns {
  width: 100px;
  letter-spacing: -0.4em;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  display: block;
}
.footer-sns li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.f-twitter {
  width: 20px;
  height: auto;
}
.f-facebook {
  width: 20px;
  height: auto;
  margin: 0 20px;
}
.f-instagram {
  width: 19px;
  height: auto;
}

/* Privacy Policy */
.privacy {
  width: 100%;
  background-color: #eeeef3;
  margin: 0 auto;
  padding: 120px 0 120px 0;
}
.privacy-inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.privacy-title {
  font-size: 2.2em;
  text-align: center;
  color: #1e1e1e;
  padding: 0 0 20px 0;
}
.privacy-txt {
  font-size: 1.4em;
  line-height: 24px;
  padding: 30px 0 0 0;
}
.privacy-txt span {
  font-weight: bold;
}
.privacy-table {
  width: 100%;
}
.privacy-table td {
  font-size: 1.4em;
  line-height: 24px;
}
.privacy-td-l {
  width: 14px;
  text-align: center;
}

/* swiper */
.media-swiper-wrap {
  width: 100%;
}
.media-swiper {
  width: 100%;
}
.media-swiper .swiper-slide {
  width: 100%;
}
.media-swiper img {
  width: 100%;
  height: auto;
  display: block;
}
.media-swiper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
}
.media-swiper-pagination {
  text-align: center;
  margin-top: 15px;
}
.media-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #7dc6da;
  border-radius: 5px;
  opacity: 1;
  margin: 0 5px;
  transition: background 0.3s;
}
.media-swiper-pagination .swiper-pagination-bullet-active {
  background: #e4003c;
}

/* drawer */
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 18.25rem;
  height: 100%;
  color: #fff;
  background-color: #fff;
}
.drawer-menu {
  margin: 0;
  padding: 30px 0 60px 73px;
  list-style: none;
}
.drawer-menu .dm {
  font-size: 1.6em;
  padding: 20px 0;
}
.drawer-menu .dm span {
  color: #1e1e1e;
  padding: 0 0 0 10px;
  border-left: 2px solid #e30d41;
}
.drawer-menu .dm a {
  color: #1e1e1e;
  padding: 0 0 0 10px;
  border-left: 2px solid #e30d41;
}
.drawer-menu .dm a:hover {
  color: #e30d41;
}
.drawer-menu .dm-sub {
  font-size: 1.6em;
  padding: 5px 0 15px 10px;
}
.drawer-menu .dm-sub a {
  color: #969696;
  padding: 0 0 0 10px;
  border-left: 2px solid #7dc6da;
}
.drawer-menu .dm-sub a:hover {
  color: #7dc6da;
}
.d-off {
  font-size: 1.6em;
  color: #afafaf;
  padding: 20px 0;
}
.d-off span {
  padding: 0 0 0 10px;
  border-left: 2px solid #afafaf;
}
.d-lang {
  font-size: 1.4em;
  text-align: right;
  padding: 0 30px 0 0;
}
.d-lang li {
  padding: 20px 0 0 0;
}
.d-lang-on a {
  color: #e30d41;
}
.d-lang-off a {
  color: #1e1e1e;
}
.d-lang-off a:hover {
  color: #e30d41;
}
.dm-sns {
  letter-spacing: -0.4em;
  width: 100px;
  letter-spacing: -0.4em;
  padding: 20px 0 0 0;
}
.dm-sns li {
  letter-spacing: normal;
  display: inline-block;
}
.dm-twitter {
  width: 20px;
  height: auto;
}
.dm-facebook {
  width: 20px;
  height: auto;
  margin: 0 20px;
}
.dm-instagram {
  width: 19px;
  height: auto;
}
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.drawer-open .drawer-overlay {
  display: block;
}
.drawer--right .drawer-nav {
  right: -18.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 18.25rem;
}
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 18px;
  display: block;
  box-sizing: content-box;
  width: 1.5rem;
  padding: 0;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #1e1e1e;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.drawer--sidebar {
  background-color: #fff;
}
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 18.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 18.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 18.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}
.drawer-navbar--fixed {
  position: fixed;
}
.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}
@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 18.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

@media screen and (max-width: 1050px) {
  .navi {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  /* news */
  .news-table-sp {
    width: 90%;
    display: table;
    margin: 0 auto;
  }
  .news-table-sp td {
    font-size: 1.4em;
    line-height: 1.6;
  }
  .news-table-sp .td04 {
    width: 20%;
    color: #1e1e1e;
    padding: 15px 0 5px 0;
  }
  .news-table-sp .td05 {
    width: 80%;
    color: #e30d41;
    padding: 15px 0 5px 10px;
  }
  .news-table-sp .td06 {
    width: 100%;
    padding: 5px 0 15px 0;
  }
  .news-table-sp .td06 a {
    color: #1e1e1e;
  }
  .news-table-sp .td06 a:hover {
    color: #e30d41;
  }
  .news-table-pc {
    display: none;
  }
  /* recruit */
  .recruit-table-sp {
    width: 90%;
    display: table;
    margin: 0 auto;
  }
  .recruit-table-sp td {
    font-size: 1.4em;
    line-height: 1.6;
  }
  .recruit-table-sp .td-c {
    width: 100%;
    color: #fff;
    padding: 15px 0 5px 0;
  }
  .recruit-table-sp .td-d {
    width: 100%;
    padding: 5px 0 15px 0;
  }
  .recruit-table-sp .td-d a {
    color: #1e1e1e;
  }
  .recruit-table-sp .td-d a:hover {
    color: #fff;
  }
  .recruit-table-pc {
    display: none;
  }
  /* news-sub */
  .news-lc {
    width: 100%;
    float: none;
  }
  .news-rc {
    width: 100%;
    float: none;
    padding: 50px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* main */
  .logo-m {
    width: 30%;
    padding: 30px 0 0 0;
  }
  .animafest {
    width: 20%;
    bottom: 20px;
    right: 76%;
  }
  .venice {
    width: 20%;
    bottom: 25px;
    right: 52%;
  }
  .ottawa {
    width: 20%;
    bottom: 18px;
    right: 28%;
  }
  .annecy {
    width: 20%;
    bottom: 32px;
    right: 4%;
  }
  .main-recruit-btn {
    width: 150px;
    top: 85px;
    left: 5%;
  }
  /* news */
  .news-title {
    font-size: 1.8em;
  }
  .news-box {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .news-table-sp td {
    font-size: 1.2em;
  }
  .news-txt a {
    color: #1e1e1e;
  }
  .news-btn {
    margin: 20px auto 0 auto;
  }
  .news-btn a {
    font-size: 1.3em;
  }
  /* news-list */
  .news-list-title {
    font-size: 1.8em;
    padding: 0 0 20px 0;
  }
  .list-hr {
    width: 100%;
  }
  .news-list-ul {
    margin: 0;
    display: block;
    flex-wrap: wrap;
  }
  .news-list-ul li {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px;
  }
  .news-list-date {
    font-size: 1.3em;
  }
  .news-list-category {
    font-size: 1.3em;
  }
  .news-list-head {
    font-size: 1.3em;
  }
  .news-list-read {
    font-size: 1.3em;
  }
  .list-prev {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .list-next {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .news-c {
    width: 100%;
  }
  .list-hr-2 {
    margin: 30px auto;
  }
  .list-title-sub {
    font-size: 1.3em;
    color: #e30d41;
  }
  .list-sub-list {
    font-size: 1.2em;
    padding: 5px 0 0 0;
  }
  .list-sub-list li {
    padding: 15px 0 0 5px;
  }
  /* news-single */
  .news-title-sub {
    font-size: 1.8em;
  }
  .news-date {
    font-size: 1.2em;
  }
  .news-txt-1 {
    font-size: 1.7em;
  }
  .news-txt-2 {
    font-size: 1.5em;
  }
  .news-txt-3 {
    font-size: 1.2em;
  }
  .title-sub {
    font-size: 1.5em;
  }
  .sub-list {
    font-size: 1.3em;
  }
  div.accordion > ul > li > a {
    font-size: 1.3em;
  }
  div.accordion > ul > li > ul > li > a {
    font-size: 1.2em;
  }
  .prev {
    font-size: 1.3em;
  }
  .next {
    font-size: 1.3em;
  }
  /* concept */
  .concept-title {
    font-size: 1.8em;
  }
  .concept-txt-1 {
    font-size: 1.4em;
  }
  .concept-txt-2 {
    font-size: 1.2em;
  }
  /* works */
  .works-title {
    font-size: 1.8em;
    padding: 0 0 20px 0;
  }
  .works-ul {
    width: 90%;
    margin: 0 auto;
  }
  .works-ul li {
    width: 100%;
    margin: 20px 0;
  }
  .works-txt {
    font-size: 1.2em;
  }
  .works-txt a {
    color: #fff;
  }
  .works-btn {
    margin: 20px auto 0 auto;
  }
  .works-btn a {
    font-size: 1.3em;
  }
  /* works-list */
  .works-list-title {
    font-size: 1.8em;
    padding: 0 0 20px 0;
  }
  .works-list-ul li {
    width: 100%;
    margin: 20px 0;
  }
  .works-list-btn {
    margin: 20px auto 0 auto;
  }
  .works-list-btn a {
    font-size: 1.3em;
  }
  /* original-details */
  .original-details-title {
    font-size: 1.7em;
  }
  .original-details-post p {
    font-size: 1.2em;
  }
  /* works-details */
  .works-details-title {
    font-size: 1.7em;
  }
  .works-details-post p {
    font-size: 1.2em;
  }
  .prev-btn a {
    font-size: 1.3em;
  }
  .next-btn a {
    font-size: 1.3em;
  }
  .related-ul {
    width: 90%;
  }
  .related-ul li {
    width: 100%;
    margin: 20px 0;
  }
  .works-related-btn {
    margin: 20px auto 0 auto;
  }
  .works-related-btn a {
    font-size: 1.3em;
  }
  .recruit-not-txt {
    font-size: 1.2em;
    padding: 40px 0;
  }
  /* hss */
  .hss-title {
    font-size: 1.8em;
    padding: 0 0 20px 0;
  }
  .works-ul {
    width: 90%;
    margin: 0 auto;
  }
  .works-ul li {
    width: 100%;
    margin: 20px 0;
  }
  .works-txt {
    font-size: 1.2em;
  }
  .works-txt a {
    color: #fff;
  }
  .hss-btn {
    margin: 20px auto 0 auto;
  }
  .hss-btn a {
    font-size: 1.3em;
  }
  .hss-link {
    width: 80px;
  }
  /* hss-list */
  .hss-list-title {
    font-size: 1.8em;
    padding: 0 0 20px 0;
  }
  .hss-list-ul li {
    width: 100%;
    margin: 20px 0;
  }
  .hss-list-btn {
    margin: 20px auto 0 auto;
  }
  .hss-list-btn a {
    font-size: 1.3em;
  }
  /* original-list */
  .original-list-title {
    font-size: 1.8em;
    padding: 0 0 20px 0;
  }
  .original-list-btn {
    margin: 20px auto 0 auto;
  }
  .original-list-btn a {
    font-size: 1.3em;
  }
  /* recruit */
  .recruit-title {
    font-size: 1.8em;
  }
  .recruit-box {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .recruit-table-sp td {
    font-size: 1.2em;
  }
  .recruit-txt a {
    color: #1e1e1e;
  }
  .recruit-btn {
    margin: 20px auto 0 auto;
  }
  .recruit-btn a {
    font-size: 1.3em;
  }
  .recruit-btn-sub {
    width: 150px;
    margin: 40px auto 0 auto;
  }
  /* recruit-list */
  .recruit-list-title {
    font-size: 1.8em;
    padding: 0 0 20px 0;
  }
  .recruit-list-ul {
    margin: 0;
    display: block;
    flex-wrap: wrap;
  }
  .recruit-list-ul li {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px;
  }
  .recruit-list-date {
    font-size: 1.3em;
  }
  .recruit-list-head {
    font-size: 1.3em;
  }
  .recruit-list-read {
    font-size: 1.3em;
  }
  .recruit-list-not-box {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .recruit-list-not-txt {
    font-size: 1.2em;
    padding: 50px 0;
  }
  /* recruit-single */
  .recruit-title-sub {
    font-size: 1.8em;
  }
  .recruit-date {
    font-size: 1.2em;
  }
  .recruit-txt-1 {
    font-size: 1.7em;
  }
  .recruit-txt-2 {
    font-size: 1.5em;
  }
  .recruit-txt-3 {
    font-size: 1.2em;
  }
  .recruit-prev {
    font-size: 1.3em;
  }
  .recruit-next {
    font-size: 1.3em;
  }
  /* company */
  .company-title {
    font-size: 1.8em;
  }
  .logo-sub {
    width: 200px;
  }
  .company-txt {
    font-size: 1.2em;
  }
  .access-title {
    font-size: 1.8em;
  }
  .map {
    width: 90%;
    height: 300px;
  }
  /* contact */
  .contact-title {
    font-size: 1.8em;
  }
  .contact-txt {
    font-size: 1.4em;
  }
  .footer-navi {
    display: none;
  }
  .copy {
    font-size: 1.2em;
  }
  /* Privacy Policy */
  .privacy-title {
    font-size: 1.8em;
    line-height: 30px;
  }
  .privacy-txt {
    font-size: 1.2em;
    line-height: 22px;
  }
  .privacy-table td {
    font-size: 1.2em;
    line-height: 22px;
  }
  .privacy-td-l {
    width: 12px;
  }
}
