@charset "UTF-8";

/* ------------------------------------------

* RESET

------------------------------------------ */
html,
body,
article,
section,
header,
footer,
nav,
aside,
address,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
blockquote,
figure,
figcaption,
ul,
ol,
li,
dl,
dt,
dd,
a,
span,
em,
strong,
time,
sub,
sup,
mark,
img,
iframe,
embed,
object,
param,
video,
audio,
source,
canvas,
map,
area,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
caption,
form,
input,
label,
button,
select,
textarea,
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  color: #030303;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}

article,
section,
header,
footer,
nav,
aside,
figure,
figcaption {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

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

form,
input,
label,
button,
select,
textarea,
fieldset,
legend {
  font: inherit;
}

a,
input {
  transition: all 0.2s ease;
}

a {
  color: #0000EE;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

sup,
sub {
  font-size: 60%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

em,
address {
  font-style: normal;
}

img {
  max-width: 100%;
  line-height: 1;
  font-size: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

@media print,
screen and (min-width: 992px) {}

@media screen and (max-width: 991px) {}

/* ------------------------------------------

* MODULE

------------------------------------------ */
/* clear-fix */
.clear-fix:after {
  display: block;
  clear: both;
  content: "";
}

/* pc/sp */
.pc-only {}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/* text-align */
.ta-L {
  text-align: left !important;
}

.ta-C {
  text-align: center !important;
}

.ta-R {
  text-align: right !important;
}

@media print,
screen and (min-width: 992px) {
  .ta-L-pc {
    text-align: left !important;
  }

  .ta-C-pc {
    text-align: center !important;
  }

  .ta-R-pc {
    text-align: right !important;
  }
}

@media screen and (max-width: 991px) {
  .ta-L-sp {
    text-align: left !important;
  }

  .ta-C-sp {
    text-align: center !important;
  }

  .ta-R-sp {
    text-align: right !important;
  }
}

/* vertical-align */
.va-T {
  vertical-align: top !important;
}

.va-M {
  vertical-align: middle !important;
}

.va-B {
  vertical-align: bottom !important;
}

.va-BL {
  vertical-align: baseline !important;
}

/* indent */
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-18 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent-25 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

/* font-weight */
.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* fonts */
.f-din {
  font-family: "din-2014", sans-serif;
  font-style: normal;
}

/* ------------------------------------------

* 共通パーツ

------------------------------------------ */
.body-fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
  display: block;
  font-size: 1.6rem;
}

.sec {
  position: relative;
}

.sec-inner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.sec-title {
  margin-bottom: 8px;
  font-weight: 900;
  line-height: 1.3;
}

.sec-title>span {
  display: block;
  width: max-content;
  margin-bottom: 0.5em;
  padding: 0.4em 16px 0.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.sec-title>em span {
  display: block;
  width: max-content;
  margin-top: 4px;
  color: #ffffff;
}

.sec-lead-bdr {
  font-size: 1.8rem;
  font-weight: 900;
  border-left-width: 5px;
  border-left-style: solid;
}

@media print,
screen and (min-width: 992px) {
  .sec {
    padding: 100px 16px;
  }

  .sec-title {
    font-size: 3.2rem;
  }

  .sec-title>span {
    font-size: 1.5rem;
  }

  .sec-title>em span {
    padding: 0.25em 16px;
  }

  .sec-lead-bdr {
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .sec {
    padding: 50px 16px;
  }

  .sec-title {
    font-size: 2.8rem;
  }

  .sec-title>span {
    font-size: 1.2rem;
  }

  .sec-title>em span {
    margin-right: auto;
    margin-left: auto;
    padding: 0.25em 8px;
    font-size: 2rem;
  }

  .sec-lead-bdr {
    padding-left: 20px;
    line-height: 1.4;
  }
}

/* ---------------------------------------- ボタン */
.btn-green {
  text-align: center;
}

.btn-green a {
  display: inline-block;
  width: 100%;
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
  background: linear-gradient(to bottom, #51c682 0%, #419f69 100%);
}

.bdr-green a {
  border: 2px solid #9ED4B5;
}

.bdr-rds-70 a {
  border-radius: 70px;
}

/* ---------------------------------------- donate-column */
.donate-column {
  display: flex;
  flex-wrap: wrap;
}

.donate-column .column {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  background: #F8FBFF;
  box-shadow: 0px 8px 12px 0px #a3beca;
}

.donate-column .column .num {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background: #165F9B;
  border-radius: 50%;
}

.donate-column .column .title {
  color: #165F9B;
  text-align: center;
}

.donate-column .column .icon {
  text-align: center;
}

.donate-column .column .icon img {
  width: auto;
}

.donate-column .btn-green {
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

@media print,
screen and (min-width: 992px) {
  .donate-column {
    justify-content: center;
    gap: 0 40px;
  }

  .donate-column .column {
    padding: 40px 0;
  }

  .donate-column .column .num {
    width: 50px;
    height: 50px;
    margin: -25px auto 16px;
    font-size: 2.5rem;
    line-height: 50px;
  }

  .donate-column .column .title {
    margin-bottom: 18px;
    font-size: 2.4rem;
  }

  .donate-column .column .icon {
    margin: 0 auto 18px;
  }

  .donate-column .column .icon img {
    height: 70px;
  }

  .donate-column .btn-green a {
    padding: 22px 0 24px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .donate-column {
    justify-content: center;
    gap: 28px 0;
  }

  .donate-column .column {
    padding: 20px;
  }

  .donate-column .column .num {
    width: 36px;
    height: 36px;
    margin: -16px auto 16px;
    font-size: 2rem;
    line-height: 36px;
  }

  .donate-column .column .title {
    margin-bottom: 12px;
    font-size: 2rem;
  }

  .donate-column .column .icon {
    margin: 0 auto 12px;
  }

  .donate-column .column .icon img {
    height: 50px;
  }

  .donate-column .btn-green a {
    padding: 8px 0 10px;
    font-size: 2rem;
  }
}

/* -------------------------------- fadein */
.fadein {
  opacity: 0;
  transition: opacity 0.8s;
}

.fadein.is-inview {
  opacity: 1;
  transition-delay: 0.5s;
}

/* ------------------------------------------

* header

------------------------------------------ */
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
}

#header .header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#header a {
  color: #030303;
  font-weight: 700;
  text-decoration: none;
}

@media print,
screen and (min-width: 992px) {
  #header {
    padding: 30px 40px 0;
  }

  #header .header-in {
    height: 90px;
    padding: 0 32px;
  }

  #header .head-logo {
    width: 179px;
  }

  #header #site-menu .list-main {
    display: flex;
  }

  #header #site-menu .list-main li {
    margin: 0 8px;
  }

  #header #site-menu .list-main li:last-of-type {
    margin-right: 0;
  }

  #header #site-menu .list-main li a {
    display: flex;
    align-items: center;
    height: 90px;
    font-size: 1.6rem;
  }

  #header #site-menu .list-main .btn-green {
    display: flex;
    align-items: center;
    margin-left: 24px;
  }

  #header #site-menu .list-main .btn-green a {
    height: 46px;
    padding: 0 32px;
    font-size: 1.8rem;
  }

  #header #menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #header {
    padding: 12px 12px 0;
  }

  #header .header-in {
    height: 60px;
    padding: 0 12px;
  }

  #header .head-logo {
    width: 120px;
  }

  #header #menu-toggle {
    position: fixed;
    top: 11px;
    right: 16px;
    width: 60px;
    height: 60px;
    z-index: 10001;
  }

  #header #menu-toggle .toggle-in {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #header #menu-toggle span {
    position: absolute;
    left: 11px;
    width: 40px;
    height: 3px;
    background: #1E2087;
    transition: all 0.2s ease;
  }

  #header #menu-toggle span:first-of-type {
    top: 20px;
  }

  #header #menu-toggle span:nth-of-type(2) {
    top: 29px;
  }

  #header #menu-toggle span:nth-of-type(3) {
    bottom: 19px;
  }

  #header #menu-toggle.is-active span:first-of-type {
    transform: translateY(8px) rotate(-45deg);
  }

  #header #menu-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  #header #menu-toggle.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  #header #site-menu {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    padding: 80px 8% 40px;
    background: #ffffff;
    transform: translateX(100%);
    transition: all 0.5s ease;
    z-index: 10000;
  }

  #header #site-menu.is-open {
    transform: translateX(0);
  }

  #header #site-menu .list-main li a {
    display: block;
    padding: 3.5vw 0;
    font-size: 5.8vw;
  }

  #header #site-menu .list-main .btn-green {
    margin-top: 5.8vw;
  }
}

