@charset "shift_jis";
/* ======================================================
 * /common-files/css/gecard/npoafterschool/npoafterschool.css
====================================================== */
body {
  font-family: "Heebo", "Noto Sans CJK JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

.target-element {
  display: none;
}
.target-element.js-toggle {
  display: block;
}

/* layout
------------------------------------------------------ */
a:visited,
a:link {
  color: #000;
}

p, ul, ol, div {
  color: #000;
}

.advance_reception {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  /* override
  ------------------------------------------------------ */
  body {
    min-width: 1230px;
    font-size: 1.6rem;
  }
  /* header
  ------------------------------------------------------ */
  #header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-bottom: none;
  }
  #headerLogo {
    width: 1260px;
    margin: 0 auto;
    padding: 0;
  }
  #header #headerLogo img {
    width: 310px;
  }
  /* layout
  ------------------------------------------------------ */
  #mainContainer {
    margin-top: 0;
  }
  #mainContents {
    width: 1260px;
    padding: 55px 30px 0;
  }
  /* footer
  ------------------------------------------------------ */
  #footer {
    margin-top: 0;
    /* padding-bottom: 130px; */
  }
  #copyright {
    font-size: 16px;
    text-align: center;
  }
  /* mainVisual
  ------------------------------------------------------ */
  .mainVisual {
    box-sizing: border-box;
    position: relative;
    left: 50%;
    width: 100%;
    padding: 80px 0 96px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/mv.webp") no-repeat center top;
    background-size: 2077px 944px;
    text-align: center;
    transform: translateX(-50%);
  }
  .mainVisualImg {
    margin-top: 40px;
  }
  .mainVisual .mainVisualText01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 430px;
    height: 51px;
    margin: 40px auto 0;
    background-color: #f2e0b9;
    border-radius: 25px;
  }
  .mainVisual .mainVisualText02 {
    margin-top: 68px;
  }
  /* module
  ------------------------------------------------------ */
  /* modal */
  .modalInlineWrapper {
    display: none;
  }
  #cboxContent {
    overflow: visible !important;
  }
  #colorbox #cboxLoadedContent {
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  #cboxClose {
    display: block;
    position: absolute;
    top: -20px !important;
    bottom: auto !important;
    right: -20px !important;
    background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0 !important;
    width: 48px !important;
    height: 48px !important;
    text-indent: -9999px;
  }
  #cboxClose:hover {
    background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
  }
  #cboxContent {
    max-width: 1100px;
  }
  .modalContents {
    width: 100%;
    padding: 40px 30px;
  }
  .modalContents p {
    color: #231815;
  }
  .ModalInner .cb_close a:after {
    right: 10px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    background-image: url(/common-files/img/com_close_ic01.png);
  }
  #cboxContent {
    background-color: #ececec;
  }
  .cb_close a {
    text-decoration: none;
  }
  .npo-modal-box02 .title-position {
    text-align: center;
  }
  .npo-modal-box02 .npo-modal-boxTitle {
    display: inline;
    width: 500px;
    margin: 0 auto;
    padding: 10px 40px;
    color: #fff;
    background-color: #1e2087;
    font-size: 26px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
  }
  .npo-modal-column {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .npo-modal-column .npo-modal-columnItem {
    position: relative;
    width: calc(50% - 20px);
    padding: 30px 25px;
    border-radius: 20px;
    background-color: #fff;
  }
  .npo-modal-column .npo-modal-columnItem:nth-of-type(2)::before {
    content: "or";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -52px;
    width: 65px;
    height: 65px;
    margin-top: -32.5px;
    border-radius: 50%;
    background-color: #1e2087;
    font-size: 2.5rem;
    color: #fff;
  }
  .npo-modal-column .npo-modal-columnImageLead {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 15px;
  }
  .npo-modal-column .npo-modal-columnImageLead .npo-modal-columnImageLeadImage {
    flex-shrink: 0;
    margin-right: 15px;
  }
  .npo-modal-column .npo-modal-columnImageLead .npo-modal-columnImageLeadLead {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    color: #231815;
  }
  .npo-modal-column .npo-modal-columnLeadText {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .npo-modal-link a {
    margin-top: 10px;
    font-size: 1.8rem;
    color: #008191;
  }
  .npo-modal-listWrap[data-col="2"] .npo-modal-list {
    display: flex;
    flex-flow: row wrap;
    width: 360px;
  }
  .npo-modal-listWrap[data-col="2"] .npo-modal-list > li {
    width: 170px;
  }
  .npo-modal-listWrap[data-col="2"] .npo-modal-list > li:nth-of-type(2n) {
    width: 170px;
  }
  .npo-modal-noteList li.npo-modal-listColor01 {
    color: #dc322c;
  }
  .npo-modal-list > li {
    position: relative;
    padding-left: 8px;
    font-size: 1.8rem;
    color: #231815;
  }
  .npo-modal-list > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
  }
  .npo-modal-noteList {
    margin-top: 15px;
    line-height: 1.6;
  }
  .npo-modal-noteList > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
    color: #231815;
  }
  .npo-modal-noteList > li .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .npo-modal-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
  }
  .npo-modal-text {
    margin-top: 20px;
    font-size: 2rem;
  }
  .npo-modal-image {
    margin-top: 20px;
  }
  /* media */
  .npoafterschool-media {
    width: 1060px;
    margin: 26px auto 56px;
  }
  .npoafterschool-media h4 {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  .npoafterschool-media h4 span {
    border-bottom: dotted 8px #EE815C;
  }
  .npoafterschool-media .npoafterschool-mediaHead > .no_voiContent > :first-child,
  .npoafterschool-media .npoafterschool-mediaHead > .voiContent > :first-child {
    margin-top: 0 !important;
  }
  .npoafterschool-media .npoafterschool-mediaBody {
    flex-shrink: 0;
    width: 378px;
    margin: 59px -4px 0 -70px;
  }
  .npoafterschool-media .npoafterschool-mediaBody > :first-child {
    margin-top: 0 !important;
  }
  .npoafterschool-media .voiContent {
    width: 835px;
    margin: 0 auto 56px;
  }
  .npoafterschool-media .npoafterschool-mediaText01 {
    margin-top: 20px;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .npoafterschool-media .npoafterschool-mediaImage {
    margin-top: 20px;
    text-align: center;
  }
  .npoafterschool-media .npoafterschool-mediaList {
    margin-top: 20px;
  }
  .npoafterschool-media .npoafterschool-mediaList li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  .npoafterschool-media .npoafterschool-mediaList[data-align-pc=center] li {
    position: static;
    padding-left: 0;
    text-align: center;
  }
  .npoafterschool-media .npoafterschool-mediaList li + li {
    margin-top: 10px;
  }
  .npoafterschool-media .npoafterschool-mediaList li .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .npoafterschool-media .npoafterschool-mediaList[data-align-pc=center] li .mark {
    position: static;
  }
  .npoafterschool-media02 sup {
    vertical-align: super;
    font-size: 1.1rem;
  }
  .npoafterschool-media02 {
    display: flex;
    gap: 20px;
    margin-top: 22px;
  }
  .npoafterschool-media02 .npoafterschool-mediaHead {
    flex-shrink: 0;
    width: 485px;
  }
  .npoafterschool-media02 .npoafterschool-mediaBody {
    margin-left: 33px;
  }
  .npoafterschool-media02 .npoafterschool-mediaHead > :first-child,
  .npoafterschool-media02 .npoafterschool-mediaBody > :first-child {
    margin-top: 0 !important;
  }
  .npoafterschool-media02 .npoafterschool-mediaText01 {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .npoafterschool-media02 .npoafterschool-mediaText02 {
    margin-top: 14px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .npoafterschool-media02 .npoafterschool-mediaText03 {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .npoafterschool-media02 .npoafterschool-mediaNote {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  .npoafterschool-media02 .npoafterschool-mediaNote > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .webBtn {
    margin-top: 20px;
  }
  .webBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 460px;
    min-height: 52px;
    margin: 0 auto;
    padding: 5px 20px 5px 10px;
    background-color: #000;
    border-radius: 10px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-out;
  }
  .webBtn a:hover {
    opacity: 0.7;
  }
  .webBtn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url("/gecard/npoafterschool/img-files/index_ic03.webp") no-repeat 0 0/cover;
  }
  /* .applyBtn {
  	margin-top: 43px;
  }
  .applyBtn li a {
  	position: relative;
  	display: flex;
  	background-color: #4f4946;
  	border-radius: 45px;
  	height: 90px;
  	padding: 4px;
  	transition: 0.3s all ease-out;
  }
  .applyBtn li a::before {
  	position: absolute;
  	content: "";
  	top: 50%;
  	right: 18px;
  	width: 37px;
  	height: 37px;
  	margin-top: -18px;
  	background: url("/gecard/nandemoikimono/img-files/index_ic04.webp") no-repeat 0 0 / contain;
  }
  .applyBtn li a .applyBtnLabel {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 100%;
  	border: 2px solid #fffaef;
  	border-radius: 41px;
  	padding: 0 23px 0 10px;
  }
  .applyBtn li a:hover {
  	opacity: 0.7;
  } */
  /* leadエリア */
  #npoafterschool-section {
    padding: 170px 0 96px;
    background: url("/gecard/npoafterschool/img-files/bg_about.png") repeat center;
  }
  #npoafterschool-section #lead_area {
    box-sizing: border-box;
    position: relative;
    width: 1260px;
    margin: 0 auto 0;
    padding: 130px 0 130px 660px;
    border-radius: 50px;
    background: #FDF0B3;
  }
  #npoafterschool-section #lead_area .img {
    position: absolute;
    top: -74px;
    left: 95px;
    border-radius: 62px;
    border: 11px solid #FDF0B3;
  }
  #npoafterschool-section #lead_area .txt {
    width: 550px;
  }
  #npoafterschool-section #lead_area .txt p {
    font-size: 20px;
    font-weight: bold;
  }
  #npoafterschool-section #lead_area .txt p.attention {
    color: #EE815C;
  }
  #npoafterschool-section #lead_area .txt p + p {
    margin-top: 23px;
  }
  /* デザインの種類 */
  #npoafterschool-section02 {
    padding: 120px 0 88px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/bg_section02.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section02 h2 {
    margin-bottom: 88px;
    text-align: center;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap {
    width: 1260px;
    margin: 0 auto 78px;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner {
    display: flex;
    justify-content: space-between;
    width: 1260px;
    margin-bottom: 60px;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-card + .npoafterschool-card .npoafterschool-cardInner {
    border: 8px solid #F4E390;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-card + .npoafterschool-card .npoafterschool-cardTitle {
    background-color: #F4E390;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner {
    position: relative;
    box-sizing: border-box;
    width: 580px;
    min-height: 414px;
    padding: 70px 70px 56px;
    border-radius: 20px;
    border: 8px solid #FFE0B2;
    background-color: #fff;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .npoafterschool-cardTitle {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 440px;
    border-radius: 50px;
    background-color: #FFE0B2;
    line-height: 80px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    transform: translateX(-50%);
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner img {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnEntry a,
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnChange a {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    max-width: 500px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    background: #F28DA5 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat right 20px center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    line-height: 80px;
    transition: 0.4s;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnEntry a:hover,
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnChange a:hover {
    opacity: 0.7;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnEntry a::before,
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnChange a::before {
    display: none;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnEntry a::after,
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .btnList01 .applyBtnChange a::after {
    display: none;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .btn {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    width: 500px;
    margin: 0 auto 16px;
    background: #EE815C url("/gecard/npoafterschool/img-files/icn_anchor_arrow.png") no-repeat calc(100% - 30px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    line-height: 80px;
    transition: 0.4s;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .btn:hover {
    opacity: 0.7;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .npoafterschool-cardText02 {
    text-align: center;
  }
  #npoafterschool-section02 .npoafterschool-heading03Title {
    margin-bottom: 35px;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section02 h4 {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
  #npoafterschool-section02 h4 span {
    border-bottom: dotted 8px #EE815C;
  }
  #npoafterschool-section02 ul.note_list {
    width: 1060px;
    margin: 0 auto 56px;
  }
  #npoafterschool-section02 ul.note_list li {
    font-size: 14px;
  }
  #npoafterschool-section02 ul.note_list li + li {
    margin-top: 5px;
  }
  #npoafterschool-section02 ul.note_list li::before {
    display: inline-block;
    content: "※";
    margin-right: 2px;
  }
  #npoafterschool-section02 .donation_area {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 8px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
  }
  #npoafterschool-section02 .donation_area .inner {
    width: 100%;
    padding: 24px 56px 52px;
    border-radius: 12px;
    border: 2px dashed #FDD23E;
    background: url("/gecard/npoafterschool/img-files/img_donation.png") no-repeat calc(100% - 62px) 69px;
  }
  #npoafterschool-section02 .donation_area .inner h3 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section02 .donation_area .inner p {
    font-size: 24px;
  }
  /* 放課後NPOアフタースクールについて */
  #npoafterschool-section03 {
    padding: 120px 0 0;
    background: #F4F1D6 url("/gecard/npoafterschool/img-files/bg_section03.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section03 h2 {
    margin-bottom: 56px;
    text-align: center;
  }
  #npoafterschool-section03 .assignment_text {
    margin-bottom: 56px;
    font-size: 20px;
    text-align: center;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 98px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap h3 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap p {
    font-size: 24px;
    text-align: center;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video {
    margin: 45px auto 72px;
    width: 954px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    background: #fdd23e;
    padding: 8px;
    box-sizing: border-box;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a {
    display: block;
    text-decoration: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/gecard/npoafterschool/img-files/pat_dot2.png) repeat center center/2px;
    border-radius: 20px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a .thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a:hover .thumb {
    transform: scale(1.1, 1.1);
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a:hover .play {
    fill: #d55b31;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video .time {
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 12px;
    background: #000;
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.43;
    border-radius: 2px;
    padding: 0 0.45em;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video .play {
    position: absolute;
    z-index: 2;
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    fill: #ee815c;
    width: 62px;
    height: 62px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video .ttl {
    position: absolute;
    z-index: 2;
    bottom: -8px;
    left: calc(50% - 275px);
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .btn {
    display: block;
    width: 794px;
    height: 80px;
    margin: 0 auto;
    padding: 0 32px 0;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F7BE39 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 30px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    line-height: 80px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .btn:hover {
    opacity: 0.7;
  }
  #npoafterschool-section03 .assignment {
    padding: 96px 0;
    background: linear-gradient(180deg, #F8F8F8 0%, #F2F2F3 100%);
  }
  #npoafterschool-section03 .assignment .inner {
    width: 1100px;
    margin: 0 auto;
  }
  #npoafterschool-section03 .assignment h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1100px;
    height: 379px;
    margin-bottom: 56px;
    background: url("/gecard/npoafterschool/img-files/bg_assignment_ttl.png") no-repeat center;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section03 .assignment h4 {
    margin-bottom: 56px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section03 .assignment h4 span {
    padding-bottom: 8px;
    border-bottom: dotted 8px #666;
  }
  #npoafterschool-section03 .assignment .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 856px;
    margin: 0 auto 40px;
  }
  #npoafterschool-section03 .assignment .flex_box .unit {
    padding: 33px 22px;
    border-radius: 20px;
    border: 1px solid #666;
    background: #FFF;
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
  }
  #npoafterschool-section03 .assignment .problems {
    margin: 0 auto 40px;
    text-align: center;
  }
  #npoafterschool-section03 .assignment .problems .unit {
    display: inline-block;
    padding: 33px 22px;
    border-radius: 20px;
    border: 1px solid #666;
    background: #FFF;
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
  }
  #npoafterschool-section03 .assignment .btn {
    box-sizing: border-box;
    display: flex;
    width: 436px;
    height: 80px;
    margin: 0 auto;
    padding: 0 32px 0;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F7BE39 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 30px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
  }
  #npoafterschool-section03 .assignment .btn:hover {
    opacity: 0.7;
  }
  /* 子どもたちのスキ！を応援 */
  #npoafterschool-section04 {
    padding: 96px 0 0;
    background: #fff;
  }
  #npoafterschool-section04 .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #npoafterschool-section04 .inner .head_area {
    position: relative;
  }
  #npoafterschool-section04 .inner .head_area .txt {
    margin-bottom: 68px;
  }
  #npoafterschool-section04 .inner .head_area .txt h2 {
    margin-bottom: 32px;
    text-align: left;
  }
  #npoafterschool-section04 .inner .head_area .txt p {
    width: 737px;
    font-size: 24px;
  }
  #npoafterschool-section04 .inner .head_area .txt p span {
    color: #22B5AE;
    font-weight: bold;
  }
  #npoafterschool-section04 .inner .head_area .img {
    position: absolute;
    top: 80px;
    right: 0;
  }
  #npoafterschool-section04 .inner .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #npoafterschool-section04 .inner .flex_box.flex01 {
    margin-bottom: 56px;
  }
  #npoafterschool-section04 .inner .flex_box .img {
    width: 308px;
  }
  #npoafterschool-section04 .inner .flex_box .txt {
    width: 870px;
  }
  #npoafterschool-section04 .inner .flex_box .txt p {
    font-size: 32px;
  }
  #npoafterschool-section04 .inner .flex_box .txt p span {
    font-weight: bold;
  }
  #npoafterschool-section04 .inner .flex_box .txt p a {
    font-size: 24px;
  }
  #npoafterschool-section04 .inner .btn {
    box-sizing: border-box;
    display: block;
    width: 756px;
    height: 80px;
    margin: 0 auto;
    padding: 0 32px 0;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F7BE39 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 30px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    line-height: 80px;
  }
  #npoafterschool-section04 .inner .btn:hover {
    opacity: 0.7;
  }
  #npoafterschool-section04 .inner .border_area {
    box-sizing: border-box;
    width: 1200px;
    margin: 96px auto;
    padding: 75px 80px 53px;
    border-radius: 20px;
    border: 8px solid #F7BE39;
  }
  #npoafterschool-section04 .inner .border_area h3 {
    margin-bottom: 36px;
    padding-top: 34px;
    background: url("/gecard/npoafterschool/img-files/icn_border_ttl.png") no-repeat center top;
    font-size: 32px;
    font-weight: bold;
    color: #22B5AE;
    text-align: center;
  }
  #npoafterschool-section04 .inner .border_area .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #npoafterschool-section04 .inner .border_area .flex_box.flex02 {
    margin-bottom: 30px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .two_unit {
    box-sizing: border-box;
    width: 424px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section {
    padding: 35px 30px;
    border-radius: 20px;
    border: 2px solid #F7BE39;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section + .section {
    margin-top: 24px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section h4 {
    display: block;
    font-size: 32px;
    font-weight: bold;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit {
    box-sizing: border-box;
    width: 520px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit .section {
    padding: 36px 46px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit .section h4 {
    margin-bottom: 12px;
    font-size: 32px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit .section ul li {
    margin-left: 1em;
    list-style-type: disc;
    font-size: 24px;
  }
  #npoafterschool-section04 .inner .border_area .note {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #npoafterschool-section04 .inner .border_area .ttl_brd {
    display: inline-block;
    margin-bottom: 16px;
    padding: 9px 24px 5px;
    border-radius: 50px;
    border: 2px solid #F7BE39;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
  }
  #npoafterschool-section04 .inner .border_area .border_txt_area {
    margin: 0 0 40px 24px;
  }
  /* お申し込みからカードが届くまでの流れ */
  #npoafterschool-section05 {
    padding: 120px 0 80px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/bg_section05.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section05 h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  #npoafterschool-section05 .subttl {
    margin-bottom: 43px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section05 .application_area {
    width: 1200px;
    margin: 0 auto 60px;
  }
  #npoafterschool-section05 .application_area .ttl01 {
    margin-bottom: 30px;
    color: #22B5AE;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section05 .application_area .ttl01 span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    font-size: 20px;
  }
  #npoafterschool-section05 .application_area .ttl01 span::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 24px;
    margin-right: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_left.png") no-repeat center;
  }
  #npoafterschool-section05 .application_area .ttl01 span::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 24px;
    margin-left: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_right.png") no-repeat center;
  }
  #npoafterschool-section05 .application_area .flow--wrap {
    margin-bottom: 40px;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 384px;
    height: 384px;
    text-align: center;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li.list01 {
    background: url("/gecard/npoafterschool/img-files/bg_flow01.webp") no-repeat center;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li.list02 {
    background: url("/gecard/npoafterschool/img-files/bg_flow02.webp") no-repeat center;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li.list03 {
    padding-top: 40px;
    background: url("/gecard/npoafterschool/img-files/bg_flow03.webp") no-repeat center;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li .ttl {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li .small {
    font-size: 14px;
  }
  #npoafterschool-section05 .application_area .cboxElement {
    display: block;
    width: 500px;
    margin: 0 auto 64px;
    padding: 20px 32px 20px 32px;
    border-radius: 50px;
    background: #22B5AE url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 60px) center;
    border-bottom: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
  }
  #npoafterschool-section05 .application_area .cboxElement span {
    font-size: 32px;
  }
  #npoafterschool-section05 .application_area .cboxElement span.small {
    display: block;
    font-size: 16px;
  }
  #npoafterschool-section05 .application_area .cboxElement::after {
    display: none;
  }
  #npoafterschool-section05 .application_area .cboxElement:hover {
    opacity: 0.7;
  }
  #npoafterschool-section05 .web_area {
    width: 1200px;
    margin: 0 auto;
  }
  #npoafterschool-section05 .web_area .ttl02 {
    margin-bottom: 28px;
    color: #F28DA5;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .ttl02 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
  }
  #npoafterschool-section05 .web_area .ttl02 span::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 24px;
    margin-right: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_left02.png") no-repeat center;
  }
  #npoafterschool-section05 .web_area .ttl02 span::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 24px;
    margin-left: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_right02.png") no-repeat center;
  }
  #npoafterschool-section05 .web_area .web_area_txt {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .flex_box {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    margin: 0 auto;
  }
  #npoafterschool-section05 .web_area .flex_box .unit {
    width: 500px;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .flex_box .unit img {
    /* width: 384px; */
    max-height: 246px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnEntry a,
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnChange a {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    width: 500px;
    height: 80px;
    margin: 0 auto 16px;
    padding: 0;
    border-bottom: none;
    background: #F28DA5 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 30px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    line-height: 80px;
    transition: 0.4s;
  }
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnEntry a:hover,
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnChange a:hover {
    opacity: 0.7;
  }
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnEntry a::before,
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnChange a::before {
    display: none;
  }
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnEntry a::after,
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtnChange a::after {
    display: none;
  }
  #npoafterschool-section05 .web_area .flow--wrap {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 384px;
    height: 384px;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li.list01 {
    background: url("/gecard/npoafterschool/img-files/bg_web_flow01.webp") no-repeat center;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li.list02 {
    background: url("/gecard/npoafterschool/img-files/bg_web_flow02.webp") no-repeat center;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li.list03 {
    background: url("/gecard/npoafterschool/img-files/bg_web_flow03.webp") no-repeat center;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li .ttl {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li .small {
    font-size: 14px;
  }
  #npoafterschool-section06 {
    padding: 120px 0 86px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/bg_section06.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section06 h2 {
    margin-bottom: 58px;
    text-align: center;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap {
    display: flex;
    justify-content: center;
    gap: 36px;
    width: 1080px;
    margin: 14px auto 96px;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn {
    width: calc(50% - 18px);
    height: 80px;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn a {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    width: 500px;
    height: 80px;
    margin: 0 auto 16px;
    padding: 0;
    border: 4px solid #EE815C;
    background: #fff url("/gecard/npoafterschool/img-files/icn_btn_arrow02.png") no-repeat calc(100% - 30px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #222;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    line-height: 72px;
    transition: 0.4s;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn a::after {
    display: none;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn a:hover {
    opacity: 0.7;
  }
  #npoafterschool-section06 .npoafterschool-box {
    box-sizing: border-box;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    border: 8px solid #FDD23E;
  }
  #npoafterschool-section06 .npoafterschool-box + .npoafterschool-box {
    margin-top: 95px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInner {
    padding: 30px 52px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInner > :first-child {
    margin-top: 0 !important;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxTitle {
    margin-bottom: 18px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxText {
    font-size: 16px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxText .txtLarge {
    font-size: 2rem;
    font-weight: bold;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList {
    margin-top: 9px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList.indent {
    margin-left: 15px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  #npoafterschool-section06 .flow--wrap + .npoafterschool-box {
    margin-top: 42px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList > li > .npoafterschool-boxListNest > :first-child,
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 > li > .npoafterschool-boxListNest > :first-child {
    margin-top: 0 !important;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList02 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList02 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 {
    margin-top: 30px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxImage {
    margin-top: 28px;
    text-align: center;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxHr {
    width: 100%;
    height: 2px;
    margin: 30px 0 38px;
    border-bottom: 3px dashed #C8C3BD;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry {
    text-align: center;
    line-height: 1.2;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry > :first-child {
    margin-top: 0 !important;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry .npoafterschool-boxInquiryTxt {
    font-size: 1.6rem;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry .npoafterschool-boxInquiryTel {
    font-size: 1.6rem;
  }
  .bg_FFF8F0 {
    padding-bottom: 88px;
    background-color: #FFF8F0 !important;
  }
  .bg_FFF8F0 .snsArea {
    margin: 0 auto;
    background-color: #FFF8F0 !important;
  }
  #float_area {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 1200px;
    height: 110px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 2;
  }
  #float_area .float_inner {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
  }
  #float_area .float_inner .btnG a {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 16px 32px 16px 32px;
    border-radius: 50px;
    color: #fff;
    background: #22B5AE url(/gecard/npoafterschool/img-files/icn_btn_arrow.png) no-repeat calc(100% - 30px) center;
    border-bottom: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }
  #float_area .float_inner .btnG a span {
    font-size: 32px;
  }
  #float_area .float_inner .btnG a span.small {
    display: block;
    font-size: 16px;
  }
  #float_area .float_inner .btnG a:hover {
    opacity: 0.7;
  }
  #float_area .float_inner .btn a {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 16px 32px 16px 32px;
    border-radius: 50px;
    color: #fff;
    background: #F28DA5 url(/gecard/npoafterschool/img-files/icn_btn_arrow.png) no-repeat calc(100% - 30px) center;
    border-bottom: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }
  #float_area .float_inner .btn a span {
    font-size: 32px;
  }
  #float_area .float_inner .btn a span.small {
    display: block;
    font-size: 16px;
  }
  #float_area .float_inner .btn a:hover {
    opacity: 0.7;
  }
  #float_area .float_inner .btn + .btn a {
    background-color: #F28DA5;
  }
}
@media screen and (max-width: 750px) {
  /* override
  ------------------------------------------------------ */
  body {
    font-size: 1.3rem;
  }
  /* header
  ------------------------------------------------------ */
  #header {
    height: 40px;
    padding: 0;
    border-bottom: none;
    background-color: #fff;
  }
  #headerLogo {
    padding: 5px 10px 7px;
  }
  #header #headerLogo img {
    width: 168px;
    height: auto;
  }
  /* layout
  ------------------------------------------------------ */
  /* footer
  ------------------------------------------------------ */
  #footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding: 10px 0 0;
    border: none;
    background-color: #fff;
    text-align: center;
  }
  #copyright {
    font-size: 12px;
    color: #222;
  }
  /* mainVisual
  ------------------------------------------------------ */
  .mainVisual {
    box-sizing: border-box;
    position: relative;
    left: 50%;
    width: 100%;
    padding: 56px 0 56px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/mv_sp.webp") no-repeat center top;
    background-size: 532px 834px;
    text-align: center;
    transform: translateX(-50%);
  }
  .mainVisual .mainVisualTitle img {
    width: 100%;
    max-width: 363px;
  }
  .mainVisual .mainVisualText01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 430px;
    height: 51px;
    margin: 40px auto 0;
    background-color: #f2e0b9;
    border-radius: 25px;
  }
  .mainVisual .mainVisualText02 {
    margin-top: 24px;
  }
  /* news
  ------------------------------------------------------ */
  /* module
  ------------------------------------------------------ */
  /* modal */
  .modalInlineWrapper {
    display: none;
  }
  #cboxContent {
    overflow: visible !important;
    background-color: #ececec;
  }
  #colorbox #cboxLoadedContent {
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  #cboxClose {
    display: block;
    position: absolute;
    top: -15px !important;
    bottom: auto !important;
    right: -15px !important;
    background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0/40px !important;
    background-size: 40px auto;
    width: 40px !important;
    height: 40px !important;
    text-indent: -9999px;
  }
  .modalContents {
    padding: 25px 10px;
  }
  .npo-modal-box02 .title-position {
    text-align: center;
  }
  .ModalInner .cb_close a:after {
    right: 10px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    background-image: url(/common-files/img/sp_com_close_ic01.png);
    background-size: 14px 14px;
  }
  .npo-modal-box02 .npo-modal-boxTitle {
    display: inline;
    width: 300px;
    margin: 0 auto 0;
    padding: 10px 40px;
    color: #fff;
    background-color: #1e2087;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .npo-modal-column {
    display: block;
    margin-top: 30px;
  }
  .npo-modal-column .npo-modal-columnItem {
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
  }
  .npo-modal-column .npo-modal-columnItem + .npo-modal-columnItem {
    margin-top: 20px;
  }
  .npo-modal-column .npo-modal-columnItem:nth-of-type(2)::before {
    content: "or";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border-radius: 50%;
    background-color: #1e2087;
    font-size: 1.5rem;
    color: #fff;
    margin-top: -32.5px;
  }
  .npo-modal-column .npo-modal-columnImageLead {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .npo-modal-column .npo-modal-columnImageLead .npo-modal-columnImageLeadImage {
    flex-shrink: 0;
    width: 50px;
    margin-right: 10px;
  }
  .npo-modal-column .npo-modal-columnImageLead .npo-modal-columnImageLeadLead {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .npo-modal-column .npo-modal-columnLeadText {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .npo-modal-listWrap[data-col="2"] .npo-modal-list {
    display: flex;
    flex-flow: row wrap;
    width: 360px;
  }
  .npo-modal-listWrap[data-col="2"] .npo-modal-list > li {
    width: 170px;
  }
  .npo-modal-listWrap[data-col="2"] .npo-modal-list > li:nth-of-type(2n) {
    width: 170px;
  }
  .npo-modal-noteList li.npo-modal-listColor01 {
    color: #dc322c;
  }
  .npo-modal-list > li {
    position: relative;
    padding-left: 5px;
    font-size: 1.3rem;
  }
  .npo-modal-list > li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
  }
  .npo-modal-noteList {
    margin-top: 5px;
  }
  .npo-modal-noteList > li {
    position: relative;
    padding-left: 12px;
    font-size: 1.2rem;
  }
  .npo-modal-noteList > li .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .npo-modal-link {
    margin-top: 10px;
  }
  .npo-modal-link a {
    font-size: 1.2rem;
    color: #008191;
  }
  /* media */
  .npoafterschool-media {
    margin-top: 18px;
    margin-bottom: 56px;
  }
  .npoafterschool-media .npoafterschool-mediaBody {
    margin-top: 15px;
  }
  .npoafterschool-media .npoafterschool-mediaHead > .no_voiContent > :first-child,
  .npoafterschool-media .npoafterschool-mediaHead > .voiContent > :first-child {
    margin-top: 0 !important;
  }
  .npoafterschool-media .npoafterschool-mediaBody > :first-child {
    margin-top: 0 !important;
  }
  .npoafterschool-media .npoafterschool-mediaText01 {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .npoafterschool-media .npoafterschool-mediaImage {
    margin-top: 20px;
    text-align: center;
  }
  .npoafterschool-media .npoafterschool-mediaImage01 {
    width: 226px;
    margin: 20px auto 0;
  }
  .npoafterschool-media .npoafterschool-mediaList {
    width: 100%;
    max-width: 355px;
    margin: 16px auto 0;
  }
  .npoafterschool-media .npoafterschool-mediaList li {
    position: relative;
    padding-left: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .npoafterschool-media .npoafterschool-mediaList li + li {
    margin-top: 2px;
  }
  .npoafterschool-media .npoafterschool-mediaList li .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .npoafterschool-media02 sup {
    vertical-align: super;
    font-size: 1rem;
  }
  .npoafterschool-media02 {
    margin-top: 15px;
  }
  .npoafterschool-media02 .npoafterschool-mediaBody {
    margin-top: 18px;
  }
  .npoafterschool-media02 .npoafterschool-mediaHead > :first-child,
  .npoafterschool-media02 .npoafterschool-mediaBody > :first-child {
    margin-top: 0 !important;
  }
  .npoafterschool-media02 .npoafterschool-mediaImage01 {
    text-align: center;
  }
  .npoafterschool-media02 .npoafterschool-mediaText01 {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 1.3rem;
  }
  .npoafterschool-media02 .npoafterschool-mediaText02 {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .npoafterschool-media02 .npoafterschool-mediaText03 {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .npoafterschool-media02 .npoafterschool-mediaNote {
    position: relative;
    padding-left: 12px;
    font-size: 1.2rem;
  }
  .npoafterschool-media02 .npoafterschool-mediaNote > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .npoafterschool-media02 .npoafterschool-mediaNote {
    position: relative;
    padding-left: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .npoafterschool-media02 .npoafterschool-mediaNote > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .webBtn {
    margin-top: 20px;
  }
  .webBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 355px;
    min-height: 42px;
    margin: 0 auto;
    padding: 5px 20px 5px 10px;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
  }
  .webBtn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background: url("/gecard/npoafterschool/img-files/index_ic03.webp") no-repeat 0 0/cover;
  }
  /* leadエリア */
  #npoafterschool-section {
    padding: 175px 0 56px;
    background: url("/gecard/npoafterschool/img-files/bg_about.png") repeat center;
  }
  #npoafterschool-section #lead_area {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 18px 40;
    border-radius: 30px;
    background: #FDF0B3;
  }
  #npoafterschool-section #lead_area .img {
    position: absolute;
    top: -125px;
    left: 50%;
    margin: 0 auto 0;
    border-radius: 40px;
    border: 7px solid #FDF0B3;
    transform: translateX(-50%);
  }
  #npoafterschool-section #lead_area .img img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #npoafterschool-section #lead_area .txt {
    width: 90%;
    margin: 0 auto;
    padding: 170px 0 36px;
  }
  #npoafterschool-section #lead_area .txt p {
    font-size: 14px;
    font-weight: bold;
  }
  #npoafterschool-section #lead_area .txt p.attention {
    color: #EE815C;
    font-size: 20px;
    line-height: 1.2;
  }
  #npoafterschool-section #lead_area .txt p + p {
    margin-top: 8px;
  }
  /* デザインの種類 */
  #npoafterschool-section02 {
    padding: 93px 0 56px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/bg_section02.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section02 h2 {
    margin-bottom: 56px;
    text-align: center;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap {
    width: 100%;
    max-width: 355px;
    margin: 0 auto 56px;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner {
    margin-bottom: 30px;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-card + .npoafterschool-card {
    margin-top: 45px;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-card + .npoafterschool-card .npoafterschool-cardInner {
    border: 5px solid #F4E390;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-card + .npoafterschool-card .npoafterschool-cardTitle {
    background-color: #F4E390;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 56px 42px 42px;
    border-radius: 12px;
    border: 5px solid #FFE0B2;
    background-color: #fff;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .npoafterschool-cardTitle {
    position: absolute;
    top: -29px;
    left: 50%;
    width: 270px;
    border-radius: 50px;
    background-color: #FFE0B2;
    line-height: 49px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 49px;
    transform: translateX(-50%);
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner img {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .applyBtn a {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    max-width: 355px;
    height: 62px;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    background: #F28DA5 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 15px) center;
    background-size: 9px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 62px;
    transition: 0.4s;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .applyBtn a:hover {
    opacity: 0.7;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .inner .npoafterschool-cardInner .applyBtn a::after {
    display: none;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .btn {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    width: 340px;
    margin: 0 auto 16px;
    background: #EE815C url("/gecard/npoafterschool/img-files/icn_anchor_arrow.png") no-repeat calc(100% - 15px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 52px;
    transition: 0.4s;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .btn:hover {
    opacity: 0.7;
  }
  #npoafterschool-section02 .npoafterschool-cardWrap .npoafterschool-cardText02 {
    text-align: center;
  }
  #npoafterschool-section02 .npoafterschool-heading03Title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section02 h4 {
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
  #npoafterschool-section02 h4 span {
    /* border-bottom: dotted 8px #EE815C; */
    padding-bottom: 4px;
    background: url("/gecard/npoafterschool/img-files/bg_border_o.webp") repeat-x left bottom;
    background-size: 16px 8px;
  }
  #npoafterschool-section02 ul.note_list {
    width: 96%;
    margin: 0 auto 38px;
  }
  #npoafterschool-section02 ul.note_list li {
    margin-left: 22px;
    font-size: 14px;
    text-indent: -7px;
  }
  #npoafterschool-section02 ul.note_list li + li {
    margin-top: 5px;
  }
  #npoafterschool-section02 ul.note_list li::before {
    display: inline-block;
    content: "※";
  }
  #npoafterschool-section02 .donation_area {
    width: 96%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 20px;
    background: #FFF;
  }
  #npoafterschool-section02 .donation_area .inner {
    width: 100%;
    padding: 30px 15px 166px;
    border-radius: 12px;
    border: 2px dashed #FDD23E;
    background: url("/gecard/npoafterschool/img-files/img_donation.png") no-repeat center 189px;
    background-size: 264px auto;
  }
  #npoafterschool-section02 .donation_area .inner h3 {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section02 .donation_area .inner p {
    font-size: 14px;
  }
  /* 放課後NPOアフタースクールについて */
  #npoafterschool-section03 {
    padding: 96px 0 0;
    background: #F4F1D6 url("/gecard/npoafterschool/img-files/bg_section03.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section03 h2 {
    margin-bottom: 42px;
    text-align: center;
  }
  #npoafterschool-section03 .assignment_text {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap {
    margin: 0 auto;
    padding-bottom: 52px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap p {
    font-size: 14px;
    text-align: center;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video {
    margin: 24px auto 38px;
    width: 355px;
    position: relative;
    z-index: 1;
    border-radius: 11px;
    background: #fdd23e;
    padding: 4px;
    box-sizing: border-box;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a {
    display: block;
    text-decoration: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 11px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/gecard/npoafterschool/img-files/pat_dot2.png) repeat center center/2px;
    border-radius: 11px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a .thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 11px;
    transition: transform 0.5s;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a:hover .thumb {
    transform: scale(1.1, 1.1);
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video a:hover .play {
    fill: #d55b31;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video .time {
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 12px;
    background: #000;
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.43;
    border-radius: 2px;
    padding: 0 0.45em;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video .play {
    position: absolute;
    z-index: 2;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    fill: #ee815c;
    width: 32px;
    height: 32px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .video .ttl {
    position: absolute;
    z-index: 2;
    bottom: -4px;
    left: calc(50% - 128px);
    width: 256px;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .btn {
    display: block;
    max-width: 355px;
    margin: 0 auto;
    padding: 16px 32px 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F7BE39 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 20px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3;
  }
  #npoafterschool-section03 .npoafterschool-cardWrap .btn:hover {
    opacity: 0.7;
  }
  #npoafterschool-section03 .assignment {
    padding: 56px 0;
    background: linear-gradient(180deg, #F8F8F8 0%, #F2F2F3 100%);
  }
  #npoafterschool-section03 .assignment .inner {
    width: 96%;
    margin: 0 auto;
  }
  #npoafterschool-section03 .assignment h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 356px;
    height: 250px;
    margin: 0 auto 32px;
    background: url("/gecard/npoafterschool/img-files/bg_assignment_ttl_sp.png") no-repeat center;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section03 .assignment h4 {
    display: table;
    margin: 0 auto 24px;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: url("/gecard/npoafterschool/img-files/bg_border_g.webp") repeat-x center bottom;
    background-size: 256px 8px;
  }
  #npoafterschool-section03 .assignment .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 336px;
    margin: 0 auto 40px;
  }
  #npoafterschool-section03 .assignment .flex_box .unit {
    padding: 32px 24px;
    border-radius: 20px;
    border: 1px solid #666;
    background: #FFF;
    line-height: 1em;
    font-size: 14px;
    font-weight: bold;
  }
  #npoafterschool-section03 .assignment .problems {
    margin: 0 auto 30px;
    text-align: center;
  }
  #npoafterschool-section03 .assignment .problems .unit {
    display: inline-block;
    padding: 32px 24px;
    border-radius: 20px;
    border: 1px solid #666;
    background: #FFF;
    line-height: 1em;
    font-size: 14px;
    font-weight: bold;
  }
  #npoafterschool-section03 .assignment .btn {
    box-sizing: border-box;
    display: flex;
    width: 355px;
    height: 56px;
    margin: 0 auto;
    padding: 0 32px 0;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F7BE39 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 20px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
  }
  #npoafterschool-section03 .assignment .btn:hover {
    opacity: 0.7;
  }
  /* 子どもたちのスキ！を応援 */
  #npoafterschool-section04 {
    padding: 56px 0 0;
    background: #fff;
  }
  #npoafterschool-section04 .inner {
    width: 96%;
    margin: 0 auto;
  }
  #npoafterschool-section04 .inner .head_area {
    position: relative;
  }
  #npoafterschool-section04 .inner .head_area .txt {
    margin-bottom: 12px;
  }
  #npoafterschool-section04 .inner .head_area .txt h2 {
    margin-bottom: 24px;
    text-align: center;
  }
  #npoafterschool-section04 .inner .head_area .txt p {
    font-size: 14px;
  }
  #npoafterschool-section04 .inner .head_area .txt p span {
    color: #22B5AE;
    font-weight: bold;
  }
  #npoafterschool-section04 .inner .head_area .img {
    width: 342px;
    margin-bottom: 30px;
  }
  #npoafterschool-section04 .inner .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #npoafterschool-section04 .inner .flex_box.flex01 {
    margin-bottom: 32px;
  }
  #npoafterschool-section04 .inner .flex_box .img {
    width: 160px;
    margin-bottom: 15px;
  }
  #npoafterschool-section04 .inner .flex_box .txt {
    width: 96%;
  }
  #npoafterschool-section04 .inner .flex_box .txt p {
    font-size: 14px;
  }
  #npoafterschool-section04 .inner .flex_box .txt p span {
    font-weight: bold;
  }
  #npoafterschool-section04 .inner .flex_box .txt p a {
    font-size: 14px;
  }
  #npoafterschool-section04 .inner .btn {
    box-sizing: border-box;
    display: block;
    width: 355px;
    margin: 0 auto;
    padding: 16px 32px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F7BE39 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 20px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
  }
  #npoafterschool-section04 .inner .btn:hover {
    opacity: 0.7;
  }
  #npoafterschool-section04 .inner .border_area {
    box-sizing: border-box;
    width: 100%;
    margin: 60px auto 52px;
    padding: 47px 16px 30px;
    border-radius: 20px;
    border: 8px solid #F7BE39;
  }
  #npoafterschool-section04 .inner .border_area h3 {
    margin-bottom: 40px;
    padding-top: 34px;
    background: url("/gecard/npoafterschool/img-files/icn_border_ttl.png") no-repeat center top;
    background-size: 56px 22px;
    font-size: 20px;
    font-weight: bold;
    color: #22B5AE;
    text-align: center;
  }
  #npoafterschool-section04 .inner .border_area .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box.flex02 {
    margin-bottom: 20px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .two_unit {
    box-sizing: border-box;
    width: 303px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section {
    padding: 26px 16px;
    border-radius: 20px;
    border: 2px solid #F7BE39;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section + .section {
    margin-top: 11px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .section h4 {
    display: block;
    font-size: 32px;
    font-weight: bold;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit {
    box-sizing: border-box;
    width: 303px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit .section {
    padding: 32px 16px;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit .section h4 {
    margin-bottom: 12px;
    font-size: 18px;
    text-align: center;
  }
  #npoafterschool-section04 .inner .border_area .flex_box .unit .section ul li {
    margin-left: 2em;
    list-style-type: disc;
    font-size: 14px;
  }
  #npoafterschool-section04 .inner .border_area .note {
    margin-bottom: 40px;
    font-size: 12px;
  }
  #npoafterschool-section04 .inner .border_area .ttl_brd {
    display: inline-block;
    margin-bottom: 16px;
    padding: 9px 24px 5px;
    border-radius: 50px;
    border: 2px solid #F7BE39;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
  }
  #npoafterschool-section04 .inner .border_area .border_txt_area {
    margin: 0 7px 26px;
    line-height: 1.6;
  }
  /* お申し込みからカードが届くまでの流れ */
  #npoafterschool-section05 {
    padding: 90px 0 50px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/bg_section05.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section05 h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  #npoafterschool-section05 .subttl {
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section05 .application_area {
    margin: 0 auto;
  }
  #npoafterschool-section05 .application_area .ttl01 {
    margin-bottom: 24px;
    color: #22B5AE;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section05 .application_area .ttl01 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  #npoafterschool-section05 .application_area .ttl01 span::before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 16px;
    margin-right: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_left.png") no-repeat center;
  }
  #npoafterschool-section05 .application_area .ttl01 span::after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 16px;
    margin-left: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_right.png") no-repeat center;
  }
  #npoafterschool-section05 .application_area .flow--wrap {
    margin-bottom: 32px;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li + li {
    margin-top: 32px;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li dl {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li dl dt {
    width: 96px;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li dl dd {
    width: calc(100% - 106px);
    text-align: left;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li.list03 dl {
    display: flex;
    align-items: flex-start;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li .ttl {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  #npoafterschool-section05 .application_area .flow--wrap .flow li .small {
    font-size: 14px;
  }
  #npoafterschool-section05 .application_area .btn {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 355px;
    margin: 0 auto 67px;
    padding: 16px 32px 16px 32px;
    border-radius: 50px;
    background: #22B5AE url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 20px) center;
    border-bottom: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
  }
  #npoafterschool-section05 .application_area .btn span {
    font-size: 24px;
  }
  #npoafterschool-section05 .application_area .btn span.small {
    display: block;
    font-size: 12px;
  }
  #npoafterschool-section05 .application_area .btn::after {
    display: none;
  }
  #npoafterschool-section05 .application_area .btn:hover {
    opacity: 0.7;
  }
  #npoafterschool-section05 .web_area .ttl02 {
    margin-bottom: 16px;
    color: #F28DA5;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .ttl02 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  #npoafterschool-section05 .web_area .ttl02 span::before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 16px;
    margin-right: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_left02.png") no-repeat center;
  }
  #npoafterschool-section05 .web_area .ttl02 span::after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 16px;
    margin-left: 6px;
    background: url("/gecard/npoafterschool/img-files/icn_border_right02.png") no-repeat center;
  }
  #npoafterschool-section05 .web_area .web_area_txt {
    margin-bottom: 32px;
    font-size: 14px;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .flex_box {
    margin: 0 auto;
  }
  #npoafterschool-section05 .web_area .flex_box .unit {
    max-width: 355px;
    margin: 0 auto;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .flex_box .unit + .unit {
    margin-top: 40px;
  }
  #npoafterschool-section05 .web_area .flex_box .unit img {
    max-width: 355px;
    margin-bottom: 0;
  }
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtn a {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    width: 355px;
    height: 62px;
    margin: 0 auto 16px;
    padding: 0;
    border-bottom: none;
    background: #F28DA5 url("/gecard/npoafterschool/img-files/icn_btn_arrow.png") no-repeat calc(100% - 20px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 62px;
    transition: 0.4s;
  }
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtn a:hover {
    opacity: 0.7;
  }
  #npoafterschool-section05 .web_area .flex_box .unit .applyBtn a::after {
    display: none;
  }
  #npoafterschool-section05 .web_area .flow--wrap {
    margin-top: 48px;
    margin-bottom: 32px;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li + li {
    margin-top: 32px;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li dl {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li dl dt {
    width: 96px;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li dl dd {
    width: calc(100% - 106px);
    text-align: left;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li.list03 dl {
    display: flex;
    align-items: flex-start;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li .ttl {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  #npoafterschool-section05 .web_area .flow--wrap .flow li .small {
    font-size: 14px;
  }
  #npoafterschool-section06 {
    padding: 96px 0 56px;
    background: #FFF8F0 url("/gecard/npoafterschool/img-files/bg_section06.png") repeat-x center top;
    background-size: 1920px 61px;
  }
  #npoafterschool-section06 h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap {
    width: 96%;
    margin: 0 auto 46px;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn {
    height: 80px;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn + .npoafterschool-btn {
    margin-top: 6px;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn a {
    box-sizing: border-box;
    display: block;
    border-radius: 50px;
    width: 355px;
    height: 62px;
    margin: 0 auto 16px;
    padding: 0 70px;
    border: 4px solid #EE815C;
    background: #fff url("/gecard/npoafterschool/img-files/icn_btn_arrow02.png") no-repeat calc(100% - 20px) center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #222;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 54px;
    transition: 0.4s;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn a::after {
    display: none;
  }
  #npoafterschool-section06 .npoafterschool-btnWrap .npoafterschool-btn a:hover {
    opacity: 0.7;
  }
  #npoafterschool-section06 .npoafterschool-box {
    box-sizing: border-box;
    position: relative;
    width: 96%;
    margin: 0 auto;
    border-radius: 20px;
    border: 8px solid #FDD23E;
  }
  #npoafterschool-section06 .npoafterschool-box + .npoafterschool-box {
    margin-top: 95px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInner {
    padding: 24px 10px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInner > :first-child {
    margin-top: 0 !important;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxTitle {
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxText {
    font-size: 14px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxText .txtLarge {
    font-size: 2rem;
    font-weight: bold;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList {
    margin-top: 4px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList > li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  #npoafterschool-section06 .flow--wrap + .npoafterschool-box {
    margin-top: 42px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList > li > .npoafterschool-boxListNest > :first-child,
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 > li > .npoafterschool-boxListNest > :first-child {
    margin-top: 0 !important;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList02 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList02 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 {
    margin-top: 30px;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxList03 > li > .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxImage {
    margin-top: 28px;
    text-align: center;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxHr {
    width: 100%;
    height: 2px;
    margin: 16px 0 16px;
    border-bottom: 2px dashed #C8C3BD;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry {
    text-align: center;
    line-height: 1.2;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry > :first-child {
    margin-top: 0 !important;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry .npoafterschool-boxInquiryTxt {
    font-size: 1.6rem;
  }
  #npoafterschool-section06 .npoafterschool-box .npoafterschool-boxInquiry .npoafterschool-boxInquiryTel {
    font-size: 1.6rem;
  }
  .bg_FFF8F0 {
    padding-bottom: 56px;
    background-color: #FFF8F0 !important;
  }
  .bg_FFF8F0 .snsArea {
    margin: 0 auto;
    background-color: #FFF8F0 !important;
  }
  #float_area {
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 2;
  }
  #float_area .float_inner {
    display: flex;
    justify-content: space-between;
    width: 355px;
    margin: 0 auto;
  }
  #float_area .float_inner .btnG a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 40px;
    margin: 0 auto;
    padding: 3px 10px 3px 10px;
    border-radius: 20px;
    color: #fff;
    background: #22B5AE url(/gecard/npoafterschool/img-files/icn_btn_arrow.png) no-repeat calc(100% - 10px) center;
    background-size: 6px;
    border-bottom: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1;
  }
  #float_area .float_inner .btnG a span {
    font-size: 14px;
  }
  #float_area .float_inner .btnG a span.small {
    display: block;
    margin-top: -4px;
    font-size: 8px;
  }
  #float_area .float_inner .btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 40px;
    margin: 0 auto;
    padding: 3px 10px 3px 10px;
    border-radius: 20px;
    color: #fff;
    background: #F28DA5 url(/gecard/npoafterschool/img-files/icn_btn_arrow.png) no-repeat calc(100% - 10px) center;
    background-size: 6px;
    border-bottom: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1;
  }
  #float_area .float_inner .btn a span {
    font-size: 14px;
  }
  #float_area .float_inner .btn a span.small {
    display: block;
    margin-top: -4px;
    font-size: 8px;
  }
}/*# sourceMappingURL=npoafterschool.css.map */