@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
:root {
  --main-bg-color: red;
  --main-txt-color: #323232; }

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

メディアクエリ

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

clearfix　例) @include clearfix;

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

@function 画像パス「assets/images」直下

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

FileName    :    初期

-------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

a {
  color: #222;
  text-decoration: none; }
  a:focus {
    outline: none; }

button {
  cursor: pointer; }
  button:focus {
    outline: none; }

:root {
  font-size: 62.5%; }

strong {
  color: #b93c1c; }

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #222; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

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

img {
  vertical-align: bottom;
  max-width: 100%; }

/* フォントサイズ */
/* フォントサイズ */
#political_measures .measures2 .flex dl dd .link {
  font-size: 1.4rem; }
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    #political_measures .measures2 .flex dl dd .link {
      font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    #political_measures .measures2 .flex dl dd .link {
      font-size: 1.2rem; } }

/* フォントサイズ */
body, #political_measures .measures1 .flex dl dd {
  font-size: 1.6rem; }
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    body, #political_measures .measures1 .flex dl dd {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 767px) {
    body, #political_measures .measures1 .flex dl dd {
      font-size: 1.4rem; } }

/* フォントサイズ */
#page_footer .links .data_link span, #political_measures aside .about .container > .flex .left dl dd {
  font-size: 1.8rem; }
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    #page_footer .links .data_link span, #political_measures aside .about .container > .flex .left dl dd {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) {
    #page_footer .links .data_link span, #political_measures aside .about .container > .flex .left dl dd {
      font-size: 1.6rem; } }

/* フォントサイズ */
#mega_menu .menu h3, #political_measures .measures2 > .title + p {
  font-size: 2rem; }
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    #mega_menu .menu h3, #political_measures .measures2 > .title + p {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 767px) {
    #mega_menu .menu h3, #political_measures .measures2 > .title + p {
      font-size: 1.5rem; } }

/* フォントサイズ */
#page_footer .links .floow_share dt {
  font-size: 2.4rem; }
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    #page_footer .links .floow_share dt {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 767px) {
    #page_footer .links .floow_share dt {
      font-size: 1.7rem; } }

/* フォントサイズ */
/* フォントサイズ */
/* フォントサイズ */
/* --------------------------------------------

コンテナー

-------------------------------------------- */
.container {
  width: calc(100% - 30px);
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden; }
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    .container {
      width: calc(100% - 40px); } }
  @media only screen and (min-width: 1024px) {
    .container {
      width: calc(100% - 80px); } }

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

flex

-------------------------------------------- */
.flex {
  display: flex; }

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

PC.SP　非表示設定

-------------------------------------------- */
.pc {
  display: none; }
  @media print, screen and (min-width: 767px) {
    .pc {
      display: block; } }

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

a.blank.black::after, a.blank.white::after, a[target="_blank"].black::after, a[target="_blank"].white::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px; }
a.blank.white::after, a[target="_blank"].white::after {
  background: url(../../assets/images/external_link_w.png) no-repeat;
  background-size: contain; }
a.blank.black::after, a[target="_blank"].black::after {
  background: url(../../assets/images/external_link_b.png) no-repeat;
  background-size: contain; }

.swiper01,
.swiper02 {
  width: 100%;
  overflow: visible; }

.swiper-slide {
  position: relative;
  cursor: pointer; }

.swiper-slide__img img {
  width: 100%;
  height: 100%; }

.swiper01 .swiper-wrapper,
.swiper02 .swiper-wrapper {
  transition-timing-function: linear; }

.link.arrow {
  display: block;
  background-image: url(../../assets/images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  padding: 14px 30px 14px 0; }
.link.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 20px 25px;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #ffd83c url(../../assets/images/icon_arrow.svg) no-repeat right 20px center;
  background-size: 30px; }
  @media print, screen and (min-width: 767px) {
    .link.btn {
      font-size: 2rem; } }

.list {
  font-size: 1.4rem;
  line-height: 23px; }
  @media print, screen and (min-width: 767px) {
    .list {
      font-size: 1.4rem; } }
  .list.dot li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em; }
    .list.dot li::before {
      content: "";
      position: absolute;
      left: 5px;
      top: 12px;
      width: 2px;
      height: 2px;
      display: inline-block;
      border-radius: 100%;
      background: #000; }
  .list.large li {
    padding-left: 1.4em; }
    .list.large li::before {
      left: 0;
      top: 5px;
      width: 15px;
      height: 15px; }
  .list.green li::before {
    background: #33a86e; }
  .list.row {
    display: flex;
    gap: 10px 40px;
    flex-wrap: wrap; }

.example .list.dot li {
  margin-bottom: 0; }

div.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  div.youtube iframe {
    width: 100%;
    height: 100%; }

[data-bgcolor="yellow"] {
  background-color: #ffd83c; }

[data-bgcolor="green"] {
  background-color: #33a86e; }

[data-bgcolor="blue"] {
  background-color: #036eb8; }

[data-bgcolor="white"] {
  background-color: white; }

[data-bgcolor="gray"] {
  background-color: #f6f6f4; }

[data-txtcolor="green"] {
  color: #33a86e; }

[data-txtcolor="red"] {
  color: #b93c1c; }

[data-txtcolor="blue"] {
  color: #036eb8; }

[data-txtcolor="white"] {
  color: white; }

[data-bordercolor="yellow"] {
  border-color: #ffd83c !important; }

[data-bordercolor="green"] {
  border-color: #33a86e !important; }

[data-bordercolor="blue"] {
  border-color: #036eb8 !important; }

[data-shadowcolor="yellow"] {
  position: relative; }
  [data-shadowcolor="yellow"]::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background-color: #ffd83c;
    border-radius: 8px;
    z-index: 0; }

.fade, .fade .fade_child {
  opacity: 0; }
  .fade.fade_in, .fade .fade_in.fade_child {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .fade.fade_in.active, .fade .fade_in.active.fade_child {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 600ms;
      transition: all 600ms; }
  .fade.slide_bottom, .fade .slide_bottom.fade_child {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px); }
    .fade.slide_bottom.active, .fade .slide_bottom.active.fade_child {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 600ms;
      transition: all 600ms; }
  .fade.slide_right, .fade .slide_right.fade_child {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0); }
    .fade.slide_right.active, .fade .slide_right.active.fade_child {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 600ms;
      transition: all 600ms; }
  .fade.slide_left, .fade .slide_left.fade_child {
    -webkit-transform: translate(-80px, 0);
    transform: translate(-80px, 0); }
    .fade.slide_left.active, .fade .slide_left.active.fade_child {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 600ms;
      transition: all 600ms; }

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

FileName    :    レイアウト

-------------------------------------------- */
#page_header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff; }
  #page_header .header_inner {
    max-width: 1360px;
    padding: 20px;
    box-sizing: border-box;
    margin: auto; }
    @media print, screen and (min-width: 767px) {
      #page_header .header_inner {
        position: relative;
        display: flex;
        align-items: center;
        padding: 23px 39px 19px;
        gap: 0 20px; } }
    #page_header .header_inner .page_title {
      width: 214px; }
      @media print, screen and (min-width: 767px) {
        #page_header .header_inner .page_title {
          width: auto;
          border-right: 1px solid #b5b5b5;
          padding-right: 23px; } }
    #page_header .header_inner .logo {
      position: relative;
      top: -3px; }
    #page_header .header_inner .sub_menu {
      display: none; }
      @media print, screen and (min-width: 767px) {
        #page_header .header_inner .sub_menu {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          gap: 0 14px;
          max-width: 1360px;
          position: absolute;
          bottom: -36px;
          right: 0;
          margin: auto;
          padding-right: 20px;
          z-index: 0; } }
      @media only screen and (min-width: 767px) and (max-width: 1024px) {
        #page_header .header_inner .sub_menu {
          width: calc(100% - 40px); } }
      @media only screen and (min-width: 1024px) {
        #page_header .header_inner .sub_menu {
          width: calc(100% - 80px); } }
      #page_header .header_inner .sub_menu a {
        color: #fff; }

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px; }

#mega_menu {
  width: 100%;
  padding: 32px 0;
  box-sizing: border-box;
  background: #33a86e; }
  @media only screen and (min-width: 1024px) {
    #mega_menu {
      display: none;
      height: calc(100% - 146px);
      padding: 62px 0;
      overflow-y: scroll; } }
  #mega_menu * {
    color: #fff; }
  #mega_menu.open {
    display: block; }
    @media only screen and (min-width: 1024px) {
      #mega_menu.open {
        position: fixed;
        top: 146px;
        left: 0;
        z-index: 99; } }
  #mega_menu .flex {
    gap: 0 1.33%;
    flex-wrap: wrap; }
    #mega_menu .flex.top .menu {
      padding-bottom: 20px; }
      @media only screen and (min-width: 1024px) {
        #mega_menu .flex.top .menu {
          padding-bottom: 0; } }
      #mega_menu .flex.top .menu ul {
        height: 0;
        overflow: hidden;
        transition: 0.3s; }
        @media only screen and (min-width: 1024px) {
          #mega_menu .flex.top .menu ul {
            height: auto;
            overflow: visible; } }
        #mega_menu .flex.top .menu ul.open {
          height: 100%; }
          #mega_menu .flex.top .menu ul.open:last-of-type {
            margin-bottom: 40px; }
            @media only screen and (min-width: 1024px) {
              #mega_menu .flex.top .menu ul.open:last-of-type {
                margin-bottom: 0; } }
    #mega_menu .flex.bottom {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px dashed #fff; }
      @media only screen and (min-width: 1024px) {
        #mega_menu .flex.bottom {
          margin-top: 50px;
          padding-top: 50px; } }
      #mega_menu .flex.bottom .menu {
        width: 48%; }
        @media only screen and (min-width: 1024px) {
          #mega_menu .flex.bottom .menu {
            width: 24%; } }
  #mega_menu .menu {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      #mega_menu .menu {
        width: 24%; } }
    #mega_menu .menu h3 {
      position: relative;
      line-height: 29px;
      padding-bottom: 15px; }
      #mega_menu .menu h3::after, #mega_menu .menu h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px; }
      #mega_menu .menu h3::after {
        background-color: #ffd83c;
        width: 40px;
        z-index: 1; }
      #mega_menu .menu h3::before {
        width: 100%;
        background-color: #fff; }
      #mega_menu .menu h3.open .plus::after {
        transform: rotate(0deg); }
      #mega_menu .menu h3 .plus {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 15px;
        height: 15px; }
        #mega_menu .menu h3 .plus::before, #mega_menu .menu h3 .plus::after {
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 100%;
          height: 2px;
          background-color: #fff;
          transition: 0.3s; }
        #mega_menu .menu h3 .plus::after {
          transform: rotate(90deg); }
        @media only screen and (min-width: 1024px) {
          #mega_menu .menu h3 .plus {
            display: none; } }
    #mega_menu .menu ul li {
      border-bottom: 1px solid #fff;
      line-height: 1.3; }
      @media only screen and (min-width: 1024px) {
        #mega_menu .menu ul li {
          font-size: 1.5rem; } }
  #mega_menu .mega_menu_footer {
    display: none; }
    @media only screen and (min-width: 1024px) {
      #mega_menu .mega_menu_footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 20px;
        margin-top: 42px; } }
    #mega_menu .mega_menu_footer::before {
      content: "";
      display: inline-block;
      width: 77px;
      height: 98px;
      background: url(../../assets/images/character.png) no-repeat;
      background-size: contain; }
    #mega_menu .mega_menu_footer p,
    #mega_menu .mega_menu_footer address {
      font-size: 1.5rem;
      line-height: 23px; }
      #mega_menu .mega_menu_footer p strong,
      #mega_menu .mega_menu_footer address strong {
        font-size: 2rem;
        line-height: 29px; }
    #mega_menu .mega_menu_footer address {
      padding-top: 10px; }

