@charset "UTF-8";

:root {
--text: #1E3135;
--primary: #009FAF;
--primary80: rgba(0, 159, 175, .8);
--primary60: rgba(0, 159, 175, .6);
--primary50: rgba(0, 159, 175, .5);
--primary40: rgba(0, 159, 175, .4);
--primary30: rgba(0, 159, 175, .3);
--primary15: rgba(0, 159, 175, 0.15);
--primary10: rgba(0, 159, 175, 0.1);
--primary8: rgba(0, 159, 175, 0.08);
--primary5: rgba(0, 159, 175, 0.05);
--accent: #EC6951;
--accent30: rgba(236, 105, 81, .3);
--accent10: rgba(236, 105, 81, .1);
--wh: #ffffff;
--wh60: rgba(255, 255, 255, .6);
--wh70: rgba(255, 255, 255, .7);
--bk: #000;
--bk2: #333;
--red: #E83328;
--red2: #B2292C;
--gray: #ccc;
--gray2: #8B8A8A;
--gray3: #f9f9f9;
--gray4: #B5B5B5;
--gray5: #f5f5f5;
--gray6_40: rgba(225, 225, 225, .4);
--yellow: #FFF79C;
--green: #B2E2E7;
} .hero {
position: relative;
padding: 35px 46px 0;
}
@media only screen and (max-width: 767px) {
.hero {
margin-bottom: 50px;
padding: 15px 20px 100px;
}
}
.hero .btn_orange {
position: absolute;
left: 50.5%;
bottom: 15%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
.hero .btn_orange {
bottom: 22px;
}
}
@media only screen and (max-width: 767px) {
.hero .btn_orange {
width: 100%;
bottom: 0;
text-align: center;
}
}
.hero .btn_orange a {
text-align: center;
background: none;
border: none;
border-radius: 23px;
}
@media only screen and (max-width: 767px) {
.hero .btn_orange a {
border-radius: 13.8px;
}
}
.hero .btn_orange a span {
padding: 6% 7.2vw 6% 5.6vw;
font-size: clamp(2rem, 2vw, 3.2rem);
line-height: 1.2;
border: none;
border-radius: 23px;
-webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
.hero .btn_orange a span {
padding: 16px 46px 16px 36px;
border-radius: 13.8px;
}
}
.hero .btn_orange a small {
font-size: 2.2rem;
font-size: clamp(1.4rem, 1.8vw, 2.2rem);
display: block;
}
.hero .btn_orange a::after {
width: 19px;
height: 36px;
top: calc(50% - 16px);
right: 22px;
}
@media only screen and (max-width: 1024px) {
.hero .btn_orange a::after {
width: 11px;
height: 22px;
top: calc(50% - 10px);
right: 14px;
}
}  .trouble_sec {
padding-top: 40px;
background: rgba(200, 200, 200, 0.3);
}
.trouble_sec .ttl {
margin-bottom: 30px;
font-size: 4.6rem;
text-align: center;
}
@media only screen and (max-width: 1024px) {
.trouble_sec .ttl {
font-size: 2.3rem;
}
}
.trouble_sec picture {
margin: 0 auto;
width: 80%;
max-width: 1176px;
line-height: 1;
display: block;
}
@media only screen and (max-width: 767px) {
.trouble_sec picture {
width: 94%;
max-width: 730px;
}
}  .library_head_sec {
padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
.library_head_sec {
padding-bottom: 80px;
}
}
.library_head_sec .catch {
position: relative;
margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
.library_head_sec .catch {
margin-bottom: 30px;
}
}
.library_head_sec .ttlbox {
position: relative;
margin-bottom: 120px;
padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.library_head_sec .ttlbox {
margin-bottom: 60px;
padding-bottom: 0;
}
}
.library_head_sec .ttlbox::after {
position: absolute;
content: "";
width: 100%;
height: 64px;
background: rgba(236, 105, 81, 0.09);
bottom: 0;
left: 0;
z-index: -1;
}
@media only screen and (max-width: 767px) {
.library_head_sec .ttlbox::after {
height: 28px;
}
}
.library_head_sec .ttlbox .ttl {
margin: 0 auto;
width: 60%;
max-width: 906px;
}
@media only screen and (max-width: 767px) {
.library_head_sec .ttlbox .ttl {
width: 94%;
}
}
.library_head_sec .youtube {
margin: 0 auto;
width: 66%;
max-width: 949px;
}
@media only screen and (max-width: 1120px) {
.library_head_sec .youtube {
width: 94%;
}
}  .sec .h2box {
position: relative;
height: 226px;
}
@media only screen and (max-width: 767px) {
.sec .h2box {
height: 106px;
}
}
.sec .h2box::before {
position: absolute;
content: "";
width: calc(80% + 60px);
height: 226px;
background: var(--primary10);
-webkit-transform: skew(25deg);
transform: skew(25deg);
top: 0;
left: -100px;
z-index: -1;
}
@media only screen and (max-width: 767px) {
.sec .h2box::before {
width: calc(90% + 60px);
height: 106px;
left: -50px;
-webkit-transform: skew(15deg);
transform: skew(15deg);
}
}
.sec .h2box .inner {
margin: 0 auto;
width: 80%;
max-width: 949px;
height: 226px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media only screen and (max-width: 767px) {
.sec .h2box .inner {
padding-right: 5%;
width: 90%;
height: 106px;
}
}
.sec .h2box .inner h2 {
width: 100%;
font-size: clamp(2.7rem, 3.6vw, 4.6rem);
font-weight: 700;
line-height: 2;
text-align: center;
text-shadow: 0 3px 0 #fff, 3px 0 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
}
.sec .h2box .inner h2 span {
font-size: 3.2rem;
font-size: clamp(1.5rem, 2.4vw, 3.2rem);
font-weight: 700;
line-height: 1;
display: block;
}  .library_sec { }
.library_sec .library_wrap {
padding-top: 50px;
}
@media only screen and (max-width: 767px) {
.library_sec .library_wrap {
padding-top: 30px;
}
}
.library_sec .library_wrap .library_head {
position: relative;
margin: 0 auto;
max-width: 1000px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .library_head {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.library_sec .library_wrap .library_head .num {
width: 12%;
color: #CCECEF;
font-size: clamp(14rem, 38vw, 36rem);
font-weight: 500;
line-height: 0.86;
z-index: 2;
}
@media only screen and (max-width: 767px) {
.library_sec .library_wrap .library_head .num {
padding: 0;
}
}
.library_sec .library_wrap .library_head .ttlbox {
margin-bottom: 80px;
padding: 0 100px 20px 65px;
width: 86%;
border-right: 3px solid var(--primary);
border-bottom: 3px solid var(--primary);
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .library_head .ttlbox {
margin-bottom: 40px;
padding: 0 26px 20px 60px;
-webkit-transform: translateY(16%);
transform: translateY(16%);
}
}
@media only screen and (max-width: 767px) {
.library_sec .library_wrap .library_head .ttlbox {
border-right: 1px solid var(--primary);
border-bottom: 1px solid var(--primary);
}
}
@media only screen and (max-width: 540px) {
.library_sec .library_wrap .library_head .ttlbox {
margin-bottom: 80px;
margin-left: 30px;
padding: 0 16px 10px 10px;
}
}
.library_sec .library_wrap .library_head .ttlbox .ttl {
margin-bottom: 20px;
font-size: clamp(2.2rem, 4.2vw, 4.6rem);
font-weight: 500;
}
.library_sec .library_wrap .library_head .ttlbox p {
letter-spacing: 0.1em;
line-height: 2;
}
.library_sec .library_wrap .template {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.library_sec .library_wrap .template {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px 0;
}
}
.library_sec .library_wrap .template .tempbox {
padding: 60px 40px;
width: 48%;
max-width: 530px;
background: #D3DFE9;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .template .tempbox {
padding: 40px 20px;
}
}
@media only screen and (max-width: 767px) {
.library_sec .library_wrap .template .tempbox {
margin: 0 auto;
padding: 40px 25px;
width: 100%;
}
}
.library_sec .library_wrap .template .tempbox:last-of-type {
background: #EEE3D4;
}
.library_sec .library_wrap .template .tempbox .sttl {
margin: 0 auto 40px;
width: 380px;
height: 65px;
background: var(--wh);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .template .tempbox .sttl {
margin: 0 auto 30px;
width: calc(100% - 40px);
height: 45px;
}
}
@media only screen and (max-width: 767px) {
.library_sec .library_wrap .template .tempbox .sttl {
width: calc(100% - 80px);
}
}
.library_sec .library_wrap .template .tempbox .sttl span {
position: relative;
font-size: 3.2rem;
font-weight: 500;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .template .tempbox .sttl span {
font-size: 2rem;
}
}
.library_sec .library_wrap .template .tempbox .sttl span::before {
position: absolute;
content: "";
width: 8px;
height: 8px;
background: var(--primary);
border-radius: 50%;
top: calc(50% - 4px);
left: -38px;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .template .tempbox .sttl span::before {
left: -16px;
}
}
.library_sec .library_wrap .template .tempbox .sttl span::after {
position: absolute;
content: "";
width: 8px;
height: 8px;
background: var(--primary);
border-radius: 50%;
top: calc(50% - 4px);
right: -38px;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .template .tempbox .sttl span::after {
right: -16px;
}
}
.library_sec .library_wrap .template .tempbox p {
margin-top: 10px;
text-align: center;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap .template .tempbox p {
font-size: 1.4rem;
}
}
.library_sec .library_wrap.library_02 .library_head .num {
width: 10%;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap.library_02 .library_head .num {
width: 15%;
}
}
.library_sec .library_wrap.library_02 .library_head .ttlbox {
padding: 0 100px 20px 100px;
width: 90%;
}
@media only screen and (max-width: 1024px) {
.library_sec .library_wrap.library_02 .library_head .ttlbox {
padding: 0 26px 20px 50px;
}
}
@media only screen and (max-width: 540px) {
.library_sec .library_wrap.library_02 .library_head .ttlbox {
padding: 0 16px 10px 10px;
}
}
.library_sec .notebox {
margin: 120px auto 140px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
@media only screen and (max-width: 767px) {
.library_sec .notebox {
margin: 40px auto 100px;
}
}
.library_sec .notebox p {
line-height: 2;
}
.library_sec .notebox p.att {
color: var(--accent);
font-size: clamp(1.6rem, 3vw, 3.2rem);
font-weight: 700;
text-decoration: underline;
text-underline-offset: 12px;
}
@media only screen and (max-width: 767px) {
.library_sec .notebox p.att {
text-underline-offset: 6px;
}
}
.library_sec .notebox p.small {
padding-top: 10px;
}
@media only screen and (max-width: 767px) {
.library_sec .notebox p.small {
font-size: 1.3rem;
}
}     .price_sec .price01 {
margin: 100px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 0 50px;
}
@media only screen and (max-width: 767px) {
.price_sec .price01 {
margin: 80px 0;
gap: 0 10px;
}
}
.price_sec .price01 .price01_01 {
font-size: 3.2rem;
font-weight: 700;
}
@media only screen and (max-width: 767px) {
.price_sec .price01 .price01_01 {
font-size: 1.4rem;
}
}
.price_sec .price01 .price01_02 {
color: var(--accent);
font-size: 9rem;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 1;
}
@media only screen and (max-width: 767px) {
.price_sec .price01 .price01_02 {
font-size: 3.2rem;
}
}
.price_sec .price01 .price01_03 {
font-size: 3rem;
}
@media only screen and (max-width: 767px) {
.price_sec .price01 .price01_03 {
font-size: 1.6rem;
}
}
.price_sec .price01 .price01_03 span {
color: var(--accent);
font-weight: 700;
}
.price_sec .price02 {
position: relative;
margin: 0 auto;
width: 66%;
max-width: 956px;
}
@media only screen and (max-width: 1024px) {
.price_sec .price02 {
width: calc(100% - 60px);
font-size: 1.6rem;
}
}
.price_sec .price02::before {
position: absolute;
content: "”";
color: var(--primary);
font-size: 15rem;
font-weight: 500;
top: -136px;
left: 40px;
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
@media only screen and (max-width: 1024px) {
.price_sec .price02::before {
top: -120px;
}
}
@media only screen and (max-width: 767px) {
.price_sec .price02::before {
top: -50px;
left: 0;
font-size: 5.2rem;
}
}
.price_sec .price02::after {
position: absolute;
content: "”";
color: var(--primary);
font-size: 15rem;
font-weight: 500;
bottom: -74px;
right: 280px;
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
@media only screen and (max-width: 767px) {
.price_sec .price02::after {
font-size: 5.2rem;
top: auto;
bottom: -24px;
right: 0;
}
}
.price_sec .price02 .price02_01 {
position: relative;
padding: 30px 350px 30px 120px;
background: var(--primary10);
border-radius: 20px;
}
@media only screen and (max-width: 767px) {
.price_sec .price02 .price02_01 {
padding: 20px 15px 20px 30px;
border-radius: 7px;
}
}
.price_sec .price02 .price02_01 p {
font-size: 2rem;
line-height: 1.8;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
.price_sec .price02 .price02_01 p {
font-size: 1.6rem;
}
}
.price_sec .price02 figure {
position: absolute;
width: 267px;
right: -60px;
bottom: -40px;
z-index: 2;
}
@media only screen and (max-width: 767px) {
.price_sec .price02 figure {
font-size: 1.6rem;
width: 71px;
height: 70px;
right: 7px;
top: -57px;
bottom: inherit;
}
}
.price_sec .price03 {
margin: 140px auto 0;
width: 520px;
text-align: center;
}
@media only screen and (max-width: 767px) {
.price_sec .price03 {
margin: 70px auto 80px;
width: 100%;
}
}
.price_sec .price03 p {
font-size: 2.6rem;
font-weight: 500;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
.price_sec .price03 p {
font-size: 1.4rem;
}
}
.price_sec .price03 .btn_orange {
margin: 60px auto;
}
@media only screen and (max-width: 767px) {
.price_sec .price03 .btn_orange {
margin: 30px auto;
width: calc(100% - 120px);
}
}
.price_sec .price03 .btn_orange a {
text-align: center;
background: none;
border: none;
}
.price_sec .price03 .btn_orange a span {
padding: 20px 100px;
font-size: 3.2rem;
text-align: left;
border: none;
-webkit-box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
border-radius: 60px;
}
@media only screen and (max-width: 767px) {
.price_sec .price03 .btn_orange a span {
padding: 10px 50px;
font-size: 1.6rem;
}
}
.price_sec .price03 .btn_orange a span small {
font-size: 2.2rem;
display: block;
}
@media only screen and (max-width: 767px) {
.price_sec .price03 .btn_orange a span small {
font-size: 1.2rem;
}
}
.price_sec .price03 .btn_orange a::after {
width: 26px;
height: 28px;
top: calc(50% - 14px);
right: 30px;
}
@media only screen and (max-width: 767px) {
.price_sec .price03 .btn_orange a::after {
width: 13px;
height: 14px;
top: calc(50% - 7px);
right: 15px;
}
}
.price_sec .price03 .note {
padding-left: 30px;
padding-right: 30px;
letter-spacing: 0.1em;
line-height: 1.8;
text-align: left;
}
@media only screen and (max-width: 767px) {
.price_sec .price03 .note {
font-size: 1.4rem;
}
}