/*********************
ROOT
**********************/
:root {
--base: #FFF;
--bg-1: #F6F6F6;
--bg-2: #F7FBFE;
--bg-3: #FEF9F4;
--bg-4: #FFF4F2;
--bg-5: #939393;
--bg-6: #616161;
--bg-7: #EAEFF3;
--bg-8: #F0F3F6;
--text-main: #333;
--text-white: #FFF;
--text-sub: #C9C9C9;
--text-1: #111111;
--text-2: #2F3034;
--text-3: #222222;

--main-color-1: #F85032;
--main-color-2: #E73827;
/* --main-color-3: #BCE3F2; */
--sub-color-1: #349CD6;
/* --sub-color-2: #FFFBB3; */
--accent-color-1: #F85032;
--accent-color-2: #349CD6;
--accent-color-3: #34BED6;
--accent-color-4: #FCB90C;
--accent-color-5: #FCB1A4;
--accent-color-6: #FFC107;
--accent-color-7: #00929f;
--accent-color-8: #C62D1F;
--main-gradient: linear-gradient(90deg, #F85032, #E73827);
--sub-gradient: linear-gradient(90deg, #34BED6 0%, #FBE5AE 49.5%, #F79883 100%);
--sub-gradient-2: linear-gradient(45deg, #34BED6 0%, #FBE5AE 49.5%, #F79883 100%);
--bar-gradient-1: linear-gradient(90deg, #FBE5AE 0%, #F79883 100%);
--bar-gradient-2: linear-gradient(90deg, #95CABC 0%, #FBE5AE 49.5%, #FBE5AE 100%);
--bar-gradient-3: linear-gradient(90deg, #34BED6 0%, #FBE5AE 100%);


--font-jp: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
--font-en: 'DIN Alternate', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
--font-material: 'Material Icons Round';

--container-side: 20px;
--container-l: 1440px;
--container-m: 1040px;
--container-s: 800px;
--container-ss: 480px;
}


/*********************
BASE
*********************/
html {
    scroll-behavior: smooth
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background: var(--base);
}

section {
    position: relative;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
    margin: 0;
    padding: 0;
}

a {
    color: #F85032;
    text-decoration: none;
    transition: all 0.3s;
}

/* a:visited {
    color: #F85032;
}
 */
a:hover {
    color: #F85032;
    border-bottom: 1px solid #F85032;
    text-decoration: none;
}

.logo-link:hover {
    color: inherit !important;
    border-bottom: none !important;
    text-decoration: none !important;
}

a:active {
    color: #F85032;
    border-bottom: 1px solid #F85032;
    text-decoration: none;
}

a:focus {
    color: #F85032;
    border-bottom: 1px solid #F85032;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
}

ol {
    padding-left: 25px;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

dl,
dt,
dd {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pc {
    display: block !important; 
}
.sp {
    display: none !important;
}
@media (max-width: 768px) {
    .pc {
        display: none !important; 
    }
    .sp {
        display: block !important;
    }
}

/* 外部サイトアイコン */
a[href^="https"]:after,
a[href^="http"]:after,
a[href^="//"]:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path d='M10.0006 14.0002V5.9996H2V14.0002H10.0006ZM12.0006 16.0002H0V3.9996H12.0006V16.0002ZM16.0002 12.0006H13.9986V1.9998H3.9996V0H16.0002V12.0006Z' fill='%23F85032'/></svg>");
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}@media (max-width: 768px) {
    a[href^="https"]:after,
    a[href^="http"]:after,
    a[href^="//"]:after {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'><path d='M10.0006 14.0002V5.9996H2V14.0002H10.0006ZM12.0006 16.0002H0V3.9996H12.0006V16.0002ZM16.0002 12.0006H13.9986V1.9998H3.9996V0H16.0002V12.0006Z' fill='%23F85032'/></svg>");
    }
}

a.footer-icon[href^="https"]:after,
a.footer-icon[href^="http"]:after,
a.footer-icon[href^="//"]:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path d='M10.0006 14.0002V5.9996H2V14.0002H10.0006ZM12.0006 16.0002H0V3.9996H12.0006V16.0002ZM16.0002 12.0006H13.9986V1.9998H3.9996V0H16.0002V12.0006Z' fill='%23FFFFFF'/></svg>");
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}@media (max-width: 768px) {
    a.footer-icon[href^="https"]:after,
    a.footer-icon[href^="http"]:after,
    a.footer-icon[href^="//"]:after {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'><path d='M10.0006 14.0002V5.9996H2V14.0002H10.0006ZM12.0006 16.0002H0V3.9996H12.0006V16.0002ZM16.0002 12.0006H13.9986V1.9998H3.9996V0H16.0002V12.0006Z' fill='%23FFFFFF'/></svg>");
    }
}

a.footer-bottom-inner-icon[href^="https"]:after,
a.footer-bottom-inner-icon[href^="http"]:after,
a.footer-bottom-inner-icon[href^="//"]:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'><path d='M10.0006 14.0002V5.9996H2V14.0002H10.0006ZM12.0006 16.0002H0V3.9996H12.0006V16.0002ZM16.0002 12.0006H13.9986V1.9998H3.9996V0H16.0002V12.0006Z' fill='%23FFFFFF'/></svg>");
}

/* URL変更時に以下の変更必要 */
a[href^="https://skillcrafta98e24186b.wpcomstaging.com"]:after,
a[href^="http://localhost:8881"]:after,
a[href^="https://service.skill-craft.jp"]:after,
a[href^="https://support.skill-craft.jp"]:after,
a[href*="https://staging"]:after,
a[href*="https://test"]:after,
a[href*="https://x.com/SkillCraft_jp"]:after,
a[href^="https://app.skill-craft.jp"]:after {
    margin: inherit;
    font-family: inherit;
    content: '';
    font-weight: inherit;
}

a.feature-main-btn[href^="https://www.gaipack.ai/"]:after {
    margin: inherit;
    font-family: inherit;
    content: '';
    font-weight: inherit;
}

/*********************
PARTS
*********************/
.container-l {
    width: 100%;
    max-width: var(--container-l);
    margin-inline:auto
}
@media (max-width: 1200px) {
    .container-l {
        padding: 0 var(--container-side);
    }
}

.container-m {
    width: 100%;
    max-width: var(--container-m);
    margin-inline: auto;
}

.container-s {
	width: 100%;
	max-width: var(--container-s);
	margin-inline: auto;
}

.section-title h2::before{
    content: '';
    display: block;
    width: 72px;
    height: 10px;
    border-radius: 999px;
    background: var(--sub-gradient);
    margin-inline: auto;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .section-title h2::before{
        width: 48px;
    }
}

.section-title h2{
    text-align: center;
    font-family: var(--font-jp);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.2px;

    background: var(--main-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    .section-title h2{
        font-size: 24px;
        letter-spacing: 1.92px;
    }
}

.section-title h2 span {
    font-size: 32px;
    letter-spacing: 2.56px;
}
@media (max-width: 768px) {
    .section-title h2 span {
        font-size: 16px;
        letter-spacing: 1.28px;
    }
}

.base-text {
    color: #111111;
    text-align: center;
    font-family: var(--font-jp);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.05em;
}@media (max-width: 768px) {
    .base-text {
        font-size: 14px;
    }
}

.base-text-bold {
    color: #111111;
    text-align: center;
    font-family: var(--font-jp);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.05em;
}@media (max-width: 768px) {
    .base-text-bold {
        font-size: 16px;
    }
}

.page-heading{
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    max-height: 100%;
    justify-content: flex-end;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 20px;
    width: 100%;
    max-width: 100%;
}

.page-heading_inner{
    align-items: flex-start;
    flex: none;
    padding: 0px;
    width: 1200px;
    max-width: 100%;
}

.page-title {
    position: relative;
    display: flex;
    border-bottom: 1px solid #F85032;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 32px;
    margin-top: 80px;
    gap: 10px;
    align-items: flex-start;
    flex: none;
    flex-wrap: nowrap;
}
@media (max-width: 768px) {
    .page-title {
        margin-top: 110px;
        padding-bottom: 24px;
    }
}

.page-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: -0.5px;
    width: 100vw;
    border-bottom: 1px solid #F85032;
}

.page-title h1, .page-title .page-main-title {
    color: #2F3034;
    font-family: var(--font-jp);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.05em;
}
@media (max-width: 768px) {
    .page-title h1 {
        font-size: 20px;
    }
}

/*********************
CTA
*********************/
.cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}

.cta-text {
    background: var(--main-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-cta {
    background-image: url(../images/cta_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 76px 0;
}
@media (max-width: 768px) {
    .page-cta {
        padding: 48px 0;
    }
}

.page-cta .cta-padding {
    padding: 0;
}


.main-btn.register-btn {
    width: fit-content;
    /* width: 400px; */
    display: inline-flex;
    box-shadow: 2px 2px 8.1px 0px rgba(0, 0, 0, 0.20);
}
@media (max-width: 768px) {
    .main-btn.register-btn {
        /* width: 330px; */
    }
    .fv .register-btn {
        position: absolute;
        bottom: 32px;
        left: 50%;
        translate: -50%;
    }
}

.main-btn.register-btn:hover {
    background: var(--base);
    border: 2px solid var(--main-color-1);
    transition: all 0.3s;
}

.main-btn.register-btn:hover a {
    background: var(--main-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.main-btn.register-btn a {
    padding: 16px 32px;
    font-size: 20px;
    letter-spacing: 0.8px;
    white-space: nowrap;
	height: fit-content;
}
@media (max-width: 768px) {
    .main-btn.register-btn a {
        font-size: 18px;
        letter-spacing: 0.72px;
    }
}

/*********************
btn
*********************/
.btn {
    min-width: 148px;
    height: fit-content;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    display: inline-flex;
    padding: 12px 18px;
    text-align: center;
    font-family: var(--font-jp);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-decoration: none;
}
@media (max-width: 768px) {
.btn {
    min-width: 120px;
    font-size: 13px;
    padding: 10px 16px;
}
}
.background-red-btn {
    background-color: #F85032;
    color: #ffffff !important;
    border: 2px solid var(--main-color-1);
}

.background-red-btn:hover {
    background-color: #ffffff;
    color: #F85032 !important;
    border: 2px solid var(--main-color-1);
    transition: 0.5s;
}

.background-white-btn {
    background-color: #ffffff;
    color: #F85032 !important;
    border: 2px solid var(--main-color-1);
}

.background-white-btn:hover {
    background-color: #F85032;
    color: #ffffff !important;
    border: 2px solid var(--main-color-1);
    transition: 0.5s;
}

/*********************
BREADCRUMBS-greater
*********************/
#breadcrumb-greater {
    width: 100%;
    display: flex;
	padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 102px;
}

.breadcrumb-greater-list {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 4px;
}

.breadcrumb-greater-item {
    color: var(--text-main);
    font-family: var(--font-jp);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.breadcrumb-greater-item a {
    color: var(--main-color-1);
    transition: all 0.3s;
    text-decoration: none;
}

.breadcrumb-greater-item a:hover {
    text-decoration: underline;
}

.breadcrumb-greater-item:last-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    min-width: 0;
}

@media only screen and (max-width: 768px) {
    #breadcrumb-greater {
        display: none !important;
    }
}

.breadcrumb-greater-container-set {
    width: 100%;
    max-width: var(--container-m);
    margin-inline: auto;
}

.breadcrumb-greater-container {
    padding: 0 var(--container-side);
}

/*********************
MARGIN
*********************/
.margin-1 {
    margin-bottom: 180px;
}
.margin-2 {
    margin-bottom: 160px;
}
.margin-3 {
    margin-bottom: 100px;
}
.margin-4 {
    margin-bottom: 60px;
}
.margin-5 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 786px) {
    .margin-1{
        margin-bottom: 150px;
    }
    .margin-2 {
        margin-bottom: 90px;
    }
    .margin-3{
        margin-bottom: 80px;
    }
    .margin-4{
        margin-bottom: 50px;
    }
    .margin-5{
        margin-bottom: 30px;
    }
}

/*********************
PADDING
*********************/
.section-padding {
    padding: 80px 0;
}
@media (max-width: 786px) {
    .section-padding {
        padding: 40px 0;
    }
}
.section-padding.single {
    padding: 40px 0;
}
@media (max-width: 786px) {
    .section-padding.single {
        padding: 20px 0;
    }
}


.cta-padding {
    padding: 76px 0;
}
@media (max-width: 786px) {
    .cta-padding {
        padding: 40px 0;
    }
}

/*********************
ANIMATION
*********************/
.delay--2 {
    transition-delay: .3s;
}

.delay--3 {
    transition-delay: .6s;
}

.delay--4 {
    transition-delay: .9s;
}

.animated__fadeIn { 
    /* before (出現前)*/ 
    opacity: 0; 
    translate: 0 50px; 
    transition: opacity 0.3s ease, translate 0.3s ease; 
}

/* after (出現後)*/
.animated__fadeIn.js-show { 
    opacity: 1; 
    translate: 0 0; 
}