@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

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;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[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 {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
}

body {
  background: #fff;
  color: #151010;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

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

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.btn--main {
  margin: 1em 0;
  padding: 1.4em 2em;
  color: #151010;
  font-size: 1em;
  font-weight: normal;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #151010;
  background: none;
  color: #151010;
  margin: 1em 0;
  padding: 1.4em 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  line-height: 1.4;
  margin: 0 0 1em;
}

.txt--bold {
  font-weight: bold;
}

.txt--bigger {
  font-size: 1.4em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.svg-parts {
  display: none;
}

.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy,
.thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blur--img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  transform: scale(1.5);
  background-size: cover;
  z-index: 1;
}

.block--pager {
  height: 60px;
  letter-spacing: -0.5em;
  font-size: 13px;
  padding: 0;
  position: relative;
  top: 20px;
  margin: 50px auto 0;
  padding-left: 5%;
}
.block--pager li {
  display: inline-block;
  width: 20px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 12px;
}
.block--pager a,
.block--pager span {
  display: block;
  width: 20px;
  height: 50px;
  position: relative;
  line-height: 45px;
  text-decoration: none;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: #151010;
  font-size: 1.5em;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #151010;
  border-right: 2px solid #151010;
  transform: rotate(-135deg);
  top: 17px;
  right: 14px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #151010;
  border-right: 2px solid #151010;
  transform: rotate(45deg);
  top: 17px;
  right: 19px;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--newer a:hover::after,
.block--pager .pager__item--older a:hover::after {
  border-color: #fff;
}
.block--pager .pager__item--current span {
  display: block;
  font-weight: bold;
}
.block--pager .pager__item--current::before {
  padding: 0 0.6em;
  opacity: 1;
}

.date {
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.03em;
}

.tit {
  line-height: 1.5;
  word-break: break-all;
}

.list__more,
.btn {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.list__more a,
.btn a {
  display: inline-block;
  position: relative;
  line-height: 1;
  background: #fff;
  font-weight: bold;
  padding: 20px 50px 20px 40px;
  border: 1px solid #151010;
  border-radius: 40px;
  text-decoration: none;
}
.list__more a::after,
.btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: no-repeat center url(/static/rwh/common/arrow.svg);
  top: 50%;
  left: calc(100% - 33px);
  margin-top: -7.5px;
}

.list--information li {
  border-bottom: 1px solid #e3dada;
}
.list--information li .date {
  width: 60px;
  height: 60px;
}
.list--information li .year {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 4em;
  opacity: 0.5;
}
.list--information li .date .date__item {
  font-size: 1.4em;
  position: relative;
}
.list--information li .date .date__item .month {
  display: block;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.list--information li .date .date__item .month::after {
  content: "";
  display: block;
  width: 1px;
  height: 230%;
  position: absolute;
  background: #151010;
  top: -4%;
  left: 80%;
  transform: rotate(43deg);
}
.list--information li .date .date__item .day {
  display: block;
  position: absolute;
  top: 1em;
  left: 1.2em;
  letter-spacing: 0;
}
.list--information li .tit {
  font-weight: bold;
}
.list--information li .category {
  width: 65px;
  height: 65px;
}
.list--information li .category img {
  display: block;
  width: 100%;
  background-size: contain;
}
.list--information li.category-2 .category img, .list--information li.category-3 .category img, .list--information li.category-4 .category img, .list--information li.category-5 .category img {
  background-image: url(/static/rwh/common/ico_rwh.png);
}
.list--information li.category-6 .category img {
  background-image: url(/static/rwh/common/ico_tokyo_marathon.png);
}
.list--information li.category-7 .category img {
  background-image: url(/static/rwh/common/ico_one_tokyo.png);
}
.list--information li.category-8 .category img {
  background-image: url(/static/rwh/common/ico_jogport.png);
}
.list--information li.category-9 .category img {
  background-image: url(/static/rwh/common/ico_voluntainer.png);
}
.list--information li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 36px 10px;
  position: relative;
}
.list--information li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  background: no-repeat center url(/static/rwh/common/arrow.svg);
  background-size: contain;
  right: 15px;
  top: 50%;
  margin-top: -7.5px;
}
.list--information li a .list__text {
  width: calc(100% - 200px);
  padding-right: 60px;
}
.list--information li a .list__text .category {
  width: auto;
  height: auto;
  border: 1px solid;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  padding: 3px 10px 3px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.list--information li.new a .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  font-size: 0.5em;
  margin-left: 0.5em;
  font-size: 0.9em;
  color: #d2004d;
  position: relative;
  left: -0.2em;
  top: -0.1em;
}
.list--information li.no-data {
  padding: 50px;
  font-size: 1em;
  padding-left: 0;
  text-align: center;
}

.section--blog .list--information .blogThumb {
  aspect-ratio: 1;
  margin-bottom: 10px;
  background: #F6F3EC;
  overflow: hidden;
  position: relative;
}
.section--blog .list--information .blogThumb span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(20px);
  transform: scale(1.5);
}
.section--blog .list--information .blogThumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.list--contents {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.list--contents li {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5vw;
}
.list--contents li:nth-child(even) {
  margin-right: 0;
}
.list--contents li a {
  display: block;
  position: relative;
}
.list--contents li a .group-name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.list--contents li.new a .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  font-size: 0.5em;
  margin-left: 0.5em;
  font-size: 0.9em;
  color: #d2004d;
  position: relative;
  left: -0.2em;
  top: -0.1em;
}
.list--contents li figure {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.list--contents li figure img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-image: url(/static/rwh/common/thumb_none.png);
  background-size: contain;
  position: relative;
  z-index: 2;
}
.list--contents li figure img.blur--img {
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.list--contents li .tit {
  font-weight: bold;
  font-size: 13px;
  display: none;
}

.form--post dt {
  font-size: 0.8em;
  opacity: 0.5;
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #151010;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #151010;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #151010;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #ddd;
  padding: 1em 0.5em;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #151010;
  border-radius: 0.3em;
  padding: 0.5em;
  padding: 1em;
  height: 10em;
}
textarea:focus {
  border-color: #151010;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  min-width: 12em;
  border-bottom: 2px solid;
  position: relative;
  margin-bottom: 20px;
  top: -30px;
  cursor: pointer;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #151010;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  border: none;
  padding: 0.5em 0;
  cursor: pointer;
  font-weight: bold;
}
.form__select select:focus {
  border-color: #151010;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #151010;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  width: 0.55em;
  height: 0.55em;
  border-width: 2px;
  position: absolute;
  right: 0.1em;
  top: 50%;
  margin: -0.35em 0 0;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #151010;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #151010;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  /*	background: var.$primary-color;
  border-color: var.$primary-color;*/
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #151010;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #151010;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #151010;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #151010;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #151010;
  border-color: #151010;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.header {
  position: fixed;
  top: 1.5vw;
  left: 2vw;
  z-index: 1000;
}
.header h1 {
  width: 80px;
}
.header h1 a {
  display: block;
  line-height: 0;
  transition: 0.3s;
}

.page--info.category-1 .drawer .g-nav .g-nav--item__news a::after,
.page--about .drawer .g-nav .g-nav--item__about a::after,
.page--program:not(.category-10) .drawer .g-nav .g-nav--item__program a::after,
.page--group:not(.category-13) .drawer .g-nav .g-nav--item__group a::after {
  transform: scaleX(1);
}

.g-nav li.g-nav--item__program .list-sub {
  display: none;
  position: absolute;
  top: 105px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  color: #fff;
  background: #000;
  padding: 10px 20px 10px 0;
}
.g-nav li.g-nav--item__program .list-sub li {
  margin: 0;
}
.g-nav li.g-nav--item__program .list-sub a {
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
}
.g-nav li.g-nav--item__program .list-sub a:after {
  content: none;
}

li.g-nav--item__program .list-sub li:first-child a:before {
  content: "|";
  position: absolute;
  right: -5px;
}

.footer {
  width: 100%;
  background: #f5f3ec;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
}
.footer::before {
  content: "";
  display: block;
  width: 110%;
  height: 24vw;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: -14vw;
  left: -5%;
  z-index: 1;
}
.footer .nav--support {
  text-align: center;
  margin-bottom: 60px;
}
.footer .nav--support li {
  display: inline-block;
  margin-bottom: 0.6em;
  margin-right: 2em;
}
.footer .nav--support li a {
  font-weight: bold;
  font-size: 13px;
}
.footer .list--bnr__footer {
  text-align: center;
  margin-bottom: 80px;
}
.footer .list--bnr__footer li {
  display: inline-block;
  margin: 0 0.3em;
}
.footer .list--bnr__footer li a {
  display: block;
  height: 70px;
  background: #fff;
  line-height: 0;
  border-radius: 7px;
  padding: 20px;
}
.footer .list--bnr__footer li a img {
  width: auto;
  height: 100%;
}
.footer .list--bnr__footer .tm2023 {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  border-radius: 7px;
  background: #fff;
}
.footer .list--bnr__footer .tm2023 img {
  width: auto;
  height: 30px;
  margin: 0 20px 0 0;
}
.footer .list--bnr__footer .tm2023 a {
  height: auto;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0 10px;
  background: none;
}
.footer .list--bnr__footer .tm2023 a:hover {
  box-shadow: 0 0 #e3decb;
  opacity: 0.5;
}
.footer .copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.wrap {
  min-height: 100%;
  position: relative;
  padding-bottom: 270px;
  overflow: hidden;
}

.section-tit {
  position: relative;
}

@keyframes line__item01_pc {
  0% {
    stroke-dashoffset: 290;
  }
  100% {
    stroke-dashoffset: 560;
  }
}
@keyframes line__item01_sp {
  0% {
    stroke-dashoffset: 760;
  }
  100% {
    stroke-dashoffset: 1500;
  }
}
@keyframes line__item02_pc {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 550;
  }
}
@keyframes line__item02_sp {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 550;
  }
}
@keyframes line__item02_sp_od {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -180;
  }
}
@keyframes line__item03_pc {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 550;
  }
}
@keyframes line__item03_sp {
  0% {
    stroke-dashoffset: 440;
  }
  100% {
    stroke-dashoffset: 230;
  }
}
@keyframes line__item04_pc {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 550;
  }
}
@keyframes line__item04_sp {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 550;
  }
}
@keyframes line__item05_sp {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 550;
  }
}
@keyframes line__item06_sp {
  0% {
    stroke-dashoffset: 280;
  }
  100% {
    stroke-dashoffset: 550;
  }
}
.page--home .block--lead .line.line__item01.pc.started .line01_pc_svg {
  animation: line__item01_pc 1.5s linear reverse forwards;
}
.page--home .line.line__item01.sp.started .line01_sp_svg {
  animation: line__item01_sp 4s linear reverse forwards;
}
.page--home .section--about.started .line.line__item02.pc .line02_pc_svg {
  animation: line__item02_pc 1.5s linear reverse forwards;
}
.page--home .line.line__item02.sp.started .line02_sp_svg {
  animation: line__item02_sp 1.5s linear reverse forwards;
}
.page--home .line.line__item02.sp.obverse.started .line02_sp_svg {
  animation: line__item02_sp_od 1.5s linear reverse forwards;
}
.page--home .line.line__item03 .line03_pc_svg {
  animation: line__item03_pc 1.5s linear reverse forwards;
}
.page--home .line.line__item03.started .line03_sp_svg {
  animation: line__item03_sp 2.5s forwards;
}
.page--home .line.line__item04.started .line04_pc_svg {
  animation: line__item04_pc 1.5s reverse forwards;
}
.page--home .line.line__item04.started .line04_sp_svg {
  animation: line__item04_sp 1.5s reverse linear forwards;
}
.page--home .line.line__item05.started .line05_sp_svg {
  animation: line__item05_sp 1.5s reverse linear forwards;
}
.page--home .line.line__item06.started .line06_sp_svg {
  animation: line__item06_sp 1.5s reverse linear forwards;
}

.page--home .footer {
  background: #fff;
}
.page--home .footer::before {
  background: #f5f3ec;
}
.page--home .footer .list--bnr__footer li {
  margin: 0 0.2em;
}
.page--home section {
  position: relative;
}
.page--home section .section-tit {
  position: relative;
  transform: translateY(0);
  opacity: 1;
}
.page--home section .section-tit span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home section .section-tit span::before, .page--home section .section-tit span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.page--home section .section-tit.started span::before, .page--home section .section-tit.started span::after {
  opacity: 1;
}
.page--home .line {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
}
.page--home .line.line__item01.pc {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .page--home .line.line__item01.pc {
    top: 50vh;
    left: 0;
  }
  .page--home .line.line__item01.pc .line01_pc_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 560;
    stroke-dashoffset: 250;
  }
}
.page--home .line.line__item01.sp {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .line.line__item01.sp {
    width: 112%;
    height: 365vw;
    top: 0;
    left: -17%;
    z-index: 20;
  }
  .page--home .line.line__item01.sp .line01_sp_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1070;
  }
}
.page--home .line.line__item02 {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .page--home .line.line__item02 {
    top: -27vw;
    left: 0;
    z-index: 2;
  }
  .page--home .line.line__item02 .line02_pc_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 550;
    stroke-dashoffset: 280;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .line.line__item02 {
    top: -27vw;
    left: 0;
    z-index: 2;
  }
  .page--home .line.line__item02 .line02_sp_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 550;
    stroke-dashoffset: 280;
  }
}
.page--home .line.line__item03 {
  opacity: 1;
  transform: translateY(0);
  width: 110%;
  top: 58vw;
  left: -5%;
}
@media screen and (min-width: 961px) {
  .page--home .line.line__item03 .line03_pc_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 550;
    stroke-dashoffset: 280;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .line.line__item03 {
    width: 101%;
    top: -70vw;
    left: 0;
    z-index: 2;
  }
  .page--home .line.line__item03 .line03_sp_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
  }
}
.page--home .line.line__item04 {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .page--home .line.line__item04 {
    width: 110%;
    top: 15vw;
    left: 0;
    z-index: 1;
  }
  .page--home .line.line__item04 .line04_pc_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 550;
    stroke-dashoffset: 280;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .line.line__item04 {
    bottom: -170vw;
    left: 0;
    z-index: 1;
  }
  .page--home .line.line__item04 .line04_sp_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 550;
    stroke-dashoffset: 280;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .line.line__item05 {
    opacity: 1;
    transform: translateY(0);
    top: -55vw;
    left: 0;
    z-index: 1;
  }
  .page--home .line.line__item05 .line05_sp_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 550;
    stroke-dashoffset: 280;
  }
  .page--home .line.line__item06 {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    bottom: 150vw;
    left: 0;
    z-index: 1;
  }
  .page--home .line.line__item06 .line06_sp_svg {
    fill: transparent;
    stroke: #d2004d;
    stroke-width: 0.25;
    stroke-dasharray: 550;
    stroke-dashoffset: 280;
  }
}
.page--home .section--information .section-tit {
  width: 25em;
  height: 12em;
  position: absolute;
  top: 0;
  right: clamp(110px, 13%, 14vw);
}
.page--home .section--information .section-tit .horizontal::before {
  transform: translateX(-30px);
  background-image: url(/static/rwh/top/title_news01_top.svg);
}
.page--home .section--information .section-tit .vertical::before {
  transform: translateY(30px);
  background-image: url(/static/rwh/top/title_news02_top.svg);
}
.page--home .section--information .section-tit .vertical::after {
  background-image: url(/static/rwh/top/title_news03_top.svg);
}
.page--home .section--information .section-tit.started .horizontal::before {
  transform: translateX(0);
}
.page--home .section--information .section-tit.started .vertical::before {
  transform: translateY(0);
  transition-delay: 0.3s;
}
.page--home .section--information .section-tit.started .vertical::after {
  transition-delay: 0.5s;
}
.page--home .section--information.section--blog .section-tit .horizontal::before {
  background-image: url(/static/rwh/contents/blog/title_blog01_top.svg);
}
.page--home .section--information.section--blog .section-tit .vertical::after {
  background-image: url(/static/rwh/contents/blog/title_blog03_top.svg);
}
.page--home .section--about .section-tit {
  width: 19em;
  height: 9em;
  position: absolute;
  top: 3em;
  right: clamp(120px, 10%, 10vw);
}
.page--home .section--about .section-tit .horizontal::before {
  transform: translateX(-20px);
  background-image: url(/static/rwh/top/title_about01_top.svg);
}
.page--home .section--about .section-tit .horizontal::after {
  background-image: url(/static/rwh/top/title_about03_top.svg);
}
.page--home .section--about .section-tit .vertical::before {
  transform: translateY(10px);
  background-image: url(/static/rwh/top/title_about02_top.svg);
}
.page--home .section--about .section-tit.started .horizontal::before {
  transform: translateX(0);
}
.page--home .section--about .section-tit.started .vertical::before {
  transform: translateY(0);
  transition-delay: 0.3s;
}
.page--home .section--about .section-tit.started .horizontal::after {
  transition-delay: 0.2s;
}
.page--home .section--program .section-tit {
  width: 18em;
  height: 18em;
  position: absolute;
  top: -9em;
  left: clamp(120px, 10%, 10vw);
}
.page--home .section--program .section-tit .vertical::before {
  transform: translateY(-20px);
  background-image: url(/static/rwh/top/title_program01_top.svg);
}
.page--home .section--program .section-tit .horizontal::after {
  transform: translateX(20px);
  background-image: url(/static/rwh/top/title_program02_top.svg);
}
.page--home .section--program .section-tit.started .vertical::before {
  transform: translateY(0);
  transition-delay: 0.3s;
}
.page--home .section--program .section-tit.started .horizontal::after {
  transform: translateX(0);
  transition-delay: 0.6s;
}
.page--home .section--program .section-tit.started .horizontal::before {
  transition-delay: 0.9s;
}
.page--home .section--top .block--heroimg {
  position: relative;
}
.page--home .section--top .block--heroimg .block--photo {
  position: relative;
  height: 94vh;
  line-height: 0;
}
.page--home .section--top .block--heroimg .block--photo img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home .section--top .block--heroimg .block--heroimg__logo {
  width: clamp(100px, 18vw, 250px);
  position: absolute;
  bottom: 0;
  right: 4%;
}
.page--home .section--top .block--heroimg .block--photo__swiper {
  width: 65%;
  height: 95vh;
}
.page--home .section--top .block--heroimg .block--photo__swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.page--home .section--top .swiper-notification {
  display: none;
}
.page--home .section--top .block--lead {
  height: 100vh;
}
.page--home .section--top .block--lead .block--lead__item {
  height: 100%;
  padding-top: 20em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.page--home .section--top .block--lead .block--lead__item {
  transform: translateY(0);
  opacity: 1;
}
.page--home .section--top .block--lead .block--lead__item > div {
  width: clamp(53px, 2.8vw, 80px);
  margin: 0;
  position: relative;
  background: #fff;
  padding: 15px;
}
.page--home .section--top .block--lead .block--lead__item > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  transform-origin: bottom;
  transition: 0.8s;
  transform: scaleY(1);
}
.page--home .section--top .block--lead .block--lead__item .lead01 {
  top: -9.5em;
}
.page--home .section--top .block--lead .block--lead__item.started > div::after {
  transform: scaleY(0);
}
.page--home .section--top .block--lead .block--lead__item.started .lead01::after {
  transition-delay: 0.2s;
}
.page--home .section--top .block--lead .block--lead__item.started .lead02::after {
  transition-delay: 0.9s;
}
.page--home .section--banner {
  margin-bottom: 13vw;
}
.page--home .section--banner .block--banner-swiper {
  padding-left: 150px;
  padding-right: 20px;
}
.page--home .section--banner .block--banner-swiper li a {
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
}
.page--home .section--banner .block--banner-swiper li a img {
  width: 100%;
  max-width: inherit;
}
@media screen and (min-width: 961px) {
  .page--home .section--banner .block--banner-swiper li a:hover {
    box-shadow: 8px 8px #e3decb;
  }
  .page--home .section--banner .block--banner-swiper li a:hover::before {
    opacity: 0;
  }
}
.page--home .section--banner .block--banner-swiper li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  border: 2px solid #d2004d;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .block--banner-swiper li a::before {
    border-radius: 10px;
  }
}
.page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -40px;
  left: 150px;
  width: 100%;
  text-align: left;
}
.page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  position: relative;
  background: none;
}
.page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background: #151010;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  transition: 0.3s;
}
.page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}
.page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  height: 100%;
  background: #151010;
  top: 0;
  left: 0;
}
.page--home .section--banner.no-swiper .swiper-pagination,
.page--home .section--banner.no-swiper .swiper-button-prev,
.page--home .section--banner.no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--banner.no-swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  transform: none;
}
.page--home .section--banner.no-swiper .block--banner-swiper {
  padding: 0 5%;
}
.page--home .section--banner.no-swiper .swiper-slide {
  width: 48%;
}
.page--home .swiper-button-prev,
.page--home .swiper-button-next {
  background: #fff;
  color: #151010;
  width: 50px;
  border-radius: 60px;
  height: 50px;
  transition: 0.3s;
}
.page--home .swiper-button-prev::after,
.page--home .swiper-button-next::after {
  content: "";
  background: no-repeat center url(/static/rwh/common/arrow.svg);
  background-size: contain;
  width: 22px;
  height: 14px;
}
.page--home .swiper-button-prev.swiper-button-disabled,
.page--home .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.page--home .swiper-button-next {
  right: 50px;
}
.page--home .swiper-button-next:hover {
  transform: scale(1.5);
}
.page--home .swiper-button-prev {
  left: 50px;
  transform: scale(-1, 1);
}
.page--home .swiper-button-prev:hover {
  transform: scale(-1.5, 1.5);
}
.page--home .section--information {
  padding: 110px clamp(150px, 20%, 20vw) 20vw;
}
.page--home .section--about {
  position: relative;
  padding: 110px clamp(150px, 20%, 20vw);
  margin-bottom: 10vw;
}
.page--home .section--about::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  width: clamp(620px, 55%, 55%);
  background: #f5f3ec;
  left: 50%;
  top: 0;
  transform-origin: top;
  transform: translateX(-50%);
  z-index: -1;
}
.page--home .section--about .text {
  width: 54%;
  font-weight: bold;
  text-align: justify;
  margin: 70px -10% 0 auto;
}
.page--home .section--about .text p:not(last-child) {
  margin-bottom: 1.5em;
}
.page--home .section--about .text .list__more {
  text-align: left;
}
.page--home .section--about .block--about-photo {
  width: 100%;
  pointer-events: none;
  position: relative;
  top: -10vw;
  left: -20%;
}
.page--home .section--about .block--about-photo .block--abbout-photo__item {
  width: 60%;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.page--home .section--about .block--about-photo .block--abbout-photo__item:nth-child(2) {
  left: 70%;
  top: -5vw;
}
.page--home .section--program {
  background: #f5f3ec;
  padding: 13vw clamp(100px, 10%, 10vw) 40px;
}
.page--home .section--program .list__more {
  text-align: center;
}

.page--home .delighter {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.page--home .delighter.started {
  transform: translateY(0);
  opacity: 1;
}

.section--list,
.section--detail {
  padding-top: 150px;
}
.section--list .section-tit,
.section--detail .section-tit {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 0.8em;
  margin-bottom: 7vw;
  padding: 2em 27% 0;
}

.section--list {
  padding: 150px 0 100px;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
.section--list .list--information {
  border-top: 1px solid #e3dada;
}
.section--list .list--contents li a .group-name {
  background: #fff;
}

.block--share {
  margin-top: 30px;
  display: flex;
}
.block--share li {
  display: block;
  font-size: 20px;
  margin-right: 0;
  width: 90px;
  margin-right: 3px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--share li {
    margin-right: 1%;
    width: 32.6666666667%;
  }
  .block--share li:last-child {
    margin-right: 0;
  }
}
.block--share li a {
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 6px 10px;
  border-radius: 5px;
}
.block--share li a i {
  font-size: 17px;
  margin-right: 3px;
}
.block--share li.twitter a {
  background: #151010;
}
.block--share li.facebook a {
  background: #385AA7;
}
.block--share li.line-icon a {
  background: #2cbf13;
}
.block--share li.line-icon a svg {
  width: 17px;
  height: 17px;
  fill: #fff;
  margin-right: 3px;
}

.block--category {
  background: #f5f3ec;
  padding: 40px 50px calc(40px - 1em);
  margin-bottom: 80px;
  border-radius: 6px;
  position: relative;
  z-index: 3;
}
.block--category li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 1em;
}
.block--category li.current a {
  background: #d2004d;
  color: #fff;
}
.block--category li a {
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  background: #fff;
  padding: 5px 14px;
  border-radius: 6px;
}
.block--category .block--category__item {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 1em;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  background: #fff;
  padding: 5px 14px;
  border-radius: 6px;
  cursor: pointer;
}
.block--category .block--category__item.current {
  border: 3px solid #d2004d;
}

.section--detail {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 110px;
}
.section--detail .tit {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
.section--detail .date {
  font-size: 1em;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  opacity: 0.5;
  font-weight: 600;
}
.section--detail .txt {
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-top: 2.5em;
}
.section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  color: #d2004d;
  font-size: 0.5em;
  margin-left: 0.5em;
  font-size: 0.8em;
  position: relative;
  left: -0.2em;
  top: -0.1em;
}

.lang-ja .section--detail .date {
  font-size: 1em;
}
.lang-ja .section--detail .txt {
  font-size: 0.9em;
  line-height: 2;
  letter-spacing: 0.05em;
}

.detail__btn {
  display: inline-block;
  text-align: center;
  transform: translateX(-50%);
  padding: 0 0 10px;
  margin: 6em auto 0;
  position: relative;
  left: 50%;
}
.detail__btn a {
  font-weight: bold;
  font-size: 15px;
}
.detail__btn a::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  background: no-repeat center url(/static/rwh/common/arrow.svg);
  top: 50%;
  transform: scale(-1, 1);
  top: 7px;
  left: -21px;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.video iframe,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*  page--info
------------------------------ */
.page--info .section--detail {
  max-width: 900px;
  margin: 0 auto;
}
.page--info .section--detail .txt {
  word-break: break-all;
}
.page--info .section--detail .txt * {
  word-break: break-all;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .ph img {
  width: auto;
}
.page--info .section--detail .txt .btn a {
  text-decoration: none;
}

/*  page--program
------------------------------ */
.page--program {
  /* modaal */
}
.page--program .section--list .section-tit {
  padding: 2em 33% 0;
}
.page--program .section--list .block--text {
  margin-bottom: 60px;
}
.page--program .section--list .block--text .txt--basic {
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .page--program .section--list .block--text {
    text-align: center;
  }
}
.page--program .block--text .block-tit {
  color: #d2004d;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page--program .block--text .block--overview {
  margin-bottom: 3em;
}
.page--program .block--text .list--ambassador {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--program .block--text .list--ambassador li {
  position: relative;
  font-weight: bold;
  font-size: 0.9em;
  padding-right: 0.5em;
}
.page--program .block--text .list--ambassador li::after {
  content: ",";
  display: inline-block;
  padding-left: 0.25em;
}
.page--program .block--text .list--ambassador li:last-child::after {
  display: none;
}
.page--program .block--announce {
  padding: 0 4%;
  font-size: 0.9em;
}
.page--program .block--announce .txt--basic {
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .page--program .block--announce {
    padding-top: 30px;
    text-align: center;
  }
}
.page--program .block--category {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--program .block--category .block-tit {
  padding: 20px 24%;
  margin-bottom: 30px;
}
.page--program .block--category .block--category__item {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-indent: -9999em;
  background: #fff no-repeat center;
  background-size: 90%;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .page--program .block--category .block--category__item {
    transition: 0.3s;
  }
  .page--program .block--category .block--category__item:hover {
    opacity: 0.5;
  }
}
.page--program .block--category .block--category__item:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  text-indent: 0;
  font-size: 1.1em;
}
.page--program .block--category .block--category__item:nth-of-type(2) {
  background-image: url(/static/rwh/feature/about/ico-sdg1.png);
}
.page--program .block--category .block--category__item:nth-of-type(3) {
  background-image: url(/static/rwh/feature/about/ico-sdg2.png);
}
.page--program .block--category .block--category__item:nth-of-type(4) {
  background-image: url(/static/rwh/feature/about/ico-sdg3.png);
}
.page--program .block--category .block--category__item:nth-of-type(5) {
  background-image: url(/static/rwh/feature/about/ico-sdg4.png);
}
.page--program .block--category .block--category__item:nth-of-type(6) {
  background-image: url(/static/rwh/feature/about/ico-sdg5.png);
}
.page--program .block--category .block--category__item:nth-of-type(7) {
  background-image: url(/static/rwh/feature/about/ico-sdg6.png);
}
.page--program .block--category .block--category__item:nth-of-type(8) {
  background-image: url(/static/rwh/feature/about/ico-sdg7.png);
}
.page--program .block--category .block--category__item:nth-of-type(9) {
  background-image: url(/static/rwh/feature/about/ico-sdg8.png);
}
.page--program .block--category .block--category__item:nth-of-type(10) {
  background-image: url(/static/rwh/feature/about/ico-sdg9.png);
}
.page--program .block--category .block--category__item:nth-of-type(11) {
  background-image: url(/static/rwh/feature/about/ico-sdg10.png);
}
.page--program .block--category .block--category__item:nth-of-type(12) {
  background-image: url(/static/rwh/feature/about/ico-sdg11.png);
}
.page--program .block--category .block--category__item:nth-of-type(13) {
  background-image: url(/static/rwh/feature/about/ico-sdg12.png);
}
.page--program .block--category .block--category__item:nth-of-type(14) {
  background-image: url(/static/rwh/feature/about/ico-sdg13.png);
}
.page--program .block--category .block--category__item:nth-of-type(15) {
  background-image: url(/static/rwh/feature/about/ico-sdg14.png);
}
.page--program .block--category .block--category__item:nth-of-type(16) {
  background-image: url(/static/rwh/feature/about/ico-sdg15.png);
}
.page--program .block--category .block--category__item:nth-of-type(17) {
  background-image: url(/static/rwh/feature/about/ico-sdg16.png);
}
.page--program .block--category .block--category__item:nth-of-type(18) {
  background-image: url(/static/rwh/feature/about/ico-sdg17.png);
}
.page--program .block--category .block--category__item:nth-of-type(19) {
  background-image: url(/static/rwh/feature/about/ico-sdg18.png);
  background-size: cover;
  pointer-events: none;
}
.page--program .list--contents li .block--popup {
  display: none;
}
.page--program .modaal-overlay {
  background: #868686 !important;
}
.page--program .modaal-container {
  background: none;
  box-shadow: none;
}
.page--program .modaal-inner-wrapper {
  cursor: pointer;
}
.page--program .modaal-close {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 5;
}
.page--program .modaal-close::before, .page--program .modaal-close::after {
  background: #151010;
}
.page--program .block--popup__inner {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}
.page--program .block--popup__inner .thumbnail {
  width: calc(100% + 100px);
  margin: -50px -50px 40px;
  line-height: 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
}
.page--program .block--popup__inner .thumbnail img {
  width: 100%;
  background: no-repeat center;
  background-image: url(/static/rwh/common/thumb_none.png);
}
.page--program .block--popup__inner .thumbnail img:not(.blur--img) {
  background-size: contain;
  position: relative;
  z-index: 2;
}
.page--program .block--popup__inner .tit {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
}
.page--program .block--popup__inner .group-name {
  font-size: 15px;
  font-weight: bold;
  color: #d2004d;
  margin-bottom: 0.5em;
}
.page--program .block--popup__inner .list--tag {
  display: inline-block;
  line-height: 0;
  background: #f5f3ec;
  margin-bottom: 30px;
  padding: 8px;
}
.page--program .block--popup__inner .list--tag li {
  display: inline-block;
  width: 50px;
  line-height: 0;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
}
.page--program .block--popup__inner .list--tag li:last-child {
  margin-right: 0;
}
.page--program.category-13 .section--list .section-tit {
  padding: 2em 42% 0;
}
.page--program .list--contents li a .group-name {
  color: #d2004d;
}

/*  page--group
------------------------------ */
.page--group .section--list .section-tit {
  padding: 2em 36% 0;
}
.page--group .section--list figure.thumb {
  width: 60%;
  margin: 0 auto 40px;
}
.page--group .section--list .block--text {
  max-width: 900px;
  margin: 0 auto 60px;
}
.page--group .section--list .block--text .txt--basic {
  text-align: center;
  line-height: 1.8;
}

/*  page--blog
------------------------------ */
.page--blog .form__select {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 3em auto 1em;
  padding-right: 1em;
  border: none;
  border-radius: 5px;
  background: #f5f3ec;
}
.page--blog .form__select::after {
  right: 1em;
}
.page--blog .form__select select {
  padding: 1em;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main .section--detail .section-tit {
  font-size: 2em;
  padding: 2em 0;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
.page--questionnaire .content-main .section--detail .ph {
  margin-bottom: 3vw;
}
.page--questionnaire .content-main .section--detail .txt--basic {
  margin-bottom: 5vw;
  background-color: #f5f3ec;
  padding: 1.2em 2em;
  border-radius: 6px;
}
.page--questionnaire .content-main .section--detail form .form--post {
  margin-bottom: 5vw;
}
.page--questionnaire .content-main .section--detail form .form--post dt {
  opacity: 1;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 15px;
}
.page--questionnaire .content-main .section--detail form .form--post dt .icon--required {
  display: inline-block;
}
.page--questionnaire .content-main .section--detail form .form--post dt .icon--required::before {
  content: "必須";
  display: block;
  background: #d2004d;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 100%;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 3px 3px 3px 6px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.page--questionnaire .content-main .section--detail form .form--post dd:not(:last-child) {
  border-bottom: 1px solid #e3dada;
  padding-bottom: 2em;
}
.page--questionnaire .content-main .section--detail form .form--post dd .form__select {
  top: 0;
  border-radius: 0.3em;
  padding: 0.05em 0.5em;
  border: 1px solid;
  min-width: 2em;
  margin-bottom: 0;
}
.page--questionnaire .content-main .section--detail form .form--post dd .form__select::after {
  border-width: 1px;
  right: 0.5em;
}
.page--questionnaire .content-main .section--detail form .form--post dd .form__select select {
  font-weight: normal;
  margin-right: 1.2em;
}
.page--questionnaire .content-main .section--detail form .form--post dd .form__checkbox label p::after {
  border-color: #d2004d;
}
.page--questionnaire .content-main .section--detail form .form--post dd .form__radio :checked ~ p::before {
  border-color: #d2004d;
}
.page--questionnaire .content-main .section--detail form .form--post dd .age {
  width: 4.5em !important;
  margin-right: 0.5%;
}
.page--questionnaire .content-main .section--detail form .form--confirm {
  background: #f5f3ec;
  border: none;
}
.page--questionnaire .content-main .section--detail form .form--confirm dt {
  font-weight: bold;
}
.page--questionnaire .content-main .section--detail .block--error {
  padding: 1.2em 2em;
  line-height: 1.5;
}
.page--questionnaire .content-main .section--detail .block--error li:not(:last-child) {
  margin-bottom: 0.5em;
}
.page--questionnaire .content-main .section--detail .btn {
  margin: 0 auto;
}
.page--questionnaire .content-main .section--detail .btn .btn--main {
  position: relative;
  line-height: 1;
  font-weight: bold;
  padding: 20px 50px 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  width: 300px;
}
.page--questionnaire .content-main .section--detail .btn .btn--main::after {
  display: none;
}
.page--questionnaire .content-main .section--detail .btn .btn--main {
  background: #fff;
  border: 1px solid #151010;
}
.page--questionnaire .content-main .section--detail .detail__btn {
  margin-top: 1.5em;
}
.page--questionnaire .content-main .section--detail .detail__btn a {
  padding: 1em;
  padding-left: 0;
}

.page--questionnaire.confirm .section--detail .txt--basic,
.page--questionnaire.complete .section--detail .txt--basic {
  text-align: center;
  font-weight: bold;
  color: #d2004d;
  padding-top: 0;
  margin-bottom: 2vw;
  background: transparent;
}

/*  page--support
------------------------------ */
.page--support.section--detail {
  margin: 0 auto;
}
.page--support.section--detail .txt {
  font-size: 1em;
  padding-top: 0;
}
.page--support.section--detail .section-tit {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3.5em;
}
.page--support.section--detail h3 {
  border-bottom: 1px solid;
  margin-bottom: 1em;
  margin-top: 5em;
}
.page--support.section--detail h3 + .txt {
  padding-top: 0;
}
.page--support.section--detail .list--support {
  padding-top: 15px;
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 14px;
}
.page--support.section--detail .list--support dt {
  font-weight: bold;
}
.page--support.section--detail .list--support dd {
  margin-bottom: 2em;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.page--support.section--detail .list--support ol ol,
.page--support.section--detail .list--support ul ol {
  padding-left: 1em;
}
.page--support.section--detail .list--support ol ol li,
.page--support.section--detail .list--support ul ol li {
  margin-bottom: 0.5em;
}
.page--support.section--detail .list--support > li {
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.page--support.section--detail .list--support > li .txt--basic {
  text-indent: 0em;
}
.page--support.section--detail .list--support > li ul {
  padding-left: 1em;
  margin: 0.5em 0;
}
.page--support.section--detail .list--support > li ul li {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.page--support.section--detail .list--support + .section-tit {
  padding-top: 5em;
}

/* page--sitemap
------------------------------ */
.page--sitemap .block--inner {
  max-width: 600px;
  margin: 0 auto;
}
.page--sitemap .list--sitemap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--sitemap .list--sitemap li {
  width: 48%;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.page--sitemap .list--sitemap li a {
  display: inline-block;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--sitemap .list--sitemap li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background: black;
    border-radius: 5px;
    bottom: -10px;
    left: 0;
    transform-origin: center;
    transition: 0.3s;
    transform: scaleX(0);
  }
  .page--sitemap .list--sitemap li a:hover::after {
    transform: scaleX(1);
  }
}
.page--sitemap .list--sub {
  display: block;
}
.page--sitemap .list--sub li {
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
}
.page--sitemap .list--sub li a {
  font-size: 0.5em;
}
.page--sitemap .list--sitemap.list--sub {
  border-top: 1px solid;
  padding-top: 2em;
}
.page--sitemap .list--sitemap.list--sub li {
  margin-right: 1.5em;
}
.page--sitemap .list--sitemap.list--sub li a {
  font-size: 0.8em;
}

/* page--faq
------------------------------ */
.page--faq .section--list .section-tit {
  text-align: left;
  padding-left: 0;
  letter-spacing: 0.03em;
}
.page--faq .searchBox {
  position: relative;
  margin: -105px 0 96px auto;
}
.page--faq .searchBox input[type=submit] {
  color: #151010;
}
.page--faq .searchBox input[type=text] {
  border-color: #a18383;
}

.tit--category {
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
}

.list--faq {
  margin: 0 0 80px;
}
.list--faq li {
  border-top: 1px solid #a18383;
}
.list--faq li:last-child {
  border-bottom: 1px solid #a18383;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.list--faq a:hover {
  opacity: 0.5;
}
.list--faq .tit {
  font-size: 1.2em;
  font-weight: 300;
  padding-left: 2.5em;
}
.list--faq .txt {
  margin: 0;
  padding-top: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  float: left;
  line-height: 1.7;
  color: #151010;
  margin-right: 5px;
}

.section--detail .list--faq .icon--q {
  line-height: 1.6;
}

.block--faq-detail {
  line-height: 1.8;
  border: 1px solid #151010;
  padding: 32px;
  margin: 0 0 80px;
}
.block--faq-detail a {
  text-decoration: underline;
}
.block--faq-detail dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #151010;
  padding: 0;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  font-size: 1.5em;
  padding-left: 0;
  padding-bottom: 18px;
  margin: 0;
  padding-top: 0;
}
.block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #9fa3a7;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.block--faq-detail dd .txt {
  padding-top: 0;
  font-size: 16px;
  margin: 0;
}
.block--faq-detail span[class^=icon--] {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  border-radius: 50px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  background: #151010;
}
.block--faq-detail span.icon--a {
  color: #151010;
  background: rgba(111, 138, 166, 0.2);
}

.page--faq .tit--category {
  display: none;
}

.page--faq .section--detail .block--contact,
.page--faq .section--list .block--contact {
  text-align: left;
  background: #f5f3ec;
  padding: 1.5em;
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a,
.page--faq .section--list .block--contact a {
  color: #151010;
  position: relative;
  text-decoration: underline;
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact a::after,
.page--faq .section--list .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a:hover,
.page--faq .section--list .block--contact a:hover {
  color: #000;
}
.page--faq .section--detail .block--contact .fa,
.page--faq .section--list .block--contact .fa {
  display: none;
}
.page--faq .section--detail .block--contact .tit,
.page--faq .section--list .block--contact .tit {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page--faq .section--detail .block--contact .txt,
.page--faq .section--list .block--contact .txt {
  margin-bottom: 16px;
}
.page--faq .section--detail .block--contact .txt--basic,
.page--faq .section--list .block--contact .txt--basic {
  margin-bottom: 0;
}
.page--faq .section--detail .block--contact .txt--basic .bold,
.page--faq .section--list .block--contact .txt--basic .bold {
  display: inline-block;
  margin-bottom: 0.2em;
}

.searchBox {
  position: relative;
  width: 30%;
  max-width: 320px;
  margin: 80px auto;
}
.searchBox input[type=text] {
  line-height: 40px;
  font-size: 1em;
  border-radius: 0;
  padding: 0 1em;
  border: none;
  border-bottom: 1px solid;
}
.searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: -9px;
  right: -7px;
  z-index: 2;
  cursor: pointer;
}

.section--detail.page--about .section-tit {
  padding: 2em 33% 0;
}
.section--detail.page--about .block--inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.section--detail.page--about .block--inner .block--inner--left {
  display: flex;
  align-items: center;
  width: 50%;
}
.section--detail.page--about .block--inner .block--inner--left figure.thumb {
  width: 90%;
  padding: 0 5%;
}
.section--detail.page--about .block--inner .block--inner--right.block--text {
  width: 50%;
  max-width: 900px;
}
.section--detail.page--about .block--inner .block--inner--right.block--text .txt--basic {
  line-height: 1.8;
  margin-bottom: 1em;
}
.section--detail.page--about .block--inner .block--inner--right.block--text .lang-en {
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  padding-top: 2em;
}
.section--detail.page--about .list--nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.section--detail.page--about .list--nav li {
  width: 31.3333333333%;
  background: #f5f3ec;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.section--detail.page--about .list--nav li::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  background: no-repeat center url(/static/rwh/common/arrow.svg);
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.section--detail.page--about .list--nav li::after {
  content: "";
  position: absolute;
  border-top: 80px solid transparent;
  border-right: 80px solid #e3decb;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .section--detail.page--about .list--nav li:hover {
    box-shadow: 8px 8px #d2c9a9;
  }
}
.section--detail.page--about .list--nav li a {
  display: block;
  padding: 40px;
  line-height: 1.8;
}
.section--detail.page--about .list--nav li span.icon {
  display: block;
  margin: 0 auto 20px;
  width: 18%;
}
.section--detail.page--about .list--nav li span.icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--detail.page--about .list--overview {
  width: 100%;
  max-width: 900px;
  font-size: 13px;
  border: 1px solid #151010;
  margin: 0 auto;
}
.section--detail.page--about .list--overview tr {
  border-bottom: 1px solid;
}
.section--detail.page--about .list--overview tr:last-of-type {
  border-bottom: none;
}
.section--detail.page--about .list--overview td {
  padding: 20px;
}
.section--detail.page--about .list--overview tr td:first-child {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid;
}

/*  page--legacyhalf
------------------------------ */
.page--legacyhalf {
  /* modaal */
}
.page--legacyhalf .section--list .section-tit {
  padding: 2em 33% 0;
}
.page--legacyhalf .section--list .block--text {
  margin-bottom: 60px;
}
.page--legacyhalf .section--list .block--text .txt--basic {
  line-height: 1.6;
}


.page--legacyhalf .block--popup__inner .btn--main.btn--entry {
  margin:1em;
  color: #fff;
  background:#d2004d;
}
  
  .page--legacyhalf .block--popup__inner .btn--main {
    margin:1em;
    color: #d2004d;
    border-color:#d2004d;
  }

  .page--legacyhalf .block--popup__inner .btn--main:hover {
    color: #fff !important;
    border-color: #151010;
    background: #151010;
  }
  
  .page--legacyhalf .block--popup__inner .btn--entry:hover {
    color: #fff !important;
    border-color: #151010;
    background: #151010;
  }
  
  .page--legacyhalf .block--popup__inner a.btn--main::after {
    content: none;
  }




@media screen and (min-width: 961px) {
  .page--legacyhalf .section--list .block--text {
    text-align: center;
  }
}
.page--legacyhalf .section--list .list--contents li .tit {
  font-size: 15px;
  color: #d2004d;
  display: block;
  margin-bottom: 5px;
}
.page--legacyhalf .block--text .block-tit {
  color: #d2004d;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page--legacyhalf .block--text .block--overview {
  margin-bottom: 3em;
}
.page--legacyhalf .block--text .block--overview .btn a {
  text-decoration: none;
}
.page--legacyhalf .block--text .list--ambassador {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--legacyhalf .block--text .list--ambassador li {
  position: relative;
  font-weight: bold;
  font-size: 0.9em;
  padding-right: 0.5em;
}
.page--legacyhalf .block--text .list--ambassador li::after {
  content: ",";
  display: inline-block;
  padding-left: 0.25em;
}
.page--legacyhalf .block--text .list--ambassador li:last-child::after {
  display: none;
}
.page--legacyhalf .block--announce {
  padding: 0 4%;
  font-size: 0.9em;
}
.page--legacyhalf .block--announce .txt--basic {
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .page--legacyhalf .block--announce {
    padding-top: 30px;
    text-align: center;
  }
}
.page--legacyhalf .block--category {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--legacyhalf .block--category .block-tit {
  padding: 20px 24%;
  margin-bottom: 30px;
}
.page--legacyhalf .block--category .block--category__item {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-indent: -9999em;
  background: #fff no-repeat center;
  background-size: 90%;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .page--legacyhalf .block--category .block--category__item {
    transition: 0.3s;
  }
  .page--legacyhalf .block--category .block--category__item:hover {
    opacity: 0.5;
  }
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  text-indent: 0;
  font-size: 1.1em;
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(2) {
  background-image: url(/static/rwh/feature/about/ico-sdg1.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(3) {
  background-image: url(/static/rwh/feature/about/ico-sdg2.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(4) {
  background-image: url(/static/rwh/feature/about/ico-sdg3.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(5) {
  background-image: url(/static/rwh/feature/about/ico-sdg4.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(6) {
  background-image: url(/static/rwh/feature/about/ico-sdg5.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(7) {
  background-image: url(/static/rwh/feature/about/ico-sdg6.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(8) {
  background-image: url(/static/rwh/feature/about/ico-sdg7.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(9) {
  background-image: url(/static/rwh/feature/about/ico-sdg8.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(10) {
  background-image: url(/static/rwh/feature/about/ico-sdg9.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(11) {
  background-image: url(/static/rwh/feature/about/ico-sdg10.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(12) {
  background-image: url(/static/rwh/feature/about/ico-sdg11.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(13) {
  background-image: url(/static/rwh/feature/about/ico-sdg12.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(14) {
  background-image: url(/static/rwh/feature/about/ico-sdg13.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(15) {
  background-image: url(/static/rwh/feature/about/ico-sdg14.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(16) {
  background-image: url(/static/rwh/feature/about/ico-sdg15.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(17) {
  background-image: url(/static/rwh/feature/about/ico-sdg16.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(18) {
  background-image: url(/static/rwh/feature/about/ico-sdg17.png);
}
.page--legacyhalf .block--category .block--category__item:nth-of-type(19) {
  background-image: url(/static/rwh/feature/about/ico-sdg18.png);
  background-size: cover;
  pointer-events: none;
}
.page--legacyhalf .list--contents li .block--popup {
  display: none;
}
.page--legacyhalf .modaal-overlay {
  background: #868686 !important;
}
.page--legacyhalf .modaal-container {
  background: none;
  box-shadow: none;
}
.page--legacyhalf .modaal-inner-wrapper {
  cursor: pointer;
}
.page--legacyhalf .modaal-close {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 5;
}
.page--legacyhalf .modaal-close::before, .page--legacyhalf .modaal-close::after {
  background: #151010;
}
.page--legacyhalf .block--popup__inner {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}
.page--legacyhalf .block--popup__inner .thumbnail {
  width: calc(100% + 100px);
  margin: -50px -50px 40px;
  line-height: 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
}
.page--legacyhalf .block--popup__inner .thumbnail img {
  width: 100%;
  background: no-repeat center;
  background-image: url(/static/rwh/common/thumb_none.png);
}
.page--legacyhalf .block--popup__inner .thumbnail img:not(.blur--img) {
  background-size: contain;
  position: relative;
  z-index: 2;
}
.page--legacyhalf .block--popup__inner .tit {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #d2004d;
  margin-bottom: 0.5em;
}
.page--legacyhalf .block--popup__inner .group-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--legacyhalf .block--popup__inner .list--tag {
  display: inline-block;
  line-height: 0;
  background: #f5f3ec;
  margin-bottom: 30px;
  padding: 8px;
}
.page--legacyhalf .block--popup__inner .list--tag li {
  display: inline-block;
  width: 50px;
  line-height: 0;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
}
.page--legacyhalf .block--popup__inner .list--tag li:last-child {
  margin-right: 0;
}
.page--legacyhalf .block--popup__inner .address {
  margin: 30px 0 0;
}
.page--legacyhalf .block--popup__inner .address a {
  text-decoration: underline;
}
.page--legacyhalf.category-15 .section--list .section-tit {
  padding: 2em 42% 0;
}
.page--legacyhalf .block-charity {
  margin: 0 auto 60px;
}
.page--legacyhalf .block-img {
  width: 60%;
  margin: 0 auto 60px;
}
.page--legacyhalf .block-sub {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.page--legacyhalf .block-sub .sub-main {
  display: inline-block;
  border-bottom: solid 1px #000;
  padding: 0 1em 5px;
  margin: 0 auto 10px;
}
.page--legacyhalf .block-sub .caption {
  font-size: 20px;
}
.page--legacyhalf .block-txt {
  margin: 0 auto 60px;
}
.page--legacyhalf .block-txt .block-ja {
  margin: 0 auto 30px;
}
.page--legacyhalf .block-txt .txtmain {
  margin: 0 auto 15px;
  font-weight: bold;
}
.page--legacyhalf .block-txt .txt {
  margin: 0 auto 15px;
  font-size: 0.9em;
}
.page--legacyhalf .block-info {
  text-align: center;
}
.page--legacyhalf .block-info .info-tit {
  font-size: 23px;
  margin: 0 auto 20px;
  font-weight: bold;
}
.page--legacyhalf .block-info .list--overview {
  width: 100%;
  font-size: 13px;
  border: 1px solid #151010;
  margin: 0 auto 60px;
}
.page--legacyhalf .block-info .list--overview tr {
  border-bottom: 1px solid;
}
.page--legacyhalf .block-info .list--overview th {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid;
  padding: 20px;
  width: 240px;
}
.page--legacyhalf .block-info .list--overview td {
  padding: 20px;
  text-align: left;
}
.page--legacyhalf .block-info dl.accBox {
  margin: 0 auto 60px;
  background: #f5f3ec;
  border-radius: 6px;
  padding: 20px 20px;
}
.page--legacyhalf .block-info dl.accBox dt {
  margin: 0 auto 0px;
  cursor: pointer;
  font-weight: bold;
  font-size: 23px;
  position: relative;
}
.page--legacyhalf .block-info dl.accBox dt:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 19px;
  height: 1px;
  right: 21px;
  margin-top: -1px;
}
.page--legacyhalf .block-info dl.accBox dt:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 19px;
  right: 30px;
  margin-top: -10px;
  transition: all 0.3s ease-out;
}
.page--legacyhalf .block-info dl.accBox dt.active:after {
  display: none;
}
.page--legacyhalf .block-info dl.accBox dd {
  display: none;
  text-align: left;
  padding: 20px 10px 0;
}
.page--legacyhalf .block-info dl.accBox dd .note {
  padding: 7px 0 0px 1em;
  text-indent: -1em;
}
.page--legacyhalf dl.noticeBox {
  border: solid 1px #000;
  margin: 0 auto 60px;
}
.page--legacyhalf dl.noticeBox dt {
  border-bottom: solid 1px #000;
  padding: 20px;
  margin: 0 auto 20px;
}
.page--legacyhalf dl.noticeBox dd {
  padding: 5px 20px 0px calc(20px + 1em);
  text-indent: -1em;
}
.page--legacyhalf dl.noticeBox dd:last-child {
  padding-bottom: 20px;
}
.page--legacyhalf dl.noticeBox .min {
  font-size: 13px;
}
.page--legacyhalf .notice {
  background: #e0f6ff;
  padding: 20px;
}
.page--legacyhalf .notice .min {
  font-size: 13px;
  padding: 5px 0 0px 1em;
  text-indent: -1em;
  display: inline-block;
}
.page--legacyhalf .entry-box table.list {
  border-collapse: separate;
  width: 100%;
  margin: 20px auto 0;
}
.page--legacyhalf .entry-box table.list th {
  padding: 20px;
  text-align: center;
}
.page--legacyhalf .entry-box table.list th.date {
  background: #d2004d;
  color: #fff;
  width: 255px;
}
.page--legacyhalf .entry-box table.list th.date p.att {
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  padding: 15px 0 0px 1em;
  text-indent: -1em;
}
.page--legacyhalf .entry-box table.list th.arrow {
  padding: 25px 20px 15px;
}
.page--legacyhalf .entry-box table.list th.arrow span {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #d2004d;
  display: inline-block;
}
.page--legacyhalf .entry-box table.list td {
  padding: 20px;
}
.page--legacyhalf .entry-box table.list td .entry-tit {
  font-weight: bold;
  margin: 0 auto 10px;
  font-size: 18px;
}
.page--legacyhalf .entry-box table.list td .note {
  font-size: 13px;
  padding: 5px 0 0 1em;
  text-indent: -1em;
  background: none;
}
.page--legacyhalf .entry-box table.list td.detail {
  background: #eaeaea;
}
.page--legacyhalf .entry-box table.list td.announce {
  border: solid 3px #d2004d;
  font-weight: bold;
  background: #fff;
}
.page--legacyhalf .section--list .section-tit {
  padding: 2em 36% 0;
}
.page--legacyhalf .section--list figure.thumb {
  width: 60%;
  margin: 0 auto 40px;
}
.page--legacyhalf .section--list .block--text {
  max-width: 900px;
  margin: 0 auto 60px;
}
.page--legacyhalf .section--list .block--text .txt--basic {
  text-align: center;
  line-height: 1.8;
}
.page--legacyhalf .list--contents li {
  width: 48%;
  margin-right: 4%;
}
.page--legacyhalf .list--contents li:nth-child(2n) {
  margin-right: 0;
}

/*  page--tm2023
------------------------------ */
.page--tm2023 {
  /* modaal */
}
.page--tm2023 .section--list .section-tit {
  padding: 2em 33% 0;
}
.page--tm2023 .section--list .block--text {
  margin-bottom: 60px;
}
.page--tm2023 .section--list .block--text .txt--basic {
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .page--tm2023 .section--list .block--text {
    text-align: center;
  }
}
.page--tm2023 .section--list .list--contents li .tit {
  font-size: 15px;
  color: #d2004d;
  display: block;
  margin-bottom: 5px;
}
.page--tm2023 .block--text .block-tit {
  color: #d2004d;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page--tm2023 .block--text .block--overview {
  margin-bottom: 3em;
}
.page--tm2023 .block--text .block--overview .btn a {
  text-decoration: none;
}
.page--tm2023 .block--text .list--ambassador {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--tm2023 .block--text .list--ambassador li {
  position: relative;
  font-weight: bold;
  font-size: 0.9em;
  padding-right: 0.5em;
}
.page--tm2023 .block--text .list--ambassador li::after {
  content: ",";
  display: inline-block;
  padding-left: 0.25em;
}
.page--tm2023 .block--text .list--ambassador li:last-child::after {
  display: none;
}
.page--tm2023 .block--announce {
  padding: 0 4%;
  font-size: 0.9em;
}
.page--tm2023 .block--announce .txt--basic {
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .page--tm2023 .block--announce {
    padding-top: 30px;
    text-align: center;
  }
}
.page--tm2023 .block--category {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--tm2023 .block--category .group--tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 30px;
}
.page--tm2023 .block--category .block-tit {
  padding: 0px 0;
  width: 50%;
  margin: 0;
}
.page--tm2023 .block--category .tit-sub {
  width: 46%;
  font-size: 1vw;
}
.page--tm2023 .block--category .block--category__item {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-indent: -9999em;
  background: #fff no-repeat center;
  background-size: 90%;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .page--tm2023 .block--category .block--category__item {
    transition: 0.3s;
  }
  .page--tm2023 .block--category .block--category__item:hover {
    opacity: 0.5;
  }
}
.page--tm2023 .block--category .block--category__item:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  text-indent: 0;
  font-size: 1.1em;
}
.page--tm2023 .block--category .block--category__item:nth-of-type(2) {
  background-image: url(/static/rwh/feature/about/ico-sdg1.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(3) {
  background-image: url(/static/rwh/feature/about/ico-sdg2.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(4) {
  background-image: url(/static/rwh/feature/about/ico-sdg3.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(5) {
  background-image: url(/static/rwh/feature/about/ico-sdg4.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(6) {
  background-image: url(/static/rwh/feature/about/ico-sdg5.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(7) {
  background-image: url(/static/rwh/feature/about/ico-sdg6.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(8) {
  background-image: url(/static/rwh/feature/about/ico-sdg7.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(9) {
  background-image: url(/static/rwh/feature/about/ico-sdg8.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(10) {
  background-image: url(/static/rwh/feature/about/ico-sdg9.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(11) {
  background-image: url(/static/rwh/feature/about/ico-sdg10.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(12) {
  background-image: url(/static/rwh/feature/about/ico-sdg11.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(13) {
  background-image: url(/static/rwh/feature/about/ico-sdg12.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(14) {
  background-image: url(/static/rwh/feature/about/ico-sdg13.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(15) {
  background-image: url(/static/rwh/feature/about/ico-sdg14.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(16) {
  background-image: url(/static/rwh/feature/about/ico-sdg15.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(17) {
  background-image: url(/static/rwh/feature/about/ico-sdg16.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(18) {
  background-image: url(/static/rwh/feature/about/ico-sdg17.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(19) {
  background-image: url(/static/rwh/feature/about/ico-sdg18.png);
  background-size: cover;
  pointer-events: none;
}
.page--tm2023 .list--contents li .block--popup {
  display: none;
}
.page--tm2023 .modaal-overlay {
  background: #868686 !important;
}
.page--tm2023 .modaal-container {
  background: none;
  box-shadow: none;
}
.page--tm2023 .modaal-inner-wrapper {
  cursor: pointer;
}
.page--tm2023 .modaal-close {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 5;
}
.page--tm2023 .modaal-close::before, .page--tm2023 .modaal-close::after {
  background: #151010;
}
.page--tm2023 .block--popup__inner {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}
.page--tm2023 .block--popup__inner .thumbnail {
  width: calc(100% + 100px);
  margin: -50px -50px 40px;
  line-height: 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
}
.page--tm2023 .block--popup__inner .thumbnail img {
  width: 100%;
  background: no-repeat center;
  background-image: url(/static/rwh/common/thumb_none.png);
}
.page--tm2023 .block--popup__inner .thumbnail img:not(.blur--img) {
  background-size: contain;
  position: relative;
  z-index: 2;
}
.page--tm2023 .block--popup__inner .tit {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #d2004d;
  margin-bottom: 0.5em;
}
.page--tm2023 .block--popup__inner .group-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--tm2023 .block--popup__inner .list--tag {
  display: inline-block;
  line-height: 0;
  background: #f5f3ec;
  margin-bottom: 30px;
  padding: 8px;
}
.page--tm2023 .block--popup__inner .list--tag li {
  display: inline-block;
  width: 50px;
  line-height: 0;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
}
.page--tm2023 .block--popup__inner .list--tag li:last-child {
  margin-right: 0;
}
.page--tm2023 .block--popup__inner .address {
  margin: 30px 0 0;
}
.page--tm2023 .block--popup__inner .address a {
  text-decoration: underline;
}
.page--tm2023.category-15 .section--list .section-tit {
  padding: 2em 42% 0;
}
.page--tm2023 .block-charity {
  margin: 0 auto 60px;
}
.page--tm2023 .block-img {
  width: 60%;
  margin: 0 auto 60px;
}
.page--tm2023 .block-sub {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.page--tm2023 .block-sub .sub-main {
  display: inline-block;
  border-bottom: solid 1px #000;
  padding: 0 1em 5px;
  margin: 0 auto 10px;
}
.page--tm2023 .block-sub .caption {
  font-size: 20px;
}
.page--tm2023 .block-txt {
  margin: 0 auto 60px;
}
.page--tm2023 .block-txt .block-ja {
  margin: 0 auto 30px;
  text-align: center;
}
.page--tm2023 .block-txt .txtmain {
  margin: 0 auto 15px;
  font-weight: bold;
}
.page--tm2023 .block-txt .txt {
  margin: 0 auto 15px;
  font-size: 0.9em;
}
.page--tm2023 .block-info {
  text-align: center;
}
.page--tm2023 .block-info .info-tit {
  font-size: 23px;
  margin: 0 auto 20px;
  font-weight: bold;
}
.page--tm2023 .block-info .list--overview {
  width: 100%;
  font-size: 13px;
  border: 1px solid #151010;
  margin: 0 auto 60px;
}
.page--tm2023 .block-info .list--overview tr {
  border-bottom: 1px solid;
}
.page--tm2023 .block-info .list--overview th {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid;
  padding: 20px;
  width: 240px;
}
.page--tm2023 .block-info .list--overview td {
  padding: 20px;
  text-align: left;
}
.page--tm2023 .block-info dl.accBox {
  margin: 0 auto 60px;
  background: #f5f3ec;
  border-radius: 6px;
  padding: 20px 20px;
}
.page--tm2023 .block-info dl.accBox dt {
  margin: 0 auto 0px;
  cursor: pointer;
  font-weight: bold;
  font-size: 23px;
  position: relative;
}
.page--tm2023 .block-info dl.accBox dt:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 19px;
  height: 1px;
  right: 21px;
  margin-top: -1px;
}
.page--tm2023 .block-info dl.accBox dt:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 19px;
  right: 30px;
  margin-top: -10px;
  transition: all 0.3s ease-out;
}
.page--tm2023 .block-info dl.accBox dt.active:after {
  display: none;
}
.page--tm2023 .block-info dl.accBox dd {
  display: none;
  text-align: left;
  padding: 20px 10px 0;
}
.page--tm2023 .block-info dl.accBox dd .note {
  padding: 7px 0 0px 1em;
  text-indent: -1em;
}
.page--tm2023 .block-info .flow-img {
  margin: 0 auto 60px;
  line-height: 0;
}
.page--tm2023 .notice {
  background: #e0f6ff;
  padding: 20px;
}
.page--tm2023 .notice .min {
  font-size: 13px;
  padding: 5px 0 0px 1em;
  text-indent: -1em;
  display: inline-block;
}
.page--tm2023 .entry-box table.list {
  border-collapse: separate;
  width: 100%;
  margin: 20px auto 0;
}
.page--tm2023 .entry-box table.list th {
  padding: 20px;
  text-align: center;
}
.page--tm2023 .entry-box table.list th.date {
  background: #d2004d;
  color: #fff;
  width: 255px;
}
.page--tm2023 .entry-box table.list th.date p.att {
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  padding: 15px 0 0px 1em;
  text-indent: -1em;
}
.page--tm2023 .entry-box table.list th.arrow {
  padding: 25px 20px 15px;
}
.page--tm2023 .entry-box table.list th.arrow span {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #d2004d;
  display: inline-block;
}
.page--tm2023 .entry-box table.list td {
  padding: 20px;
}
.page--tm2023 .entry-box table.list td .entry-tit {
  font-weight: bold;
  margin: 0 auto 10px;
  font-size: 18px;
}
.page--tm2023 .entry-box table.list td .note {
  font-size: 13px;
  padding: 5px 0 0 1em;
  text-indent: -1em;
  background: none;
}
.page--tm2023 .entry-box table.list td.detail {
  background: #eaeaea;
}
.page--tm2023 .entry-box table.list td.announce {
  border: solid 3px #d2004d;
  font-weight: bold;
  background: #fff;
}
.page--tm2023 .section--list .section-tit {
  padding: 2em 36% 0;
}
.page--tm2023 .section--list figure.thumb {
  width: 60%;
  margin: 0 auto 40px;
}
.page--tm2023 .section--list .block--text {
  max-width: 900px;
  margin: 0 auto 60px;
}
.page--tm2023 .section--list .block--text .txt--basic {
  text-align: center;
  line-height: 1.8;
}
.page--tm2023 .list--contents li {
  width: 48%;
  margin-right: 4%;
}
.page--tm2023 .list--contents li:nth-child(2n) {
  margin-right: 0;
}

/*  page--tm2023
------------------------------ */
.page--tm2023 {
  /* modaal */
}
.page--tm2023 .section--list .section-tit {
  padding: 2em 33% 0;
}
.page--tm2023 .section--list .block--text {
  margin-bottom: 60px;
}
.page--tm2023 .section--list .block--text .txt--basic {
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .page--tm2023 .section--list .block--text {
    text-align: center;
  }
}
.page--tm2023 .section--list .list--contents li .tit {
  font-size: 15px;
  color: #d2004d;
  display: block;
  margin-bottom: 5px;
}
.page--tm2023 .block--text .block-tit {
  color: #d2004d;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page--tm2023 .block--text .block--overview {
  margin-bottom: 3em;
}
.page--tm2023 .block--text .block--overview .btn a {
  text-decoration: none;
}
.page--tm2023 .block--text .list--ambassador {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page--tm2023 .block--text .list--ambassador li {
  position: relative;
  font-weight: bold;
  font-size: 0.9em;
  padding-right: 0.5em;
}
.page--tm2023 .block--text .list--ambassador li::after {
  content: ",";
  display: inline-block;
  padding-left: 0.25em;
}
.page--tm2023 .block--text .list--ambassador li:last-child::after {
  display: none;
}
.page--tm2023 .block--announce {
  padding: 0 4%;
  font-size: 0.9em;
}
.page--tm2023 .block--announce .txt--basic {
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .page--tm2023 .block--announce {
    padding-top: 30px;
    text-align: center;
  }
}
.page--tm2023 .block--category {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--tm2023 .block--category .block--category__item {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-indent: -9999em;
  background: #fff no-repeat center;
  background-size: 90%;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .page--tm2023 .block--category .block--category__item {
    transition: 0.3s;
  }
  .page--tm2023 .block--category .block--category__item:hover {
    opacity: 0.5;
  }
}
.page--tm2023 .block--category .block--category__item:nth-of-type(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: normal;
  text-indent: 0;
  font-size: 1.1em;
}
.page--tm2023 .block--category .block--category__item:nth-of-type(2) {
  background-image: url(/static/rwh/feature/about/ico-sdg1.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(3) {
  background-image: url(/static/rwh/feature/about/ico-sdg2.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(4) {
  background-image: url(/static/rwh/feature/about/ico-sdg3.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(5) {
  background-image: url(/static/rwh/feature/about/ico-sdg4.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(6) {
  background-image: url(/static/rwh/feature/about/ico-sdg5.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(7) {
  background-image: url(/static/rwh/feature/about/ico-sdg6.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(8) {
  background-image: url(/static/rwh/feature/about/ico-sdg7.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(9) {
  background-image: url(/static/rwh/feature/about/ico-sdg8.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(10) {
  background-image: url(/static/rwh/feature/about/ico-sdg9.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(11) {
  background-image: url(/static/rwh/feature/about/ico-sdg10.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(12) {
  background-image: url(/static/rwh/feature/about/ico-sdg11.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(13) {
  background-image: url(/static/rwh/feature/about/ico-sdg12.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(14) {
  background-image: url(/static/rwh/feature/about/ico-sdg13.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(15) {
  background-image: url(/static/rwh/feature/about/ico-sdg14.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(16) {
  background-image: url(/static/rwh/feature/about/ico-sdg15.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(17) {
  background-image: url(/static/rwh/feature/about/ico-sdg16.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(18) {
  background-image: url(/static/rwh/feature/about/ico-sdg17.png);
}
.page--tm2023 .block--category .block--category__item:nth-of-type(19) {
  background-image: url(/static/rwh/feature/about/ico-sdg18.png);
  background-size: cover;
  pointer-events: none;
}
.page--tm2023 .list--contents li .block--popup {
  display: none;
}
.page--tm2023 .modaal-overlay {
  background: #868686 !important;
}
.page--tm2023 .modaal-container {
  background: none;
  box-shadow: none;
}
.page--tm2023 .modaal-inner-wrapper {
  cursor: pointer;
}
.page--tm2023 .modaal-close {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 5;
}
.page--tm2023 .modaal-close::before, .page--tm2023 .modaal-close::after {
  background: #151010;
}
.page--tm2023 .block--popup__inner {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
}
.page--tm2023 .block--popup__inner .thumbnail {
  width: calc(100% + 100px);
  margin: -50px -50px 40px;
  line-height: 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
}
.page--tm2023 .block--popup__inner .thumbnail img {
  width: 100%;
  background: no-repeat center;
  background-image: url(/static/rwh/common/thumb_none.png);
}
.page--tm2023 .block--popup__inner .thumbnail img:not(.blur--img) {
  background-size: contain;
  position: relative;
  z-index: 2;
}
.page--tm2023 .block--popup__inner .tit {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  color: #d2004d;
  margin-bottom: 20px;
}
.page--tm2023 .block--popup__inner .group-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page--tm2023 .block--popup__inner .list--tag {
  display: inline-block;
  line-height: 0;
  background: #f5f3ec;
  margin-bottom: 30px;
  padding: 8px;
}
.page--tm2023 .block--popup__inner .list--tag li {
  display: inline-block;
  width: 50px;
  line-height: 0;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
}
.page--tm2023 .block--popup__inner .list--tag li:last-child {
  margin-right: 0;
}
.page--tm2023 .block--popup__inner .address {
  margin: 30px 0 0;
}
.page--tm2023 .block--popup__inner .address a {
  text-decoration: underline;
}
.page--tm2023 .block--popup__inner a.btn--main:after {
  content: none;
}
.page--tm2023 .block--popup__inner .btn--main {
  margin: 1em;
  color: #d2004d;
  border-color: #d2004d;
}
.page--tm2023 .block--popup__inner .btn--main.btn--entry {
  margin: 1em;
  color: #fff;
  background: #d2004d;
}
.page--tm2023 .block--popup__inner .btn--main:hover,
.page--tm2023 .block--popup__inner .btn--main.btn--entry:hover {
  color: #fff;
  border-color: #151010;
  background: #151010;
}
.page--tm2023.category-15 .section--list .section-tit {
  padding: 2em 42% 0;
}
.page--tm2023 .block-charity {
  margin: 0 auto 60px;
}
.page--tm2023 .block-img {
  width: 60%;
  margin: 0 auto 60px;
}
.page--tm2023 .block-sub {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.page--tm2023 .block-sub .sub-main {
  display: inline-block;
  border-bottom: solid 1px #000;
  padding: 0 1em 5px;
  margin: 0 auto 10px;
}
.page--tm2023 .block-sub .caption {
  font-size: 20px;
}
.page--tm2023 .block-txt {
  margin: 0 auto 60px;
}
.page--tm2023 .block-txt .block-ja {
  margin: 0 auto 30px;
}
.page--tm2023 .block-txt .txtmain {
  margin: 0 auto 15px;
  font-weight: bold;
}
.page--tm2023 .block-txt .txt {
  margin: 0 auto 15px;
  font-size: 0.9em;
}
.page--tm2023 .block-info {
  text-align: center;
}
.page--tm2023 .block-info .info-tit {
  font-size: 23px;
  margin: 0 auto 20px;
  font-weight: bold;
}
.page--tm2023 .block-info .list--overview {
  width: 100%;
  font-size: 13px;
  border: 1px solid #151010;
  margin: 0 auto 60px;
}
.page--tm2023 .block-info .list--overview tr {
  border-bottom: 1px solid;
}
.page--tm2023 .block-info .list--overview th {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid;
  padding: 20px;
  width: 240px;
}
.page--tm2023 .block-info .list--overview td {
  padding: 20px;
  text-align: left;
}
.page--tm2023 .block-info .list--overview a {
  text-decoration: underline;
}
.page--tm2023 .block-info dl.accBox {
  margin: 0 auto 60px;
  background: #f5f3ec;
  border-radius: 6px;
  padding: 20px 20px;
}
.page--tm2023 .block-info dl.accBox dt {
  margin: 0 auto 0px;
  cursor: pointer;
  font-weight: bold;
  font-size: 23px;
  position: relative;
}
.page--tm2023 .block-info dl.accBox dt:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 19px;
  height: 1px;
  right: 21px;
  margin-top: -1px;
}
.page--tm2023 .block-info dl.accBox dt:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 19px;
  right: 30px;
  margin-top: -10px;
  transition: all 0.3s ease-out;
}
.page--tm2023 .block-info dl.accBox dt.active:after {
  display: none;
}
.page--tm2023 .block-info dl.accBox dd {
  display: none;
  text-align: left;
  padding: 20px 10px 0;
}
.page--tm2023 .block-info dl.accBox dd .note {
  padding: 7px 0 0px 1em;
  text-indent: -1em;
}
.page--tm2023 dl.noticeBox {
  border: solid 1px #000;
  margin: 0 auto 60px;
}
.page--tm2023 dl.noticeBox dt {
  padding: 20px;
  margin: 0 auto 0px;
  position: relative;
  cursor: pointer;
}
.page--tm2023 dl.noticeBox dt::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 19px;
  height: 1px;
  right: 40px;
  margin-top: -1px;
}
.page--tm2023 dl.noticeBox dt::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 19px;
  right: 49px;
  margin-top: -10px;
  transition: all 0.3s ease-out;
}
.page--tm2023 dl.noticeBox dt.open:after {
  display: none;
}
.page--tm2023 dl.noticeBox .noticeBoxList {
  display: none;
  border-top: 1px solid rgb(0, 0, 0);
  padding: 15px 0px 0px;
}
.page--tm2023 dl.noticeBox dd {
  padding: 5px 20px 0px calc(20px + 1em);
  text-indent: -1em;
}
.page--tm2023 dl.noticeBox dd:last-child {
  padding-bottom: 20px;
}
.page--tm2023 dl.noticeBox .min {
  font-size: 13px;
}
.page--tm2023 .notice {
  background: #e0f6ff;
  padding: 20px;
}
.page--tm2023 .notice .min {
  font-size: 13px;
  padding: 5px 0 0px 1em;
  text-indent: -1em;
  display: inline-block;
}
.page--tm2023 .entry-box table.list {
  border-collapse: separate;
  width: 100%;
  margin: 20px auto 0;
}
.page--tm2023 .entry-box table.list th {
  padding: 20px;
  text-align: center;
}
.page--tm2023 .entry-box table.list th.date {
  background: #d2004d;
  color: #fff;
  width: 255px;
}
.page--tm2023 .entry-box table.list th.date p.att {
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  padding: 15px 0 0px 1em;
  text-indent: -1em;
}
.page--tm2023 .entry-box table.list th.arrow {
  padding: 25px 20px 15px;
}
.page--tm2023 .entry-box table.list th.arrow span {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #d2004d;
  display: inline-block;
}
.page--tm2023 .entry-box table.list td {
  padding: 20px;
}
.page--tm2023 .entry-box table.list td .entry-tit {
  font-weight: bold;
  margin: 0 auto 10px;
  font-size: 18px;
}
.page--tm2023 .entry-box table.list td .note {
  font-size: 13px;
  padding: 5px 0 0 1em;
  text-indent: -1em;
  background: none;
}
.page--tm2023 .entry-box table.list td.detail {
  background: #eaeaea;
}
.page--tm2023 .entry-box table.list td.announce {
  border: solid 3px #d2004d;
  font-weight: bold;
  background: #fff;
}
.page--tm2023 .section--list .section-tit {
  padding: 2em 36% 0;
}
.page--tm2023 .section--list figure.thumb {
  width: 60%;
  margin: 0 auto 40px;
}
.page--tm2023 .section--list .block--text {
  max-width: 900px;
  margin: 0 auto 60px;
}
.page--tm2023 .section--list .block--text .txt--basic {
  text-align: center;
  line-height: 1.8;
}
.page--tm2023 .list--contents li {
  width: 48%;
  margin-right: 4%;
}
.page--tm2023 .list--contents li:nth-child(2n) {
  margin-right: 0;
}
.page--tm2023 .tolinkArea {
  position: relative;
}
.page--tm2023 .tolinkArea a {
  position: absolute;
  top: -80px;
}

.page--tm2023.page--tm2023--en .block--category .block--category__item {
  background-size: 100%;
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(2) {
  background-image: url(/static/rwh/feature/about/ico-sdg01-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(3) {
  background-image: url(/static/rwh/feature/about/ico-sdg02-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(4) {
  background-image: url(/static/rwh/feature/about/ico-sdg03-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(5) {
  background-image: url(/static/rwh/feature/about/ico-sdg04-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(6) {
  background-image: url(/static/rwh/feature/about/ico-sdg05-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(7) {
  background-image: url(/static/rwh/feature/about/ico-sdg06-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(8) {
  background-image: url(/static/rwh/feature/about/ico-sdg07-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(9) {
  background-image: url(/static/rwh/feature/about/ico-sdg08-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(10) {
  background-image: url(/static/rwh/feature/about/ico-sdg09-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(11) {
  background-image: url(/static/rwh/feature/about/ico-sdg10-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(12) {
  background-image: url(/static/rwh/feature/about/ico-sdg11-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(13) {
  background-image: url(/static/rwh/feature/about/ico-sdg12-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(14) {
  background-image: url(/static/rwh/feature/about/ico-sdg13-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(15) {
  background-image: url(/static/rwh/feature/about/ico-sdg14-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(16) {
  background-image: url(/static/rwh/feature/about/ico-sdg15-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(17) {
  background-image: url(/static/rwh/feature/about/ico-sdg16-en-nwXtgeEG.png);
}
.page--tm2023.page--tm2023--en .block--category .block--category__item:nth-of-type(18) {
  background-image: url(/static/rwh/feature/about/ico-sdg17-en-nwXtgeEG.png);
}

.page--program:not(.category-10) .drawer .g-nav .g-nav--item__program:nth-of-type(6) a::after,
.page--program:not(.category-10) .drawer .g-nav .g-nav--item__program:nth-of-type(7) a::after {
  transform: scaleX(0);
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #151010;
    color: #fff !important;
  }
  .wrap {
    position: relative;
    padding-bottom: calc(16vw + 277px);
  }
  .content-main {
    position: relative;
  }
  a {
    transition: 0.3s ease-out;
  }
  .section--detail {
    max-width: 1100px;
  }
  body:not(.page--home) .drawer {
    /*background: none;
    box-shadow: none;
    right:2%;*/
  }
  .drawer {
    min-width: 400px;
    height: 110px;
    background: #fff;
    text-align: center;
    border-radius: 0 0;
    box-shadow: 0 0px 14px -8px rgba(0, 0, 0, 0.5333333333);
    padding: 40px 10px;
    padding: 13px 10px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    text-align: right;
  }
  .drawer .nav--menu {
    margin-top: 9px;
  }
  .drawer .g-nav li {
    display: inline-block;
    font-family: Rubik, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-style: normal;
    margin: 0 0.8em;
    vertical-align: middle;
  }
  .drawer .g-nav li.g-nav-jp a {
    font-size: 14px;
  }
  .drawer .g-nav li a {
    display: block;
    color: #d2004d;
    font-size: 15px;
    padding: 12px 0;
    position: relative;
    text-align: center;
  }
  .drawer .g-nav li a img {
    width: 90px;
  }
  .drawer .g-nav li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background: #d2004d;
    border-radius: 5px;
    bottom: -8px;
    left: 0;
    transform-origin: center;
    transition: 0.3s;
    transform: scaleX(0);
  }
  .drawer .g-nav li > a:hover::after {
    transform: scaleX(1);
  }
  .drawer .g-nav li span {
    display: block;
    width: 100%;
    line-height: 1;
    letter-spacing: 0.2em;
    transform: scale(0.6);
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .footer {
    width: 100%;
    padding-top: 16vw;
  }
  .footer .list--bnr__footer a:hover {
    box-shadow: 5px 5px #e3decb;
  }
  .footer .nav--support li a {
    position: relative;
  }
  .footer .nav--support li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background: black;
    border-radius: 5px;
    bottom: -10px;
    left: 0;
    transform-origin: center;
    transition: 0.3s;
    transform: scaleX(0);
  }
  .footer .nav--support li a:hover::after {
    transform: scaleX(1);
  }
  .list__more a,
  .btn a {
    font-size: 16px;
  }
  .list__more a::after,
  .btn a::after {
    transition: 0.3s;
  }
  .list__more a:hover,
  .btn a:hover {
    color: #fff;
    background: #302b19;
  }
  .list__more a:hover::after,
  .btn a:hover::after {
    filter: invert(100);
    left: calc(100% - 28px);
  }
  .list--information li a {
    transition: 0.3s;
    position: relative;
  }
  .list--information li a::after {
    transition: 0.3s;
  }
  .list--information li a:hover {
    background: #f5f3ec;
  }
  .list--information li a:hover::after {
    right: 10px;
  }
  .list--contents li a {
    transition: 0.3s;
    position: relative;
  }
  .list--contents li a .thumbnail {
    transition: 0.3s;
  }
  .list--contents li a:hover .thumbnail {
    box-shadow: 8px 8px #dbd3ba;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager .pager__item--older a::after,
  .block--pager .pager__item--newer a::after {
    transition: 0.3s;
  }
  .block--pager a,
  .block--pager a::after {
    color: #151010;
  }
  .block--pager .pager__item--other a {
    padding-bottom: 10px;
  }
  .block--pager .pager__item--other::before {
    transition: background 30s linear, opacity 0.3s;
  }
  .block--pager .pager__item--other:hover::before {
    opacity: 1;
    transition: background 30s linear, opacity 0.3s;
    background-position: 400px;
  }
  .detail__btn a::before {
    transition: 0.3s;
  }
  .detail__btn a:hover::before {
    left: -25px;
  }
  .block--share a {
    transition: 0.3s;
  }
  .block--category li a:hover {
    background: #d2004d;
    color: #fff;
  }
  /*  page--home
  ------------------------------ */
  .page--home .header {
    display: none;
  }
  .page--home .drawer {
    padding: 13px 10px;
  }
  .page--home .section--top .block--lead {
    min-height: 900px;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--detail .txt a {
    transition: 0.3s;
  }
  .page--info .section--detail .txt a:hover {
    color: #f3aa00;
    text-decoration: none;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .content-main .section--detail {
    padding: 150px 100px 100px;
  }
  .page--questionnaire .content-main .section--detail form .btn::after,
  .page--questionnaire .content-main .section--detail form .btn .btn--main {
    transition: 0.3s ease-out;
  }
  .page--questionnaire .content-main .section--detail form .btn:hover .btn--main {
    color: #fff;
    background: #302b19;
  }
  .page--questionnaire .content-main .section--detail form .btn:hover .btn--sub {
    color: #151010 !important;
    background-color: #fff;
    border: 1px solid #151010;
  }
  /*  page--faq
  ------------------------------ */
  .block--faq-detail a:hover {
    text-decoration: none;
  }
  /*  page--blog
  ------------------------------ */
  .page--blog b {
    font-weight: bold;
  }
  .page--blog .drawer .g-nav .g-nav--item__blog a::after {
    transform: scaleX(1);
  }
  .page--blog .section--list .section-tit {
    padding: 2em 45.5% 0;
  }
  .page--blog .section--list .blogList {
    display: flex;
    flex-wrap: wrap;
  }
  .page--blog .section--list .blogList li {
    position: relative;
    width: calc(25% - 12px);
  }
  .page--blog .section--list .blogList li:nth-child(4n+1) {
    margin: 0 12px 30px 0;
  }
  .page--blog .section--list .blogList li:nth-child(4n+2) {
    margin: 0 8px 30px 4px;
  }
  .page--blog .section--list .blogList li:nth-child(4n+3) {
    margin: 0 4px 30px 8px;
  }
  .page--blog .section--list .blogList li:nth-child(4n+4) {
    margin: 0 0 30px 12px;
  }
  .page--blog .section--list .blogList li.new:before {
    content: "NEW";
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #d2004d;
    color: #FFF;
    border-radius: 100px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-size: 13px;
  }
  .page--blog .section--list .blogList li a {
    display: block;
  }
  .page--blog .section--list .blogList li a .thumb {
    aspect-ratio: 1;
    margin-bottom: 10px;
    background: #F6F3EC;
    overflow: hidden;
  }
  .page--blog .section--list .blogList li a .thumb span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(20px);
    transform: scale(1.5);
  }
  .page--blog .section--list .blogList li a .thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .page--blog .section--list .blogList li a .date {
    font-size: 12px;
  }
  .page--blog .section--list .blogList li a .tit {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
  }
  .page--blog .section--list .blogList li a .posted {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 3px 10px;
    line-height: 1.5em;
    background-color: #000;
    color: #FFF;
    margin-bottom: 12px;
  }
  .page--blog .section--list .pagingBox .block--pager .current span {
    opacity: 0.2;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--newer span:after {
    right: 5px;
    top: 19px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--newer a:after {
    right: 5px;
    top: 19px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--older span:after {
    right: 5px;
    top: 19px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--older a:after {
    right: 5px;
    top: 19px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--older span {
    opacity: 0.2;
  }
  .page--blog .section--detail {
    max-width: 900px;
    margin: 0 auto;
  }
  .page--blog .section--detail .date {
    font-size: 14px;
  }
  .page--blog .section--detail .date span {
    border-left: 1px solid;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
  }
  .page--blog .section--detail .mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
  }
  .page--blog .section--detail .mov .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .page--blog .section--detail .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .page--blog .section--detail .pager-link {
    display: flex;
    justify-content: center;
    margin-top: 6em;
  }
  .page--blog .section--detail .pager-link li {
    position: relative;
    padding: 0 20px;
  }
  .page--blog .section--detail .pager-link li.pager-link--prev:before {
    content: "";
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    background: no-repeat center url(/static/rwh/common/arrow.svg);
    transform: scale(-1, 1);
    top: 7px;
    left: -10px;
  }
  .page--blog .section--detail .pager-link li.pager-link--next:before {
    content: "";
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    background: no-repeat center url(/static/rwh/common/arrow.svg);
    top: 7px;
    right: -10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
  body .lang-ja {
    font-size: 14px;
  }
  .content--body {
    padding-top: 8vw;
  }
  .searchBox input[type=text] {
    line-height: 33px;
    padding: 0;
  }
  .searchBox input[type=submit] {
    width: 26px;
    font-size: 13px;
    line-height: 30px;
    top: 3px;
    right: 0;
  }
  .btn--main {
    width: 90%;
    padding: 1.2em 1em;
    border-radius: 3px;
    letter-spacing: 0.01em;
  }
  /*  page--blog
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 80%;
    padding: 1.2em 1em;
    border-radius: 3px;
    letter-spacing: 0.01em;
    margin: 0.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    width: 100%;
    position: fixed;
    z-index: 60;
    top: 6vw;
    left: 5vw;
  }
  .header h1 {
    width: 11vw;
  }
  .drawer__btn {
    width: 50px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    position: fixed;
    top: 4vw;
    right: 0;
    z-index: 100;
    background: #d2004d;
  }
  .drawer__btn span {
    display: block;
    width: 50%;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 14px;
    transition: 0.3s;
  }
  .drawer__btn span.top {
    top: 15px;
  }
  .drawer__btn span.mid {
    top: 24px;
    transform-origin: center;
  }
  .drawer__btn span.btm {
    top: 33px;
  }
  .drawer {
    width: 100vw;
    height: 140vw;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    overflow: hidden;
    transition: 0.6s;
    pointer-events: none;
  }
  .drawer:after {
    content: "";
    width: 140%;
    height: 100%;
    background: #f5f3ec;
    border-radius: 0 0 50% 50%;
    position: absolute;
    top: -30px;
    left: -20%;
    z-index: 8;
    filter: drop-shadow(0px -4px 9px #6b6458);
    transform: translate(50%, -100%) rotate(44deg);
    transition: 0.4s;
  }
  .drawer .nav--menu {
    display: block;
    width: 100%;
    height: 100%;
    padding: 28vw 5.2vw;
  }
  .drawer .nav--menu .g-nav > li {
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.2s;
  }
  .drawer .nav--menu .g-nav > li.g-nav-jp a {
    font-size: 19px;
  }
  .drawer .nav--menu .g-nav > li a {
    display: block;
    color: #151010;
    font-family: Rubik, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    padding: 2vw 0;
    font-size: 5vw;
    position: relative;
  }
  .drawer .nav--menu .g-nav > li span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-left: 0;
  }
  .drawer .nav--menu .g-nav > li span a {
    display: inline-block;
    font-size: 1.5em;
    vertical-align: -1px;
    margin: 0 4px;
  }
  .drawer-visible .drawer__btn .top {
    transform: rotate(45deg);
    top: 24px;
  }
  .drawer-visible .drawer__btn .mid {
    transform: scaleX(0);
  }
  .drawer-visible .drawer__btn .btm {
    transform: rotate(-45deg);
    top: 24px;
  }
  .drawer-visible .drawer {
    pointer-events: auto;
  }
  .drawer-visible .drawer .nav--menu .g-nav li {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.4s;
  }
  .drawer-visible .drawer .nav--menu .g-nav li:nth-child(1) {
    transition-delay: 0.3s;
  }
  .drawer-visible .drawer .nav--menu .g-nav li:nth-child(2) {
    transition-delay: 0.35s;
  }
  .drawer-visible .drawer .nav--menu .g-nav li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .drawer-visible .drawer .nav--menu .g-nav li:nth-child(4) {
    transition-delay: 0.45s;
  }
  .drawer-visible .drawer .nav--menu .g-nav li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .drawer-visible .drawer .nav--menu .g-nav li:nth-child(6) {
    transition-delay: 0.55s;
  }
  .drawer-visible .drawer .nav--menu .g-nav li:nth-child(7) {
    transition-delay: 0.6s;
  }
  .drawer-visible .drawer::after {
    transform: translate(0) rotate(0);
  }
  .footer {
    width: 100%;
    padding-top: 38vw;
  }
  .footer::before {
    height: 50vw;
    top: -28vw;
    z-index: 1;
  }
  .footer .nav--support {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer .nav--support li {
    margin-right: 1em;
    font-size: 12px;
  }
  .footer .nav--support li:last-child {
    margin-right: 0;
  }
  .footer .list--bnr__footer {
    margin-bottom: 30px;
  }
  .footer .list--bnr__footer li {
    margin: 0 0.1em 0.5em;
  }
  .footer .list--bnr__footer li a {
    height: 12vw;
    padding: 10px;
  }
  .footer .list--bnr__footer li:last-child {
    margin-right: 0;
  }
  .footer .list--bnr__footer .tm2023 {
    background: #fff;
    border-radius: 7px;
    padding: 10px;
    font-size: 12px;
  }
  .date {
    font-size: 11px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }
  .list--information {
    padding: 0;
  }
  .list--information li a {
    align-items: flex-start;
    padding: 25px 0;
  }
  .list--information li a[target=_blank]::after {
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    right: 2px;
  }
  .list--information li a:after {
    width: 12px;
    height: 11px;
    right: 5px;
    margin-top: -5.5px;
  }
  .list--information li a .category {
    width: 10vw;
    height: 10vw;
  }
  .list--information li a .year {
    font-size: 10px;
    margin-top: 3.2em;
  }
  .list--information li a .date {
    width: 12vw;
    height: 9vw;
  }
  .list--information li a .list__text {
    width: 64vw;
    padding-right: 22px;
  }
  .list--information li a .list__text .category {
    font-size: 10px;
    padding: 2px 10px 2px;
    margin-bottom: 5px;
    transform: scale(0.85);
    transform-origin: left top;
    margin-bottom: 0;
  }
  .list--information li.no-data {
    font-size: 1em;
    padding: 60px 0 30px;
    text-align: center;
    border: none;
  }
  .section--blog .list--information .list__text .category {
    font-size: 9px;
    text-align: left;
  }
  .list--contents li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .list--contents li a .group-name {
    padding: 0;
    margin-bottom: 7px;
    background: none;
  }
  .list__more {
    text-align: center;
    margin-top: 2em;
  }
  .list__more a {
    display: inline-block;
    font-weight: bold;
    padding: 15px 40px 15px 30px;
    font-size: 13px;
  }
  .block--category {
    padding: 6vw 5vw calc(7vw - 1em);
    border-radius: 0;
    margin-bottom: 0;
  }
  .block--category li {
    margin-right: 0.2em;
    margin-bottom: 0.8em;
  }
  .block--category li a {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 5px;
    letter-spacing: 0;
  }
  .wrap {
    position: relative;
    padding-bottom: 120vw;
  }
  .section--list,
  .section--detail {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 25vw 0 5vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 5vw;
    margin-bottom: 0.8em;
    letter-spacing: 0;
    text-align: center;
    padding: 25px 14% 40px;
  }
  .section--list .txt,
  .section--detail .txt {
    padding-top: 1.5em;
  }
  .section--detail {
    padding: 25vw 5% 5vw;
  }
  .section--list .list--information {
    border-top: none;
  }
  .section--list .list--information li a {
    padding: 25px 4%;
  }
  .section--list .list--information li a::after {
    right: 4%;
  }
  .section--list .list--information li a[target=_blank]::after {
    right: 4%;
  }
  .section--list .list--contents {
    padding: 0 4%;
  }
  .section--list .list--contents li .thumb {
    height: 60vw;
  }
  .section--list .list--contents li .group-name {
    font-size: 0.9em;
  }
  .section-tit {
    font-size: 26px;
  }
  .detail__btn {
    padding-bottom: 5px;
    margin-top: 2em;
    margin-bottom: 0;
  }
  .detail__btn a {
    font-size: 16px;
    line-height: 2;
  }
  .detail__btn a::before {
    top: 10px;
  }
  .section--detail .tit {
    font-size: 18px;
    line-height: 1.5;
  }
  .section--detail .date {
    font-size: 11px;
  }
  .section--detail .txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .section--list .list--contents li,
  .section--detail .list--contents li {
    width: 100%;
    margin-right: 0;
  }
  .section--list .block--pager,
  .section--detail .block--pager {
    margin-top: 20px;
  }
  .section--list .block--pager li,
  .section--detail .block--pager li {
    width: 20px;
    height: 30px;
    margin: 0 1.5vw;
  }
  .section--list .block--pager li a,
  .section--list .block--pager li span,
  .section--detail .block--pager li a,
  .section--detail .block--pager li span {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 27px;
  }
  .section--list .block--pager .pager__item--older a::after,
  .section--list .block--pager .pager__item--newer a::after,
  .section--detail .block--pager .pager__item--older a::after,
  .section--detail .block--pager .pager__item--newer a::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 7px;
  }
  .section--list .block--pager .pager__item--older a::after,
  .section--detail .block--pager .pager__item--older a::after {
    right: 10px;
  }
  .section--list .block--pager .pager__item--newer a::after,
  .section--list .block--pager .pager__item--newer span::after,
  .section--detail .block--pager .pager__item--newer a::after,
  .section--detail .block--pager .pager__item--newer span::after {
    top: 10px;
    right: 4px;
  }
  .page--home .header h1 {
    display: none;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .drawer .nav--menu {
    padding: 20vw 5.2vw;
  }
  .page--home .footer {
    position: relative;
  }
  .page--home .footer .list--bnr__footer li {
    margin: 0 0em 1em;
  }
  .page--home .section--top .block--heroimg .block--photo {
    height: 50vh;
  }
  .page--home .section--top .block--heroimg .block--photo__swiper {
    width: 100%;
  }
  .page--home .section--top .block--heroimg .block--photo__swiper.swiper-slide {
    border-radius: 0 0 50px 0;
  }
  .page--home .section--top .block--heroimg .block--heroimg__logo {
    width: 45%;
    position: relative;
    bottom: -2vh;
    right: 0;
    margin: 0 auto;
  }
  .page--home .section--top .block--lead {
    height: 115vh;
  }
  .page--home .section--top .block--lead .block--lead__item .lead01 {
    top: -10.5em;
  }
  .page--home .section--top .block--lead .block--lead__item > div {
    width: 11vw;
    padding: 10px;
    z-index: 20;
  }
  .page--home .section--information .section-tit {
    width: 7.5em;
    height: 3.5em;
    right: 5%;
    top: -1.8em;
  }
  .page--home .section--banner {
    margin-bottom: 42vw;
  }
  .page--home .section--banner .block--banner-swiper {
    padding-left: 5%;
  }
  .page--home .section--banner .block--banner-swiper li a {
    border-radius: 10px;
  }
  .page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: left;
    bottom: -30px;
    left: 5%;
  }
  .page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 2px;
  }
  .page--home .section--banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
    width: 3px;
    height: 3px;
    left: 2px;
    top: 2px;
  }
  .page--home .section--banner.no-swiper .swiper-wrapper {
    display: block;
  }
  .page--home .section--banner.no-swiper .swiper-slide {
    width: 100%;
  }
  .page--home .section--banner.no-swiper .swiper-slide:first-child {
    margin-bottom: 20px;
  }
  .page--home .swiper-button-next,
  .page--home .swiper-button-prev {
    display: none;
  }
  .page--home .section--information {
    padding: 10vw 5% 30vw;
  }
  .page--home .section--information.section--blog {
    padding: 10vw 5% 15vw;
  }
  .page--home .section--about {
    padding: 20vw 5% 15vw;
    margin-bottom: 50vw;
  }
  .page--home .section--about::before {
    width: 80%;
    height: 92%;
    top: 20vw;
    left: 0;
    transform: none;
  }
  .page--home .section--about .section-tit {
    width: 6.5em;
    height: 3.5em;
    right: 5%;
    top: 0;
  }
  .page--home .section--about .text {
    width: 90%;
    font-size: 14px;
    margin: 40px auto;
  }
  .page--home .section--about .block--about-photo {
    width: 100%;
    top: 0;
    left: 5%;
  }
  .page--home .section--about .block--about-photo .block--abbout-photo__item {
    width: 70%;
    border-radius: 10px;
  }
  .page--home .section--about .block--about-photo .block--abbout-photo__item:nth-child(2) {
    left: 25%;
    top: 12vw;
  }
  .page--home .section--about .list__more {
    text-align: left;
    margin-top: 6em;
  }
  .page--home .section--program {
    padding: 13vw 5% 40px;
  }
  .page--home .section--program .section-tit {
    width: 5em;
    height: 5em;
    top: -4.2em;
    left: 5%;
  }
  .page--info .section--detail {
    padding-bottom: 0;
  }
  .page--info .section--detail .txt {
    padding: 30px 0 0;
  }
  .section--detail.page--about .block--inner {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .section--detail.page--about .block--inner .block--inner--left {
    width: 100%;
  }
  .section--detail.page--about .block--inner .block--inner--left figure.thumb {
    width: 100%;
    margin: 0 auto 30px;
  }
  .section--detail.page--about .block--inner .block--inner--right.block--text {
    width: 100%;
  }
  .section--detail.page--about .list--nav {
    flex-direction: column;
  }
  .section--detail.page--about .list--nav li {
    width: 100%;
    margin-bottom: 20px;
  }
  .section--detail.page--about .list--nav li::before {
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
  }
  .section--detail.page--about .list--nav li::after {
    content: "";
    position: absolute;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }
  .section--detail.page--about .list--nav li a {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    padding: 30px;
  }
  .section--detail.page--about .list--nav li span.icon {
    width: 35px;
    line-height: 0;
    margin: 0;
  }
  .section--detail.page--about .list--nav li p {
    width: 65%;
    margin-left: 15px;
  }
  .section--detail.page--about .list--nav li:last-child {
    margin-bottom: 0;
  }
  .section--detail.page--about .section-tit {
    padding: 2em 18% 10px;
  }
  .section--detail.page--about .list--overview {
    margin-bottom: 20px;
  }
  .page--faq .section--list .section-tit,
  .page--faq .section--detail .section-tit {
    text-align: center;
    padding: 30px 20% 0px;
  }
  .page--faq .section--list .txt,
  .page--faq .section--detail .txt {
    padding-top: 0;
  }
  .page--faq .section--list .section-tit {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .page--faq .block--contact {
    font-size: 13px;
    background: #f5f3ec;
    padding: 20px 5%;
    margin: 0 5%;
  }
  .page--faq .block--contact .bold {
    display: inline-block;
    margin-bottom: 5px;
  }
  .page--faq .block--contact .tit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .page--faq .block--contact .txt--sub {
    font-size: 0.8em;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
  }
  .page--faq .section--list .block--contact {
    margin: 0 5%;
  }
  .page--faq .searchBox {
    position: relative;
    width: 100%;
    margin: 0 auto 60px;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 30px;
    font-size: 13px;
  }
  .page--faq .searchBox input[type=submit] {
    top: -5px;
  }
  .page--faq .tit--category {
    font-size: 1em;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq a {
    padding: 12px 5%;
  }
  .page--faq .list--faq a .tit {
    font-size: 14px;
    margin: 3px 0;
  }
  .page--faq .list--faq a .txt {
    margin-bottom: 0;
  }
  .page--faq .section--detail .tit--category {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
  }
  .page--faq .section--detail .list--faq a {
    padding-left: 0;
    padding-right: 0;
  }
  .page--faq .section--detail .list--faq .icon--q {
    line-height: 18px;
  }
  .page--faq .section--detail .block--contact {
    margin: 20px 0 0;
  }
  .page--faq .block--faq-detail {
    line-height: 1.6;
    padding: 20px 5%;
    margin: 0 0 40px;
  }
  .page--faq .block--faq-detail dt .txt {
    font-size: 1em;
    line-height: 1.5;
    padding-bottom: 13px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 13px;
  }
  .page--blog b {
    font-weight: bold;
  }
  .page--blog .section--list {
    padding: 25vw 5% 5vw;
  }
  .page--blog .section--list .section-tit {
    padding: 25px 42% 40px;
  }
  .page--blog .section--list .blogList {
    display: flex;
    flex-wrap: wrap;
  }
  .page--blog .section--list .blogList li {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
  }
  .page--blog .section--list .blogList li:nth-child(2n+1) {
    padding: 0 10px 0 0;
  }
  .page--blog .section--list .blogList li:nth-child(2n+2) {
    padding: 0 0 0 10px;
  }
  .page--blog .section--list .blogList li.new:before {
    content: "NEW";
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #d2004d;
    color: #FFF;
    border-radius: 100px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-size: 8px;
  }
  .page--blog .section--list .blogList li a {
    display: block;
  }
  .page--blog .section--list .blogList li a .thumb {
    aspect-ratio: 1;
    margin-bottom: 10px;
    background: #F6F3EC;
    overflow: hidden;
  }
  .page--blog .section--list .blogList li a .thumb span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(20px);
    transform: scale(1.5);
  }
  .page--blog .section--list .blogList li a .thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .page--blog .section--list .blogList li a .date {
    font-size: 12px;
  }
  .page--blog .section--list .blogList li a .tit {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
  }
  .page--blog .section--list .blogList li a .posted {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 3px 10px;
    line-height: 1.5em;
    background-color: #000;
    color: #FFF;
    margin-bottom: 12px;
  }
  .page--blog .section--list .pagingBox .block--pager {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .page--blog .section--list .pagingBox .block--pager li a {
    font-weight: 800;
  }
  .page--blog .section--list .pagingBox .block--pager .current span {
    opacity: 0.2;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--newer {
    display: block;
    height: 20px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--newer span:after {
    right: 5px;
    top: 9px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--newer a:after {
    right: 5px;
    top: 9px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--older {
    display: block;
    height: 20px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--older span:after {
    right: 5px;
    top: 9px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--older a:after {
    right: 5px;
    top: 9px;
  }
  .page--blog .section--list .pagingBox .block--pager .pager__item--older span {
    opacity: 0.2;
  }
  .page--blog .section--detail {
    max-width: 900px;
    margin: 0 auto;
  }
  .page--blog .section--detail .date {
    font-size: 12px;
  }
  .page--blog .section--detail .date span {
    display: block;
    margin: 2px 0 0 0;
  }
  .page--blog .section--detail .mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
  }
  .page--blog .section--detail .mov .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .page--blog .section--detail .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .page--blog .section--detail .pager-link {
    display: flex;
    justify-content: center;
    margin-top: 2em;
  }
  .page--blog .section--detail .pager-link li {
    position: relative;
    padding: 0 20px;
  }
  .page--blog .section--detail .pager-link li.pager-link--prev:before {
    content: "";
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    background: no-repeat center url(/static/rwh/common/arrow.svg);
    transform: scale(-1, 1);
    top: 7px;
    left: -10px;
  }
  .page--blog .section--detail .pager-link li.pager-link--next:before {
    content: "";
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    background: no-repeat center url(/static/rwh/common/arrow.svg);
    top: 7px;
    right: -10px;
  }
  .page--support.section--detail {
    width: auto;
    max-width: none;
  }
  .page--support.section--detail .section-tit {
    font-size: 18px;
    margin-bottom: 0;
  }
  .page--support.section--detail .list--support {
    margin-bottom: 0;
  }
  .page--support.section--detail .section-tit + h3 {
    margin-top: 0;
  }
  .page--support.section--detail h3 {
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    margin-top: 3em;
    font-size: 0.9em;
  }
  .page--support.section--detail h3 + .txt {
    padding-top: 0;
    margin-bottom: 0;
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter.postal_code {
    width: 50% !important;
  }
  .page--questionnaire .content-main .section--detail {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 25vw 5% 5vw;
  }
  .page--questionnaire .content-main .section--detail .section-tit {
    left: 0;
    font-size: 1.3em;
    padding-top: 0;
  }
  .page--questionnaire .content-main .section--detail .ph {
    margin-bottom: 5vw;
  }
  .page--questionnaire .content-main .section--detail .txt--basic {
    font-size: 13px;
    margin-bottom: 10vw;
    padding: 1em;
  }
  .page--questionnaire .content-main .section--detail form .form--post dt {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .page--questionnaire .content-main .section--detail form .form--post dt .icon--required::before {
    font-size: 9px;
  }
  .page--questionnaire .content-main .section--detail form .txt--sub {
    line-height: 1.5em;
  }
  .page--questionnaire .content-main .section--detail .btn .btn--main {
    font-size: 13px;
  }
  .page--questionnaire .content-main .section--detail .detail__btn {
    margin-top: 1.5em;
  }
  .page--questionnaire .content-main .section--detail .detail__btn a {
    font-size: 13px;
  }
  .page--questionnaire .content-main .section--detail .detail__btn a::before {
    width: 13px;
    top: 7px;
  }
  .page--questionnaire .content-main .section--detail .block--error {
    font-size: 13px;
    padding: 1em;
  }
  .page--questionnaire .form--confirm {
    padding: 20px;
  }
  .page--group .section--list .section-tit {
    padding: 30px 22%;
  }
  .page--group .block--category {
    margin-bottom: 3em;
  }
  .page--group .section--list figure.thumb {
    width: 80%;
    margin: 0 auto 30px;
  }
  .page--group .section--list .block--text {
    margin-bottom: 50px;
    padding: 0 5%;
  }
  .page--group .section--list .block--text .txt--basic {
    text-align: left;
  }
  .page--program .block--text {
    padding: 0 5%;
    font-size: 0.9em;
  }
  .page--program.category-13 .section--list .section-tit {
    padding: 30px 33%;
  }
  .page--program .section--list .block--text {
    margin-bottom: 30px;
  }
  .page--program .block--category {
    padding: 4vw 3vw;
    margin-bottom: 50px;
  }
  .page--program .block--category .block-tit {
    padding: 10px 24% 15px;
    margin-bottom: 0;
  }
  .page--program .block--category .block--category__item {
    width: 18vw;
    height: 18vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    border-radius: 5px;
    background-size: 98%;
  }
  .page--program .block--category .block--category__item:nth-of-type(1) {
    font-size: 0.8em;
  }
  .page--program .block--category .block--category__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .page--program .list--contents li {
    margin-bottom: 25px;
  }
  .page--program .list--contents li figure {
    margin-bottom: 10px;
  }
  .page--program .modaal-close {
    width: 40px;
    height: 40px;
    border-radius: 0 15px 0 15px;
    top: 30px;
    right: 0;
  }
  .page--program .modaal-close:before, .page--program .modaal-close::after {
    top: 11px;
    left: 19px;
    width: 3px;
    height: 18px;
  }
  .page--program .modaal-inner-wrapper {
    padding: 20px 5% 20px;
  }
  .page--program .modaal-content-container {
    padding: 30px 0;
  }
  .page--program .block--popup__inner {
    border-radius: 15px;
    padding: 50px 5% 20px;
  }
  .page--program .block--popup__inner .thumbnail {
    width: 111.5%;
    margin: -50px -5.7% 10px;
    border-radius: 15px 15px 0 0;
  }
  .page--program .block--popup__inner .list--tag {
    display: block;
  }
  .page--program .block--popup__inner .tit {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .page--program .block--popup__inner .group-name {
    font-size: 0.9em;
  }
  .page--program .block--popup__inner .block--text {
    padding: 0;
    margin-bottom: 0;
  }
  .page--legacyhalf .block-charity {
    margin: 0 auto 30px;
  }
  .page--legacyhalf .block--text {
    padding: 0 5%;
    font-size: 0.9em;
  }
  .page--legacyhalf .list--contents li .tit {
    font-size: 0.9em !important;
  }
  .page--legacyhalf.category-15 .section--list .section-tit {
    padding: 30px 33%;
  }
  .page--legacyhalf .section--list .block--text {
    margin-bottom: 30px;
  }
  .page--legacyhalf .block--category {
    padding: 4vw 3vw;
    margin-bottom: 50px;
  }
  .page--legacyhalf .block--category .block-tit {
    padding: 10px 24% 15px;
    margin-bottom: 0;
  }
  .page--legacyhalf .block--category .block--category__item {
    width: 18vw;
    height: 18vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    border-radius: 5px;
    background-size: 98%;
  }
  .page--legacyhalf .block--category .block--category__item:nth-of-type(1) {
    font-size: 0.8em;
  }
  .page--legacyhalf .block--category .block--category__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .page--legacyhalf .list--contents li {
    margin-bottom: 25px;
  }
  .page--legacyhalf .list--contents li figure {
    margin-bottom: 10px;
  }
  .page--legacyhalf .modaal-close {
    width: 40px;
    height: 40px;
    border-radius: 0 15px 0 15px;
    top: 30px;
    right: 0;
  }
  .page--legacyhalf .modaal-close:before, .page--legacyhalf .modaal-close::after {
    top: 11px;
    left: 19px;
    width: 3px;
    height: 18px;
  }
  .page--legacyhalf .modaal-inner-wrapper {
    padding: 20px 5% 20px;
  }
  .page--legacyhalf .modaal-content-container {
    padding: 30px 0;
  }
  .page--legacyhalf .block--popup__inner {
    border-radius: 15px;
    padding: 50px 5% 20px;
  }
  .page--legacyhalf .block--popup__inner .thumbnail {
    width: 111.5%;
    margin: -50px -5.7% 10px;
    border-radius: 15px 15px 0 0;
  }
  .page--legacyhalf .block--popup__inner .list--tag {
    display: block;
  }
  .page--legacyhalf .block--popup__inner .tit {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .page--legacyhalf .block--popup__inner .group-name {
    font-size: 0.9em;
  }
  .page--legacyhalf .block--popup__inner .block--text {
    padding: 0;
    margin-bottom: 0;
  }
  .page--legacyhalf .block-img {
    margin: 0 auto 30px;
  }
  .page--legacyhalf .block-sub {
    margin: 0 auto 30px;
  }
  .page--legacyhalf .block-sub .sub-main {
    padding: 0 1em 8px;
  }
  .page--legacyhalf .block-sub .caption {
    font-size: 18px;
  }
  .page--legacyhalf .block-txt {
    margin: 0 auto 30px;
    padding: 0 5%;
  }
  .page--legacyhalf .block-txt .txtmain {
    font-size: 0.9em;
  }
  .page--legacyhalf .block-txt .txt {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 0.75em;
  }
  .page--legacyhalf .block-info {
    text-align: center;
    padding: 0 5%;
    font-size: 0.9em;
  }
  .page--legacyhalf .block-info .info-tit {
    font-size: 20px;
  }
  .page--legacyhalf .block-info .list--overview {
    width: 100%;
    display: block;
  }
  .page--legacyhalf .block-info .list--overview tr {
    width: 100%;
    display: block;
  }
  .page--legacyhalf .block-info .list--overview tr:last-child {
    border-bottom: none;
  }
  .page--legacyhalf .block-info .list--overview th {
    padding: 15px;
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px dashed;
  }
  .page--legacyhalf .block-info .list--overview td {
    padding: 15px;
    text-align: left;
  }
  .page--legacyhalf .block-info dl.accBox {
    margin: 0 auto 30px;
  }
  .page--legacyhalf .block-info dl.accBox dt {
    font-size: 16px;
  }
  .page--legacyhalf .block-info dl.accBox dd {
    padding: 15px 0px 0;
    font-size: 0.9em;
  }
  .page--legacyhalf .entry-box table.list th {
    padding: 10px;
  }
  .page--legacyhalf .entry-box table.list th.date {
    width: 110px;
    padding: 10px 5px;
  }
  .page--legacyhalf .entry-box table.list th.arrow span {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d2004d;
  }
  .page--legacyhalf .entry-box table.list td {
    padding: 10px;
  }
  .page--legacyhalf .entry-box table.list td .entry-tit {
    margin: 0 auto 5px;
    font-size: 15px;
  }
  .page--legacyhalf dl.noticeBox {
    margin: 0 5% 30px;
    font-size: 0.9em;
  }
  .page--legacyhalf .notice {
    font-size: 0.9em;
    margin: 0 5% 0px;
  }
  .page--legacyhalf .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--legacyhalf .list--contents li:nth-child(2n-1) {
    margin-right: 0;
  }
  
  
  .page--tm2023 .block-charity {
    margin: 0 auto 30px;
  }
  .page--tm2023 .block--text {
    padding: 0 5%;
    font-size: 0.9em;
  }
  .page--tm2023 .list--contents li .tit {
    font-size: 0.9em !important;
  }
  .page--tm2023.category-15 .section--list .section-tit {
    padding: 30px 33%;
  }
  .page--tm2023 .section--list .block--text {
    margin-bottom: 30px;
  }
  .page--tm2023 .block--category {
    padding: 4vw 3vw;
    margin-bottom: 50px;
  }
  .page--tm2023 .block--category .group--tit {
    display: block;
    margin-bottom: 0px;
  }
  .page--tm2023 .block--category .block-tit {
    padding: 10px 24% 15px;
    margin-bottom: 0;
    width: 100%;
  }
  .page--tm2023 .block--category .tit-sub {
    width: 100%;
    font-size: 13px;
  }
  .page--tm2023 .block--category .block--category__item {
    width: 18vw;
    height: 18vw;
    margin-right: 1vw;
    margin-bottom: 1vw;
    border-radius: 5px;
    background-size: 98%;
  }
  .page--tm2023 .block--category .block--category__item:nth-of-type(1) {
    font-size: 0.8em;
  }
  .page--tm2023 .block--category .block--category__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .page--tm2023 .list--contents li {
    margin-bottom: 25px;
  }
  .page--tm2023 .list--contents li figure {
    margin-bottom: 10px;
  }
  .page--tm2023 .modaal-close {
    width: 40px;
    height: 40px;
    border-radius: 0 15px 0 15px;
    top: 30px;
    right: 0;
  }
  .page--tm2023 .modaal-close:before, .page--tm2023 .modaal-close::after {
    top: 11px;
    left: 19px;
    width: 3px;
    height: 18px;
  }
  .page--tm2023 .modaal-inner-wrapper {
    padding: 20px 5% 20px;
  }
  .page--tm2023 .modaal-content-container {
    padding: 30px 0;
  }
  .page--tm2023 .block--popup__inner {
    border-radius: 15px;
    padding: 50px 5% 20px;
  }
  .page--tm2023 .block--popup__inner .thumbnail {
    width: 111.5%;
    margin: -50px -5.7% 10px;
    border-radius: 15px 15px 0 0;
  }
  .page--tm2023 .block--popup__inner .list--tag {
    display: block;
  }
  .page--tm2023 .block--popup__inner .tit {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .page--tm2023 .block--popup__inner .group-name {
    font-size: 0.9em;
  }
  .page--tm2023 .block--popup__inner .block--text {
    padding: 0;
    margin-bottom: 0;
  }
  .page--tm2023 .block-img {
    margin: 0 auto 30px;
  }
  .page--tm2023 .block-sub {
    margin: 0 auto 30px;
  }
  .page--tm2023 .block-sub .sub-main {
    padding: 0 1em 8px;
  }
  .page--tm2023 .block-sub .caption {
    font-size: 18px;
  }
  .page--tm2023 .block-txt {
    margin: 0 auto 30px;
    padding: 0 5%;
  }
  .page--tm2023 .block-txt .txtmain {
    font-size: 0.9em;
  }
  .page--tm2023 .block-txt .txt {
    margin: 0 auto 20px;
    padding: 0;
    font-size: 0.75em;
  }
  .page--tm2023 .block-info {
    text-align: center;
    padding: 0 5%;
    font-size: 0.9em;
  }
  .page--tm2023 .block-info .info-tit {
    font-size: 20px;
  }
  .page--tm2023 .block-info .list--overview {
    margin: 0 auto 30px;
  }
  .page--tm2023 .block-info .list--overview th {
    padding: 15px;
    width: 115px;
  }
  .page--tm2023 .block-info .list--overview td {
    padding: 15px;
    text-align: left;
  }
  .page--tm2023 .block-info .flow-img {
    margin: 0 auto 30px;
  }
  .page--tm2023 .block-info dl.accBox {
    margin: 0 auto 30px;
  }
  .page--tm2023 .block-info dl.accBox dt {
    font-size: 16px;
  }
  .page--tm2023 .block-info dl.accBox dd {
    padding: 15px 0px 0;
    font-size: 0.9em;
  }
  .page--tm2023 .entry-box table.list th {
    padding: 10px;
  }
  .page--tm2023 .entry-box table.list th.date {
    width: 110px;
    padding: 10px 5px;
  }
  .page--tm2023 .entry-box table.list th.arrow span {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d2004d;
  }
  .page--tm2023 .entry-box table.list td {
    padding: 10px;
  }
  .page--tm2023 .entry-box table.list td .entry-tit {
    margin: 0 auto 5px;
    font-size: 15px;
  }
  .page--tm2023 dl.noticeBox {
    margin: 0 5% 30px;
    font-size: 0.9em;
  }
  .page--tm2023 dl.noticeBox dt {
    padding: 20px 15px;
  }
  .page--tm2023 dl.noticeBox dt::before {
    right: 15px;
  }
  .page--tm2023 dl.noticeBox dt::after {
    right: 24px;
  }
  .page--tm2023 dl.noticeBox dd {
    padding: 5px 15px 0px calc(15px + 1em);
  }
  .page--tm2023 .notice {
    font-size: 0.9em;
    margin: 0 5% 0px;
  }
  .page--tm2023 .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--tm2023 .list--contents li:nth-child(2n-1) {
    margin-right: 0;
  }
  .page--tm2023 .page--tm2023 .block-info dl.accBox dt::before {
    width: 15px;
    right: -10px;
  }
  .page--tm2023 .page--tm2023 .block-info dl.accBox dt::after {
    height: 15px;
    right: -3px;
    margin-top: -8px;
  }
  .g-nav li.g-nav--item__program .list-sub {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    padding: 0px 0px 0px 0;
    display: block !important;
    color: #151010;
  }
  .g-nav li.g-nav--item__program .list-sub li {
    margin: 0;
    display: inline-block;
  }
  .g-nav li.g-nav--item__program .list-sub li a {
    display: inline-block;
    font-size: 3vw;
    padding: 0 10px;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 590px) and (max-width: 960px) {
  .header {
    width: 100%;
    z-index: 160;
  }
  .header h1 {
    width: 8vw;
  }
  .drawer {
    height: 95vw;
    z-index: 150;
  }
  .drawer .nav--menu .g-nav > li {
    margin-bottom: 2.5vw;
  }
  .drawer .nav--menu .g-nav > li a {
    font-size: 4vw;
  }
  .drawer .nav--menu .g-nav > li span {
    display: block;
    font-size: 2vw;
    margin-top: 5px;
  }
  .footer {
    padding-top: 32vw;
  }
  .footer .list--bnr__footer li a {
    height: 5vw;
  }
  .section--list,
  .section--detail {
    padding: 22vw 0 5vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    left: 0;
    padding: 25px 23% 50px;
  }
  .section--list .block--pager .pager__item--older,
  .section--list .block--pager .pager__item--newer {
    top: 0;
  }
  .section--detail {
    padding-left: 10%;
    padding-right: 10%;
  }
  .wrap {
    padding-bottom: 70vw;
  }
  .block--category {
    padding: 6vw 5vw calc(6vw - 1em);
  }
  .block--category li a {
    font-size: 13px;
  }
  .list--information li a {
    align-items: center;
    padding: 20px 0;
  }
  .list--information li a .date {
    width: 7vw;
    height: 8vw;
  }
  .list--information li a .list__text {
    width: 70vw;
    padding-right: 30px;
  }
  .list--information li a .year {
    font-size: 11px;
    margin-top: 4.2em;
  }
  .list--information li a .category {
    width: 8vw;
    height: 8vw;
  }
  .list--information li .date .date__item {
    font-size: 1.8em;
  }
  .section--list .list--contents {
    padding: 0 10%;
  }
  .page--home .section--top .block--heroimg .block--photo__swiper {
    width: 85%;
    height: 60vh;
  }
  .page--home .section--top .block--heroimg .block--photo__swiper .swiper-slide {
    border-radius: 0 0 50px 0;
  }
  .page--home .section--top .block--heroimg .block--heroimg__logo {
    width: 28%;
    position: relative;
    bottom: -20vw;
    right: -26%;
    margin: 0 auto;
  }
  .page--home .section--top .block--lead .block--lead__item > div {
    width: 6vw;
  }
  .page--home .section--banner {
    z-index: 50;
  }
  .page--home .line.line__item02 {
    display: none;
  }
  .page--home .line.line__item04 {
    bottom: -100vw;
  }
  .page--home .section--information .section-tit {
    width: 10.5em;
    height: 5.5em;
    right: 4%;
    top: -2.8em;
  }
  .page--home .section--about .section-tit {
    width: 9.5em;
    height: 5.5em;
  }
  .page--home .page--home .section--program .section-tit {
    width: 7em;
    height: 7em;
    top: -5.2em;
  }
  .page--home .section--information {
    padding: 10vw 8% 15vw;
  }
  .page--home .section--program {
    padding: 13vw 8% 40px;
  }
  .page--home .section--about .list__more {
    margin-top: 12em;
  }
  /*  page--info
  ------------------------------ */
  /*  page--about
  ------------------------------ */
  .section--detail.page--about figure.thumb {
    width: 70%;
    margin: 0 auto 50px;
  }
  /*  page--group
  ------------------------------ */
  .page--group .section--list .section-tit {
    padding: 30px 33%;
  }
  .page--program .block--category {
    padding: 4vw 10vw;
    margin-bottom: 50px;
  }
  /*  page--program
  ------------------------------ */
  .page--program.category-13 .section--list .section-tit {
    padding: 30px 38%;
  }
  .page--program .block--category .block--category__item {
    width: 10vw;
    height: 10vw;
  }
  .page--program .block--category .block--category__item:nth-child(5n) {
    margin-right: 1vw;
  }
  .page--questionnaire .content-main .section--detail {
    padding: 90px 5% 40px;
  }
  .page--questionnaire .content-main .section--detail .section-tit {
    font-size: 1.6em;
    padding: 1.6em 0;
  }
  .page--questionnaire .content-main .section--detail .ph {
    margin-bottom: 3vw;
  }
  .page--questionnaire .content-main .section--detail .txt--basic {
    margin-bottom: 5vw;
  }
  .page--questionnaire .content-main .section--detail .btn .btn--main {
    font-size: 15px;
  }
  .page--questionnaire .content-main .section--detail .detail__btn a {
    font-size: 15px;
  }
  .page--questionnaire .content-main .section--detail .detail__btn a::before {
    width: 15px;
    top: 9px;
  }
}