@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px; }

body {
  background-color: #eeefe4;
  font-size: 1em;
  word-break: break-word;
  scroll-behavior: smooth;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo, sans-serif; }

.pc_display {
  display: inherit; }

.sp_display {
  display: none; }

a {
  text-decoration: none;
  color: #11110f; }

.ml-1 {
  margin-left: 5px; }

.m-10 {
  margin: 100px auto; }

.small {
  font-size: 0.8rem; }

.x_small {
  font-size: 0.65rem; }

.logo_font {
  font-family: corporate-logo-ver2, sans-serif; }

.img_center {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto; }

.center_text {
  text-align: center;
  margin-bottom: 40px; }

.sub_title {
  font-family: corporate-logo-ver2, sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 40px 0;
  color: #3b3b9e; }

.link_btn {
  display: inline-block;
  padding: 3px 20px;
  margin: 0 0 10px 0;
  background-color: #dd3642;
  color: #fff;
  border-radius: 15px;
  transition: ease .2s;
  font-weight: 900; }
  .link_btn:hover {
    background-color: #11110f; }
  .link_btn a {
    display: block;
    color: #fff; }
  .link_btn a:hover {
    color: #fff; }

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

li {
  list-style: none; }

#sp_h1 {
  position: absolute;
  z-index: 4; }
  #sp_h1 h1 {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    animation-duration: 0.2s;
    animation-delay: 1s;
    font-weight: 900;
    font-size: 20rem;
    line-height: 1.0;
    text-align: right;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #dd3642;
    transform: skewX(-18deg); }

#sp_h2 {
  position: absolute;
  bottom: 0;
  z-index: 3; }
  #sp_h2 div {
    width: 100%;
    height: auto;
    top: 75%;
    left: 50%;
    transform: translateY(-75%) translateX(-75%);
    animation-duration: 0.2s;
    animation-delay: 1s;
    font-weight: 900;
    font-size: 20rem;
    line-height: 1.0;
    text-align: left;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #3b3b9e;
    transform: skewX(18deg); }

#sp_h3 {
  position: absolute;
  bottom: 0;
  z-index: 3; }
  #sp_h3 div {
    width: 100%;
    height: auto;
    top: 75%;
    left: 50%;
    transform: translateY(-75%) translateX(-75%);
    animation-duration: 0.2s;
    animation-delay: 1s;
    font-weight: 900;
    font-size: 20rem;
    line-height: 1.0;
    text-align: right;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #fff;
    transform: skewX(-18deg); }

