@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cambay:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    Form Parts
*/
input {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
input[type=text] {
  background-color: #fff;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 18px;
}
@media (max-width: 750px) {
  input[type=text] {
    padding: 2vw 4vw;
    height: 8vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
input[type=text].short {
  width: 66%;
}
@media (max-width: 750px) {
  input[type=text].short {
    width: 100%;
  }
}
input[type=tel] {
  background-color: #fff;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 18px;
}
@media (max-width: 750px) {
  input[type=tel] {
    padding: 2vw 4vw;
    height: 8vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
input[type=tel].short {
  width: 66%;
}
@media (max-width: 750px) {
  input[type=tel].short {
    width: 100%;
  }
}
input[type=email] {
  background-color: #fff;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 18px;
}
@media (max-width: 750px) {
  input[type=email] {
    padding: 2vw 4vw;
    height: 8vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: inline-block;
  padding: 5px 10px 5px 40px;
  position: relative;
  font-size: 19px;
}
@media (max-width: 750px) {
  input[type=checkbox] + label {
    text-align: left;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border: 1px solid #000;
}
input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 16px;
  border-bottom: 4px solid #FF521E;
  border-right: 4px solid #FF521E;
  transform-origin: center; /* y-offset-keyword | x-offset-keyword | z-offset */
  transform: rotate(45deg) translate(-50%, -60%);
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  display: inline-block;
  padding: 5px 10px 5px 40px;
  position: relative;
  font-size: 19px;
}
@media (max-width: 750px) {
  input[type=radio] + label {
    text-align: left;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border: 1px solid #000;
}
input[type=radio]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 16px;
  border-bottom: 4px solid #FF521E;
  border-right: 4px solid #FF521E;
  transform-origin: center; /* y-offset-keyword | x-offset-keyword | z-offset */
  transform: rotate(45deg) translate(-50%, -60%);
}

textarea {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  height: 314px;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 18px;
}
@media (max-width: 750px) {
  textarea {
    padding: 2vw 4vw;
    height: 32vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}

button {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background-color: #faf5f5;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
  height: 40px;
  font-size: 18px;
}
@media (max-width: 750px) {
  button {
    width: 32vw;
    height: 8vw;
    font-size: 30px;
    font-size: 4vw;
  }
}

/*
    Button
*/
a.btn {
  margin: 0 auto;
  display: flex;
  line-height: 1;
  width: 100%;
  max-width: 164px;
  height: 32px;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 10px;
  border: 1px solid #000;
  letter-spacing: 0.36em;
  font-size: 15px;
  background-color: #fff;
}
@media (max-width: 750px) {
  a.btn {
    max-width: 43.733vw;
    height: 6.666vw;
    border-radius: 2.666vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
a.btn:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
a.btn.fulltime {
  color: #3FA9F5;
  border: 1px solid #3FA9F5;
}
a.btn.fulltime:hover {
  color: #fff;
  background-color: #3FA9F5;
}
a.btn.freelance {
  color: #EB6F68;
  border: 1px solid #EB6F68;
}
a.btn.freelance:hover {
  color: #fff;
  background-color: #EB6F68;
}
a.btn.partner {
  color: #3FA9F5;
  border: 1px solid #3FA9F5;
}
a.btn.partner:hover {
  color: #fff;
  background-color: #3FA9F5;
}

/*
    Table
*/
.table {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  border-bottom: 1px solid #FFF5F5;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (max-width: 750px) {
  .table {
    display: block;
  }
}
.table > .tr {
  display: table-row;
}
@media (max-width: 750px) {
  .table > .tr {
    display: block;
  }
}
.table > .tr > .th {
  display: table-cell;
  width: 185px;
  padding: 20px 30px;
  border-top: 1px solid #FFF5F5;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 1.667;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  .table > .tr > .th {
    display: block;
    width: 100%;
    padding: 2.667vw 3.33vw 1.333vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
  }
}
.table > .tr > .td {
  display: table-cell;
  width: calc(100% - 185px);
  padding: 20px 0 20px 30px;
  border-top: 1px solid #FFF5F5;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 1.667;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  .table > .tr > .td {
    display: block;
    width: 100%;
    padding: 0 3.33vw 2.667vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
    border: none;
  }
}
.table > .tr > .td > span.attend_txt {
  font-size: 90%;
}
.table.recruit {
  max-width: 100%;
}
.table.recruit > .tr > .th {
  padding-right: 0;
}
.table.fulltime {
  border-bottom: 1px solid #3FA9F5;
}
.table.fulltime > .tr > .th {
  border-top: 1px solid #3FA9F5;
}
.table.fulltime > .tr > .td {
  border-top: 1px solid #3FA9F5;
}
@media (max-width: 750px) {
  .table.fulltime > .tr > .td {
    border: none;
  }
}
.table.freelance {
  border-bottom: 1px solid #faf5f5;
}
.table.freelance > .tr > .th {
  border-top: 1px solid #faf5f5;
}
.table.freelance > .tr > .td {
  border-top: 1px solid #faf5f5;
}
@media (max-width: 750px) {
  .table.freelance > .tr > .td {
    border: none;
  }
}
.table.partner {
  border-bottom: 1px solid #fff;
}
.table.partner > .tr > .th {
  border-top: 1px solid #fff;
}
.table.partner > .tr > .td {
  border-top: 1px solid #fff;
}
@media (max-width: 750px) {
  .table.partner > .tr > .td {
    border: none;
  }
}

.table_form {
  margin: 0;
}
.table_form > .tr {
  margin: 15px 0;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
}
@media (max-width: 750px) {
  .table_form > .tr {
    margin: 2vw 0;
    display: block;
  }
}
.table_form > .tr > .th {
  width: 250px;
  padding: 10px 0 10px 35px;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.18em;
  position: relative;
}
@media (max-width: 750px) {
  .table_form > .tr > .th {
    width: 100%;
    padding: 2.667vw;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.table_form > .tr > .th > span.required {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 15px;
  color: #FF521E;
}
@media (max-width: 750px) {
  .table_form > .tr > .th > span.required {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
.table_form > .tr > .td {
  width: calc(100% - 250px);
  padding: 10px 20px;
  text-align: left;
}
@media (max-width: 750px) {
  .table_form > .tr > .td {
    width: 100%;
    padding: 0 2.667vw 2.667vw;
  }
}
.table_form > .tr > .td > span.required {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 19px;
  color: #FF521E;
}
@media (max-width: 750px) {
  .table_form > .tr > .td > span.required {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.table_form > .tr > .td > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5em;
}
.table_form > .tr > .td > ul > li {
  padding: 0.1em 2em 0.1em 0;
}
@media (max-width: 750px) {
  .table_form > .tr > .td > ul > li {
    padding: 0.5em;
  }
}
.table_form > .tr.comment {
  display: block;
}
.table_form > .tr.comment > .td {
  margin: 0 auto;
}

.anime {
  opacity: 0;
}
.anime.animated {
  animation: slideTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}

.anime2 {
  opacity: 0;
}
.anime2.animated {
  animation: fadeIn 1.2s linear 0.2s forwards;
}

.anime3 {
  opacity: 0;
}
.anime3.animated {
  animation: slideTitle2 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}

.animeleft {
  opacity: 0;
}
.animeleft.animated {
  animation: slideIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}

.animeright {
  opacity: 0;
}
.animeright.animated {
  animation: slideIn2 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}

#header.init {
  transform: translate(0, -100%);
}
#header.fixed {
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  transform: translate(0, 0);
}

@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideTitle2 {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn2 {
  0% {
    opacity: 0;
    transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleXwidth {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInLoop {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  60% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInCenter {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%);
  }
  to {
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInroll {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rotateDownLeft {
  0% {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -20deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: none;
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes shadowSlide {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-15px, -15px);
  }
  20% {
    opacity: 1;
    transform: translate(-15px, -15px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes shadowSlide_sp {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-7px, -7px);
  }
  20% {
    opacity: 1;
    transform: translate(-7px, -7px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes blurInTitle {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes Turnboard {
  from {
    transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  40% {
    transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }
  80% {
    transform: perspective(300px) rotate3d(0, 1, 0, -2deg);
  }
  to {
    opacity: 1;
    transform: perspective(300px);
  }
}
@keyframes fuwafuwa {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fadeOutAnime {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes fadeOutAnimeBtn {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-100%, -80%) scale(1, 1);
  }
  60% {
    transform: translate(-100%, -80%) scale(1.2, 1.2);
  }
  100% {
    transform: translate(-50%, -40%) scale(0, 0);
  }
}
@keyframes bounceInDown {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate(0, -40px);
  }
  20% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.1, 0.9, 1) translate(0, 5px);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.95, 1.05, 1) translate(0, -2px);
  }
  80% {
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(1, 1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes bounceOutUp {
  from, to {
    animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(0, 0, 1) translate(0, 120px);
    opacity: 0;
  }
}
@keyframes kujiOpen1step {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    height: 50%;
  }
  to {
    height: 0;
  }
}
@keyframes kujiOpen2step {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@keyframes rotationInner {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes kujiOpen3step {
  0%, 40%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    top: 15%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    top: -13%;
  }
  to {
    opacity: 1;
    top: -10%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
}
@keyframes kujifadeout {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  50% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  to {
    top: 48.5%;
    width: 67.33vw;
    opacity: 1;
    transform: scale(1, 1);
  }
}
/*
    個別にアニメーション
*/
@keyframes lottery_fuwa01 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -20%) rotate(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes lottery_fuwa02 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  50% {
    transform: translate(-40%, -80%) rotate(25deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
}
@keyframes lottery_fuwa03 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  50% {
    transform: translate(-60%, 10%) rotate(-79deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes lottery_fuwa04 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
  50% {
    transform: translate(-40%, -40%) rotate(-133deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
}
@keyframes lottery_fuwa05 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
  50% {
    transform: translate(-50%, -90%) rotate(-66deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
}
@keyframes lottery_fuwa08 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
  50% {
    transform: translate(-50%, 10%) rotate(-192deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul,
ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.util_sp {
  display: none !important;
}
@media (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
    Error
*/
p.error {
  color: #FF521E;
  padding: 0 !important;
}

/*
    PageTop
*/
#pagetop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 51px;
  height: 51px;
  z-index: 2;
}
#pagetop > a > img {
  max-width: 51px;
  max-height: 51px;
}

/*
    loader
*/
/*
    header
*/
header#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 750px) {
  header#header {
    position: fixed;
    z-index: 5;
  }
}
header#header > .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  position: relative;
}
header#header > .inner > .logo {
  height: 275px;
  padding-top: 45px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  header#header > .inner > .logo {
    width: calc(15vw + 1px);
    height: 15vw;
    padding-top: 1.667vw;
  }
}
header#header > .inner > .logo img {
  margin: 0 auto;
  max-width: 204px;
  max-height: 185px;
}
@media (max-width: 750px) {
  header#header > .inner > .logo img {
    max-width: 12vw;
    max-height: 11.5vw;
  }
}
header#header > .inner #sp_nav {
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translate(0, -50%);
  display: none;
}
@media (max-width: 750px) {
  header#header > .inner #sp_nav {
    display: block;
  }
}
header#header > .inner #sp_nav > a {
  display: block;
  width: 12vw;
  height: 12vw;
  background-color: #000;
  position: relative;
}
header#header > .inner #sp_nav > a > span {
  width: 8vw;
  height: 0.666vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  transform-origin: center;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
header#header > .inner #sp_nav > a > span:nth-of-type(1) {
  top: 30%;
}
header#header > .inner #sp_nav > a > span:nth-of-type(3) {
  top: 70%;
}
header#header > .inner #sp_nav.open > a > span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header#header > .inner #sp_nav.open > a > span:nth-of-type(2) {
  opacity: 0;
}
header#header > .inner #sp_nav.open > a > span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

/*
    footer
*/
footer#footer {
  border-top: 1px solid #000;
  padding: 20px 0 0;
  position: relative;
  z-index: 1;
}
footer#footer > section.section {
  background-color: #FFE5E6;
}
footer#footer > section.section > .inner {
  margin: 0 auto;
  max-width: 1400px;
}
footer#footer > section.section > .inner > .upper {
  margin: 0 auto;
  max-width: 640px;
  padding: 20px 10px;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .upper {
    padding: 2.666vw 0;
  }
}
footer#footer > section.section > .inner > .upper > ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .upper > ul {
    display: block;
  }
}
footer#footer > section.section > .inner > .upper > ul > li {
  text-align: left;
}
footer#footer > section.section > .inner > .upper > ul > li > a {
  color: #000;
  font-size: 24px;
  display: block;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .upper > ul > li > a {
    padding: 1.333vw 2.666vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
footer#footer > section.section > .inner > .upper > ul > li > a > span {
  font-size: 10px;
  display: block;
  color: #EB6F68;
  letter-spacing: 0.32em;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .upper > ul > li > a > span {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
footer#footer > section.section > .inner > .upper > ul > li > ul {
  margin-top: 0.5em;
}
footer#footer > section.section > .inner > .upper > ul > li > ul > li {
  padding: 0.6em 0;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .upper > ul > li > ul > li {
    padding: 0.4em 1em;
  }
}
footer#footer > section.section > .inner > .upper > ul > li > ul > li > a {
  font-size: 20px;
  color: #000;
  display: block;
  position: relative;
  padding: 0 0 0 14px;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .upper > ul > li > ul > li > a {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
footer#footer > section.section > .inner > .upper > ul > li > ul > li > a:before {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/common/icon_arrow_small.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
footer#footer > section.section > .inner > .lower {
  border-top: 1px solid #fff;
  padding: 30px 10px 20px;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .lower {
    padding: 3.333vw 1.333vw 2.666vw;
  }
}
footer#footer > section.section > .inner > .lower > h2 {
  font-size: 20px;
  letter-spacing: 0.32em;
  margin-bottom: 0.7em;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .lower > h2 {
    font-size: 30px;
    font-size: 4vw;
  }
}
footer#footer > section.section > .inner > .lower > p {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .lower > p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
footer#footer > section.section > .inner > .lower > p > span {
  font-size: 10px;
}
@media (max-width: 750px) {
  footer#footer > section.section > .inner > .lower > p > span {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
footer#footer > section.section > .inner > .lower > .link {
  margin-top: 0.5em;
}
footer#footer > .copyright {
  margin-top: 20px;
  line-height: 1;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  letter-spacing: 0.16em;
  padding: 20px;
  border-top: 1px solid #000;
}
@media (max-width: 750px) {
  footer#footer > .copyright {
    margin-top: 2.667vw;
    padding: 2.667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}

/*
    Navigation
*/
nav#grobal_navi {
  position: absolute;
  top: 275px;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 275px;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  nav#grobal_navi {
    top: calc(15vw + 1px);
    width: 100%;
    max-width: 100%;
    height: calc(100vh - (15vw + 1px));
    background-color: #fff;
    display: none;
  }
}
nav#grobal_navi > ul {
  padding: 30px 0 0 40px;
}
nav#grobal_navi > ul > li {
  text-align: left;
  padding: 0.9em 0;
}
nav#grobal_navi > ul > li > a {
  color: #000;
  font-size: 24px;
  display: block;
}
@media (max-width: 750px) {
  nav#grobal_navi > ul > li > a {
    padding: 1.333vw 2.666vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
nav#grobal_navi > ul > li > a > span {
  margin-left: 0.5em;
  font-size: 10px;
  display: inline-block;
  color: #EB6F68;
  letter-spacing: 0.32em;
}
@media (max-width: 750px) {
  nav#grobal_navi > ul > li > a > span {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
nav#grobal_navi > ul > li > ul {
  margin: 0.5em 0 0 1.1em;
}
nav#grobal_navi > ul > li > ul > li {
  padding: 0.8em 0;
}
@media (max-width: 750px) {
  nav#grobal_navi > ul > li > ul > li {
    padding: 0.4em 1em;
  }
}
nav#grobal_navi > ul > li > ul > li > a {
  font-size: 20px;
  color: #000;
  display: block;
  position: relative;
  padding: 0 0 0 14px;
}
@media (max-width: 750px) {
  nav#grobal_navi > ul > li > ul > li > a {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
nav#grobal_navi > ul > li > ul > li > a:before {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/common/icon_arrow_small.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.recruit nav#grobal_navi {
  border-top: 1px solid #000;
  background-color: #faf5f5;
}
@media (max-width: 750px) {
  .recruit nav#grobal_navi {
    border: none;
    background-color: #fff;
  }
}

