html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

body {
    line-height: 1
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

* {
    box-sizing: border-box;
    position: relative
}

html {
    font-size: 10px;
    position: relative;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%
}

body {
    font-family: "Inter", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-feature-settings: "palt";
    word-break: auto-phrase;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #1b1b1b;
    min-height: 100%
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 1.6rem
    }
}

body.el_black {
    background-color: #1b1b1b;
    color: #fff
}

input {
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: inherit;
    font-family: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: none;
    border-radius: 0
}

input:focus {
    border: none;
    box-shadow: none;
    outline: none
}

input::placeholder {
    color: #ccc
}

textarea {
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    font-size: 16px;
    color: inherit;
    font-family: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: none;
    border-radius: 0
}

textarea:focus {
    border: none;
    box-shadow: none;
    outline: none
}

input,
select,
textarea {
    font-family: "Inter", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

a {
    color: #1b1b1b;
    transition: opacity .3s ease-out
}

a:focus,
a.hover {
    opacity: .5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: normal
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    line-height: 1
}

sub {
    font-size: .6em;
    vertical-align: sub
}

.ly_inner {
    width: 100%;
    max-width: 134rem;
    padding: 0 2rem;
    margin-left: auto;
    margin-right: auto
}

.bl_allWrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.bl_main {
    flex: 1;
    margin-top: 5.6rem
}

.bl_hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 0 0 1rem;
    z-index: 999
}

.el_black .bl_hdr {
    background-color: #1b1b1b
}

.bl_hdr.el_border {
    border-bottom: 1px solid #ddd
}

.bl_hdr_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%
}

.bl_hdr_inner_logo_link {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.bl_hdr_inner_logo_link img {
    display: block;
    line-height: 1;
    width: 100%;
    max-width: 17.4rem
}

.bl_hdr_inner_btnWrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 1px
}

.bl_hdr_inner_btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #1b1b1b;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 9.2rem;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 700
}

.el_black .bl_hdr_inner_btn {
    background: #fff;
    color: #1b1b1b
}

.bl_table_wrap+.bl_table_wrap {
    margin-top: 6rem
}

.bl_table_wrap_ttl {
    margin-bottom: 1rem
}

.bl_tableDefault {
    width: 100%
}

.bl_tableDefault th {
    background-color: #cddae7;
    padding: 1rem;
    min-width: 10rem;
    text-align: left;
    font-weight: 400
}

.bl_tableDefault td {
    background-color: rgba(255, 255, 255, .6);
    padding: 1rem
}

.bl_tableDefault tr:first-child th {
    border-right: 1px solid #cfd9e5
}

.bl_tableDefault tr:nth-child(n+2) th {
    border-top: 1px solid #cfd9e5;
    border-right: 1px solid #cfd9e5
}

.bl_tableDefault tr:nth-child(n+2) td {
    border-top: 1px solid #cfd9e5
}

.bl_tableDefault p {
    margin-bottom: 1.5rem
}

.bl_tableDefault h4 {
    margin-bottom: 1.5rem
}

.bl_tableDefault ul {
    list-style: disc;
    padding-left: 1em
}

.bl_tableDefault ul li+li {
    margin-top: .5em
}

.bl_tableDefault.el_vertical th {
    display: block;
    min-width: 100%;
    padding: 1rem 2rem
}

.bl_tableDefault.el_vertical td {
    display: block;
    min-width: 100%;
    padding: 1rem 2rem;
    padding-bottom: 1.5rem
}

.bl_tableDefault.el_vertical tr:first-child th {
    border-right: none
}

.bl_tableDefault.el_vertical tr:first-child td {
    border-top: 1px solid #cfd9e5
}

.bl_tableDefault.el_vertical tr:nth-child(n+2) th {
    border-top: 1px solid #cfd9e5;
    border-right: none
}

.bl_tableDefault.el_vertical tr:nth-child(n+2) td {
    border-top: 1px solid #cfd9e5
}

.bl_tableDefault.el_inTab th {
    display: block;
    min-width: 100%;
    padding: 1rem 2rem
}

.bl_tableDefault.el_inTab td {
    display: block;
    min-width: 100%;
    background: #fff;
    padding: 1rem 2rem;
    padding-bottom: 2.5rem
}

