@charset "UTF-8";
/*!
Theme Name: easel AD
Description: easel AD
Version: 1.0.0
Author: Xacro Inc.
Author URI: https://xacro.jp/
*/
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: medium;
  font-weight: normal;
  line-height: 1.5em;
}

p {
  line-height: 1.5em;
}

li {
  list-style-type: none;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1140px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  .pc-only {
    display: none;
  }
}

body {
  color: #0000ff;
  font-family: "中ゴシックBBB", "Gothic Medium BBB", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.site-header {
  width: 1040px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1140px) {
  .site-header {
    width: 100%;
    position: relative;
  }
}

.logo {
  width: calc(160px * 2 + 40px);
  position: relative;
  left: calc(40px * -1);
  z-index: 100;
}
.logo a {
  display: inline-block;
  position: relative;
}
.logo a::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  z-index: -10;
}
@media screen and (max-width: 1140px) {
  .logo {
    width: auto;
    margin: 0 auto;
    position: static;
    text-align: center;
  }
}

footer {
  position: relative;
  left: -60px;
  width: calc(160px * 6 + 40px);
  margin: 80px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  footer {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer nav {
  left: 0;
}
@media screen and (max-width: 1140px) {
  footer nav {
    margin-bottom: 0;
  }
}
footer .sitemap {
  width: calc(160px * 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 45px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  footer .sitemap {
    width: calc(100% - 40px * 2);
    max-width: 360px;
    left: 0;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(80px / 2) 15px 80px;
  }
}
footer .sitemap > div {
  width: calc(160px * 2);
}
footer .sitemap h2, footer .sitemap li {
  height: calc(80px / 2);
}
footer .sitemap h2, footer .sitemap li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
}
footer .sitemap h2 {
  padding: 10px 0;
}
footer .sitemap li a {
  height: 100%;
}
footer .sitemap .series-link a {
  padding-left: 14px;
  font-size: 18px;
  font-size: 1.125rem;
}
footer .blanl-link::after {
  content: url(./assets/images/icon_link.svg);
  position: relative;
  left: 10px;
  bottom: 3px;
}
footer .footer-logo {
  position: absolute;
  bottom: 20px;
  left: calc(160px * 2 + 40px + 45px);
}
footer .footer-logo .logo-easel {
  margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  footer .footer-logo {
    position: static;
    width: calc(100% - 40px * 2);
    max-width: 360px;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
  }
}
footer .copyright {
  font-size: 10px;
  font-size: 0.625rem;
}

body {
  background-image: url(./assets/images/bg_line.svg);
  background-size: 160px 80px;
  background-position: calc(50% - (160px / 2 + 40px)) 40px;
}
@media screen and (max-width: 1140px) {
  body {
    background-position: calc(50% - (160px / 2 - 20px)) 40px;
  }
}

nav {
  width: calc(160px * 2 + 40px);
  position: relative;
  left: calc(40px * -1);
  z-index: 100;
}
@media screen and (max-width: 1140px) {
  nav {
    width: calc(100% - 40px * 2);
    max-width: 360px;
    left: 0;
    margin: 0 auto 80px;
  }
}
nav::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  right: 2px;
  background-color: #fff;
  height: 100%;
  width: calc(100% - 4px);
}
nav::before {
  content: "";
  position: absolute;
  height: calc(100% - 2px);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #0000ff;
  border-bottom: 2px solid #0000ff;
}
nav ul::before {
  content: "";
  position: absolute;
  left: calc(40px - 1px);
  height: 100%;
  width: 2px;
  background-image: url(./assets/images/bg_dot_y.svg);
  background-repeat: repeat-y;
}
nav li {
  height: calc(80px / 2);
  position: relative;
}
nav li .link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 6px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1140px) {
  nav li .link-text:hover {
    background-color: #0000ff;
    color: #fff;
  }
}
nav li .link-text .num {
  width: 40px;
  padding-right: 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav li .link-text img {
  width: 0.55em;
  padding-bottom: 2px;
  vertical-align: bottom;
}
nav li .link-text .a-text {
  padding: 0 10px;
  line-height: 1;
}
nav li:first-of-type .link-text {
  padding-left: 40px;
}
nav li.menu-item .link-text {
  padding-left: calc(40px + 10px);
  padding-right: 10px;
  line-height: 1;
}
nav li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(./assets/images/bg_dot.svg);
  background-repeat: repeat-x;
  position: absolute;
  bottom: -1px;
  right: 0;
}
nav li:last-of-type::after {
  content: none;
}
nav li:first-of-type::after {
  width: 100%;
  background-color: #0000ff;
}
nav li:nth-child(1 of .menu-item)::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0000ff;
  position: absolute;
  top: -1px;
}

.hero {
  width: 1040px;
  margin: auto;
  padding-right: 1px;
  margin-top: calc(160px + 40px);
}
@media screen and (max-width: 1140px) {
  .hero {
    width: calc(100% - 40px * 2);
    padding-right: 0;
    margin: auto;
    margin-top: 0;
  }
}
.hero .pict {
  margin-left: calc(160px * 2);
  position: relative;
}
@media screen and (max-width: 1140px) {
  .hero .pict {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.hero .pict .bottom-pict {
  position: absolute;
  z-index: -10;
  left: -98px;
  bottom: -70px;
}
@media screen and (max-width: 1140px) {
  .hero .pict .bottom-pict {
    height: 110px;
    left: -50px;
    bottom: -50px;
  }
}
.hero .pict .top-pict {
  position: absolute;
  z-index: -10;
  right: -15px;
  top: -70px;
}
@media screen and (max-width: 1140px) {
  .hero .pict .top-pict {
    height: 110px;
    right: -50px;
    top: -50px;
  }
}
.hero .text-pict {
  margin-left: calc(160px * 2);
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1140px) {
  .hero .text-pict {
    margin-left: 0;
    width: 100%;
  }
}
.hero .text-pict > div {
  padding: 11px;
  min-width: calc(40px * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .hero .text-pict > div {
    min-width: auto;
    background-color: #fff;
  }
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.content-wrap {
  width: calc(160px * 5);
  margin: auto;
  padding-left: calc(40px * 2);
}
@media screen and (max-width: 1140px) {
  .content-wrap {
    width: calc(100% - 40px * 2);
    padding-left: 0;
  }
}
.content-wrap .content-hero {
  position: relative;
  margin-left: calc(160px * 2);
  margin-top: calc(80px * 3 + 40px);
}
@media screen and (max-width: 1140px) {
  .content-wrap .content-hero {
    margin: 0 !important;
  }
}
.content-wrap .adno {
  position: absolute;
  width: 100%;
  left: -100px;
  top: -20px;
  z-index: -10;
}
@media screen and (max-width: 1140px) {
  .content-wrap .adno {
    position: relative;
    left: 0;
    top: auto;
    bottom: -34px;
    text-align: center;
  }
}
.content-wrap .lead {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: calc(80px + 40px);
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .content-wrap .lead {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.content-wrap section {
  margin-top: calc(80px / 2);
}
.content-wrap section h3, .content-wrap section p {
  margin-right: 160px;
}
.content-wrap section p {
  background-color: #fff;
  padding-bottom: calc(80px + 40px);
}
.content-wrap section .img {
  margin-left: 160px;
}
@media screen and (max-width: 1140px) {
  .content-wrap section > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.restricted {
  padding: 10px 0;
  min-height: 80px;
  background-color: #fff;
}