@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 195%;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

/* =================================================================

    共通

================================================================= */
.inner {
  width: 1100px;
  margin: auto;
}

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

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

.bold {
  font-weight: 700;
}

.heavy {
  font-weight: 900;
}

.en {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en_bold {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* =================================================================

    ヘッダー

================================================================= */
header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
header .logo {
  width: 325px;
  margin: 27px auto 0;
}
header.active .logo {
  width: 200px;
  margin: 16px auto 0;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 50%;
  height: 100vh;
  /*ナビの高さ*/
  background: #000;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 50%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*リストのレイアウト設定*/
#g-nav li a {
  color: #fff;
  width: calc(100% - 80px);
  background: url("../images/common/arrow_w_right.svg") no-repeat calc(100% - 24px) 50%;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #202020 solid 1px;
  padding: 42px 16px;
  margin: 0 40px;
}
#g-nav li a:hover {
  background: url("../images/common/arrow_w_right.svg") no-repeat calc(100% - 40px) 50%;
  background-color: #202020;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 118px;
  height: 121px;
  background: #000;
  border-radius: 0 0 0 30px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 48px;
  height: 2px;
  background-color: #fff;
  width: 28px;
}

.openbtn span:nth-of-type(1) {
  top: 49px;
}

.openbtn span:nth-of-type(2) {
  top: 55px;
}

.openbtn span:nth-of-type(3) {
  top: 61px;
}

.openbtn.active span:nth-of-type(1) {
  top: 49px;
  left: 48px;
  transform: translateY(6px) rotate(-45deg);
  width: 28px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 61px;
  left: 48px;
  transform: translateY(-6px) rotate(45deg);
  width: 28px;
}

.contents {
  position: relative;
  z-index: 0;
  padding: 100px 0 160px 0;
}

.archive_wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
.archive_wrap .archive_body {
  width: 70%;
}
.archive_wrap .archive_body h1 {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 40px;
}
.archive_wrap .archive_body .archive_base .box {
  width: calc(50% - 24px);
}
.archive_wrap .archive_body .archive_base .box .thum img {
  display: block;
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive_wrap .sidearea {
  width: 25%;
}
.archive_wrap .sidearea .side_body {
  margin-bottom: 40px;
}
.archive_wrap .sidearea .side_body h4 {
  font-size: 23px;
  margin-bottom: 16px;
  letter-spacing: 3px;
}
.archive_wrap .sidearea .side_body ul li a {
  display: block;
  background: url("../images/common/arrow_b_right.svg") no-repeat 0 13px/12px;
  padding: 4px 0 4px 20px;
  font-weight: bold;
  font-size: 14px;
}
.archive_wrap .sidearea .side_body ul li a:hover {
  background: url("../images/common/arrow_b_right.svg") no-repeat 4px 13px/12px;
  opacity: 0.5;
}
.archive_wrap .sidearea .side_body ul a {
  display: block;
  background: url("../images/common/arrow_b_right.svg") no-repeat 0 13px/12px;
  padding: 4px 0 4px 20px;
  font-weight: bold;
  font-size: 14px;
}
.archive_wrap .sidearea .side_body ul a:hover {
  background: url("../images/common/arrow_b_right.svg") no-repeat 4px 13px/12px;
  opacity: 0.5;
}

.lows_kv {
  background: #000;
  border-radius: 60px 0 0 0;
  color: #fff;
  padding: 136px 74px 116px;
  width: 1100px;
  margin: 0 auto 74px;
}
.lows_kv .en {
  font-size: 64px;
  letter-spacing: 6px;
}
.lows_kv h1 {
  font-size: 20px;
  font-weight: 900;
  padding-top: 32px;
}

.archive_base {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  gap: 24px;
}
.archive_base .box {
  width: calc(33.33333% - 24px);
}
.archive_base .box a {
  display: block;
}
.archive_base .box a:hover {
  opacity: 0.6;
}
.archive_base .box .body {
  padding-bottom: 40px;
}
.archive_base .box .body .date {
  padding: 16px 0 8px;
}
.archive_base .box .body .date span {
  color: #fff;
  background: #000;
  font-size: 12px;
  padding: 0 6px;
}
.archive_base .box .body h3 {
  font-size: 18px;
  font-weight: 800;
}
.archive_base .box .body p {
  padding: 12px 0 22px 0;
}
.archive_base .box .body .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}
.archive_base .box .body .cat span {
  border: #000 dashed 1px;
  padding: 4px 6px 2px;
}

.single_body h1 {
  font-size: 34px;
  font-weight: 900;
  border-bottom: #000 solid 1px;
  padding-bottom: 36px;
  margin-bottom: 36px;
  line-height: 150%;
}
.single_body h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 50px 0 30px;
  line-height: 150%;
}
.single_body h3 {
  font-size: 26px;
  font-weight: 900;
  border-bottom: #D7DCE6 solid 1px;
  margin: 50px 0 30px;
  padding-bottom: 26px;
  line-height: 150%;
}
.single_body h4 {
  font-size: 22px;
  font-weight: 900;
  border-left: #000 solid 2px;
  margin: 50px 0 30px;
  padding-left: 26px;
  line-height: 150%;
}
.single_body h5 {
  font-size: 20px;
  font-weight: 900;
  margin: 50px 0 30px;
  line-height: 150%;
}
.single_body h6 {
  font-size: 18px;
  font-weight: 900;
  margin: 50px 0 30px;
  line-height: 150%;
}
.single_body .in_body ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
}
.single_body .in_body ul li:before {
  content: "・";
}
.single_body p {
  margin-bottom: 24px;
}
.single_body figure {
  margin: 40px 0;
}
.single_body table {
  border: #D7DCE6 solid 1px;
  width: 100%;
}
.single_body table tr th {
  border: #D7DCE6 solid 1px;
  padding: 12px 16px;
}
.single_body table tr td {
  border: #D7DCE6 solid 1px;
  padding: 12px 16px;
}