/*
    Style
*/
@media (max-width: 750px) {
  #main {
    padding-top: 15vw;
  }
}
#main section.section {
  padding: 25px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  #main section.section {
    padding: 3.333vw 0;
  }
}
#main section.section > .inner {
  background-color: #FFF5F5;
}
#main section.section > .inner .content {
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
}
#main section.section > .inner .content > .left_container {
  width: 275px;
  padding: 70px 20px;
}
@media (max-width: 750px) {
  #main section.section > .inner .content > .left_container {
    width: 15vw;
    padding: 9.333vw 2.667vw;
  }
}
#main section.section > .inner .content > .right_container {
  position: relative;
  width: calc(100% - 275px);
  padding: 0 40px 65px 30px;
}
@media (max-width: 750px) {
  #main section.section > .inner .content > .right_container {
    width: calc(100% - 15vw);
    padding: 0 5.333vw 6.667vw;
  }
}
#main section.section > .inner .content > .right_container:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 100px);
  background-color: #000;
  position: absolute;
  top: -25px;
  left: 0;
}

section.section#mainview {
  padding: 0;
}
section.section#mainview > .inner {
  background: none;
}
section.section#mainview > .inner .content {
  width: 100%;
  padding: 0 0 0 275px;
}
@media (max-width: 750px) {
  section.section#mainview > .inner .content {
    padding: 0;
  }
}
section.section#mainview > .inner .content > .container {
  width: 100%;
  border-left: 1px solid #000;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}