.icon_bk a {
  color: #11110f; }

.iconlink a {
  color: #eeefe4; }
  .iconlink a i {
    font-size: 2.4rem;
    margin: 0 5px 0 0; }

.pc_display {
  display: inherit; }

.sp_display {
  display: none; }

.formtable {
  width: 60%;
  margin: 0 auto 40px auto;
  border-spacing: 0; }
  .formtable th {
    width: 35%;
    border-bottom: solid 2px #3b3b9e;
    padding: 20px 20px 10px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; }
  .formtable td {
    width: 65%;
    border-bottom: solid 1px #11110f;
    text-align: left;
    padding: 20px 20px 10px 20px; }

.formtable_kakunin {
  width: 100%;
  margin: 0 auto 40px auto;
  border-spacing: 0; }
  .formtable_kakunin th {
    width: 35%;
    border-bottom: solid 2px #3b3b9e;
    padding: 20px 20px 10px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; }
  .formtable_kakunin td {
    width: 65%;
    border-bottom: solid 1px #11110f;
    text-align: left;
    padding: 20px 20px 10px 20px; }

.input_box {
  width: 90%;
  padding: 5px;
  background-color: #fff;
  margin: 0 10px 0 0;
  overflow: hidden; }

input.btn_style {
  padding: 10px 40px;
  border: solid 2px #3b3b9e;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  transition: ease .2s; }

input.btn_style span {
  position: relative;
  z-index: 3;
  color: #11110f; }

input.btn_style:hover {
  color: #11110f;
  background-color: #fff;
  border: solid 3px #dd3642;
  transition: all 0.2s; }

input.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background: #3b3b9e;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg); }

input.bgskew#submit {
  background-color: #dd3642; }

input.bgskew:hover::before {
  animation: skewanime .5s forwards; }

input[type=checkbox] {
  display: none; }

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.checkbox::before {
  background: #fff;
  border: solid 1px #11110f;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.checkbox::after {
  border-right: 3px solid #214492;
  border-bottom: 3px solid #214492;
  content: '';
  display: block;
  width: 7px;
  height: 9px;
  left: 10px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg); }

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1; }

/* ラジオボタン01 */
input[type=radio] {
  display: none; }

.radio01 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative; }

.radio01::before {
  background: #fff;
  border: 1px solid #11110f;
  border-radius: 50%;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.radio01::after {
  background: #3b3b9e;
  border-radius: 50%;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  left: 8px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%; }

input[type=radio]:checked + .radio01::after {
  opacity: 1; }

.jump_btn {
  width: 250px;
  height: auto;
  padding: 10px 30px;
  margin: 40px auto 0 auto;
  border: solid 1px #11110f;
  text-align: center;
  background-color: #fff; }

.jump_btn a {
  display: block;
  color: #11110f; }

.jump_btn:hover {
  background-color: #d0dd57; }

@keyframes skewanime {
  100% {
    left: -10%; } }
header {
  padding: 30px 80px;
  position: absolute;
  top: 10%; }
  header h2 {
    font-size: 0.65rem;
    font-weight: 400;
    position: relative;
    margin-top: -100px; }
  header .header_logo {
    top: 80px;
    left: 80px;
    width: 120px;
    height: 120px;
    z-index: 1010;
    position: fixed; }
    header .header_logo img {
      width: 100%;
      height: auto; }

.border_t {
  height: 15px;
  width: 100%;
  background: #dd3642;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998; }

.border_b {
  height: 15px;
  width: 100%;
  background: #dd3642;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998; }

.border_l {
  height: 100%;
  width: 15px;
  background: #dd3642;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998; }

.border_r {
  height: 100%;
  width: 15px;
  background: #dd3642;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998; }

.sns_nav {
  position: fixed;
  z-index: 997;
  right: 2%;
  bottom: 50%;
  width: auto;
  height: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #11110f; }
  .sns_nav a i {
    margin-bottom: 5px;
    color: #3b3b9e; }

#news {
  position: absolute;
  width: 20%;
  height: 40px;
  background-color: #fff;
  border: solid 3px #11110f;
  border-radius: 3px;
  overflow: hidden;
  bottom: 30px;
  left: 80px; }
  #news span {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    padding: 8px 10px 0;
    text-align: center;
    background-color: #11110f;
    color: #eeefe4;
    vertical-align: text-bottom;
    z-index: 2; }
  #news p {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    height: auto;
    white-space: nowrap;
    padding: 6px 0 0 0;
    margin-left: 20%;
    animation: news_topic 10s infinite linear;
    vertical-align: text-bottom;
    z-index: 1; }

@keyframes news_topic {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
#container {
  opacity: 0; }

section {
  min-height: 100vh;
  padding-top: 100px; }

.panel {
  display: block;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: -1; }

.panel_a {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: -1; }

.panel_b {
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/service_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1; }

.panel_c {
  min-height: 100vh;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2026.3.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%201920%201080%22%20enable-background%3D%22new%200%200%201920%201080%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22%233B3B9E%22%20points%3D%220%2C1079.999%20797.227%2C1080%201920%2C0.001%201122.773%2C0%20%22%2F%3E%0A%3Cpolygon%20fill%3D%22%23DD3642%22%20points%3D%221186.795%2C1079.999%20386.795%2C1080%20733.205%2C0.001%201533.205%2C0%20%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: cover;
  position: relative;
  z-index: -1; }

.contents_box {
  width: 1280px;
  height: 100%;
  margin: auto auto 30px auto;
  position: inherit;
  z-index: 1; }
  .contents_box h3 {
    width: 100%;
    height: 100%;
    padding: 60px;
    font-size: 2.8rem;
    margin-bottom: 60px; }
    .contents_box h3#top_copy {
      text-shadow: 2px 2px #eeefe4;
      z-index: 10; }
  .contents_box h4 {
    font-family: corporate-logo-ver2, sans-serif;
    font-size: 3.0rem;
    font-weight: 900;
    margin-bottom: 80px; }
  .contents_box #home {
    width: 50%;
    height: auto;
    position: absolute;
    top: 8%;
    right: 10%;
    z-index: -1; }
    .contents_box #home img {
      width: 100%;
      height: auto; }
  .contents_box .flex_box {
    display: flex;
    padding: 40px 60px; }
  .contents_box .no_flex_box {
    padding: 40px 60px; }
  .contents_box .flex_bg {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 30px; }
  .contents_box .text_box {
    width: 46%;
    height: auto;
    margin: 0 auto; }
    .contents_box .text_box p {
      width: 96%;
      height: auto;
      margin-bottom: 40px;
      font-family: source-han-sans-cjk-ja, sans-serif;
      font-style: normal;
      line-height: 1.5; }
    .contents_box .text_box h5 {
      display: inline-block;
      font-size: 1.2rem;
      letter-spacing: 1.5;
      font-weight: 900;
      background-color: #11110f;
      color: #fff;
      padding: 5px 20px;
      border-radius: 20px;
      margin-bottom: 20px; }

#getyourefun {
  position: absolute;
  bottom: 15%;
  width: auto;
  height: auto;
  text-align: right;
  font-weight: 900;
  font-size: 10rem;
  line-height: 1.0;
  white-space: nowrap;
  color: #dd3642;
  transform: skewX(-18deg);
  z-index: -1; }

#maki_banaba {
  background-image: url("../images/maki_banana.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 150px; }

#thanks_msg {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.0;
  white-space: nowrap;
  color: #dd3642;
  transform: skewX(-18deg);
  margin: 100px 0; }

.service_box1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
  width: 90%;
  height: auto;
  overflow: hidden; }
  .service_box1 .web_box, .service_box1 .graphic_box {
    width: 50%;
    height: auto;
    margin: 0 5px 10px 5px;
    background-color: #dd3642;
    padding: 20px 20px 10px 20px;
    border-radius: 30px;
    align-content: space-between; }
    .service_box1 .web_box h3, .service_box1 .graphic_box h3 {
      margin: 10px 0 3px 0;
      padding: 0;
      font-size: 2.0rem;
      line-height: 1.0;
      font-family: corporate-logo-ver2, sans-serif;
      color: #fff;
      text-align: center; }
    .service_box1 .web_box h4, .service_box1 .graphic_box h4 {
      margin: 0 0 10px 0;
      font-size: 1.2rem;
      font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo, sans-serif;
      color: #fff;
      text-align: center; }
    .service_box1 .web_box img, .service_box1 .graphic_box img {
      width: 60%;
      height: auto;
      margin: 10px auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    .service_box1 .web_box p, .service_box1 .graphic_box p {
      width: 96%;
      margin: 10px auto;
      padding: 20px 50px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 20px 50px; }

.service_box2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: auto;
  overflow: hidden; }
  .service_box2 .public_box, .service_box2 .event_box {
    width: 50%;
    height: auto;
    margin: 0 5px 0 5px;
    background-color: #3b3b9e;
    padding: 20px 20px 10px 20px;
    border-radius: 30px; }
    .service_box2 .public_box h3, .service_box2 .event_box h3 {
      margin: 10px 0 3px 0;
      padding: 0;
      font-size: 2.0rem;
      line-height: 1.0;
      font-family: corporate-logo-ver2, sans-serif;
      color: #fff;
      text-align: center; }
    .service_box2 .public_box h4, .service_box2 .event_box h4 {
      margin: 0 0 10px 0;
      font-size: 1.2rem;
      font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo, sans-serif;
      color: #fff;
      text-align: center; }
    .service_box2 .public_box img, .service_box2 .event_box img {
      width: 60%;
      height: auto;
      margin: 10px auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    .service_box2 .public_box p, .service_box2 .event_box p {
      display: flex;
      flex-direction: row;
      width: 96%;
      margin: 10px auto;
      padding: 20px 50px;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 20px 50px; }

.works_title {
  border: solid 10px #3b3b9e;
  display: flex;
  justify-content: center;
  align-items: center; }

.works_box {
  width: 32%;
  height: 200px;
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8); }
  .works_box h5 {
    font-family: corporate-logo-ver2, sans-serif;
    font-size: 2.0rem; }

figure {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  figure div {
    overflow: hidden; }
  figure img {
    width: 100%;
    object-fit: cover; }

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
  transition: transform .4s, opacity .1s .3s;
  opacity: 0; }

figcaption h3,
figcaption p {
  font-size: 1.2rem;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0; }

figure:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: -webkit-transform .4s, opacity .1s;
  transition: transform .4s, opacity .1s;
  opacity: 1; }

figure:hover figcaption h3,
figure:hover figcaption p {
  font-size: 1.2rem;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1; }

ul#protectionpolicy {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box; }
  ul#protectionpolicy li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left; }
    ul#protectionpolicy li span {
      display: block;
      width: 90%;
      height: auto;
      font-weight: bold;
      border-bottom: solid 1px #000;
      padding: 0 0 5px 0;
      margin: 0 auto 30px auto; }
    ul#protectionpolicy li p {
      width: 90%;
      height: auto;
      margin: 0 auto 15px auto; }
    ul#protectionpolicy li ul {
      width: 80%;
      height: auto;
      margin: 0 auto;
      padding: 0; }
      ul#protectionpolicy li ul li {
        margin: 0 0 5px 0;
        padding: 0;
        list-style: disc; }