/* ------------------------------------------

* kv

------------------------------------------ */
#kv {
  color: #ffffff;
  line-height: 1.8;
}

#kv .kv-lead {
  font-weight: 900;
  letter-spacing: 0.1em;
}

#kv .kv-text {
  letter-spacing: 0.1em;
}

@media print,
screen and (min-width: 992px) {
  #kv {
    padding: 25vw 10vw 15vw;
    background: url(../img/kv-bg-pc.png) no-repeat center center;
    background-size: cover;
  }

  #kv .kv-lead {
    margin-bottom: 1.7vw;
    padding-left: 1vw;
    font-size: 1.5vw;
  }

  #kv .kv-copy {
    margin-bottom: 1.7vw;
    width: 67vw;
  }

  #kv .kv-text {
    padding-left: 1vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 991px) {
  #kv {
    padding: 200px 30px 150px;
    background: url(../img/kv-bg-sp.png) no-repeat center center;
    background-size: cover;
  }

  #kv .kv-lead {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 1.5rem;
  }

  #kv .kv-copy {
    margin-bottom: 20px;
    max-width: 650px;
  }

  #kv .kv-text {
    padding-left: 10px;
    font-size: 1.2rem;
  }
}

/* ------------------------------------------

* status

------------------------------------------ */
#status {
  position: relative;
  z-index: 1;
}

#status .sec-inner {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
}

#status .status-title {
  font-weight: 900;
  text-align: center;
}

#status .status-title em {
  color: #0D77CE;
}

#status .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  color: #0D77CE;
  font-weight: 700;
  border-top: 1px solid #0D77CE;
  border-bottom: 1px solid #0D77CE;
}

#status .progress {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}

#status .progress .amount {
  font-weight: 700;
}

#status .progress .amount span {
  font-weight: 700;
}

#status .progress .now {
  color: #0D77CE;
}

#status .progress .slash {
  position: relative;
}

#status .progress .slash::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  border-left: 1px solid #C7C7C7;
  transform: rotate(30deg);
}