.wp-pagenavi {
  margin: 0 auto 120px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  flex-wrap: wrap;
}
.wp-pagenavi a {
  color: #000;
  transition: 0.3s;
}
.wp-pagenavi a.page {
  margin-right: 10px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  background: none;
}
.wp-pagenavi a.page:hover {
  background: #000;
  color: #fff;
}
.wp-pagenavi span.current {
  margin-right: 10px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  border: none;
  background: #000;
  color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

@media (max-width: 768px) {
  .wp-pagenavi a.page,
  .wp-pagenavi span.current {
    width: 40px;
    height: 40px;
  }
}
/* =================================================================

    トップページ

================================================================= */
#home .kv_wrap {
  position: relative;
  height: calc(100vh - 100px);
}
#home .kv_wrap .kv {
  position: relative;
  padding: 0 64px;
  height: calc(100vh - 150px);
}
#home .kv_wrap .kv .wrap {
  position: relative;
}
#home .kv_wrap .kv .wrap .info {
  position: absolute;
  bottom: 58px;
  left: 46px;
}
#home .kv_wrap .kv .wrap .info .spec span {
  background: #fff;
  padding: 8px 16px;
}
#home .kv_wrap .kv .wrap .info .spec .vol {
  font-size: 20px;
  margin-bottom: 20px;
}
#home .kv_wrap .kv .wrap .info .spec .cop {
  font-size: 16px;
}
#home .kv_wrap .kv .wrap .info .ttl {
  line-height: 380%;
}
#home .kv_wrap .kv .wrap .info .ttl span {
  background: #000;
  color: #fff;
  padding: 8px 0;
  font-size: 40px;
}
#home .kv_wrap .kv .wrap .info .ttl p {
  margin: 27px 0 0;
}
#home .kv_wrap .kv .bg img {
  width: 100%;
  height: calc(100vh - 150px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px 0 0 0;
}
#home .kv_wrap .side_text {
  position: absolute;
  top: 42%;
  right: -105px;
  transform: rotate(90deg);
  letter-spacing: 3px;
}
#home .kv_wrap .sd {
  position: absolute;
  bottom: 16px;
  left: 64px;
  width: 132px;
}
#home .kv_wrap .dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#home .kv_wrap .dots-class {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#home .kv_wrap .dots-class li {
  width: 12px;
  height: 12px;
  background-color: #BEC2CC;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
#home .kv_wrap .dots-class li.slick-active {
  background-color: #000;
}
#home .kv_wrap .dots-class li:hover {
  background-color: #000;
}
#home .kv_wrap .dots-class li:last-child {
  margin-right: 0;
}
#home .sec01 {
  padding-bottom: 120px;
}
#home .sec01 .ttl {
  text-align: center;
  background: url("../images/home/sec1_1.svg") no-repeat 50% 34%/920px;
  padding: 80px 0 64px;
}
#home .sec01 .ttl .en {
  font-size: 40px;
  letter-spacing: 4px;
  padding-bottom: 24px;
}
#home .sec01 .ttl h2 {
  font-size: 18px;
  font-weight: 900;
}
#home .sec01 .archive_base {
  justify-content: flex-start;
}
#home .sec01 .thum img {
  display: block;
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .sec01 .btn a {
  display: block;
  background: #000 url("../images/common/arrow_w_right.svg") no-repeat calc(100% - 32px) 50%;
  color: #fff;
  border-radius: 100px;
  padding: 24px 40px 22px;
  width: 258px;
  margin: auto;
}
#home .sec01 .btn a:hover {
  background: #000 url("../images/common/arrow_w_right.svg") no-repeat calc(100% - 20px) 50%;
}
#home .sec02 {
  position: relative;
  padding-bottom: 130px;
}
#home .sec02 .kv {
  position: relative;
  background: url("../images/home/sec2_1_4.jpg") no-repeat 0 0/100%;
  padding: 29vw 0 76px 0;
  z-index: 0;
}
#home .sec02 .kv p {
  text-align: right;
  color: #000;
  font-size: 13px;
}
#home .sec02 .body {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 60px;
  margin-top: -60px;
  padding-top: 64px;
}
#home .sec02 .body .ttl {
  background: url("../images/home/sec2_2.svg") no-repeat 50% 0;
  padding: 60px 0 64px;
}
#home .sec02 .body .ttl .en {
  font-size: 40px;
  position: relative;
  letter-spacing: 4px;
  text-align: center;
}
#home .sec02 .body .ttl .en:before {
  position: absolute;
  content: url("../images/home/sec2_5.svg");
  top: -10px;
  left: 380px;
  display: block;
}
#home .sec02 .body .ttl .en:after {
  position: absolute;
  content: url("../images/home/sec2_5.svg");
  top: -10px;
  right: 380px;
  display: block;
}
#home .sec02 .body .ttl h2 {
  text-align: center;
  font-size: 17px;
  letter-spacing: 2px;
  padding-top: 16px;
}
#home .sec02 .body .base {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}
#home .sec02 .body .base .box {
  width: 350px;
  border: #000 dashed 1px;
  padding: 44px 39px;
}
#home .sec02 .body .base .box h3 {
  background: url("../images/home/sec2_3.svg") no-repeat 0 2px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 24px;
  padding-left: 34px;
}
#home .sec02 .body .base .box h3 a {
  display: block;
}
#home .sec02 .body .base .box ul li a {
  background: url("../images/home/sec2_4.svg") no-repeat 4px 14px;
  padding-left: 34px;
  display: block;
  font-size: 14px;
}
#home .sec02 .body .base .box ul li a:hover {
  opacity: 0.5;
  background: url("../images/home/sec2_4.svg") no-repeat 8px 14px;
}
#home .sec03 {
  background: #545A65;
  border-radius: 60px 60px 0 0;
  color: #fff;
  padding: 84px 0 160px;
}
#home .sec03 .ttl {
  background: url("../images/home/sec3_1.svg") no-repeat 50% 0;
  padding: 30px 0 64px;
}
#home .sec03 .ttl .en {
  font-size: 40px;
  position: relative;
  letter-spacing: 4px;
  text-align: center;
}
#home .sec03 .ttl .en:before {
  position: absolute;
  content: url("../images/home/sec3_3.svg");
  top: -10px;
  left: 380px;
  display: block;
}
#home .sec03 .ttl .en:after {
  position: absolute;
  content: url("../images/home/sec3_3.svg");
  top: -10px;
  right: 380px;
  display: block;
}
#home .sec03 .ttl h2 {
  text-align: center;
  font-size: 17px;
  letter-spacing: 2px;
  padding-top: 16px;
}
#home .sec03 .base {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 24px;
}
#home .sec03 .base .box ul {
  display: flex;
}
#home .sec03 .base .box a {
  display: block;
  width: 350px;
  border: #81858C dashed 1px;
  padding: 16px 28px 16px 72px;
  color: #fff;
  background: url("../images/home/sec3_2.svg") no-repeat 28px 16px;
  font-size: 18px;
}
#home .sec03 .base .box a:hover {
  opacity: 0.5;
}
#home .sec04 .kv {
  position: relative;
  background: url("../images/home/sec4_1_4.jpg") no-repeat 0 0/100%;
  padding: 29vw 0 8vw 0;
  z-index: 0;
}
#home .sec04 .kv p {
  text-align: right;
  font-size: 13px;
  color: #fff;
}
#home .sec04 .body .base {
  display: flex;
  justify-content: space-between;
}
#home .sec04 .body .base .ttl {
  width: 180px;
  padding-top: 34px;
}
#home .sec04 .body .base .ttl .en {
  font-size: 40px;
  position: relative;
  letter-spacing: 4px;
}
#home .sec04 .body .base .ttl h2 {
  font-size: 17px;
  letter-spacing: 2px;
  padding-top: 16px;
  font-weight: bold;
}
#home .sec04 .body .base .body {
  width: 790px;
}
#home .sec04 .body .base .body .box a {
  display: block;
  border-bottom: #000 solid 1px;
  padding: 30px 30px 30px 0;
  background: url("../images/common/arrow_b_right.svg") no-repeat 100% 50%;
  font-weight: bold;
}
#home .sec04 .body .base .body .box a .date {
  display: block;
  color: #81858C;
  padding-bottom: 14px;
}
#home .sec04 .body .base .body .box a:hover {
  background: #f9f9f9 url("../images/common/arrow_b_right.svg") no-repeat 97% 50%;
}

