		/*全体的なこと*/
img{
vertical-align:top;
}
body {
min-width: 1200px;
width: 100%;
word-break: break-word;
letter-spacing: .1em;
font-weight: 400;
font-size: 1.5rem;
line-height: 1.5;
overflow-wrap: break-word;
-webkit-text-size-adjust: 100%;
}
.text_area {
margin: 10px 0 20px;
}
p {
font-size: 15px;
line-height: 1.7rem;
}
a {
text-decoration: none;
display: block;
}
.h2-img{
margin: 0 auto;
}
.h2-img img{
width: 100%;
}
h3{
margin-bottom: 20px;
vertical-align:top;
}
.br-sp {
display: none;
}
.lp{
max-width: 480px;
margin: 0 auto;
border: 1px solid #000;
background: #fff;
}
.lp-bg{
background: url('https://www.nsb.ac.jp/lp/animalnurse/img/lp-nurse-bg.webp');
position: fixed;
width: 100%;
height: 100vh;
background-size: auto 100vh;
animation: scroll-anim 90s linear infinite;
z-index: -1;
}
@keyframes scroll-anim {
100% {
background-position: 300% 0;
}
}
.text_area span{
background: linear-gradient(transparent 70%, yellow 70%);
font-weight: bold;
}
@media screen and (max-width:767px) {
body {
min-width: 100%;
}
.main{
width: 100%;
}
h2{
text-align: center;
}
.h2-img{
width: 100%;
margin: 0 auto;
}
.lp{
max-width: 100%;
border: 0px solid #000;
}
}
/*ヘッダー*/
header {
position: fixed;
z-index: 2;
top: 0;
height: 40px;
background-color: #fff;
padding: 5px;
width: 100%;
}
.logo img {
height: 40px;
}
/*TOP画像*/
.lpimg{
width: 100%; 
text-align: center;
height: auto;
}
.lpimg img {
width: 100%;
margin-top: 50px;
}
/*ボタン*/
.btn_bg{
padding: 15px;
}
.lp_btn{
margin: 0 auto;
width: 70%;
}
.lp_btn img {
width: 100%;
margin: 10px 0px;
}
@media screen and (max-width:767px) {
.lp_btn{
width: 90%;
}
}
/*ポイント*/
.point_bg{
background: #bee8ff;
background-size: cover;
position: relative;
margin: 0 auto;
padding: 30px 15px 10px;
}
.point_memo{
background: #fff;
background-size: 30px 30px;
position: relative;
margin: 80px 0px;
padding: 45px 15px 15px;
border-radius: 20px;
}
.point_memo05{
margin-bottom: 30px;
}
.text_area {
margin: 20px 0 10px;
}
.point_b{
font-weight: bold;
font-size: 1.2rem;
line-height: 1.5rem;
color: #ff699c;
}
.point_no {
margin: 0 auto;
width: 230px;
position: absolute;
top: -50px;
right: 0;
left: 0;
}
.pont_img{
width: 100%;
}
.third{
font-size: 18px;
font-weight: bold;
text-align: center;
}
.third span{
color: #ff538e;
}
h4 {
position: relative;
font-size: 18px;
line-height: 1.5;
text-align: center;
margin-bottom: 20px;
}
h4:before {
content: '';
position: absolute;
bottom: -9px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: linear-gradient(to right, rgba(0, 165, 230, 0.7), rgba(146, 102, 216, 0.7));
border-radius: 2px;
}
.point_five {
padding: 10px 0;
}
.point_five_img img{
width: 100%;
}
/*スライダー001*/
.slider-001 {
width: 100%;
position: relative;
margin: 0 auto;
overflow: hidden;
display: flex;
}
.slide-001 {
width: 100%;
flex-shrink: 0;
position: relative;
top: 0;
left: 0;
transition: all 0.6s ease-in-out;
}
.slide-content-001{
margin: 0px 10px 15px;
}
.prev-001, .next-001 {
ursor: pointer;
position: absolute;
top: 25%;
font-weight: bold;
font-size: 30px;
transition: all 0.2s ease;
user-select: none;
background: #354756;
border-radius: 50%;
width: 50px;
height: 50px;
color: #fff;
text-align: center;
}
.next-001 {
right: 0;
}
.slide-img{
width: 90%;
margin: 0 auto;
}
.slider-001 img{
width: 100%;
}
.slide-content-001 span{
display: block;
font-size: 17px;
line-height: 3rem;
text-align: center;
font-weight: bold;
color: #ff538e;
margin-bottom: 10px;
}
.teacher{
text-align: center;
font-weight: bold;
}
@media screen and (max-width:767px) {
.prev-001, .next-001 {
top: 100px;
}
}
/*ポップアップ*/
.pop2, .pop4  {
width: 100px;
position: absolute;
top: -49px;
left: 0px;
z-index: 2;
}
.pop3, .pop5 {
width: 100px;
position: absolute;
top: -49px;
right: 0px;
z-index: 2;
}
@media screen and (max-width:767px) {
.pop2, .pop3, .pop4, .pop5 {
top: -110px;
}
}
/*オープンキャンパス*/
.oc_bg{
padding: 30px 0 20px;
background: #ffff79;
}
.oc_bg img{
width: 100%;
}
.oc_btn{
display: block;
}
.oc_btn a {
margin: 20px 0;
}
/*よくある質問*/
.faq_bg{
background: #fff;
background-image: linear-gradient(90deg, rgba(240, 241, 241, 0.8) 1px, transparent 0), linear-gradient(rgba(240, 241, 241, 0.8) 1px, transparent 0), linear-gradient(rgba(240, 241, 241, 0.8) 1px, transparent 0);
background-size: 30px 30px;
padding: 40px 0;
text-align: center;
}
.faq_top img{
width: 100%;
}
.accordion {
width: 90%;
margin: 0 auto;
}
.accordion-item {
margin-bottom: 2rem;
}
.accordion-check {
display: none;
}
.accordion-label {
position: relative;
display: block;
cursor: pointer;
padding: 15px;
border-right: 40px solid #26798c;
border-top: solid 3px #26798c;
border-left: solid 3px #26798c;
border-bottom: solid 3px #26798c;
background-color: #fff;
font-size: 16px;
font-weight: bold;
text-align: left;
border-radius: 20px;
}
.accordion-label::after {
width: 20px;
transform: translateY(-50%);
color: #ffffff;
font-size: 30px;
content: '+';
z-index: 2;
position: absolute;
right: -30px;
top: 50%;
}
.accordion-box {
height: 0;
overflow: hidden;
opacity: 0;
background-color: #fff;
}
.accordion-check:checked~.accordion-box {
height: auto;
opacity: 1;
padding: 1rem;
text-align: left;
border-radius: 20px;
border: solid 3px #26798c;
}
.accordion-check:checked+.accordion-label:after {
content: '-';
}
.accordion-label span{
color: #26798c;
font-size: 1.8rem;
}
.accordion-box span{
color: #ff699c;
font-size: 1.8rem;
font-weight: bold;
}
.accordion-box{
font-size: 20px;
}
@media screen and (max-width:767px) {
.accordion-label {
padding: 10px;
font-size: 15px;
}
.accordion-label span, .accordion-box span{
font-size: 1.5rem;
}
}
/*フッター*/
footer {
text-align: center;
padding: 10px 0 120px;
}
@media only screen and (max-width: 767px) {
footer {
}
}
/*フローティング*/
.floating-banner {
position: fixed;
bottom: 0;
z-index: 99;
display: flex;
width: 480px;
}
.floating-button {
display: block;
width: 50%;
}
.floating-banner__image {
max-width: 100%;
}
@media only screen and (max-width: 767px) {
.floating-banner {
width: 100%;
}
}
/*アニメーション*/
.js-fade {
opacity: 0;
visibility: hidden;
transform: translateY(50px);
transition: opacity 1s,visibility 1s, transform 1s;
}
.scroll {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}