.bl_tableDefault.el_inTab tr:first-child th {
    border-right: none
}

.bl_tableDefault.el_inTab tr:first-child td {
    border-top: 1px solid #f1f5f3
}

.bl_tableDefault.el_inTab tr:nth-child(n+2) th {
    border-top: 1px solid #f1f5f3;
    border-right: none
}

.bl_tableDefault.el_inTab tr:nth-child(n+2) td {
    border-top: 1px solid #f1f5f3
}

.bl_tableDefault_innerItem+.bl_tableDefault_innerItem {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: #ddd 1px solid
}

.bl_lowPage_content * {
    margin-top: 0
}

.bl_lowPage_content h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 2rem
}

.bl_lowPage_content h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.bl_lowPage_content h4 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem
}

.bl_lowPage_content p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.bl_lowPage_content img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: .9rem
}

.bl_mv {
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.bl_mv_txtWrap {
    padding: 4rem 2rem
}

.bl_mv_txtWrap_ttl img {
    display: block;
    line-height: 1;
    width: 80vw;
    max-width: 42rem
}

.bl_mv_txtWrap_txt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem
}

.bl_mv02 {
    position: relative
}

.bl_mv02_txtWrap {
    padding: 4rem 2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99
}

.bl_mv02_txtWrap_ttl img {
    display: block;
    line-height: 1;
    width: 60vw;
    max-width: 42rem
}

.bl_mv02_txtWrap_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.5rem
}

.bl_mv02_slide_item {
    position: relative;
    width: 100%;
    height: 67vw
}

.bl_mv02_slide_item img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%)
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 9999px;
    cursor: pointer
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #000
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.bl_btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 28rem;
    padding: 1.5rem 2rem
}

.bl_btn.el_exlink::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url("../img/common/icon_exlink.svg") no-repeat center center/contain;
    margin-left: 1rem;
    display: block;
    line-height: 1
}

.bl_btn.el_center {
    margin-left: auto;
    margin-right: auto
}

.bl_btn.el_right {
    margin-left: auto
}

.el_black .bl_btn {
    background: #fff;
    border: 1px solid #fff;
    color: #1b1b1b
}

.el_black .bl_btn.el_exlink::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url("../img/common/icon_exlink_bk.svg") no-repeat center center/contain;
    margin-left: 1rem;
    display: block;
    line-height: 1
}

.bl_section {
    margin-top: 8rem
}

.bl_section+.bl_section .bl_section_txtWrap {
    padding-top: 8rem;
    border-top: 1px solid #ddd
}

.bl_section_txtWrap {
    margin-bottom: 4rem
}

.bl_section_ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative
}

.bl_section_ttl::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    display: block;
    background-color: #1b1b1b;
    position: absolute;
    top: 1.5rem;
    left: 0;
    transform: translateY(-50%)
}

.el_black .bl_section_ttl::before {
    background-color: #fff
}

.bl_section_txt {
    padding-left: 2rem
}

.bl_section_col {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.bl_section_col_img {
    position: relative;
    padding-top: 100%
}

.bl_section_col_img img {
    display: block;
    line-height: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.bl_section_col_img.el_contain img {
    object-fit: contain
}

.bl_section_col_img.el_border {
    border: #ddd 1px solid
}

.bl_section_col_img.el_border img {
    padding: 2rem
}

.bl_section_col_txt {
    flex: 1
}

.bl_section_imgChange img {
    width: 100%;
    display: block;
    line-height: 1
}

.bl_section_imgChange img+img {
    margin-top: .1rem
}

.bl_section_imgChange+.bl_section_imgChange {
    margin-top: 2rem
}

.bl_section_col_txt_ttl {
    margin-bottom: 2rem
}

.bl_section_col_txt_ttl .el_main {
    display: block;
    line-height: 1.5;
    font-size: 2.4rem
}

.bl_section_col_txt_ttl .el_sub {
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
    letter-spacing: 0
}

.bl_section_btnWrap {
    margin-top: 4rem
}

.bl_section_card_img img {
    display: block;
    width: 100%;
    line-height: 1
}

.bl_section_card_txtWrap {
    padding: 2rem;
    background-color: #eff3f8
}

.el_black .bl_section_card_txtWrap {
    background-color: #000
}

.bl_section_card_txtWrap_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem
}

*+.bl_section_card_txtWrap_btn {
    margin-top: 2rem
}

.bl_section_movie {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9
}

.bl_section_movie img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bl_section_movie .bl_section_movie_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem
}