#page_footer {
  position: relative;
  background: #f6f6f4; }
  #page_footer #pagetop {
    z-index: 10; }
  #page_footer .breadcrumb {
    padding: 17px 0;
    max-width: 1200px;
    margin: 0 auto; }
    #page_footer .breadcrumb ul {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 0 10px; }
      #page_footer .breadcrumb ul li {
        font-size: 1.3rem;
        line-height: 20px; }
        #page_footer .breadcrumb ul li:not(:last-of-type)::after {
          content: "";
          display: inline-block;
          width: 4px;
          height: 7px;
          background: url(../../assets/images/icon_arrow2.svg) no-repeat;
          background-size: contain;
          margin-left: 10px; }
  #page_footer .links {
    padding-top: 40px;
    background: #fff; }
    @media print, screen and (min-width: 767px) {
      #page_footer .links {
        padding-top: 70px; } }
    #page_footer .links .data_link_wrap h2 {
      font-size: 1.8rem;
      line-height: 1.6;
      letter-spacing: 0.64px; }
      @media print, screen and (min-width: 767px) {
        #page_footer .links .data_link_wrap h2 {
          font-size: 2.4rem;
          line-height: 43px; } }
    #page_footer .links .data_link_wrap nav {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 20px 0;
      margin-top: 15px; }
      @media print, screen and (min-width: 767px) {
        #page_footer .links .data_link_wrap nav {
          justify-content: space-between;
          flex-direction: row;
          gap: 10px 0;
          margin-top: 56px; } }
      @media print, screen and (min-width: 767px) {
        #page_footer .links .data_link_wrap nav a {
          width: 49%; } }
    #page_footer .links .data_link_wrap::after {
      content: "";
      display: block;
      width: 100%;
      margin: 60px auto 44px;
      border-top: 1px dashed #b5b5b5; }
    #page_footer .links .data_link {
      display: block;
      position: relative;
      width: 100%;
      max-width: 547px;
      margin: 0 auto;
      padding: 21px 0;
      border: 1px solid #33a86e;
      border-radius: 8px;
      transition: 0.3s;
      box-sizing: border-box;
      text-align: left; }
      @media only screen and (min-width: 1024px) {
        #page_footer .links .data_link {
          text-align: center; } }
      #page_footer .links .data_link span {
        display: inline-block;
        text-align: center;
        padding-left: 117px;
        letter-spacing: 0;
        color: #33a86e; }
        @media only screen and (min-width: 1024px) {
          #page_footer .links .data_link span {
            padding-left: 50px; } }
        @media only screen and (min-width: 767px) and (max-width: 1024px) {
          #page_footer .links .data_link span .sp {
            display: block; } }
      #page_footer .links .data_link:hover {
        background: #33a86e; }
        #page_footer .links .data_link:hover span {
          color: #fff; }
      #page_footer .links .data_link::after, #page_footer .links .data_link::before {
        content: "";
        position: absolute; }
      #page_footer .links .data_link::after {
        left: 20px;
        bottom: 0;
        margin: auto;
        width: 86px;
        height: 55px;
        background: url(../../assets/images/top/character_s.png) no-repeat;
        background-size: contain; }
      #page_footer .links .data_link::before {
        top: 0;
        right: 22px;
        bottom: 0;
        margin: auto;
        width: 28px;
        height: 28px;
        background: url(../../assets/images/pdf_link.png) no-repeat;
        background-size: contain; }
      #page_footer .links .data_link:hover::before {
        background: url(../../assets/images/pdf_link_w.png) no-repeat;
        background-size: contain; }
      #page_footer .links .data_link.txt_only span {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 60px 0 20px;
        text-align: left; }
      #page_footer .links .data_link.txt_only::after {
        content: none; }
      #page_footer .links .data_link.type2::after {
        background: url(../../assets/images/top/character_s02.png) no-repeat;
        background-size: contain; }
    #page_footer .links .floow_share {
      background: #f6f6f4;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      padding: 22px; }
      @media print, screen and (min-width: 767px) {
        #page_footer .links .floow_share {
          flex-direction: row; } }
      @media only screen and (min-width: 767px) and (max-width: 1024px) {
        #page_footer .links .floow_share {
          padding: 22px 32px; } }
      @media only screen and (min-width: 1024px) {
        #page_footer .links .floow_share {
          padding: 22px 42px; } }
      #page_footer .links .floow_share dt {
        text-align: center; }
        @media print, screen and (min-width: 767px) {
          #page_footer .links .floow_share dt {
            width: 30%;
            text-align: left; } }
      #page_footer .links .floow_share dd {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-top: 20px; }
        @media print, screen and (min-width: 767px) {
          #page_footer .links .floow_share dd {
            flex-direction: row;
            width: 70%;
            gap: 0 20px;
            margin-top: 0; } }
        #page_footer .links .floow_share dd a {
          display: block;
          background: #fff;
          padding: 25px 0 25px 80px;
          text-align: left;
          box-sizing: border-box;
          width: 100%; }
          @media print, screen and (min-width: 767px) {
            #page_footer .links .floow_share dd a {
              width: 50%;
              max-width: 318px; } }
          #page_footer .links .floow_share dd a:hover {
            opacity: 0.8; }
          #page_footer .links .floow_share dd a.x {
            background: #fff url(../../assets/images/icon_x.png) no-repeat left 16px center;
            background-size: 40px; }
          #page_footer .links .floow_share dd a.youtube {
            background: #fff url(../../assets/images/icon_youtube.png) no-repeat left 30px center;
            background-size: 36px; }
    #page_footer .links p {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column-reverse;
      gap: 0 48px;
      margin-top: 36px; }
      @media print, screen and (min-width: 767px) {
        #page_footer .links p {
          flex-direction: row; } }
      #page_footer .links p img {
        max-width: 50vw;
        margin-top: 20px; }
        @media print, screen and (min-width: 767px) {
          #page_footer .links p img {
            max-width: 100%;
            margin-top: 0; } }
      #page_footer .links p span {
        font-size: clamp(2.1rem, 4vw, 3rem);
        text-align: center;
        font-weight: 700;
        line-height: 1.4;
        position: relative;
        top: -3px; }
        @media print, screen and (min-width: 767px) {
          #page_footer .links p span {
            text-align: left;
            line-height: 1.3; } }
  #page_footer .footer_top {
    position: relative;
    padding: 56px 0; }
    #page_footer .footer_top dl {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      gap: 20px 0;
      text-align: center; }
      @media print, screen and (min-width: 767px) {
        #page_footer .footer_top dl {
          align-items: flex-start;
          flex-direction: row;
          text-align: left;
          gap: 0 75px; } }
      #page_footer .footer_top dl dd {
        line-height: 1.95; }
        #page_footer .footer_top dl dd p:first-of-type {
          font-weight: 700; }
        #page_footer .footer_top dl dd nav {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 0 20px;
          margin-top: 15px; }
          @media print, screen and (min-width: 767px) {
            #page_footer .footer_top dl dd nav {
              justify-content: flex-start; } }
          #page_footer .footer_top dl dd nav a img {
            width: 40px; }
  #page_footer .footer_bottom_wrap {
    border-top: 1px solid #b5b5b5;
    padding: 20px 40px;
    background: #fff; }
    #page_footer .footer_bottom_wrap .footer_bottom {
      max-width: 1360px;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 20px 0; }
      @media print, screen and (min-width: 767px) {
        #page_footer .footer_bottom_wrap .footer_bottom {
          flex-direction: row;
          gap: 0; } }
      #page_footer .footer_bottom_wrap .footer_bottom .copy {
        font-size: 1.2rem; }

#navToggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
  width: 40px;
  height: 22px;
  border-radius: 25px;
  z-index: 999; }
  #navToggle span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    border-radius: 10px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background: #33a86e; }
    #navToggle span:nth-of-type(1) {
      top: 0%; }
      @media print, screen and (min-width: 767px) {
        #navToggle span:nth-of-type(1) {
          top: 0%; } }
    #navToggle span:nth-of-type(2) {
      top: 50%; }
      @media print, screen and (min-width: 767px) {
        #navToggle span:nth-of-type(2) {
          top: 50%; } }
    #navToggle span:nth-of-type(3) {
      top: 100%; }
      @media print, screen and (min-width: 767px) {
        #navToggle span:nth-of-type(3) {
          top: 100%; } }
  #navToggle.active span {
    top: 50%; }
    #navToggle.active span:nth-of-type(1) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #navToggle.active span:nth-of-type(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #navToggle.active span:nth-of-type(3) {
      opacity: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

#side_menu_wrap {
  width: 100%;
  height: calc(100% - 76px);
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 999;
  background: #f6f6f4;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  overflow: auto; }
  @media only screen and (min-width: 1024px) {
    #side_menu_wrap {
      opacity: 1;
      display: block;
      position: static;
      pointer-events: all;
      overflow: visible; } }
  #side_menu_wrap.open {
    opacity: 1;
    pointer-events: all; }
  #side_menu_wrap .menu_link {
    display: block; }
    @media only screen and (min-width: 1024px) {
      #side_menu_wrap .menu_link {
        display: none; } }
  #side_menu_wrap .logo {
    margin-top: 30px; }
  @media only screen and (min-width: 1024px) {
    #side_menu_wrap > ul {
      display: none; } }
  #side_menu_wrap > ul li {
    font-weight: 500; }
    #side_menu_wrap > ul li a {
      position: relative;
      display: block;
      padding: 10px 20px;
      border-bottom: 1px solid #999; }
      #side_menu_wrap > ul li a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 4px;
        bottom: 0;
        display: block;
        width: 5px;
        height: 90%;
        margin: auto; }
    #side_menu_wrap > ul li:nth-of-type(1) a:before {
      background: linear-gradient(9deg, #e84517, #f2a714); }
    #side_menu_wrap > ul li:nth-of-type(2) a:before {
      background: linear-gradient(0deg, #eeaf14, #65b730); }
    #side_menu_wrap > ul li:nth-of-type(3) a:before {
      background: linear-gradient(0deg, #53b438, #2785c8); }
    #side_menu_wrap > ul li:nth-of-type(4) a:before {
      background: linear-gradient(0deg, #2b7dc2, #54489b); }
    #side_menu_wrap > ul li:nth-of-type(5) a:before {
      background: linear-gradient(0deg, #5b479a, #c9288a); }
  @media only screen and (min-width: 1024px) {
    #side_menu_wrap #universal_function {
      padding: 6px 0;
      background: #ddede9;
      border-bottom: 2px solid #00956e; } }

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

   ユニバーサル

=================================== */
@media only screen and (min-width: 1024px) {
  #universal_function {
    display: flex;
    align-items: center;
    justify-content: center; } }
#universal_function * {
  color: #000;
  font-weight: 400; }
#universal_function h2 {
  display: none; }
  @media only screen and (max-width: 767px) {
    #universal_function h2 {
      display: block;
      background: #d7e7e2;
      padding: 6px 10px; } }
#universal_function .icon_type_25px img {
  width: 25px;
  height: 25px;
  margin-right: 6px; }
@media only screen and (min-width: 1024px) {
  #universal_function .function {
    display: flex; } }
#universal_function .site_link {
  display: flex;
  justify-content: space-between;
  border: 1px solid #b5b5b5; }
  #universal_function .site_link li {
    width: 50%;
    text-align: center;
    padding: 10px; }
    #universal_function .site_link li:first-of-type {
      border-right: 1px solid #b5b5b5; }
