@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 {
  font-family: "中ゴシックBBB", "Gothic Medium BBB", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.site-logo {
  height: 51px;
  width: 100%;
  position: fixed;
  top: 0;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.site-title {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  padding: 0 2%;
  border-bottom: 1px solid #000;
}
.site-title a {
  display: inline-block;
}
@media screen and (max-width: 1140px) {
  .site-title {
    text-align: center;
  }
}

footer .sitemap {
  margin-top: 80px;
}
footer .sitemap > div {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
footer h3, footer a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: block;
  padding: 10px 50px;
}
@media screen and (max-width: 1140px) {
  footer h3, footer a {
    padding: 10px 5%;
  }
}
footer h3 {
  border-bottom: 1px solid #000;
}
footer li + li {
  border-top: 1px solid #000;
}
footer a {
  max-width: 310px;
}
footer a[target=_blank] {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer a[target=_blank]::after {
  content: url(./assets/images/icon_link.svg);
}

.logo-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px 30px;
}
.logo-footer .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 60px;
}
@media screen and (max-width: 1140px) {
  .logo-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 5% 30px;
  }
  .logo-footer .copyright {
    margin-left: 0;
    margin-top: 20px;
  }
  .logo-footer img {
    max-width: 180px;
  }
}

.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  background-color: #fff;
}
.site-nav .switch {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #fff;
}
.site-nav .switch span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #000;
  height: 1px;
  width: 71%;
}
.site-nav .switch span:nth-of-type(1) {
  top: 33%;
}
.site-nav .switch span:nth-of-type(2) {
  top: 66%;
}
.site-nav .switch.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(12%) rotate(-45deg);
          transform: translateY(12%) rotate(-45deg);
  width: 65%;
}
.site-nav .switch.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(12%) rotate(45deg);
          transform: translateY(12%) rotate(45deg);
  width: 65%;
}
.site-nav nav.target {
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 210px;
  width: calc(100% - 50px);
  display: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.site-nav nav.target.is-open {
  display: inline-block;
}
.site-nav nav.target li a {
  padding: 15px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.site-nav nav.target a[target=_blank] {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-nav nav.target a[target=_blank]::after {
  content: url(./assets/images/icon_link.svg);
}

.hero-inner {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
.hero-inner img {
  max-width: none;
}

.post-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.post-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-right: 50px;
}
.post-list li * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-list li:before {
  content: "●";
  display: block;
  font-size: 2em;
  width: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .post-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .post-list li:before {
    width: 100%;
    padding: 0 5%;
    border-bottom: 1px solid #000;
    text-align: left;
  }
}
.post-list .list-wrap {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1140px) {
  .post-list .list-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none !important;
  }
}
.post-list .list-block {
  border-left: 1px solid #000;
}
.post-list .list-block._left {
  width: 34.6%;
}
.post-list .list-block._center {
  width: 49.2%;
}
.post-list .list-block._right {
  width: 16.2%;
}
@media screen and (max-width: 1140px) {
  .post-list .list-block {
    width: 100% !important;
    border-left: none;
  }
}
.post-list .list-title {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1140px) {
  .post-list .list-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.post-list .list-title strong {
  font-weight: bolder;
}
@media screen and (max-width: 1140px) {
  .post-list .list-title {
    padding: 5%;
    padding-bottom: 5%;
    line-height: 1.75em;
  }
}
.post-list .list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-list .list-icon > div {
  margin: 15px 0;
  padding: 0 15px;
  width: 60%;
}
.post-list .list-icon .icon-pict {
  border-right: 1px solid #000;
  width: 40%;
}
@media screen and (max-width: 1140px) {
  .post-list .list-icon {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .post-list .list-icon > div {
    margin: 5% 0;
    padding: 0 5%;
  }
  .post-list .list-icon img {
    width: 100%;
  }
}
.post-list ._center {
  padding: 0 35px;
}
.post-list ._center h3 {
  line-height: 1.25em;
  margin: 15px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1140px) {
  .post-list ._center h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.post-list ._center h3 span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1140px) {
  .post-list ._center h3 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.post-list ._center p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1140px) {
  .post-list ._center p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1140px) {
  .post-list ._center {
    padding: 5% 5%;
  }
  .post-list ._center h3 {
    line-height: 1.75em;
  }
}
.post-list .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
@media screen and (max-width: 1140px) {
  .post-list .link-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #000;
    padding: 60px 0 30px;
  }
}
.post-list .link-box a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 8px 40px;
  width: 200px;
  border-radius: 100px;
  border: 1px solid #000;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1140px) {
  .post-list .link-box a {
    padding: 8px 0;
    width: calc((100% - 15px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-list .link-box a p {
    width: 76%;
  }
}
.post-list .link-box a + a {
  margin-left: 15px;
}
.post-list .link-box a p {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 1140px) {
  .post-list .link-box a p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.post-list .link-box a p:nth-of-type(2) {
  font-size: 16px;
  font-size: 1rem;
  margin-top: -2px;
}
@media screen and (max-width: 1140px) {
  .post-list .link-box a p:nth-of-type(2) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.post-list .link-box a p span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1140px) {
  .post-list .link-box a p span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.post-list .link-box a.site-link {
  background-color: #000;
  color: #fff;
}
.post-list .link-box a p.i-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-list .link-box a p.i-arrow::after {
  content: url(./assets/images/icon_link-w.svg);
  margin-left: 4px;
}
@media screen and (max-width: 1140px) {
  .post-list .link-box a p.i-arrow::after {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    margin-bottom: -2px;
  }
}
.post-list ._right {
  padding: 15px;
}
@media screen and (max-width: 1140px) {
  .post-list ._right {
    padding: 5%;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #000;
  }
  .post-list ._right .pr-text {
    width: 37%;
    margin-bottom: 0;
    margin-right: 5%;
  }
  .post-list ._right .photo {
    width: 60%;
  }
}
.post-list .pr-text {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}
.post-list .pr-text .name {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1140px) {
  .post-list .pr-text .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}