@media (max-width: 750px) {
  section.section#mainview > .inner .content > .container {
    border: none;
  }
}
section.section#mainview > .inner .content > .container > .baloon {
  position: absolute;
  top: 100px;
  left: -1px;
  width: 100%;
  max-width: 780px;
}
@media (max-width: 750px) {
  section.section#mainview > .inner .content > .container > .baloon {
    top: 9.333vw;
    width: 69.333vw;
  }
}
section.section#mainview > .inner .content > .container > .baloon img {
  max-height: 120px;
}
section.section#mainview > .inner:nth-of-type(1) {
  background-color: #fff;
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  section.section#mainview > .inner:nth-of-type(1) {
    height: auto;
  }
}
section.section#mainview > .inner:nth-of-type(3) .content > .container {
  padding: 40px 0;
}
@media (max-width: 750px) {
  section.section#mainview > .inner:nth-of-type(3) .content > .container {
    padding: 5.333vw 5.333vw;
  }
}
section.section#mainview > .inner:nth-of-type(3) .content > .container > h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.32em;
}
@media (max-width: 750px) {
  section.section#mainview > .inner:nth-of-type(3) .content > .container > h2 {
    font-size: 30px;
    font-size: 4vw;
  }
}
section.section#mainview > .inner:nth-of-type(3) .content > .container > p {
  padding: 40px 20px 0;
  line-height: 2.2;
  font-size: 16px;
  letter-spacing: 0.32em;
}
@media (max-width: 750px) {
  section.section#mainview > .inner:nth-of-type(3) .content > .container > p {
    padding: 2em 0 0;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
section.section#mainview > .inner:nth-of-type(3) .content > .container > p.last {
  color: #8995AD;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  section.section#mainview > .inner:nth-of-type(3) .content > .container > p.last {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
@media (max-width: 750px) {
  section.section#ses_solution {
    border-top: 1px solid #000;
  }
}
section.section#ses_solution > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section#hr_solution > .inner {
  background-color: #E6E6E6;
}
section.section#hr_solution > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section .baloon {
  position: absolute;
  top: 0;
  left: 0;
}
section.section .baloon.no3 {
  width: 646px;
  height: 608.5px;
  top: -55px;
  left: 70%;
}
@media (max-width: 1500px) {
  section.section .baloon.no3 {
    width: 43.067vw;
    height: 40.567vw;
    top: -3.667vw;
  }
}
section.section .baloon.no4 {
  width: 604px;
  height: 593.5px;
  top: auto;
  bottom: -30px;
  left: 2.667%;
}
@media (max-width: 1500px) {
  section.section .baloon.no4 {
    width: 40.267vw;
    height: 39.567vw;
    bottom: -2vw;
  }
}
section.section .baloon.no5 {
  width: 540px;
  height: 557px;
  top: auto;
  bottom: 25%;
  left: -20%;
}
@media (max-width: 1500px) {
  section.section .baloon.no5 {
    width: 36vw;
    height: 37.133vw;
  }
}
section.section .baloon.no6 {
  width: 603px;
  height: 593.5px;
  top: auto;
  bottom: -75px;
  left: -4.667%;
}
@media (max-width: 1500px) {
  section.section .baloon.no6 {
    width: 40.2vw;
    height: 39.567vw;
  }
}

