@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
/* 
==========================
        common
========================== 
*/
:root {
  --color-main: #1875CD;
  --color-sub: ;
  --color-accent: ;
  --color-white: #fff;
  --color-black: #000;
  --color-bg-skyblue: #ABE1F2;
  --color-bg-blue: #0057A9;
  --color-bg-yellow: #FAF6E0;
  --color-bg-gray: #F0F0F0;
  --color-bg-black: #3D3D3D;
  --color-text-black: #3D3D3D;
  --color-text-yellow: #FDFDC1;
  --color-text-blue01: #0057A9;
  --color-text-blue02: #1882CD;
  --color-btn-red: #EA4350;
  --color-btn-orange: #E08927;
}
body {
  line-height: 1.5;
}
img {
  width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.pagetop {
  display: none;
}
.kv__main {
  max-width: none;
}
@media (min-width: 741px) {
  .content-wrapper {
    margin: 7.63vw auto 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--color-text-black);
    overflow-x: hidden;
  }
  .sec-overview__inner,
  .sec-steps__inner,
  .sec-tips__inner,
  .sec-message__inner,
  .sec-other__inner,
  .headline {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .headline-tag span {
    display: inline-block;
    padding: 12px 16px;
    margin-bottom: 20px;
    color: #fff;
    background-color: var(--color-main);
    font-weight: 700;
    border-radius: 30px;
    line-height: 1.0;
  }
  .headline__ttl {
    font-size: 40px;
    color: var(--color-main);
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .content-wrapper {
    margin: 40.81vw 0 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: var(--color-text-black);
    overflow-x: hidden;
  }
  .headline-tag span {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 10px;
    color: #fff;
    background-color: var(--color-main);
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    line-height: 1.0;
  }
  .headline__ttl {
    font-size: 28px;
    color: var(--color-main);
    margin-bottom: 20px;
  }
  .sec-overview__inner,
  .sec-steps__inner,
  .sec-tips__inner,
  .sec-message__inner,
  .sec-other__inner,
  .headline {
    padding: 0 4vw;
  }
}
/* 
==========================
        /common
========================== 
*/

/* 
==========================
        overview
========================== 
*/
@media (min-width: 741px) {
  .sec-overview__lead {
    margin-bottom: 40px;
  }
  .sec-overview__figure {
    width: 48.33%;
    margin-bottom: 20px;
  }
  .sec-overview__info {
    width: 48.33%;
  }
  .sec-overview__sub-ttl {
    font-size: 20px;
    color: var(--color-main);
    margin-bottom: 10px;
    line-height: 1.0;
  }
  .sec-overview__details {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  }
  .sec-overview__details:last-of-type {
    border-bottom: none;
  }
  .sec-overview__flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .sec-overview__year-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .sec-overview__year-tag {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 30px;
    background: #DEEEF3;
    line-height: 1.0;
  }
  .sec-overview__cont {
    width: 48.33%;
    padding: 40px 20px;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: var(--color-bg-gray);
  }
  .sec-overview__cont.max {
    width: 100%;
  }
  .sec-overview__cont-sub-ttl {
    position: relative;
    font-size: 20px;
    margin-bottom: 22px;
    padding-left: 28px;
    line-height: 1.0;
    color: var(--color-main);
  }
  .sec-overview__cont:first-of-type .sec-overview__cont-sub-ttl::before,
  .sec-overview__cont:last-of-type .sec-overview__cont-sub-ttl::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec-overview__cont:first-of-type .sec-overview__cont-sub-ttl::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_02.svg);
  }
  .sec-overview__cont:last-of-type .sec-overview__cont-sub-ttl::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_04.svg);
  }
  .sec-overview__cont-item {
    position: relative;
    line-height: 1.7;
    padding-left: 32px;
    margin-bottom: 10px;
  }
  .sec-overview__cont-item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_03.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec-overview__cont-item span {
    font-size: 14px;
  }
}
@media (max-width: 741px) {
  .sec-overview__lead {
    margin-bottom: 40px;
  }
  .sec-overview__figure {
    /* width: 48.33%; */
    margin-bottom: 20px;
  }
  .sec-overview__info {
    /* width: 48.33%; */
  }
  .sec-overview__sub-ttl {
    font-size: 24px;
    color: var(--color-main);
    margin-bottom: 10px;
    line-height: 1.0;
  }
  .sec-overview__details {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  }
  .sec-overview__details:last-of-type {
    border-bottom: none;
  }
  .sec-overview__details:last-of-type {
    border-bottom: none;
  }
  .sec-overview__flex {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 40px; */
  }
  .sec-overview__year-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .sec-overview__year-tag {
    font-size: 12px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 30px;
    background: #DEEEF3;
    line-height: 1.0;
  }
  .sec-overview__cont {
    font-size: 14px;
    padding: 24px 15px;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: var(--color-bg-gray);
  }
  .sec-overview__cont-sub-ttl {
    position: relative;
    font-size: 24px;
    margin-bottom: 16px;
    padding-left: 32px;
    line-height: 1.0;
    color: var(--color-main);
  }
  .sec-overview__cont:first-of-type .sec-overview__cont-sub-ttl::before,
  .sec-overview__cont:last-of-type .sec-overview__cont-sub-ttl::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sec-overview__cont:first-of-type .sec-overview__cont-sub-ttl::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_02.svg);
  }
  .sec-overview__cont:last-of-type .sec-overview__cont-sub-ttl::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_04.svg);
  }
  .sec-overview__cont-item {
    position: relative;
    line-height: 1.7;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .sec-overview__cont-item::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_03.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(25%);
  }
  .sec-overview__cont-item span {
    font-size: 14px;
  }
}
/* 
==========================
        /overview
========================== 
*/