.bl_section_movie .bl_section_movie_btn.el_icon {
    padding: 3rem 3rem
}

.bl_section_movie .bl_section_movie_btn.el_icon img {
    display: block;
    width: 3rem;
    height: auto
}

.bl_section_movie .bl_section_movie_btn.el_icon img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-out;
    opacity: 0
}

.bl_section_movie .bl_section_movie_btn.el_white {
    background: #fff;
    border: 1px solid #fff;
    color: #1b1b1b
}

.bl_section_movie .bl_section_movie_btn:hover.el_white {
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff
}

.bl_section_movie .bl_section_movie_btn:hover.el_icon img:nth-child(2) {
    opacity: 1
}

.el_black .bl_section_movie .bl_section_movie_btn {
    background: #fff;
    border: 1px solid #fff;
    color: #1b1b1b
}

*+.bl_section_movie {
    margin-top: 3rem
}

.bl_ftr {
    margin-top: 8rem
}

.bl_ftr_form {
    padding: 8rem 0;
    border-top: #ddd 1px solid
}

.bl_ftr_bottom {
    background-color: #eff3f8;
    padding: 6rem 2rem 3rem
}

.el_black .bl_ftr_bottom {
    background-color: #000
}

.bl_ftr_bottom_col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 4rem
}

.bl_ftr_bottom_col_nav_item_link {
    display: inline-block;
    line-height: 1;
    font-size: 1.2rem
}

.bl_ftr_bottom_col_logo_item {
    text-align: left
}

.bl_ftr_bottom_col_logo_item img {
    display: inline-block;
    width: 100%;
    max-width: 16rem
}

.bl_ftr_bottom_col_logo_item_link {
    display: inline-block;
    line-height: 1
}

.bl_ftr_bottom_col_logo_copyright {
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: #666;
    margin-top: 1.5rem
}

.bl_list {
    list-style: disc;
    margin-left: 1em
}

.bl_list_item+.bl_list_item {
    margin-top: 1rem
}

.bl_youtube {
    width: 100%;
    aspect-ratio: 16/9
}

.bl_youtube iframe {
    width: 100%;
    height: 100%
}

.bl_ttl_only {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5
}

.bl_ttl_only.el_align_center {
    text-align: center
}

.el_colorMain .bl_ttl_only {
    color: #fff
}

.bl_ttl_h2 {
    margin-bottom: 4rem
}

.bl_ttl_h2_sub {
    display: block;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #0075c2
}

.el_gradient .bl_ttl_h2_sub {
    color: #fff;
    opacity: .8
}

.el_align_center .bl_ttl_h2_sub {
    text-align: center
}

.bl_ttl_h2_main {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: .5rem
}

.el_gradient .bl_ttl_h2_main {
    color: #fff
}

.el_align_center .bl_ttl_h2_main {
    text-align: center
}

.bl_ttl_h3 {
    margin-bottom: 2rem
}

.bl_ttl_h3_sub {
    display: inline-block;
    background-color: #0075c2;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    font-weight: 500;
    padding: .5rem 1rem;
    margin-bottom: 1rem
}

.bl_ttl_h3_main {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 1rem;
    border-bottom: 1px #80c2e2 solid
}

.bl_txtDefault.el_align_center {
    text-align: center
}

.bl_txtDefault+.bl_txtDefault {
    margin-top: 1rem
}

.bl_txtDefault a {
    display: inline-block;
    color: #0075c2;
    text-decoration: underline
}

.bl_form_wrap {
    margin-top: 4rem;
    background-color: #eff3f8;
    border-radius: .6rem;
    padding: 2rem
}

.bl_form_wrap.el_black {
    background-color: #000
}

.bl_form_wrap .bl_form_inner {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
}

.bl_form_wrap .el-step {
    margin: 0 auto;
    margin-bottom: 3rem
}

.bl_form_wrap .el-step-inner {
    display: flex;
    justify-content: space-between;
    position: relative
}

.bl_form_wrap .el-step-inner::after {
    content: "";
    height: 3px;
    background-color: #b1c1cb;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    z-index: 1;
    width: calc(100% - 44px)
}

