/*全体的なこと*/
body:not(#site_index) {
padding-top: 0px;
}
header, .sp_menu #global_header, .breadcrumbs, .sns_p, .sns_icon, .cta_wrap_short, footer, #fixed_bottom_nav, .lp-senyo {
display: none;
}
.lp-bg{
display: flex;
background-attachment: fixed;
background-size: 32px 32px;
background-position: 50% 50%;
background-image: repeating-linear-gradient(90deg, #e6e6e2, #e6e6e2 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #e6e6e2, #e6e6e2 1px, #fff 1px, #fff 32px);
}
.lp {
max-width: 480px;
margin: 0 auto;
border: 1px solid #000;
background: #fff;
}
section {
margin-top: 0px;
}
.text_area {
margin-bottom: 20px;
text-align: center;
}
h2{
width: 100%;
margin: 0 auto;
}
img{
vertical-align:top;
}
@media screen and (max-width:767px){
.lp{
width: 100%;
border: 0px solid #000;
}
}
/*ヘッダー*/
.lp-header {
position: fixed;
z-index: 3;
top: 0;
width: 100%;
height: 60px;
background-color: #fff;
padding: 10px;
}
.lp-header img{
height: 50px;
}
@media screen and (max-width:767px) {
.lp-header {
height: 50px;
}
.lp-header img{
height: 40px;
}
}
/*メニュー*/
.lp-pc {
position: fixed;
top: 50px;
left: 25px;
width: 30%;
}
.lp-pc-btn img{
padding: 0 10px;
}
.lp-pc img {
max-width: 100%;
margin-bottom: 20px;
}
.lp-pc-title{
width: 80%;
margin: 40px auto 20px;
}
.lp-pc-btn{
display: flex;
}
.lp-link {
width: 60%;
margin: 0 auto;
}
@media screen and (max-width:1500px) {
.lp-pc {
display: none;
}
}
/* メインビジュアル */
.topArea{
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4列に等分 */
gap: 0px; 
margin-top: 60px;
}
.topBlock{
transition: margin 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
margin: 0 5px;
position: relative;
overflow: hidden;
}
.topBlock02{
margin: 35px 5px 0;
}
.topBlock img{
width: 100%;
height: auto;
opacity: 0;
transition: opacity 0.6s ease 0.4s;
}
@media screen and (max-width:767px){
.topArea {
margin-top: 0px;
}
}
/* マスク用の色レイヤー */
.mask::before {
content: "";
position: absolute;
top: 0;
left: 1px;
width: 100%;
height: 100%;
background: #333;
transform: translateX(-100%);
z-index: 2;
}
.mask.show::before {
animation: mask-slide 0.6s ease forwards;
}
@keyframes mask-slide {
0%   { transform: translateX(-100%); }
50%  { transform: translateX(0); }
100% { transform: translateX(100%); } 
}
/* 画像はアニメーションと同時に表示 */
.mask img {
opacity: 0;
transition: opacity 0.4s ease 0.2s;
}
.mask.show img {
opacity: 1;
z-index: 1;
}
/*H1の部分*/
.leadArea{
margin: 0 auto 20px;
position: relative;
}
.leadArea-img img{
margin: 20px auto 30px;
position: relative;
width: 100%;
}
.leadArea-p{
line-height: 1.7;
font-weight: bold;
margin: 0 15px;
}
.leadArea-p {
counter-reset: li;
}
.leadArea-p li {
display: flex;
align-items: center;
padding-bottom: 10px;
}
.leadArea-p li:before {
display: inline-block;
min-width: 1.7em;
margin-right: 8px;
border-radius: 50%;
background-color: #000;
color: #fff;
font-weight: bold;
line-height: 1.7em;
text-align: center;
content: counter(li);
counter-increment: li;
}
@media screen and (max-width:767px){
.leadArea{
margin: 40px auto;
}
.leadArea-p{
font-size: 1.5rem;
line-height: 1.5em;
}
.leadArea-img img {
width: 100%;
 margin: 20px auto 30px;
}
}
/*ループテキスト*/
.loop-txt{
text-align: center;
margin: 20px auto 10px; 
font-size: 15px; 
}
.loop-wrap { 
position: relative;
overflow: hidden;
width: 100%;
height: 45px;
background: #000;
color: #fff;
white-space: nowrap;
display: flex;
align-items: center;
} 
.loop-area { 
display: inline-block;
white-space: nowrap;
will-change: transform;
animation: flowing 15s linear infinite;
} 
/* 中身を横並びにしてコピーする */
.loop-area .content { 
display: inline-block;
padding-right: 40px; /* アイテム間の間隔 */
font-size: 15px;
line-height: 1;
}
@keyframes flowing { 
0% { transform:translateX(0); 
} 
100% { transform:translateX(-100%); 
} 
}
/*ボタン*/
.btn_bg{
background: #000;
padding: 20px 0;
}
.lp_btn {
display: flex;
margin: 0 auto;
justify-content: center;
}
.lp_btn a{
padding: 0 20px;
}
.lp_btn img {
width: 100%;
}
@media screen and (max-width:767px) {
.lp_btn a{
padding: 0 10px;
}
.btn_bg {
padding: 20px 0;
}
}
/*本文共通*/
.point-h2{
margin-bottom: 30px;
}
.point-title-box{
margin-bottom: 10px;
}
.point-title-box span{
line-height: 1;
font-size: 2rem;
background: #ff6a1f;
color: #fff;
padding: 5px 8px 5px;
font-weight: bold;
}
.point-h2-box {
display: block;
margin-bottom: 15px;
position: relative;
}
.point-h2-box span {
top: 7px;
letter-spacing: 0.05em;
font-size: 2.5rem;
font-weight: bold;
position: relative;
border: 2px solid #000;
padding: 5px 6px;
background-color: #fff;
}
.point-title{
text-align: center;
}
.text_area span{
font-size: 1.5rem;
font-weight: bold;
color: #ff6a1f;
}
/*企業連携*/
.point_bg:before {
background-color: #e8e8e8;
content: "";
display: block;
height: 200px;
position: absolute;
left: 0;
top: -40px;
width: 10vw;
z-index: -1;
}
.point_bg:after {
background-color: #e8e8e8;
content: "";
display: block;
height: 200px;
position: absolute;
right: 0;
bottom: -40px;
width: 10vw;
z-index: -1;
}
.point_bg {
margin: 40px 0 20px;
position: relative;
z-index: 1;
padding: 0 15px;
}
.point-img img{
text-align: center;
margin: 15px auto;
width: 100%;
}
.point-title-box{
margin-bottom: 5px;
color: #fff;
}
@media screen and (max-width:767px) {
.point_bg:before,.point_bg:after {
width: 30vw;
}
}
/*連携実績*/
.data{
background: #e8e8e8;
padding: 40px 15px;
}
/* スライダー */
.swiper {
width: 100%;   
}
.swiper-wrapper {
height: 100%;
}
.swiper-slide {
display: flex;
justify-content: center;
align-items: center;
color: #333;
font-size: 1.2rem;
}
/* 矢印の位置・見た目を調整 */
.swiper-button-next, .swiper-button-prev {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #000;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
top: 50%;
transform: translateY(-50%);
}
/* 擬似要素 ::after に入る矢印のサイズを調整 */
.swiper-button-next::after, .swiper-button-prev::after {
font-size: 16px;
}
.swiper-pagination {
position: relative;
bottom: -20px;
text-align: center;
}
.slider-box {
background: rgba(255,255,255,0.7);
border: 2px solid #000;
border-radius: 10px;
padding: 20px;
width: 90%;
margin-bottom: 20px;
}
.slider-box img {
width: 100%;
height: auto;
}
.scroll_title {
font-size: 1.5em;
font-weight: bold;
color: #fff;
text-align: center;
margin: 10px 0;
background-color: #d4cb69;
padding: 8px 0px;
box-sizing: border-box;
}
.txt {
padding: 10px 0;
}
/* 2個目のスライダーの設定*/
.slider-box2{
margin: 5px;
background: #e6e6e6;
border-radius: 10px;
padding: 0px 20px 20px;
 position: relative;
width: 90%;
margin-bottom: 20px;
}
.slider-box2 .scroll_title {
font-size: 1.4em;
display: block;
text-align: center;
padding: 0.5em 1em;
font-weight: bold;
color: #000;
background: #FFF;
border-radius: 25px;
}
.slider-box2 img {
width: 100%;
height: auto;
}
/*授業*/
.secret{
background-attachment: fixed;
background-size: 32px 32px;
background-position: 50% 50%;
background-image: repeating-linear-gradient(90deg, #e6e6e2, #e6e6e2 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #e6e6e2, #e6e6e2 1px, #fff 1px, #fff 32px);
padding: 40px 15px;
}
.secret_title{
text-align: center;
font-size: 20px;
font-weight: bold;
}
.secret-img{
width: 100%;
margin-top: 20px;
}
/*スクロール*/
.btn {
position: relative;     
text-align: center;
display: block;
margin: 50px 0;
}
/* 回転する丸画像 */
.btn::before {
content: "";
display: inline-block;
position: absolute;
width: 95px;
height: 95px;
top: -28px;            
left: 50%;              
transform: translateX(-50%); 
background-image: url(/files/lp/business-design/scroll01.png);
background-size: contain;
background-repeat: no-repeat;
animation: fix-button 15s linear infinite;
-webkit-animation: fix-button 15s linear infinite;
}
.btn img {
width: 30px;
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
/* 回転アニメーション */
@keyframes fix-button {
  0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); }
}
@-webkit-keyframes fix-button {
  0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); }
}
/* 目指せる職業 */
.job {
margin-top: 20px;
padding: 17px 20px 30px;
border-radius: 20px;
background: #f0f0e6;
}
.job__head {
padding-bottom: 17px;
position: relative;
font-size: 1.5em;
text-align: center;
font-weight: bold;
}
.job__head::before {
content: "";
width: calc(100% + 40px);
height: 1px;
border-bottom: 2px dotted #000;
position: absolute;
bottom: 0;
left: -20px;
}
.job__list {
display: grid;
margin-top: 20px;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.job__list-item {
position: relative
}
.job__list-item::before {
content: "";
width: 78%;
max-width: 200px;
height: auto;
border-radius: 50%;
position: absolute;
top: calc(50% + 10px);
left: 50%;
translate: -50% -50%;
background: #fff;
aspect-ratio: 1 / 1;
}
.job__list-img {
width: -moz-fit-content;
width: fit-content;
margin-inline:auto;padding: 0 24px;
position: relative;
z-index: 1
}
.job__list-img img{
width: 100%;
block-size: auto;
}
.job__list-txt {
margin-top: 5px;
position: relative;
z-index: 1;
text-align: center
}
.job__employment-list {
margin-top: 25px;
grid-template-columns: 1fr 1fr;
row-gap: 8px
}
.c-list01__item {
padding-left: 12px;
position: relative;
margin-bottom: 5px;
}
.c-list01__item::before {
content: "";
width: 6px;
height: 6px;
background: #000;
border-radius: 50%;
position: absolute;
top: 7px;
left: 0;
}
/*こんな人におすすめ*/
.forArea{
background: #e8e8e8;
padding: 30px 0;
}
.forList{
display: flex;
flex-wrap: wrap;
}
.forArea .forList{
padding: 40px 15px 0;
}
.forArea .forBox{
width: 50%;
padding: 0 10px;
}
.forArea .forBox img{
width: 100%;
height: auto;
}
.forArea .forBox:first-child,
.forArea .forBox:nth-child(3){
margin-top: -40px;
}
.forArea .forBox:last-child{
margin-right: 0;
}
/*FAQ*/
.faq_bg {
background-attachment: fixed;
background-size: 32px 32px;
background-position: 50% 50%;
background-image: repeating-linear-gradient(90deg, #e6e6e2, #e6e6e2 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #e6e6e2, #e6e6e2 1px, #fff 1px, #fff 32px);
padding: 40px 15px 60px;
}
.faq{
padding: 15px 0;
}
.balloon_q, .balloon_a {
 margin: 1.5em 0;
display: flex;
}
.balloon_q .faceicon, .balloon_a .faceicon {
width: 20%;
margin: 0 10px;
}
.balloon_q .faceicon img, .balloon_a .faceicon img{
width: 100%;
}
.balloon_q .chatting, .balloon_a .chatting {
width: 80%;
}
.balloon_q .says {
position: relative;
padding: 17px 13px;
border-radius: 12px;
background: #2ca8a1;
text-align: left;
color: #fff;
}
.balloon_q .says:after {
content: "";
display: inline-block;
position: absolute;
top: 3px; 
left: -19px;
border: 8px solid transparent;
border-right: 18px solid #2ca8a1;
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
}
.balloon_a .says{
position: relative;
padding: 17px 13px;
border-radius: 12px;
background: #ff6a1f;
text-align: left;
color: #fff;
}
.balloon_a .says:after {
content: "";
position: absolute;
top: 3px;
right: -19px;
border: 8px solid transparent;
border-left: 18px solid #ff6a1f;
-webkit-transform: rotate(-35deg);
transform: rotate(-35deg);
}
@media screen and (max-width:767px){
.balloon_q .faceicon, .balloon_a .faceicon {
width: 30%;
}
.balloon_q .chatting, .balloon_a .chatting {
width: 70%;
}
}
/*オープンキャンパス*/
.oc_bg {
padding: 120px 0 0;
background-color: #d2ecfa;
position: relative;
}
.oc_bg img{
padding: 0 15px 15px;
width: 100%;
} 
/*フッター*/
.lp-footer {
text-align: center;
padding: 40px 0 100px;
background: #fafafa;
}
.lp-footer img{
height: 50px;
}
/*スライド*/
.bgSlide01 {
height: 160px; 
background: url("/files/lp/business-design/slider01.png") repeat-x top left;
background-size: 150% auto;
animation: bgSlide01-s 30s linear infinite;
position: absolute;
width: 100%;
top: -33px;
}
@keyframes bgSlide01-s {
  0% { background-position: 0 0; }
  100% { background-position: -1427px 0; } /* 背景幅と同じ分だけ左に流す */
}
/*フッター固定*/
.floating-banner {
position: fixed;
bottom: 0;
z-index: 99;
display: flex;
width: 480px;
}
.floating-button {
display: block;
width: 50vw;
}
.floating-banner__image {
max-width: 100%;
}
@media screen and (max-width:767px) {
.floating-banner {
 width: 100%;
}
.floating-button {
width: 100%;
}
}
/*アニメーション*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.fadeUpTrigger{
opacity: 0;
}