/* 
==========================
        sec-steps
========================== 
*/
@media (min-width: 741px) {
  .sec-steps {
    position: relative;
    padding: 60px 0;
    margin: 88px 0 0;
    background-color: var(--color-bg-skyblue);
  }
  .sec-steps::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 48px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_wave_01.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -38px;
    left: 0;
  }
  .sec-steps-ttl {
    width: 184px;
    margin-bottom: 40px;
  }
  .sec-steps__lead-text {
    font-size: 20px;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.7;
  }
  .sec-steps__item {
    position: relative;
    list-style: none;
    padding: 0 20px 20px 68px;
    border-left: 5px solid #1882CD;
  }
  .sec-steps__item:last-child {
    border-left: 5px solid transparent;
  }
  .sec-steps__num {
    position: absolute;
    top: -12px;
    left: -48px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    background-color: #1882CD;
    color: var(--color-white);
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
  }
  .sec-steps__cont {
    margin-bottom: 40px;
  }
  .sec-steps__sub-ttl {
    font-size: 28px;
    margin-bottom: 20px;
    /* padding-left: 44px; */
  }
  .sec-steps__sub-ttl span.sec-steps__sub-ttl--highlight {
    position: relative;
    font-size: 32px;
    color: var(--color-text-blue02);
    margin-right: 16px;
  }
  .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 4px;
  }
  .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-30%);
  }
  .sec-steps__item:nth-child(1) .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_06.svg);
  }
  .sec-steps__item:nth-child(2) .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_07.svg);
  }
  .sec-steps__item:nth-child(3) .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_08.svg);
  }
  .sec-steps__flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sec-steps__detail {
    width: 59.62%;
    line-height: 1.7;
  }
  .sec-steps__figure {
    width: 31.66%;
  }
  .sec-steps__text-top {
    margin-bottom: 20px;
  }
  .sec-steps__text-bottom {
    position: relative;
    padding: 40px 20px;
    background-color: #F0F0F0;
    border-radius: 15px;
    color: var(--color-text-blue02);
    word-break: break-all;
  }
  .sec-steps__text-bottom-example::before,
  .sec-steps__text-bottom-point::before,
  .sec-steps__text-bottom-useful::before,
  .sec-steps__text-bottom-plus::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 16px;
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.0;
    border-radius: 15px 0 8px 0;
  }
  .sec-steps__text-bottom-example::before {
    content: '例';
  }
  .sec-steps__text-bottom-point::before {
    content: 'ポイント';
  }
  .sec-steps__text-bottom-useful::before {
    content: '調べるのに役立つ！おすすめサイト';
  }
  .sec-steps__text-bottom-plus::before {
    content: '＋α';
  }
  .sec-steps__text-bottom-item {
    position: relative;
    padding-left: 18px;
  }
  .sec-steps__text-bottom-item::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-text-blue02);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .sec-steps {
    position: relative;
    padding: 60px 0;
    margin: 80px 0 0;
    background-color: var(--color-bg-skyblue);
  }
  .sec-steps::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 24px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_wave_01.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    left: 0;
  }
  .sec-steps-ttl {
    width: 32vw;
    margin-bottom: 40px;
  }
  .sec-steps__lead-text {
    font-size: 16px;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.7;
  }
  .sec-steps__list {
    padding-left: 25px;
  }
  .sec-steps__item {
    position: relative;
    list-style: none;
    padding: 0 0 20px 35px;
    border-left: 5px solid #1882CD;
  }
  .sec-steps__item:last-child {
    border-left: 5px solid transparent;
  }
  .sec-steps__num {
    position: absolute;
    left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1882CD;
    color: var(--color-white);
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
  }
  .sec-steps__cont {
    margin-bottom: 40px;
  }
  .sec-steps__sub-ttl {
    font-size: 24px;
    margin-bottom: 20px;
    /* padding-left: 28px; */
  }
  .sec-steps__sub-ttl span.sec-steps__sub-ttl--highlight {
    position: relative;
    font-size: 24px;
    color: var(--color-text-blue02);
    margin-right: 16px;
  }
  .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-35%);
  }
  .sec-steps__item:nth-child(1) .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_06.svg);
  }
  .sec-steps__item:nth-child(2) .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_07.svg);
  }
  .sec-steps__item:nth-child(3) .sec-steps__sub-ttl span.sec-steps__sub-ttl--icon::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_08.svg);
  }
  .sec-steps__flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec-steps__detail {
    /* width: 59.62%; */
    line-height: 1.7;
  }
  .sec-steps__figure {
    /* width: 31.66%; */
  }
  .sec-steps__text-top {
    margin-bottom: 10px;
  }
  .sec-steps__text-bottom {
    position: relative;
    padding: 24px 15px;
    background-color: #F0F0F0;
    border-radius: 15px;
    color: var(--color-text-blue02);
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.6px;
    word-break: break-all;
  }
  .sec-steps__text-bottom-example::before,
  .sec-steps__text-bottom-point::before,
  .sec-steps__text-bottom-useful::before,
  .sec-steps__text-bottom-plus::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 12px;
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: 10px;
    line-height: 1.0;
    border-radius: 15px 0 8px 0;
  }
  .sec-steps__text-bottom-example::before {
    content: '例';
  }
  .sec-steps__text-bottom-point::before {
    content: 'ポイント';
  }
  .sec-steps__text-bottom-useful::before {
    content: '調べるのに役立つ！おすすめサイト';
  }
  .sec-steps__text-bottom-plus::before {
    content: '＋α';
  }
  .sec-steps__text-bottom-item {
    position: relative;
    padding-left: 18px;
  }
  .sec-steps__text-bottom-item::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-text-blue02);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
