@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@import url('https://googleapis.com');
@import url('https://googleapis.com');

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

/* ここまでリセット追記 */

body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  transition: all 0.3s;
  text-decoration: none;
  cursor: revert;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  background-color: #000;
  color: #fff;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  body {
    font-size: clamp(12.8px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}
/*------------------------------
  common parts
------------------------------*/
.c-mx-a {
  margin-inline: auto;
}

.c-d-flex {
  display: flex;
}

.c-title-m {
  font-weight: 400;
  line-height: 1.4;
}
.c-title-l {
  font-weight: 400;
  line-height: 1;
}

.c-text-center {
  text-align: center;
}
.c-text-m {
  line-height: 1.7777777778;
}

.c-link {
  line-height: 1;
}
.c-link::before {
  display: inline-block;
  content: "→";
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-right: 0.25em;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-link-external {
  line-height: 1;
}
.c-link-external::after {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url(../img/common/ic-link.webp);
  margin-left: 0.75em;
  vertical-align: baseline;
}

.c-link-list > li > a {
  line-height: 2.875;
}
.c-link-list > li > a::before {
  content: "－";
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin-right: 0.4em;
}

.c-link-childlist {
  padding-left: 2em;
}
.c-link-childlist > li > a {
  line-height: 2.875;
}
.c-link-childlist > li > a::before {
  content: "－";
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
}

.c-info-item img {
  display: block;
}
.c-info-item time {
  display: block;
  line-height: 1;
}
.c-info-title {
  line-height: 1.4545454545;
}

.c-hero {
  background: center/cover no-repeat url(../img/common/bg-hero.webp);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px;
}

@media screen and (min-width: 768px) {
  .u-hover:hover {
    opacity: 0.6;
  }
  .c-title-m {
    font-size: 2.8125rem;
  }
  .c-title-l {
    font-size: 4.25rem;
    margin-bottom: min(60px, 4.6875vw);
  }
  .c-text-m {
    font-size: 1.125rem;
  }
  .c-link {
    font-size: 1.5rem;
  }
  .c-link:hover::before {
    transform: translateX(25%);
  }
  .c-link-wrap {
    margin-top: min(63px, 4.921875vw);
  }
  .c-link-external {
    font-size: 1.1rem;
  }
  .c-link-external:hover {
    opacity: 0.7;
  }
  .c-link-external::after {
    width: min(21px, 1.640625vw);
    height: min(21px, 1.640625vw);
  }
  .c-link-list > li > a {
    font-size: 1rem;
  }
  .c-link-list > li > a:hover {
    opacity: 0.7;
  }
  .c-link-childlist > li > a {
    font-size: 1rem;
  }
  .c-link-childlist > li > a:hover {
    opacity: 0.7;
  }
  .c-info-list {
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 3%;
  }
  .c-info-item {
    width: 32.6666666667%;
  }
  .c-info-item time {
    font-size: 1rem;
    margin-top: min(32px, 2.5vw);
  }
  .c-info-title {
    font-size: 1.1rem;
    margin-top: min(10px, 0.78125vw);
  }
  .c-hero {
    height: 290px;
    padding: 0 10px;
    margin-bottom: 110px;
  }
  .c-hero-title {
    max-width: 1080px;
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sp-column {
    flex-direction: column;
    row-gap: 6.4vw;
  }
  .c-title-m {
    font-size: 6.4vw;
  }
  .c-title-l {
    font-size: 10.4vw;
    margin-bottom: 8vw;
  }
  .c-text-m {
    font-size: 16px;
  }
  .c-text-right-sp {
    text-align: right;
  }
  .c-link {
    font-size: 22px;
  }
  .c-link-wrap {
    margin-top: 8vw;
  }
  .c-link-external {
    font-size: 16px;
  }
  .c-link-external::after {
    width: 20px;
    height: 20px;
  }
  .c-link-list > li > a {
    font-size: 16px;
  }
  .c-link-childlist > li > a {
    font-size: 16px;
  }
  .c-info-list {
    align-items: center;
  }
  .c-info-item {
    width: 84vw;
  }
  .c-info-item time {
    font-size: 16px;
    margin-top: 6.4vw;
  }
  .c-info-title {
    font-size: 18px;
    margin-top: 1.6vw;
  }
  .c-hero {
    height: 200px;
    margin-bottom: 50px;
    display: block;
    padding-top: 90px;
  }
  .c-hero-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
/*------------------------------
  header
------------------------------*/
.l-header {
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  transition: all 0.3s;
  width: 100%;
}
/*
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.15);
}
*/
.l-header__inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  display: block;
  position: relative;
  z-index: 100002;
}
.l-header__logo img {
  display: block;
  margin: 15px;
}
.l-header__navwrap {
  position: fixed;
  transition: all 0.6s;
  right: -101%;
  top: 0;
  z-index: 100001;
  height: 100vh;
  background-color: #333;
  overflow-y: auto;
}
.l-header__navwrap.is-panelactive {
  right: 0;
}
.l-header__openbtn {
  position: relative;
  z-index: 100002;
  cursor: pointer;
}
.l-header__openbtn.is-active span:first-of-type {
  top: 20%;
  transform: rotate(45deg);
}
.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active span:last-of-type {
  top: 20%;
  bottom: auto;
  transform: rotate(-45deg);
}
.l-header__openbtn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.6s;
}
.l-header__openbtn span:first-of-type {
  top: 0;
}
.l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__openbtn span:last-of-type {
  bottom: 0;
}
.header_navi {
  position: absolute;
  right: 100px;
  top: 20px;
}
.header_navi ul.header_navi_list a li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 5px;
    margin: 15px;
  }
  .l-header__logo {
    width: 50px;
  }
  .l-header__navwrap {
    width: 50%;
    max-width: 600px;
    padding: 80px 3%;
  }
  .l-header__navwrap::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    z-index: -1;
  }
  .l-header__navwrap.is-panelactive::before {
    opacity: 1;
    visibility: visible;
  }
  .home-header .l-header__openbtn {
    margin-right: 30px;
    margin-top: -25px;
  }
  .l-header__openbtn {
    width: 43px;
    height: 24px;
    margin-right: 35px;
    margin-top: -35px;
  }
  .home-header .l-header__openbtn {
    top: 50px;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
  }
  .l-header__logo {
    width: 100%;
    max-width: 50px;
  }
  .l-header__nav {
    margin-inline: auto;
    width: 84vw;
  }
  .l-header__navwrap {
    width: 100%;
    padding: 19.2vw 0 16vw;
  }
  .l-header__openbtn {
    width: 40px;
    height: 26px;
    float: right;
    position: absolute;
    right: 23px;
    top: 23px;
  }
  .header_navi {
    display: none;
  }
}
/*------------------------------
  footer
------------------------------*/
.l-footer__bg {
  background-color: #333;
}
.l-footer__logo {
  display: block;
  margin-inline: auto;
}
.l-footer__copy {
  text-align: center;
}
.l-footer__external-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: min(116px, 9.0625vw) 0 min(90px, 7.03125vw);
  }
  .l-footer__logo {
    width: 120px;
  }
  .l-footer__wrap {
    justify-content: center;
    max-width: 1280px;
    margin: min(82px, 6.40625vw) auto 0;
  }
  .l-footer__external {
    width: 50%;
    padding-left: 7.7%;
    padding-top: min(20px, 1.5625vw);
  }
  .l-footer__internal {
    width: 50%;
    padding-left: 2.5%;
  }
  .l-footer__copy {
    padding: min(36px, 2.8125vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding: 16vw 0;
  }
  .l-footer__logo {
    width: 100%;
    max-width: 100px;
  }
  .l-footer__wrap {
    max-width: 89.3333333333vw;
    margin: 8vw auto 0;
  }
  .l-footer__copy {
    padding: 6.4vw 0;
  }
  .l-footer__external-list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
/*------------------------------
  top
------------------------------*/
.p-kv {
  position: relative;
}
.p-kv__img {
  position: relative;
}
.p-kv__img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000);
}
.p-kv__img img {
  display: block;
}
.p-kv__logo {
  opacity: 0;
  animation: fadeIn 0.8s ease-in forwards;
  position: relative;
  display: block;
  margin-inline: auto;
}
.p-kv__title {
  opacity: 0;
  animation: fadeIn 0.8s 0.3s ease-in forwards;
  text-align: center;
}
.p-kv__lead {
  opacity: 0;
  animation: fadeIn 0.8s 0.6s ease-in forwards;
  line-height: 1.3333333333;
}