#status .bar {
  position: relative;
  width: 100%;
  max-width: 757px;
  height: 24px;
  margin: 0 auto 10px;
  border-radius: 70px;
  background: #E4E4E3;
}

#status .bar .bar-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 70px;
  height: 24px;
  border-radius: 70px;
  background: #0D77CE;
}

#status .announce {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 757px;
  margin: 0 auto 24px;
}

#status .announce .people {
  font-weight: 700;
}

#status .announce .note {
  color: #A3A3A3;
  font-size: 1.3rem;
}

#status .announce .note span {
  font-weight: 500;
}

#status .btn-green {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

@media print,
screen and (min-width: 992px) {
  #status {
    margin-top: -10vw;
    padding-bottom: 116px;
  }

  #status .sec-inner {
    padding: 56px 0 68px;
    border-radius: 80px;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  }

  #status .status-title {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }

  #status .date {
    gap: 0 28px;
    margin: 0 auto 24px;
    padding: 6px 40px 8px;
  }

  #status .date dt {
    font-size: 1.5rem;
  }

  #status .date dd {
    font-size: 2.1rem;
  }

  #status .progress {
    margin-bottom: 20px;
  }

  #status .progress .title {
    font-size: 1.5rem;
  }

  #status .progress .amount {
    font-size: 2.4rem;
  }

  #status .progress .amount span {
    font-size: 5rem;
  }

  #status .progress .slash {
    height: 75px;
    padding: 0 45px;
  }

  #status .progress .slash::before {
    height: 75px;
  }

  #status .announce {
    align-items: center;
    justify-content: space-between;
  }

  #status .announce .people {
    font-size: 1.5rem;
  }

  #status .announce .people span {
    font-size: 2rem;
  }

  #status .btn-green a {
    padding: 22px 0 24px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  #status {
    /* padding-bottom: 116px; */
    margin: -100px auto 0;
    width: 90%;
  }

  #status .sec-inner {
    padding: 28px 16px;
    border-radius: 25px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  }

  #status .status-title {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #status .date {
    gap: 0 12px;
    margin: 0 auto 16px;
    padding: 4px 16px;
  }

  #status .date dt {
    font-size: 1.2rem;
  }

  #status .date dd {
    font-size: 1.5rem;
  }

  #status .progress {
    margin-bottom: 8px;
  }

  #status .progress .title {
    font-size: 1.2rem;
  }

  #status .progress .amount {
    font-size: 1.2rem;
  }

  #status .progress .amount span {
    font-size: 2.2rem;
  }

  #status .progress .slash {
    height: 30px;
    padding: 0 12px;
  }

  #status .progress .slash::before {
    height: 30px;
  }

  #status .announce {
    /* align-items: center; */
    /* justify-content: space-between; */
  }

  #status .announce .people,
  #status .announce .note {
    width: 100%;
    text-align: center;
  }

  #status .announce .people {
    font-size: 1.2rem;
  }

  #status .announce .people span {
    font-size: 1.5rem;
  }

  #status .announce .note {
    font-size: 1.05rem;
  }

  #status .btn-green a {
    padding: 12px 0 14px;
    font-size: 1.8rem;
  }
}

/* ------------------------------------------

* situation

------------------------------------------ */
#situation {
  color: #ffffff;
  background: url(../img/situation-bg.png) no-repeat center top;
  background-size: cover;
}

#situation .sec-title>span {
  color: #ffffff;
  background: #9B3420;
}

#situation .column-2wrap {
  display: flex;
  flex-wrap: wrap;
}

#situation .text-bdr {
  background: linear-gradient(transparent 60%, #723226 30%);
}

#situation .text-yellow {
  color: #FFED68;
}

@media print,
screen and (min-width: 992px) {
  #situation .sec-title {
    margin-bottom: 28px;
  }

  #situation .column-2wrap {
    align-items: center;
    justify-content: space-between;
  }

  #situation .column-2wrap .column-L {
    width: 650px;
  }

  #situation .column-2wrap .column-R {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  #situation .sec-title {
    margin-bottom: 20px;
    text-align: center;
  }

  #situation .sec-title>span {
    margin-right: auto;
    margin-left: auto;
  }

  #situation .column-2wrap .column-L {
    width: 100%;
  }

  #situation .column-2wrap .column-R {
    width: 100%;
    margin-top: 28px;
  }
}

/* ------------------------------------------

* campaign

------------------------------------------ */
#campaign {
  background: #F0EFEF;
}

#campaign .sec-title {
  color: #D63336;
}

#campaign .sec-title>span {
  color: #ffffff;
  background: #D63336;
}

#campaign .sec-lead-bdr {
  border-left-color: #D63336;
}

#campaign .column-2wrap {
  display: flex;
  flex-wrap: wrap;
}

#campaign .column-2wrap .sec-title>span {
  background: #030303;
}

#campaign .column-2wrap .sec-title>em span {
  background: #D63336;
}

#campaign .example {
  display: flex;
  flex-wrap: wrap;
}

#campaign .example .ex-title .note {
  font-size: 1.4rem;
}

#campaign .example .ex-block table {
  width: 100%;
  background: #E2D7D7;
  border-radius: 8px;
}

#campaign .example .ex-block table:nth-of-type(n+2) {
  margin-top: 8px;
}

#campaign .example .ex-block td {
  vertical-align: middle;
}

#campaign .example .ex-block td dt {
  font-weight: 700;
}