/* 
==========================
        /sec-steps
========================== 
*/

/* 
==========================
        sec-tips
========================== 
*/
@media (min-width: 741px) {
  .sec-tips {
    position: relative;
    padding: 100px 0;
    background-color: var(--color-main);
  }
  .sec-tips::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 48px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_wave_02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -36px;
    left: 0;
  }
  .sec-tips__ttl {
    width: 600px;
    margin-bottom: 40px;
  }
  .sec-tips__sub-ttl {
    position: relative;
    font-size: 32px;
    color: var(--color-white);
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .sec-tips__sub-ttl::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_09.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
  }
  .sec-tips__lead-text {
    color: var(--color-white);
    margin-bottom: 40px;
  }
  .sec-tips__flex {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
  }
  .sec-tips__detail {
    position: relative;
    width: 66.66%;
    padding: 36px;
    border-radius: 15px;
    background-color: var(--color-white);
    line-height: 1.7;
    box-sizing: border-box;
  }
  .sec-tips__detail::after {
    content: '例';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 16px;
    background-color: var(--color-bg-black);
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.0;
    border-radius: 15px 0 8px 0;
  }
  .sec-tips__detail::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 115px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_16.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    z-index: -100;
  }
  .sec-tips__detail-figure {
    max-width: 380px;
  }
  .sec-tips__figure {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .sec-tips__sub-sub-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec-tips__detail-text {
    margin-bottom: 20px;
    letter-spacing: -0.7px;
  }
  .sec-tips__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 60px;
    border-radius: 50px;
    background-color: #E08927;
    color: var(--color-white) !important;
    font-weight: 700;
  }
  .sec-tips__link span {
    position: relative;
    padding-right: 26px;
  }
  .sec-tips__link span::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_11.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .sec-tips__sub-ttl.sec-tips__sub-ttl--yellow {
    position: relative;
    color: var(--color-text-yellow);
  }
  .sec-tips__sub-ttl.sec-tips__sub-ttl--yellow::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_10.svg);
  }
  .sec-tips__hint-inner {
    padding: 40px;
    border-radius: 15px;
    background-color: var(--color-bg-yellow);
  }
  .sec-tips__hint-text {
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .sec-tips__hint-text span {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-blue01);
  }
}
@media (max-width: 740px) {
  .sec-tips {
    position: relative;
    padding: 60px 0 100px;
    background-color: var(--color-main);
  }
  .sec-tips::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 24px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_wave_02.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    left: 0;
  }
  .sec-tips__ttl {
    width: 92vw;
    margin-bottom: 40px;
  }
  .sec-tips__sub-ttl {
    position: relative;
    font-size: 26px;
    color: var(--color-white);
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .sec-tips__sub-ttl::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_09.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
  }
  .sec-tips__lead-text {
    color: var(--color-white);
    margin-bottom: 40px;
  }
  .sec-tips__flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .sec-tips__detail {
    position: relative;
    width: 92vw;
    padding: 40px 15px;
    border-radius: 15px;
    background-color: var(--color-white);
    line-height: 1.7;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .sec-tips__detail::after {
    content: '例';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 16px;
    background-color: var(--color-bg-black);
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.0;
    border-radius: 15px 0 8px 0;
  }
  .sec-tips__detail::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 115px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_16.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: -100;
  }
  .sec-tips__detail-figure {
    max-width: 76vw;
  }
  .sec-tips__figure {
    max-width: 53.33vw;
    margin: 0 auto 20px;
  }
  .sec-tips__sub-sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec-tips__detail-text {
    margin-bottom: 20px;
    letter-spacing: -0.7px;
  }
  .sec-tips__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 60px;
    border-radius: 50px;
    background-color: #E08927;
    color: var(--color-white) !important;
    font-weight: 700;
    margin: 0 auto;
  }
  .sec-tips__link span {
    position: relative;
    padding-right: 26px;
  }
  .sec-tips__link span::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_11.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .sec-tips__sub-ttl.sec-tips__sub-ttl--yellow {
    position: relative;
    color: var(--color-text-yellow);
  }
  .sec-tips__sub-ttl.sec-tips__sub-ttl--yellow::before {
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_10.svg);
  }
  .sec-tips__hint-inner {
    padding: 40px 15px;
    border-radius: 15px;
    background-color: var(--color-bg-yellow);
  }
  .sec-tips__hint-text {
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .sec-tips__hint-text span {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-blue01);
  }
}
/* 
==========================
        /sec-tips
========================== 
*/