.container_index {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .container_index {
    display: block;
  }
}
.container_index > div.txt {
  width: 52.38%;
  padding: 0 40px 0 0;
  text-align: left;
  letter-spacing: 0.32em;
}
@media (max-width: 1000px) {
  .container_index > div.txt {
    width: 100%;
    padding: 0;
  }
}
.container_index > div.txt > h2 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .container_index > div.txt > h2 {
    margin-bottom: 4.267vw;
  }
}
.container_index > div.txt > h2 img {
  margin-top: -15px;
}
@media (max-width: 750px) {
  .container_index > div.txt > h2 img {
    margin-top: -2.667vw;
  }
}
.container_index > div.txt > h3 {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  display: inline-block;
  padding: 0 50px 0 0;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .container_index > div.txt > h3 {
    font-size: 50px;
    font-size: 6.6666666667vw;
    margin-bottom: 4.267vw;
  }
}
.container_index > div.txt > h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 29px;
  height: 34px;
  background-image: url("../images/common/icon_arrow_orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 750px) {
  .container_index > div.txt > h3:after {
    width: 3.333vw;
    height: 3.907vw;
  }
}
.container_index > div.txt > .exp > h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .container_index > div.txt > .exp > h4 {
    font-size: 33px;
    font-size: 4.4vw;
    margin-bottom: 2.667vw;
  }
}
.container_index > div.txt > .exp > p {
  font-size: 16px;
  line-height: 2.147;
}
@media (max-width: 750px) {
  .container_index > div.txt > .exp > p {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.924;
  }
}
.container_index > div.photo {
  width: 47.62%;
  padding: 0;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1000px) {
  .container_index > div.photo {
    margin-top: 5.333vw;
    width: 100%;
  }
}
.container_index > div.photo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: translate(3.5%, -3.5%);
}
@media (max-width: 750px) {
  .container_index > div.photo:before {
    border: 1.333vw solid #fff;
  }
}
.container_index > div.photo .icon {
  width: 203px;
  height: 198px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-28%, 41%);
  z-index: 1;
}
@media (max-width: 750px) {
  .container_index > div.photo .icon {
    width: 27.067vw;
    height: 26.271vw;
    transform: translate(-14%, 30%);
  }
}
.container_index > div.photo .icon img {
  max-width: 203px;
  max-height: 198px;
}
@media (max-width: 750px) {
  .container_index > div.photo .icon img {
    max-width: 27.067vw;
    max-height: 26.271vw;
  }
}
.container_index.reverse {
  flex-direction: row-reverse;
  padding-left: 10px;
}
@media (max-width: 750px) {
  .container_index.reverse {
    padding-left: 0;
  }
}
.container_index.reverse > div.txt {
  padding: 0 0 0 40px;
}
@media (max-width: 750px) {
  .container_index.reverse > div.txt {
    padding: 0;
  }
}
.container_index.reverse > div.photo:before {
  transform: translate(-3.5%, -3.5%);
}
.container_index.reverse > div.photo .icon {
  left: 100%;
  transform: translate(-72%, 41%);
  z-index: 1;
}

