/* =================================================================
トップ共通
=================================================================*/
h2 {font-family: "Titillium Web", sans-serif; font-size: 80px; color: #66E0DB; display: flex; flex-direction: column; letter-spacing: -0.025em;}
h2 .sub {font-weight: 700;}
h2 svg {display: block; margin-top: -37px;}

.bg-wrap {position: relative;}
.bg-wrap:before {content: url(../img/top/top-bg_left.svg); position: absolute; left: 0; top: 1178px; z-index: -1;}
.bg-wrap:after {content: url(../img/top/top-bg_right.svg); position: absolute; right: 0; top: 16px; z-index: -1;}

.link {display: flex; align-items: center; gap: 10px;}
.link .button {width: 177px; height: 45px; background-image: url(../img/top/llink-button_bg.svg); background-size: cover; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: -0.025em;}

.box {display: flex; justify-content: flex-end; width: 100%; position: relative;}
.box.reverse {justify-content: flex-start;}

@media screen and (max-width: 1199px) {
    h2 {font-size: 45px;}
    .box {flex-direction: column;}
    .bg-wrap {overflow: hidden;}
    .bg-wrap:before {content: ""; display: block; background: url(../img/top/top-bg_left_sp.svg); background-size: cover; top: 2306px; aspect-ratio: 142 / 360; width: 47vw;}
    .bg-wrap:after {content: ""; display: block; background: url(../img/top/top-bg_right_sp.svg); background-size: cover; top: 851px; aspect-ratio: 132 / 2353; width: 35vw;}
    .link {gap: 20px;}
    .link .button {width: 148px; height: 45px; background-image: url(../img/top/llink-button_bg_sp.svg); }
}

/* =================================================================
fv
=================================================================*/
.fv-wrap {padding-bottom: 149px; position: relative; overflow: hidden;}
.fv-wrap:before {content: url(../img/top/bg_up-triangle.svg); position: absolute; left: -464px; top: -209px;}
.fv-wrap:after {content: url(../img/top/bg_down-triangle.svg); position: absolute; right: -467px; top: -209px;}
.fv {background-image: url(../img/top/fv.jpg); background-size: cover; background-repeat: no-repeat; padding-bottom: 40px;}
.fv .inner {max-width: 1480px; width: 100%; margin: auto; padding-top: 247px;}
.fv h1 {position: relative; z-index: 2;}
.fv h1 span {color: #66E0DB; font-weight: 700; display: block; line-height: 1;}
.fv h1 span:nth-child(1) {font-size: 122px; letter-spacing: -3.05px; padding-left: 108px; display: flex;}
.fv h1 span:nth-child(1) span {padding-left: 0;}
.fv h1 span:nth-child(2) {font-size: 121px; letter-spacing: -3.02px; padding-left: 203px; margin-top: -13px;}
.fv h1 span:nth-child(3) {font-size: 121px; letter-spacing: -3.02px; padding-left: 140px; margin-top: -20px;}
.fv p {position: relative; z-index: 2; font-size: 23px; font-weight: bold; letter-spacing: -0.57px; color: #fff; padding-left: 150px; margin-top: 28px;}

.fv .product-image {display: flex; justify-content: flex-end; gap: 10px; margin-bottom: 36px; margin-top: -103px; position: relative; z-index: 1;}
.fv .product-image img {display: block; max-width: 130px;}

.information-area {width: 100%; max-width: 1200px; margin: -2px auto 0; display: flex; justify-content: flex-end;}
.information {width: 100%; max-width: 600px; display: flex; flex-direction: column;}
.information h2 {font-size: 20px; font-weight: bold; letter-spacing: -0.5px; color: #fff; line-height: 2; margin-top: -4px;}
.information li a {display: flex; align-items: center; background: #fff; height: 45px; width: 100%; gap: 19px; padding: 12px 20px; font-size: 14px; position: relative;}
.information li a:after {content: ""; display: block; width: 16px; height: 16px; background-size: cover; background-image: url(../img/top/icon-arrow.svg); position: absolute; right: 20px; top: 0; bottom: 0; margin: auto;}
.information li .date {font-weight: bold;}
.information li.no-link {display: flex; align-items: center; background: #fff; height: 45px; width: 100%; gap: 19px; padding: 12px 20px; font-size: 14px; position: relative;}
.information .more {display: flex; align-items: center; justify-content: center; color: #fff; background: #1E1E1E; border-radius: 9999px; width: 82px; height: 28px; font-size: 14px; align-self: flex-end; margin-top: 10px;}

@media screen and (max-width: 1199px) {
    .fv {padding-bottom: 32px;}
    .fv-wrap {padding-bottom: 0px;}
    .fv-wrap:before {display: none;}
    .fv-wrap:after {z-index: -1;}
    .fv .inner {padding-top: 95px;}
    .fv h1 span:nth-child(1) {font-size: clamp(56px, 15vw, 121px); padding-left: 27px; flex-direction: column; letter-spacing: -0.025em;}
    .fv h1 span:nth-child(1) span {padding-left: 11px; letter-spacing: -0.025em; margin-bottom: -6px;}
    .fv h1 span:nth-child(2) {font-size: clamp(56px, 15vw, 121px); padding-left: 72px; letter-spacing: -0.025em; margin-top: -7px;}
    .fv h1 span:nth-child(3) {font-size: clamp(56px, 15vw, 121px); padding-left: 42px; letter-spacing: -0.025em; margin-top: -6px}
    .fv p {font-size: 15px; padding-left: 42px; line-height: 1.733333333333333; margin-top: 5px;}

    .fv .product-image {flex-wrap: wrap; gap: 5px; margin-top: 15px; margin-right: 0; margin-bottom: 26px; float: right; padding: 0 30px 0 0; max-width: 315px;}
    .fv .product-image img {max-width: 86px;}
    .fv .product-image li:nth-child(1) {margin-left: 108px;}

    .information {padding: 0 30px;}
    .information li a {height: 42px; gap: 9px; padding: 0 40px 0 10px;}
    .information li a:after {right: 15px; width: 12px; height: 12px;}
    .information li .date {font-size: 13px;}
    .information .more {margin-top: 12px;}
}

/* =================================================================
development
=================================================================*/
.development {max-width: 1600px; margin: auto;}
.development .image {width: 53vw; max-width: 840px; position: absolute; left: 0; top: -56px;}
.development .text {padding: 43px 66px 0 0; position: relative; z-index: 1;}
.development .text-inner {background-image: url(../img/top/development_text_bg.png); background-size: cover; width: 1051.09px; height: 583.91px; padding-left: 234px;}
.development .text-inner .wrapper {position: relative; top: -33px;}
.development h2 {padding-left: 123px; margin-bottom: 5px;}
.development h2 .sub {padding-left: 59px;}
.development .text h3 {display: flex; flex-direction: column; gap: 24px;}
.development .text h3 span {font-size: 30px; font-weight: bold; letter-spacing: -0.06em;}
.development .text h3 strong {font-size: 50px; font-weight: bold; letter-spacing: -0.06em;}
.development .text p {margin-top: 28px; font-size: 18px; line-height: 2.111111111111111; letter-spacing: -0.06em;}
.development .text p .sp-only {display: none !important;}
.development .link {margin-top: 35px; padding-left: 10px;}

@media screen and (max-width: 1199px) {
    .development {position: relative;}
    .development:before {content: ""; display: block; background: url(../img/top/development_bg_sp.svg); width: 265px; height: 337px; position: absolute; right: -132px; top: 0; z-index: 1;}
    .development .image {width: 92%; position: static;}
    .development .text-inner {padding: 0 0px 0 28px; background: none; width: 100%; height: auto;}
    .development .text-inner .wrapper {top: 0px;}
    .development h2 {padding-left: 0; margin-bottom: 19px;}
    .development h2 .sub {padding-left: 32px; margin-bottom: 16px;}
    .development h2 svg {margin-left: -3px;}
    .development .text {padding: 31px 0 0;}
    .development .text h3 {gap: 14px;}
    .development .text h3 span {font-size: 20px; letter-spacing: -0.06em;}
    .development .text h3 strong {font-size: 40px; line-height: 1.25;}
    .development .text p {font-size: 15px; margin-top: 19px; line-height: 1.733333333333333;}
    .development .text p .sp-only {display: inline !important; padding: 1em;}
    .development .link {margin-top: 29px; padding: 0 28px 0 2px;}
}

/* =================================================================
shizuoka
=================================================================*/
.shizuoka {max-width: 1480px; margin: auto;}
.shizuoka .box {height: 650px;}
.shizuoka .image {padding-top: 83px; width: 49vw; max-width: 780px; position: absolute; right: 0px; top: 0;}
.shizuoka .text {width: 640px; padding-left: 187px; padding-top: 66px; position: relative; z-index: 1;}
.shizuoka h2 {margin-bottom: 57px;}
.shizuoka h2 .sub {padding-left: 91px;}
.shizuoka h2 svg {margin-top: -44px;}
.shizuoka .text h3 {display: flex; flex-direction: column; gap: 10px; }
.shizuoka .text h3 span {font-size: 50px; font-weight: bold; letter-spacing: -0.06em;}
.shizuoka .text h3 span:nth-child(3) {margin-top: 14px;}
.shizuoka .text p {margin-top: 34px; font-size: 16px; line-height: 2; letter-spacing: 0;}
.shizuoka .link {margin-top: 36px;}

@media screen and (max-width: 1199px) {
    .shizuoka .box {height: auto;}
    .shizuoka .image {padding-top: 57px; width: 100%; position: static;}
    .shizuoka .text {padding: 39px 0 0 30px; width: 100%;}
    .shizuoka h2 {margin-bottom: 4px;}
    .shizuoka h2 .sub {padding-left: 58px; margin-bottom: 27px;}
    .shizuoka .text h3 span {font-size: 38px; letter-spacing: -0.06em;}
    .shizuoka .text h3 span:nth-child(1) {font-size: 23px; margin-bottom: 5px;}
    .shizuoka .text h3 span:nth-child(3) {margin-top: 10px;}
    .shizuoka .text p {font-size: 15px; padding-right: 30px; line-height: 1.866666666666667; max-width: 100%;}
    .shizuoka .link {padding-right: 30px; justify-content: center;}
}

/* =================================================================
catalog
=================================================================*/
.catalog {max-width: 1480px; margin: auto; padding-top: 193px;}
.catalog .box {height: 430px;}
.catalog .image {width: 42vw; max-width: 672px; position: absolute; left: 140px;}
.catalog .text {padding-right: 263px; padding-top: 46px; position: relative; z-index: 1;}
.catalog h2 {margin-bottom: 6px;}
.catalog h2 svg {margin-top: -40px;}
.catalog h2 .sub {padding-left: 29px;}
.catalog .text h3 {font-size: 40px; font-weight: bold; padding-left: 14px; letter-spacing: -0.06em;}
.catalog .link {margin-top: 46px; padding-left: 14px;}

@media screen and (max-width: 1199px) {
    .catalog {padding-top: 35px;}
    .catalog .box {height: auto; justify-content: center; align-items: center;}
    .catalog .image {width: 100%; position: static; padding: 0 30px;}
    .catalog .text {padding: 20px 0 0;}
    .catalog h2 {margin-bottom: -1px;}
    .catalog h2 .sub {padding-left: 14px;}
    .catalog h2 svg {margin-top: -15px;}
    .catalog .text h3 {font-size: 22px; padding-left: 29px;}
    .catalog .link {margin-top: 31px; padding-left: 6px;}
    .catalog .link .button {width: 168px; background-image: url(../img/top/llink-button_bg_sp_168.svg);}
}


/* =================================================================
order
=================================================================*/
.order {margin: auto; overflow: hidden; display: flex; justify-content: center; margin-top: 156px;}
.order .inner {max-width: 1480px; height: 300px; background: url(../img/top/order_bg.jpg); background-size: cover; background-position: center; margin: auto; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; padding-top: 83px;}
.order h2 {font-weight: bold; text-align: center; flex-direction: row; font-size: 91px;}
.order h2 strong {font-weight: bold;}
.order .button {width: 177px; height: 45px; background-image: url(../img/top/llink-button_bg_blue.svg); background-size: cover; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: bold; letter-spacing: -0.025em; margin-top: 29px; color: #3C3C3C;}

@media screen and (max-width: 729px) {
    .order {margin-top: 72px;}
    .order .inner {height: 375px; background: url(../img/top/order_bg_sp.jpg); background-size: cover; padding-top: 63px;}
    .order h2 {flex-direction: column; font-size: 32px;}
    .order h2 strong {font-size: 69px;}
    .order .button {margin-top: 124px;}
}


/* =================================================================
report
=================================================================*/
.report {max-width: 1480px; margin: auto;}
.report .box {height: 561px; margin-top: 187px;}
.report .image {width: 55vw; max-width: 875px; position: absolute; right: 0px; top: 0;}
.report .text {padding-left: 212px; padding-top: 12px; position: relative; z-index: 1;}
.report h2 {margin-bottom: -9px;}
.report h2 .sub {padding-left: 80px;}
.report h2 svg {margin-top: 6px;}
.report .text h3 {font-size: 40px; font-weight: bold; padding-left: 52px; letter-spacing: -0.06em;}
.report .text p {margin-top: 27px; font-size: 16px; line-height: 2;}
.report .link {margin-top: 45px; padding-left: 52px;}

@media screen and (max-width: 1199px) {
    .report .box {height: auto; margin-top: 136px;}
    .report .text {padding: 30px 30px 0;}
    .report h2 {margin-bottom: 8px;}
    .report h2 .sub {padding-left: 36px;}
    .report h2 svg {margin-top: -24px; margin-left: 23px;}
    
    .report .text h3 {font-size: 22px; padding-left: 29px;}
    .report .image {width: 100%; position: static;}
    .report .link {margin-top: 34px; padding-left: 14px;}
}


/* =================================================================
message
=================================================================*/
.message {margin-bottom: 68px; margin-top: 267px;}
.message .message-logo {width: 520px; margin-bottom: 19px;}
.message .inner {max-width: 1200px; margin: auto;}
.message .inner .content {background: #1E1E1E; padding: 111px 0 107px 104px; position: relative; display: flex; align-items: flex-start;}
.message .inner h2 {font-size: 69px; font-weight: 700;}
.message .inner .content .image {position: absolute; right: 97px; top: -174px; width: 582.62px;}
.message .inner .text {color: #fff; padding-top: 181px; padding-left: 13px;}
.message .inner h3 {font-size: 32px; font-weight: 700; margin-bottom: 33px; position: relative; z-index: 1; letter-spacing: -0.06em;}
.message .inner p {font-size: 16px; line-height: 2; position: relative; z-index: 1;}

.message .button {width: 177px; height: 45px; background-image: url(../img/top/llink-button_bg_blue.svg); background-size: cover; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: bold; letter-spacing: -0.025em; margin-top: 39px; color: #3C3C3C;}


@media screen and (max-width: 1199px) {
    .message {margin-bottom: 34px; margin-top: 98px;}
    .message .message-logo {width: 315px; margin: 0 auto 101px; position: relative; z-index: 1;}
    .message .inner .content {padding: 0 30px 67px 30px; flex-direction: column;}
    .message .inner h2 {font-size: 52px;}
    .message .inner .content .image {width: 81%; max-width: 582px; height: auto; right: -26px; top: -75px; z-index: 0;}
    .message .inner h2,
    .message .inner p {position: relative; z-index: 1;}
    .message .inner .title {padding-top: 45px; margin-bottom: 35px;}
    .message .inner .text {padding-top: 0; padding-left: 0px;}
    .message .inner h3 {line-height: 1.4; font-size: 30px; margin-bottom: 18px;}
    .message .inner p {font-size: 15px; line-height: 1.866666666666667;}
    .message .button {margin: 46px auto 0;}
}

/* =================================================================
calender
=================================================================*/
.calender-inner {max-width: 1400px; margin: auto; box-shadow: 0px 0px 10px #00000029; background: #fff; width: 100%; max-width: 1200px; margin: 0 auto 236px;}
.calender h2 {height: 105px; width: 100%; cursor: pointer; display: flex; align-items: center; justify-content: space-between; flex-direction: row; font-size: 24px; font-weight: bold; color: #3C3C3C; padding: 0px 40px 0 63px;}
.calender h2:after {content: ""; display: block; width: 46px; height: 46px; background: url(../img/top/icon-plus.png); background-size: cover;}
.calender h2.is-open:after {background: url(../img/top/icon-minus.png);}
.calender .content {display: none;}
.calender .content .inner {padding: 63px;}

@media screen and (max-width: 1199px) {
    .calender {padding: 0 30px;}
    .calender-inner {margin-bottom: 52px;}
    .calender h2 {font-size: 20px; padding: 0 9px 0 22px; height: 60px;}
    .calender h2:after {width: 27px; height: 27px; background: url(../img/top/icon-plus_sp.png); background-size: cover;}
}