/* 
==========================
        sec-message
========================== 
*/
@media (min-width: 741px) {
  .sec-message {
    position: relative;
    padding: 60px 0 180px;
    background-color: var(--color-bg-blue);
  }
  .sec-message::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 48px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_wave_03.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -36px;
    left: 0;
  }
  .sec-message::before {
    content: '';
    position: absolute;
    bottom: -84px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 200px;
    background-color: #F0F0F0;
    border-top-left-radius: 50% 200px;
    border-top-right-radius: 50% 200px;
}
  .sec-message__ttl {
    width: 592px;
    margin-bottom: 20px;
  }
  .sec-message__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.1;
    margin-bottom: 40px;
    color: var(--color-white);
  }
  .sec-message__text span {
    color: var(--color-text-yellow);
  }
  .sec-message_flex.sec-message__btn {
    display: flex;
    gap: 40px;
  }
  .sec-message__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--color-btn-red);
  }
  .sec-message__link span {
    position: relative;
    color: var(--color-white) !important;
    font-size: 18px;
    font-weight: 700;
    padding-right: 26px;
  }
  .sec-message__link span::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_12.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .sec-message {
    position: relative;
    padding: 60px 0 110px;
    background-color: var(--color-bg-blue);
  }
  .sec-message::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 26px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_wave_03.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    left: 0;
  }
  .sec-message::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 100px;
    background-color: #F0F0F0;
    border-top-left-radius: 50% 80px;
    border-top-right-radius: 50% 80px;
}
  .sec-message__ttl {
    width: 92vw;
    margin-bottom: 20px;
  }
  .sec-message__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.1;
    margin-bottom: 40px;
    color: var(--color-white);
  }
  .sec-message__text span {
    color: var(--color-text-yellow);
  }
  .sec-message_flex.sec-message__btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sec-message__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 345px;
    height: 44px;
    border-radius: 50px;
    background-color: var(--color-btn-red);
  }
  .sec-message__link span {
    position: relative;
    color: var(--color-white) !important;
    font-size: 16px;
    font-weight: 700;
    padding-right: 18px;
  }
  .sec-message__link span::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_12.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