/*
    About
*/
section.section#outline {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
section.section#outline > .inner:nth-of-type(1) {
  background: none;
  height: 275px;
}
@media (max-width: 750px) {
  section.section#outline > .inner:nth-of-type(1) {
    height: auto;
  }
}
section.section#outline > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section#outline > .inner:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
section.section#outline > .inner:nth-of-type(1) .content > .right_container {
  padding: 0;
}
section.section#outline > .inner:nth-of-type(1) .content > .right_container > p {
  text-align: left;
  font-size: 30px;
  padding: 35px 55px;
}
@media (max-width: 750px) {
  section.section#outline > .inner:nth-of-type(1) .content > .right_container > p {
    padding: 4.267vw 5.333vw;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.714;
  }
}
section.section#outline > .inner:nth-of-type(2) {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: none;
}
section.section#outline > .inner:nth-of-type(2) .content {
  position: relative;
  z-index: 2;
}
section.section#outline > .inner:nth-of-type(2) .content > .right_container {
  padding-top: 60px;
}
@media (max-width: 750px) {
  section.section#outline > .inner:nth-of-type(2) .content > .right_container {
    padding-top: 6.667vw;
  }
}
section.section#outline > .inner:nth-of-type(2) .content > .right_container > h2 {
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  section.section#outline > .inner:nth-of-type(2) .content > .right_container > h2 {
    margin-bottom: 3vw;
  }
}
section.section#outline > .inner:nth-of-type(2) .content > .right_container > h2 img {
  max-width: 210px;
  max-height: 30px;
}
@media (max-width: 750px) {
  section.section#outline > .inner:nth-of-type(2) .content > .right_container > h2 img {
    width: 28vw;
    height: 4vw;
  }
}
section.section#outline > .inner:nth-of-type(2) .content > .right_container > h2 > span {
  padding: 0.8em;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #EB6F68;
}
@media (max-width: 750px) {
  section.section#outline > .inner:nth-of-type(2) .content > .right_container > h2 > span {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
section.section#access {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
section.section#access > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section#access > .inner .content > .right_container {
  text-align: left;
  padding: 40px 0 0;
}
@media (max-width: 750px) {
  section.section#access > .inner .content > .right_container {
    padding: 5.333vw 0 0;
  }
}
section.section#access > .inner .content > .right_container > h2 {
  margin: 0 40px 30px;
}
@media (max-width: 750px) {
  section.section#access > .inner .content > .right_container > h2 {
    margin: 0 5.333vw 4.267vw;
  }
}
section.section#access > .inner .content > .right_container > h2 > img {
  width: 159px;
  height: 30px;
}
@media (max-width: 750px) {
  section.section#access > .inner .content > .right_container > h2 > img {
    width: 21.2vw;
    height: 4vw;
  }
}
section.section#access > .inner .content > .right_container > .address {
  margin: 0 40px;
  padding: 0 0 0 50px;
  position: relative;
}
@media (max-width: 750px) {
  section.section#access > .inner .content > .right_container > .address {
    margin: 0 5.333vw;
  }
}
section.section#access > .inner .content > .right_container > .address:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, 0);
  width: 36px;
  height: 36px;
  background-image: url("../images/about/icon_signboard.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
section.section#access > .inner .content > .right_container > .address p {
  font-size: 15px;
  line-height: 1.74;
}
@media (max-width: 750px) {
  section.section#access > .inner .content > .right_container > .address p {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
section.section#access > .inner .content > .right_container > .map {
  margin: 20px 0 0 1px;
  width: calc(100% - 1px);
  position: relative;
}
section.section#access > .inner .content > .right_container > .map:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 42.11%;
}
@media (max-width: 750px) {
  section.section#access > .inner .content > .right_container > .map:before {
    padding-top: 80%;
  }
}
section.section#access > .inner .content > .right_container > .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    Contact
*/
section.section#contact {
  padding: 0;
  overflow: visible;
}
section.section#contact > .inner {
  background: none;
}
@media (max-width: 750px) {
  section.section#contact > .inner .content .left_container {
    display: none;
  }
}
@media (max-width: 750px) {
  section.section#contact > .inner .content .right_container {
    width: 100%;
  }
}
@media (max-width: 750px) {
  section.section#contact > .inner .content .right_container:before {
    content: none;
  }
}
section.section#contact > .inner .content .right_container .container_txt_form {
  text-align: left;
  font-size: 18px;
  line-height: 1.888;
  padding: 0 0 0 120px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 750px) {
  section.section#contact > .inner .content .right_container .container_txt_form {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0 0 0 24vw;
  }
}
section.section#contact > .inner .content .right_container .container_txt_form:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
  width: 50px;
  height: 38px;
  background-image: url("../images/contact/icon_paperplane.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 750px) {
  section.section#contact > .inner .content .right_container .container_txt_form:before {
    width: 10.6667vw;
    height: 8.1066vw;
    left: 4vw;
  }
}
@media (max-width: 750px) {
  section.section#contact > .inner:nth-of-type(1) {
    border-bottom: 1px solid #000;
  }
}
section.section#contact > .inner:nth-of-type(1) .content {
  width: 100%;
  padding: 0 0 0 275px;
  text-align: center;
}
@media (max-width: 750px) {
  section.section#contact > .inner:nth-of-type(1) .content {
    padding: 0;
  }
}
section.section#contact > .inner:nth-of-type(1) .content > .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 275px;
}
@media (max-width: 750px) {
  section.section#contact > .inner:nth-of-type(1) .content > .container {
    padding: 9.333vw 0;
    height: auto;
  }
}
section.section#contact > .inner:nth-of-type(1) .content > .container > h1 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 750px) {
  section.section#contact > .inner:nth-of-type(1) .content > .container > h1 {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}