#universal_function .function {
  border-bottom: 1px solid #b5b5b5; }
  @media only screen and (min-width: 1024px) {
    #universal_function .function {
      border: none;
      margin: 0 20px; } }
  #universal_function .function ul {
    display: flex; }
    #universal_function .function ul li {
      margin: 0 6px; }
      @media only screen and (max-width: 767px) {
        #universal_function .function ul li:last-of-type {
          border-left: 1px solid #b5b5b5; } }
  #universal_function .function a:link {
    color: #1a0dab; }
  #universal_function .function#ruby_read ul {
    display: flex; }
    @media only screen and (max-width: 767px) {
      #universal_function .function#ruby_read ul li {
        width: 50%;
        text-align: center;
        margin: 0; } }
    #universal_function .function#ruby_read ul li a {
      display: block;
      padding: 12px 0; }
  #universal_function .function#font {
    display: none; }
    @media only screen and (min-width: 1024px) {
      #universal_function .function#font {
        display: flex; } }
  #universal_function .function#bg_color {
    display: flex;
    padding: 12px 0 12px 10px; }
    #universal_function .function#bg_color a {
      padding: 8px 10px;
      background-image: none;
      white-space: nowrap; }
    #universal_function .function#bg_color ul {
      justify-content: center;
      margin-left: 20px; }
      @media only screen and (min-width: 1024px) {
        #universal_function .function#bg_color ul {
          margin-left: 10px; } }
      #universal_function .function#bg_color ul li {
        margin: 0 2px; }
    #universal_function .function#bg_color .bg_01 a {
      color: #333;
      background: #e9e9e9; }
    #universal_function .function#bg_color .bg_02 a {
      color: #ff0;
      background-color: #0000bc; }
    #universal_function .function#bg_color .bg_03 a {
      color: #333;
      background-color: #ff0; }
    #universal_function .function#bg_color .bg_04 a {
      color: #fff;
      background-color: #000; }

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

FileName    :    ページ

-------------------------------------------- */
.title {
  line-height: 1.3; }
  .title.size1 {
    font-size: clamp(2.6rem, 3.8vw, 3.6rem); }
  .title.size2 {
    font-size: clamp(1.8rem, 4vw, 2.4rem); }
  .title.size3 {
    font-size: clamp(1.8rem, 3vw, 2.4rem); }
  .title.size4 {
    font-size: clamp(1.5rem, 3vw, 1.8rem); }

#vision_detail {
  position: relative;
  padding-bottom: 70px; }
  #vision_detail .mv_image {
    padding-top: 23px;
    text-align: center; }
    #vision_detail .mv_image img {
      width: 100%;
      max-width: 992px; }
  #vision_detail .container:not([data-size="1360"]) {
    overflow: visible; }
  #vision_detail .container[data-size="1360"] {
    margin-top: 58px;
    padding: 0 20px;
    background: #fff;
    border-radius: 16px;
    text-align: center; }
    @media print, screen and (min-width: 767px) {
      #vision_detail .container[data-size="1360"] {
        margin-top: 98px; } }
    #vision_detail .container[data-size="1360"] h1 {
      padding-top: 50px;
      letter-spacing: 0.03em;
      line-height: 1.3; }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container[data-size="1360"] h1 {
          padding-top: 102px; } }
    #vision_detail .container[data-size="1360"] h3 {
      display: inline-block;
      font-size: clamp(2rem, 3vw, 2.4rem);
      padding-top: 24px; }
      #vision_detail .container[data-size="1360"] h3::after {
        content: "";
        display: block;
        width: 100%;
        margin: 8px auto 34px;
        border-top: 1px dashed #b5b5b5; }
    #vision_detail .container[data-size="1360"] > p {
      font-size: clamp(1.4rem, 3.8vw, 1.8rem);
      letter-spacing: 0.02em;
      text-align: left; }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container[data-size="1360"] > p {
          text-align: center; } }
      #vision_detail .container[data-size="1360"] > p .maker {
        font-size: clamp(1.4rem, 4vw, 2rem);
        line-height: 1.7;
        letter-spacing: 0.075em;
        white-space: nowrap; }
      #vision_detail .container[data-size="1360"] > p + p {
        padding-top: 34px; }
    #vision_detail .container[data-size="1360"] .goal {
      width: 100%;
      max-width: 800px;
      margin: 75px auto;
      font-weight: bold; }
      #vision_detail .container[data-size="1360"] .goal .flex {
        justify-content: space-between; }
        @media only screen and (min-width: 1024px) {
          #vision_detail .container[data-size="1360"] .goal .flex {
            padding: 0 33px; } }
        #vision_detail .container[data-size="1360"] .goal .flex p {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          box-sizing: border-box;
          border: 2px solid;
          border-radius: 20px;
          font-size: 2.8vw;
          line-height: 1.3;
          width: 40%;
          border-radius: 120px;
          padding: 17px 17px 10px; }
          @media only screen and (min-width: 1024px) {
            #vision_detail .container[data-size="1360"] .goal .flex p {
              font-size: clamp(2.4rem, 4vw, 2.4rem);
              padding: 32px 20px;
              border: 6px solid; } }
          @media only screen and (min-width: 1024px) {
            #vision_detail .container[data-size="1360"] .goal .flex p + p {
              position: relative;
              left: 27px; } }
          #vision_detail .container[data-size="1360"] .goal .flex p span {
            display: inline-block;
            position: absolute;
            top: -1.2rem;
            margin: auto;
            font-size: 1.2rem;
            padding: 6px 18px;
            border-radius: 120px;
            line-height: 1; }
            @media only screen and (min-width: 1024px) {
              #vision_detail .container[data-size="1360"] .goal .flex p span {
                top: calc(clamp(-1.7rem, -4vw, -2rem) - 16px);
                font-size: clamp(1.7rem, 4vw, 2rem);
                padding: 20px; } }
      #vision_detail .container[data-size="1360"] .goal > img {
        position: relative;
        left: -14px;
        z-index: 1;
        margin-top: -13vw;
        width: 45%; }
        @media only screen and (min-width: 1024px) {
          #vision_detail .container[data-size="1360"] .goal > img {
            margin-top: -162px; } }
      #vision_detail .container[data-size="1360"] .goal > p {
        font-size: 2.5vw;
        padding: 20px;
        line-height: 1.3;
        border-radius: 8px; }
        @media only screen and (min-width: 1024px) {
          #vision_detail .container[data-size="1360"] .goal > p {
            font-size: clamp(1.8rem, 4vw, 2rem);
            padding: 29px; } }
  #vision_detail .container .movie_block {
    overflow: hidden; }
    #vision_detail .container .movie_block h2 {
      position: relative;
      margin-top: 65px; }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .movie_block h2 {
          margin-top: 125px; } }
    #vision_detail .container .movie_block h3 {
      font-size: 2rem;
      margin-top: 90px; }
    #vision_detail .container .movie_block .link_en {
      display: flex;
      justify-content: space-between;
      gap: 10px 2%;
      flex-wrap: wrap;
      margin-top: 16px; }
      #vision_detail .container .movie_block .link_en li {
        width: 100%;
        border-radius: 8px; }
        @media print, screen and (min-width: 767px) {
          #vision_detail .container .movie_block .link_en li {
            width: 49%; } }
        #vision_detail .container .movie_block .link_en li a {
          display: block;
          height: 100%;
          padding: 20px 22px;
          box-sizing: border-box;
          font-size: clamp(1.2rem, 1vw, 1.4rem);
          letter-spacing: nomal; }
          #vision_detail .container .movie_block .link_en li a span {
            display: inline-block;
            padding-left: 50px;
            height: 100%;
            background: url(../../assets/images/icon_youtube.png) no-repeat left center;
            background-size: 36px; }
    #vision_detail .container .movie_block .movie_slide {
      position: relative;
      padding: 0 50px;
      /* 次ページボタンのスタイル */
      /* 前ページボタンのスタイル */ }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .movie_block .movie_slide {
          padding: 0; } }
      #vision_detail .container .movie_block .movie_slide .swiper-button-prev,
      #vision_detail .container .movie_block .movie_slide .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: contain;
        transform: translateY(-50%);
        margin-top: 0; }
        @media print, screen and (min-width: 767px) {
          #vision_detail .container .movie_block .movie_slide .swiper-button-prev,
          #vision_detail .container .movie_block .movie_slide .swiper-button-next {
            display: none; } }
      #vision_detail .container .movie_block .movie_slide .swiper-button-next {
        top: calc(50% - 20px);
        right: 0;
        background-image: url("../images/icon_arrow.svg"); }
      #vision_detail .container .movie_block .movie_slide .swiper-button-prev {
        top: calc(50% - 20px);
        left: 0;
        background-image: url("../images/icon_arrow.svg");
        transform: translateY(-50%) scale(-1, 1); }
      #vision_detail .container .movie_block .movie_slide .swiper-button-prev:after,
      #vision_detail .container .movie_block .movie_slide .swiper-button-next:after {
        display: none; }
      #vision_detail .container .movie_block .movie_slide .swiper-pagination {
        position: static; }
        @media print, screen and (min-width: 767px) {
          #vision_detail .container .movie_block .movie_slide .swiper-pagination {
            display: none; } }
        #vision_detail .container .movie_block .movie_slide .swiper-pagination .swiper-pagination-bullet {
          background-color: #d9d9d9; }
          #vision_detail .container .movie_block .movie_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #ffd83c; }
    #vision_detail .container .movie_block ul {
      margin-top: 48px; }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .movie_block ul {
          display: flex;
          flex-wrap: wrap; } }
      #vision_detail .container .movie_block ul li .youtube {
        margin-top: 12px; }
      #vision_detail .container .movie_block ul li p:not(.video_name) {
        font-size: 1.3rem;
        border-radius: 30px;
        text-align: center; }
      #vision_detail .container .movie_block ul li p.video_name {
        margin-top: 13px;
        letter-spacing: 0.03em; }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .movie_block ul.col2 {
          gap: 34px 2%; } }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .movie_block ul.col2 li {
          width: 49%; } }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .movie_block ul.col3 {
          gap: 30px 2%; } }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .movie_block ul.col3 li {
          width: 32%; } }
  #vision_detail .container .why h2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 50px;
    padding-left: 10px; }
    @media only screen and (min-width: 1024px) {
      #vision_detail .container .why h2 {
        margin-top: 147px;
        padding-left: 68px;
        gap: 0 30px; } }
    #vision_detail .container .why h2::before {
      content: "";
      display: block;
      width: 100px;
      height: 64px;
      background: url("../images/top/character_type05.png") no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 1024px) {
        #vision_detail .container .why h2::before {
          width: 138px;
          height: 130px; } }
  #vision_detail .container .why ul {
    border-radius: 20px;
    padding: 0 20px; }
    @media only screen and (min-width: 1024px) {
      #vision_detail .container .why ul {
        padding: 0 51px; } }
    #vision_detail .container .why ul li {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px 20px;
      padding: 30px 0; }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .why ul li {
          align-items: center;
          gap: 0 20px;
          padding: 33px 38px 32px 17px; } }
      #vision_detail .container .why ul li:not(:first-of-type) {
        border-top: 1px solid #b5b5b5; }
      #vision_detail .container .why ul li > p:first-of-type {
        background: url(../../assets/images/koban.png) no-repeat;
        background-size: 100% 100%;
        font-size: clamp(2rem, 3vw, 2.4rem);
        width: 36px;
        height: 52px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        line-height: 1.1;
        position: relative;
        z-index: 1; }
        @media print, screen and (min-width: 767px) {
          #vision_detail .container .why ul li > p:first-of-type {
            width: 69px;
            height: 98px; } }
      #vision_detail .container .why ul li > p:last-of-type {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(1.4rem, 4vw, 2rem);
        text-align: center;
        border-radius: 30px;
        white-space: nowrap;
        line-height: 2; }
        @media print, screen and (min-width: 767px) {
          #vision_detail .container .why ul li > p:last-of-type {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            font-size: 2rem;
            line-height: 1.4; } }
      #vision_detail .container .why ul li .txt_block {
        width: calc(100% - 56px); }
        @media print, screen and (min-width: 767px) {
          #vision_detail .container .why ul li .txt_block {
            width: calc(100% - 69px - 150px - 70px); } }
        #vision_detail .container .why ul li .txt_block h3 {
          font-size: clamp(2rem, 3vw, 2.4rem); }
        #vision_detail .container .why ul li .txt_block p {
          line-height: 1.3; }
  #vision_detail .container .figure {
    padding: 60px 0; }
    @media print, screen and (min-width: 767px) {
      #vision_detail .container .figure {
        padding: 106px 0 0px; } }
    #vision_detail .container .figure h2 {
      position: relative;
      text-align: center; }
    #vision_detail .container .figure ul {
      display: flex;
      flex-direction: column;
      gap: 25px 0;
      margin-top: 20px; }
      @media print, screen and (min-width: 767px) {
        #vision_detail .container .figure ul {
          justify-content: space-between;
          flex-direction: row;
          gap: 0;
          margin-top: 97px; } }
      #vision_detail .container .figure ul li {
        width: 100%;
        padding: 20px;
        border-radius: 6px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: center;
        box-sizing: border-box; }
        @media print, screen and (min-width: 767px) {
          #vision_detail .container .figure ul li {
            width: 32%;
            max-width: 358px;
            flex-direction: column;
            align-items: center;
            padding: 0 30px 48px; } }
        #vision_detail .container .figure ul li::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 6px;
          border-radius: 6px;
          background: #ffd83c; }
        #vision_detail .container .figure ul li p:first-of-type {
          background: url(../../assets/images/koban.png) no-repeat;
          background-size: 100% 100%;
          font-size: clamp(2rem, 3vw, 3.4rem);
          width: 41px;
          height: 58px;
          margin-bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          line-height: 1.1;
          position: relative;
          z-index: 1; }
          @media print, screen and (min-width: 767px) {
            #vision_detail .container .figure ul li p:first-of-type {
              width: 69px;
              height: 98px;
              margin-top: -35px;
              margin-bottom: 13px; } }
        #vision_detail .container .figure ul li p:last-of-type {
          font-size: 1.5rem;
          margin-top: 8px;
          line-height: 1.6;
          text-align: left; }
        #vision_detail .container .figure ul li h3 {
          font-size: clamp(2.2rem, 4vw, 2.8rem);
          line-height: 1.3;
          font-weight: 700;
          margin: auto auto auto 20px;
          text-align: left; }
          @media print, screen and (min-width: 767px) {
            #vision_detail .container .figure ul li h3 {
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
              margin: 0 auto;
              min-height: 104px; } }
  #vision_detail .container .plan {
    margin-top: 20px; }
    @media only screen and (min-width: 1024px) {
      #vision_detail .container .plan {
        margin-top: 112px; } }
    #vision_detail .container .plan h2 {
      text-align: center;
      position: relative; }
      #vision_detail .container .plan h2::before {
        content: "";
        display: block;
        width: 90px;
        height: 81px;
        margin: 0 auto 20px;
        background: url("../images/top/face_02.png") no-repeat;
        background-size: contain; }
        @media only screen and (min-width: 1024px) {
          #vision_detail .container .plan h2::before {
            width: 154px;
            height: 138px; } }
    #vision_detail .container .plan ul {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 30px 0;
      margin-top: 26px; }
      @media only screen and (min-width: 1024px) {
        #vision_detail .container .plan ul {
          flex-direction: row;
          gap: 0;
          margin-top: 46px; } }
      #vision_detail .container .plan ul li {
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          #vision_detail .container .plan ul li {
            width: 49%; } }
        #vision_detail .container .plan ul li > div {
          position: relative;
          z-index: 1;
          width: 100%;
          border-radius: 8px;
          box-sizing: border-box;
          padding: 20px 10px; }
          @media only screen and (min-width: 1024px) {
            #vision_detail .container .plan ul li > div {
              padding: 40px 10px; } }
          #vision_detail .container .plan ul li > div h3 {
            font-size: clamp(1.4rem, 3vw, 1.8rem);
            text-align: center;
            line-height: 1.4; }
          #vision_detail .container .plan ul li > div .link {
            max-width: 282px;
            font-size: 1.4rem;
            margin-top: 14px;
            padding: 11px;
            box-sizing: border-box; }
            @media only screen and (min-width: 1024px) {
              #vision_detail .container .plan ul li > div .link {
                margin-top: 29px; } }

