.mv{ margin-bottom: 1rem; position: relative; }
.mv img{ display: block; width: 100%; height: 40rem; object-fit: cover; object-position: center; }

.pankuzu{ width: 1000px; margin: 0 auto; }
.pankuzu li{ font-size: 1.2rem; display: inline-block; }
.pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .5em; }

main{ display: block; width: 800px; margin: 10rem auto 20rem; }
main h1{ font-weight: 400; font-size: 3rem; color: var(--sub-color01); text-align: center; line-height: 1.6; letter-spacing: 0.15em; margin-bottom: 7rem;  }
main h1::before{ content: attr(data-en); display: block; text-align: center; font-size: 10rem; font-family: var(--en-font); font-weight: 400; color: var(--base-color); letter-spacing: 0; line-height: 1; }
main h1::first-letter{ font-size: 12rem; }

main section > img{ display: block; width: 100%; margin: 4rem 0; }
main section .c-video{ display: block; width: 100%; margin: 0 0 4rem; }
main section .c-video video{ display: block; width: 100%; height: auto; }
main section .c-btn{ margin: 4rem 0; }
main section .c-btn + .c-btn{ margin-top: 0; }
main section + section{ margin-top: 8rem; }
main section:not(:last-child){ margin-bottom: 8rem; }
main section > *:last-child{ margin-bottom: 0 !important; }
main section:not(:last-child){ margin-bottom: 8rem; }

main section h2:not(.no-style){ font-size: 2.4rem; font-weight: 400; line-height: 1.6; color: #fff; background: linear-gradient(45deg,var(--gra-color01)); text-align: center; margin: 8rem 0 5rem; padding: .6em 1em; }
main section h3:not(.no-style){ font-size: 2.2rem; padding-bottom: 1rem; margin: 6rem 0 4rem; position: relative; border-bottom: solid 1px #8994A8; }
main section h4:not(.no-style){ font-size: 1.8rem; color: #fff; background: var(--base-color); padding: .2em 1em; margin: 4rem 0 3rem; }
main section h5:not(.no-style){ font-size: 1.8rem; font-family: var(--base-font); font-weight: bold; color: var(--sub-color01); margin: 3rem 0 1em; }
main section h6:not(.no-style){ font-size: 1.6rem; font-family: var(--base-font); font-weight: bold; margin: 1.3em 0 .8em; }
main section h6:not(.no-style):before{ content: "●"; }
main section h2:not(.no-style) + *,
main section h3:not(.no-style) + *,
main section h4:not(.no-style) + *,
main section h5:not(.no-style) + *,
main section h6:not(.no-style) + *{ margin-top: 0 !important; }
main section p{ margin-bottom: 1em; line-height: 2.28; }
main section p strong{ font-weight: bold; background:linear-gradient(transparent 60%, var(--sub-color02) 60%); }

main section ol:not([class]){ margin: 4rem 0; counter-reset: number; }
main section ol:not([class]) li{ font-size: 1.6rem; padding-left: 6.4rem; position: relative; min-height: 5rem; display: flex; align-items: center; }
main section ol:not([class]) li:before{ counter-increment: number; content: counter(number); width: 5rem; height: 5rem; border-radius: 5rem; box-sizing: border-box; background: var(--sub-color02); font-size: 2.2rem; font-family: var(--sub-font); font-weight: 400; letter-spacing: 0; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; }
main section ol:not([class]) li + li{ margin-top: 3rem; }

main section ul:not([class]){ margin: 4rem 0; }
main section ul:not([class]) li{ font-family: var(--sub-font); font-size: 1.6rem; letter-spacing: 0.2em; padding: 0.5rem 0 0 4rem; position: relative; }
main section ul:not([class]) li:before{ content: ''; width: 2.95rem; height: 2.7rem; background-image: url("../images/common/check.png"); background-repeat: no-repeat; background-position: top left; background-size: contain; position: absolute; left: .2rem; top: .9rem; }
main section ul:not([class]) li + li{ margin-top: 2rem; }

main section ol.flow{ counter-reset: flow; margin: 5rem 0; }
main section .flow li{ position: relative; line-height: 2.28; }

main section .flow li + li{ margin-top: 4rem; }
main section .flow li.has-img{ padding-right: 40rem; }
main section .flow li > strong:first-of-type{ position: relative; display: block; margin-bottom: 2.5rem; font-family: var(--sub-font); font-size: 1.6rem; font-weight: 400; letter-spacing: .15em; line-height: 1.6; }
main section ol.flow li > strong:first-of-type{ padding-left: 4.8rem; }
main section ol.flow li > strong:first-of-type:before{ counter-increment: flow; content: counter(flow); width: 3.6rem; height: 3.6rem; box-sizing: border-box; background: var(--sub-color01); border-radius: 5rem; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; font-family: var(--sub-font); font-weight: 400; line-height: 1; color: #fff; letter-spacing: 0; position: absolute; left: 0; top: -0.25rem; }
main section .flow li img{ width: 35rem; position: absolute; top: 0; right: 0; }



/** interview **/
.interview-box{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 6rem; }

.interview-box .txt{ padding: 0 4.5rem; }
.interview-box .txt .catch{ font-family: var(--sub-font); font-size: 2.4rem; font-style: italic; letter-spacing: 0.25em; line-height: 1.8; transform: scaleX(.9); transform-origin: left; }
.interview-box .txt .name{ font-size: 2.2rem; font-weight: bold; border-top: 1px solid; padding-top: 2.5rem; }
.interview-box .txt .name .post{ display: table; font-weight: normal; background-color: var(--base-color); color: #fff; font-size: 1.2rem; padding: 0 0.8em; }

.interview-box .img{ width: 40rem; height: 25rem; flex-shrink: 0; }
.interview-box .img img{ width: 100%; height: 100%; object-fit: cover; }

.tit01{ color: var(--sub-color01); font-size: 1.6rem; margin-bottom: 3rem; }
.tit01:before{ content: ""; display: inline-block; width: 5rem; height: 1px; background-color: var(--sub-color01); margin-right: 1rem; vertical-align: middle; }
.tit01:not(:first-child){ margin-top: 6rem; }

.img-box{ display: flex; justify-content: space-between; }
.img-box img{ flex-shrink: 0; }
.img-box > *:first-child{ margin-right: 5rem; }

table:not(.no-style){ width: 100%; border-top: 1px solid; }
table:not(.no-style) tr{ border-bottom: 1px solid; }
table:not(.no-style) th,
table:not(.no-style) td{ padding: 2rem 0; line-height: 2; letter-spacing: 0.1em; }
table:not(.no-style) th{ color: var(--sub-color01); font-size: 1.5rem; }

/** staff **/
main section .staff-list{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin: 0 0 4rem; list-style: none; }
main section .staff-list li{ margin: 0; padding: 0; }
main section .staff-list li:before{ content: none; }
main section .staff-list a{ display: block; position: relative; }
main section .staff-list img{ display: block; width: 100%; height: auto; aspect-ratio: 400 / 250; object-fit: cover; }
main section .staff-list__name{ position: absolute; left: 0; bottom: 0; background: #fff; color: #142952; font-size: 1.4rem; font-weight: bold; line-height: 1.4; padding: .4em .8em; letter-spacing: 0.1em; }