section.section#contact > .inner:nth-of-type(2) {
  position: relative;
}
section.section#contact > .inner:nth-of-type(2) .content {
  position: relative;
  z-index: 1;
}
section.section#contact > .inner:nth-of-type(2) .content > .right_container {
  overflow: hidden;
  padding: 30px 25px 120px;
}
@media (max-width: 750px) {
  section.section#contact > .inner:nth-of-type(2) .content > .right_container {
    padding: 4vw 3.333vw 10.667vw;
  }
}
section.section#contact > .inner:nth-of-type(2) .content > .right_container .container_form h1 {
  text-align: left;
}
section.section#contact > .inner:nth-of-type(2) .content > .right_container .container_form h1 img {
  width: 497px;
  margin-top: -22px;
}
section.section#contact > .inner:nth-of-type(2) .content > .right_container .container_form p {
  font-size: 19px;
  letter-spacing: 0.28em;
  padding: 0.3em 0 2.2em;
  line-height: 1.66;
}
@media (max-width: 750px) {
  section.section#contact > .inner:nth-of-type(2) .content > .right_container .container_form p {
    font-size: 24px;
    font-size: 3.2vw;
    text-align: left;
  }
}
section.section#contact > .inner:nth-of-type(2) .content > .right_container .container_form p.under_ttl {
  padding-top: 30px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 750px) {
  section.section#contact > .inner:nth-of-type(2) .content > .right_container .container_form p.under_ttl {
    padding-top: 4.267vw;
    font-size: 36px;
    font-size: 4.8vw;
  }
}
section.section#contact > .inner:nth-of-type(2) .content > .right_container .container_form .btn_submit {
  margin-top: 1.5em;
}