#political_measures {
  position: relative;
  padding-top: 20vw;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    #political_measures {
      padding-top: 260px; } }
  #political_measures::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    height: 42vw;
    background: url("../images/top/bg.png") no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 1024px) {
      #political_measures::after {
        top: 114px;
        height: 450px; } }
  #political_measures .container {
    position: relative;
    z-index: 1; }
    #political_measures .container[data-size="1360"] {
      border-radius: 16px;
      text-align: center; }
  #political_measures .measures1 {
    margin-top: 95px;
    padding: 40px 20px; }
    @media only screen and (min-width: 1024px) {
      #political_measures .measures1 {
        padding: 60px 40px; } }
    #political_measures .measures1 > h3 {
      display: flex;
      align-items: center;
      gap: 0 18px;
      text-align: left;
      line-height: 1.3; }
      #political_measures .measures1 > h3::before {
        content: "";
        display: block;
        width: 66px;
        height: 63px;
        background: url("../images/top/face_01.png") no-repeat;
        background-size: contain; }
    #political_measures .measures1 .flex {
      flex-direction: column;
      gap: 40px 0;
      margin-top: 30px; }
      @media only screen and (min-width: 1024px) {
        #political_measures .measures1 .flex {
          justify-content: space-between;
          flex-direction: row;
          gap: 0; } }
      #political_measures .measures1 .flex dl {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        border: 2px solid; }
        @media only screen and (min-width: 1024px) {
          #political_measures .measures1 .flex dl {
            width: 48%; } }
        #political_measures .measures1 .flex dl dt {
          padding: 14px 10px;
          font-size: clamp(1.4rem, 4vw, 1.6rem);
          font-weight: bold; }
        #political_measures .measures1 .flex dl dd {
          padding: 15px 20px;
          box-sizing: border-box; }
          @media only screen and (min-width: 1024px) {
            #political_measures .measures1 .flex dl dd {
              padding: 20px; } }
          #political_measures .measures1 .flex dl dd p {
            line-height: 1.3; }
          #political_measures .measures1 .flex dl dd .link {
            max-width: 282px;
            font-size: 1.4rem;
            margin-top: 15px;
            padding: 11px;
            box-sizing: border-box; }
            @media only screen and (min-width: 1024px) {
              #political_measures .measures1 .flex dl dd .link {
                margin-top: 23px; } }
  #political_measures .measures2 {
    margin-top: 70px;
    padding: 40px 20px; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      #political_measures .measures2 {
        padding: 40px 20px; } }
    @media only screen and (min-width: 1024px) {
      #political_measures .measures2 {
        padding: 77px 40px 65px; } }
    #political_measures .measures2 > .title::before {
      content: "";
      display: block;
      width: 73px;
      height: 68px;
      margin: 0 auto 17px;
      background: url("../images/top/face_03.png") no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 1024px) {
        #political_measures .measures2 > .title::before {
          width: 148px;
          height: 138px; } }
    #political_measures .measures2 > .title + p {
      margin-top: 11px; }
    #political_measures .measures2 .flex {
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 36px 0;
      margin-top: 55px; }
      #political_measures .measures2 .flex dl {
        position: relative;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        border: 2px solid; }
        @media only screen and (min-width: 1024px) {
          #political_measures .measures2 .flex dl {
            width: 48%;
            padding-bottom: 115px; } }
        #political_measures .measures2 .flex dl:nth-of-type(-n + 3) {
          width: 100%; }
          @media only screen and (min-width: 1024px) {
            #political_measures .measures2 .flex dl:nth-of-type(-n + 3) {
              width: 32%; } }
          #political_measures .measures2 .flex dl:nth-of-type(-n + 3) dt {
            padding: 7px 10px; }
          #political_measures .measures2 .flex dl:nth-of-type(-n + 3) dd p {
            padding: 20px 0 0; }
            @media only screen and (min-width: 767px) and (max-width: 1024px) {
              #political_measures .measures2 .flex dl:nth-of-type(-n + 3) dd p {
                padding: 20px 6px 0; } }
            @media only screen and (min-width: 1024px) {
              #political_measures .measures2 .flex dl:nth-of-type(-n + 3) dd p {
                text-align: left;
                padding: 22px 12px 0; } }
        #political_measures .measures2 .flex dl dt {
          padding: 18px;
          font-size: clamp(1.8rem, 4vw, 2rem);
          font-weight: bold; }
          @media only screen and (min-width: 1024px) and (max-width: 1360px) {
            #political_measures .measures2 .flex dl dt {
              font-size: clamp(1.4rem, 4vw, 1.8rem); } }
        #political_measures .measures2 .flex dl dd {
          font-size: 1.4rem;
          box-sizing: border-box;
          padding: 15px 20px 25px; }
          @media only screen and (min-width: 1024px) {
            #political_measures .measures2 .flex dl dd {
              padding: 20px 10px 0;
              text-align: left; } }
          @media print, screen and (min-width: 767px) {
            #political_measures .measures2 .flex dl dd {
              font-size: clamp(1.2rem, 2vw, 1.5rem); } }
          #political_measures .measures2 .flex dl dd p {
            text-align: center;
            padding: 0 22px; }
            @media only screen and (min-width: 1024px) {
              #political_measures .measures2 .flex dl dd p {
                padding: 0 22px; } }
          #political_measures .measures2 .flex dl dd .link {
            width: 80%;
            max-width: 282px;
            margin-top: 10px;
            padding: 11px; }
            @media only screen and (min-width: 1024px) {
              #political_measures .measures2 .flex dl dd .link {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 33px;
                margin: auto;
                margin-top: 23px; } }
  #political_measures h2 {
    letter-spacing: 0.01em;
    line-height: 1.4; }
    #political_measures h2 strong {
      color: #b93c1c; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      #political_measures h2 .sp {
        display: block; } }
  #political_measures ul {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    margin-top: 40px;
    padding: 0 20px; }
    @media print, screen and (min-width: 767px) {
      #political_measures ul {
        justify-content: space-between;
        flex-direction: row;
        gap: 0;
        margin-top: 57px; } }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      #political_measures ul {
        padding: 0; } }
    #political_measures ul li {
      width: 100%; }
      @media print, screen and (min-width: 767px) {
        #political_measures ul li {
          width: 32%;
          max-width: 358px;
          display: flex;
          flex-direction: column; } }
      #political_measures ul li img {
        padding-bottom: 14px; }
      #political_measures ul li h3 {
        font-size: clamp(1.4rem, 1.2vw, 1.6rem);
        color: #33a86e;
        margin-top: auto;
        margin-bottom: auto; }
      #political_measures ul li p {
        border-top: 1px dashed #b5b5b5;
        font-size: 2rem;
        margin-top: 5px;
        padding-top: 15px;
        line-height: 1.5;
        letter-spacing: 0; }
        @media print, screen and (min-width: 767px) {
          #political_measures ul li p {
            font-size: clamp(1.6rem, 1.4vw, 2.4rem); } }
  #political_measures aside {
    margin-top: 94px;
    padding-bottom: 92px; }
    @media print, screen and (min-width: 767px) {
      #political_measures aside {
        padding-bottom: 196px; } }
    #political_measures aside .gallery_wrap {
      width: 100%;
      overflow: hidden;
      padding: 30px 0; }
      @media print, screen and (min-width: 767px) {
        #political_measures aside .gallery_wrap {
          padding: 65px 0; } }
      #political_measures aside .gallery_wrap .gallery .swiper02 {
        margin-top: 30px; }
    #political_measures aside .about {
      padding-top: 60px; }
      @media only screen and (min-width: 1024px) {
        #political_measures aside .about {
          padding-top: 100px; } }
      #political_measures aside .about .container {
        position: relative;
        border-radius: 10px;
        overflow: visible;
        padding: 60px 20px;
        border: 6px solid; }
        @media only screen and (min-width: 1024px) {
          #political_measures aside .about .container {
            padding: 82px 90px 40px; } }
        #political_measures aside .about .container > .flex {
          justify-content: space-between;
          flex-direction: column-reverse;
          gap: 40px 0; }
          @media print, screen and (min-width: 767px) {
            #political_measures aside .about .container > .flex {
              flex-direction: row; } }
          #political_measures aside .about .container > .flex .left {
            width: 100%; }
            @media print, screen and (min-width: 767px) {
              #political_measures aside .about .container > .flex .left {
                width: 58%; } }
            #political_measures aside .about .container > .flex .left h3 {
              display: inline-block;
              position: absolute;
              top: calc(clamp(-1.8rem, -3vw, -2.4rem) - 16px);
              left: 0;
              right: 0;
              width: 60%;
              margin: auto;
              padding: 16px 28px;
              border-radius: 30px; }
              @media print, screen and (min-width: 767px) {
                #political_measures aside .about .container > .flex .left h3 {
                  width: auto;
                  left: 32px;
                  right: auto; } }
            #political_measures aside .about .container > .flex .left h2 {
              text-align: center;
              line-height: 2.2; }
              @media print, screen and (min-width: 767px) {
                #political_measures aside .about .container > .flex .left h2 {
                  text-align: left;
                  line-height: 1.6; } }
              #political_measures aside .about .container > .flex .left h2 small {
                display: block; }
            #political_measures aside .about .container > .flex .left p {
              padding-top: 3px;
              text-align: left;
              line-height: 1.8; }
            #political_measures aside .about .container > .flex .left dl {
              display: flex;
              align-items: center;
              gap: 0 20px;
              margin-top: 21px; }
              #political_measures aside .about .container > .flex .left dl dt {
                font-size: 1.3rem;
                border: 1px solid;
                border-radius: 30px;
                padding: 3px 14px; }
            #political_measures aside .about .container > .flex .left > .flex {
              align-items: center;
              justify-content: space-between;
              margin-top: 24px; }
              @media print, screen and (min-width: 767px) {
                #political_measures aside .about .container > .flex .left > .flex {
                  max-width: 87%; } }
              #political_measures aside .about .container > .flex .left > .flex figure {
                width: 32%; }
                #political_measures aside .about .container > .flex .left > .flex figure p {
                  display: inline-block;
                  text-align: center;
                  font-size: 1.3rem;
                  padding: 5px 14px;
                  line-height: 1;
                  border-radius: 16px; }
          #political_measures aside .about .container > .flex .right {
            width: 80%;
            margin: auto; }
            @media print, screen and (min-width: 767px) {
              #political_measures aside .about .container > .flex .right {
                width: 41%;
                margin: -33px 0 0; } }