#campaign .example .ex-block td dd {
  font-size: 1.4rem;
}

@media print,
screen and (min-width: 992px) {
  #campaign .sec-title {
    margin-bottom: 24px;
  }

  #campaign .sec-lead-bdr {
    margin-bottom: 56px;
  }

  #campaign .column-2wrap {
    justify-content: space-between;
  }

  #campaign .column-2wrap:nth-of-type(n+2) {
    margin-top: 80px;
  }

  #campaign .column-2wrap .column-L {
    width: 415px;
  }

  #campaign .column-2wrap .column-R {
    width: 685px;
  }

  #campaign .example {
    justify-content: space-between;
    gap: 0 40px;
    margin-top: 80px;
  }

  #campaign .example .ex-title .sec-lead-bdr {
    margin-bottom: 24px;
  }

  #campaign .example .ex-block table {
    width: 788px;
  }

  #campaign .example .ex-block td {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 991px) {
  #campaign .sec-title {
    margin-bottom: 20px;
    text-align: center;
  }

  #campaign .sec-title>span {
    margin-right: auto;
    margin-left: auto;
  }

  #campaign .sec-lead-bdr {
    margin-bottom: 28px;
  }

  #campaign .column-2wrap:nth-of-type(n+2) {
    margin-top: 60px;
  }

  #campaign .column-2wrap .column-L {
    order: 2;
    width: 100%;
    margin-top: 28px;
    padding: 0 12%;
  }

  #campaign .column-2wrap .column-R {
    order: 1;
  }

  #campaign .example {
    gap: 24px 0;
    margin-top: 60px;
  }

  #campaign .example .ex-title,
  #campaign .example .ex-block {
    width: 100%;
  }

  #campaign .example .ex-title .sec-lead-bdr {
    margin-bottom: 16px;
  }

  #campaign .example .ex-block table {
    width: 100%;
  }

  #campaign .example .ex-block td {
    display: block;
    width: 100% !important;
  }

  #campaign .example .ex-block td:first-of-type {
    padding: 16px 16px 0;
  }

  #campaign .example .ex-block td:nth-of-type(2) {
    padding: 8px 16px 16px;
  }
}

/* ------------------------------------------

* achievement

------------------------------------------ */
#achievement {
  color: #ffffff;
  background: url(../img/achievement-bg.png) no-repeat center center;
  background-size: cover;
}

#achievement .sec-inner {
  background: rgba(26, 78, 124, 0.9);
}

#achievement .sec-title>span {
  background: #1875C7;
}

#achievement .column-2wrap {
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 992px) {
  #achievement .sec-inner {
    padding: 68px;
  }

  #achievement .sec-title {
    margin-bottom: 24px;
  }

  #achievement .column-2wrap {
    justify-content: space-between;
  }

  #achievement .column-2wrap .column-L {
    width: 604px;
  }

  #achievement .column-2wrap .column-R {
    width: 360px;
  }
}

@media screen and (max-width: 991px) {
  #achievement .sec-inner {
    padding: 16px;
  }

  #achievement .sec-title {
    margin-bottom: 20px;
    text-align: center;
  }

  #achievement .sec-title>span {
    margin-right: auto;
    margin-left: auto;
  }

  #achievement .column-2wrap .column-R {
    width: 100%;
    margin-top: 28px;
    padding: 0 12%;
  }
}

/* ------------------------------------------

* voice

------------------------------------------ */
#voice {
  background: url(../img/voice-bg.png) no-repeat center center;
  background-size: cover;
}

#voice .sec-title {
  color: #ffffff;
  text-align: center;
}

#voice .sec-title>span {
  margin-right: auto;
  margin-left: auto;
  color: #A8BE81;
  background: #ffffff;
}

#voice .sec-lead {
  color: #ffffff;
}

#voice .block {
  border: 2px solid #D2DCC5;
  background: rgba(255, 255, 255, 0.95);
}

#voice .block .column-2wrap {
  display: flex;
  flex-wrap: wrap;
}

#voice .block .column-2wrap .column-L img {
  border-radius: 50%;
}

#voice .voice-title {
  margin-bottom: 24px;
}

#voice .voice-title .label,
#voice .voice-title strong {
  display: block;
}

#voice .voice-title .label {
  color: #668E35;
}

#voice .voice-title .label span:first-of-type {
  position: relative;
  padding-right: 16px;
}

#voice .voice-title .label span:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #668E35;
}

#voice .voice-title .label span:nth-of-type(2) {
  padding-left: 10px;
}

#voice .voice-title strong {
  color: #405924;
  border-left: 5px solid #98BE83;
}

@media print,
screen and (min-width: 992px) {
  #voice .sec-lead {
    margin-bottom: 48px;
  }

  #voice .block {
    padding: 48px 40px 54px;
  }

  #voice .block:nth-of-type(n+2) {
    margin-top: 48px;
  }

  #voice .block .column-2wrap {
    justify-content: space-between;
  }

  #voice .block .column-2wrap .column-L {
    width: 300px;
  }

  #voice .block .column-2wrap .column-R {
    width: 720px;
  }

  #voice .voice-title .label {
    margin-bottom: 16px;
  }

  #voice .voice-title strong {
    padding-left: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 991px) {
  #voice .sec-lead {
    margin-bottom: 20px;
  }

  #voice .block {
    padding: 32px 16px;
  }

  #voice .block:nth-of-type(n+2) {
    margin-top: 28px;
  }

  #voice .block .column-2wrap .column-L {
    width: 150px;
    margin: 0 auto 16px;
  }

  #voice .voice-title {
    line-height: 1.3;
  }

  #voice .voice-title .label {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }

  #voice .voice-title strong {
    padding-left: 16px;
    font-size: 2rem;
  }
}

