@charset "UTF-8";


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

li {
  list-style: none;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
img {
  vertical-align: bottom;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
  color: #222;
  overflow-anchor: none;
}

body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
  /*
  transition: opacity $anime;
  &:hover {
    opacity: 0.9;
  }
  */
}

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

sup {
  vertical-align: super;
  font-size: inherit;
}

main {
  display: block;
}

.is-hide {
  display: none;
  position: fixed;
  left: -10000px;
  top: -10000px;
  text-indent: -1000px;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: -100000;
}

a[href^=mailto] {
  display: inline-block;
  text-decoration: underline;
  color: #2ca3db;
}

.l-wrap, .l-wrap--s {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 1.5rem 8.5% 1.5rem 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  z-index: 9999;
}

.l-header_logo {
  width: 72px;
  height: auto;
}

.l-header_hamburger {
  display: none;
}

.l-footer_copyright {
  padding: 2.2rem 0;
  background-color: #56bceb;
  font-size: 1.4rem;
}

.l-footer_copyright > * {
  display: block;
}

.l-footer_cont {
  padding: 4rem 0 2rem;
}

.l-footer_logo {
  width: 116px;
  margin: auto;
  margin: 0 auto 5.2rem;
}

.l-footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer_link {
  text-decoration: underline;
  font-size: 1.4rem;
  margin: 0 1rem;
}

.l-footer_survey {
  margin-bottom: 6rem;
}