.maker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffd83c;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none; }

.page_contents {
  padding-bottom: 20vw; }
  @media print, screen and (min-width: 767px) {
    .page_contents {
      padding-bottom: 167px; } }
  .page_contents .container {
    width: 100%; }
  .page_contents #article_header, .page_contents #article_header02 {
    padding: 30px 0 60px; }
    @media print, screen and (min-width: 767px) {
      .page_contents #article_header, .page_contents #article_header02 {
        padding: 60px 0; } }
    .page_contents #article_header .container, .page_contents #article_header02 .container {
      width: calc(100% - 30px); }
    .page_contents #article_header h2, .page_contents #article_header02 h2 {
      text-align: center;
      border-radius: 10px;
      padding: 27px 20px 23px; }
      .page_contents #article_header h2 span, .page_contents #article_header02 h2 span {
        font-size: 1.2rem;
        line-height: 29px;
        background: #F6F6F4;
        padding: 5px 1em;
        border-radius: 50px;
        margin: 0 0 0.5em;
        display: inline-block; }
        @media print, screen and (min-width: 767px) {
          .page_contents #article_header h2 span, .page_contents #article_header02 h2 span {
            font-size: 1.6rem; } }
      .page_contents #article_header h2 strong, .page_contents #article_header02 h2 strong {
        display: block;
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.8;
        letter-spacing: 0.8px; }
        @media print, screen and (min-width: 767px) {
          .page_contents #article_header h2 strong, .page_contents #article_header02 h2 strong {
            font-size: 2.8rem; } }
    .page_contents #article_header .page_info, .page_contents #article_header02 .page_info {
      text-align: center; }
      .page_contents #article_header .page_info .fukidashi, .page_contents #article_header02 .page_info .fukidashi {
        display: inline-block;
        margin-top: 60px;
        padding: 12px 24px;
        position: relative;
        border-radius: 8px;
        text-align: center;
        font-weight: bold; }
        .page_contents #article_header .page_info .fukidashi::after, .page_contents #article_header02 .page_info .fukidashi::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -10px;
          margin: auto;
          width: 0;
          height: 0;
          border-top: 16px solid #ffd83c;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent; }
        .page_contents #article_header .page_info .fukidashi + p, .page_contents #article_header02 .page_info .fukidashi + p {
          font-size: clamp(1.8rem, 4vw, 2.4rem);
          font-style: normal;
          font-weight: 700;
          line-height: 1.8;
          color: #fff; }
          .page_contents #article_header .page_info .fukidashi + p::before, .page_contents #article_header02 .page_info .fukidashi + p::before {
            content: "";
            display: block;
            max-width: 130px;
            max-height: 120px;
            width: 50vw;
            height: 20vw;
            margin: 27px auto 20px;
            background: url(../../assets/images/character_head.png) no-repeat;
            background-size: contain;
            background-position: center; }
  .page_contents .en_fnt {
    font-family: 'Roboto', sans-serif;
    font-weight: bold; }
  .page_contents .center {
    text-align: left; }
    @media print, screen and (min-width: 767px) {
      .page_contents .center {
        text-align: center; } }
  .page_contents .content_inner {
    padding: 30px 15px; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      .page_contents .content_inner {
        padding: 40px 40px; } }
    @media only screen and (min-width: 1024px) {
      .page_contents .content_inner {
        padding: 57px 50px; } }
    .page_contents .content_inner.round {
      border-radius: 16px; }

#attempt section dl {
  border-radius: 16px;
  border: 2px solid;
  overflow: hidden; }
  #attempt section dl:not(:first-of-type) {
    margin-top: 40px; }
  #attempt section dl dt {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 20px;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
    padding: 20px 20px;
    flex-direction: row; }
    @media print, screen and (min-width: 767px) {
      #attempt section dl dt {
        padding: 30px 20px;
        line-height: 43px; } }
    #attempt section dl dt::before {
      content: "";
      display: block;
      max-width: 258px;
      max-height: 238px;
      width: 13vw;
      height: 11vw;
      background: url(../../assets/images/character_head.png) no-repeat center;
      background-size: contain; }
      @media print, screen and (min-width: 767px) {
        #attempt section dl dt::before {
          width: 120px;
          height: 105px; } }
    #attempt section dl dt span {
      width: 90vw; }
      @media print, screen and (min-width: 767px) {
        #attempt section dl dt span {
          width: auto; } }
  #attempt section dl dd {
    padding: 20px; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      #attempt section dl dd {
        padding: 42px 52px; } }
    @media only screen and (min-width: 1024px) {
      #attempt section dl dd {
        padding: 52px 50px; } }
    #attempt section dl dd .flex {
      justify-content: space-between;
      flex-direction: column;
      gap: 20px 0; }
      @media print, screen and (min-width: 767px) {
        #attempt section dl dd .flex {
          flex-direction: row;
          gap: 0; } }
      @media print, screen and (min-width: 767px) {
        #attempt section dl dd .flex .left {
          width: 40%;
          max-width: 384px; } }
      #attempt section dl dd .flex .left img {
        width: 100%; }
      @media print, screen and (min-width: 767px) {
        #attempt section dl dd .flex .right {
          width: 57%; } }
#attempt section .example {
  margin-top: 20px;
  padding: 20px 33px;
  border-radius: 4px; }
  #attempt section .example p {
    font-size: 14px; }
    @media print, screen and (min-width: 767px) {
      #attempt section .example p {
        font-size: 16px; } }
  #attempt section .example .list {
    margin-top: 12px; }
#attempt aside {
  margin-top: 16vw; }
  @media only screen and (min-width: 1024px) {
    #attempt aside {
      margin-top: 130px; } }
  #attempt aside .container[data-size="1120"] {
    width: calc(100% - 10px); }
  #attempt aside p {
    text-align: left; }
    @media print, screen and (min-width: 767px) {
      #attempt aside p {
        text-align: center; } }
  #attempt aside .link {
    max-width: 547px;
    margin-top: 37px; }

#forte section dl {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid; }
  #forte section dl:not(:first-of-type) {
    margin-top: 40px; }
  #forte section dl dt {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0 20px;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    padding: 15px 20px;
    flex-direction: row; }
    @media print, screen and (min-width: 767px) {
      #forte section dl dt {
        padding: 19px 40px;
        line-height: 43px; } }
    #forte section dl dt .point {
      max-width: 70px;
      max-height: 70px;
      width: 25vw;
      height: 25vw;
      border-radius: 50px;
      text-align: center; }
      @media print, screen and (min-width: 767px) {
        #forte section dl dt .point {
          max-width: 80px;
          max-height: 80px;
          width: 15vw;
          height: 15vw; } }
      #forte section dl dt .point p {
        font-size: 45%;
        margin: 1.75em 0 0;
        color: #fff;
        line-height: 1; }
        @media print, screen and (min-width: 767px) {
          #forte section dl dt .point p {
            font-size: 36%;
            margin: 2.25em 0 0; } }
      #forte section dl dt .point span {
        color: #fff;
        font-size: 6vw; }
        @media print, screen and (min-width: 767px) {
          #forte section dl dt .point span {
            font-size: 24px; } }
  #forte section dl dd {
    padding: 20px; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      #forte section dl dd {
        padding: 42px 52px; } }
    @media only screen and (min-width: 1024px) {
      #forte section dl dd {
        padding: 52px 50px; } }
    #forte section dl dd .flex {
      justify-content: space-between;
      flex-direction: column;
      gap: 20px 0; }
      @media print, screen and (min-width: 767px) {
        #forte section dl dd .flex {
          flex-direction: row;
          gap: 0; } }
      @media print, screen and (min-width: 767px) {
        #forte section dl dd .flex .left {
          width: 40%;
          max-width: 384px; } }
      #forte section dl dd .flex .left img {
        width: 100%; }
      @media print, screen and (min-width: 767px) {
        #forte section dl dd .flex .right {
          width: 55%; } }
#forte section .fukidashi_right {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  #forte section .fukidashi_right p {
    padding: 12px 24px;
    position: relative;
    border-radius: 8px;
    text-align: left;
    margin-left: 30px; }
    #forte section .fukidashi_right p::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -14px;
      margin: auto;
      width: 0;
      height: 0;
      border-right: 18px solid #ffd83c;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