/* ------------------------------------------

* support

------------------------------------------ */
#support {
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(to bottom, #66c3f9 0%, #379ea3 100%);
}

#support .sec-inner {
  position: relative;
  z-index: 1;
}

#support .sec-title {
  text-align: center;
}

#support .sec-title>span {
  margin-right: auto;
  margin-left: auto;
  color: #65C2F8;
  background: #ffffff;
}

#support .sec-lead+.note {
  margin-top: 8px;
  font-size: 1.5rem;
}

#support .column-3wrap {
  display: flex;
  flex-wrap: wrap;
}

#support .column-3wrap .column .amount {
  position: relative;
  margin-top: -1em;
  padding: 0 8%;
  text-align: center;
}

#support .column-3wrap .column .amount strong {
  display: block;
  color: #3776A3;
  line-height: 1.3;
  border-radius: 8px;
  background: #ffffff;
}

#support .column-3wrap .column .amount strong span {
  font-weight: 700;
}

#support .column-3wrap .column .amount em {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

#support .column-3wrap .column .amount em .multiply {
  padding: 0 0.2em 0 0.5em;
  font-size: 70%;
  font-weight: 400;
}

#support .object-bg1 {
  content: "";
  position: absolute;
}

@media print,
screen and (min-width: 992px) {
  #support .column-3wrap {
    justify-content: center;
    gap: 0 40px;
    margin-top: 56px;
  }

  #support .column-3wrap .column {
    width: calc((100% / 3) - 27px);
  }

  #support .column-3wrap .column .amount strong {
    font-size: 2.5rem;
  }

  #support .column-3wrap .column .amount strong span {
    font-size: 4.1rem;
  }

  #support .column-3wrap .column .amount em .f-din {
    font-size: 4rem;
  }

  #support .object-bg1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44%;
  }
}

@media screen and (max-width: 991px) {
  #support .sec-lead+.note {
    font-size: 1.4rem;
  }

  #support .column-3wrap {
    gap: 28px 0;
    margin-top: 20px;
  }

  #support .column-3wrap .column .amount strong span {
    font-size: 3.2rem;
  }

  #support .column-3wrap .column .amount em .f-din {
    font-size: 3.2rem;
  }

  #support .object-bg1 {
    display: none;
  }
}

/* ------------------------------------------

* howto

------------------------------------------ */
#howto {
  padding: 0;
}

#howto .sec-title {
  color: #3172A7;
  text-align: center;
}

#howto .sec-title>span {
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  background: #3172A7;
}

#howto .donate-column .column {
  padding-top: 0;
}

@media print,
screen and (min-width: 992px) {
  #howto .sec-inner {
    padding: 90px 16px 60px;
  }

  #howto .sec-lead {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  #howto .sec-inner {
    padding: 50px 16px 60px;
  }

  #howto .sec-lead {
    margin-bottom: 32px;
  }
}

/* ---------------------------------------- thanks */
#howto .thanks .thanks-title {
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

#howto .thanks .thanks-title span {
  display: inline-block;
  border-radius: 12px 12px 0 0;
  background: #3172A7;
}

#howto .thanks .column-2wrap {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #cce3fc 0%, #c7e5d4 100%);
}

#howto .thanks .column-2wrap .column {
  width: 100%;
  max-width: 542px;
}

#howto .thanks .column-2wrap .column .c-title {
  width: 80%;
  max-width: 400px;
  padding: 0.5em 0;
  color: #3172A7;
  text-align: center;
  background: url(../img/howto-ribbon-01.png) no-repeat center center;
  background-size: 100% auto;
}

#howto .thanks .column-2wrap .column .img {
  width: 80%;
  max-width: 400px;
}

#howto .thanks .column-2wrap .column .text {
  font-size: 1.55rem;
}

@media print,
screen and (min-width: 992px) {
  #howto .thanks .thanks-title {
    font-size: 2.4rem;
  }

  #howto .thanks .thanks-title span {
    padding: 16px 100px;
  }

  #howto .thanks .column-2wrap {
    justify-content: center;
    gap: 0 56px;
    padding: 80px 16px;
  }

  #howto .thanks .column-2wrap .column .c-title {
    margin: 0 auto 16px;
    font-size: 2.4rem;
  }

  #howto .thanks .column-2wrap .column .img {
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 991px) {
  #howto .thanks .thanks-title {
    padding: 0 16px;
    font-size: 2rem;
    line-height: 1.3;
  }

  #howto .thanks .thanks-title span {
    width: 100%;
    padding: 8px;
  }

  #howto .thanks .column-2wrap {
    justify-content: center;
    gap: 28px 0;
    padding: 32px 16px;
  }

  #howto .thanks .column-2wrap .column .c-title {
    margin: 0 auto 12px;
  }

  #howto .thanks .column-2wrap .column .img {
    width: 100%;
    margin: 0 auto 12px;
    padding: 0 12%;
  }
}

/* ------------------------------------------

* supporters

------------------------------------------ */
#supporters {
  background: #F9F7F5;
}