@media screen and (min-width: 768px) {
  .p-kv__img::after {
    height: min(137px, 10.703125vw);
  }
  .p-kv__logo {
    right: min(12px, 0.9375vw);
    width: min(153px, 11.953125vw);
    margin-bottom: min(53px, 4.140625vw);
  }
  .p-kv__text {
    min-width: 50%;
    width: max-content;
    position: absolute;
    top: 49.5%;
    transform: translateY(-50%);
    right: 2.8%;
  }
  .p-kv__title {
    margin-bottom: min(44px, 3.4375vw);
  }
  .p-kv__lead {
    text-align: left;
    width: max-content;
    margin-inline: auto;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__img {
    background: left center/cover no-repeat url(../img/top/im-kv-sp.webp);
    height: 100vw;
  }
  .p-kv__img img {
    display: none;
  }
  .p-kv__img::after {
    height: 26.6666666667vw;
  }
  .p-kv__logo {
    width: 100%;
    max-width: 150px;
    right: 2.4vw;
    margin-bottom: 6.4vw;
  }
  .p-kv__text {
    position: relative;
    bottom: 180px;
    margin-bottom: -180px;
  }
  .p-kv__title {
    margin-bottom: 6.4vw;
  }
  .p-kv__lead {
    text-align: center;
    font-size: 4.8vw;
  }
}
.p-concept__wrap {
  position: relative;
}
.p-concept__img {
  position: relative;
}
.p-concept__img img {
  display: block;
}
.p-concept__text {
  position: relative;
  z-index: 3;
}
.p-concept__message-img img {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-concept {
    padding-top: min(170px, 13.28125vw);
  }
  .p-concept__wrap {
    align-items: flex-start;
    justify-content: center;
    column-gap: min(76px, 5.9375vw);
  }
  .p-concept__img {
    margin-top: min(36px, 2.8125vw);
    width: min(411px, 32.109375vw);
  }
  .p-concept__img::after {
    position: absolute;
    content: "";
    display: block;
    background: center/contain no-repeat url(../img/top/im-concept02.webp);
    width: min(328px, 25.625vw);
    height: min(269px, 21.015625vw);
    bottom: max(-238px, -18.59375vw);
    right: max(-152px, -11.875vw);
  }
  .p-concept__text {
    width: min(590px, 55.5vw);
  }
  .p-concept__message {
    width: 530px;
    margin-top: min(360px, 28.125vw);
  }
  .p-concept__message-title {
    margin-bottom: min(33px, 2.578125vw);
  }
  .p-concept__message-img {
    width: 526px;
    margin-top: min(138px, 10.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-top: 16vw;
  }
  .p-concept__wrap::after {
    content: "";
    display: block;
    background: center/contain no-repeat url(../img/top/im-concept02.webp);
    width: 64vw;
    height: 52.5333333333vw;
  }
  .p-concept__img {
    width: 56vw;
    margin-left: auto;
  }
  .p-concept__text {
    margin-inline: auto;
    width: 90vw;
  }
  .p-concept__text {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .p-concept__message-text {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
  p-concept__text h2.c-title-l {
    padding-top: 10vw;
  }
  .p-concept__message-text {
    margin-inline: auto;
    width: 92vw;

  }
  .p-concept__message-title {
    margin-bottom: 8.8vw;
  }
  .p-concept__message-img {
    width: 100%;
    margin-top: 8vw;
  }
}
.p-service img {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-service {
    padding-top: min(195px, 15.234375vw);
  }
  .p-service__wrap {
    max-width: 1280px;
    align-items: flex-start;
    column-gap: min(70px, 5.46875vw);
  }
  .p-service__text {
    flex: 1;
    padding-left: min(100px, 7.8125vw);
    margin-top: min(27px, 2.109375vw);
  }
  .p-service__img {
    width: 49.6875%;
  }
  .p-service__img02 {
    max-width: 1280px;
    margin: min(83px, 6.484375vw) auto 0;
  }
  .p-service__img02 img {
    width: min(413px, 32.265625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 16vw;
  }
  .p-service__text {
    width: 90vw;
    margin-inline: auto;
    margin-bottom: 10vw;
  }
  .p-service__img {
    width: 80vw;
  }
  .p-service__img02 {
    margin-left: auto;
    width: 64vw;
    margin-top: 4.8vw;
  }
}
.p-company img {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-company {
    padding-top: min(260px, 20.3125vw);
  }
  .p-company__wrap {
    justify-content: space-between;
    max-width: 1280px;
  }
  .p-company__text {
    text-align: center;
    width: min(454px, 35.46875vw);
    margin-top: min(10px, 0.78125vw);
  }
  .p-company__text .c-title-l {
    margin-bottom: min(72px, 5.625vw);
  }
  .p-company__text .c-link-wrap {
    margin-top: min(80px, 6.25vw);
  }
  .p-company__img {
    width: min(335px, 26.171875vw);
  }
  .p-company__kv {
    margin-top: min(260px, 20.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 16vw;
  }
  .p-company__text {
    margin-inline: auto;
    width: 90vw;
    margin-bottom: 7vw;
    margin-top: 10vw;
  }
  .p-company__img {
    width: 64vw;
  }
  .p-company__img:last-of-type {
    margin-left: auto;
  }
  .p-company__kv {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-information {
    padding: min(204px, 15.9375vw) 0 min(226px, 17.65625vw);
  }
  .p-information__inner {
    max-width: min(1080px, 84.375vw);
  }
  .p-information__title {
    margin-bottom: min(88px, 6.875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    padding: 24vw 0;
  }
  .p-information__inner {
    max-width: 92vw;
  }
}
/*------------------------------
  下層
------------------------------*/
.p-page {
  padding-bottom: 10em;
}
.p-page .aioseo-breadcrumbs {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #999;
}
.p-page h2 {
  font-weight: 400;
  line-height: 1.5;
  border-left: 0.25em solid #999999;
  padding-left: 0.5em;
  margin: 2.5em 0 1em;
}
.p-page h3 {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border-bottom: 0.2em solid #b3b3b3;
  margin: 2em 0 1em;
  padding-bottom: 0.25em;
}
.p-page h3::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #f2f2f2;
  height: 0.19em;
  width: 10%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.p-page p + p {
  margin-top: 1em;
}
.p-page .wp-block-table,
.p-page .wp-block-image {
  margin: 2em 0;
}
.p-page .wp-block-table table th {
  font-weight: 400;
  text-align: left;
}
.p-page .wp-block-table table th, .p-page .wp-block-table table td {
  padding: 0.5em 0.75em;
}
.p-page ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin: 1em 0;
}
.p-page ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin: 1em 0;
}

@media screen and (min-width: 768px) {
  .p-page__inner {
    max-width: 1180px;
    padding: 0 min(30px, 2.34375vw);
  }
  .p-page .aioseo-breadcrumbs {
    font-size: 0.9rem;
    margin-bottom: 50px;
  }
  .p-page h2 {
    font-size: 1.8rem;
  }
  .p-page h3 {
    font-size: 1.6rem;
  }
  .p-page .wp-block-table th {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__inner {
    max-width: 92vw;
  }
  .p-page .aioseo-breadcrumbs {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .p-page h2 {
    font-size: 6.4vw;
  }
  .p-page h3 {
    font-size: 5.6vw;
  }
  .p-page .wp-block-table th {
    font-size: 4vw;
  }
}
/*------------------------------
  下層詳細
------------------------------*/

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

.clear {
  clear: both;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

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

/* Black box について */

.video-css {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 80px auto 50px;
}

/* 事業内容 */

a.kensasyo {
  background: #666;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
}

img.services-img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

.chu-i {
  margin-top: 50px;
  padding: 50px;
  border: solid 1px;
}

p.red {
  color: #e30214;
  font-size: 26px;
  text-align: center;
}

p.center {
  text-align: center;
}

.services-box {
  width: 33.3333333333333333333%;
  padding: 15px;
  float: left;
  text-align: center;
}

.services-box img {
  margin-bottom: 15px;
}

/*
.services-box4 {
  clear: left;
}
*/

ul.voice li {
  border-bottom: 0.5px solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 979px) {
  .chu-i {
    padding: 30px;
  }
  .services-box {
    width: 50%;
  }
}

/* 会社情報 */

table.company {
  border: 1px solid #999;
  width: 100%;
}

table.company tr {
  border-bottom: 1px solid #999;
}

table.company tr th {
  border-right: 1px solid #999;
  width: 200px;
}

table.company tr th, table.company tr td {
  padding: 15px;
}

.designer-img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  table.company tr th {
    width: 120px;
  }
}

/* スポーツ支援 */

.supporter-img {
  width: 40%;
  max-width: 450px;
  float: left;
  padding-right: 30px;
}

.supporter-txt-box {
  width: 60%;
  float: left;
}

.supporter-img2 {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .supporter-img {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-right: 0;
  }
  .supporter-txt-box {
    width: 100%;
    float: none;
  }
}

/* お知らせ投稿 */

.post-archive_item {
  width: 24.25%;
  float: left;
}

.post-archive_item {
  margin-right: 1%;
  margin-bottom: 50px;
}

.post-archive_item:nth-child(4n) {
  margin-right: 0;
}

.post-archive_item:nth-child(4n+1) {
  clear: left;
}

.post-archive_item_heading {
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 979px) {
  .post-archive_item {
    width: 49.5%;
  }
  .post-archive_item:nth-child(2n) {
    margin-right: 0;
  }
  .post-archive_item:nth-child(2n+1) {
    clear: left;
  }
  .post-archive_item_heading {
    margin-top: 5px;
  }
}

.single_info {
  margin-bottom: 30px;
}

.pagination {
  text-align: center;
  font-size: 20px;
  margin-top:30px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.pagination a {
  border-bottom: 2px solid #999;
}

.pagination a:hover {
  color: #666;
}

.single .single_content a {
  border-bottom: dotted 2px #999;
}

/* お問い合わせ */

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

dl.cf dd.name {
  float: left;
  width: auto;
}

dl.cf dd.know {
  margin-top: 0.5em;
}

dl.cf dd.know span.wpcf7-list-item {
  display: block;
}

dl.cf dt {
  font-size: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm, form.wpcf7-form input.wpcf7-back {
  background: #666;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #ccc;
}

form.wpcf7-form .required {
  color: #fff;
  background: #e30214;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #999!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #999!important;
}

.ui-widget {
  font-size: 1.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.ui-widget-header {
  border: 0!important;
  background: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none!important;
}

.wpcf7-response-output {
  display: none;
}

.page-template-page-contact .company ul {
  margin-left: 0!important;
}

/* 追記分 */

.p-page ul.cf {
  list-style-type: none;
  padding-left: 0;
}
dl.cf dd {
  margin-left: 0;
}

a.line {
  border-bottom: dotted 2px #999;
}

a:hover {
  color: #c2c2c2;
}

/*------------------------------
  animation
------------------------------*/
[data-module=FadeIn] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=FadeIn].js-fade-img {
  transform: none;
  transition-delay: 0.3s;
}

[data-module=FadeIn].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------
  その他
------------------------------*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}