#pp_check {
  text-align: center;
  margin: 10px 0; }

#pp_check input#check_box {
  margin: 0 10px 0 0; }

.company_table {
  width: 100%;
  height: auto;
  line-height: 1.5; }
  .company_table th {
    width: 30%;
    white-space: nowrap;
    padding: 5px 10px 10px 10px;
    text-align: left;
    border-bottom: 2px solid #dd3642;
    font-weight: 300; }
  .company_table td {
    padding: 5px 10px 10px 10px;
    border-bottom: 1px dotted #11110f;
    font-weight: 300; }
  .company_table h6 {
    display: block;
    font-size: 1.0rem;
    font-weight: 600;
    margin: 0;
    padding: 0; }

footer {
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center; }
  footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    footer ul li {
      margin: 0 10px; }
      footer ul li a {
        color: #11110f; }
  footer #copyright {
    font-size: 0.8rem;
    margin-bottom: 3rem; }

#contact_now {
  width: 300px;
  height: 220px;
  position: fixed;
  bottom: 3%;
  right: 3%;
  background-image: url("../images/contact_bg.png");
  background-position: center;
  background-size: cover;
  animation-name: Contact_now;
  animation-fill-mode: backwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 10s;
  animation-direction: normal;
  text-align: center;
  padding: 30px 0 0 0; }
  #contact_now #box_tips {
    position: absolute;
    right: 5%;
    top: 0;
    font-size: 2.4rem;
    font-weight: 900;
    cursor: pointer; }
  #contact_now #contact_now_btn {
    display: inline;
    background-color: #11110f;
    padding: 5px 20px;
    font-family: corporate-logo-ver2, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease; }
    #contact_now #contact_now_btn a {
      color: #fff; }
    #contact_now #contact_now_btn::befor {
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #fff;
      animation: Contact_now_btn 3s ease-in-out infinite; }
  #contact_now h5 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-family: corporate-logo-ver2, sans-serif; }
  #contact_now p {
    width: 60%;
    height: auto;
    margin: 10px auto;
    font-size: 0.8rem;
    text-align: left; }

@keyframes Contact_now {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@-webkit-keyframes Contact_now_btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