#supporters .sec-title {
  color: #CB5E3A;
  text-align: center;
}

#supporters .sec-title>span {
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  background: #CB5E3A;
}

#supporters .block {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
  background: #ffffff;
}

#supporters .block .column-2wrap {
  display: flex;
  flex-wrap: wrap;
}

#supporters .block .column-2wrap .column-R img {
  border-radius: 16px;
}

#supporters .supporters-title {
  color: #164C62;
  font-weight: 900;
}

#supporters .supporters-title .label,
#supporters .supporters-title strong {
  display: block;
}

@media print,
screen and (min-width: 992px) {
  #supporters .sec-title {
    margin-bottom: 40px;
  }

  #supporters .block {
    padding: 40px;
  }

  #supporters .block:nth-of-type(n+2) {
    margin-top: 24px;
  }

  #supporters .block .column-2wrap {
    justify-content: space-between;
  }

  #supporters .block .column-2wrap .column-L {
    width: 590px;
  }

  #supporters .block .column-2wrap .column-R {
    width: 250px;
  }

  #supporters .supporters-title {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }

  #supporters .supporters-title strong span {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 991px) {
  #supporters .sec-title {
    margin-bottom: 20px;
  }

  #supporters .block {
    padding: 32px 16px 28px;
  }

  #supporters .block:nth-of-type(n+2) {
    margin-top: 28px;
  }

  #supporters .block .column-2wrap .column-L {
    order: 2;
  }

  #supporters .block .column-2wrap .column-R {
    order: 1;
    width: 150px;
    margin: 0 auto 16px;
  }

  #supporters .supporters-title {
    margin-bottom: 12px;
    line-height: 1.3;
    text-align: center;
  }

  #supporters .supporters-title strong span {
    font-size: 2.4rem;
  }
}

/* ------------------------------------------

* message

------------------------------------------ */
#message {
  color: #ffffff;
  background: url(../img/message-bg.png) no-repeat center center;
  background-size: cover;
}

#message .sec-inner {
  max-width: 900px;
}

#message .sec-title {
  text-align: center;
}

#message .sec-title>span {
  margin-right: auto;
  margin-left: auto;
  color: #154B61;
  background: #ffffff;
}

#message .profile {
  display: flex;
  align-items: center;
  justify-content: center;
}

#message .profile .img {
  width: 120px;
}

@media print,
screen and (min-width: 992px) {
  #message .sec-title {
    margin-bottom: 40px;
  }

  #message .profile {
    gap: 0 32px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  #message .sec-title {
    margin-bottom: 20px;
  }

  #message .profile {
    gap: 0 24px;
    margin-top: 24px;
  }
}

/* ------------------------------------------

* faq

------------------------------------------ */
#faq .sec-title {
  color: #154B61;
  text-align: center;
}

#faq .sec-title>span {
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  background: #154B61;
}

#faq .ac-box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

#faq .ac-box-inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: all 0.3s ease-out;
}

#faq .ac-btn {
  position: relative;
  padding: 16px 55px 16px 44px;
  font-weight: 700;
  border-bottom: 1px solid #BBBCDC;
  cursor: pointer;
}

#faq .ac-btn::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-family: "din-2014", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background: #1E2087;
}

#faq .ac-btn span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

#faq .ac-btn.active span {
  /* transform: translateY(-50%) rotate(135deg); */
}

#faq .ac-btn span::before,
#faq .ac-btn span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  background: #1E2087;
}

#faq .ac-btn span::before {
  width: 100%;
  height: 2px;
}

#faq .ac-btn span::after {
  width: 2px;
  height: 100%;
}

#faq .ac-btn.active span::after {
  display: none;
}

#faq .ac-panel {
  display: none;
  padding: 12px 44px 24px;
}

@media print,
screen and (min-width: 992px) {
  #faq .sec-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  #faq .sec-title {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------

* donate

------------------------------------------ */
#donate {
  color: #ffffff;
  background: url(../img/donate-bg.png) no-repeat center top;
  background-size: cover;
}

#donate .sec-title {
  text-align: center;
}

#donate .donate-column .column {
  box-shadow: 0px 8px 12px 0px rgba(87, 98, 104, 0.5);
}

#donate .donate-column .btn-green a span {
  position: relative;
}

#donate .donate-column .btn-green a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

#donate .donate-column .column:first-of-type .btn-green a span::before {
  background: url(../img/donate-icon-01.png) no-repeat center center;
  background-size: 100% auto;
}

#donate .donate-column .column:nth-of-type(2) .btn-green a span::before {
  background: url(../img/donate-icon-02.png) no-repeat center center;
  background-size: 100% auto;
}

@media print,
screen and (min-width: 992px) {
  #donate .sec-lead {
    margin-bottom: 40px;
  }

  #donate .donate-column .btn-green a span {
    padding-left: 60px;
  }

  #donate .donate-column .btn-green a span::before {
    width: 40px;
    height: 50px;
  }
}

@media screen and (max-width: 991px) {
  #donate .sec-lead {
    margin-bottom: 20px;
  }

  #donate .donate-column .btn-green a span {
    padding-left: 40px;
  }

  #donate .donate-column .btn-green a span::before {
    width: 25px;
    height: 35px;
  }
}

/* ------------------------------------------

* introduce

------------------------------------------ */
#introduce .intro-bottom {
  display: flex;
  flex-wrap: wrap;
}

