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: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, "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: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, "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: 13rem; /* 17.4rem → 13rem */
    padding: 0.8rem 0; /* 上下に余白を追加（窮屈さ解消） */
}

.bl_hdr_inner_btnWrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 1px
}

.bl_hdr_inner_btn {
    background-color: #1b1b1b;
    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: #1b1b1b;
    color: #fff
}

.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: 100vw;
    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: 100vw;
    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: 20rem; /* 26.4rem → 20rem */
    }

    .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
    }

    /* === MV（トップ2枚画像）の左側余白を消す === */
    .el_mv_static2 .bl_mv_txtWrap {
        padding: 0; /* 既存の 4rem 2rem を無効化 */
    }

    /* === MVの2枚画像を枠いっぱいに表示（トリミングしてフィット）=== */
    .el_mv_static2 .el_mvPane img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .el_mv_static2 {
        display: flex;
        align-items: stretch;
        height: auto; /* 100vhは外す */
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
    }

    .el_mv_static2 .el_mvPane {
        flex: 1 1 0;
        height: auto;
    }

    .el_mv_static2 .el_mvPane img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

/* === 小見出し横の黒丸を消す（2026/04/01）=== */
.bl_section_ttl::before {
  display: none !important;
}

/* === 小見出しの左余白を詰める（2026/04/01）=== */
.bl_section_ttl {
  padding-left: 0 !important;
}

/* === 横長の画像の縦幅を狭く（2026/04/01）=== */
.bl_fullbleed {
  height: 350px; /* お好みの高さに調整 */
  overflow: hidden; /* はみ出し部分を隠す */
}
.bl_fullbleed_img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠いっぱいにトリミング表示 */
  display: block;
}

/* === デザイナー名を大きく＋顔写真下に余白（2026/04/01）=== */
.bl_media_ttl {
  font-size: 2.0rem;
  font-weight: 550;
  margin-bottom: 0.8rem;
}
.bl_media img {
  margin-bottom: 1.6rem;
}

/* =========================================================
   Collaborations：余白＆行頭揃え（2026/04/01）
      ========================================================= */

/* --- 案件ブロック同士の間隔 --- */
#anchor_collaborations .bl_collabBlock{
  margin-bottom: 7rem;   /* ← 青丸：広げる（好みで 6〜9rem） */
}
#anchor_collaborations .bl_collabBlock:last-child{
  margin-bottom: 0;
}

/* --- 赤丸：テキスト↔画像の間隔 --- */
#anchor_collaborations .bl_collabBlock .bl_section_txtWrap{
  margin-bottom: 1.2rem; /* ← 赤丸：詰める（好みで 0.8〜1.6rem） */
}

/* --- 行頭揃え：collabBlock内は p の左paddingを無効化して揃える --- */
#anchor_collaborations .bl_collabBlock .bl_section_txt{
  padding-left: 0 !important;  /* グローバルの padding-left(2rem/3rem)を打ち消す */
  margin-left: 0;
}

/* タイトル(h4)側も念のため左余白ゼロ（状況によって差分が出るのを防ぐ） */
#anchor_collaborations .bl_collabBlock .bl_media_ttl{
  margin-left: 0;
  padding-left: 0;
}

/* （任意）本文の段落間を整理：読みやすい“まとまり感” */
#anchor_collaborations .bl_collabBlock .bl_section_txt + .bl_section_txt{
  margin-top: 0.6rem;  /* 注釈行などが続くときに少しだけ間を作る */
}


/* === 注釈 共通：画面幅に関係なく必ず効かせる === */
.el_note{
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.6rem;
}

/* ---小見出し下の説明文：行頭を小見出しに揃える（2026/04/01）--- */
.bl_section_txtWrap > .bl_section_txt{
  padding-left: 0 !important;
}

/* === セクション間の余白：marginではなくpaddingで作る（背景が途切れない） === */
.bl_section{
  margin-top: 0 !important;     /* 既存の margin-top: 8rem を無効化  */
  padding-top: 8rem;            /* 同じ余白量を“内側”に移す */
}

.bl_main {
  margin-top: 0;
  padding-top: 5.6rem; /* ヘッダー高さ分 */
}

.el_bgSpacer{
  height: 8rem; /* 白帯と同じ高さ */
}

/* What is の直前の白帯（section上padding）を消す */
.el_noTopPad{
  padding-top: 0 !important;
}

/* Collaborations 冒頭のグレー帯を消す */
.el_noTopPad{
  padding-top: 0 !important;
}

/* === Collaborations：赤丸の線（案件ブロック先頭の区切り線）だけ消す === */
#anchor_collaborations .bl_collabBlock .bl_section_txtWrap{
  border-top: none !important;
  padding-top: 0 !important; /* 線のために付いている上余白も一緒に消す */
}

/* === Header Language Switch：ナビと同サイズ・同トーンにする === */
.bl_hdr_lang{
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-left: 2.4rem; /* ← Contact との余白をここで調整 */
  white-space: nowrap;
}

.bl_hdr_lang_item{
  font-size: 1.2rem;      /* ← ナビと同じサイズ */
  font-weight: 700;       /* ← ナビと同じ太さ */
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
}

/* アクティブ言語（サイズは変えず、下線だけ） */
.bl_hdr_lang_item.is_active{
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-thickness: 2px;
}

.bl_hdr_lang_sep{
  font-size: 1.2rem;      /* セパレーターも揃える */
  font-weight: 700;
  opacity: .6;
}

.bl_hdr_lang {
    margin-left: auto;
}

.bl_hdr_lang {
  margin-right: 0.4rem; /* ← SPメニュー との余白をここで調整 */
}

/* ===== 背景色変更 ===== */
/* 明るいブルー */
.el_bg_lightblue {
  background-color: #d4e8f6;
}

/* 濃いグレー*/
.el_bg_dark {
  background-color: #767778;
  color: #fff;
}

/*白*/
.el_bg_white {
  background-color: #fff;
}


@media screen and (max-width: 767px) {
  /* ヘッダー下の余白をゼロに */
  .bl_hdr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #ddd; /* 下線は残す（PCと同じ） */
  }

  /* メイン画像1枚目（MV）の上余白をゼロに */
  .bl_main {
    margin-top: 4rem !important;
    padding-top: 0 !important;
  }

  /* MVセクションの上余白をゼロに */
  .bl_mv {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


/* ===== スマホでは上部メニューを非表示 ===== */
@media screen and (max-width: 767px) {
  .bl_hdr_inner_btnWrap {
    display: none !important;
  }
}


.justify-area{
  text-align: justify;       /* 一部の文章を中央揃え */
  line-break: strict;        /* 禁則処理を自然寄りに */
  overflow-wrap: break-word; /* 英数字やURLのはみ出し対策 */
}


/* Collaborations セクション冒頭：区切り線だけ消す（余白は維持） */
#anchor_collaborations > .ly_inner > .bl_section_txtWrap{
  border-top: none !important;
  /* padding-top は触らない */
}


/* フォント変更*/
body {
  font-family:
    "Noto Sans JP",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif !important;
}


.bl_section_ttl,
.bl_media_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}


sup {
  font-size: 0.6em;
  vertical-align: super;
}


.reg {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}




/* =========================
   Header links: button → text link  2026年3月31日　榎本追記
   ========================= */

.bl_hdr_inner_btnWrap .bl_hdr_inner_btn{
  background: transparent;
  border: 0;
  width: auto;
  padding: .6rem .8rem; /* クリックしやすさ用 */
  color: #1b1b1b;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

.el_black .bl_hdr_inner_btnWrap .bl_hdr_inner_btn{
  color: #fff;
}

.bl_hdr_inner_btnWrap .bl_hdr_inner_btn:hover,
.bl_hdr_inner_btnWrap .bl_hdr_inner_btn.hover,
.bl_hdr_inner_btnWrap .bl_hdr_inner_btn:focus-visible{
  opacity: 1;
  color: #0075c2;
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-thickness: 2px;
}

.el_black .bl_hdr_inner_btnWrap .bl_hdr_inner_btn:hover,
.el_black .bl_hdr_inner_btnWrap .bl_hdr_inner_btn.hover,
.el_black .bl_hdr_inner_btnWrap .bl_hdr_inner_btn:focus-visible{
  color: #80c2e2;
}


/* ヘッダー下の区切り線を消す */
.bl_hdr.el_border {
  border-bottom: none;
}
/* =========================
   Header links: button → text link  2026年3月31日　榎本追記おわり
   ========================= */
/* ===============================
   共通
=============================== */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: sans-serif;
}

.el-site-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

/* ===============================
   ロゴ
=============================== */
.el-site-header__logo {
    padding: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

/* ===============================
   PC用ヘッダー
=============================== */
.el-site-header__pc-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el-site-header__nav {
    display: flex;
    gap: 24px;
}

.el-site-header__nav a {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
}

/* ===============================
   SP用ヘッダー
=============================== */
.el-site-header__sp-container {
    display: none;
    justify-content: space-between;
    align-items: center;
}

/* 青いボタン */
.el-site-header__menu {
    width: 48px;
    height: 48px;
    background: linear-gradient(270deg, #1655E2, #0136BB);
    border: none;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-left: 8px;
}

.el-site-header__menu span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.el-site-header__menu .icon-close {
    display: none;
}

.el-site-header__menu.is-open .icon-menu {
    display: none;
}

.el-site-header__menu.is-open .icon-close {
    display: flex;
}

/* ===============================
   SP用メニュー（縦積み）
=============================== */
.el-site-header__sp-menu {
    display: none;
    background: #f1f4f5;
}

.el-site-header__sp-menu.is-open {
    display: block;
}

.el-site-header__sp-menu a {
    display: block;
    padding: 16px;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #000;
}

/* ===============================
  ハンバーガー表示
=============================== */
/* PCではボタン非表示 */
.el-site-header__menu {
    display: none;
}

/* SPだけ表示 */
@media (max-width: 959px) {
    .el-site-header__menu {
        display: block;
    }
}


   /*# sourceMappingURL=main.css.map */