@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .about h1 {
    padding-left: 87px;
  }
  .about h1::before {
    width: 75px;
    height: 56px;
    background: url("../../images/themes/icon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 5px;
    top: -9px;
  }
  .about h1.activity {
    padding-left: 64px;
  }
  .about h1.activity::before {
    width: 55px;
    height: 51px;
    background: url("../../images/activity/icon_ttl.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: -3px;
    top: -7px;
  }
  .template {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 0 93px;
    flex-direction: column-reverse;
  }
  .template .left > h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #03a744;
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    padding: 22px 0 20px;
    margin-top: 50px;
  }
  .index > .left > figure {
    text-align: center;
    margin-top: 41px;
  }
  .index > .left > figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .index > .left .wrap dl {
    padding: 25px 0 0;
  }
  .index > .left .wrap dl:first-child {
    padding: 41px 0 0;
  }
  .index > .left .wrap dl dt {
    font-size: 2.4rem;
    line-height: 3.8rem;
    font-weight: bold;
    color: #000;
  }
  .index > .left .wrap dl dt span {
    color: #fe8524;
  }
  .index > .left .wrap dl dt small {
    display: inline-block;
    font-size: 1.8rem;
    color: #03a744;
    padding: 0 27px;
    position: relative;
    margin-left: 29px;
  }
  .index > .left .wrap dl dt small::before, .index > .left .wrap dl dt small::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 2px;
    background: #03a744;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .index > .left .wrap dl dt small::before {
    left: 0;
  }
  .index > .left .wrap dl dt small::after {
    right: 0;
  }
  .index > .left .wrap dl dd > p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #000;
  }
  .index > .left .wrap dl dd > p + p {
    margin-top: 10px;
  }
  .index > .left .wrap dl dd .box {
    border: 4px solid rgba(254, 133, 36, 0.5);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 28px;
    margin-top: 7px;
  }
  .index > .left .wrap dl dd .box .left {
    width: 445px;
  }
  .index > .left .wrap dl dd .box .left p {
    font-size: 2rem;
    line-height: 3.1rem;
  }
  .index > .left .wrap dl dd .box .left p span {
    font-weight: bold;
    color: #fe8524;
  }
  .index > .left .wrap dl dd .box .btn {
    width: 220px;
  }
  .index > .left .wrap dl dd .box .btn a {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 51px;
    background: #fe8524;
    color: #fff;
    font-size: 1.6rem;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .index > .left .wrap dl dd .stat {
    border: 4px solid rgba(254, 133, 36, 0.5);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 28px;
    width: min(100%, 713px);
    margin: 20px auto 0;
  }
  .index > .left .wrap dl dd .stat .left {
    width: 365px;
  }
  .index > .left .wrap dl dd .stat .left > p span {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.7rem;
    padding: 0 32px 0 15px;
    position: relative;
  }
  .index > .left .wrap dl dd .stat .left > p span::after {
    position: absolute;
    content: "";
    border-width: 0 20px 27px 20px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    bottom: 0;
    right: -20px;
  }
  .index > .left .wrap dl dd .stat .left h4 {
    font-size: 3.2rem;
    line-height: 4.4rem;
    font-weight: normal;
    margin-top: 11px;
  }
  .index > .left .wrap dl dd .stat > figure {
    width: 240px;
  }
  .index > .left .wrap dl dd .stat > figure img {
    width: 100%;
    height: auto;
  }
  .index > .left .target {
    margin-top: 60px;
  }
  .index > .left .target > p {
    font-size: 2.4rem;
    line-height: 3.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #fe8524;
    padding: 10px 0;
  }
  .index > .left .target .main_target {
    counter-reset: section;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index > .left .target .main_target section {
    counter-increment: section;
    width: 340px;
    padding: 23px 0 0;
  }
  .index > .left .target .main_target section h4 {
    font-size: 2.2rem;
    line-height: 3.1rem;
    font-weight: bold;
    color: #000;
    position: relative;
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index > .left .target .main_target section h4::before {
    display: block;
    position: relative;
    content: counter(section);
    font-size: 60px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fe8524;
    margin-right: 5px;
  }
  .index > .left .target .main_target section h4::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #e5e5e5;
    top: 60px;
    left: 8px;
  }
  .index > .left .target .main_target section > figure {
    text-align: center;
    margin-top: 38px;
    min-height: 140px;
  }
  .index > .left .target .main_target section > figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .index > .left .target .main_target section p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .class > .left .wrap {
    margin-top: 36px;
  }
  .class > .left .wrap dl {
    padding: 0 0 30px;
  }
  .class > .left .wrap dl dt {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding: 4px 0 14px 46px;
    position: relative;
    overflow: hidden;
  }
  .class > .left .wrap dl dt::before, .class > .left .wrap dl dt::after {
    position: absolute;
    content: "";
  }
  .class > .left .wrap dl dt::before {
    width: 36px;
    height: 36px;
    background: url("../../images/about/pen.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: 0;
  }
  .class > .left .wrap dl dt::after {
    width: 100%;
    height: 2px;
    background: url("../../images/about/line.webp") 0 0 repeat;
    bottom: 0;
    left: 38px;
  }
  .class > .left .wrap dl dd {
    padding: 10px 0 0;
    font-size: 1.6rem;
    line-height: 31px;
  }
  .class > .left .wrap dl dd a {
    color: #1474EC;
    text-decoration: underline;
  }
  .class > .left .wrap dl dd table {
    width: min(100%, 651px);
    margin: 14px auto 0;
  }
  .class > .left .wrap dl dd table tbody td {
    font-size: 1.6rem;
    color: #333;
    height: 34px;
  }
  .class > .left .wrap dl dd table tbody tr:first-child td {
    background-color: #B6EDCE;
    color: #0CAD50;
    text-align: center;
    border: 1px solid #0CAD50;
    padding: 0.3em 0 0;
  }
  .class > .left .wrap dl dd table tbody tr:not(:first-child) td {
    border: 1px solid #AFAFAF;
    background-color: #fff;
    padding: 0.3em 5px 0 10px;
  }
  .class > .left .wrap dl dd table tbody tr:not(:first-child) td[rowspan] {
    vertical-align: middle;
  }
  .class > .left .wrap dl dd table tbody tr:not(:first-child) td a {
    color: #1474EC;
    text-decoration: underline;
  }
  .class > .left .wrap dl dd table ~ small {
    display: block;
    width: min(100%, 651px);
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .class > .left .wrap dl dd span.text_bold {
    font-weight: bold;
  }
  .class > .left .wrap dl dd .data-content {
    margin-top: 20px;
  }
  .class > .left .wrap dl dd .data-content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
  }
  .class > .left .wrap dl dd .data-content h5::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21.7px 12.5px 0 12.5px;
    border-color: #00aed5 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .class > .left .wrap dl dd .data-content .chart-1 {
    width: 400px;
  }
  .class > .left .wrap dl dd .data-content .chart-1 img {
    height: auto;
    width: 100%;
  }
  .class > .left .wrap dl dd .data-content .chart-2 {
    width: 500px;
  }
  .class > .left .wrap dl dd .data-content .chart-2 img {
    height: auto;
    width: 100%;
  }
  .class > .left .wrap dl dd .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .class > .left .wrap dl dd .flex .doc {
    margin-right: 40px;
  }
  .class > .left .wrap dl dd .flex .doc li {
    padding: 0 0 0 25px;
    position: relative;
  }
  .class > .left .wrap dl dd .flex .doc li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }
  .class > .left .wrap dl dd .box {
    padding: 0 0 14px;
    border-bottom: 1px solid #e5e5e5;
  }
  .class > .left .wrap dl dd .box + .box {
    padding: 23px 0 14px;
    border-bottom: none;
  }
  .class > .left .wrap dl dd .box .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .class > .left .wrap dl dd .box .top .left {
    width: 190px;
    font-size: 1.8rem;
    line-height: 35px;
    font-weight: bold;
    color: #03a744;
  }
  .class > .left .wrap dl dd .box .top .right {
    background: #feffb6;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: calc(100% - 190px);
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: bold;
  }
  .class > .left .wrap dl dd .box .top + p {
    margin-top: 13px;
  }
  .class > .left .wrap dl dd .indent {
    padding: 0 0 0 21px;
    position: relative;
  }
  .class > .left .wrap dl dd .indent::before {
    position: absolute;
    content: "※";
    font-size: 1.6rem;
    line-height: 31px;
    color: #000;
    left: 0;
    top: 0;
  }
  .class > .left .wrap dl dd .circle {
    padding: 0 0 0 21px;
    position: relative;
  }
  .class > .left .wrap dl dd .circle::before {
    position: absolute;
    content: "●";
    font-size: 1.6rem;
    line-height: 31px;
    color: #000;
    left: 0;
    top: 0;
  }
  .class > .left .wrap dl dd .number {
    counter-reset: li;
    counter-reset: sub;
  }
  .class > .left .wrap dl dd .number li {
    counter-increment: li;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .class > .left .wrap dl dd .number li::before {
    position: relative;
    content: counter(li);
    font-size: 1.4rem;
    line-height: 14px;
    height: 16px;
    width: 16px;
    border: 1px solid #9c9c9c;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    margin-top: 6px;
  }
  .class > .left .info {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    margin-left: -2px;
  }
  .class > .left .info .warning {
    width: 149px;
    background: #fcff00;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .class > .left .info .warning small {
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .class > .left .info .warning small::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("../../images/about/icon_warning.webp") no-repeat;
    margin: 0 auto 4px;
  }
  .class > .left .info .warning em {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 24px;
  }
  .class > .left .info p {
    width: -webkit-calc(100% - 149px);
    width: -moz-calc(100% - 149px);
    width: calc(100% - 149px);
    font-size: 1.4rem;
    line-height: 22px;
    padding: 8px 20px 6px 15px;
  }
  .class > .left .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 23px;
  }
  .class > .left .btn a {
    width: 280px;
    height: 50px;
    display: block;
    background: #03a744;
    font-size: 1.6rem;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    padding-right: 40px;
  }
  .class > .left .btn a:not(:last-child) {
    margin-right: 10px;
  }
  .class > .left .btn a:hover::before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .class > .left .btn a::after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("../../images/about/btn.webp") no-repeat;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .class > .left .btn a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #6dcc16;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: -1;
    margin: -15px 0 0 1px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .day .wrap_day {
    padding: 36px 0 61px;
  }
  .day .wrap_day > p {
    font-size: 1.6rem;
    line-height: 31px;
  }
  .day .wrap_day .activity {
    counter-reset: h4;
    padding: 41px 0 0;
    width: min(100%, 710px);
    margin: 0 auto;
  }
  .day .wrap_day .activity section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .day .wrap_day .activity section::before {
    position: absolute;
    content: "";
    width: 323px;
    height: 357px;
    background: url("../../images/about/day/line.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .day .wrap_day .activity section::after {
    position: absolute;
    content: "";
  }
  .day .wrap_day .activity section:last-child::before {
    display: none;
  }
  .day .wrap_day .activity section:nth-child(even) {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .day .wrap_day .activity section:nth-child(even) .main_section {
    background: rgba(254, 133, 36, 0.9);
  }
  .day .wrap_day .activity section:nth-child(odd) {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .day .wrap_day .activity section:nth-child(odd)::before {
    -webkit-transform: translateX(-50%) rotateY(180deg);
    -moz-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
  }
  .day .wrap_day .activity section:nth-child(odd) .main_section {
    background: rgba(109, 204, 22, 0.9);
  }
  .day .wrap_day .activity section:nth-child(1) {
    margin-bottom: 16px;
  }
  .day .wrap_day .activity section:nth-child(1) .main_section {
    width: 370px;
    padding-left: 26px;
    padding-right: 58px;
    left: 0;
    background-color: #19caeb;
  }
  .day .wrap_day .activity section:nth-child(2) {
    margin-bottom: 146px;
  }
  .day .wrap_day .activity section:nth-child(2)::after {
    width: 153px;
    height: 67px;
    background: url("../../images/about/day/bus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 47px;
    bottom: -130px;
  }
  .day .wrap_day .activity section:nth-child(2) figure {
    margin-left: 56px;
  }
  .day .wrap_day .activity section:nth-child(2) .main_section {
    width: 370px;
    padding-left: 114px;
    padding-right: 26px;
    right: 0;
    bottom: -43px;
  }
  .day .wrap_day .activity section:nth-child(3) {
    margin-bottom: 55px;
  }
  .day .wrap_day .activity section:nth-child(3) .main_section {
    width: 370px;
    padding-left: 29px;
    padding-right: 111px;
    left: 0;
    top: -53px;
  }
  .day .wrap_day .activity section:nth-child(4) {
    margin-bottom: 50px;
  }
  .day .wrap_day .activity section:nth-child(4) .main_section {
    width: 370px;
    padding-left: 114px;
    padding-right: 26px;
    right: 84px;
    top: 20px;
  }
  .day .wrap_day .activity section:nth-child(5) {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 160px;
    margin-bottom: 50px;
    margin-bottom: 48px;
    padding-bottom: 188px;
  }
  .day .wrap_day .activity section:nth-child(5) .main_section {
    width: 528px;
    padding: 58px 29px 37px 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
  .day .wrap_day .activity section:nth-child(5) figure img:first-child {
    margin-right: 10px;
  }
  .day .wrap_day .activity section:nth-child(5) .main_section {
    top: 181px;
    padding: 58px 29px 37px 34px;
  }
  .day .wrap_day .activity section:nth-child(5) .main_section::after {
    content: "";
    position: absolute;
    width: 162px;
    height: 132px;
    background: url("../../images/about/day/kids01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: -84px;
    bottom: -79px;
  }
  .day .wrap_day .activity section:nth-child(6) {
    margin-bottom: 106px;
    margin-left: 82px;
  }
  .day .wrap_day .activity section:nth-child(6) .main_section {
    width: 339px;
    padding-left: 75px;
    padding-right: 24px;
    padding-top: 38px;
    right: 0px;
    top: 71px;
  }
  .day .wrap_day .activity section:nth-child(7) {
    margin-bottom: 225px;
  }
  .day .wrap_day .activity section:nth-child(7) figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 690px;
    margin: 0 auto;
  }
  .day .wrap_day .activity section:nth-child(7) .main_section {
    width: 437px;
    left: 190px;
    top: 181px;
    padding: 60px 30px 26px 34px;
  }
  .day .wrap_day .activity section:nth-child(8) {
    margin-bottom: 120px;
  }
  .day .wrap_day .activity section:nth-child(8)::before {
    top: 10%;
    left: 50%;
  }
  .day .wrap_day .activity section:nth-child(8)::after {
    width: 144px;
    height: 115px;
    background: url("../../images/about/day/microscope.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 9px;
    top: -201px;
  }
  .day .wrap_day .activity section:nth-child(8) figure {
    margin-left: -40px;
  }
  .day .wrap_day .activity section:nth-child(8) .main_section {
    width: 370px;
    padding: 37px 20px 30px 88px;
    right: 27px;
    top: -20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 0;
  }
  .day .wrap_day .activity section:nth-child(9) {
    margin-bottom: 110px;
  }
  .day .wrap_day .activity section:nth-child(9)::before {
    top: 75%;
    left: 56%;
  }
  .day .wrap_day .activity section:nth-child(9)::after {
    width: 230px;
    height: 204px;
    background: url("../../images/about/day/kids02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 45px;
    top: -175px;
  }
  .day .wrap_day .activity section:nth-child(9) figure {
    margin-left: 36px;
  }
  .day .wrap_day .activity section:nth-child(9) .main_section {
    width: 370px;
    padding: 39px 100px 28px 34px;
    left: 0;
    top: 35px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .day .wrap_day .activity section:nth-child(10) {
    margin-left: 40px;
    margin-bottom: 68px;
  }
  .day .wrap_day .activity section:nth-child(10)::after {
    width: 153px;
    height: 96px;
    background: url("../../images/day/tree.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 30px;
    top: -97px;
  }
  .day .wrap_day .activity section:nth-child(10) .main_section {
    width: 312px;
    padding: 37px 20px 29px 55px;
    right: 48px;
    top: 23px;
  }
  .day .wrap_day .activity section:nth-child(5)::before, .day .wrap_day .activity section:nth-child(7)::before {
    width: 277px;
    height: 379px;
    background: url("../../images/about/day/line2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80%;
  }
  .day .wrap_day .activity section figure {
    position: relative;
    z-index: 4;
  }
  .day .wrap_day .activity section .main_section {
    padding-top: 39px;
    padding-bottom: 28px;
    position: absolute;
    z-index: 3;
  }
  .day .wrap_day .activity section .main_section h4 {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: normal;
    color: #fff;
    padding-left: 34px;
    position: relative;
    margin-bottom: 16px;
  }
  .day .wrap_day .activity section .main_section h4.first_h4 {
    padding-left: 0;
  }
  .day .wrap_day .activity section .main_section h4.h4_counter {
    counter-increment: h4;
  }
  .day .wrap_day .activity section .main_section h4.h4_counter::before {
    position: absolute;
    content: counter(h4);
    font-size: 4.4rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #fff;
    left: 0;
    bottom: -4px;
  }
  .day .wrap_day .activity section .main_section p {
    font-size: 1.6rem;
    line-height: 3.1rem;
    color: #fff;
  }
  .day .wrap_day .infer h4 {
    font-size: 2.6rem;
    line-height: 38px;
    font-weight: bold;
    color: #fe8524;
    margin-bottom: 5px;
  }
  .day .wrap_day .infer .txt {
    font-size: 1.6rem;
    line-height: 31px;
    color: #000;
  }
  .day .wrap_map > p {
    font-size: 1.6rem;
    line-height: 26px;
    color: #000;
  }
  .day .wrap_map .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .day .wrap_map .list figure {
    margin-top: 35px;
  }
  .day .wrap_map .list figure figcaption {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000;
  }
  .day .wrap_map .list figure figcaption span {
    display: block;
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 17px;
  }
  .theme .wrap_theme .experience {
    padding: 0 0 78px;
  }
  .theme .wrap_theme .experience figure {
    text-align: center;
    margin-top: 15px;
  }
  .theme .wrap_theme .experience figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .theme .wrap_theme .experience h4 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3.1rem;
    font-weight: normal;
    margin-top: 38px;
  }
  .theme .wrap_theme .experience h4 em {
    display: block;
    font-style: normal;
    font-size: 5rem;
    line-height: 1;
    margin-top: 0.3em;
  }
  .theme .wrap_theme .experience h4 em span {
    color: #03a744;
  }
  .theme .wrap_theme .experience h4 em span:nth-child(1) {
    font-size: 8rem;
  }
  .theme .wrap_theme .experience table {
    width: min(100%, 651px);
    margin: 42px auto 0;
  }
  .theme .wrap_theme .experience table tbody td {
    font-size: 1.6rem;
    color: #333;
    height: 34px;
  }
  .theme .wrap_theme .experience table tbody tr:first-child td {
    background-color: #B6EDCE;
    color: #0CAD50;
    text-align: center;
    border: 1px solid #0CAD50;
    padding: 0.3em 0 0;
  }
  .theme .wrap_theme .experience table tbody tr:not(:first-child) td {
    border: 1px solid #AFAFAF;
    background-color: #fff;
    padding: 0.3em 5px 0 10px;
  }
  .theme .wrap_theme .experience table tbody tr:not(:first-child) td[rowspan] {
    vertical-align: middle;
  }
  .theme .wrap_theme .experience table tbody tr:not(:first-child) td a {
    color: #1474EC;
    text-decoration: underline;
  }
  .theme .wrap_theme .experience table ~ small {
    display: block;
    width: min(100%, 651px);
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .theme .wrap_theme .experience .txt {
    font-size: 1.6rem;
    line-height: 3.1rem;
    margin-top: 42px;
  }
  .theme .wrap_theme .experience .txt.indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .theme .wrap_theme .experience ul {
    margin-top: 30px;
  }
  .theme .wrap_theme .experience ul li {
    font-size: 1.6rem;
    position: relative;
    padding-left: 1.5em;
  }
  .theme .wrap_theme .experience ul li::before {
    content: "●";
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 1rem;
  }
  .theme .wrap_theme .experience ul li:not(:first-child) {
    margin-top: 5px;
  }
  .theme .wrap_classes {
    counter-reset: section;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px;
  }
  .theme .wrap_classes section {
    counter-increment: section;
    position: relative;
    padding: 0 0 64px;
    background: url("../../images/about/theme/line.webp") left bottom repeat-x;
    width: min(50%, 508px);
  }
  .theme .wrap_classes section#understand figure {
    margin-top: 75px;
  }
  .theme .wrap_classes section::before {
    position: absolute;
    content: "CLASS";
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 120px;
    height: 119px;
    background: url("../../images/about/theme/circle.webp") 0 0 no-repeat;
    left: 0;
    top: 44px;
    display: none;
    padding: 36px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .theme .wrap_classes section::after {
    display: none;
    position: absolute;
    content: counter(section);
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000;
    width: 120px;
    text-align: center;
    left: 0;
    top: 94px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .theme .wrap_classes section:nth-child(1) {
    padding-top: 0;
  }
  .theme .wrap_classes section:nth-child(1)::before {
    top: 0;
  }
  .theme .wrap_classes section:nth-child(1)::after {
    top: 55px;
  }
  .theme .wrap_classes section:nth-child(1) p em {
    background: url("../../images/about/theme/bg_01.webp") 0 0 no-repeat;
  }
  .theme .wrap_classes section:nth-child(1) .btn a {
    background: #45a4e0;
  }
  .theme .wrap_classes section:nth-child(1) .btn a::after {
    background: url("../../images/about/theme/btn_01.webp") no-repeat;
  }
  .theme .wrap_classes section:nth-child(2) p em {
    background: url("../../images/about/theme/bg_02.webp") 0 0 no-repeat;
  }
  .theme .wrap_classes section:nth-child(2) .btn a {
    background: #fe8524;
  }
  .theme .wrap_classes section:nth-child(2) .btn a::after {
    background: url("../../images/about/theme/btn_02.webp") no-repeat;
  }
  .theme .wrap_classes section:nth-child(3) p em {
    background: url("../../images/about/theme/bg_03.webp") 0 0 no-repeat;
  }
  .theme .wrap_classes section:nth-child(3) .btn a {
    background: #f978bb;
  }
  .theme .wrap_classes section:nth-child(3) .btn a::after {
    background: url("../../images/about/theme/btn_03.webp") no-repeat;
  }
  .theme .wrap_classes section:nth-child(4) p em {
    background: url("../../images/about/theme/bg_04.webp") 0 0 no-repeat;
  }
  .theme .wrap_classes section:nth-child(4) .btn a {
    background: #03a744;
  }
  .theme .wrap_classes section:nth-child(4) .btn a::after {
    background: url("../../images/about/theme/btn_04.webp") no-repeat;
  }
  .theme .wrap_classes section > p {
    text-align: center;
    font-size: 0;
  }
  .theme .wrap_classes section > p em {
    display: inline-block;
    width: 340px;
    font-size: 2rem;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-style: normal;
  }
  .theme .wrap_classes section > p em span {
    color: #fcff00;
  }
  .theme .wrap_classes section h4 {
    text-align: center;
    font-size: 3.8rem;
    line-height: 4.4rem;
    font-weight: bold;
    color: #000;
    margin-top: 14px;
  }
  .theme .wrap_classes section h4 span {
    display: block;
    font-size: 2rem;
  }
  .theme .wrap_classes section .txt {
    margin-top: 7px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .theme .wrap_classes section figure {
    text-align: center;
    margin-top: 19px;
  }
  .theme .wrap_classes section figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .theme .wrap_classes section .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 36px;
    background-color: initial;
    border-width: 0;
  }
  .theme .wrap_classes section .btn a {
    width: 310px;
    height: 50px;
    display: block;
    font-size: 1.8rem;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 1;
    padding-right: 52px;
    padding-left: 27px;
  }
  .theme .wrap_classes section .btn a:hover::before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .theme .wrap_classes section .btn a::after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .place .wrap_place {
    padding-top: 36px;
  }
  .place .wrap_place > p {
    font-size: 1.6rem;
    line-height: 31px;
  }
  .place .wrap_place .note {
    font-size: 1.4rem;
  }
  .place .wrap_place .block {
    width: 640px;
    margin: 36px auto 0;
  }
  .place .wrap_place .block .block_wrap {
    margin-top: 32px;
  }
  .place .wrap_place .block .block_wrap h4 {
    display: block;
    font-size: 2.8rem;
    font-style: normal;
  }
  .place .wrap_place .block .block_wrap p {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  .place .wrap_place .block .block_wrap figure {
    margin-top: 16px;
  }
  .place .wrap_place .block .block_wrap figure img {
    object-fit: cover;
    width: 100%;
  }
  .place .wrap_place .block .block_wrap .captionBox {
    margin-top: 15px;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTtl {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding-left: 2em;
    position: relative;
    width: 100%;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTtl:before {
    background-color: #e60012;
    content: "";
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 27px;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTtl:after {
    background-color: #000;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55%;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTxt {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding-left: 2.7em;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTxt .red {
    color: red;
  }
  .place .wrap_place .block .block_wrap .captionBox .flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .place .wrap_place .block .block_wrap .captionBox .flexBox-item {
    width: 48%;
  }
  .place .wrap_place .block .block_wrap .captionBox .flexBox-item img {
    height: auto;
    width: 100%;
  }
  .place .wrap_place .block .block_wrap.akihabara-map .captionBox .flexBox {
    -webkit-box-pack: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .place .wrap_place .block .block_wrap.akihabara-map .captionBox .flexBox-item {
    width: 30%;
  }
  .place .sangenjaya-map p {
    margin-left: 1em;
    text-indent: -1em;
  }
  .place .sangenjaya-map .blue-txt {
    color: #014099;
  }
  .place .sangenjaya-map .red-txt {
    color: #e60012;
  }
  .place .sangenjaya-map img {
    width: 640px;
    height: auto;
    border: 2px solid #03a744;
  }
  .place .sangenjaya-map figure figcaption {
    color: red;
    margin-top: 5px;
  }
  .staff {
    color: #333;
    padding-bottom: 144px;
  }
  .staff .wrap_staff {
    margin-top: 72px;
  }
  .staff .wrap_staff > .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 46px;
  }
  .staff .wrap_staff > .content .item {
    width: min(50%, 510px);
    position: relative;
    border: 1px solid #1474EC;
    padding: 40px 20px 20px;
  }
  .staff .wrap_staff > .content .item span {
    background: url("../../images/about/staff/bg_staff_name.webp") no-repeat;
    background-size: cover;
    background-position-x: -38px;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.54em 2.74em 0.54em 1em;
    position: absolute;
    top: -18px;
    left: 10px;
  }
  .staff .wrap_staff > .content .item .title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .staff .wrap_staff > .content .item .title p {
    white-space: pre-wrap;
    line-height: 1.3;
  }
  .staff .wrap_staff > .content .item .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 13px;
  }
  .staff .wrap_staff > .content .item .flex figure {
    width: min(34%, 147px);
  }
  .staff .wrap_staff > .content .item .flex p {
    width: min(66%, 308px);
    font-size: 1.6rem;
  }
  .staff .wrap_staff .txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .covid-19 h2::before {
    width: 59px;
    height: 56px;
    background: url(../../images/themes/icon.webp) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 8px;
    top: -12px;
  }
  .safety {
    padding-bottom: 137px;
  }
  .safety .left {
    width: 100%;
  }
  .safety .wrap_safety > p {
    font-size: 1.6rem;
    line-height: 31px;
    text-align: center;
  }
  .safety .wrap_safety .detail section h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #03a744;
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    padding: 22px 0 20px;
    margin: 50px 0 20px;
  }
  .safety .wrap_safety .detail section p {
    font-size: 1.6rem;
    line-height: 1, 5;
    line-height: 24px;
  }
  .safety .wrap_safety .detail section .block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
  }
  .safety .wrap_safety .detail section .block__left {
    width: min(69%, 710px);
  }
  .safety .wrap_safety .detail section .block__left ul li {
    font-size: 1.6rem;
    position: relative;
    padding-left: 20px;
  }
  .safety .wrap_safety .detail section .block__left ul li small {
    font-size: 1em;
  }
  .safety .wrap_safety .detail section .block__left ul li + li {
    margin-top: 5px;
  }
  .safety .wrap_safety .detail section .block__left ul li:before {
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 5px;
  }
  .safety .wrap_safety .detail section .block__left p.subTtl {
    border-bottom: 2px solid red;
    color: red;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 40px 0 20px;
    text-align: center;
  }
  .safety .wrap_safety .detail section .block__right {
    width: min(29%, 300px);
  }
  .safety .wrap_safety .detail section .block__right .photos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
  }
  .safety .wrap_safety .detail section .block__right .photos figure {
    width: 100%;
  }
  .safety .wrap_safety .detail section .block__right .photos figure img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 300/225;
  }
  .safety .wrap_safety .detail section .block__right .photos figure:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .safety .wrap_safety .detail .section01 {
    margin-top: 20px;
  }
  .safety .wrap_safety .detail .section02 {
    margin-top: 30px;
  }
  .safety .wrap_safety .detail .section03 {
    margin-top: 30px;
  }
  .safety .wrap_safety .detail .section04 {
    margin-top: 30px;
  }
  .safety .wrap_safety .detail .section04 figure {
    width: min(100%, 934px);
    margin: 15px auto 0;
  }
  /* 教室の一日修正 */
  .day .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about h1 {
    padding-left: 57px;
  }
  .about h1::before {
    width: 55px;
    height: 41.06667px;
    background: url("../../images/themes/icon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: -8px;
  }
  .template {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 10px 100px;
    row-gap: 50px;
  }
  .template > .left > h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #03a744;
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    padding: 5.64972% 0 5.64972%;
    margin-bottom: 4.23729%;
  }
  .index > .left > figure {
    text-align: center;
  }
  .index > .left > figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .index > .left .wrap dl {
    padding: 4.9435% 0 0;
  }
  .index > .left .wrap dl dt {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .index > .left .wrap dl dt span {
    color: #fe8524;
  }
  .index > .left .wrap dl dt small {
    display: inline-block;
    font-size: 1.3rem;
    color: #03a744;
    padding: 0 20px;
    position: relative;
  }
  .index > .left .wrap dl dt small::before, .index > .left .wrap dl dt small::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: #03a744;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .index > .left .wrap dl dt small::before {
    left: 0;
  }
  .index > .left .wrap dl dt small::after {
    right: 0;
  }
  .index > .left .wrap dl dd > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000;
  }
  .index > .left .wrap dl dd > p + p {
    margin-top: 2.82486%;
  }
  .index > .left .wrap dl dd .box {
    border: 4px solid rgba(254, 133, 36, 0.5);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.51977% 0 3.9548%;
    margin-top: 1.41243%;
  }
  .index > .left .wrap dl dd .box .left {
    padding: 0 1.41243%;
  }
  .index > .left .wrap dl dd .box .left p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .index > .left .wrap dl dd .box .left p span {
    font-weight: bold;
    color: #fe8524;
  }
  .index > .left .wrap dl dd .box .btn {
    width: 58.13953%;
  }
  .index > .left .wrap dl dd .box .btn a {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background: #fe8524;
    color: #fff;
    font-size: 1.4rem;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .index > .left .wrap dl dd .stat {
    border: 4px solid rgba(254, 133, 36, 0.5);
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.51977% 0 3.9548%;
    margin-top: 1.41243%;
  }
  .index > .left .wrap dl dd .stat .left {
    padding: 0 2.82486%;
    width: 100%;
  }
  .index > .left .wrap dl dd .stat .left > p span {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.7rem;
    padding: 0 32px 0 15px;
    position: relative;
  }
  .index > .left .wrap dl dd .stat .left > p span::after {
    position: absolute;
    content: "";
    border-width: 0 20px 27px 20px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    bottom: 0;
    right: -20px;
  }
  .index > .left .wrap dl dd .stat .left h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: normal;
    margin: 2.82486% 0;
  }
  .index > .left .wrap dl dd .stat > figure {
    width: 240px;
  }
  .index > .left .wrap dl dd .stat > figure img {
    width: 100%;
    height: auto;
  }
  .index > .left .target {
    margin-top: 11.29944%;
  }
  .index > .left .target > p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #fe8524;
    padding: 2.82486% 1.41243%;
  }
  .index > .left .target .main_target {
    counter-reset: section;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index > .left .target .main_target section {
    counter-increment: section;
    width: 100%;
    padding: 4.23729% 0 0;
  }
  .index > .left .target .main_target section h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: bold;
    color: #000;
    position: relative;
    height: 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index > .left .target .main_target section h4::before {
    display: block;
    position: relative;
    content: counter(section);
    font-size: 5rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fe8524;
    margin-right: 5px;
  }
  .index > .left .target .main_target section h4::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #e5e5e5;
    top: 50px;
    left: 6px;
  }
  .index > .left .target .main_target section > figure {
    text-align: center;
    margin: 4.23729% 0;
  }
  .index > .left .target .main_target section > figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .index > .left .target .main_target section p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .class {
    margin-top: 100px !important;
  }
  .class > .left .wrap dl {
    padding: 0 0 5.64972%;
  }
  .class > .left .wrap dl dt {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding: 4px 0 7px 30px;
    position: relative;
    overflow: hidden;
  }
  .class > .left .wrap dl dt::before, .class > .left .wrap dl dt::after {
    position: absolute;
    content: "";
  }
  .class > .left .wrap dl dt::before {
    width: 26px;
    height: 26px;
    background: url("../../images/about/pen.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: 0;
  }
  .class > .left .wrap dl dt::after {
    width: 100%;
    height: 2px;
    background: url("../../images/about/line.webp") 0 0 repeat;
    bottom: 0;
    left: 28px;
  }
  .class > .left .wrap dl dd {
    padding: 2.82486% 0 0;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .class > .left .wrap dl dd a {
    color: #1474EC;
    text-decoration: underline;
  }
  .class > .left .wrap dl dd table {
    width: min(100%, 651px);
    margin: 14px auto 0;
  }
  .class > .left .wrap dl dd table tbody td {
    font-size: 1.6rem;
    color: #333;
    height: 34px;
  }
  .class > .left .wrap dl dd table tbody tr:first-child td {
    background-color: #B6EDCE;
    color: #0CAD50;
    text-align: center;
    border: 1px solid #0CAD50;
    padding: 0.3em 0 0;
  }
  .class > .left .wrap dl dd table tbody tr:not(:first-child) td {
    border: 1px solid #AFAFAF;
    background-color: #fff;
    padding: 0.3em 5px 0 10px;
  }
  .class > .left .wrap dl dd table tbody tr:not(:first-child) td[rowspan] {
    vertical-align: middle;
  }
  .class > .left .wrap dl dd table tbody tr:not(:first-child) td a {
    color: #1474EC;
    text-decoration: underline;
  }
  .class > .left .wrap dl dd table ~ small {
    display: block;
    width: min(100%, 651px);
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .class > .left .wrap dl dd span.text_bold {
    font-weight: bold;
  }
  .class > .left .wrap dl dd .data-content {
    margin-top: 20px;
  }
  .class > .left .wrap dl dd .data-content h5 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
  }
  .class > .left .wrap dl dd .data-content h5::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #00aed5 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .class > .left .wrap dl dd .data-content .chart-1 {
    width: 80vw;
  }
  .class > .left .wrap dl dd .data-content .chart-1 img {
    height: auto;
    width: 100%;
  }
  .class > .left .wrap dl dd .data-content .chart-2 {
    width: 90vw;
  }
  .class > .left .wrap dl dd .data-content .chart-2 img {
    height: auto;
    width: 100%;
  }
  .class > .left .wrap dl dd .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .class > .left .wrap dl dd .flex .doc {
    width: 50%;
  }
  .class > .left .wrap dl dd .flex .doc li {
    padding: 0 0 0 15px;
    position: relative;
  }
  .class > .left .wrap dl dd .flex .doc li::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 10px;
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }
  .class > .left .wrap dl dd .flex .none {
    width: 50%;
    padding-left: 10px;
  }
  .class > .left .wrap dl dd .flex figure {
    text-align: center;
    margin-top: 2.82486%;
  }
  .class > .left .wrap dl dd .flex figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .class > .left .wrap dl dd .box {
    padding: 0 0 2.82486%;
    border-bottom: 1px solid #e5e5e5;
  }
  .class > .left .wrap dl dd .box + .box {
    padding: 5.64972% 0 2.82486%;
    border-bottom: none;
  }
  .class > .left .wrap dl dd .box .top .left {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    color: #03a744;
    text-align: center;
  }
  .class > .left .wrap dl dd .box .top .right {
    background: #feffb6;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: bold;
  }
  .class > .left .wrap dl dd .box .top + p {
    margin-top: 2.82486%;
  }
  .class > .left .wrap dl dd .indent {
    padding: 0 0 0 21px;
    position: relative;
  }
  .class > .left .wrap dl dd .indent::before {
    position: absolute;
    content: "※";
    font-size: 1.4rem;
    line-height: 24px;
    color: #000;
    left: 0;
    top: 0;
  }
  .class > .left .wrap dl dd .circle {
    padding: 0 0 0 21px;
    position: relative;
  }
  .class > .left .wrap dl dd .circle::before {
    position: absolute;
    content: "●";
    font-size: 1.4rem;
    line-height: 24px;
    color: #000;
    left: 0;
    top: 0;
  }
  .class > .left .wrap dl dd .number {
    counter-reset: li;
    counter-reset: sub;
  }
  .class > .left .wrap dl dd .number li {
    counter-increment: li;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .class > .left .wrap dl dd .number li::before {
    position: relative;
    content: counter(li);
    font-size: 1.4rem;
    line-height: 14px;
    height: 16px;
    width: 16px;
    border: 1px solid #9c9c9c;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    margin-top: 4px;
  }
  .class > .left .wrap dl dd .number li span {
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    width: calc(100% - 18px);
  }
  .class > .left .info {
    border: 1px solid #e5e5e5;
  }
  .class > .left .info .warning {
    padding: 15px;
    background: #fcff00;
    text-align: center;
  }
  .class > .left .info .warning small {
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .class > .left .info .warning small::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("../../images/about/icon_warning.webp") no-repeat;
    margin: 0 auto 10px;
  }
  .class > .left .info .warning em {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 24px;
  }
  .class > .left .info p {
    font-size: 1.4rem;
    line-height: 24px;
    padding: 15px;
  }
  .class > .left .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.23729%;
  }
  .class > .left .btn a {
    width: 280px;
    height: 50px;
    display: block;
    background: #03a744;
    font-size: 1.4rem;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    padding-right: 40px;
  }
  .class > .left .btn a:not(:last-child) {
    margin-bottom: 10px;
  }
  .class > .left .btn a:hover::before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .class > .left .btn a::after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("../../images/about/btn.webp") no-repeat;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .class > .left .btn a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #6dcc16;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: -1;
    margin: -15px 0 0 1px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .day .wrap_day {
    padding: 0 0 8.47458%;
  }
  .day .wrap_day > p {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .day .wrap_day .activity {
    counter-reset: h4;
    padding: 5.64972% 0 0;
  }
  .day .wrap_day .activity section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
  }
  .day .wrap_day .activity section:not(:last-child) {
    margin-bottom: 2.82486%;
  }
  .day .wrap_day .activity section:nth-child(even) {
    background: rgba(254, 133, 36, 0.9);
  }
  .day .wrap_day .activity section:nth-child(odd) {
    background: rgba(109, 204, 22, 0.9);
  }
  .day .wrap_day .activity section:nth-child(1) {
    background-color: #19caeb;
  }
  .day .wrap_day .activity section figure {
    text-align: center;
  }
  .day .wrap_day .activity section figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .day .wrap_day .activity section .main_section {
    padding: 2.82486% 4.23729% 0;
    margin-bottom: 2.82486%;
  }
  .day .wrap_day .activity section .main_section h4 {
    font-size: 2.3rem;
    line-height: 2.6rem;
    font-weight: normal;
    color: #fff;
    padding-left: 24px;
    position: relative;
    margin-bottom: 2.82486%;
  }
  .day .wrap_day .activity section .main_section h4.first_h4 {
    padding-left: 0;
  }
  .day .wrap_day .activity section .main_section h4.h4_counter {
    counter-increment: h4;
  }
  .day .wrap_day .activity section .main_section h4.h4_counter::before {
    position: absolute;
    content: counter(h4);
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #fff;
    left: 0;
    bottom: -4px;
  }
  .day .wrap_day .activity section .main_section p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #fff;
  }
  .day .wrap_day .infer h4 {
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: bold;
    color: #fe8524;
    margin-bottom: 1.41243%;
  }
  .day .wrap_day .infer .txt {
    font-size: 1.2rem;
    line-height: 22px;
    color: #000;
  }
  .day .wrap_map > p {
    font-size: 1.3rem;
    line-height: 26px;
    color: #000;
  }
  .day .wrap_map .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .day .wrap_map .list figure {
    margin-top: 4.23729%;
  }
  .day .wrap_map .list figure figcaption {
    font-size: 1.3rem;
    line-height: 2.6rem;
    color: #000;
  }
  .day .wrap_map .list figure figcaption span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.12994%;
    margin-top: 2.40113%;
  }
  .theme .wrap_theme .experience {
    padding: 0 0 8.47458%;
  }
  .theme .wrap_theme .experience figure {
    text-align: center;
    margin-top: 15px;
  }
  .theme .wrap_theme .experience figure img {
    width: 75.14124%;
    height: auto;
  }
  .theme .wrap_theme .experience h4 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: normal;
    margin-top: 5.64972%;
  }
  .theme .wrap_theme .experience h4 em {
    display: block;
    font-style: normal;
    font-size: 3rem;
    line-height: 1;
  }
  .theme .wrap_theme .experience h4 em span {
    color: #03a744;
  }
  .theme .wrap_theme .experience h4 em span:nth-child(1) {
    font-size: 4rem;
  }
  .theme .wrap_theme .experience table {
    width: min(100%, 651px);
    margin: 42px auto 0;
  }
  .theme .wrap_theme .experience table tbody td {
    font-size: 1.6rem;
    color: #333;
    height: 34px;
  }
  .theme .wrap_theme .experience table tbody tr:first-child td {
    background-color: #B6EDCE;
    color: #0CAD50;
    text-align: center;
    border: 1px solid #0CAD50;
    padding: 0.3em 0 0;
  }
  .theme .wrap_theme .experience table tbody tr:not(:first-child) td {
    border: 1px solid #AFAFAF;
    background-color: #fff;
    padding: 0.3em 5px 0 10px;
  }
  .theme .wrap_theme .experience table tbody tr:not(:first-child) td[rowspan] {
    vertical-align: middle;
  }
  .theme .wrap_theme .experience table tbody tr:not(:first-child) td a {
    color: #1474EC;
    text-decoration: underline;
  }
  .theme .wrap_theme .experience table ~ small {
    display: block;
    width: min(100%, 651px);
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .theme .wrap_theme .experience .txt {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-top: 4.23729%;
  }
  .theme .wrap_theme .experience .txt.indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .theme .wrap_theme .experience ul {
    margin-top: 30px;
  }
  .theme .wrap_theme .experience ul li {
    font-size: 1.6rem;
    position: relative;
    padding-left: 1.5em;
  }
  .theme .wrap_theme .experience ul li::before {
    content: "●";
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 1rem;
  }
  .theme .wrap_theme .experience ul li:not(:first-child) {
    margin-top: 5px;
  }
  .theme .wrap_classes {
    counter-reset: section;
  }
  .theme .wrap_classes section {
    counter-increment: section;
    position: relative;
    padding: 0 0 9.03955%;
    background: url("../../images/about/theme/line.webp") left bottom repeat-x;
  }
  .theme .wrap_classes section:not(:first-child) {
    margin-top: 7.06215%;
  }
  .theme .wrap_classes section::before {
    position: relative;
    content: "CLASS";
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 80px;
    height: 79px;
    background: url("../../images/about/theme/circle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: none;
    padding: 16px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 2.82486%;
  }
  .theme .wrap_classes section::after {
    position: absolute;
    content: counter(section);
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000;
    width: 100%;
    text-align: center;
    left: 0;
    top: 34px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  .theme .wrap_classes section:nth-child(1) p {
    background: url("../../images/about/theme/bg_01.webp") 0 0 repeat-y;
    -moz-background-size: contain;
    background-size: contain;
  }
  .theme .wrap_classes section:nth-child(1) .btn a {
    background: #45a4e0;
  }
  .theme .wrap_classes section:nth-child(1) .btn a::after {
    background: url("../../images/about/theme/btn_01.webp") no-repeat;
  }
  .theme .wrap_classes section:nth-child(2) p {
    background: url("../../images/about/theme/bg_02.webp") 0 0 repeat-y;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .theme .wrap_classes section:nth-child(2) .btn a {
    background: #fe8524;
  }
  .theme .wrap_classes section:nth-child(2) .btn a::after {
    background: url("../../images/about/theme/btn_02.webp") no-repeat;
  }
  .theme .wrap_classes section:nth-child(3) p {
    background: url("../../images/about/theme/bg_03.webp") 0 0 repeat-y;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .theme .wrap_classes section:nth-child(3) .btn a {
    background: #f978bb;
  }
  .theme .wrap_classes section:nth-child(3) .btn a::after {
    background: url("../../images/about/theme/btn_03.webp") no-repeat;
  }
  .theme .wrap_classes section:nth-child(4) p {
    background: url("../../images/about/theme/bg_04.webp") 0 0 repeat-y;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .theme .wrap_classes section:nth-child(4) .btn a {
    background: #03a744;
  }
  .theme .wrap_classes section:nth-child(4) .btn a::after {
    background: url("../../images/about/theme/btn_04.webp") no-repeat;
  }
  .theme .wrap_classes section > p {
    text-align: center;
    font-size: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 10.16949%;
  }
  .theme .wrap_classes section > p em {
    display: block;
    width: 100%;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .theme .wrap_classes section > p em span {
    color: #fcff00;
  }
  .theme .wrap_classes section h4 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    color: #000;
    margin-top: 2.82486%;
  }
  .theme .wrap_classes section h4 span {
    display: block;
    font-size: 1.5rem;
  }
  .theme .wrap_classes section .txt {
    margin-top: 7px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .theme .wrap_classes section figure {
    text-align: center;
    margin-top: 2.82486%;
  }
  .theme .wrap_classes section figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .theme .wrap_classes section .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    background-color: initial;
    border-width: 0;
  }
  .theme .wrap_classes section .btn a {
    width: 270px;
    height: 40px;
    display: block;
    background: #03a744;
    font-size: 1.4rem;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    padding-right: 40px;
  }
  .theme .wrap_classes section .btn a:hover::before {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .theme .wrap_classes section .btn a::after {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    background: url("../../images/about/btn.webp") no-repeat;
    position: absolute;
    top: 11px;
    right: 15px;
  }
  .place .wrap_place > p {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .place .wrap_place .note {
    font-size: 1.4rem;
  }
  .place .wrap_place .block {
    margin: 4.16667vw auto 0;
  }
  .place .wrap_place .block .block_wrap {
    margin-top: 4.16667vw;
  }
  .place .wrap_place .block .block_wrap h4 {
    display: block;
    font-size: 2.8rem;
    font-style: normal;
  }
  .place .wrap_place .block .block_wrap p {
    font-size: 1.6rem;
    margin-top: 1.04167vw;
  }
  .place .wrap_place .block .block_wrap figure {
    margin-top: 2.08333vw;
  }
  .place .wrap_place .block .block_wrap .captionBox {
    margin-top: 3.90625vw;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTtl {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding-left: 1.6em;
    position: relative;
    width: 100%;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTtl:before {
    background-color: #e60012;
    content: "";
    height: 3.90625vw;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.90625vw;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTtl:after {
    background-color: #000;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26.04167vw;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTxt {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding-left: 2em;
  }
  .place .wrap_place .block .block_wrap .captionBox .captionTxt .red {
    color: red;
  }
  .place .wrap_place .block .block_wrap .captionBox .flexBox-item {
    margin-top: 2.60417vw;
  }
  .place .wrap_place .block .block_wrap .captionBox .flexBox-item img {
    height: auto;
    width: 100%;
  }
  .place .wrap_place .block .block_wrap.akihabara-map .captionBox .flexBox-item {
    margin-top: -6px;
    margin-left: auto;
    width: 40%;
  }
  .place .sangenjaya-map p {
    margin-left: 1em;
    text-indent: -1em;
  }
  .place .sangenjaya-map .blue-txt {
    color: #014099;
  }
  .place .sangenjaya-map .red-txt {
    color: #e60012;
  }
  .place .sangenjaya-map img {
    width: 92.1875vw;
    height: auto;
    border: 0.26042vw solid #03a744;
  }
  .place .sangenjaya-map figure figcaption {
    color: red;
    margin-top: 0.65104vw;
  }
  .staff {
    color: #333;
    padding-bottom: 72px;
  }
  .staff .wrap_staff {
    margin-top: 72px;
  }
  .staff .wrap_staff > .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 46px;
  }
  .staff .wrap_staff > .content .item {
    width: 100%;
    position: relative;
    border: 1px solid #1474EC;
    padding: 40px 20px 20px;
  }
  .staff .wrap_staff > .content .item span {
    background: url("../../images/about/staff/bg_staff_name.webp") no-repeat;
    background-size: cover;
    background-position-x: -38px;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.54em 2.74em 0.54em 1em;
    position: absolute;
    top: -18px;
    left: 10px;
  }
  .staff .wrap_staff > .content .item .title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .staff .wrap_staff > .content .item .title p {
    white-space: pre-wrap;
    line-height: 1.3;
  }
  .staff .wrap_staff > .content .item .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 13px;
    flex-direction: column;
    row-gap: 20px;
  }
  .staff .wrap_staff > .content .item .flex figure {
    width: 100%;
  }
  .staff .wrap_staff > .content .item .flex p {
    width: 100%;
    font-size: 1.6rem;
  }
  .staff .wrap_staff .txt {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .covid-19 h2::before {
    width: 55px;
    height: 41.06667px;
    background: url(../../images/themes/icon.webp) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: -8px;
  }
  .safety .left {
    width: 100%;
  }
  .safety .wrap_safety > p {
    font-size: 1.6rem;
    line-height: 31px;
  }
  .safety .wrap_safety .detail section {
    margin-top: 4.16667vw;
  }
  .safety .wrap_safety .detail section h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #03a744;
    border-top: 2px solid #03a744;
    border-bottom: 2px solid #03a744;
    padding: 5.64972% 0 5.64972%;
    margin-bottom: 4.23729%;
  }
  .safety .wrap_safety .detail section p {
    font-size: 1.6rem;
    line-height: 31px;
    margin-top: 18px;
  }
  .safety .wrap_safety .detail section p.subTtl {
    border-bottom: 2px solid red;
    color: red;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 20px 0 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  .safety .wrap_safety .detail section .block__right {
    margin-top: 30px;
  }
  .safety .wrap_safety .detail section .block__right figure {
    width: 100%;
  }
  .safety .wrap_safety .detail .section01 {
    margin-top: 4.23729%;
  }
  .safety .wrap_safety .detail .section01 .block {
    margin-top: 4.16667vw;
  }
  .safety .wrap_safety .detail .section01 .block__right .photos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  .safety .wrap_safety .detail .section01 .block__right .photos figure:nth-of-type(n + 3) {
    margin-top: 1.5625vw;
  }
  .safety .wrap_safety .detail .section01 .block__right .photos figure img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 300/225;
  }
  .safety .wrap_safety .detail .section02 {
    margin-top: 30px;
  }
  .safety .wrap_safety .detail .section02 .block__left ul li {
    font-size: 1.4rem;
    padding-left: 18px;
    position: relative;
  }
  .safety .wrap_safety .detail .section02 .block__left ul li:before {
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 4px;
  }
  .safety .wrap_safety .detail .section02 .block__left ul li small {
    font-size: 1em;
  }
  .safety .wrap_safety .detail .section02 .block__left ul li + li {
    margin-top: 5px;
  }
  .safety .wrap_safety .detail .section02 .photos {
    -moz-border-radius: 1.5625vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px auto 0;
    width: 100%;
    overflow: hidden;
  }
  .safety .wrap_safety .detail .section03 {
    margin-top: 30px;
  }
  .safety .wrap_safety .detail .section04 {
    margin-top: 30px;
  }
  .safety .wrap_safety .detail .section04 figure {
    margin-top: 30px;
  }
  /* 教室の一日修正 */
  .day .left {
    width: 100%;
    padding: 0;
  }
  /* 安心してご参加いただくために */
  .safety {
    margin-top: 20px !important;
  }
}