#forte section .example {
  margin-top: 20px;
  padding: 20px 33px;
  border-radius: 4px;
  background: #f6f6f4; }
  #forte section .example .list {
    margin-top: 12px; }

#scenario #article_header .page_info .fukidashi + p::before, #scenario #article_header02 .page_info .fukidashi + p::before {
  background: url(../../assets/images/character_head02.png) no-repeat;
  background-size: contain;
  background-position: center; }
#scenario #article_header02 {
  padding: 20px 0 60px; }
  @media print, screen and (min-width: 767px) {
    #scenario #article_header02 {
      padding: 60px 0; } }
#scenario .content_inner.round.p0 {
  padding-bottom: 0; }
#scenario section .contents_block h2 {
  font-size: 18px; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block h2 {
      font-size: 24px; } }
#scenario section .contents_block p {
  font-size: 14px; }
@media print, screen and (min-width: 767px) {
  #scenario section .contents_block.contents_block01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; } }
#scenario section .contents_block.contents_block01 .contents_block_inner {
  width: 100%; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block.contents_block01 .contents_block_inner {
      width: 48%; } }
  #scenario section .contents_block.contents_block01 .contents_block_inner .mh {
    display: table;
    width: 100%; }
    #scenario section .contents_block.contents_block01 .contents_block_inner .mh p {
      display: table-cell;
      vertical-align: middle; }
  #scenario section .contents_block.contents_block01 .contents_block_inner ul li {
    margin: 20px 0 0;
    border-radius: 8px;
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box; }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block01 .contents_block_inner ul li {
        height: 156px;
        display: table;
        padding: 10px 25px; } }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block01 .contents_block_inner ul li div {
        display: table-cell;
        vertical-align: middle; } }
    #scenario section .contents_block.contents_block01 .contents_block_inner ul li div h3 {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 5px; }
      @media print, screen and (min-width: 767px) {
        #scenario section .contents_block.contents_block01 .contents_block_inner ul li div h3 {
          font-size: 16px;
          margin: 0 0 10px; } }
  #scenario section .contents_block.contents_block01 .contents_block_inner:first-of-type {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block01 .contents_block_inner:first-of-type {
        padding-bottom: 0;
        margin-bottom: 0; } }
    #scenario section .contents_block.contents_block01 .contents_block_inner:first-of-type::after {
      content: "";
      width: 100%;
      height: 1px;
      border-bottom: 2px dotted #B5B5B5;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0; }
      @media print, screen and (min-width: 767px) {
        #scenario section .contents_block.contents_block01 .contents_block_inner:first-of-type::after {
          width: 1px;
          height: 100%;
          border-right: 2px dotted #B5B5B5;
          position: absolute;
          right: -4.5%;
          top: 0;
          left: auto; } }
#scenario section .contents_block.contents_block01_02 {
  margin: 50px auto;
  text-align: center; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block.contents_block01_02 {
      margin: 80px auto; } }
  #scenario section .contents_block.contents_block01_02 p {
    border: 3px solid;
    display: inline-block;
    padding: 25px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    position: relative; }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block01_02 p {
        padding: 25px 50px;
        font-size: 18px; } }
    #scenario section .contents_block.contents_block01_02 p span {
      color: #B93C1C; }
    #scenario section .contents_block.contents_block01_02 p::before {
      content: "＋";
      font-size: 20px;
      color: #222;
      position: absolute;
      left: 0;
      right: 0;
      top: -24px;
      z-index: 1; }
    #scenario section .contents_block.contents_block01_02 p::after {
      content: "";
      max-width: 44px;
      max-height: 44px;
      width: 14vw;
      height: 14vw;
      background: #ffd83c;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: -30px;
      border-radius: 50px; }
#scenario section .contents_block.contents_block02 {
  padding: 60px 0 30px;
  margin: 60px 0 80px;
  border-top: 2px dotted #B5B5B5;
  border-bottom: 2px dotted #B5B5B5;
  position: relative; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block.contents_block02 {
      padding: 80px 0;
      margin: 120px 0; } }
  #scenario section .contents_block.contents_block02::before {
    content: "";
    max-width: 182px;
    max-height: 105px;
    width: 30vw;
    height: 28vw;
    background: url(../images/scenario/bottom_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px; }
  #scenario section .contents_block.contents_block02::after {
    content: "";
    max-width: 182px;
    max-height: 105px;
    width: 30vw;
    height: 28vw;
    background: url(../images/scenario/bottom_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -65px; }
  #scenario section .contents_block.contents_block02 .scenario_block {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 8%; }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block02 .scenario_block {
        padding-bottom: 0; } }
    #scenario section .contents_block.contents_block02 .scenario_block .scenario_block_inner {
      width: 100%;
      max-width: 358px;
      margin: 10% auto 0;
      padding: 25px 20px 20px;
      box-sizing: border-box;
      border-radius: 0 16px 16px 16px;
      position: relative;
      display: block; }
      @media print, screen and (min-width: 767px) {
        #scenario section .contents_block.contents_block02 .scenario_block .scenario_block_inner {
          width: 32.5%;
          margin: 4% 1.25% 4% 0;
          padding: 40px 20px 30px;
          display: table; } }
      @media print, screen and (min-width: 767px) {
        #scenario section .contents_block.contents_block02 .scenario_block .scenario_block_inner:nth-of-type(3n) {
          margin-right: 0; } }
      #scenario section .contents_block.contents_block02 .scenario_block .scenario_block_inner h3 {
        position: absolute;
        left: 0;
        top: -20px;
        padding: 0.25em 1.5em;
        letter-spacing: 0;
        border-radius: 50px;
        font-size: 13px; }
        @media print, screen and (min-width: 767px) {
          #scenario section .contents_block.contents_block02 .scenario_block .scenario_block_inner h3 {
            height: 40px;
            line-height: 40px;
            padding: 0 1em; } }
      #scenario section .contents_block.contents_block02 .scenario_block .scenario_block_inner p {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
        display: table-cell; }
        @media print, screen and (min-width: 767px) {
          #scenario section .contents_block.contents_block02 .scenario_block .scenario_block_inner p {
            font-size: 18px; } }
#scenario section .contents_block.contents_block03 .ttl02 {
  width: 100%;
  padding: 0.25em 0;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 18px; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block.contents_block03 .ttl02 {
      height: 60px;
      line-height: 60px;
      padding: 0;
      font-size: 24px; } }
#scenario section .contents_block.contents_block03 > img {
  margin: 0 auto;
  display: block;
  width: 80%; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block.contents_block03 > img {
      width: 50%; } }
#scenario section .contents_block.contents_block03 .scenario_block02 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 20px; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block.contents_block03 .scenario_block02 {
      margin: 30px 0 50px; } }
  #scenario section .contents_block.contents_block03 .scenario_block02 .scenario_block02_inner {
    max-width: 549px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 16px;
    margin: 1em 0; }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block03 .scenario_block02 .scenario_block02_inner {
        width: 49%;
        display: table;
        margin: 0; } }
    #scenario section .contents_block.contents_block03 .scenario_block02 .scenario_block02_inner p {
      font-size: 15px;
      font-weight: bold;
      vertical-align: middle; }
      @media print, screen and (min-width: 767px) {
        #scenario section .contents_block.contents_block03 .scenario_block02 .scenario_block02_inner p {
          font-size: 18px;
          display: table-cell; } }
      #scenario section .contents_block.contents_block03 .scenario_block02 .scenario_block02_inner p span {
        background: linear-gradient(transparent 60%, #ffd83c 60%); }
#scenario section .contents_block.contents_block04 .scenario_block03 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 14px; }
  #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner {
    max-width: 358px;
    width: 100%;
    position: relative;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
    margin: 20px auto; }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner {
        width: 32%;
        margin: 0;
        padding-bottom: 6em; } }
    #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .ttl_block {
      background: rgba(255, 216, 60, 0.3);
      text-align: center;
      padding: 12px 0 15px; }
      #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .ttl_block h2 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 0.1em; }
        @media print, screen and (min-width: 767px) {
          #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .ttl_block h2 {
            font-size: 30px; } }
        #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .ttl_block h2 span {
          font-size: 50%;
          margin-left: 0.35em; }
    #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner:first-of-type .ttl_block h2::before {
      content: "～";
      font-size: 60%;
      display: inline-block;
      margin: 0 0.25em 0 0; }
    #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner:nth-of-type(2) .ttl_block {
      background: rgba(255, 216, 60, 0.6); }
    #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner:nth-of-type(3) .ttl_block {
      background: #ffd83c; }
    #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .scenario_block03_textarea {
      width: 90%;
      margin: 1.25em auto; }
      #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .scenario_block03_textarea h3 {
        text-align: center;
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 1em;
        line-height: 1.4;
        display: table;
        width: 100%; }
        @media print, screen and (min-width: 767px) {
          #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .scenario_block03_textarea h3 {
            font-size: 18px; } }
        #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .scenario_block03_textarea h3 span {
          font-size: 120%;
          display: table-cell;
          vertical-align: middle; }
    #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl {
      width: 96%;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      border-top: 1px solid #B5B5B5;
      padding: 1em;
      box-sizing: border-box; }
      #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dt {
        width: 25%; }
        #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dt span {
          background: #FFE88A;
          text-align: center;
          display: inline-block;
          padding: 0.05em 0.75em;
          font-size: 12px;
          border-radius: 50px; }
      #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dd {
        width: 75%;
        font-size: 14px; }
        @media print, screen and (min-width: 767px) {
          #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dd {
            font-size: 18px; } }
        #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dd .awareness {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dd .awareness p {
            font-size: 24px;
            font-weight: bold;
            line-height: 1;
            margin-left: 0.25em; }
            @media print, screen and (min-width: 767px) {
              #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dd .awareness p {
                font-size: 36px; } }
            #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl dd .awareness p span {
              font-size: 60%; }
      #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl:nth-of-type(2) {
        align-items: center; }
        @media print, screen and (min-width: 767px) {
          #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner dl:nth-of-type(2) {
            position: absolute;
            bottom: 1%;
            left: 0;
            right: 0; } }
    #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .fukidashi_gray {
      margin: 0 auto 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 90%; }
      #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .fukidashi_gray p {
        padding: 9px 10px;
        position: relative;
        background-color: #F6F6F4;
        border-radius: 8px;
        text-align: left;
        margin-left: 19px;
        font-size: 10px; }
        #scenario section .contents_block.contents_block04 .scenario_block03 .scenario_block03_inner .fukidashi_gray p::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: -10px;
          margin: auto;
          width: 0;
          height: 0;
          border-right: 10px solid #F6F6F4;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent; }
#scenario section .contents_block.contents_block04 .note {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0.25em 0; }
  #scenario section .contents_block.contents_block04 .note span {
    padding-right: 1.25em;
    margin-right: 0.5em;
    position: relative;
    width: 11em;
    box-sizing: border-box; }
    @media print, screen and (min-width: 767px) {
      #scenario section .contents_block.contents_block04 .note span {
        width: auto; } }
    #scenario section .contents_block.contents_block04 .note span::before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid #222222;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
#scenario section .contents_block.contents_block04 .foot_ttl_block {
  text-align: center;
  padding: 20px;
  border: 3px solid;
  border-radius: 6px;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5; }
  @media print, screen and (min-width: 767px) {
    #scenario section .contents_block.contents_block04 .foot_ttl_block {
      font-size: 22px; } }