/* =================================================================

    とは

================================================================= */
#about .sec01 {
  background: url("../images/about/sec1_2.jpg") no-repeat 50% 80px;
  padding: 60px 0;
}
#about .sec01 .ttl {
  background: url("../images/about/sec1_1.svg") no-repeat 50% 30px;
  padding: 60px 0 50px;
}
#about .sec01 .ttl .en {
  font-size: 25px;
  position: relative;
  letter-spacing: 4px;
  text-align: center;
}
#about .sec01 .ttl .en:before {
  position: absolute;
  content: url("../images/home/sec2_6.svg");
  top: -8px;
  left: 470px;
  display: block;
}
#about .sec01 .ttl .en:after {
  position: absolute;
  content: url("../images/home/sec2_6.svg");
  top: -8px;
  right: 470px;
  display: block;
}
#about .sec01 .ttl h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  padding-top: 40px;
  font-weight: 900;
  line-height: 120%;
}
#about .sec01 p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 240%;
  margin-bottom: 170px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#about .sec01 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#about .sec01 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#about .sec01 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#about .sec01 .scroll-infinity__item {
  width: 55.5555555556vw;
}
#about .sec01 .scroll-infinity__item > img {
  width: 100%;
}
#about .sec02 {
  padding-top: 120px;
  /*.base {
  	display: flex;
  	justify-content: space-between;
  	.left {
  		width: 34%;
  	}
  	.right {
  		width: 60%;
  		padding-right: 8%;
  		.ttl {
  			background: url("../images/about/sec2_1.svg") no-repeat 100% 0;
  			h2 {
  				font-size: 40px;
  				font-weight: 900;
  				padding: 30px 0 60px;
  			}
  		}
  		p {
  			font-size: 18px;
  			font-weight: bold;
  			margin-bottom: 24px;
  			line-height: 240%;
  		}
  	}
  }*/
}
#about .sec02 .base {
  display: block;
  text-align: center;
}
#about .sec02 .base .right .ttl {
  background: url("../images/about/sec2_1.svg") no-repeat 50% 0;
}
#about .sec02 .base .right .ttl h2 {
  font-size: 40px;
  font-weight: 900;
  padding: 30px 0 60px;
}
#about .sec02 .base .right p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 240%;
}
#about .sec03 {
  padding: 80px 0 0 0;
}
#about .sec03 .base {
  border: #000 solid 1px;
  display: flex;
  padding: 64px;
}
#about .sec03 .base .left {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
}
#about .sec03 .base .right {
  width: 70%;
}

#news .archive_wrap {
  padding-bottom: 100px;
}
#news .archive_wrap .news_base {
  margin-bottom: 40px;
}
#news .archive_wrap .news_base .box a {
  display: block;
  border-bottom: #000 solid 1px;
  padding: 30px 30px 30px 0;
  background: url("../images/common/arrow_b_right.svg") no-repeat 100% 50%;
  font-weight: bold;
}
#news .archive_wrap .news_base .box a .date {
  display: block;
  color: #81858C;
  padding-bottom: 14px;
}
#news .archive_wrap .news_base .box a:hover {
  background: #f9f9f9 url("../images/common/arrow_b_right.svg") no-repeat 97% 50%;
}
#news .archive_wrap .sidearea {
  margin-top: 45px;
}
#news.single .sidearea {
  margin-top: 0;
}