.container_form {
  background-color: #F2F2F2;
  padding: 5px 40px 40px;
}
@media (max-width: 750px) {
  .container_form {
    padding: 1.333vw 5.333vw 5.333vw;
  }
}
.container_form .txt_attend {
  margin-top: -1em;
  text-align: right;
  color: #EB6F68;
  font-size: 15px;
}
@media (max-width: 750px) {
  .container_form .txt_attend {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}

/*
    Recruit
*/
section.section#recruit_main {
  position: relative;
  z-index: 1;
  padding: 0;
}
section.section#recruit_main > .inner:nth-of-type(1) {
  background: none;
  border-bottom: 1px solid #000;
}
section.section#recruit_main > .inner:nth-of-type(1) .content {
  width: 100%;
  padding: 0 0 0 275px;
  text-align: center;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(1) .content {
    padding: 0;
  }
}
section.section#recruit_main > .inner:nth-of-type(1) .content > .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 275px;
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(1) .content > .container {
    padding: 9.333vw 0 0;
    height: auto;
  }
}
section.section#recruit_main > .inner:nth-of-type(1) .content > .container > h1 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(1) .content > .container > h1 {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}
section.section#recruit_main > .inner:nth-of-type(1) .content > .container > ul {
  width: 100%;
  border-top: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(1) .content > .container > ul {
    margin-top: 9.333vw;
  }
}
section.section#recruit_main > .inner:nth-of-type(1) .content > .container > ul > li {
  font-weight: 700;
  font-family: copperplate, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}