/* 
==========================
        /sec-message
========================== 
*/

/* 
==========================
        sec-other
========================== 
*/
@media (min-width: 741px) {
  .sec-other {
    position: relative;
    background-color: var(--color-bg-gray);
    padding-bottom: 80px;
  }
  footer {
    padding: 0 0 18px;
  }
  .foot .sidecontents_nav--pc {
    margin-top: 0;
  }
  /* .sec-other::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100px;
    background-color: var(--color-bg-gray);
    position: absolute;
    bottom: 0;
    left: 0;
  } */
  .sec-other__ttl {
    width: 780px;
    margin: 0 auto 40px;
  }
  .sec-other__lead-text {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: var(--color-main);
  }
  .sec-other__cards {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .sec-other__card {
    position: relative;
    width: 345px;
  }
  .sec-other__card-top {
    position: relative;
  }
  .sec-other__card-top.sho::before,
  .sec-other__card-top.chu::before, 
  .sec-other__card-top.shochu::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 16px;
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.0;
    border-radius: 15px 0 8px 0;
  }
  .sec-other__card-top.sho::before {
    content: '小学生向け';
  }
  .sec-other__card-top.chu::before {
    content: '中学生向け';
  }
  .sec-other__card-top.shochu::before {
    content: '小学校高学年～中学生向け';
  }
  a:hover .sec-other__card.shochu::before {
    opacity: 1;
  }
  .sec-other__img {
    border-radius: 15px 15px 0 0;
  }
  .sec-other__card-bottom {
    padding: 20px;
    background-color: var(--color-white);
    border-radius: 0 0 15px 15px;
  }
  .sec-other__card-sub-ttl {
    font-size: 20px;
    color: #2F2F2F;
  }
  .sec-other__card-text {
    color: #2F2F2F;
    margin-bottom: 8px;
  }
  .sec-other__card-btn {
    text-align: center;
    color: var(--color-text-blue01);
    font-weight: 700;
  }
  .sec-other__card-btn span {
    position: relative;
    padding-right: 28px;
  }
  .sec-other__card-btn span::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_13.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .sec-other__btn {
    text-align: center;
  }
  .sec-other__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 540px;
    height: 70px;
    margin: 0 auto;
    border-radius: 60px;
    background-color: #E08927;
  }
  .sec-other__link span {
    position: relative;
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    padding-right: 36px;
  }
  .sec-other__link span::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_14.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .sec-other {
    position: relative;
    background-color: var(--color-bg-gray);
    padding-bottom: 80px;
  }
  .sec-other__ttl {
    width: 92vw;
    margin: 0 auto 40px;
  }
  .sec-other__lead-text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: var(--color-main);
  }
  .sec-other__cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .sec-other__card {
    position: relative;
    width: 345px;
  }
  .sec-other__card-top {
    position: relative;
  }
  .sec-other__card-top.sho::before,
  .sec-other__card-top.chu::before, 
  .sec-other__card-top.shochu::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 16px;
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.0;
    border-radius: 15px 0 8px 0;
  }
  .sec-other__card-top.sho::before {
    content: '小学生向け';
  }
  .sec-other__card-top.chu::before {
    content: '中学生向け';
  }
  .sec-other__card-top.shochu::before {
    content: '小学校高学年～中学生向け';
  }
  .sec-other__img {
    border-radius: 15px 15px 0 0;
  }
  .sec-other__card-bottom {
    padding: 20px;
    background-color: var(--color-white);
    border-radius: 0 0 15px 15px;
  }
  .sec-other__card-sub-ttl {
    font-size: 18px;
    color: #2F2F2F;
  }
  .sec-other__card-text {
    color: #2F2F2F;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sec-other__card-btn {
    text-align: center;
    color: var(--color-text-blue01);
    font-weight: 700;
  }
  .sec-other__card-btn span {
    position: relative;
    padding-right: 28px;
  }
  .sec-other__card-btn span::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_13.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .sec-other__btn {
    text-align: center;
  }
  .sec-other__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 315px;
    height: 70px;
    margin: 0 auto;
    border-radius: 60px;
    background-color: #E08927;
  }
  .sec-other__link span {
    position: relative;
    color: var(--color-white);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
    padding-right: 36px;
  }
  .sec-other__link span::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_14.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
/* 
==========================
        /sec-other
========================== 
*/

/* 
==========================
        btn-top
========================== 
*/
@media (min-width: 741px) {
  .kv {
    position: relative;
  }
  .btn-top {
    position: absolute;
    top: 3vw;
    left: 8vw;
    z-index: 90;
  }
  .btn-top__link {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: var(--color-white);
    border-radius: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  }
  .btn-top__link span {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-main);
    padding-left: 22px;
  }
  .btn-top__link span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_15.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .kv {
    position: relative;
    transform: translateY(-5px);
  }
  .btn-top {
    position: absolute;
    top: 8vw;
    left: 3vw;
    z-index: 90;
  }
  .btn-top__link {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background-color: var(--color-white);
    border-radius: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  }
  .btn-top__link span {
    position: relative;
    font-size: 10px;
    font-weight: 700;
    color: var(--color-main);
    padding-left: 22px;
  }
  .btn-top__link span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/kyouiku/jiyukenkyu/cont/_shared/img/sunflower/common/250707_3589_kj_sanhurawa_common_icon_15.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
/* 
==========================
        /btn-top
========================== 
*/