#archive {
  padding-bottom: 240px;
}
#archive.single {
  background: url("../images/common/single_bg1.png") repeat-y 8px 0/28px, url("../images/common/single_bg1.png") repeat-y calc(100% - 8px) 0/28px;
}
#archive.single .bg img {
  width: 100%;
  height: calc(100vh - 150px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px 0 0 0;
}
#archive.single .mainv {
  width: 880px;
  margin: 80px auto 60px;
}
#archive.single .mainv img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px 0 0 0;
}
#archive.single .single_body {
  width: 800px;
  margin: auto;
}
#archive.single .single_body .ttl {
  border-bottom: #000 solid 1px;
  margin-bottom: 64px;
  padding-bottom: 55px;
}
#archive.single .single_body .ttl h1 {
  border-bottom: none;
  padding-bottom: 0;
  line-height: 150%;
}
#archive.single .single_body .ttl .info {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
#archive.single .single_body .ttl .info .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}
#archive.single .single_body .ttl .info .cat span {
  border: #000 dashed 1px;
  padding: 4px 6px 2px;
}
#archive.single .single_body .archivearea {
  margin: 120px 0 40px;
  border-top: #000 solid 1px;
  padding: 20px 0 0 0;
}
#archive.single .single_body .archivearea .base {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
#archive.single .single_body .archivearea .base .side_body {
  width: 47%;
}
#archive.single .single_body .archivearea h4 {
  font-size: 23px;
  margin-bottom: 16px;
  letter-spacing: 3px;
  padding: 0;
  border: none;
}
#archive.single .single_body .archivearea ul li a {
  display: block;
  background: url("../images/common/arrow_b_right.svg") no-repeat 0 13px/12px;
  padding: 4px 0 4px 20px;
  font-weight: bold;
  font-size: 14px;
}
#archive.single .single_body .archivearea ul li a:hover {
  background: url("../images/common/arrow_b_right.svg") no-repeat 4px 13px/12px;
  opacity: 0.5;
}

#backnumber .tc {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
#backnumber .tc h2 {
  width: 48px;
}
#backnumber .tc h2 img {
  width: 36%;
}
#backnumber .tc .base {
  width: calc(100% - 48px);
  background: #F4F4F4;
  padding: 31px 34px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
#backnumber .tc .base .box {
  width: 48%;
}
#backnumber .tc .base .box .blk {
  display: flex;
  align-content: flex-start;
}
#backnumber .tc .base .box .blk .year {
  width: 20%;
}
#backnumber .tc .base .box .blk ul {
  width: 80%;
  display: flex;
  gap: 16px;
}
#backnumber .tc .base .box .blk ul li a {
  font-weight: 300;
}
#backnumber .tc .base .box .blk ul li a:hover {
  opacity: 0.5;
}
#backnumber .bn .base {
  margin-top: 80px;
  border: #000 solid 3px;
  position: relative;
  padding: 64px 56px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
#backnumber .bn .base .left {
  width: 45%;
  order: 1;
}
#backnumber .bn .base .right {
  width: 49%;
  order: 3;
}
#backnumber .bn .base .right h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 24px;
}
#backnumber .bn .base .right h2 span {
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 20px;
  margin-left: 16px;
}
#backnumber .bn .base .right .webbook {
  border-top: #000 solid 1px;
  padding-top: 24px;
  margin-bottom: 60px;
}
#backnumber .bn .base .right .webbook h3 {
  background: url("../images/backnumber/icon1.svg") no-repeat 0 2px;
  font-weight: 900;
  font-size: 18px;
  padding: 4px 0 4px 46px;
  margin-bottom: 24px;
}
#backnumber .bn .base .right .webbook .btn a {
  display: block;
  border: #D7DCE6 solid 1px;
  padding: 14px 14px 13px;
  text-align: center;
  width: 350px;
  font-weight: bold;
  border-radius: 100px;
}
#backnumber .bn .base .right .webbook .btn a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
#backnumber .bn .base .right .pdf {
  margin-bottom: 60px;
  border-top: #000 solid 1px;
}
#backnumber .bn .base .right .pdf h3 {
  background: url("../images/backnumber/icon2.svg") no-repeat 0 23px;
  font-weight: 900;
  font-size: 18px;
  padding: 24px 0 4px 46px;
  margin-bottom: 8px;
}
#backnumber .bn .base .right .pdf .box a {
  display: block;
  border-bottom: #D7DCE6 solid 1px;
  background: url("../images/backnumber/icon3.svg") no-repeat 8px 16px;
  padding: 12px 16px 16px 46px;
}
#backnumber .bn .base .right .pdf .box a .pdf_name {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 3px;
}
#backnumber .bn .base .right .pdf .box a span {
  font-size: 14px;
  color: #444444;
  line-height: 160%;
  display: block;
}
#backnumber .bn .base .right .pdf .box a:hover {
  background: #f9f9f9 url("../images/backnumber/icon3.svg") no-repeat 8px 16px;
}
#backnumber .bn .base .right .pdf .box a:hover div,
#backnumber .bn .base .right .pdf .box a:hover span {
  color: #777;
}
#backnumber .bn .base .movie {
  border-top: #000 solid 1px;
  margin-top: 60px;
}
#backnumber .bn .base .movie h3 {
  background: url("../images/backnumber/icon4.svg") no-repeat 0 23px;
  font-weight: 900;
  font-size: 18px;
  padding: 24px 0 24px 46px;
  margin-bottom: 8px;
}
#backnumber .bn .base .movie .movie_base {
  padding-bottom: 32px;
}
#backnumber .bn .base .movie .movie_base .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#backnumber .bn .base .movie .movie_base .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#backnumber .bn .base .movie .movie_base p {
  font-weight: bold;
  padding-top: 8px;
}

#enquete .intro {
  width: 960px;
  margin: 0 auto 40px;
}
#enquete .form_wrap {
  width: 960px;
  margin: 0 auto;
  border: #ddd solid 1px;
  padding: 40px;
}
#enquete .form_wrap dl {
  border-bottom: #ddd solid 1px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#enquete .form_wrap dl dt {
  font-weight: bold;
  padding-bottom: 16px;
}
#enquete .form_wrap dl dt span {
  background: #eee;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
}
#enquete .form_wrap dl dt span.must {
  background: #BA090C;
  color: #fff;
}
#enquete .form_wrap dl dd input[type=text],
#enquete .form_wrap dl dd input[type=email],
#enquete .form_wrap dl dd textarea {
  background: #f0f0f0;
  padding: 8px 16px;
  border-radius: 8px;
  width: 100%;
}
#enquete .form_wrap dl dd textarea {
  height: 100px;
}
#enquete .form_wrap dl dd .wpcf7-list-item {
  display: block;
  margin: 0 0 4px 0;
}
#enquete .form_wrap dl dd .caution {
  font-size: 13px;
  padding-top: 8px;
  display: block;
  line-height: 160%;
}
#enquete .form_wrap .wpcf7-submit {
  display: block;
  width: 240px;
  padding: 16px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  margin: auto;
}
#enquete .form_wrap .wpcf7-submit:hover {
  opacity: 0.6;
}
#enquete .thanks {
  text-align: center;
}