#introduce .intro-bottom .image {
  width: calc(100% / 3);
}

@media print,
screen and (min-width: 992px) {}

@media screen and (max-width: 991px) {}

/* ------------------------------------------

* footer

------------------------------------------ */
#footer {
  background: #141664;
  color: #fff;
  font-size: 1.2rem;
  height: auto;
  padding: 15px 0;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

.footer_l {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list1 {
  order: 2;
}

.list2 {
  order: 1;
}

.list3 {
  order: 3;
}

.corporation br {
  display: none;
}

.footer_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_sns li {
  width: 40px;
  margin: 0 10px;
}

.copyright {
  text-align: right;
}

.copyright ul>li {
  display: inline-block;
  padding-right: 4px;
}

@media screen and (max-width: 991px) {
  #footer {
    padding: 25px 15px 76px;
    text-align: center;
  }

  .footer_l {
    flex-wrap: wrap;
  }

  .list1,
  .list2,
  .list3 {
    width: 100%;
  }

  .footer_sns {
    margin: 20px 0;
  }

  .copyright {
    text-align: center;
  }

  .copyright p {
    margin-top: 15px;
  }
}

/* ------------------------------------------

* sns_icon

------------------------------------------ */
.sns_icon {
  position: fixed;
  top: 190px;
  right: 0;
  z-index: 10010;
  display: block;
}