.bl_form_wrap .el-step-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bl_form_wrap .el-step-item__num,
.bl_form_wrap .el-step-item__text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6em
}

.bl_form_wrap .el-step-item__num {
    color: #1b1b1b
}

.bl_form_wrap.el_black .el-step-item__num {
    color: #fff
}

.bl_form_wrap .el-step-item.is-active .el-step-item__num {
    color: #1b1b1b
}

.bl_form_wrap.el_black .el-step-item.is-active .el-step-item__num {
    color: #fff
}

.bl_form_wrap .el-step-item__circle {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid;
    border-color: #eff3f8;
    background-color: #b1c1cb;
    position: relative;
    z-index: 2
}

.bl_form_wrap .el-step-item.is-active .el-step-item__circle {
    background-color: #1b1b1b
}

.bl_form_wrap.el_black .el-step-item__circle {
    border-color: #000;
    background-color: #b1c1cb
}

.bl_form_wrap.el_black .el-step-item.is-active .el-step-item__circle {
    background-color: #fff
}

.bl_form_wrap .el-paragraph {
    margin: 0 auto 2rem
}

.bl_form_wrap .el-heading-lv2 {
    border-top: 1px solid #b1c1cb;
    position: relative;
    padding-top: 1.4rem;
    margin: 6rem auto 2.4rem
}

.bl_form_wrap .el-heading-lv2::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 3px;
    background-color: #1b1b1b;
    width: 200px
}

.bl_form_wrap .el-heading-lv2 h2 {
    font-weight: 500;
    line-height: 150%;
    color: #1b1b1b;
    font-size: 2rem
}

.bl_form_wrap.el_black .el-heading-lv2 {
    border-color: #666
}

.bl_form_wrap.el_black .el-heading-lv2::before {
    background-color: #fff
}

.bl_form_wrap.el_black .el-heading-lv2 h2 {
    color: #fff
}

.bl_form_wrap .el-form-layout {
    margin: 0 auto 1.2rem
}

.bl_form_wrap .el-form-layout-item {
    border-bottom: 1px dashed #b1c1cb;
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    gap: 4px;
    flex-direction: column
}

.bl_form_wrap .el-form-layout-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.bl_form_wrap .el-form-layout__heading {
    color: #1b1b1b;
    line-height: 200%;
    font-weight: 700;
    font-size: 1.4rem;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: .4rem
}

.bl_form_wrap.el_black .el-form-layout__heading {
    color: #fff
}

.bl_form_wrap .el-form-layout__heading span:not(.el-form-layout__heading--required) {
    margin-right: .4rem;
    display: inline-block;
    vertical-align: middle
}

.bl_form_wrap .el-form-layout__heading--required {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    line-height: 160%;
    font-size: 1rem;
    color: #fff;
    background-color: #ec5200;
    padding: .2rem .5rem;
    border-radius: 5px;
    margin: 0 .6rem .1rem .6rem
}

.bl_form_wrap .el-form-layout__text {
    width: 100%
}

.bl_form_wrap .el-textarea {
    margin: 0 auto 1.6rem
}

.bl_form_wrap .el-textarea textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 14.7rem;
    padding: 1.1rem 1.2rem;
    resize: vertical;
    vertical-align: top;
    border: 1px solid #b1c1cb;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    color: #1b1b1b
}

.bl_form_wrap .el-textarea textarea:focus-visible {
    border: 1px solid #0075c2
}

.bl_form_wrap .el-textarea textarea::placeholder {
    color: #aaa
}

.bl_form_wrap .el-input-text input {
    border: 1px solid #b1c1cb;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 200%;
    padding: 1.1rem 1.2rem;
    color: #1b1b1b;
    width: 100%;
    background-color: #fff
}

.bl_form_wrap .el-input-text input:focus-visible {
    border: 1px solid #0075c2
}

.bl_form_wrap .el-input-text input::placeholder {
    color: #aaa
}

.bl_form_wrap .el-paragraph a {
    color: #1b1b1b;
    display: inline-block;
    text-decoration: underline
}

.bl_form_wrap.el_black .el-paragraph a {
    color: #fff
}

.bl_form_wrap button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

.bl_form_wrap .el-color-box {
    background-color: #cfd9e5;
    margin: 0 auto 3.2rem
}

.bl_form_wrap .el-color-box:has(.el-submit-btn) {
    margin: 4rem auto 0;
    padding: 2rem 1.3rem 2rem 1.4rem
}

.bl_form_wrap.el_black .el-color-box {
    background-color: #666
}

.bl_form_wrap .el-submit-btn__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.bl_form_wrap .el-submit-btn button {
    display: block;
    width: 100%;
    padding: 1.2rem 2.2rem;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: #1b1b1b;
    cursor: pointer
}

.bl_form_wrap .el-submit-btn button span {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 200%
}

.bl_form_wrap .el-submit-btn button.submit-btn {
    color: #fff;
    background-color: #1b1b1b
}

.bl_form_wrap .el-form-layout__text>*:first-child {
    margin-top: 0 !important
}

.bl_form_wrap .el-form-layout__text>*:last-child {
    margin-bottom: 0 !important
}

.bl_form_wrap .el-form-layout-item>*:first-child {
    margin-top: 0 !important
}

.bl_caption {
    font-size: 1.2rem
}

.el_mt10 {
    margin-top: 1rem
}

.el_mt20 {
    margin-top: 2rem
}

.el_mt30 {
    margin-top: 3rem
}

.el_mt40 {
    margin-top: 4rem
}

.el_mt50 {
    margin-top: 5rem
}

.el_mt60 {
    margin-top: 6rem
}

.el_mt70 {
    margin-top: 7rem
}

.el_mt80 {
    margin-top: 8rem
}

@media screen and (min-width: 768px) {
    .bl_hdr {
        padding-left: 3rem
    }

    .bl_hdr_inner_logo_link img {
        max-width: 26.4rem
    }

    .ly_inner {
        padding: 0 3rem
    }

    .bl_main {
        margin-top: 7rem
    }

    .bl_mv {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .bl_mv_txtWrap {
        flex: 1;
        padding: 4rem 3rem 4rem 6rem
    }

    .bl_mv_txtWrap_ttl img {
        width: 100%
    }

    .bl_mv_txtWrap_txt {
        font-size: 2rem;
        margin-top: 2.5rem
    }

    .bl_mv_slide {
        width: 55.555555556%
    }

    .bl_section_col {
        display: flex;
        flex-direction: row;
        gap: 2.8rem
    }

    .bl_section_col .bl_section_col_item {
        flex: 1
    }

    .bl_section_col.el_col_2 {
        flex-wrap: wrap
    }

    .bl_section_col.el_col_2 .bl_section_col_item {
        flex: inherit;
        width: calc(50% - 1.4rem)
    }

    .bl_section_col.el_col_3 {
        flex-wrap: wrap
    }

    .bl_section_col.el_col_3 .bl_section_col_item {
        flex: inherit;
        width: calc(33.333% - 1.866666667rem)
    }

    .bl_section_imgChange img {
        position: relative;
        transition: opacity .3s ease-out;
        z-index: 2
    }

    .bl_section_imgChange img+img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }

    .bl_section_imgChange:hover img:first-child {
        opacity: 0
    }

    .bl_section_card {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .bl_section_card_txtWrap {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 3rem
    }

    .bl_section_card_txtWrap_ttl {
        font-size: 2rem
    }

    *+.bl_section_card_txtWrap_btn {
        margin-top: 3rem
    }

    .bl_section_ttl {
        font-size: 2.8rem;
        padding-left: 3rem;
        margin-bottom: 1.5rem
    }

    .bl_section_ttl::before {
        width: 1.6rem;
        height: 1.6rem;
        top: 2.1rem
    }

    .bl_section_txt {
        padding-left: 3rem
    }

    .bl_section_btnWrap {
        margin-top: 6rem
    }

    .bl_ftr_bottom {
        padding: 6rem 3rem 4rem
    }

    .bl_ftr_bottom_col_logo_item img {
        max-width: 20rem
    }

    .bl_ftr_bottom_col_logo_copyright {
        margin-top: 3rem
    }

    .bl_hdr_inner_btn {
        padding: 1.4rem 3rem;
        font-size: 1.4rem;
        width: 14.6rem;
        transition: .3s ease-out;
        transition-property: background, border, color
    }

    .bl_hdr_inner_btn.hover {
        background: #fff;
        color: #1b1b1b;
        opacity: 1
    }

    .el_black .bl_hdr_inner_btn.hover {
        background: #1b1b1b;
        color: #fff
    }

    .bl_btn {
        font-size: 1.8rem;
        transition: .3s ease-out;
        transition-property: background, border, color
    }

    .bl_btn.el_exlink::after {
        transition: background .3s ease-out
    }

    .bl_btn.hover {
        background: #fff;
        border: 1px solid #1b1b1b;
        color: #1b1b1b;
        opacity: 1
    }

    .bl_btn.hover.el_exlink::after {
        background: url("../img/common/icon_exlink_bk.svg") no-repeat center center/contain
    }

    .el_black .bl_btn.hover {
        background: #1b1b1b;
        border: 1px solid #fff;
        color: #fff;
        opacity: 1
    }

    .el_black .bl_btn.hover.el_exlink::after {
        background: url("../img/common/icon_exlink.svg") no-repeat center center/contain
    }

    .bl_section_movie .bl_section_movie_btn {
        font-size: 1.8rem;
        transition: .3s ease-out;
        transition-property: background, border, color
    }

    .bl_section_movie .bl_section_movie_btn.hover {
        background: #fff;
        border: 1px solid #1b1b1b;
        color: #1b1b1b;
        opacity: 1
    }

    .el_black .bl_section_movie .bl_section_movie_btn.hover {
        background: #1b1b1b;
        border: 1px solid #fff;
        color: #fff;
        opacity: 1
    }

    .bl_mv02_slide_item {
        height: 56vw;
        max-height: 70rem
    }

    .dots-wrap {
        bottom: 3rem
    }

    .bl_mv02_txtWrap {
        padding-left: 6rem;
        top: 50%;
        left: 5%
    }

    .bl_mv02_txtWrap_ttl img {
        width: 100%
    }

    .bl_mv02_txtWrap_txt {
        font-size: 2rem;
        margin-top: 2.5rem
    }

    .bl_form_wrap {
        margin-top: 6rem;
        padding: 6rem
    }

    .bl_form_wrap .el-heading-lv2 h2 {
        font-size: 2.4rem
    }

    .bl_form_wrap .bl_form_wrap .el-form-layout__heading {
        font-size: 1.6rem
    }

/* ===== mp4 modal ===== */
.mp4-modal{ display:none; position:fixed; inset:0; z-index:2000; }
.mp4-modal.is-open{ display:block; }

.mp4-modal__backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.65);
}

.mp4-modal__panel{
  position:absolute; inset:0;
  margin:auto;
  width:min(1000px, calc(100% - 32px));
  height:auto;
  max-height:calc(100% - 32px);
  display:flex; flex-direction:column;
  background:transparent;
}

.mp4-modal__close{
  align-self:flex-end;
  width:44px; height:44px;
  border:none; border-radius:9999px;
  background:rgba(255,255,255,.9);
  font-size:26px; line-height:44px;
  cursor:pointer;
}

.mp4-modal__stage{
  margin-top:12px;
  background:#000;
  border-radius:16px;
  overflow:hidden;
  /* 16:9の枠 */
  aspect-ratio:16/9;
  position:relative;
}

/* モーダル内のvideoは枠にフィット */
.mp4-modal__stage video{
  position:absolute; inset:0;
  width:100%; height:100%;
  display:block;
  object-fit:contain; /* coverにすると端が切れるのでモーダルはcontain推奨 */
}

}
/* 送信ボタンを強調 */
.submit-btn {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: linear-gradient(180deg, #0057a8 0%, #003f7d 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 48px;
    border-radius: 9999px;
    /* 丸み */
    cursor: pointer;
    box-shadow: 0 6px 0 #444a52, 0 10px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

/* hover */
.submit-btn:hover {
    background: linear-gradient(180deg, #ffffff 0%, #E6ECF3 100%);
    color: #1b1b1b !important;          /* ← 文字色を黒寄りに変更 */
    transform: translateY(-2px);
    box-shadow: 0 8px 0 #444a52, 0 14px 26px rgba(0, 0, 0, 0.3);
}

/* 押した瞬間 */
.submit-btn:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #444a52, 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*# sourceMappingURL=main.css.map */