#scenario section .fukidashi_right {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  #scenario section .fukidashi_right img {
    width: 28%;
    max-width: 200px; }
    @media print, screen and (min-width: 767px) {
      #scenario section .fukidashi_right img {
        width: auto; } }
    #scenario section .fukidashi_right img.skds_img {
      max-width: 100px; }
  #scenario section .fukidashi_right p {
    padding: 12px 18px;
    position: relative;
    border-radius: 8px;
    text-align: left;
    margin-left: 25px;
    font-size: 16px;
    font-weight: bold; }
    @media print, screen and (min-width: 767px) {
      #scenario section .fukidashi_right p {
        padding: 12px 24px;
        margin-left: 30px;
        font-size: 20px; } }
    #scenario section .fukidashi_right p::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -14px;
      margin: auto;
      width: 0;
      height: 0;
      border-right: 18px solid #ffd83c;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  #scenario section .fukidashi_right.m0 {
    margin-bottom: 0; }

#convenient #article_header .page_info .fukidashi + p::before {
  background: url(../../assets/images/character_head03.png) no-repeat;
  background-size: contain;
  background-position: center; }
#convenient > section:not(:last-of-type) {
  margin-bottom: 40px; }
#convenient .container {
  /*width: calc(100% - 30px);*/ }
#convenient section .contents_block_inner .textarea {
  margin-bottom: 30px; }
  #convenient section .contents_block_inner .textarea h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    padding: 10px 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B5B5B5;
    position: relative; }
    @media print, screen and (min-width: 767px) {
      #convenient section .contents_block_inner .textarea h2 {
        font-size: 2.8rem;
        padding: 0 0 20px; } }
    #convenient section .contents_block_inner .textarea h2::after {
      content: "";
      max-width: 120px;
      width: 10vw;
      height: 1px;
      background: #33a86e;
      position: absolute;
      left: 0;
      bottom: -1px; }
  #convenient section .contents_block_inner .textarea p {
    font-size: 13px; }
    @media print, screen and (min-width: 767px) {
      #convenient section .contents_block_inner .textarea p {
        font-size: 14px; } }
    #convenient section .contents_block_inner .textarea p span {
      font-weight: bold;
      font-size: 111%; }
#convenient section .contents_block_inner .img_block {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }
  #convenient section .contents_block_inner .img_block .img_block_inner {
    max-width: 549px;
    width: 100%;
    margin: 1em auto; }
    @media print, screen and (min-width: 767px) {
      #convenient section .contents_block_inner .img_block .img_block_inner {
        width: 49%;
        margin: 0; } }
    #convenient section .contents_block_inner .img_block .img_block_inner.img_one {
      width: 100%;
      max-width: 700px; }
      @media print, screen and (min-width: 767px) {
        #convenient section .contents_block_inner .img_block .img_block_inner.img_one {
          width: 80%; } }
    #convenient section .contents_block_inner .img_block .img_block_inner span {
      font-size: 10px;
      text-align: left;
      letter-spacing: -0.5px;
      display: block;
      margin: 0.5em 0 0; }
      @media print, screen and (min-width: 767px) {
        #convenient section .contents_block_inner .img_block .img_block_inner span {
          font-size: 12px; } }
      #convenient section .contents_block_inner .img_block .img_block_inner span a {
        font-size: 84%;
        display: block;
        letter-spacing: 0; }
    @media print, screen and (min-width: 767px) {
      #convenient section .contents_block_inner .img_block .img_block_inner:nth-of-type(2) {
        margin-left: 2%; } }
    #convenient section .contents_block_inner .img_block .img_block_inner .textarea_block {
      display: block;
      border: 1px solid #33a86e;
      box-sizing: border-box;
      padding: 20px 25px; }
      @media print, screen and (min-width: 767px) {
        #convenient section .contents_block_inner .img_block .img_block_inner .textarea_block {
          max-height: 341px;
          height: 23vw;
          padding: 40px 25px; } }
      #convenient section .contents_block_inner .img_block .img_block_inner .textarea_block h3 {
        font-size: 18px;
        font-weight: normal;
        padding-left: 1.5em;
        margin-bottom: 1em;
        position: relative;
        line-height: 1; }
        @media print, screen and (min-width: 767px) {
          #convenient section .contents_block_inner .img_block .img_block_inner .textarea_block h3 {
            font-size: 20px; } }
        #convenient section .contents_block_inner .img_block .img_block_inner .textarea_block h3::before {
          content: "";
          width: 1em;
          height: 1em;
          background: #33a86e;
          border-radius: 50px;
          position: absolute;
          left: 0; }
      #convenient section .contents_block_inner .img_block .img_block_inner .textarea_block a {
        margin: 2.5em 0 0;
        display: block; }

#lobby #article_header .page_info .fukidashi + p::before {
  background: url(../../assets/images/character_head03.png) no-repeat;
  background-size: contain;
  background-position: center; }
#lobby > section:not(:last-of-type) {
  margin-bottom: 40px; }
#lobby .subheading {
  font-size: 12px;
  letter-spacing: 0; }
  @media print, screen and (min-width: 767px) {
    #lobby .subheading {
      font-size: 14px; } }
#lobby section .contents_block .text_block {
  margin: 20px 0;
  position: relative; }
  @media print, screen and (min-width: 767px) {
    #lobby section .contents_block .text_block {
      margin: 40px 0;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  #lobby section .contents_block .text_block p {
    max-width: 454px;
    width: 100%;
    padding: 16px 0;
    margin: 10px auto;
    text-align: center;
    border-radius: 16px;
    border: 3px solid;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
    display: block; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .text_block p {
        border: 5px solid;
        height: 123px;
        line-height: 118px;
        width: 40%;
        font-size: 24px;
        margin: 0;
        padding: 0;
        display: inline-block; } }
    #lobby section .contents_block .text_block p:nth-of-type(2) {
      margin-top: 50px; }
      @media print, screen and (min-width: 767px) {
        #lobby section .contents_block .text_block p:nth-of-type(2) {
          margin-top: 0; } }
  #lobby section .contents_block .text_block.block_cross::before, #lobby section .contents_block .text_block.block_cross::after {
    content: "";
    width: 5px;
    height: 17%;
    background: #33a86e;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg); }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .text_block.block_cross::before, #lobby section .contents_block .text_block.block_cross::after {
        height: 70%; } }
  #lobby section .contents_block .text_block.block_cross::after {
    transform: rotate(-45deg); }
  #lobby section .contents_block .text_block.block_arrow p {
    max-width: 454px;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .text_block.block_arrow p {
        padding: 30px 0;
        width: 40%;
        font-size: 18px;
        margin: 0;
        height: auto;
        line-height: 1.6; } }
    #lobby section .contents_block .text_block.block_arrow p:nth-of-type(2) {
      margin-top: 50px; }
      @media print, screen and (min-width: 767px) {
        #lobby section .contents_block .text_block.block_arrow p:nth-of-type(2) {
          margin-top: 0; } }
  #lobby section .contents_block .text_block.block_arrow::before {
    content: "";
    max-width: 135px;
    max-height: 78px;
    width: 15%;
    height: 10%;
    background: url(../../assets/images/icon_middle_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .text_block.block_arrow::before {
        width: 50%;
        height: 40%;
        transform: rotate(-90deg); } }
#lobby section .contents_block .icon_ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 0 25px 25px; }
  @media print, screen and (min-width: 767px) {
    #lobby section .contents_block .icon_ttl {
      font-size: 24px;
      margin: 0 0 25px; } }
  #lobby section .contents_block .icon_ttl::before {
    content: "";
    max-width: 66px;
    max-height: 63px;
    width: 10vw;
    height: 9vw;
    background: url(../../assets/images/character_icon_sm01.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin: 0 0.5em -0.35em 0; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .icon_ttl::before {
        margin: 0 0.5em -0.65em 0; } }
  #lobby section .contents_block .icon_ttl + p {
    margin: 0 25px 0; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .icon_ttl + p {
        margin: 0; } }
#lobby section .contents_block dl {
  border-radius: 16px;
  border: 2px solid;
  overflow: hidden;
  margin: 40px 0; }
  #lobby section .contents_block dl dt {
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    padding: 15px 20px;
    text-align: center;
    color: #fff; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block dl dt {
        padding: 19px 72px;
        line-height: 43px; } }
  #lobby section .contents_block dl dd {
    padding: 20px; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      #lobby section .contents_block dl dd {
        padding: 42px 52px; } }
    @media only screen and (min-width: 1024px) {
      #lobby section .contents_block dl dd {
        padding: 40px 72px; } }
    #lobby section .contents_block dl dd h3 {
      font-size: 14px;
      font-weight: bold;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      @media only screen and (min-width: 1024px) {
        #lobby section .contents_block dl dd h3 {
          font-size: 16px; } }
      #lobby section .contents_block dl dd h3::before {
        content: "";
        max-width: 17px;
        max-height: 17px;
        width: 13vw;
        height: 13vw;
        display: block;
        background: #33a86e;
        margin: 0.45em 0.5em 0 0;
        border-radius: 50px; }
#lobby section .contents_block .dl_two_block {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 14vw; }
  @media only screen and (min-width: 1024px) {
    #lobby section .contents_block .dl_two_block {
      padding-top: 140px; } }
  #lobby section .contents_block .dl_two_block::before {
    content: "";
    max-width: 135px;
    max-height: 78px;
    width: 25%;
    height: 5%;
    background: url(../../assets/images/icon_middle_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .dl_two_block::before {
        width: 50%;
        height: 40%;
        left: 17%;
        right: auto;
        top: 25px; } }
  @media print, screen and (min-width: 767px) {
    #lobby section .contents_block .dl_two_block::after {
      content: "";
      max-width: 135px;
      max-height: 78px;
      width: 50%;
      height: 40%;
      background: url(../../assets/images/icon_middle_arrow.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      top: 25px;
      right: 17%;
      margin: auto; } }
  #lobby section .contents_block .dl_two_block dl {
    width: 100%;
    margin: 20px 0; }
    @media print, screen and (min-width: 767px) {
      #lobby section .contents_block .dl_two_block dl {
        width: 48.5%;
        margin: 0; } }
    #lobby section .contents_block .dl_two_block dl dt {
      font-size: clamp(1.8rem, 4vw, 1.6rem);
      padding: 15px 0;
      display: table;
      width: 100%; }
      @media print, screen and (min-width: 767px) {
        #lobby section .contents_block .dl_two_block dl dt {
          padding: 15px 0px;
          line-height: 34px; } }
      #lobby section .contents_block .dl_two_block dl dt span {
        display: table-cell;
        vertical-align: middle; }
    #lobby section .contents_block .dl_two_block dl dd {
      padding: 20px; }
      @media only screen and (min-width: 767px) and (max-width: 1024px) {
        #lobby section .contents_block .dl_two_block dl dd {
          padding: 15px 20px; } }
      @media only screen and (min-width: 1024px) {
        #lobby section .contents_block .dl_two_block dl dd {
          padding: 20px 30px; } }
      #lobby section .contents_block .dl_two_block dl dd .fukidashi_right.fukidashi_small p {
        font-size: 88%; }
#lobby section .container[data-size="1120"] {
  margin-top: 16vw;
  width: 80%; }
  @media only screen and (min-width: 1024px) {
    #lobby section .container[data-size="1120"] {
      margin-top: 130px; } }