.l-footer_survey_ttl {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.l-footer_survey_link {
  line-height: 2.5;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.l-mv {
  position: relative;
  margin: 8rem 0 -6rem 0;
}

.l-mv img {
  width: 100%;
}

.l-mv_txt {
  font-size: 1.4rem;
  position: absolute;
  margin-left: .5em;
  left: 0;
  bottom: 7%;
  text-align: left;
}

.c-section {
  padding: 3rem 0;
}

.c-section--s {
  padding: 4rem 0;
}

.c-section--m {
  padding: 4.5rem 0 8rem;
}

.c-section--l {
  padding: 6rem 0;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-row_item, .c-row_item-2, .c-row_item-4 {
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.c-row_item-2 {
  width: 50%;
}

.c-row_item-4 {
  width: 25%;
}

.c-ttl, .c-ttl--gray, .c-ttl--l {
  position: relative;
  margin-bottom: 4.8rem;
  padding-top: 80px;
  font-size: 4rem;
  font-weight: bold;
  z-index: 1;
}

.c-ttl::after, .c-ttl--gray::after, .c-ttl--l::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 165px;
  height: 134px;
  background-image: url(../img/common/icon_cup.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}

.c-ttl--gray::after {
  background-image: url(../img/common/icon_cup_gray.svg);
}

.c-ttl--l {
  padding-top: 87px;
}

.c-ttl--l::after {
  bottom: 60px;
  width: 107px;
  height: 87px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.c-hamburger {
  padding: 0;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.c-hamburger:hover {
  opacity: 0.7;
}

.c-hamburger.is-active:hover {
  opacity: 0.7;
}

.c-hamburger.is-active .c-hamburger-inner,
.c-hamburger.is-active .c-hamburger-inner::before,
.c-hamburger.is-active .c-hamburger-inner::after {
  background-color: #222;
}

.c-hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.c-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.c-hamburger-inner, .c-hamburger-inner::before, .c-hamburger-inner::after {
  width: 25px;
  height: 1px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.c-hamburger-inner::before, .c-hamburger-inner::after {
  content: "";
  display: block;
}

.c-hamburger-inner::before {
  top: -10px;
}

.c-hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
.c-hamburger--squeeze .c-hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.c-hamburger--squeeze .c-hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.c-hamburger--squeeze .c-hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.c-hamburger--squeeze.is-active .c-hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-hamburger--squeeze.is-active .c-hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.c-hamburger--squeeze.is-active .c-hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-anchors {
  margin-bottom: -1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-anchors_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.2rem;
}

.c-anchors_item + * {
  margin-left: 2rem;
}

.c-anchors_link {
  font-weight: bold;
  font-size: 1.4rem;
}

.c-anchors_arrow {
  position: relative;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 1.8rem;
  height: 1.8rem;
}

.c-anchors_arrow::before, .c-anchors_arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-anchors_arrow::before {
  background-color: #2ca3db;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.c-anchors_arrow::after {
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-table, .c-table--2cols {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
}

.c-table_row:nth-child(2n) {
  background-color: #f0f8ff;
}

.c-table_th, .c-table_td {
  border: 1px solid #8bc5ff;
}

.c-table_th {
  padding: 1rem;
  white-space: nowrap;
  width: 1%;
  min-width: 94px;
}

.c-table_td {
  padding: 1rem 1.5rem;
  text-align: left;
  width: 49%;
}

.c-table--2cols .c-table_td {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-tabList_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tabList_tab {
  position: relative;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 3rem;
  height: 9rem;
}

.c-tabList_tab.is-active::after {
  opacity: 1;
}

.c-tabList_tab.is-active .c-tabList_tabBtn::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
      -ms-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
}

.c-tabList_tab:first-child {
  color: #fff;
  background-color: #2ca3db;
}

.c-tabList_tab:first-child::after {
  border-top-color: #2ca3db;
}

.c-tabList_tab:first-child .c-tabList_tabBtn::after {
  border-color: #2ca3db;
}

.c-tabList_tab:last-child {
  background-color: #f6f066;
}

.c-tabList_tab:last-child::after {
  border-top-color: #f6f066;
}

.c-tabList_tab::after {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1.5rem solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-tabList_tabBtn {
  margin: 0 4rem 0 -7.5rem;
  display: block;
  background-color: #fff;
  border: none;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-tabList_tabBtn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateX(-25%) rotate(-45deg);
      -ms-transform: translateX(-25%) rotate(-45deg);
          transform: translateX(-25%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-tabList_inner, .c-tabList_inner--2cols {
  background-color: #fff;
  padding: 0 3.2rem 8rem;
}

.c-tabList_inner--2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.c-tabList_inner--2cols > * {
  width: 50%;
  padding: 6rem 4.8rem;
}

.c-tabList_inner--2cols > :first-child {
  border-right: 1px solid #222;
}

.c-tabList_block, .c-tabList_block--s {
  position: relative;
  padding: 3.2rem 9% 4rem;
  border-bottom: 1px solid #8bc5ff;
}

.c-tabList_blockHead {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tabList_blockBody {
  margin: 1.6rem 0 2.4rem;
}

.c-tabList_block .c-toggleBtn, .c-tabList_block--s .c-toggleBtn {
  position: absolute;
  right: 0;
  bottom: 2rem;
}

.c-tabList_block--s {
  border-bottom: none;
  padding: 6rem 9% 8rem;
}

.c-tabList_block--s .c-toggleBtn {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  right: 0;
  bottom: unset;
  left: unset;
  margin-left: auto;
  margin-bottom: -35px;
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}

.c-tabList_icon {
  width: 108px;
  margin: 0 2rem 0 0;
}

.c-tabList_ttl {
  font-size: 2.4rem;
}

.c-tabList_data {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.c-tabList_data.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.c-tabList_anchor {
  margin-left: auto;
  color: #2ca3db;
}

.c-dataList, .c-dataList--l {
  border: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.c-dataList_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  border-right: 1px solid #222;
  padding: 3rem 2rem;
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-dataList_cont {
  font-size: 1.6rem;
  padding: 2rem 4.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-dataList--l .c-dataList_ttl {
  padding: 3rem 4rem;
}

.c-dataList--l .c-dataList_cont {
  font-size: 2rem;
  padding: 6rem 3rem;
}

.c-dataList [data-ruby], .c-dataList--l [data-ruby] {
  position: relative;
  top: 1rem;
}

.c-dataList [data-ruby]::before, .c-dataList--l [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.2rem;
  white-space: nowrap;
}

.c-dataList rb, .c-dataList--l rb {
  white-space: nowrap;
}

.c-dataList rt, .c-dataList--l rt {
  display: none;
}

.c-iframe {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.c-iframe > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.c-iframe_list > * + * {
  margin: 10rem 0 0;
}

.c-iframe_cap {
  font-weight: bold;
  margin-bottom: 2rem;
  margin: 0 0 2rem;
}

.c-iframe_capMain {
  font-size: 2.4rem;
}

.c-iframe_capSub {
  font-size: 1.8rem;
}

.c-iframe_footer {
  background-color: #d8d8d8;
  margin-top: 1rem;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-icon::after, .c-icon-outer::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: .75em;
}

.c-icon-outer::after {
  background-image: url(../img/common/icon_outer.svg);
  width: 21px;
  height: 18px;
}

.c-cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-cardList .c-card {
  width: 29.5%;
}

.c-card {
  padding: 4rem 3rem 2rem;
  background-color: #751485;
  border: 2px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-card_head {
  font-weight: bold;
}

.c-card_head :first-child {
  font-size: 1.8rem;
  height: 3em;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-card_head :last-child {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

.c-card_ttl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
  font-size: 3rem;
  font-weight: bold;
}

.c-card_btn {
  margin: 5rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  text-decoration: underline;
}

.c-btn {
  position: relative;
  background-color: #f6cc66;
  display: block;
  border: 2px solid #222;
  font-weight: bold;
  font-size: 4rem;
  padding: 3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: 4rem;
}

.c-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f6f066));
  background: -o-linear-gradient(transparent 70%, #f6f066 0%);
  background: linear-gradient(transparent 70%, #f6f066 0%);
  display: inline;
}

.c-coming {
  padding: 3rem;
  background-color: #fff;
}

.c-coming > * {
  margin: auto;
}

.c-comment {
  font-size: 2rem;
  border: 2px solid #222;
  background-color: #f0f8ff;
  padding: 2rem;
  text-align: left;
}

.c-comment + .c-comment {
  margin: 4rem 0 0;
}

.c-comment_info {
  margin: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-comment_info > * + * {
  margin-left: 1em;
}

.c-comment_logo > img {
  max-width: 10rem;
  max-height: 6rem;
}

.c-comment_name {
  font-weight: bold;
}

.c-comment a {
  color: #2ca3db;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-comment a:hover {
  opacity: 0.8;
}

.c-bg-curtain {
  background-image: url(../img/index/bg_curtain_top.svg), url(../img/index/bg_curtain_left.svg), url(../img/index/bg_curtain_right.svg), url(../img/index/bg_flakes.svg), url(../img/index/bg_flakes.svg);
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto auto, auto auto, auto auto, auto auto, auto auto;
  background-position: 50% 0, 0 0, 100% 0, 0.5% 1100px, 99.5% 1100px;
}

.c-txt-frame {
  border: 5px solid #2f4075;
  border-radius: 3rem;
  padding: 0.4rem 1.5rem;
  background-color: #fff;
  display: inline-block;
}

.c-toggleBtn {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #2ca3db;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-toggleBtn:hover {
  opacity: 0.8;
}

.c-toggleBtn::before, .c-toggleBtn::after {
  content: "";
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}

.c-toggleBtn::before {
  width: 2px;
  height: 15px;
}

.c-toggleBtn::after {
  width: 15px;
  height: 2px;
}

.c-toggleBtn.is-active::before {
  display: none;
}

.js-slideDown_wrap {
  -webkit-transition: height 1s ease-out;
  -o-transition: height 1s ease-out;
  transition: height 1s ease-out;
  height: auto;
  overflow: hidden;
}

.c-modal {
  max-width: 870px;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-modal.is-active {
  pointer-events: auto;
  opacity: 1;
}

.c-modal_overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-modal_overlay.is-active {
  pointer-events: auto;
  opacity: 1;
}

.c-modal_close {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  background-color: #751485;
}

.c-modal_close:before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal_close:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal_cont {
  width: 100%;
  max-height: 95vh;
  overflow: auto;
  background-color: #fff;
  border: 2.4rem solid #751485;
  padding: 6rem 10rem;
}

.c-modal_cont iframe {
  width: 100%;
  height: 100%;
}

.c-modal_ttl {
  color: #751485;
  font-size: 3.2rem;
  padding: 0 0 0.8em;
  margin: 0 0 0.9em;
  display: inline-block;
  width: 6.5em;
  border-bottom: 1px solid #751485;
  font-weight: bold;
}

.c-modal_txt {
  font-size: 2rem;
  line-height: 2;
  text-align: left;
}

.c-modal_author {
  font-size: 2.4rem;
  margin: 6.4rem 0 0;
  text-align: right;
  font-weight: bold;
}

.c-pdfCard {
  text-align: center;
}

.c-pdfCard--disabled {
  position: relative;
}

.c-pdfCard--disabled::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f0f0f0;
}

.c-pdfCard--coming {
  position: relative;
}

.c-pdfCard--coming::after {
  content: "Coming soon";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 3rem #fff;
          box-shadow: inset 0 0 0 3rem #fff;
  background-color: rgba(180, 180, 180, 0.99);
  font-size: 3rem;
}

.c-pdfCard_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.c-pdfCard_list .c-pdfCard {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-pdfCard_inner {
  border: 1px solid #000;
  padding: 3rem 2rem;
  background-color: #fff;
  position: relative;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  height: 100%;
}

.c-pdfCard_inner:hover {
  opacity: 0.8;
}

.c-pdfCard_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid #2CA3DB;
  padding-bottom: .3em;
  margin: 0 3rem .3em;
}

.c-pdfCard_txt {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.c-pdfCard_img {
  width: 65%;
  height: auto;
  margin: auto;
}

.c-pdfCard_icon {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 2rem;
  bottom: 3rem;
}

.c-tag {
  line-height: 2;
  background-color: #8bc5ff;
  padding: 0 1em;
  font-weight: bold;
}

.c-tagGroup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
}

.c-tagGroup_item {
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 2.5;
  padding: 0 1em;
  white-space: nowrap;
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  background-color: #FFF0CC;
  padding: 2em;
}

.c-column_ttlBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.c-column_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.c-column_subttl {
  font-weight: bold;
  margin-top: 1em;
}

.c-column_img {
  margin: auto;
}

.c-column_txt {
  font-size: 1.6rem;
  line-height: 2;
}

.p-speech {
  background-image: url(../img/common/bg_texture.jpg);
}

.u-bg-main {
  background-color: #c7e3ff;
}

.u-bg-secondary {
  background-color: #f0f0f0;
}

.u-fz-16 {
  font-size: 1.6rem;
}

.u-fz-20 {
  font-size: 2rem;
}

.u-fz-24 {
  font-size: 2.4rem;
}

.u-fz-26 {
  font-size: 2.6rem;
}

.u-font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.u-txt-bold {
  font-weight: bold !important;
}

.u-txt-nowrap {
  white-space: nowrap;
}

.u-txt-main {
  color: #2ca3db;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-w-100p {
  width: 100% !important;
}

.u-bdr {
  border-right: 1px solid #222 !important;
}

.u-bd {
  border: 1px solid #222 !important;
}

.u-pointer-auto {
  cursor: auto !important;
}

.u-lh-30 {
  line-height: 3rem !important;
}

.u-d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .l-wrap, .l-wrap--s {
    max-width: 1064px;
  }
  .l-wrap--s {
    max-width: 860px;
  }
  .c-anchors {
    max-width: 620px;
  }
  .c-anchors_link:hover .c-anchors_arrow::before {
    background-color: #f6cc66;
  }
  .c-table--2cols .c-table_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-table--2cols .c-table_row {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-table--2cols .c-table_row:nth-child(4n-2) {
    background-color: #fff;
  }
  .c-table--2cols .c-table_row:nth-child(4n-3) {
    background-color: #fff;
  }
  .c-table--2cols .c-table_row:nth-child(4n) {
    background-color: #f0f8ff;
  }
  .c-table--2cols .c-table_row:nth-child(4n-1) {
    background-color: #f0f8ff;
  }
  .c-dataList--l .c-dataList_ttl {
    width: 40%;
  }
  .c-card:hover {
    background-color: #fff;
    color: #751485;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
  }
  .c-card:hover .c-card_ttl {
    border-color: #751485;
  }
  .c-card:hover .c-icon-outer::after {
    background-image: url(../img/common/icon_outer_purple.svg);
  }
  .c-btn:hover {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .l-wrap, .l-wrap--s {
    width: 91%;
    margin: 0 auto;
    padding: 0;
  }
  .l-header {
    padding: 1rem 3rem 1rem 2rem;
  }
  .l-header {
    height: 60px;
  }
  .l-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .l-header_logo {
    width: auto;
    height: 100%;
  }
  .l-header_hamburger.is-active ~ .l-header_menu {
    height: 480px;
  }
  .l-header_hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header_menu {
    height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.16);
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .l-footer_cont {
    padding: 2rem 0;
  }
  .l-footer_logo {
    margin: 0 auto 2rem;
  }
  .l-footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer_link {
    margin: 0.5rem auto;
  }
  .l-footer_survey {
    margin-bottom: 4rem;
  }
  .l-footer_survey_ttl {
    font-size: 1.8rem;
  }
  .l-mv {
    margin: 6rem 0 0;
  }
  .l-mv_txt {
    position: static;
  }
  .c-section--s {
    padding: 3rem 0;
  }
  .c-section--m {
    padding: 3rem 0;
  }
  .c-section--l {
    padding: 3rem 0;
  }
  .c-row_item, .c-row_item-2, .c-row_item-4 {
    margin-bottom: 2rem;
  }
  .c-row_item-2 {
    width: 100%;
  }
  .c-row_item-4 {
    width: 50%;
  }
  .c-ttl, .c-ttl--gray, .c-ttl--l {
    margin-bottom: 3rem;
  }
  .c-ttl, .c-ttl--gray, .c-ttl--l {
    padding-top: 50px;
  }
  .c-ttl, .c-ttl--gray, .c-ttl--l {
    font-size: 2.6rem;
  }
  .c-ttl::after, .c-ttl--gray::after, .c-ttl--l::after {
    width: calc(165px * 0.6);
    height: calc(134px * 0.6);
  }
  .c-ttl--l {
    padding-top: 80px;
  }
  .c-ttl--l::after {
    bottom: 40px;
  }
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-anchors_item {
    width: 100%;
    position: relative;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    border-bottom: 1px solid #707070;
  }
  .c-anchors_link {
    font-size: 1.5rem;
  }
  .c-anchors_arrow {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.8rem;
  }
  .c-anchors_arrow::after {
    width: .8rem;
    height: .8rem;
    border-width: 2.5px;
  }
  .c-table, .c-table--2cols {
    font-size: 1.4rem;
  }
  .c-table_th {
    padding: 0.5rem;
  }
  .c-table_td {
    padding: 0.5rem 1rem;
  }
  .c-table--2cols .c-table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-table--2cols .c-table_th {
    width: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .c-table--2cols .c-table_td {
    width: calc(100% - 10rem);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-tabList_tab {
    font-size: 2rem;
  }
  .c-tabList_tab {
    height: 4.5rem;
  }
  .c-tabList_tab::after {
    border-width: 1rem;
    bottom: -2rem;
  }
  .c-tabList_tabBtn {
    margin: 0 1rem 0 0rem;
  }
  .c-tabList_tabBtn {
    width: 2rem;
    height: 2rem;
  }
  .c-tabList_tabBtn::after {
    width: 0.75rem;
    height: 0.75rem;
  }
  .c-tabList_inner, .c-tabList_inner--2cols {
    padding: 0 1.5rem 3rem;
  }
  .c-tabList_inner--2cols {
    padding: 0;
  }
  .c-tabList_inner--2cols > * {
    padding: 2rem 0.8rem;
  }
  .c-tabList_block, .c-tabList_block--s {
    padding: 2rem 0 5rem;
  }
  .c-tabList_blockHead {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-tabList_blockBody {
    margin: 1.6rem 0 1rem;
  }
  .c-tabList_block .c-toggleBtn, .c-tabList_block--s .c-toggleBtn {
    bottom: 1.5rem;
  }
  .c-tabList_block--s {
    padding: 2rem 0 5.5rem;
  }
  .c-tabList_block--s .c-toggleBtn {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    margin-bottom: 10px;
  }
  .c-tabList_icon {
    margin: 0 1rem 0 0;
  }
  .c-tabList_icon {
    width: 35%;
  }
  .c-tabList_ttl {
    font-size: 1.8rem;
  }
  .c-tabList_anchor {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 1rem;
  }
  .c-dataList, .c-dataList--l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-dataList > *, .c-dataList--l > * {
    width: 100%;
  }
  .c-dataList_ttl {
    border-bottom: 1px solid #222;
    border-right: none;
  }
  .c-dataList_cont {
    font-size: 1.4rem;
  }
  .c-dataList_cont {
    padding: 2rem;
  }
  .c-dataList--l .c-dataList_cont {
    font-size: 1.6rem;
  }
  .c-dataList--l .c-dataList_cont {
    padding: 2rem;
  }
  .c-iframe_list > * + * {
    margin: 3rem 0 0;
  }
  .c-iframe_cap {
    margin: 0 0 1rem;
  }
  .c-iframe_capMain {
    font-size: 1.4rem;
  }
  .c-iframe_capSub {
    font-size: 1.2rem;
  }
  .c-iframe_footer {
    padding: 0.5rem 0;
  }
  .c-iframe_footer {
    font-size: 1.2rem;
  }
  .c-cardList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-cardList .c-card {
    width: 100%;
  }
  .c-cardList .c-card + * {
    margin-top: 2rem;
  }
  .c-card {
    padding: 2rem 3rem 2rem;
  }
  .c-card_head :first-child {
    font-size: 1.6rem;
  }
  .c-card_head :last-child {
    font-size: 1.4rem;
  }
  .c-card_ttl {
    font-size: 2.4rem;
  }
  .c-card_btn {
    margin: 2.5rem 0 0;
  }
  .c-card_btn {
    font-size: 1.6rem;
  }
  .c-btn {
    font-size: 2.6rem;
  }
  .c-btn {
    padding: 1rem;
  }
  .c-btn::after {
    right: 2rem;
  }
  .c-coming > * {
    width: 60%;
  }
  .c-comment {
    font-size: 1.6rem;
  }
  .c-comment + .c-comment {
    margin: 2rem 0 0;
  }
  .c-comment_info {
    margin: 2rem 0 0;
  }
  .c-comment_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-comment_info > * + * {
    margin: .5rem 0 0;
  }
  .c-comment_logo > img {
    max-width: 6rem;
    max-height: 4rem;
  }
  .c-bg-curtain {
    background-image: url(../img/index/bg_curtain_top.svg), url(../img/index/bg_curtain_left.svg), url(../img/index/bg_curtain_right.svg);
    background-repeat: repeat-x, no-repeat, no-repeat;
    background-size: auto 200px, 210px auto, 210px auto;
    background-position: 50% 0, 0 0, 100% 0;
  }
  .c-txt-frame {
    padding: 0.4rem 0.5rem;
  }
  .c-txt-frame {
    border-radius: 1.5rem;
  }
  .c-modal {
    width: 90%;
    height: 70vh;
  }
  .c-modal_close {
    width: 60px;
    height: 60px;
  }
  .c-modal_cont {
    padding: 2rem;
  }
  .c-modal_cont {
    max-height: none;
    height: 100%;
    overflow: auto;
    border-width: 1.2rem;
  }
  .c-modal_ttl {
    font-size: 2.8rem;
  }
  .c-modal_txt {
    font-size: 1.6rem;
  }
  .c-modal_author {
    font-size: 2rem;
  }
  .c-modal_author {
    margin: 3.2rem 0 0;
  }
  .c-pdfCard--coming::after {
    -webkit-box-shadow: inset 0 0 0 1rem #fff;
            box-shadow: inset 0 0 0 1rem #fff;
    font-size: 2rem;
    content: "Coming \A soon";
    white-space: pre;
  }
  .c-pdfCard_list {
    gap: 2rem;
  }
  .c-pdfCard_inner {
    padding: 1rem;
  }
  .c-pdfCard_ttl {
    font-size: 1.2rem;
    margin: 0 0 .3em;
  }
  .c-pdfCard_txt {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    min-height: 3em;
  }
  .c-pdfCard_img {
    width: 100%;
  }
  .c-pdfCard_icon {
    position: static;
    margin-top: 1rem;
  }
  .c-tag {
    font-size: 1.4rem;
  }
  .c-tagGroup_item {
    line-height: 2;
    font-size: 1.6rem;
  }
  .c-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 1.5rem;
  }
  .c-column_txt {
    line-height: 1.5;
  }
  .u-fz-16 {
    font-size: 1.3rem;
  }
  .u-fz-20 {
    font-size: 1.6rem;
  }
  .u-fz-24 {
    font-size: 2rem;
  }
  .u-fz-26 {
    font-size: 2rem;
  }
  .u-mt-0 {
    margin-top: 0rem !important;
  }
  .u-mt-10 {
    margin-top: 0.5rem !important;
  }
  .u-mt-20 {
    margin-top: 1rem !important;
  }
  .u-mt-30 {
    margin-top: 1.5rem !important;
  }
  .u-mt-40 {
    margin-top: 2rem !important;
  }
  .u-mt-50 {
    margin-top: 2.5rem !important;
  }
  .u-mt-60 {
    margin-top: 3rem !important;
  }
  .u-mt-70 {
    margin-top: 3.5rem !important;
  }
  .u-mt-80 {
    margin-top: 4rem !important;
  }
  .u-mt-90 {
    margin-top: 4.5rem !important;
  }
  .u-mt-100 {
    margin-top: 5rem !important;
  }
  .u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-10 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-20 {
    margin-bottom: 1rem !important;
  }
  .u-mb-30 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-40 {
    margin-bottom: 2rem !important;
  }
  .u-mb-50 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-60 {
    margin-bottom: 3rem !important;
  }
  .u-mb-70 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-80 {
    margin-bottom: 4rem !important;
  }
  .u-mb-90 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-100 {
    margin-bottom: 5rem !important;
  }
  .u-ml-0 {
    margin-left: 0rem !important;
  }
  .u-ml-10 {
    margin-left: 0.5rem !important;
  }
  .u-ml-20 {
    margin-left: 1rem !important;
  }
  .u-ml-30 {
    margin-left: 1.5rem !important;
  }
  .u-ml-40 {
    margin-left: 2rem !important;
  }
  .u-ml-50 {
    margin-left: 2.5rem !important;
  }
  .u-ml-60 {
    margin-left: 3rem !important;
  }
  .u-ml-70 {
    margin-left: 3.5rem !important;
  }
  .u-ml-80 {
    margin-left: 4rem !important;
  }
  .u-ml-90 {
    margin-left: 4.5rem !important;
  }
  .u-ml-100 {
    margin-left: 5rem !important;
  }
  .u-mr-0 {
    margin-right: 0rem !important;
  }
  .u-mr-10 {
    margin-right: 0.5rem !important;
  }
  .u-mr-20 {
    margin-right: 1rem !important;
  }
  .u-mr-30 {
    margin-right: 1.5rem !important;
  }
  .u-mr-40 {
    margin-right: 2rem !important;
  }
  .u-mr-50 {
    margin-right: 2.5rem !important;
  }
  .u-mr-60 {
    margin-right: 3rem !important;
  }
  .u-mr-70 {
    margin-right: 3.5rem !important;
  }
  .u-mr-80 {
    margin-right: 4rem !important;
  }
  .u-mr-90 {
    margin-right: 4.5rem !important;
  }
  .u-mr-100 {
    margin-right: 5rem !important;
  }
  .u-pt-0 {
    padding-top: 0rem !important;
  }
  .u-pt-10 {
    padding-top: 0.5rem !important;
  }
  .u-pt-20 {
    padding-top: 1rem !important;
  }
  .u-pt-30 {
    padding-top: 1.5rem !important;
  }
  .u-pt-40 {
    padding-top: 2rem !important;
  }
  .u-pt-50 {
    padding-top: 2.5rem !important;
  }
  .u-pt-60 {
    padding-top: 3rem !important;
  }
  .u-pt-70 {
    padding-top: 3.5rem !important;
  }
  .u-pt-80 {
    padding-top: 4rem !important;
  }
  .u-pt-90 {
    padding-top: 4.5rem !important;
  }
  .u-pt-100 {
    padding-top: 5rem !important;
  }
  .u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-10 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-20 {
    padding-bottom: 1rem !important;
  }
  .u-pb-30 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-40 {
    padding-bottom: 2rem !important;
  }
  .u-pb-50 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-60 {
    padding-bottom: 3rem !important;
  }
  .u-pb-70 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-80 {
    padding-bottom: 4rem !important;
  }
  .u-pb-90 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-100 {
    padding-bottom: 5rem !important;
  }
  .u-pl-0 {
    padding-left: 0rem !important;
  }
  .u-pl-10 {
    padding-left: 0.5rem !important;
  }
  .u-pl-20 {
    padding-left: 1rem !important;
  }
  .u-pl-30 {
    padding-left: 1.5rem !important;
  }
  .u-pl-40 {
    padding-left: 2rem !important;
  }
  .u-pl-50 {
    padding-left: 2.5rem !important;
  }
  .u-pl-60 {
    padding-left: 3rem !important;
  }
  .u-pl-70 {
    padding-left: 3.5rem !important;
  }
  .u-pl-80 {
    padding-left: 4rem !important;
  }
  .u-pl-90 {
    padding-left: 4.5rem !important;
  }
  .u-pl-100 {
    padding-left: 5rem !important;
  }
  .u-pr-0 {
    padding-right: 0rem !important;
  }
  .u-pr-10 {
    padding-right: 0.5rem !important;
  }
  .u-pr-20 {
    padding-right: 1rem !important;
  }
  .u-pr-30 {
    padding-right: 1.5rem !important;
  }
  .u-pr-40 {
    padding-right: 2rem !important;
  }
  .u-pr-50 {
    padding-right: 2.5rem !important;
  }
  .u-pr-60 {
    padding-right: 3rem !important;
  }
  .u-pr-70 {
    padding-right: 3.5rem !important;
  }
  .u-pr-80 {
    padding-right: 4rem !important;
  }
  .u-pr-90 {
    padding-right: 4.5rem !important;
  }
  .u-pr-100 {
    padding-right: 5rem !important;
  }
  .u-mb-75 {
    margin-bottom: 3.75rem;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', Meiryo;
  }
}

@media (min-width: 1200px) {
  .l-mv_txt {
    bottom: 8%;
  }
}

@media screen and (min-width: 900px) {
  .u-pc-txt-nowrap {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=map/style.css.map */
