@charset "UTF-8";

/* 全ページ共通 Css start */
*,
*::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}
html {height: 100%; font-size: 62.5%;overflow-x: hidden;}
body {position: relative; font-family: 'Noto Sans JP', sans-serif; font-size: 1.6rem;line-height: 1.0em;letter-spacing: 0em;background: #111111;overflow-x: hidden;overflow-y: scroll;word-wrap: break-word; height: auto;}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,span,strong {line-height: 1.6em;letter-spacing: 0em;font-weight: 400;font-feature-settings : "palt";margin: 0;padding: 0; color:#ffffff;}
main {display: block;overflow: hidden;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
ul {list-style: none;}
a, a:visited {color:#333;text-decoration: none;background-color: transparent;}
a:hover, a:active { color:#666; }
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b, strong {font-weight: bolder;}
code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;width: auto;height: auto;max-width: 100%;max-height: 100%;}
button, input, optgroup, select,textarea {font-size: 100%;line-height: 1.15;margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
fieldset { padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}
details { display: block;}
summary {display: list-item;}
template {display: none;}
[hidden] {display: none;}



/* Component ----------------------- */
#contents {width: 100%;padding: 0;margin: 0; z-index: 0;}
section {width: 100%; height: auto; padding: 0; margin: 0 auto; display: block; position: relative;}
.wh-bk {background: #ffffff;}
.inbox {width: 100%; padding: 90px 20px; margin: 0; display: block; position: relative;}
h2 {font-size: 2.6rem; font-weight: bold; text-align: center; margin-bottom: 30px; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
h2 + p {font-size: 1.8rem; text-align: center; line-height: 2em; margin-bottom: 60px; }
h3 {font-size: 2rem; margin-bottom: 30px;}
.pc-img {display: none;}
.sp-img {display: block;}
.sp-none {display: none;} .tb-none {display: block;} .tbl-none {display: block;} .pc-none {display: block;} .sp-tb-none {display: none;} .tb-tbl-none {display: block;} .tbl-pc-none {display: block;} .pctb-none {display: block;}
@media screen and (min-width: 768px) {
  h2 {font-size: 2.8rem; margin-bottom: 30px;}
  .pc-img {display: block;}
  .sp-img {display: none;}
  .sp-none {display: block;} .tb-none {display: none;} .tbl-none {display: block;} .pc-none {display: block;} .sp-tb-none {display: none;} .tb-tbl-none {display: none;} .tbl-pc-none {display: block;} .pctb-none {display: none;}
}
@media screen and (min-width: 1024px) {
  .inbox {padding: 90px 20px;}
  h2 {font-size: 3.6rem;}
  h3 {font-size: 2.4rem;}
  .sp-none {display: block;} .tb-none {display: block;} .tbl-none {display: none;} .pc-none {display: block;} .sp-tb-none {display: block;} .tb-tbl-none {display: none;} .tbl-pc-none {display: none;} .pctb-none {display: none;}
}
@media screen and (min-width: 1200px) {
  .inbox {width: 90%; max-width: 1100px; padding: 100px 0; margin: 0 auto; }
  .sp-none {display: block;} .tb-none {display: block;} .tbl-none {display: block;} .pc-none {display: none;} .sp-tb-none {display: block;} .tb-tbl-none {display: block;} .tbl-pc-none {display: none;}
}


/* Color library */
:root { --cl-base-01: #E1251B; --cl-base-02: #FF6B00; --cl-bc-01:#111111; --cl-bc-02: #222222; --cl-bc-03: #3d3d3d; --cl-gl-02: #dadada; --cl-wh-01:#ffffff; --cl-rd-01: #E1251B; --cl-bl-01: #00479d; --cl-gr-01: ; }


/* Button */
.btn-base-01, .btn-base-01:visited {width: fit-content; min-width: 250px; display: flex; align-items: center; justify-content: center; padding: 15px 60px; color: #fff;font-size: 1.8rem; font-weight: 600; text-decoration: none; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%); transition: .5s; border: 2px solid transparent; box-sizing: border-box;}
.btn-base-01:hover {opacity: .8; }

.btn-base-02, .btn-base-02:visited {width: fit-content;min-width: 250px;display: flex;align-items: center;justify-content: center;padding: 15px 60px;color: transparent;font-size: 1.8rem;font-weight: 600;text-decoration: none;background: var(--cl-wh-01);border: 2px solid transparent;box-sizing: border-box;background-clip: padding-box;border-image: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%) 1;background-image: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%);-webkit-background-clip: text;background-clip: text;}
.btn-base-02:hover {background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent; opacity: .8;}

.btn-base-03, .btn-base-03:visited {width: fit-content;min-width: 250px;display: flex;align-items: center;justify-content: center;padding: 15px 60px;color: transparent;font-size: 1.8rem;font-weight: 600;text-decoration: none;background: var(--cl-bc-02);border: 2px solid var(--cl-bc-02);box-sizing: border-box;transition: .5s; color: var(--cl-wh-01);}
.btn-base-03:hover { opacity: .8;}

.btn-base-04, .btn-base-04:visited {width: fit-content;min-width: 250px;display: flex;align-items: center;justify-content: center;padding: 15px 60px;color: var(--cl-base-02);font-size: 1.8rem;font-weight: 600;text-decoration: none;background: var(--cl-wh-01);border: 2px solid var(--cl-wh-01);box-sizing: border-box;transition: .5s;}
.btn-base-04:hover { opacity: .8;}


/* Form */
input {padding: .3rem .5rem;}
button, input, optgroup, select, textarea {font-size: 1.6rem;}


/* Animation */
.mv-left-in-pt1, .mv-left-in-pt2 {opacity: 0;transform: translateX(-100px);}
.mv-right-in-pt1, .mv-right-in-pt2 {opacity: 0;transform: translateX(100px);}
.mv-bottom-in-pt1, .mv-bottom-in-pt2 {opacity: 0;transform: translateY(100px);}
.mv-scale-in-pt1, .mv-scale-in-pt2 {opacity: 0;transform: scale(0.8);}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 1200px) {
}




/* Header ----------------------- */
.header {width: 100%; position: absolute; top: 0; z-index: 100;}
.header-inner {width: 100%;height: 60px;padding-left: 10px;padding-right: 10px;display: flex; align-items: center;}
.header-inner .header-title {line-height: 0.8em;}
.header-inner .header-title img {width: 180px;}
.header-nav {margin-left: auto; display: none;}
.fixed-header {position: fixed;top: -80px;left: 0;z-index: 100;transition: all 0.3s ease-in-out;visibility: hidden;background: linear-gradient(to bottom right, #1A756E, #70B095);}
.fixed-header.is-show {top: 0;visibility: visible;}
@media screen and (min-width: 768px) {
  .header-inner {height: 80px;}
  .header-inner .header-title img {width: 250px;}
  /*.header-nav {display: flex;}*/
}
@media screen and (min-width: 1024px) {
  .header-inner .header-title img {width: 350px;}

}
@media screen and (min-width: 1200px) {
  .header-inner {width: 96%; max-width: 1600px;margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;position: relative;}
}

.language-switcher {position: relative;display: inline-block;cursor: pointer;}
.language-switcher > .current-language {padding: 10px 20px;color: #ffffff;border: none;font-size: 16px;display: flex;align-items: center;gap: 10px;}
.language-switcher > .language-options {display: block;visibility: hidden;opacity: 0;position: absolute;top: 100%;left: 0;background-color: white;border: 1px solid #ddd;border-radius: 5px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);z-index: 100;transform: translateY(-10px);transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;}
.language-switcher > .language-options a {display: flex;align-items: center;gap: 10px;padding: 10px 20px;color: #333;text-decoration: none;font-size: 14px;
transition: background-color 0.3s ease;}
.language-switcher > .language-options a:hover {background-color: #f1f1f1;}
@media (hover: hover) {
  .language-switcher:hover > .language-options {visibility: visible;opacity: 1;transform: translateY(0);}
}
.language-switcher.show-options > .language-options {visibility: visible;opacity: 1;transform: translateY(0);}
.flag {width: 20px;height: 20px;object-fit: cover;}



/* Preloader ----------------------- */
#preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: #202020;z-index: 9999;display: flex;justify-content: center;align-items: center;opacity: 1;transition: opacity .8s ease-in-out;}
.pre-logo {width: 80%; display: block; margin-bottom: 100px; opacity: 0;transition: opacity 0.5s ease-in-out;}
@media screen and (min-width: 768px) {
  .pre-logo {width: 60%; margin-bottom: 100px; margin-left: 0;}
}
@media screen and (min-width: 1024px) {
  .pre-logo {width: 60%;}
}
@media screen and (min-width: 1200px) {
  .pre-logo {width: 40%;}
}




/* Footer ----------------------- */
.copy-wrap { width: 100%; padding: 20px 0; margin: 0; display: block; z-index: 1; background: var(--cl-bc-01);}
.copy-wrap p {text-align: center; color: #6C6C6C; font-size: 1.2rem; font-weight: bold;}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1200px) {
}




/* CV Section ----------------------- */
.cv-wrap-01 {display: block; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%);}
.cv-wrap-01 .inbox h2 {margin-bottom: 20px; color: var(--cl-wh-01); background: none;-webkit-background-clip: border-box;-webkit-text-fill-color: initial;background-clip: border-box; }
.cv-wrap-01 .inbox p {text-align: center; margin-bottom: 30px;}
.cv-wrap-01 .inbox .btn-wrap {display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; margin: 0 auto; gap: 30px; }
.cv-wrap-02 {display: block; background: var(--cl-wh-01);}
.cv-wrap-02 .inbox h2 {margin-bottom: 20px; color: var(--cl-bc-01); background: none;-webkit-background-clip: border-box;-webkit-text-fill-color: initial;background-clip: border-box; }
.cv-wrap-02 .inbox p {color: var(--cl-bc-01); text-align: center; margin-bottom: 30px;}
.cv-wrap-02 .inbox .btn-wrap {display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; margin: 0 auto; gap: 30px; }
@media screen and (min-width: 768px) {
  .cv-wrap-01 .inbox h2 {margin-bottom: 30px; }
  .cv-wrap-01 .inbox .btn-wrap {display: flex; width: 600px; justify-content: space-around; flex-direction:row; gap: 0;}
  .cv-wrap-02 .inbox h2 {margin-bottom: 30px; }
  .cv-wrap-02 .inbox .btn-wrap {display: flex; width: 600px; justify-content: space-around; flex-direction:row; gap: 0;}
}
@media screen and (min-width: 1024px) {
  .cv-wrap-01 .inbox { padding: 60px 0; }
  .cv-wrap-02 .inbox { padding: 60px 0; }
}
@media screen and (min-width: 1200px) {
}




/* Main ----------------------- */
.main {width: 100%;height: auto; }
.main .hero-container {position: relative;width: 100%;height: 100vh;overflow: hidden;display: flex;justify-content: center;align-items: center;color: white;}
.main .hero-container .video-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}
.main .hero-container .video-placeholder {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('/api/placeholder/1920/1080');background-size: cover;background-position: center;z-index: -1;}
.main .hero-container .content {text-align: center;padding: 20px;z-index: 1;max-width: 1200px;position: relative;}
.main .hero-container .content .main-title {font-size: 2.6rem; font-weight: bold; text-align: center; margin-bottom: 30px; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent;margin-bottom: 1rem;}
.main .hero-container .content .subtitle {font-size: 1.2rem;margin-bottom: 1.5rem;font-weight: 400;color: #ffffff !important; background: none;-webkit-background-clip: border-box;-webkit-text-fill-color: initial;background-clip: border-box;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); line-height: 1.8em;}
.main .hero-container .content .description {font-size: 1rem;margin-bottom: 2rem;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); line-height: 1.6em;}
.main .hero-container .content .button-container {display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;margin-top: 30px;}
.main .hero-container .content .button-container a:hover {transform: translateY(-4px);}
@media screen and (max-width: 767px) {
  .main .hero-container .content .main-title {font-size: 10vw;}
  .main .hero-container .content .subtitle {font-size: 4.4vw;}
  .main .hero-container .content .description {font-size: 3.8vw;}  
  .main .hero-container .content .button-container {flex-direction: column;width: 100%;gap: 10px;}
  .main .hero-container .content .button-container a {width: 100%;}
}
@media screen and (min-width: 768px) {
  .main .hero-container .content {padding: 30px;}
  .main .hero-container .content .main-title {font-size: 7vw;}
  .main .hero-container .content .subtitle {font-size: 3vw;}
  .main .hero-container .content .description {font-size: 2.6vw;}
  .button-container {gap: 15px;}
}
@media screen and (min-width: 1024px) {
  .main .hero-container .content .main-title {font-size: 7rem;}
  .main .hero-container .content .subtitle {font-size: 2.6rem; line-height: 1.4em;}
  .main .hero-container .content .description {font-size: 2rem; line-height: 1.6em;}
  .button-container {gap: 20px;}
  .main .hero-container .content .button-container {margin-top: 50px;}
}
@media screen and (min-width: 1200px) {
  .main .hero-container .content {max-width: 1200px;}
}




.floating {position: fixed;bottom: 20px;right: 20px;opacity: 0;visibility: hidden;transition: opacity 0.3s, visibility 0.3s;}
.floating.visible {opacity: 1;visibility: visible;}
/* 追従ボタンのスタイル */
.fixed-apply-button {position: fixed;bottom: 20px;right: 20px;z-index: 9999;display: block;}
.floating-apply-button {display: block;padding: 15px;background: linear-gradient(#e1251b, #7B140F);border-radius: 50px;box-shadow: 0 4px 20px rgba(0,0,0,0.3);transition: all 0.3s ease;animation: float-pulse 2s infinite;}
.floating-apply-button:hover {transform: translateY(-5px);box-shadow: 0 8px 25px rgba(0,0,0,0.4);}
.floating-apply-button .button-image {width: 160px;height: auto;display: block;}
@keyframes float-pulse {
  0% {box-shadow: 0 4px 20px rgba(225, 37, 27,0.4);}
  50% {box-shadow: 0 4px 30px rgba(225, 37, 27,0.7);}
  100% {box-shadow: 0 4px 20px rgba(225, 37, 27,0.4);}
}
@media screen and (max-width: 767px) {
  .fixed-apply-button {bottom: 15px;right: 15px;}
  .floating-apply-button {padding: 12px;}
  .floating-apply-button .button-image {width: 130px;}
}
@media screen and (min-width: 1024px) {
  .fixed-apply-button {bottom: 30px; right: 30px;}
  .floating-apply-button {padding: 18px;}
  .floating-apply-button .button-image {width: 180px;}
}



.section-01 {}
.section-01 .inbox h2 + p {font-size: 1.8rem; text-align: center;}
.section-01 .inbox .tx-box {max-width: 1400px; margin: 0 auto;}
.section-01 .inbox .tx-box p br {display: none;}
.section-01 .inbox p { font-size: 1.8rem; line-height: 2em; text-align: center; margin-bottom: 30px;}
.section-01 .inbox p:last-child {margin-bottom: 0;}
.section-01 .inbox .video-wrapper {position: relative;width: 100%;height: 220px;  background: url('../images/vd-thumnail.png') center center / cover no-repeat;cursor: pointer; margin: 50px auto 0;}
.section-01 .inbox .video-wrapper .play-icon {position: absolute;font-size: 40px;color: #929292;text-shadow: 0 0 10px black;top: 50%;left: 50%;transform: translate(-50%, -50%);pointer-events: none;z-index: 2;}
.hidden {display: none;}
.section-01 .inbox .video-wrapper video {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;display: none;}
@media screen and (min-width: 768px) {
  .section-01 .inbox .tx-box p br {display: none;}
  .section-01 .inbox .video-wrapper {width: 640px;height: 360px;}
}
@media screen and (min-width: 1024px) {
  .section-01 .inbox .tx-box {max-width: 900px;}
  .section-01 .inbox .tx-box p br {display: none;}
  .section-01 .inbox .video-wrapper {width: 800px;height: 430px;}
}
@media screen and (min-width: 1200px) {
  .section-01 .inbox .tx-box {max-width: 100%;}
  .section-01 .inbox .tx-box p br {display: block;}
}



.section-02 {display: block; margin-bottom: 50px;}
.section-02 .inbox h2 + p {margin-bottom: 0;}
.feature-section {position: relative;width: 100%;background-color: var(--cl-bc-01);display: block;}
.feature-section.left {position: relative;width: 100%;background-color: var(--cl-bc-01);display: block; margin: 120px 0;}
.feature-gradient-right {position: absolute;bottom: 0;right: 0;width: 40%;height: 40vw;background: linear-gradient(135deg, #E1251B 0%, #FF6B00 100%);clip-path: polygon(0 100%, 100% 0, 100% 100%);z-index: 2;}
.content-background-right {position: absolute;bottom: 0;right: 0;width: 90%;height: calc( 100% - 80px);background-color: var(--cl-bc-02);z-index: 1;}
.feature-gradient-left {position: absolute;bottom: 0;left: 0;width: 40%;height: 40vw;background: linear-gradient(135deg, #E1251B 0%, #FF6B00 100%);clip-path: polygon(0 0, 100% 100%, 0 100%);z-index: 2;}
.content-background-left {position: absolute;bottom: 0;left: 0;width: 90%;height: calc( 100% - 80px);background-color: var(--cl-bc-02);z-index: 1;}
.feature-content {position: relative;left: 5%;margin-top: -100px;width: 95%;height: auto ;padding: 40px 30px 60vw 40px;z-index: 2;}
.feature-section.left .feature-content {position: relative;left: 0;margin-top: -100px;width: 95%;height: auto ;padding: 40px 30px 60vw 40px;z-index: 2;}
.feature-number {background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent;font-size: 4.2vw;font-weight: 400;margin-bottom: 20px;}
.feature-number span {font-size: 11vw; font-family: "Rajdhani", sans-serif; font-weight: bold;display: inline-block;margin-left: 5px; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.feature-content h2.feature-title {font-size: 5.6vw;font-weight: bold;margin-bottom: 30px;color: #ffffff !important; background: none;-webkit-background-clip: border-box;-webkit-text-fill-color: initial;background-clip: border-box; text-align: left;}
.feature-description {font-size: 4vw; text-align: left; padding: 0; }
.feature-list {margin: 30px 0;list-style: none;}
.feature-list li {padding-left: 15px;position: relative;margin-bottom: 8px;}
.feature-list li:before {content: "•";position: absolute;left: 0;}
.feature-note {font-size: 4vw;}
.feature-image {position: absolute;right: 0;bottom: 30px;width: 85%;height: auto;background-size: cover;background-position: center;object-fit:contain;z-index: 3;}
.feature-section.left .feature-image {position: absolute;left: 0; right: auto; bottom: 30px; width: 85%;height: auto;background-size: cover;background-position: center;object-fit:contain;z-index: 3;}
.feature-section + .cv-wrap-01 {margin-top: 90px;}
@media screen and (min-width: 768px) {
  .feature-content {left: 10%; width: 90%;}
  .feature-section.left .feature-content {left: 0;width: 90%;}
  .feature-number {font-size: 3.2vw;}
  .feature-number span {font-size: 6.6vw;}
  .feature-content h2.feature-title {font-size: 3.9vw;}
  .feature-description {font-size: 2.4vw; }
  .feature-note {font-size: 2.4vw;}
}
@media screen and (min-width: 1024px) {
  .feature-section {display: flex; min-height: 28vw;}
  .feature-section.left {display: flex; margin: 200px 0; min-height: 28vw;}
  .feature-gradient-right {width: 25%;height: 100%; clip-path: polygon(0 100%, 100% 0, 100% 100%);}
  .content-background-right {height: 100%;}
  .feature-gradient-left {width: 25%;height: 100%;clip-path: polygon(0 0, 100% 100%, 0 100%);}
  .content-background-left {height: 100%;}
  .feature-content {left: 10%;margin-top: -100px;width: 40%;padding: 60px;}
  .feature-section.left .feature-content {left: 50%;margin-top: -100px;width: 40%;padding: 60px;}
  .feature-number {font-size: 1.2vw;}
  .feature-number span {font-size: 3.6vw; margin-left: 5px; }
  .feature-content h2.feature-title {font-size: 1.8vw;margin-bottom: 30px;}
  .feature-description {font-size: 0.9vw; }
  .feature-note {font-size: 0.9vw;}
  .feature-image {bottom: auto; top: -50px;width: 50%;}
  .feature-section.left .feature-image {bottom: auto; top: -50px;width: 50%;}
  .feature-section + .cv-wrap-01 {margin-top: 150px;}
}


.section-03 .inbox .dt-box {display: block; margin: 50px 0;}
.section-03 .inbox .dt-box .item {width: 100%; display: block;}
.section-03 .inbox .dt-box .item h3 {font-weight: bold; }
.section-03 .inbox .dt-box .item img {width: 100%; margin-bottom: 30px;}
.section-03 .inbox .dt-box .item ul {margin: 30px 0;list-style: none;}
.section-03 .inbox .dt-box .item ul li {padding-left: 15px;position: relative;margin-bottom: 8px;}
.section-03 .inbox .dt-box .item ul li:before {content: "•";position: absolute;left: 0;}


.section-03 .inbox .under-box {display: block; margin: 50px 0;}
.section-03 .inbox .under-box h3 {font-size: 2.2rem; text-align: center; color: var(--cl-wh-01); font-weight: bold; margin-bottom: 30px;}
.section-03 .inbox .under-box .item-wrap {display: flex; flex-wrap: wrap; gap: 20px; max-width: 1400px; margin: 0 auto; width: 90%;}
.section-03 .inbox .under-box .item-wrap .box {flex: 1 1 100%; position: relative; border: 1px solid #e74c3c; padding: 40px 20px 20px; min-height: 150px; display: flex; flex-direction: column; justify-content: center;}
.section-03 .inbox .under-box .item-wrap .box .box-number {position: absolute; top: 0; left: 0; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%); color: var(--cl-wh-01); font-size: 1.6rem; font-weight: bold; padding: 10px 7px; clip-path: polygon(0 0, 100% 0, 0 100%); width: 60px; height: 60px; display: flex; align-items: flex-start; justify-content: flex-start;}
.section-03 .inbox .under-box .item-wrap .box .box-content {text-align: center; font-size: 1.6rem; line-height: 1.6; color: var(--cl-wh-01);}
@media screen and (min-width: 768px) {
  .section-03 .inbox .under-box .item-wrap .box { flex: 1 1 calc(50% - 10px); }
}
@media screen and (min-width: 1024px) {
  .section-03 .inbox .dt-box {display: flex; justify-content: space-between; align-items: flex-start; margin: 80px 0;}
  .section-03 .inbox .dt-box .item {width: 45%;}
  .section-03 .inbox .under-box h3 {font-size: 2.8rem; margin-bottom: 50px;}
  .section-03 .inbox .under-box .item-wrap .box { flex: 1 1 calc(25% - 15px); width: 100%; }
}
@media screen and (min-width: 1200px) {
  .section-03 .inbox .under-box .item-wrap { max-width: 1400px; }
}




.section-04 .inbox {padding-top: 30px;}
.section-04 .inbox .dt-box {display: block; margin: 50px 0;}
.section-04 .inbox .dt-box .item {width: 100%; display: block; padding: 30px 20px; margin-bottom: 80px; border: 2px solid; border-image: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%) 1; position: relative;}
.section-04 .inbox .dt-box .item:last-child {margin-bottom: 0;}
.section-04 .inbox .dt-box .item span {font-size: 1.4rem; display: block; width: fit-content; color: var(--cl-wh-01); font-weight: bold; padding: 5px 20px; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%); border-radius: 20px; margin: 0 auto 10px;}
.section-04 .inbox .dt-box .item h3 {font-weight: bold; text-align: center; margin-bottom: 10px; }
.section-04 .inbox .dt-box .item .under {border-bottom: 1px solid var(--cl-bc-03); padding: 0 0 10px; text-align: center; margin-bottom: 30px;}
.section-04 .inbox .dt-box .item p {margin-bottom: 20px;}
.section-04 .inbox .dt-box .item .btn-base-04 {width: 100%; border: 1px solid; border-image: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%) 1;}
.section-04 .inbox .note {background: #2C2C2C; padding: 30px; }
.section-04 .inbox .note p {color: var(--cl-wh-01); margin-bottom: 10px; text-indent: -0.5em; padding-left: 1em;}
.section-04 .inbox .note p:first-child {font-size: 1.8rem; font-weight: bold;}



.section-04 .inbox .under-box {display: block; margin: 50px 0;}
.section-04 .inbox .under-box h3 {font-size: 2.2rem; text-align: center; color: var(--cl-wh-01); font-weight: bold; margin-bottom: 30px;}
.section-04 .inbox .under-box .item-wrap {display: flex; flex-wrap: wrap; gap: 30px; max-width: 1400px; margin: 0 auto;}
.section-04 .inbox .under-box .item-wrap .box {flex: 1 1 100%; position: relative; border: 1px solid #e74c3c; padding: 0; display: flex; flex-direction: column; justify-content: center;}
.section-04 .inbox .under-box .item-wrap .box .box-title {width: 100%; display: block; padding: 10px 20px; background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%); color: var(--cl-wh-01); font-size: 1.6rem; font-weight: bold; display: flex; align-items: flex-start; justify-content: flex-start;}
.section-04 .inbox .under-box .item-wrap .box .box-content {padding: 20px 20px; font-size: 1.6rem; line-height: 1.6; color: var(--cl-wh-01);}

@media screen and (min-width: 768px) {
  .section-04 .inbox .under-box .item-wrap {gap: 50px;}
  .section-04 .inbox .under-box .item-wrap .box { flex: 1 1 calc(50% - 25px); }
}
@media screen and (min-width: 1024px) {
  .section-04 .inbox .dt-box {display: flex; justify-content: space-between; align-items: flex-start; align-items:stretch; margin: 80px 0;}
  .section-04 .inbox .dt-box .item {width: 45%; padding: 30px 30px 100px 30px; margin-bottom: 0;}
  .section-04 .inbox .dt-box .item .btn-base-04 {position: absolute; bottom: 30px; width: calc(100% - 60px); }
  .section-04 .inbox .under-box {margin: 80px 0;}
  .section-04 .inbox .under-box h3 {font-size: 2.8rem; margin-bottom: 30px;}

}
@media screen and (min-width: 1200px) {
  .section-04 .inbox .under-box .item-wrap { max-width: 1200px; }
}



.section-05 {display: block;}
.section-05 .inbox h2 + p + img {margin: 0 auto; width: 100%; max-width: 600px;}
.section-05 .inbox .note {width: 100%; display: block; margin: 60px 0 90px;}
.section-05 .inbox .note h3 { font-weight: bold; margin-bottom: 10px;}
.section-05 .inbox .note p {margin-bottom: 30px;}
.section-05 .inbox .note ul {display: block; width: 100%; padding: 20px 0; border-top: 1px solid #424242; }
.section-05 .inbox .note ul:last-child {border-bottom: 1px solid #424242;}
.section-05 .inbox .note ul li {display: block; width: 100%; color: var(--cl-wh-01); font-size: 1.6rem;}
.section-05 .inbox .note ul li.tl {font-weight: bold;}

.section-05 .inbox .under-box {padding: 0 10px;}
.section-05 .inbox .under-box h3 {font-size: 2.2rem; text-align: center; margin-bottom: 30px; font-weight: bold;}
.section-05 .inbox .under-box .fl-box {display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto;}
.section-05 .inbox .under-box .fl-box .item {width: calc(50% - 15px); display: flex; flex-direction: column; align-items: center; text-align: center;}
.section-05 .inbox .under-box .fl-box .item img {width: 70%; height: auto; margin-bottom: 15px;}
.section-05 .inbox .under-box .fl-box .item p {font-size: 14px; line-height: 1.4; max-width: 250px;}
.pctb-none {display: inline;}

@media screen and (min-width: 768px) {
  .section-05 .inbox .note ul {display: flex; align-items: center;}
  .section-05 .inbox .note ul li.tl {width: 35%;}

  .section-05 .inbox .under-box {padding: 0 20px;}
  .section-05 .inbox .under-box h3 {font-size: 28px; margin-bottom: 40px;}
  .section-05 .inbox .under-box .fl-box {gap: 50px 20px;}
  .section-05 .inbox .under-box .fl-box .item {width: calc(50% - 10px);}
  .section-05 .inbox .under-box .fl-box .item img {width: 140px;}
  .section-05 .inbox .under-box .fl-box .item p {font-size: 16px;}
  .pctb-none {display: none;}
}
@media screen and (min-width: 1024px) {
  .section-05 .inbox img.sp-tb-none {margin: 0 auto; width: 100%;}

  .section-05 .inbox .under-box {padding: 0 40px;}
  .section-05 .inbox .under-box h3 {font-size: 32px;}
  .section-05 .inbox .under-box .fl-box {flex-wrap: nowrap; justify-content: space-between; gap: 15px;}
  .section-05 .inbox .under-box .fl-box .item {width: 23%;}
  .section-05 .inbox .under-box .fl-box .item img {width: 130px; margin-bottom: 30px;}
}
@media screen and (min-width: 1200px) {
  .section-05 .inbox .under-box {padding: 0 50px;}
  .section-05 .inbox .under-box .fl-box {gap: 20px;}
  .section-05 .inbox .under-box .fl-box .item img {width: 150px; height: 150px;}
  .section-05 .inbox .under-box .fl-box .item p {font-size: 17px;}
}


/* section 06 */
.section-06 {display: block;}
.slider-container { width: 95%; max-width: 1200px; margin: 0 auto; padding: 20px 0; }
.slider { margin: 0 -10px; }
.slide { background: var(--cl-bc-02); border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); margin: 0 10px; padding: 15px; transition: all 0.3s ease; }
.slide h2 { font-size: 1.6rem; line-height: 2em; font-weight: bold; text-align: left; margin-bottom: 12px; color: #ffffff !important; background: none;-webkit-background-clip: border-box;-webkit-text-fill-color: initial;background-clip: border-box;}
.slide-content { display: flex; flex-direction: column; }
.slide-image { width: 100%; margin-bottom: 15px; }
.slide-image img { width: 100%; height: auto; object-fit: cover; border-radius: 4px; background-color: #eee; min-height: 200px; }
.slide-text { width: 100%; }
.section-heading { font-size: 1.6rem; font-weight: bold; margin-top: 12px; margin-bottom: 6px; }
.bullet-list { padding-left: 0; margin: 8px 0; }
.bullet-list li { margin-bottom: 6px; line-height: 1.4; }
.slick-dots { bottom: -35px; }
.slick-dots li { width: 40px; height: 3px; margin: 0 3px; }
.slick-dots li button { width: 40px; height: 3px; padding: 0; }
.slick-dots li button:before { width: 40px; height: 3px; content: ""; background-color: #ccc; opacity: 0.5; border-radius: 0; }
.slick-dots li.slick-active button:before { background-color: #e74c3c; opacity: 1; }
.slider .slick-slide { opacity: 0.7; transform: scale(0.95); transition: all 0.3s ease; }
.slider .slick-center { opacity: 1; transform: scale(1); }
.slick-prev, .slick-next { z-index: 1; width: 30px; height: 30px; }
.slick-prev { left: -15px; }
.slick-next { right: -15px; }
.slick-prev:before, .slick-next:before { font-size: 30px; color: #888; }
.slick-dots {bottom: -20px;}
.slick-dots li button:before {font-size: 0 !important;}
.slick-dots li {width: 50px !important; }
.slick-dots li button:before {width: 50px !important; height: 7px !important;}
.slick-dots li.slick-active button:before {background: linear-gradient(90deg, #E1251B 0%, #FF6B00 100%) !important;}
@media screen and (min-width: 768px) {
  .section-06 .inbox {width: 100%; max-width: none;}
  .slider-container { width: 95%; max-width: none; padding: 30px 0; margin-top: 30px; }
  .slider { margin: 0 -15px; }
  .slide { margin: 0 15px; padding: 30px; }
  .slide h2 { font-size: 1.6rem; margin-bottom: 15px; color: var(--cl-gl-02) !important; }
  .slide-image { min-width: 400px; padding-right: 20px; }
  .slide-image img { min-height: 350px; }
  .slide-text { min-width: 300px; }
  .section-heading { font-size: 1.6rem; margin-top: 15px; margin-bottom: 8px; }
  .bullet-list { padding-left: 0; }
  .bullet-list li { margin-bottom: 8px; line-height: 1.5; }
  .slick-dots { bottom: -40px !important; }
  .slick-dots li { width: 60px; margin: 0 5px; }
  .slick-dots li button { width: 60px; }
  .slick-dots li button:before { width: 60px; }
  .slick-prev, .slick-next { width: 40px; height: 40px; }
  .slick-prev { left: -20px; }
  .slick-next { right: -20px; }
  .slick-prev:before, .slick-next:before { font-size: 40px; }
}
@media screen and (min-width: 1200px) {
  .section-06 .inbox {width: 100%; max-width: none; padding: 100px 0;}
  .slide-content { display: flex; flex-direction:row; min-height: 500px;}
  .slide-image { min-width: 400px; }
  .slide-text { min-width: 350px; margin-top: -20px; max-width: 600px;}
}


/* section 07 */
.section-07 {background: var(--cl-wh-01);}
.section-07 .inbox h2 {margin-bottom: 30px;}
.section-07 p {color: var(--cl-bc-01);}
.section-07 .inbox .btn-wrap {display: flex; flex-direction: column;  justify-content: flex-start; align-items: center; margin: 50px 0; gap: 50px;}
@media screen and (min-width: 1024px) {
  .section-07 .inbox {max-width: 1500px; display: flex; justify-content: space-around;}
  .section-07 .inbox h2 {text-align: left;}
  .section-07 .inbox h2 + p {text-align: left;}
  .section-07 .inbox .fl-box {display: block; width: 60%;}
  .section-07 .inbox .btn-wrap {margin: 20px 0 50px;}
}