section.section#recruit_main > .inner:nth-of-type(1) .content > .container > ul > li a {
  display: block;
  color: #000;
  padding: 15px 43px;
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(1) .content > .container > ul > li a {
    padding: 2vw 3.333vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
  }
}
section.section#recruit_main > .inner:nth-of-type(1) .content > .container > ul > li:nth-of-type(4) a {
  font-size: 35px;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(1) .content > .container > ul > li:nth-of-type(4) a {
    font-size: 35px;
    font-size: 4.6666666667vw;
  }
}
section.section#recruit_main > .inner:nth-of-type(2) {
  background: none;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(2) .content > .left_container {
    display: none;
  }
}
section.section#recruit_main > .inner:nth-of-type(2) .content > .right_container {
  padding: 0;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(2) .content > .right_container {
    width: 100%;
  }
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(2) .content > .right_container:before {
    content: none;
  }
}
section.section#recruit_main > .inner:nth-of-type(2) .content > .right_container > p {
  text-align: left;
  font-size: 30px;
  line-height: 1.69;
  padding: 30px 55px;
}
@media (max-width: 750px) {
  section.section#recruit_main > .inner:nth-of-type(2) .content > .right_container > p {
    padding: 4.267vw 5.333vw;
    font-size: 30px;
    font-size: 4vw;
  }
}
section.section#recruit_main > .inner:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 207px;
  background-color: #FFF5F5;
}
section.section#full-time > .inner {
  background: none;
}
section.section#full-time > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section#full-time > .inner .content > .right_container {
  padding-top: 10px;
}
@media (max-width: 750px) {
  section.section#full-time > .inner .content > .right_container {
    padding-top: 1.333vw;
  }
}
section.section#full-time > .inner .content > .right_container > h2 {
  font-size: 40px;
  letter-spacing: 0.3em;
}
@media (max-width: 750px) {
  section.section#full-time > .inner .content > .right_container > h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
section.section#full-time > .inner .content > .right_container > h2 > span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.12em;
  font-family: "Cambay", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0.2em;
  color: #3FA9F5;
}
@media (max-width: 750px) {
  section.section#full-time > .inner .content > .right_container > h2 > span {
    font-size: 30px;
    font-size: 4vw;
  }
}
section.section#full-time > .inner .content > .right_container .container_detail {
  padding: 50px 0 0;
}
@media (max-width: 750px) {
  section.section#full-time > .inner .content > .right_container .container_detail {
    padding: 5.333vw 0 0;
  }
}
section.section#full-time > .inner .content > .right_container .link_entry {
  margin-top: 30px;
}
@media (max-width: 750px) {
  section.section#full-time > .inner .content > .right_container .link_entry {
    margin-top: 3.333vw;
  }
}
section.section#freelance {
  padding: 0;
}
section.section#freelance > .inner {
  background-color: #FDE9EC;
}
section.section#freelance > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section#freelance > .inner .content > .right_container {
  padding-top: 50px;
}
@media (max-width: 750px) {
  section.section#freelance > .inner .content > .right_container {
    padding: 5.333vw;
  }
}
section.section#freelance > .inner .content > .right_container > h2 {
  font-size: 40px;
  letter-spacing: 0.3em;
}
@media (max-width: 750px) {
  section.section#freelance > .inner .content > .right_container > h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
section.section#freelance > .inner .content > .right_container > h2 > span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.12em;
  font-family: "Cambay", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0.2em;
  color: #EB6F68;
}
@media (max-width: 750px) {
  section.section#freelance > .inner .content > .right_container > h2 > span {
    font-size: 30px;
    font-size: 4vw;
  }
}
section.section#freelance > .inner .content > .right_container .container_detail {
  padding: 50px 0 0;
}
@media (max-width: 750px) {
  section.section#freelance > .inner .content > .right_container .container_detail {
    padding: 5.333vw 0 0;
  }
}
section.section#freelance > .inner .content > .right_container .link_entry {
  margin-top: 30px;
}
@media (max-width: 750px) {
  section.section#freelance > .inner .content > .right_container .link_entry {
    margin-top: 3.333vw;
  }
}
section.section#partner {
  padding-top: 0;
}
section.section#partner > .inner {
  background-color: #D6F5FD;
}
section.section#partner > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section#partner > .inner .content > .right_container {
  padding-top: 50px;
}
@media (max-width: 750px) {
  section.section#partner > .inner .content > .right_container {
    padding: 5.333vw;
  }
}
section.section#partner > .inner .content > .right_container > h2 {
  font-size: 40px;
  letter-spacing: 0.3em;
}
@media (max-width: 750px) {
  section.section#partner > .inner .content > .right_container > h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
section.section#partner > .inner .content > .right_container > h2 > span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.12em;
  font-family: "Cambay", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0.2em;
  color: #4D4D4D;
}
@media (max-width: 750px) {
  section.section#partner > .inner .content > .right_container > h2 > span {
    font-size: 30px;
    font-size: 4vw;
  }
}
section.section#partner > .inner .content > .right_container .container_detail {
  padding: 50px 0 0;
}
@media (max-width: 750px) {
  section.section#partner > .inner .content > .right_container .container_detail {
    padding: 5.333vw 0 0;
  }
}
section.section#partner > .inner .content > .right_container .link_entry {
  margin-top: 30px;
}
@media (max-width: 750px) {
  section.section#partner > .inner .content > .right_container .link_entry {
    margin-top: 3.333vw;
  }
}
section.section#entry > .inner .content > .left_container img {
  max-width: 47px;
  max-height: 292px;
}
section.section#entry > .inner .content > .right_container .container_form {
  background: none;
}
@media (max-width: 750px) {
  section.section#entry > .inner .content > .right_container .container_form {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section#entry > .inner .content > .right_container .container_form > .container_txt_form > h2 {
  font-size: 40px;
  position: relative;
  letter-spacing: 0.28em;
  margin-bottom: 1.3em;
}
@media (max-width: 750px) {
  section.section#entry > .inner .content > .right_container .container_form > .container_txt_form > h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
section.section#entry > .inner .content > .right_container .container_form > .container_txt_form > h2 > span {
  padding-top: 0.2em;
  display: block;
  font-size: 18px;
}
@media (max-width: 750px) {
  section.section#entry > .inner .content > .right_container .container_form > .container_txt_form > h2 > span {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
section.section#entry > .inner .content > .right_container .container_form p {
  font-size: 19px;
  letter-spacing: 0.28em;
  padding: 0.3em 0 0.6em;
  line-height: 1.66;
}
@media (max-width: 750px) {
  section.section#entry > .inner .content > .right_container .container_form p {
    font-size: 24px;
    font-size: 3.2vw;
    text-align: left;
  }
}
section.section#entry > .inner .content > .right_container .container_form .btn_submit {
  margin-top: 1.5em;
}/*# sourceMappingURL=style.css.map */