.sns_icon li {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.sns_icon .icon_facebook {
  background-color: #465a99;
}

.sns_icon .icon_twitter {
  background-color: #41aae7;
}

.sns_icon .scale_img {
  width: 44px;
  height: 44px;
}

.sns_icon .scale_img img {
  display: block;
  -webkit-transform: 0.2s ease-out;
  transition: transform 0.2s ease-out;
  width: 44px;
  height: 44px;
}

.sns_icon .scale_img img:hover {
  width: 44px;
  height: 44px;
  transform: scale(1.3);
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .sns_icon {
    top: 22px;
    right: 90px;
  }

  .sns_icon ul {
    display: flex;
    flex-wrap: nowrap;
  }

  .sns_icon li {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }

  .sns_icon .icon_facebook {
    margin-right: 5px;
  }

  .sns_icon .scale_img {
    width: 40px;
    height: 40px;
  }

  .sns_icon .scale_img a {
    display: inline-block;
    transition: none;
    transform: none;
    height: 40px;
  }

  .sns_icon .scale_img img {
    width: 40px;
    height: 40px;
  }

  .sns_icon .scale_img img:hover {
    transform: scale(1);
  }
}

/* ------------------------------------------

* news-link

------------------------------------------ */
.news-link {
  position: fixed;
  top: 310px;
  right: 0;
  z-index: 9999;
}

.news-link a {
  display: block;
  padding: 21px 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  background: #E4640F;
}

.news-link a .text {
  color: #ffffff;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.news-link a .update-times {
  display: block;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  margin: 0.5em auto 0;
  color: #E4640F;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #ffffff;
}

.news-link a:hover {
  background: #ffffff;
  opacity: 1;
}

.news-link a:hover .text {
  color: #E4640F;
}

.news-link a:hover .update-times {
  color: #ffffff;
  background: #E4640F;
}

@media print,
screen and (min-width: 992px) {}

@media screen and (max-width: 991px) {
  .news-link {
    top: 90px;
  }

  .news-link a {
    padding: 12px;
  }

  .news-link a .text {
    font-size: 1.4rem;
  }

  .news-link a .update-times {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------

* news

------------------------------------------ */
/* ---------------------------------------- announcepage */
@media print,
screen and (min-width: 992px) {
  .announcepage #kv {
    padding: 13vw 10vw 7vw;
    background: url(../img/kv-bg-pc-02.png) no-repeat center center;
    background-size: cover;
  }
}

/* ---------------------------------------- tab */
.tab-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2%;
  max-width: 616px;
  margin: -60px auto 0;
}

.tab-list li {
  width: 49%;
  max-width: 300px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.tab-list .select {
  background: #E4640F;
}

.tab-list .no-select {
  background: #DACBC1;
}

.tab-list li>* {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}

.tab-list .select>* {
  color: #ffffff;
}

.tab-list .no-select>* {
  color: #020202;
}

.tab-list .update-times {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.5em;
  color: #E4640F;
  font-size: 85%;
  line-height: 1.3em;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (max-width: 991px) {
  .tab-area {
    padding: 0 3%;
  }

  .tab-list li>* {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------- announcepage-list */
.announcepage-list {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
  font-weight: 700;
}

.announcepage-list .update-article {
  margin-top: 35px;
}

.announcepage-list .update-article:first-child time:after {
  content: "NEW!";
  padding-left: 0.5em;
  color: #E4640F;
}

.announcepage-list .grad-wrap {
  border-radius: 10px;
  background: #ffffff;
  filter: drop-shadow(2px 4px 6px #00000020);
}

.announcepage-list .grad-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
  text-decoration: none;
}

.announcepage-list .grad-item .grad-item__thumb {
  width: 30%;
}

.announcepage-list .grad-item .grad-item__thumb img {
  aspect-ratio: 16/10;
  border-radius: 5px;
  object-fit: cover;
  object-position: bottom;
}

.announcepage-list .grad-item .grad-item__text {
  width: 70%;
  padding-left: 5%;
  color: #315a8c;
}

.announcepage-list .grad-item .grad-item__text h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.announcepage-list .grad-item .grad-item__text .morelink {
  position: relative;
  padding: 0.3em 1.5em 0.5em 2.3em;
  color: #ffffff;
  font-weight: 400;
  border-radius: 3em;
  background: #315a8c;
}

.announcepage-list .grad-item .grad-item__text .morelink::after {
  content: "";
  position: absolute;
  top: -0.03em;
  bottom: 0;
  left: 10px;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .announcepage-list {
    padding: 30px 0 50px;
  }

  .announcepage-list .grad-item {
    padding: 5% 5% 8%;
  }

  .announcepage-list .grad-item .grad-item__thumb {
    width: 100%;
  }

  .announcepage-list .grad-item .grad-item__text {
    width: 100%;
    padding-left: 0;
  }

  .announcepage-list .grad-item .grad-item__text h2 {
    font-size: 1.7rem;
  }

  .announcepage-list .grad-item .grad-item__text .morelink {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------- announcepage-child-inner */
.announcepage-child-inner {
  max-width: 900px;
  width: 90%;
  margin: auto;
  padding: 2em 0;
}

.announcepage-child-inner .update-article h2 {
  margin-bottom: 0.5rem;
  font-size: 2.45rem;
}

.announcepage-child-inner .update-article__snslist--before {
  border-bottom: solid 3px #f2f2f2;
  padding-bottom: 1em;
  margin-bottom: 2rem;
}

.announcepage-child-inner .update-article__snslist--before .fb_iframe_widget span {
  display: block;
}

.announcepage-child-inner .update-article__snslist--before .twitter-share-button {
  background: #1d9bf0;
  border-radius: 3px;
}

.announcepage-child-inner .update-article__snslist--before .twitter-share-button:hover {
  background: #0c7abf;
}

.snsButtons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  margin-top: 1em;
}

.snsButtons li {
  list-style-type: none;
}

.snsButtons li:hover {
  opacity: 0.7;
}

.snsButtons li:active {
  transform: translateY(2px);
}

.snsButtons a {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
  padding: 0.15em 0.75em;
}

.snsButtons i {
  padding: 0 0.35em 0 0;
}

.snsButtons img {
  display: inline;
  height: 1.1em;
  width: auto;
  padding: 0 0.35em 2px 0;
  vertical-align: middle;
}

li.snsButtons_twitter a {
  background: #000000;
}

li.snsButtons_facebook a {
  background: #3b5998;
}

li.snsButtons_line a {
  background: #00B900;
}

li.snsButtons_note a {
  background: #42C9B3;
}

.announcepage-child-inner .update-article__snslist--after {
  border: solid 1px #ddd;
  border-radius: 0.5em;
  padding: 4rem;
  margin: 2.5rem 0;
  text-align: center;
}

.announcepage-child-inner .update-article__snslist--after .snsText {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 1em;
}

.announcepage-child-inner .update-article__snslist--after .snsButtons {
  justify-content: center;
}

.announcepage-child-inner .update-article__snslist--after .snsButtons a {
  font-size: 1.05em;
  font-weight: bold;
  padding: 0.5em 2em 0.6em;
}

.announcepage-child-inner .update-article__snslist--after .snsButtons i {
  font-size: 1.1em;
  padding: 0 0.5em 0 0;
}

.announcepage-child-inner .btn_news {
  background: #3db53f;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 1em 0.55em;
  margin: 5rem auto 4rem;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.announcepage-child-inner .btn_return {
  color: #315a8c;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 1em 0.55em;
  margin: 0 auto 2rem;
  max-width: 300px;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}

.announcepage-child-inner .btn_news:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .announcepage .update-article {
    margin: 0 0 2rem;
  }

  .announcepage .update-article h2 {
    font-size: 1.2em;
  }

  .snsButtons {
    column-gap: 3px;
  }

  .snsButtons a {
    font-size: 0.72em;
    padding: 0 5px;
  }

  .announcepage-child-inner .update-article__snslist--after {
    padding: 2rem;
  }

  .announcepage-child-inner .update-article__snslist--after .snsText {
    font-size: 1em;
  }

  .announcepage-child-inner .update-article__snslist--after .snsButtons li {
    width: 48%;
  }

  .announcepage-child-inner .update-article__snslist--after .snsButtons a {
    padding: 0.5em 1em 0.6em;
    display: block;
  }

  .announcepage-child-inner .update-article__snslist--after .snsButtons i {
    padding-right: 0;
  }
}

.announcepage .update-article__content h3 {
  font-size: 20px;
  margin: 3em 0 0.6em;
}

.announcepage .update-article__content p {
  display: block;
  margin-bottom: 1em;
}

.announcepage .update-article__content i {
  position: relative;
  display: block;
  text-indent: 10px;
  margin: 20px 0;
  font-size: 95%;
}

.announcepage .update-article__content i:before {
  position: absolute;
  content: "“";
  font-size: 160%;
  top: -5px;
  left: -10px;
  color: #bbbbbb;
  display: block;
}

.announcepage .update-article__content--img {
  max-width: 540px;
  width: 100%;
  margin: 2em auto;
}

.announcepage .update-article__content--img.iframebox {
  aspect-ratio: 16/9;
}

.announcepage .update-article__content--img iframe {
  height: auto;
  aspect-ratio: 16/9;
}

.announcepage .update-article__content--img .caption {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-size: 85%;
}