#socialpolicy h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
#socialpolicy p {
  margin-bottom: 32px;
}
#socialpolicy ul li {
  padding-left: 3em;
  text-indent: -3em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #socialpolicy .inner {
    padding: 0 16px;
  }
}

/* =================================================================

    フッター

================================================================= */
footer {
  background: #000;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #888;
}
footer .top {
  padding: 74px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
footer .top .logo {
  width: 200px;
}
footer .top ul {
  display: flex;
  gap: 40px;
}
footer .top ul li a {
  display: block;
  font-weight: bold;
}
footer .archive_menu {
  display: flex;
  gap: 100px;
}
footer .archive_menu .base {
  width: calc(100% - 50px);
}
footer .archive_menu .ttl {
  background: url("../images/common/foot_ttl.svg") no-repeat 0 100%;
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
footer .archive_menu .body {
  display: flex;
  gap: 40px;
}
footer .archive_menu .body .cat {
  width: calc(100% - 40px);
}
footer .archive_menu .body dl dt {
  color: #585858;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
footer .archive_menu .body dl dd a {
  display: block;
  background: url("../images/common/arrow_w_right.svg") no-repeat 0 9px/11px;
  padding-left: 21px;
}
footer .archive_menu .body dl dd a:hover {
  background: url("../images/common/arrow_w_right.svg") no-repeat 4px 9px/11px;
}
footer .archive_menu .body dl.mt a {
  display: block;
  background: url("../images/common/arrow_w_right.svg") no-repeat 0 9px/11px;
  padding-left: 21px;
}
footer .archive_menu .body dl.mt a:hover {
  background: url("../images/common/arrow_w_right.svg") no-repeat 4px 9px/11px;
}
footer .copy {
  border-top: #202020 solid 1px;
  color: #585858;
  text-align: center;
  padding: 54px 0 68px;
  margin-top: 100px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .inner {
    width: auto;
    margin: auto;
  }
  .contents {
    position: relative;
    z-index: 0;
    padding: 100px 0 160px 0;
  }
  .archive_wrap {
    display: block;
  }
  .archive_wrap .sidearea {
    width: 100%;
    padding: 0 24px;
    border-top: #000 solid 1px;
    margin-top: 80px;
    padding-top: 40px;
  }
  .archive_wrap .sidearea .side_body {
    margin-bottom: 40px;
  }
  .archive_wrap .sidearea .side_body h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .archive_wrap .sidearea .side_body ul li a {
    font-size: 13px;
  }
  .lows_kv {
    border-radius: 30px 0 0 0;
    color: #fff;
    padding: 60px 0 55px 36px;
    width: 100%;
    margin: 0 0 50px 16px;
  }
  .lows_kv .en {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .lows_kv h1 {
    font-size: 15px;
    font-weight: 900;
    padding-top: 10px;
  }
  .single_body h1 {
    font-size: 22px;
    font-weight: 900;
    border-bottom: #000 solid 1px;
    padding-bottom: 36px;
    margin-bottom: 36px;
    line-height: 150%;
  }
  .single_body h2 {
    font-size: 22px;
    font-weight: 900;
    margin: 50px 0 24px;
    line-height: 150%;
  }
  .single_body h3 {
    font-size: 21px;
    font-weight: 900;
    border-bottom: #D7DCE6 solid 1px;
    margin: 50px 0 30px;
    padding-bottom: 26px;
    line-height: 150%;
  }
  .single_body h4 {
    font-size: 20px;
    font-weight: 900;
    border-left: #000 solid 2px;
    margin: 50px 0 30px;
    padding-left: 26px;
    line-height: 150%;
  }
  .single_body h5 {
    font-size: 20px;
    font-weight: 900;
    margin: 50px 0 30px;
    line-height: 150%;
  }
  .single_body h6 {
    font-size: 19px;
    font-weight: 900;
    margin: 50px 0 30px;
    line-height: 150%;
  }
  .single_body p {
    margin-bottom: 24px;
  }
  .single_body figure {
    margin: 40px 0;
  }
  .single_body table {
    border: #D7DCE6 solid 1px;
    width: 100%;
  }
  .single_body table tr th {
    border: #D7DCE6 solid 1px;
    padding: 12px 16px;
  }
  .single_body table tr td {
    border: #D7DCE6 solid 1px;
    padding: 12px 16px;
  }
  /* =================================================================

  	ヘッダー

  ================================================================= */
  header {
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  header .logo {
    width: 49vw;
    margin: 27px 0 0 24px;
  }
  header.active .logo {
    width: 160px;
    margin: 20px 0 0 24px;
  }
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #000;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  #g-nav li a {
    color: #fff;
    width: calc(100% - 48px);
    background: url("../images/common/arrow_w_right.svg") no-repeat calc(100% - 0px) 50%;
    text-decoration: none;
    padding: 10px;
    display: block;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: bold;
    border-bottom: #202020 solid 1px;
    padding: 32px 0;
    margin: 0 24px;
  }
  #g-nav li a:hover {
    background-color: #202020;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 84px;
    height: 82px;
    background: #000;
    border-radius: 0 0 0 30px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 30px;
    height: 2px;
    background-color: #fff;
    width: 28px;
  }
  .openbtn span:nth-of-type(1) {
    top: 31px;
  }
  .openbtn span:nth-of-type(2) {
    top: 37px;
  }
  .openbtn span:nth-of-type(3) {
    top: 43px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 30px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
    width: 28px;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 43px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 28px;
  }
  .contents {
    position: relative;
    z-index: 0;
    padding: 100px 0 80px 0;
  }
  .archive_body {
    width: 100% !important;
  }
  .archive_base {
    display: block;
    padding: 0 24px;
  }
  .archive_base .box {
    width: calc(100% - 0px) !important;
  }
  .archive_base .box .body {
    padding-bottom: 64px;
  }
  .archive_base .box .body .date {
    padding: 16px 0 8px;
  }
  .archive_base .box .body .date span {
    font-size: 11px;
  }
  .archive_base .box .body h3 {
    font-size: 17px;
  }
  .archive_base .box .body p {
    padding: 12px 0 22px 0;
    font-size: 13px;
  }
  .archive_base .box .body .cat {
    font-size: 10px;
  }
  /* =================================================================

  	トップページ

  ================================================================= */
  #home .kv_wrap {
    position: relative;
    height: calc(100vh - 100px);
  }
  #home .kv_wrap .kv {
    position: relative;
    padding: 0 0 0 24px;
    height: calc(100vh - 150px);
  }
  #home .kv_wrap .kv .wrap {
    position: relative;
  }
  #home .kv_wrap .kv .wrap .info {
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  #home .kv_wrap .kv .wrap .info .spec span {
    background: #fff;
    padding: 8px 12px;
  }
  #home .kv_wrap .kv .wrap .info .spec .vol {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #home .kv_wrap .kv .wrap .info .spec .cop {
    font-size: 14px;
  }
  #home .kv_wrap .kv .wrap .info .ttl {
    line-height: 325%;
    padding-right: 20px;
  }
  #home .kv_wrap .kv .wrap .info .ttl span {
    background: #000;
    color: #fff;
    padding: 8px 12px;
    font-size: 28px;
  }
  #home .kv_wrap .kv .wrap .info .ttl p {
    margin: 36px 0 0;
  }
  #home .kv_wrap .side_text {
    top: 42%;
    right: -90px;
    font-size: 11px;
  }
  #home .kv_wrap .sd {
    position: absolute;
    bottom: 16px;
    left: 24px;
    width: 100px;
  }
  #home .kv_wrap .dots-class {
    justify-content: end;
    margin: 20px 24px 0 0;
  }
  #home .sec01 {
    padding-bottom: 120px;
  }
  #home .sec01 .ttl {
    background: url("../images/home/sec1_1.svg") no-repeat 50% 45%/600px;
    padding: 80px 0 40px;
  }
  #home .sec01 .ttl .en {
    font-size: 30px;
    padding-bottom: 18px;
  }
  #home .sec01 .ttl h2 {
    font-size: 16px;
  }
  #home .sec01 .btn a {
    padding: 20px 40px 18px;
    width: calc(100% - 48px);
  }
  #home .sec02 {
    position: relative;
    padding-bottom: 60px;
  }
  #home .sec02 .kv {
    position: relative;
    padding: 29vw 0 76px 0;
    z-index: 0;
  }
  #home .sec02 .kv p {
    text-align: right;
    font-size: 10px;
    padding-right: 24px;
  }
  #home .sec02 .body {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 30px;
    margin-top: -60px;
    padding-top: 0;
  }
  #home .sec02 .body .ttl {
    background: none;
    padding: 60px 0 40px;
  }
  #home .sec02 .body .ttl .en {
    font-size: 26px;
    position: relative;
    letter-spacing: 4px;
    text-align: center;
  }
  #home .sec02 .body .ttl .en:before {
    position: absolute;
    content: url("../images/home/sec2_6.svg");
    top: -8px;
    left: 22vw;
    display: block;
  }
  #home .sec02 .body .ttl .en:after {
    position: absolute;
    content: url("../images/home/sec2_6.svg");
    top: -8px;
    right: 22vw;
    display: block;
  }
  #home .sec02 .body .ttl h2 {
    font-size: 14px;
    padding-top: 12px;
  }
  #home .sec02 .body .base {
    display: block;
    padding: 0 24px;
  }
  #home .sec02 .body .base .box {
    width: 100%;
    border: #000 dashed 1px;
    padding: 40px 24px;
    margin-bottom: 24px;
  }
  #home .sec02 .body .base .box h3 {
    background: url("../images/home/sec2_3.svg") no-repeat 0 2px;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 34px;
  }
  #home .sec02 .body .base .box h3 a {
    display: block;
  }
  #home .sec02 .body .base .box ul li a {
    background: url("../images/home/sec2_4.svg") no-repeat 4px 12px;
    font-size: 13px;
  }
  #home .sec02 .body .base .box ul li a:hover {
    background: url("../images/home/sec2_4.svg") no-repeat 8px 14px;
  }
  #home .sec03 {
    border-radius: 30px 30px 0 0;
    color: #fff;
    padding: 60px 0 80px;
  }
  #home .sec03 .ttl {
    background: url("../images/home/sec3_1.svg") no-repeat 50% 0;
    padding: 20px 0 50px;
  }
  #home .sec03 .ttl .en {
    font-size: 26px;
    position: relative;
    letter-spacing: 4px;
    text-align: center;
  }
  #home .sec03 .ttl .en:before {
    position: absolute;
    content: url("../images/home/sec3_4.svg");
    top: -8px;
    left: 22vw;
    display: block;
  }
  #home .sec03 .ttl .en:after {
    position: absolute;
    content: url("../images/home/sec3_4.svg");
    top: -8px;
    right: 22vw;
    display: block;
  }
  #home .sec03 .ttl h2 {
    font-size: 14px;
    padding-top: 12px;
  }
  #home .sec03 .base {
    padding: 0 24px;
    gap: 12px;
  }
  #home .sec03 .base .box {
    width: calc(100% - 0px);
  }
  #home .sec03 .base .box ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #home .sec03 .base .box li {
    width: calc(50% - 6px);
  }
  #home .sec03 .base .box a {
    display: block;
    width: 100%;
    border: #81858C dashed 1px;
    padding: 16px 28px 16px 48px;
    color: #fff;
    background: url("../images/home/sec3_2.svg") no-repeat 16px 16px/20px;
    font-size: 14px;
  }
  #home .sec03 .base .box a:hover {
    opacity: 0.5;
  }
  #home .sec04 .kv {
    padding: 25vw 0 8vw 0;
  }
  #home .sec04 .kv p {
    font-size: 10px;
    padding-right: 24px;
  }
  #home .sec04 .body .base {
    display: block;
    padding: 0 24px;
  }
  #home .sec04 .body .base .ttl {
    background: none;
    width: 100%;
    padding: 32px 0 0;
    text-align: center;
  }
  #home .sec04 .body .base .ttl .en {
    font-size: 26px;
    position: relative;
    letter-spacing: 4px;
    text-align: center;
  }
  #home .sec04 .body .base .ttl .en:before {
    position: absolute;
    content: url("../images/home/sec2_6.svg");
    top: -8px;
    left: 22vw;
    display: block;
  }
  #home .sec04 .body .base .ttl .en:after {
    position: absolute;
    content: url("../images/home/sec2_6.svg");
    top: -8px;
    right: 22vw;
    display: block;
  }
  #home .sec04 .body .base .ttl h2 {
    font-size: 14px;
    padding-top: 8px;
  }
  #home .sec04 .body .base .body {
    width: 100%;
  }
  #home .sec04 .body .base .body .box a {
    padding: 24px 28px 24px 0;
    background: url("../images/common/arrow_b_right.svg") no-repeat 100% 50%/10px;
  }
  #home .sec04 .body .base .body .box a .date {
    padding-bottom: 4px;
  }
  #home .sec04 .body .base .body .box a:hover {
    background: #f9f9f9 url("../images/common/arrow_b_right.svg") no-repeat 97% 50%/10px;
  }
  /* =================================================================

  	とは

  ================================================================= */
  #about .sec01 {
    background: url("../images/about/sec1_2.png") no-repeat 50% 80px;
    padding: 30px 0;
  }
  #about .sec01 .ttl {
    background: url("../images/about/sec1_1.svg") no-repeat 50% 0;
    padding: 30px 0 20px;
  }
  #about .sec01 .ttl .en {
    font-size: 16px;
    position: relative;
    letter-spacing: 4px;
    text-align: center;
  }
  #about .sec01 .ttl .en:before {
    position: absolute;
    content: url("../images/home/sec2_6.svg");
    top: -8px;
    left: 470px;
    display: block;
  }
  #about .sec01 .ttl .en:after {
    position: absolute;
    content: url("../images/home/sec2_6.svg");
    top: -8px;
    right: 470px;
    display: block;
  }
  #about .sec01 .ttl h2 {
    text-align: center;
    font-size: 23px;
    letter-spacing: 2px;
    padding-top: 20px;
    font-weight: 900;
    line-height: 140%;
  }
  #about .sec01 p {
    padding: 0 24px;
    font-size: 16px;
    line-height: 240%;
    margin-bottom: 50px;
  }
  #about .sec01 .scroll-infinity__item {
    width: 125vw;
  }
  #about .sec02 {
    padding-top: 60px;
  }
  #about .sec02 .base {
    display: block;
  }
  #about .sec02 .base .left {
    width: 100%;
  }
  #about .sec02 .base .right {
    width: 100%;
    padding: 32px 24px;
  }
  #about .sec02 .base .right .ttl {
    background: url("../images/about/sec2_1.svg") no-repeat 100% 0;
  }
  #about .sec02 .base .right .ttl h2 {
    font-size: 24px;
    text-align: center;
    padding: 30px 0 60px;
  }
  #about .sec02 .base .right p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 240%;
  }
  #about .sec03 {
    padding: 10px 24px 0 24px;
  }
  #about .sec03 .base {
    display: block;
    padding: 40px 24px;
  }
  #about .sec03 .base .left {
    width: 100%;
    font-size: 18px;
    margin-bottom: 18px;
  }
  #about .sec03 .base .right {
    width: 100%;
  }
  #news .lows_kv {
    margin-bottom: 0;
  }
  #news .archive_wrap .news_base .box a {
    padding: 24px 30px 24px 0;
  }
  #news .archive_wrap .news_base .box a .date {
    padding-bottom: 8px;
  }
  #archive.single {
    background: url("../images/common/single_bg1.png") repeat-y 4px 0/14px, none;
  }
  #archive.single .bg img {
    width: 100%;
    height: calc(100vh - 150px);
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 60px 0 0 0;
  }
  #archive.single .mainv {
    width: 100%;
    margin: 14px 0 40px 40px;
  }
  #archive.single .mainv img {
    width: 100vw;
    height: 64vw;
    border-radius: 30px 0 0 0;
  }
  #archive.single .single_body {
    width: 100%;
    padding: 0 24px 0 40px;
  }
  #archive.single .single_body .ttl {
    border-bottom: #000 solid 1px;
    margin-bottom: 40px;
    padding-bottom: 45px;
  }
  #archive.single .single_body .ttl h1 {
    border-bottom: none;
    padding-bottom: 0;
    line-height: 150%;
  }
  #archive.single .single_body .ttl .info {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
  }
  #archive.single .single_body .ttl .info .cat {
    font-size: 10px;
  }
  #archive.single .single_body .archivearea {
    margin: 80px 0 40px;
    border-top: #000 solid 1px;
    padding: 20px 0 0 0;
  }
  #archive.single .single_body .archivearea .base {
    display: block;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
  }
  #archive.single .single_body .archivearea .base .side_body {
    width: 100%;
  }
  #archive.single .single_body .archivearea h4 {
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: 3px;
    padding: 0;
    border: none;
  }
  #archive.single .single_body .archivearea ul li a {
    display: block;
    background: url("../images/common/arrow_b_right.svg") no-repeat 0 13px/12px;
    padding: 4px 0 4px 20px;
    font-weight: bold;
    font-size: 14px;
  }
  #archive.single .single_body .archivearea ul li a:hover {
    background: url("../images/common/arrow_b_right.svg") no-repeat 4px 13px/12px;
    opacity: 0.5;
  }
  #backnumber .tc {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
    position: relative;
  }
  #backnumber .tc h2 {
    width: 4.5vw;
  }
  #backnumber .tc h2 img {
    width: 60%;
  }
  #backnumber .tc .base {
    width: calc(100% - 5vw);
    background: #F4F4F4;
    padding: 16px 24px;
    display: block;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    height: 100%;
  }
  #backnumber .tc .base .box {
    width: 100%;
  }
  #backnumber .tc .base .box .blk {
    display: flex;
    align-content: flex-start;
  }
  #backnumber .tc .base .box .blk .year {
    width: 15%;
  }
  #backnumber .tc .base .box .blk ul {
    width: 85%;
    display: flex;
    gap: 16px;
  }
  #backnumber .tc .base .box .blk ul li a {
    font-size: 12px;
  }
  #backnumber .tc .base .box .blk ul li a:hover {
    opacity: 0.5;
  }
  #backnumber .bn {
    padding: 24px;
  }
  #backnumber .bn .base {
    margin-top: 32px;
    border: #000 solid 2px;
    position: relative;
    padding: 24px 16px 0;
    display: block;
  }
  #backnumber .bn .base .left {
    width: 100%;
    order: 1;
  }
  #backnumber .bn .base .right {
    width: 100%;
    order: 3;
  }
  #backnumber .bn .base .right h2 {
    font-size: 19px;
    padding: 36px 0 16px;
    margin-bottom: 24px;
  }
  #backnumber .bn .base .right h2 span {
    background: #000;
    color: #fff;
    padding: 2px 5px;
    font-size: 15px;
    margin-left: 8px;
  }
  #backnumber .bn .base .right .webbook {
    margin-bottom: 60px;
  }
  #backnumber .bn .base .right .webbook h3 {
    background: url("../images/backnumber/icon1.svg") no-repeat 0 0/28px;
    font-size: 16px;
    padding: 0 0 4px 42px;
    margin-bottom: 16px;
  }
  #backnumber .bn .base .right .webbook .btn a {
    padding: 10px 14px 9px;
    width: 100%;
  }
  #backnumber .bn .base .right .pdf {
    margin-bottom: 60px;
    border-top: #000 solid 1px;
  }
  #backnumber .bn .base .right .pdf h3 {
    background: url("../images/backnumber/icon2.svg") no-repeat 3px 24px/25px;
    font-size: 16px;
    padding: 24px 0 4px 42px;
    margin-bottom: 4px;
  }
  #backnumber .bn .base .right .pdf .box a {
    display: block;
    border-bottom: #D7DCE6 solid 1px;
    background: url("../images/backnumber/icon3.svg") no-repeat 8px 16px;
    padding: 12px 16px 16px 46px;
  }
  #backnumber .bn .base .right .pdf .box a .pdf_name {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 3px;
  }
  #backnumber .bn .base .right .pdf .box a span {
    font-size: 11px;
    color: #444444;
    line-height: 160%;
    display: block;
  }
  #backnumber .bn .base .right .pdf .box a:hover {
    background: #f9f9f9 url("../images/backnumber/icon3.svg") no-repeat 8px 16px;
  }
  #backnumber .bn .base .right .pdf .box a:hover div,
  #backnumber .bn .base .right .pdf .box a:hover span {
    color: #777;
  }
  #backnumber .bn .base .movie {
    border-top: #000 solid 1px;
    margin-top: 40px;
  }
  #backnumber .bn .base .movie h3 {
    background: url("../images/backnumber/icon4.svg") no-repeat 0 20px;
    font-size: 16px;
    padding: 24px 0 4px 42px;
    margin-bottom: 24px;
  }
  #backnumber .bn .base .movie .movie_base {
    padding-bottom: 28px;
  }
  #backnumber .bn .base .movie .movie_base p {
    padding-top: 8px;
    font-size: 12px;
  }
  #enquete .inner {
    padding: 0 24px;
  }
  #enquete .intro {
    width: auto;
    margin: 0 auto 24px;
  }
  #enquete .form_wrap {
    width: auto;
    margin: 0 auto;
    border: #ddd solid 1px;
    padding: 24px 24px 0 24px;
  }
  #enquete .form_wrap dl {
    border-bottom: #ddd solid 1px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  #enquete .form_wrap dl dt {
    font-weight: bold;
    padding-bottom: 12px;
  }
  #enquete .form_wrap dl dt span {
    background: #eee;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
  }
  #enquete .form_wrap dl dt span.must {
    background: #BA090C;
    color: #fff;
  }
  #enquete .form_wrap dl dd input[type=text],
  #enquete .form_wrap dl dd input[type=email],
  #enquete .form_wrap dl dd textarea {
    background: #f0f0f0;
    padding: 8px 16px;
    border-radius: 8px;
    width: 100%;
  }
  #enquete .form_wrap dl dd textarea {
    height: 100px;
  }
  #enquete .form_wrap dl dd .wpcf7-list-item {
    display: block;
    margin: 0 0 4px 0;
  }
  #enquete .form_wrap .wpcf7-submit {
    display: block;
    width: 240px;
    padding: 16px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    margin: auto;
  }
  #enquete .form_wrap .wpcf7-submit:hover {
    opacity: 0.6;
  }
  #enquete .thanks {
    text-align: center;
  }
  /* =================================================================

  	フッター

  ================================================================= */
  footer .top {
    padding: 56px 0 0;
    display: block;
  }
  footer .top .logo {
    width: 48vw;
    margin: 0 auto 32px;
  }
  footer .top ul {
    display: block;
  }
  footer .top ul li a {
    text-align: center;
    padding: 8px 0;
  }
  footer .archive_menu {
    display: block;
    padding: 24px;
  }
  footer .archive_menu .base {
    width: calc(100% - 0px);
    margin-top: 36px;
  }
  footer .archive_menu .ttl {
    background: url("../images/common/foot_ttl.svg") no-repeat 0 100%;
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    letter-spacing: 2px;
  }
  footer .archive_menu .body {
    display: block;
  }
  footer .archive_menu .body .cat {
    width: calc(100% - 0px);
  }
  footer .archive_menu .body dl {
    padding-bottom: 24px;
  }
  footer .archive_menu .body dl dt {
    color: #585858;
    margin-bottom: 8px;
    letter-spacing: 2px;
  }
  footer .archive_menu .body dl dd a {
    display: block;
    background: url("../images/common/arrow_w_right.svg") no-repeat 0 9px/11px;
    padding-left: 21px;
  }
  footer .copy {
    border-top: #202020 solid 1px;
    color: #585858;
    text-align: center;
    padding: 32px 0 32px;
    margin-top: 40px;
    font-size: 12px;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */