/*----- Font -----*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*----- Reset -----*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
a,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    list-style: none;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
}

a {
    outline: none;
    text-decoration: none;
}

/*----- Root -----*/
:root {
    --osel_blue: #4ECFFE;
    --main_black: #333;
    --sub_black: #777;
    --main_white: #fff;
    --main_red: #FF5353;
}

/*----- Style -----*/
body {
    position: relative;
    font-family: "Jost", "Noto Sans JP", -apple-system, sans-serif;
    line-height: 1.7;
    color: var(--main_black);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: .5s;
    background-color: #f3f6fd;
    background: linear-gradient(120.83deg, #FDFBFD 8.69%, #FDF7FD 15%, #FDF2FC 23.96%, #D3EFFB 39.48%, #D7E8FC 68.36%, #DEDDFF 85.18%);
}

body.p-page_top {
    opacity: 0;
    background: none;
}

body.p-page_top.is-active {
    opacity: 1;
    background-color: #f3f6fd;
    background: linear-gradient(120.83deg, #FDFBFD 8.69%, #FDF7FD 15%, #FDF2FC 23.96%, #D3EFFB 39.48%, #D7E8FC 68.36%, #DEDDFF 85.18%);
}

a {
    color: var(--osel_blue);
}

a:visited {
    color: var(--osel_blue);
}

/* Component */
body.is-scrollFix {
    overflow: hidden;
}

.c-header {
    position: fixed;
    padding: 66px 10vw 0;
    padding: 3.5vw 10vw 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    transition: .4s;
    opacity: 0;
}

.c-header.is-active {
    opacity: 1;
}

.c-menu_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.c-menu_ttl_link {
    display: block;
    font-weight: bold;
}

.c-menu_ttl_link>img {
    width: 130px;
    width: 10.14vw;
    height: auto;
}

.c-menu_ttl svg {
    width: 130px;
    width: 10.14vw;
    max-width: 157px;

}

.c-menu_list {
    display: flex;
    gap: 40px;
    align-items: center;
    letter-spacing: 0.3px;
}

.c-menu_list .c-menu_link {
    color: var(--main_black);
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
}

.c-menu_list .c-menu_link:hover {
    color: var(--osel_blue);
}

.c-menu_item.-btn .c-menu_link {
    display: flex;
    position: relative;
    width: 154px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background-color: var(--osel_blue);
    border-radius: 100px;
    color: var(--main_white);
    font-size: 17px;
    font-weight: 550;
}

.c-menu_item.-btn .c-menu_link:hover {
    filter: brightness(1.05);
}

.c-menu_item.-btn .c-menu_link::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    left: 30px;
    top: 48%;
    transform: translateY(-50%);
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%200%2017%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5%203.873V11C16.5%2012.3807%2015.3807%2013.5%2014%2013.5H2.99999C1.61928%2013.5%200.499908%2012.3807%200.499908%2011V3.873L8.24648%208.43097C8.40295%208.52301%208.59702%208.52301%208.7535%208.43097L16.5%203.873ZM14%200.5C15.2871%200.5%2016.347%201.4726%2016.4848%202.72293L8.49999%207.41991L0.515168%202.72293C0.653025%201.4726%201.71292%200.5%202.99999%200.5H14Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E) no-repeat;
}

.c-menu_item.-btn .c-menu_link>span {
    display: block;
    position: absolute;
    top: 50%;
    padding-left: 11px;
    white-space: nowrap;
    transition: all 0.3s;
}

.c-menu_item.-btn .c-menu_link span:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.c-menu_item.-btn .c-menu_link span:nth-child(2) {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}

.c-menu_item.-btn .c-menu_link:hover span:nth-child(1) {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
}

.c-menu_item.-btn .c-menu_link:hover span:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.c-content_ttl {
    text-align: left;
}

.c-content_ttl.-center {
    text-align: center;
}

.c-content_ttl_in.-en {
    display: block;
    margin-bottom: 2px;
    font-size: 66px;
    font-weight: 600;
    opacity: 0;
}

.c-content_ttl_in.-en span {
    opacity: 0;
}

.c-content_ttl_in.-jp {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-left: 14px;
}

.c-content_ttl_in.-jp::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0px;
    top: 8px;
    background-color: var(--osel_blue);
    transform: rotate(45deg);
}

.c-btn_wrap {
    margin-top: 32px;
}

.c-btn {
    display: flex;
    width: 194px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    border: 1px solid var(--osel_blue);
    color: var(--osel_blue);
    font-size: 14px;
    font-weight: 500;
    background: var(--main_white);
    transition: .5s;
    cursor: pointer;
}

.c-btn:hover {
    background-color: var(--osel_blue);
    color: var(--main_white);
}

.p-news .c-btn,
.p-recruit .c-btn {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
}

.p-news .c-btn:hover,
.p-recruit .c-btn:hover {
    background-color: var(--osel_blue);
}

.c-line {
    display: block;
}

.p-kv_text.-jp .c-line {
    opacity: 0;
}

.p-kv_text.-jp .c-line.is-active {
    opacity: 1;
}

.p-kv_text.-jp .c-line+.c-line {
    margin-top: 10px;
}

.p-kv_text.-en .c-line+.c-line {
    margin-top: 4px;
}

.c-line_in {
    animation-name: show;
    animation-duration: 0.2s;
    animation-fill-mode: backwards;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.c-footer {
    margin-top: 10vw;
    background: linear-gradient(94.43deg, #56B8DF 1.21%, #6561D2 97.14%);
}

.c-footer_in {
    padding: 6vw 10vw;
}

.c-footer .c-menu_list .c-menu_link {
    color: var(--main_white);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.c-footer .c-menu_list .c-menu_link:hover {
    opacity: 0.7;
}

.c-footer .c-menu_item.-btn .c-menu_link {
    background-color: var(--main_white);
}

.c-footer .c-menu_item.-btn .c-menu_link::before {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5%203.373V10.5C16.5%2011.8807%2015.3807%2013%2014%2013H3C1.61929%2013%200.499924%2011.8807%200.499924%2010.5V3.373L8.24649%207.93097C8.40297%208.02301%208.59704%208.02301%208.75351%207.93097L16.5%203.373ZM14%200C15.2871%200%2016.347%200.972604%2016.4848%202.22293L8.5%206.91991L0.515183%202.22293C0.65304%200.972604%201.71294%200%203%200H14Z%22%20fill%3D%22%236173D5%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.c-footer .c-menu_item.-btn .c-menu_link span {
    color: #6173D5;
    font-weight: 600;
}

.c-footer_copyright {
    margin-top: 100px;
    text-align: right;
    color: var(--main_white);
    font-size: 15px;
}

.is-pc {
    display: block;
}

.is-sp {
    display: none;
}

/* Top */
.p-kv {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0em 11vw;
    box-sizing: border-box;
    background: linear-gradient(120.83deg, #FDFBFD 8.69%, #FDF7FD 15%, #FDF2FC 23.96%, #D3EFFB 39.48%, #D7E8FC 68.36%, #DEDDFF 85.18%);
}

.p-kv_wave {
    position: absolute;
    /* top: 5%; */
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: 2s;
    opacity: 0;
}

.p-kv_wave.is-active {
    opacity: 0.5;
}

.p-kv_wave img {
    width: 120%;
}

.p-kv::after {
    content: "";
    position: absolute;
    bottom: -315px;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(94.43deg, #ebf1fc 3.67%, #D7E8FC 51.41%, #DEDDFF 93.45%);
    z-index: -1;
}

.p-kv_text_wrap {
    position: relative;
    z-index: 3;
}

.p-kv_text.-jp {
    font-size: min(4vh, 38px);
    font-weight: 750;
    line-height: 1.5;
}

.p-kv_text.-en {
    margin-top: 24px;
    font-size: min(2.8vh, 24px);
    font-weight: 600;
    opacity: 0;
    transition: 2s;
}

.p-kv_text.-en.is-active {
    opacity: 1;
}

.p-content_white {
    position: relative;
    margin-top: -100px;
    padding: 40px 0px 150px 0px;
    background: linear-gradient(179.7deg, rgba(255, 255, 255, 0.4) 0.26%, rgba(255, 255, 255, 0.9) 7.14%, #FFFFFF 11.35%, #FFFFFF 93.76%, rgba(255, 255, 255, 0) 99.74%);
    backdrop-filter: blur(1px);
    border-radius: 70px 70px 0px 0px;
    border-top: 1px solid #fff;
    z-index: 1;
}

.p-news_line {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.p-news_line_link {
    color: var(--main_black);
}

.p-news_line_link:visited {
    color: var(--main_black);
}

.p-news_line_content {
    display: flex;
    gap: 12px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

.p-news_line_content::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 4px;
    top: 4px;
    background-color: var(--osel_blue);
    transform: rotate(45deg);
}

.p-news_line_date {
    color: var(--sub_black);
}

.p-news_line_text {}

.p-news_line_btn {
    padding-right: 24px;
    font-size: 16px;
    font-weight: 500;
    transition: .4s;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.1589%209.0002L9.83735%2010.3218V5.667C9.83735%205.60947%209.83151%205.5533%209.82043%205.49905C9.74268%205.11932%209.40668%204.83366%209.00401%204.83366C8.54376%204.83366%208.17068%205.20676%208.17068%205.667V10.3218L6.84928%209.00045C6.80861%208.95978%206.76476%208.92412%206.71856%208.89362C6.3951%208.68012%205.95553%208.7157%205.67077%209.00045C5.34534%209.32587%205.34534%209.85353%205.67077%2010.179L8.41476%2012.9229C8.74018%2013.2484%209.26785%2013.2484%209.59326%2012.9229L12.3374%2010.1787C12.6628%209.85328%2012.6628%209.3257%2012.3374%209.0002C12.012%208.67478%2011.4843%208.67478%2011.1589%209.0002Z%22%20fill%3D%22%234ECFFE%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.670746%209.00029C0.670746%2013.6027%204.40171%2017.3336%209.0041%2017.3336C13.6064%2017.3336%2017.3374%2013.6027%2017.3374%209.00029C17.3374%204.39796%2013.6064%200.666992%209.0041%200.666992C4.40171%200.666992%200.670746%204.39796%200.670746%209.00029ZM9.0041%2015.667C12.686%2015.667%2015.6708%2012.6822%2015.6708%209.00029C15.6708%205.31843%2012.686%202.33366%209.0041%202.33366C5.32218%202.33366%202.33741%205.31843%202.33741%209.00029C2.33741%2012.6822%205.32218%2015.667%209.0041%2015.667Z%22%20fill%3D%22%234ECFFE%22%2F%3E%3C%2Fsvg%3E) no-repeat center right;
}

.p-news_line_btn:hover {
    color: var(--osel_blue);
}

/* About */
.p-about {
    position: relative;
    padding: 9vw 0;
}

.p-about_in {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 10vw;
    gap: 60px;
    z-index: 1;
}

.p-about_text_wrap {
    max-width: 600px;
}

.p-about_text_main {
    margin-top: 48px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.p-about_text_sub {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}

.p-about_img_wrap {
    display: flex;
    align-items: center;
}

.p-about_img_wrap img {
    width: 456px;
    height: 454px;
}

/* Service */
.p-service {
    padding: 11vw 0 0;
}

.p-service_list {
    margin-top: 84px;
}

.p-service_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.p-service_item+.p-service_item {
    margin-top: 80px;
}

.p-service_item.-feel_alive .p-service_img_wrap {
    position: relative;
    background: url(img/feel_alive_bg.png) no-repeat center;
    background-size: 700px auto;
}

.p-service_item.-feel_alive .p-service_img_wrap>img {
    position: absolute;
    top: -20px;
    left: -60px;
    width: 500px;
    height: 458px;
}

.p-service_item.-ai_scenalist .p-service_img_wrap {
    background-color: #edebeb;
}

.p-service_item.-ai_scenalist .p-service_img_wrap>img {
    width: 358px;
    height: 347px;
}

.p-service_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    background-color: #edebeb;
    border-radius: 20px;
}

.p-service_info {
    max-width: 535px;
}

.p-service_name {
    font-size: 32px;
    font-weight: 750;
}

.p-service_ttl {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75;
}

.p-service_text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
}

/* Recruit */
.p-recruit {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 12vw 0;
}

.p-recruit_in {
    display: flex;
    margin: 0 12vw;
    max-width: 1035px;
    justify-content: center;
    position: relative;
    gap: 32px;
    z-index: 1;
}

.p-recruit_text_wrap {
    position: relative;
}

.p-recruit_text_wrap::before {
    content: "";
    position: absolute;
    width: 723px;
    height: 506px;
    left: -180px;
    top: -50px;
    background: radial-gradient(37.63% 50.94% at 50% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.67) 48%, rgba(255, 255, 255, 0.2) 88%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.p-recruit_text_main {
    margin-top: 48px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.p-recruit_text_sub {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}

.p-recruit_img_wrap>img {
    width: 412px;
    height: 429px;
}

.p-recruit .c-btn::after {
    background: #eef5ff;
}

/* News */
.p-news {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 8vw 0 0;
}

.p-news_in {
    width: 100%;
    margin: 0 12vw;
    max-width: 1035px;
}

.p-news_list {
    margin: 40px auto 0;
}

.p-news_item {
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.p-news_link {
    display: block;
    padding: 20px 0;
}

.p-news_link:hover .p-news_text {
    color: var(--osel_blue);
}

.p-news_link:visited {
    color: var(--main_black);
}

.p-news_info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.p-news_date {
    font-size: 15px;
    font-weight: 500;
    color: var(--main_black);
}

.p-news_label {
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    color: var(--osel_blue);
    font-weight: 500;
}

.p-news_text {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--main_black);
    transition: 0.4s;
    line-height: 1.5;
}

.p-news .c-btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* Company */
.p-company {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10vw 0 0;
}

.p-company_in {
    width: 100%;
    margin: 0 12vw;
    max-width: 1035px;
}

.p-company_list {
    margin: 40px auto 0;
}

.p-company_item {
    padding: 36px 0 36px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.p-company_item dl {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    color: var(--main_black);
}

.p-company_item dt {
    width: 120px;
}


/* Contact */
.p-contact {
    position: relative;
    padding: 12vw 0 0;
}

.p-contact_in {
    margin: 0 10vw;
    padding: 60px 80px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(2px);
    border-radius: 40px;
    text-align: center;
}

.p-contact .c-content_ttl_in.-en {
    margin-bottom: 2px;
    font-size: 54px;
    opacity: 1;
}

.p-contact_text {
    margin-top: 28px;
    font-size: 15px;
    color: var(--main_black);
}

.c-contact_btn_wrap {
    margin-top: 24px;
}

.c-contact_btn_wrap .c-contact_btn {
    display: flex;
    position: relative;
    width: 194px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 15px;
    color: var(--main_white);
    font-weight: 500;
    background: var(--osel_blue);
    border-radius: 50px;
}

.c-contact_btn_wrap .c-contact_btn:hover {
    filter: brightness(1.05);
}

.c-contact_btn::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    left: 36px;
    top: 49%;
    transform: translateY(-50%);
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%200%2017%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5%203.873V11C16.5%2012.3807%2015.3807%2013.5%2014%2013.5H2.99999C1.61928%2013.5%200.499908%2012.3807%200.499908%2011V3.873L8.24648%208.43097C8.40295%208.52301%208.59702%208.52301%208.7535%208.43097L16.5%203.873ZM14%200.5C15.2871%200.5%2016.347%201.4726%2016.4848%202.72293L8.49999%207.41991L0.515168%202.72293C0.653025%201.4726%201.71292%200.5%202.99999%200.5H14Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E) no-repeat;
}

.c-contact_btn>span {
    display: block;
    position: absolute;
    top: 50%;
    padding-left: 14px;
    white-space: nowrap;
    transition: all 0.3s;
}

.c-contact_btn span:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.c-contact_btn span:nth-child(2) {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}

.c-contact_btn:hover span:nth-child(1) {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
}

.c-contact_btn:hover span:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.p-contact .c-ticker_wrap {
    top: 50px;
    bottom: unset;
}

.p-contact .c-ticker_text_item {
    color: rgba(78, 207, 254, 0.15);
}

/*----- lower layer page -----*/
.c-content_ttl_wrap {
    position: relative;
    padding: 180px 10vw 140px;
    background: linear-gradient(120.83deg, #FDFBFD 8.69%, #FDF7FD 15%, #FDF2FC 23.96%, #D3EFFB 39.48%, #D7E8FC 68.36%, #DEDDFF 85.18%);
}

.c-content_ttl_wrap::before {
    content: "";
    position: absolute;
    bottom: -315px;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(94.43deg, #ebf1fc 3.67%, #D7E8FC 51.41%, #DEDDFF 93.45%);
    z-index: -1;
}

.c-content_ttl_wrap .c-content_ttl_in.-en {
    font-size: 76px;
}

.c-content_ttl_wrap .c-content_ttl_in.-jp {
    font-size: 20px;
}

/* about */
.p-about_detail {
    display: flex;
    justify-content: center;
    padding: 5vw 0;
}

.p-about_detail_in {
    position: relative;
    margin: 0 12vw;
    max-width: 950px;
    z-index: 1;
}

.p-about_detail_ttl {
    margin: 0 4px;
    font-size: 32px;
    font-weight: 600;
    color: var(--osel_blue);
}

.p-about_main_text {
    margin: 32px 4px 0;
    font-size: 30px;
    font-weight: 700;
}

.p-mv_wrap {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.p-mv_block {
    position: relative;
    display: flex;
    padding: 48px 0;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    background: #F0FAFF;
    border-radius: 20px;
}

.p-mv_block.-mission::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 2px;
    height: 24px;
    margin-top: -12px;
    background-color: var(--osel_blue);
    border-radius: 3px;
    transform: rotate(-45deg);
}

.p-mv_block.-vision::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -32px;
    width: 24px;
    height: 2px;
    background-color: var(--osel_blue);
    border-radius: 3px;
    transform: rotate(-45deg);
}

.p-mv_block_ttl {
    display: flex;
    width: 100%;
    padding-bottom: 12px;
    justify-content: center;
    font-size: 26px;
    color: var(--osel_blue);
    font-weight: 600;
}

.p-mv_block_text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.p-about_detail_text_wrap {
    margin-top: 40px;
}

.p-about_detail_text {
    margin: 0 4px;
    font-size: 16px;
    line-height: 2.2;
}

.p-member {
    display: flex;
    justify-content: center;
}

.p-member_in {
    margin: 0 12vw;
    max-width: 950px;
}

.p-member_img_wrap img {
    width: 226px;
    height: 226px;
}

.p-member_list {
    margin-top: 28px;
}

.p-member_item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.p-member_item+.p-member_item {
    margin-top: 16px;
}

.p-member_name {
    font-size: 24px;
    font-weight: 700;
}

.p-member_name>span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
}

.p-member_text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}


/* news */
.p-page_news .p-news_wrap {
    display: flex;
    justify-content: center;
    padding: 5vw 0;
}

.p-page_news .p-news_in {
    position: relative;
    margin: 0 12vw;
    max-width: 950px;
    z-index: 1;
}

.p-page_news .p-news_label,
.p-page_news_detail .p-news_label {
    background: var(--osel_blue);
    color: var(--main_white);
}

.p-page_news .p-news_item {
    border-image: linear-gradient(90deg, #C5ECFF 0%, #D4D2FF 100%) 1;
    transition: 1s;
}

.p-page_news .p-news_item:nth-child(n+11) {
    display: none;
}

.p-page_news .p-news_item.is-show {
    display: block !important;
}

.p-page_news .p-news_text {
    margin-top: 12px;
}

.p-page_news .c-btn_wrap {
    display: none;
    justify-content: center;
    margin-top: 48px;
}

.p-page_news .c-btn_wrap.is-show {
    display: flex;
}

.p-news_detail {
    display: flex;
    justify-content: center;
    padding: 5vw 0;
}

.p-news_detail_in {
    position: relative;
    margin: 0 12vw;
    width: 100%;
    max-width: 950px;
    z-index: 1;
}

.p-news_ttl_wrap {
    margin: 40px 0 0;
}

.p-news_ttl.--1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
}

.p-news_ttl.--2 {
    font-size: 20px;
    font-weight: 600;
}

.p-news_img_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.p-news_ttl_wrap.--1+.p-news_img_wrap {
    margin-top: 40px;
}

.p-news_img {
    max-width: 100%;
}

.p-news_img+.p-news_img {
    margin-top: 16px;
}

.p-news_img_wrap+.p-news_detail_text,
.p-news_ttl_wrap.--1+.p-news_detail_text {
    margin-top: 40px;
}

.p-news_ttl_wrap.--2+.p-news_detail_text {
    margin-top: 12px;
}

.p-news_detail_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.p-news_detail_text+.p-news_detail_text {
    margin-top: 16px;
}

.p-news_detail_link {
    font-size: 15px;
    margin-top: 12px;
}

.p-news_detail_text+.p-news_detail_link {
    margin-top: 20px;
}

.p-news_detail_link>a {
    text-decoration: underline;
}

.p-news_detail_link>a:hover {
    filter: brightness(1.05);
}

.p-news_detail_link_ttl {
    display: inline-block;
    position: relative;
    padding-right: 12px;
}

.p-news_detail_link_ttl:after {
    position: absolute;
    top: -2px;
    right: 4px;
    font-size: 16px;
    content: ":";
}

.p-page_news_detail .p-content_white {
    padding-bottom: 200px;
}

/* contact */
.p-contact_block {
    display: flex;
    justify-content: center;
    padding: 5vw 0;
}

.p-contact_block_in {
    position: relative;
    margin: 0 12vw;
    width: 100%;
    max-width: 950px;
    z-index: 1;
}

.p-contact_block_text {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
}

.p-contact_form_item {
    display: flex;
    gap: 28px;
}

.p-contact_form_item+.p-contact_form_item {
    margin-top: 48px;
}

.p-contact_form_list {
    padding: 80px 0 60px;
}

.p-contact_form_ttl {
    width: 180px;
    height: 47px;
    font-size: 15px;
    padding: 14px 0;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-image: linear-gradient(90deg, #C5ECFF 0%, #D4D2FF 100%) 1;
}

.p-contact_form_ttl .u-text_red {
    padding-left: 1px;
}

.p-contact_form_input,
.p-contact_form_select {
    width: 100%;
    height: 47px;
    padding: 0 20px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    flex: 1;
    outline: none;
}

.p-contact_form_input_content {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    flex: 1;
    outline: none;
    display: flex;
    position: relative;
    max-width: 742px;
    font-size: 14px;
    flex: 1;
    align-self: center;
    line-height: 1.5;
}

.p-contact_form_input::placeholder {
    font-size: 13px;
    color: #999;
}

.p-contact_form_select_wrap {
    position: relative;
    flex: 1;
}

.p-contact_form_select {
    width: 100%;
    color: #999;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.p-contact_form_select_wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 9px solid #333;
}

.p-contact_form_select option {
    color: #333;
}

.p-contact_form_select option.default-option {
    color: #999;
}

.p-contact_form_textarea {
    resize: none;
    min-height: 250px;
    padding: 20px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    flex-grow: 1;
    outline: none;
}

.p-contact_form_textarea::placeholder {
    font-size: 14px;
    color: #999;
}

.p-contact_form_btn_wrap {
    display: flex;
    justify-content: center;
}

.p-contact_form_btn {
    display: flex;
    position: relative;
    width: 194px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 15px;
    color: var(--main_white);
    font-weight: 600;
    background: var(--osel_blue);
    border-radius: 50px;
    outline: none;
    border: none;
    cursor: pointer;
}

.p-contact_form_btn>span {
    display: block;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    transition: all 0.3s;
}

.p-contact_form_btn:hover {
    filter: brightness(1.05);
}

.p-contact_form_btn>span:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.p-contact_form_btn>span:nth-child(2) {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}

.p-contact_form_btn:hover span:nth-child(1) {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
}

.p-contact_form_btn:hover span:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.p-contact_form_content {
    display: flex;
    position: relative;
    max-width: 742px;
    font-size: 14px;
    flex: 1;
    align-self: center;
    line-height: 1.5;
}

.p-contact_back_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.p-contact_back_btn {
    color: var(--osel_blue);
    font-size: 15px;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
}

.p-contact_back_btn:hover {
    filter: brightness(1.05);
}

.p-contact_complete_text {
    margin-bottom: 28px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.p-page_contact .p-content_white {
    background: linear-gradient(179.87deg, rgba(255, 255, 255, 0.4) 0.11%, rgba(255, 255, 255, 0.9) 6.72%, #FFFFFF 10.76%, #FFFFFF 95.72%);
    backdrop-filter: blur(1.5px);
}

.p-page_contact .c-footer {
    margin-top: 0;
}

.p-page_contact.--complete .p-content_white {
    padding-bottom: 300px;
}

.p-error_text {
    display: none;
    visibility: hidden;
    position: absolute;
    font-size: 12px;
    top: -22px;
    font-weight: 500;
}

.p-contact_form_item.--error .p-error_text {
    display: block;
}

.p-contact_form_item.--error .p-contact_form_input,
.p-contact_form_item.--error .p-contact_form_select,
.p-contact_form_item.--error .p-contact_form_textarea {
    background-color: #FFF1F3;
}

.p-contact_form_ttl .p-error_text {
    display: none !important;
    position: unset;
}

/*----- ticker animation -----*/
.c-ticker_text {
    display: flex;
    position: absolute;
    bottom: -50px;
    width: 100%;
    white-space: nowrap;
    align-items: center;
    overflow: hidden;
}

.c-ticker_text_item {
    margin: 0;
    padding: 0 20px;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 180px;
    font-size: min(15vw, 180px);
    font-weight: 600;
}

.c-ticker_text:not(.no-tick) .c-ticker_text_item:nth-child(odd) {
    -webkit-animation: MoveLeft var(--tick-duration, 300s) var(--tick-delay, -150s) infinite linear;
    animation: MoveLeft var(--tick-duration, 300s) var(--tick-delay, -150s) infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

.c-ticker_text:not(.no-tick) .c-ticker_text_item:nth-child(even) {
    -webkit-animation: MoveLeft2 var(--tick-duration, 300s) infinite linear;
    animation: MoveLeft2 var(--tick-duration, 300s) infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.c-ticker_text.is-reverse:not(.no-tick) .c-ticker_text_item:nth-child(odd) {
    -webkit-animation: MoveLeft var(--tick-duration, 300s) var(--tick-delay, -150s) infinite linear reverse;
    animation: MoveLeft var(--tick-duration, 300s) var(--tick-delay, -150s) infinite linear reverse;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

.c-ticker_text.is-reverse:not(.no-tick) .c-ticker_text_item:nth-child(even) {
    -webkit-animation: MoveLeft2 var(--tick-duration, 300s) infinite linear reverse;
    animation: MoveLeft2 var(--tick-duration, 300s) infinite linear reverse;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.p-about .c-ticker_text_item:nth-child(odd) {
    background: linear-gradient(103.15deg, #FFECFE 15.3%, #EEFAFF 38.8%, #F1F0FF 64.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-about .c-ticker_text_item:nth-child(even) {
    background: linear-gradient(103.15deg, #F1F0FF 15.3%, #EEFAFF 38.8%, #FFECFE 64.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-recruit .c-ticker_text.-top {
    top: -20px;
    bottom: unset;
}

.p-recruit .c-ticker_text {
    bottom: 0;
}

.p-recruit .c-ticker_text_item:nth-child(odd) {
    background: linear-gradient(89.9deg, rgba(131, 222, 255, 0.25) 23.55%, rgba(182, 180, 255, 0.25) 79.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-recruit .c-ticker_text_item:nth-child(even) {
    background: linear-gradient(89.9deg, rgba(182, 180, 255, 0.25) 23.55%, rgba(131, 222, 255, 0.25) 79.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-contact .c-ticker_text.-top {
    top: 3.5vw;
    bottom: unset;
}


@keyframes MoveLeft {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes MoveLeft2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

/*----- scroll_up animation -----*/
.s-scroll_up {
    transition: 1s ease-in-out;
    transform: translateY(50px);
    opacity: 0;
}

.s-scroll_up.is-active {
    transform: translateY(0);
    opacity: 1.0;
}

/*----- responsive -----*/
@media screen and (max-height: 1000px) {

    /* .p-kv_wave {
        top: 0;
    } */
    .p-kv_wave img {
        width: 100%;
    }
}

@media screen and (max-height: 800px) {
    .p-kv_wave img {
        width: 100%;
    }
}

@media screen and (max-height: 750px) {
    /* .p-kv_wave {
        top: -10%;
    } */
}

@media screen and (max-height: 650px) {
    /* .p-kv_wave {
        top: -50px;
    } */
}

@media screen and (max-height: 500px) {
    .c-menu_modal_content {
        padding: 80px 64px;
    }

    .c-menu_modal_list .c-menu_item+.c-menu_item {
        margin-top: 8px;
    }

    .c-menu_modal_list .c-menu_item.-btn {
        margin-top: 16px;
    }

    .p-kv_text_wrap {
        padding-bottom: 0;
    }

    .p-kv_text.-jp {
        font-size: 24px;
    }

    .p-kv_text.-jp .c-line+.c-line {
        margin-top: 6px;
    }

    .p-kv_text.-en {
        margin-top: 12px;
    }

    .p-content_white {
        margin-top: -60px;
    }
}

@media screen and (max-width: 1440px) {
    .c-content_ttl_in.-en {
        font-size: 62px;
    }

    /* .p-kv_wave {
        top: 0;
    } */
    .p-about_img_wrap {
        flex: 1;
    }

    .p-about_img_wrap img {
        width: 90%;
        min-width: 320px;
        height: auto;
    }

    .p-about_text_main {
        font-size: 22px;
    }

    .p-service_name {
        font-size: 28px;
    }

    .p-service_ttl {
        font-size: 20px;
    }

    .p-service_img_wrap {
        width: 350px;
        height: 350px;
    }

    .p-service_item.-feel_alive .p-service_img_wrap>img {
        left: -35px;
        width: 430px;
        height: auto;
    }

    .p-service_item.-ai_scenalist .p-service_img_wrap>img {
        width: 300px;
        height: auto;
    }

    .p-recruit_text_main {
        font-size: 22px;
    }

    /* low layer page*/
    .c-content_ttl_wrap .c-content_ttl_in.-en {
        font-size: 64px;
    }

    .p-about_main_text {
        font-size: 26px;
    }

    .p-about_detail_text {
        font-weight: normal;
    }

    .p-mv_block_ttl {
        font-size: 24px;
    }

    .p-mv_block_text {
        font-size: 18px;
    }

    .p-about_detail_text {
        font-size: 15px;
    }

    .p-member_name {
        font-size: 22px;
    }
}

@media screen and (max-width: 1205px) {
    .c-header {
        padding: 3.5vw 6vw 0;
    }
}

@media screen and (max-width: 1140px) {
    .p-about_text_main.is-pc {
        display: none;
    }

    /* .p-kv_wave {
        top: 8%;
    } */
    .p-service_img_wrap {
        width: 320px;
        height: 320px;
    }

    .p-service_item.-feel_alive .p-service_img_wrap>img {
        width: 400px;
    }

    .p-service_item.-ai_scenalist .p-service_img_wrap>img {
        width: 280px;
    }
}

@media screen and (max-width: 900px) {
    .is-pc {
        display: none;
    }

    .is-sp {
        display: block;
    }

    .c-header {
        padding: 32px 24px 0;
    }

    .c-menu_modal_btn {
        position: fixed;
        top: 24px;
        right: 24px;
        background-color: var(--osel_blue);
        border-radius: 9999px;
        width: 48px;
        height: 48px;
        pointer-events: auto;
        transform: translateZ(0);
        transition: .4s cubic-bezier(0, .65, .25, 1.2) .1s;
        border: 0;
        z-index: 12;
    }

    .c-menu_modal_btn::before {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        top: 19px;
        left: 50%;
        background-color: #fff;
        transform: translateX(-50%);
        transition: .6s;
    }

    .c-menu_modal_btn::after {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        top: 27px;
        left: 50%;
        background-color: #fff;
        transform: translateX(-50%);
        transition: .6s;
    }

    .c-menu_modal_btn.is-close::before {
        top: 23px;
        transform: translateX(-50%) rotate(45deg);
    }

    .c-menu_modal_btn.is-close::after {
        top: 23px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .c-menu_modal_content {
        position: fixed;
        display: flex;
        justify-content: center;
        width: calc(100% - 72px);
        height: 100vh;
        padding: 200px 64px;
        background-color: var(--main_white);
        top: 0;
        right: 0;
        transform: translate(100vw, 0);
        transition: .6s ease-in-out;
        z-index: 11;
    }

    .c-menu_modal_content.is-open {
        transform: translate(0, 0);
        transition: 0.6s ease-in-out;
        transition-delay: .1s;
    }

    .c-menu_modal_list {
        width: 100%;
    }

    .c-menu_modal_list .c-menu_item {
        display: block;
        width: 100%;
    }

    .c-menu_modal_list .c-menu_item+.c-menu_item {
        margin-top: 32px;
    }

    .c-menu_modal_list .c-menu_item>a {
        font-size: 22px;
        font-weight: 600;
        color: var(--main_black);
    }

    .c-menu_modal_list .c-menu_item.-btn {
        margin-top: 40px;
    }

    .p-snav_overlay {
        display: none;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
        transition: .6s ease-in-out;
        z-index: 10;
        opacity: 0;
    }

    .p-snav_overlay.is-vidible {
        display: block;
        opacity: 1;
    }

    .c-menu_ttl svg {
        width: 114px;
    }

    .c-menu_list {
        display: none;
    }

    .c-content_ttl_in.-en {
        font-size: 47px;
    }

    .c-content_ttl_in.-jp {
        font-size: 15px;
    }

    .c-footer_in {
        padding: 40px 24px;
    }

    .c-footer .c-menu_list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 28px;
        gap: 16px;
    }

    .c-footer .c-menu_wrap {
        flex-wrap: wrap;
    }

    .c-footer .c-menu_ttl {
        display: block;
        width: 100%;
    }

    .c-footer .c-menu_ttl_link {
        display: inline-block;
    }

    .c-footer .c-menu_list .c-menu_link {
        font-size: 18px;
    }

    .c-footer .c-menu_item {
        padding-right: 20px;
    }

    .c-footer .c-menu_item.-btn {
        display: block;
        width: 100%;
        margin-top: 12px;
    }

    .c-footer_copyright {
        margin-top: 16px;
    }

    .c-btn_wrap {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .c-ticker_text_item {
        font-size: 114px;
    }

    .p-kv {
        height: calc(100vh - 40px);
        padding: 0 24px;
    }

    .p-kv_text_wrap {
        padding-bottom: 80px;
    }

    .p-kv_text.-jp {
        font-size: 28px;
    }

    .p-kv_text.-en {
        font-size: 15px;
    }

    /* .p-kv_wave {
        top: 25%;
    } */
    .p-content_white {
        margin-top: -110px;
        padding: 40px 0px 50px 0px;
        border-radius: 40px 40px 0px 0px;
    }

    .p-news_line_content {
        flex-wrap: wrap;
        padding-left: 0;
        gap: 8px;
        font-size: 12px;
    }

    .p-news_line_content::before {
        left: -16px;
    }

    .p-news_line_date {
        width: 100%;
    }

    .p-news_line_link {
        display: none;
    }

    .p-news_line_text {
        font-size: 13px;
        line-height: 1.6;
    }

    .p-about {
        padding-top: 56px;
    }

    .p-about_in {
        position: relative;
        flex-wrap: wrap;
        padding: 0 28px;
    }

    .p-about_text_main {
        margin-top: 290px;
        font-size: 20px;
        line-height: 1.8;
    }

    .p-about_text_sub {
        margin-top: 12px;
        font-size: 14px;
        line-height: 2;
    }

    .p-about_img_wrap {
        position: absolute;
        top: 92px;
    }

    .p-about_img_wrap img {
        width: 260px;
        min-width: unset;
    }

    .p-service {
        padding: 88px 0;
    }

    .p-service_list {
        margin: 60px 24px 0;
    }

    .p-service_item {
        flex-wrap: wrap;
        gap: 36px;
    }

    .p-service_img_wrap {
        width: 100%;
        max-width: 500px;
        height: 240px;
        border-radius: 20px;
    }

    .p-service_item.-feel_alive .p-service_img_wrap>img {
        width: 340px;
        left: 50%;
        top: -36px;
        transform: translateX(-50%) translateY(50px);
    }

    .p-service_item.-feel_alive .p-service_img_wrap>img.is-active {
        transform: translateX(-50%) translateY(0);
    }

    .p-service_item.-ai_scenalist .p-service_img_wrap>img {
        width: 230px;
    }

    .p-service_info {
        margin: 0 4px;
        max-width: unset;
    }

    .p-service_name {
        font-size: 26px;
    }

    .p-service_ttl {
        font-size: 20px;
    }

    .p-service_text {
        margin-top: 12px;
        font-size: 14px;
    }

    .p-recruit {
        padding: 0;
        flex-wrap: wrap;
    }

    .p-recruit_in {
        flex-wrap: wrap;
        margin: 12px 24px;
    }

    .p-recruit_text_wrap {
        background: radial-gradient(37.63% 45.94% at 50% 50%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.2) 88%, rgba(255, 255, 255, 0) 100%);
    }

    .p-recruit_text_wrap::before {
        display: none;
    }

    .p-recruit .c-ticker_text.-top {
        top: -100px;
        bottom: unset;
    }

    .p-recruit_text_main {
        margin-top: 32px;
        font-size: 20px;
    }

    .p-recruit_text_sub {
        font-size: 14px;
    }

    .p-recruit .c-ticker_text {
        bottom: -68px;
    }

    .p-news {
        padding: 104px 0 0;
    }

    .p-news_in {
        margin: 0 24px;
    }

    .p-news_list {
        margin: 0;
    }

    .p-news_date {
        font-size: 12px;
    }

    .p-news_text {
        font-size: 14px;
    }

    .p-news_link {
        padding: 16px 0;
    }

    .p-company {
        padding: 88px 0 0;
    }

    .p-company_in {
        margin: 0 24px;
    }

    .p-company_list {
        margin: 28px auto 0;
    }

    .p-company_item {
        padding: 28px 0 28px 4px;
    }

    .p-company_item {
        padding: 28px 0 28px 4px;
    }

    .p-company_item dl {
        font-size: 14px;
    }

    .p-company_item dt {
        width: 86px;
    }

    .p-company_item dd {
        flex: 1;
        font-weight: 400;
    }

    .p-contact {
        padding: 88px 0 0;
    }

    .p-contact_in {
        margin: 0 24px;
        padding: 36px 24px;
        border-radius: 20px;
    }

    .p-contact .c-content_ttl_in.-en {
        font-size: 38px;
    }

    .p-contact_text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.8;
    }

    .p-contact .c-ticker_text.-top {
        top: -16px;
    }

    .c-footer {
        margin-top: 48px;
    }

    /* low layar page */
    .c-content_ttl_wrap {
        padding: 140px 24px 164px;
    }

    .c-content_ttl_wrap .c-content_ttl_in.-en {
        font-size: 52px;
    }

    .c-content_ttl_wrap .c-content_ttl_in.-jp {
        font-size: 16px;
    }

    .c-low_layer_page .p-content_white {
        padding-bottom: 100px;
    }

    .p-about_detail {
        padding: 16px 0 44px;
    }

    .p-about_detail_in {
        margin: 0 24px;
    }

    .p-about_detail_ttl {
        font-size: 22px;
    }

    .p-about_main_text {
        margin: 24px 2px 20px;
        font-size: 20px;
        line-height: 1.6;
    }

    .p-mv_wrap {
        margin-top: 24px;
        flex-wrap: wrap;
        gap: 24px;
    }

    .p-mv_block {
        width: 100%;
        flex: auto;
        padding: 32px 0;
    }

    .p-mv_block.-mission::after {
        top: unset;
        right: 50%;
        bottom: -21px;
        height: 19px;
    }

    .p-mv_block.-vision::before {
        top: -12px;
        left: 50%;
        width: 19px;
        height: 2px;
        margin-left: -10px;
    }

    .p-mv_block_ttl {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .p-mv_block_text {
        font-size: 15px;
    }

    .p-about_detail_text_wrap {
        margin-top: 28px;
    }

    .p-about_detail_text {
        font-weight: normal;
        font-size: 14px;
    }

    .p-member_in {
        margin: 0 24px;
    }

    .p-member_list {
        margin-top: 16px;
    }

    .p-member_item {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .p-member_name {
        font-size: 20px;
        text-align: center;
    }

    .p-member_name>span {
        font-size: 12px;
    }

    .p-member_text {
        margin-top: 16px;
        font-size: 14px;
        line-height: 2;
    }

    .p-page_news_detail .c-content_ttl_wrap {
        padding: 40px 24px 164px;
    }

    .p-news_detail_in {
        margin: 0 24px;
    }

    .p-news_ttl_wrap {
        margin: 24px 0 0;
    }

    .p-news_ttl.--1 {
        font-size: 20px;
    }

    .p-news_ttl_wrap.--1+.p-news_img_wrap {
        margin-top: 24px;
    }

    .p-news_ttl.--2 {
        font-size: 16px;
    }

    .p-news_img+.p-news_img {
        margin-top: 16px;
    }

    .p-news_img_wrap+.p-news_detail_text,
    .p-news_ttl_wrap.--1+.p-news_detail_text {
        margin-top: 24px;
    }

    .p-news_ttl_wrap.--2+.p-news_detail_text {
        margin-top: 12px;
    }

    .p-news_detail_text {
        font-size: 14px;
        line-height: 1.8;
    }

    .p-news_detail_text+.p-news_detail_text {
        margin-top: 12px;
    }

    .p-news_detail_link_ttl:after {
        display: none;
    }

    .p-news_detail_link>a {
        display: block;
        margin-top: 4px;
    }

    .p-news_detail_link+.p-news_detail_link {
        margin-top: 20px;
    }

    .c-low_layer_page .p-contact {
        padding-top: 72px;
    }

    .p-page_news .p-news_in {
        margin: 0 24px;
    }

    .p-contact_block_in {
        margin: 0 24px;
    }

    .p-contact_block_text {
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
    }

    .p-contact_form_list {
        padding: 36px 0 40px;
    }

    .p-contact_form_item {
        flex-wrap: wrap;
        gap: 10px;
    }

    .p-contact_form_item+.p-contact_form_item {
        margin-top: 28px;
    }

    .p-contact_form_ttl {
        display: flex;
        gap: 4px;
        width: 100%;
        height: auto;
        border: 0;
        padding: 0;
        font-size: 14px;
    }

    .p-contact_form_input,
    .p-contact_form_select {
        padding: 0 12px;
    }

    .p-contact_form_textarea {
        padding: 16px 12px;
    }

    .p-contact_complete_text {
        margin-bottom: 36px;
        font-size: 20px;
    }

    .p-page_contact.--complete .p-content_white {
        padding-bottom: 200px;
    }

    .p-contact_form_item.--error .p-contact_form_content .p-error_text {
        display: none;
    }

    .p-contact_form_ttl .p-error_text {
        display: block;
        align-self: center;
    }

    .p-contact_form_item.--error .p-contact_form_ttl .p-error_text {
        display: block !important;
    }
}

@media screen and (max-width: 715px) {
    .p-kv_wave {
        /* top: 30%; */
        bottom: 10%;
    }

    .p-kv_wave.is-active {
        opacity: 0.7;
    }
}

@media screen and (max-width: 500px) {
    .c-btn {
        width: 194px;
        height: 48px;
        font-size: 13px;
    }

    /* .p-kv_wave {
        top: 45%;
    } */
    .p-kv_wave.is-active {
        opacity: 1;
    }

    .p-news_line_text {
        font-size: 12px;
    }

    .p-about_text_main {
        font-size: 18px;
    }

    .p-about_text_sub {
        font-size: 13px;
    }

    .p-service_ttl {
        font-size: 16px;
    }

    .p-service_text {
        font-size: 13px;
    }

    .p-recruit_text_main {
        font-size: 18px;
    }

    .p-recruit_text_sub {
        font-size: 13px;
    }

    .p-news_text {
        font-size: 13px;
    }

    .p-company_item dl {
        font-size: 13px;
    }

    .p-contact_text {
        font-size: 12px;
    }

    .c-contact_btn_wrap .c-contact_btn {
        width: 194px;
        height: 48px;
        font-size: 13px;
    }

    .c-contact_btn::before {
        left: 42px;
        background-size: 15px auto;
    }
}

@media screen and (max-width: 390px) {
    .p-kv_text.-jp {
        font-size: 25px;
    }

    .p-kv_text.-en {
        font-size: 14px;
    }
}

@media screen and (max-width: 368px) {
    .p-kv_text.-jp {
        font-size: 23px;
    }

    .p-kv_text.-en {
        font-size: 13px;
    }
}

.u-text_red {
    color: var(--main_red);
}

.u-text_bold {
    font-weight: 600;
}