#lobby section .fukidashi_right {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media print, screen and (min-width: 767px) {
    #lobby section .fukidashi_right {
      margin: 40px auto 0; } }
  #lobby section .fukidashi_right img {
    width: 25%;
    max-width: 118px; }
    @media print, screen and (min-width: 767px) {
      #lobby section .fukidashi_right img {
        width: auto; } }
  #lobby section .fukidashi_right p {
    padding: 12px 18px;
    position: relative;
    border-radius: 8px;
    text-align: left;
    margin-left: 25px;
    font-size: 13px; }
    @media print, screen and (min-width: 767px) {
      #lobby section .fukidashi_right p {
        padding: 12px 24px;
        margin-left: 30px;
        font-size: 18px; } }
    #lobby section .fukidashi_right p::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -14px;
      margin: auto;
      width: 0;
      height: 0;
      border-right: 18px solid #ffd83c;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  #lobby section .fukidashi_right.fukidashi_small p {
    font-size: 12px; }
    @media print, screen and (min-width: 767px) {
      #lobby section .fukidashi_right.fukidashi_small p {
        font-size: 16px; } }
    #lobby section .fukidashi_right.fukidashi_small p::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -14px;
      margin: auto;
      width: 0;
      height: 0;
      border-right: 18px solid #ffd83c;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
#lobby section .example {
  margin: 20px 0;
  padding: 20px 10px;
  border-radius: 4px; }
  @media print, screen and (min-width: 767px) {
    #lobby section .example {
      padding: 20px 33px; } }
  #lobby section .example p {
    font-size: 14px; }
    @media print, screen and (min-width: 767px) {
      #lobby section .example p {
        font-size: 16px; } }
  #lobby section .example .list {
    margin: 12px 12px 0; }
    #lobby section .example .list li {
      margin-bottom: 0; }
#lobby aside {
  margin-top: 16vw; }
  @media only screen and (min-width: 1024px) {
    #lobby aside {
      margin-top: 130px; } }
  #lobby aside .container[data-size="1120"] {
    width: calc(100% - 30px); }
  #lobby aside p {
    text-align: left; }
    @media print, screen and (min-width: 767px) {
      #lobby aside p {
        text-align: center; } }
  #lobby aside .link {
    max-width: 547px;
    margin-top: 37px; }

#backup #article_header .page_info .fukidashi + p::before {
  background: url(../../assets/images/character_head03.png) no-repeat;
  background-size: contain;
  background-position: center; }
#backup > section:not(:last-of-type) {
  margin-bottom: 40px; }
#backup .center {
  font-size: 12px;
  text-align: left; }
  @media print, screen and (min-width: 767px) {
    #backup .center {
      font-size: 16px;
      text-align: center; } }
#backup section .contents_block .text_block {
  margin: 20px 0;
  position: relative; }
  @media print, screen and (min-width: 767px) {
    #backup section .contents_block .text_block {
      margin: 40px 0;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  #backup section .contents_block .text_block p {
    max-width: 454px;
    width: 100%;
    padding: 10px 0;
    margin: 10px auto;
    text-align: center;
    border-radius: 16px;
    border: 3px solid;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    display: block; }
    @media print, screen and (min-width: 767px) {
      #backup section .contents_block .text_block p {
        border: 5px solid;
        width: 40%;
        font-size: 16px;
        margin: 0;
        display: inline-block;
        padding: 23px 0; } }
    #backup section .contents_block .text_block p:nth-of-type(2) {
      margin-top: 50px; }
      @media print, screen and (min-width: 767px) {
        #backup section .contents_block .text_block p:nth-of-type(2) {
          margin-top: 0; } }
  #backup section .contents_block .text_block.block_plus::before, #backup section .contents_block .text_block.block_plus::after {
    content: "";
    width: 3px;
    height: 12%;
    background: #33a86e;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media print, screen and (min-width: 767px) {
      #backup section .contents_block .text_block.block_plus::before, #backup section .contents_block .text_block.block_plus::after {
        width: 5px;
        height: 50%; } }
  #backup section .contents_block .text_block.block_plus::after {
    transform: rotate(-90deg); }
#backup section .contents_block .backup_block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding-bottom: 15vw;
  position: relative; }
  @media print, screen and (min-width: 767px) {
    #backup section .contents_block .backup_block {
      margin: 50px 0 0;
      padding-bottom: 155px; } }
  #backup section .contents_block .backup_block::after {
    content: "";
    max-width: 182px;
    max-height: 105px;
    width: 23%;
    height: 6%;
    background: url(../../assets/images/icon_middle_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto; }
    @media print, screen and (min-width: 767px) {
      #backup section .contents_block .backup_block::after {
        width: 50%;
        height: 40%;
        bottom: 5px; } }
  #backup section .contents_block .backup_block .backup_block_inner {
    width: 100%;
    border: 3px solid;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 10px auto; }
    @media print, screen and (min-width: 767px) {
      #backup section .contents_block .backup_block .backup_block_inner {
        width: 48%;
        margin: 0;
        padding: 25px 30px; } }
    #backup section .contents_block .backup_block .backup_block_inner h3 {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 20px;
      line-height: 1.4;
      letter-spacing: 0; }
      @media print, screen and (min-width: 767px) {
        #backup section .contents_block .backup_block .backup_block_inner h3 {
          font-size: 20px; } }
      #backup section .contents_block .backup_block .backup_block_inner h3 > span {
        display: block;
        font-size: 75%;
        margin: 0 0 15px; }
        #backup section .contents_block .backup_block .backup_block_inner h3 > span span {
          display: inline-block;
          padding: 3px 1em;
          border-radius: 50px; }
#backup section .contents_block .green_back_block {
  background: #E6FBF0;
  padding: 25px 20px;
  border-radius: 16px;
  margin: 30px 0 0; }
  @media print, screen and (min-width: 767px) {
    #backup section .contents_block .green_back_block {
      padding: 20px 50px;
      margin: 50px 0 0; } }
#backup section .contents_block dl {
  border-radius: 16px;
  border: 2px solid;
  overflow: hidden;
  margin: 0 0 20px; }
  @media print, screen and (min-width: 767px) {
    #backup section .contents_block dl {
      margin: 40px 0; } }
  #backup section .contents_block dl dt {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    padding: 10px 17px;
    letter-spacing: 0;
    font-feature-settings: "palt"; }
    @media print, screen and (min-width: 767px) {
      #backup section .contents_block dl dt {
        padding: 19px 72px;
        line-height: 43px;
        text-align: center; } }
  #backup section .contents_block dl dd {
    padding: 20px; }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
      #backup section .contents_block dl dd {
        padding: 22px 52px 42px; } }
    @media only screen and (min-width: 1024px) {
      #backup section .contents_block dl dd {
        padding: 30px 50px 60px; } }
    #backup section .contents_block dl dd h3 {
      font-size: 13px;
      font-weight: bold;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      @media only screen and (min-width: 1024px) {
        #backup section .contents_block dl dd h3 {
          font-size: 16px; } }
      #backup section .contents_block dl dd h3::before {
        content: "";
        max-width: 17px;
        max-height: 17px;
        width: 13vw;
        height: 13vw;
        display: block;
        background: #33a86e;
        margin: 0.45em 0.5em 0 0;
        border-radius: 50px; }
    #backup section .contents_block dl dd > p {
      font-size: 12px; }
      @media print, screen and (min-width: 767px) {
        #backup section .contents_block dl dd > p {
          font-size: 16px; } }
#backup section .contents_block .dl_two_block {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 10px 0 10px; }
  @media print, screen and (min-width: 767px) {
    #backup section .contents_block .dl_two_block {
      margin: 30px 0 10px; } }
  #backup section .contents_block .dl_two_block::before {
    content: "";
    max-width: 115px;
    max-height: 118px;
    width: 16vw;
    height: 16vw;
    background: url(../../assets/images/icon_cycle.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
    @media print, screen and (min-width: 767px) {
      #backup section .contents_block .dl_two_block::before {
        width: 9vw;
        height: 9vw; } }
  #backup section .contents_block .dl_two_block dl {
    width: 100%;
    margin: 20px 0 2em;
    border: none;
    border-radius: 0;
    padding: 0 0 2em;
    position: relative;
    display: flex; }
    @media print, screen and (min-width: 767px) {
      #backup section .contents_block .dl_two_block dl {
        width: 46%;
        max-width: 381px;
        display: inline-block;
        margin: 0; } }
    #backup section .contents_block .dl_two_block dl:last-of-type {
      margin-bottom: 0; }
    #backup section .contents_block .dl_two_block dl dt {
      font-size: 12px;
      padding: 0 0.5em;
      width: 8vw;
      line-height: 1.6;
      border-radius: 4px;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: center;
      margin-right: 1em;
      max-width: 1.5em; }
      @media print, screen and (min-width: 767px) {
        #backup section .contents_block .dl_two_block dl dt {
          width: 100%;
          max-width: 100%;
          padding: 3px 0px;
          font-size: 14px;
          margin-right: 0;
          writing-mode: initial; } }
    #backup section .contents_block .dl_two_block dl dd {
      padding: 0;
      position: relative; }
      #backup section .contents_block .dl_two_block dl dd p {
        padding: 20px 15px;
        font-size: 12px;
        width: 100%;
        display: table;
        box-sizing: border-box;
        margin: 0px 0 10px;
        border-radius: 4px; }
        @media print, screen and (min-width: 767px) {
          #backup section .contents_block .dl_two_block dl dd p {
            margin: 10px 0;
            padding: 15px 30px;
            font-size: 14px; } }
        #backup section .contents_block .dl_two_block dl dd p span {
          display: table-cell;
          vertical-align: middle; }
        #backup section .contents_block .dl_two_block dl dd p:last-of-type {
          margin-bottom: 0; }
          @media print, screen and (min-width: 767px) {
            #backup section .contents_block .dl_two_block dl dd p:last-of-type {
              margin: 10px 0; } }
      #backup section .contents_block .dl_two_block dl dd > span {
        text-align: right;
        display: block;
        font-size: 12px;
        position: absolute;
        right: 0; }
        @media print, screen and (min-width: 767px) {
          #backup section .contents_block .dl_two_block dl dd > span {
            position: relative;
            right: auto; } }
#backup section .container[data-size="1120"] {
  margin-top: 16vw;
  width: 80%; }
  @media only screen and (min-width: 1024px) {
    #backup section .container[data-size="1120"] {
      margin-top: 130px; } }
#backup section .fukidashi_right {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column; }
  @media print, screen and (min-width: 767px) {
    #backup section .fukidashi_right {
      flex-flow: nowrap; } }
  #backup section .fukidashi_right img {
    width: 25%;
    max-width: 118px;
    order: 2; }
    @media print, screen and (min-width: 767px) {
      #backup section .fukidashi_right img {
        width: auto;
        order: 0; } }
  #backup section .fukidashi_right p {
    padding: 12px 18px;
    position: relative;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 25px;
    font-size: 14px;
    order: 1; }
    @media print, screen and (min-width: 767px) {
      #backup section .fukidashi_right p {
        padding: 12px 24px;
        margin-bottom: 0;
        margin-left: 30px;
        font-size: 18px; } }
    #backup section .fukidashi_right p::after {
      content: "";
      position: absolute;
      bottom: -14px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-right: 18px solid #ffd83c;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      transform: rotate(30deg); }
      @media print, screen and (min-width: 767px) {
        #backup section .fukidashi_right p::after {
          transform: none;
          top: 0;
          bottom: 0;
          left: -14px;
          right: auto; } }
  #backup section .fukidashi_right.fukidashi_small p {
    font-size: 10px;
    font-weight: bold; }
    @media print, screen and (min-width: 767px) {
      #backup section .fukidashi_right.fukidashi_small p {
        font-size: 14px; } }
#backup aside {
  margin-top: 16vw; }
  @media only screen and (min-width: 1024px) {
    #backup aside {
      margin-top: 130px; } }
  #backup aside .container[data-size="1120"] {
    width: calc(100% - 30px); }
  #backup aside p {
    text-align: left; }
    @media print, screen and (min-width: 767px) {
      #backup aside p {
        text-align: center; } }
  #backup aside .link {
    max-width: 547px;
    margin-top: 37px; }
