  @charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* add original reset style */
html {
    /* iPhone safariで文字サイズが大きくなるバグを回避 */
    -webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------------------------
color
---------------------------------------------------------------------- */
/*----------------------------------------------------------------------
font
---------------------------------------------------------------------- */
/*----------------------------------------------------------------------
break point
---------------------------------------------------------------------- */
/*----------------------------------------------------------------------
テキスト最上部と最下部のline-height余白を削除
---------------------------------------------------------------------- */
@media screen and (min-width: 1366px) {
    html {
        overflow-x: hidden;
    }
}

body {
    background-color: #fff;
    color: #323246;
    font-weight: 400;
    font-family: "'Sawarabi Gothic'", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    body:not(#top) {
        width: 1366px;
        margin: 0 auto;
    }
}

a {
    text-decoration: none;
}

a:hover {
    transition: 0.3s;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

h1,
h2,
h3 {
    font-family: "Sawarabi Mincho", serif;
}

.l-header {
    position: relative;
    z-index: 1;
}

.l-header__logo {
    position: absolute;
    top: 1.8666666667vw;
    left: 2.6666666667vw;
    display: block;
}

@media screen and (min-width: 768px) {
    .l-header__logo {
        top: 40px;
        left: 47px;
    }
}

.l-header__logo img {
    width: 55.4666666667vw;
}

@media screen and (min-width: 768px) {
    .l-header__logo img {
        width: 352px;
    }
}

.l-header__link {
    position: fixed;
    top: 0;
    right: 10.6666666667vw;
    display: inline-block;
    width: 18.9333333333vw;
    color: #FFF;
    font-size: 3.2vw;
    line-height: 10.6666666667vw;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #553771;
}

@media screen and (min-width: 768px) {
    .l-header__link {
        top: 0;
        right: 50px;
        width: 150px;
        font-size: 17px;
        line-height: 50px;
        letter-spacing: 0.4em;
    }
}

@media screen and (min-width: 1366px) {
    .l-header__link {
        right: calc(50% - 633px);
    }
}

.l-header__link:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .l-header__link::after {
        position: absolute;
        content: "";
        background: url(/tohokuuni_women/images/common/chev-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 0;
        top: 50%;
        transform: translateY(-50%);
        right: 18px;
        width: 6px;
        height: 9px;
    }
}

.l-dnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 10.6666666667vw;
    z-index: 10;
}

@media screen and (min-width: 1366px) {
    .l-dnav {
        right: calc(50% - 683px);
    }
}

.l-dnav__inner {
    position: relative;
    content: "";
}

.l-dnav__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #422161;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .l-dnav__hamburger {
        width: 50px;
        height: 50px;
    }
}

.l-dnav__hamburger:hover {
    cursor: pointer;
    opacity: 0.7;
}

.l-dnav__hamburger span {
    position: absolute;
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 3.4666666667vw;
    height: 0.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .l-dnav__hamburger span {
        width: 16px;
        height: 1px;
    }
}

.l-dnav__hamburger span:first-of-type {
    top: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .l-dnav__hamburger span:first-of-type {
        top: 20px;
    }
}

.l-dnav__hamburger span:last-of-type {
    top: 5.8666666667vw;
}

@media screen and (min-width: 768px) {
    .l-dnav__hamburger span:last-of-type {
        top: 30px;
    }
}

.l-dnav-menu {
    position: fixed;
    max-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 50%;
    width: 100vw;
    background-color: #d0c7d7;
    transform: translate(-50%, -100%);
    transition: 0.3s;
    z-index: 11;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu {
        left: inherit;
        top: 0;
        right: 0;
        width: 300px;
        overflow: visible;
        transform: translate(0, -100%);
    }
}

@media screen and (min-width: 1366px) {
    .l-dnav-menu {
        right: calc(50% - 683px);
    }
}

.l-dnav-menu.active {
    transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
    .l-dnav-menu.active {
        transform: translate(0, 0);
    }
}

.l-dnav-menu__item {
    position: relative;
    transition: 0.3s;
}

.l-dnav-menu__item:not(:last-of-type) {
    border-bottom: 0.2666666667vw solid #fff;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item:not(:last-of-type) {
        border-bottom-width: 1px;
    }
}

.l-dnav-menu__item:not(.--single)::after {
    content: "";
    background: url(/tohokuuni_women/images/common/chev-down-pu.png);
    width: 4vw;
    height: 2.1333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 3.7333333333vw;
    top: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item:not(.--single)::after {
        width: 15px;
        height: 8px;
        right: 14px;
        top: 16px;
    }
}

.l-dnav-menu__item:hover {
    background-color: #7b6490;
    cursor: pointer;
}

.l-dnav-menu__item:hover::after {
    background: url(/tohokuuni_women/images/common/chev-down-wh.png);
    width: 4vw;
    height: 2.1333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item:hover::after {
        width: 15px;
        height: 8px;
    }
}

.l-dnav-menu__item:hover dl {
    color: #fff;
}

.l-dnav-menu__item.--close {
    content: "";
    background-color: #422161;
    height: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item.--close {
        height: 50px;
    }
}

.l-dnav-menu__item.--close::after {
    background: url(/tohokuuni_women/images/common/chev-up-wh.png);
    width: 4vw;
    height: 2.1333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item.--close::after {
        width: 15px;
        height: 8px;
        top: 20px;
    }
}

.l-dnav-menu__item.--close:hover {
    cursor: pointer;
    opacity: 0.7;
}

.l-dnav-menu__item.--current {
    background-color: #7b6490;
}

.l-dnav-menu__item.--current::after {
    background: url(/tohokuuni_women/images/common/chev-down-wh.png);
    width: 4vw;
    height: 2.1333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item.--current::after {
        width: 15px;
        height: 8px;
    }
}

.l-dnav-menu__item.--current > a > dl,
.l-dnav-menu__item.--current > dl {
    color: #fff;
}

.l-dnav-menu__item.--open::after {
    background: url(/tohokuuni_women/images/common/chev-up-pu.png);
    width: 4vw;
    height: 2.1333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item.--open::after {
        width: 15px;
        height: 8px;
    }
}

.l-dnav-menu__item.--open.--current::after {
    background: url(/tohokuuni_women/images/common/chev-up-wh.png);
    width: 4vw;
    height: 2.1333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item.--open.--current::after {
        width: 15px;
        height: 8px;
    }
}

.l-dnav-menu__item.--open:hover::after {
    background: url(/tohokuuni_women/images/common/chev-up-wh.png);
    width: 4vw;
    height: 2.1333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item.--open:hover::after {
        width: 15px;
        height: 8px;
    }
}

.l-dnav-menu__item dl {
    font-size: 3.4666666667vw;
    color: #422161;
    display: flex;
    padding: 3.2vw 0 3.2vw 6.1333333333vw;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item dl {
        font-size: 13px;
        padding: 12px 0 12px 20px;
    }
}

.l-dnav-menu__item dl dt {
    font-weight: normal;
}

.l-dnav-menu__item dl dd {
    padding-left: 10.1333333333vw;
}

@media screen and (min-width: 768px) {
    .l-dnav-menu__item dl dd {
        padding-left: 12px;
    }
}

.l-dnav-submenu {
    background-color: #e3dee7;
}

.l-dnav-submenu:not(.--show) {
    display: none;
}

.l-dnav-submenu__item:not(:last-of-type) {
    border-top: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
}

@media screen and (min-width: 768px) {
    .l-dnav-submenu__item:not(:last-of-type) {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
}

.l-dnav-submenu__item:hover {
    background-color: #7b6490;
}

.l-dnav-submenu__item:hover a {
    color: #fff;
}

.l-dnav-submenu__item a {
    display: block;
    font-size: 3.4666666667vw;
    color: #422161;
    display: flex;
    padding: 3.2vw 0 3.2vw 25.6vw;
}

@media screen and (min-width: 768px) {
    .l-dnav-submenu__item a {
        font-size: 13px;
        padding: 12px 0 12px 67px;
    }
}

.l-dnav-submenu__item.--current {
    background-color: #7b6490;
}

.l-dnav-submenu__item.--current a {
    color: #fff;
}

.l-dnav-submenu__item.--gray {
    background-color: #B5AFB9;
}

.l-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(66, 33, 97, 0.6);
}

@media screen and (min-width: 768px) {
    .l-modal {
        width: 0;
        height: 0;
        z-index: 9;
    }
}

.l-footer {
    background-color: #f4f1f0;
    margin-top: 16vw;
    padding: 26.6666666667vw 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .l-footer {
        margin-top: 130px;
        padding: 73px 0;
    }
}

@media screen and (min-width: 1366px) {
    .l-footer {
        background: transparent;
        position: relative;
    }

    .l-footer::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 161px;
        top: 0;
        left: calc(50% - 50vw);
        background-color: #f4f1f0;
    }
}

.l-footer.--top {
    margin-top: 0;
}

.l-footer__inner p {
    font-size: 2.6666666667vw;
    letter-spacing: 0.3em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .l-footer__inner p {
        font-size: 15px;
    }
}

.l-pagetop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background-color: #422161;
    content: "";
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .l-pagetop {
        width: 50px;
        height: 50px;
    }
}

.l-pagetop:hover {
    cursor: pointer;
    opacity: 0.7;
}

.l-pagetop::after {
    position: absolute;
    content: "";
    background: url(/tohokuuni_women/images/common/chev_up.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 50%;
    left: 50%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

@media screen and (min-width: 768px) {
    .l-pagetop::after {
        width: 25px;
        height: 13px;
    }
}

.c-text {
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
    .c-text {
        font-size: 15px;
        line-height: 2.53;
    }
}

.c-text--indent {
    text-indent: 1em;
}

.c-text > a {
    border-bottom: 0.2666666667vw solid #323246;
}

@media screen and (min-width: 768px) {
    .c-text > a {
        border-bottom: 1px solid #323246;
    }
}

.c-justify {
    text-align: justify;
}

.c-heading {
    padding-top: 24vw;
    padding-bottom: 112.8vw;
    background: linear-gradient(0deg, rgb(244, 241, 240) 3.93%, rgb(244, 241, 240) 41.25%, rgba(244, 241, 240, 0) 90.48%);
}

@media screen and (min-width: 768px) {
    .c-heading {
        padding-top: 214px;
        padding-bottom: 222px;
    }
}

@media screen and (min-width: 1366px) {
    .c-heading {
        background: transparent;
    }

    .c-heading::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 585px;
        top: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(0deg, rgb(244, 241, 240) 3.93%, rgb(244, 241, 240) 41.25%, rgba(244, 241, 240, 0) 90.48%);
    }
}

.c-heading h1 {
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
    color: #422161;
    line-height: 1.38;
}

@media screen and (min-width: 768px) {
    .c-heading h1 {
        font-size: 45px;
    }
}

.c-heading h1 span {
    display: inline-block;
    font-size: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #af8523;
    padding-bottom: 4vw;
    margin-bottom: 4.5333333333vw;
}

@media screen and (min-width: 768px) {
    .c-heading h1 span {
        font-size: 20px;
        padding-bottom: 14px;
        margin-bottom: 48px;
        border-bottom-width: 1px;
    }
}

.c-heading p {
    font-size: 3.7333333333vw;
    line-height: 2.07;
    text-align: center;
    color: #323246;
    margin-top: 6.1333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .c-heading p {
        font-size: 15px;
        line-height: 2.53;
        letter-spacing: 0.01em;
        margin-top: 42px;
    }
}

.c-box-shadow {
    margin: 0 auto;
    padding: 8vw 7.2vw;
    box-shadow: 0px 0px 5.3333333333vw rgba(0, 0, 0, 0.2);
    border-bottom: 0.5333333333vw solid #af8523;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .c-box-shadow {
        width: 1100px;
        padding: 73px 42px 45px;
        border-bottom-width: 2px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    }
}

.c-box-shadow .c-ttl-lv2 {
    margin-bottom: 4.8vw;
}

@media screen and (min-width: 768px) {
    .c-box-shadow .c-ttl-lv2 {
        margin-bottom: 38px;
    }
}

.c-box-gray {
    margin: 0 auto;
    background-color: #f4f1f0;
    padding: 7.4666666667vw 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .c-box-gray {
        padding: 48px 60px;
    }
}

.c-ttl-lv2 {
    color: #422161;
    font-size: 5.3333333333vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
    .c-ttl-lv2 {
        font-size: 25px;
        text-align: center;
        line-height: 1.4;
    }
}

.bold {
    font-weight: bold !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media screen and (min-width: 1400px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1366px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }
}

@media screen and (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }
}

@media screen and (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }
}

.is-fixed {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .is-fixed {
        overflow: visible;
    }
}

@media screen and (min-width: 768px) {
    .p-top .l-header__inner {
        max-width: 1366px;
        margin: 0 auto;
    }
}

.p-top .l-header__logo {
    display: inline-block;
    position: static;
    margin-top: 1.8666666667vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 1.2266666667vw;
}

@media screen and (min-width: 768px) {
    .p-top .l-header__logo {
        margin-top: 40px;
        margin-left: 47px;
        margin-bottom: 42px;
    }
}

@media screen and (min-width: 768px) {
    .p-top .l-header__logo img {
        width: 352px;
    }
}

@media screen and (min-width: 768px) {
    .p-top-mainview__inner {
        margin: 0 6.0761346999vw;
    }
}

@media screen and (min-width: 1366px) {
    .p-top-mainview__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.p-top-mainview__bg {
    background: url(/tohokuuni_women/images/top/top-mv-sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    height: 73.8666666667vw;
}

@media screen and (min-width: 768px) {
    .p-top-mainview__bg {
        background: url(/tohokuuni_women/images/top/top-mv-pc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 45.168374817vw;
        position: relative;
        z-index: -1;
    }
}

@media screen and (min-width: 1366px) {
    .p-top-mainview__bg {
        width: 100%;
        height: 617px;
    }
}

.p-top-mainview__caption {
    font-size: 3.2vw;
    text-align: center;
    color: #545faa;
    background-color: #f4f1f0;
    line-height: 1.67;
    letter-spacing: 0.05em;
    padding: 2.4vw 1em;
}

@media screen and (min-width: 768px) {
    .p-top-mainview__caption {
        padding: 4px 1em;
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .p-top-target__inner {
        padding-left: 7.7%;
        max-width: 1366px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .p-top-target-content {
        display: flex;
        justify-content: space-between;
    }
}

.p-top-target-content.--sp .c-box-shadow {
    margin: 0 6.6666666667vw;
    position: relative;
    margin-top: -9.0666666667vw;
}

.p-top-target-content.--pc {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-top-target-content.--pc {
        margin-top: 53px;
    }
}

.p-top-target-content.--pc .c-box-shadow {
    margin: 0;
    margin-top: 50px;
    width: 100%;
    padding: 8.2% 9.8%;
}

@media screen and (min-width: 768px) {
    .p-top-target-content__text {
        width: 55.2%;
        position: relative;
        z-index: 1;
    }
}

.p-top-target-content__catch {
    font-size: 5.3333333333vw;
    font-family: "Sawarabi Mincho", serif;
    letter-spacing: 0.41em;
    line-height: 1.6;
    text-align: center;
    color: #422161;
    padding: 11.7333333333vw 0;
}

@media screen and (min-width: 768px) {
    .p-top-target-content__catch {
        text-align: left;
        font-size: 25px;
        line-height: 2.48;
        padding: 0;
        padding-top: 33px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1100px) {
    .p-top-target-content__br {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-top-target-content__images {
        width: 39.5%;
    }
}

@media screen and (min-width: 768px) {
    .p-top-target-content__img1 {
        width: 127%;
        margin-left: -27%;
    }
}

.p-top-target-content__img2 {
    margin-bottom: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-top-target-content__img2 {
        width: 91%;
        position: relative;
        background-color: #b3a6c0;
        margin-top: 117px;
        margin-bottom: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .p-top-target-content__img2 img {
        margin-top: -65px;
        margin-left: -9%;
    }
}

.p-top-target-content__img2 .caption {
    text-align: center;
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
    margin-top: 3.2vw;
}

@media screen and (min-width: 768px) {
    .p-top-target-content__img2 .caption {
        font-size: 13px;
        margin-top: 10px;
        padding-bottom: 38px;
        padding-right: 9%;
    }
}

@media screen and (min-width: 1366px) {
    .p-top-target-content__img2 .caption {
        font-size: 15px;
    }
}

.p-top-links {
    padding-top: 13.3333333333vw;
    padding-bottom: 19.4666666667vw;
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
    margin-top: 21.3333333333vw;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-top-links {
        padding-top: 95px;
        padding-bottom: 50px;
        margin-top: 173px;
    }
}

.p-top-links__head {
    position: absolute;
    top: 0;
    left: 50%;
    width: 93.0666666667vw;
    transform: translate(-50%, -70%);
}

@media screen and (min-width: 768px) {
    .p-top-links__head {
        max-width: 675px;
        transform: translate(-50%, -65%);
    }
}

.p-top-links__ttl {
    color: #af8523;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
    .p-top-links__ttl {
        font-size: 24px;
    }
}

.p-top-links__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-top-links__inner {
        max-width: 1000px;
        padding: 0 40px;
        margin: 0 auto;
    }
}

.p-top-links-items {
    margin-top: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-top-links-items {
        margin-top: 74px;
    }
}

.p-top-links-item {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 5.3333333333vw rgba(0, 0, 0, 0.2);
}

.p-top-links-item:not(:last-of-type) {
    margin-bottom: 8vw;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .p-top-links-item:not(:last-of-type) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 54px;
        box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
    }
}

.p-top-links-item:not(:last-of-type):hover {
    transform: translateY(3px);
    box-shadow: none;
}

.p-top-links-item__text {
    padding: 5.6vw 5.3333333333vw 8vw;
    border-bottom: 0.5333333333vw solid #af8523;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__text {
        border-bottom: 0;
        padding: 0;
        padding-left: 4.1%;
        width: 49.7%;
    }
}

.p-top-links-item__text::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(/tohokuuni_women/images/common/chev-right-circle-or.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__text::after {
        display: none;
    }
}

.p-top-links-item__ttl {
    font-size: 6.1333333333vw;
    color: #422161;
    letter-spacing: 0.2em;
    line-height: 1.7;
    text-align: center;
    font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
    .p-top-links-item__ttl {
        font-size: 20px;
        text-align: left;
    }
}

@media screen and (min-width: 1100px) {
    .p-top-links-item__ttl {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .p-top-links-item__ttl img {
        max-width: 260px;
    }
}

@media screen and (min-width: 1100px) {
    .p-top-links-item__ttl img {
        max-width: 310px;
    }
}

.p-top-links-item__ttl.--chapter6 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__ttl.--chapter6 {
        letter-spacing: 0.2em;
    }
}

.p-top-links-item__ttl.--chapter7 span {
    font-size: 0.95em;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__ttl.--chapter7 span {
        font-size: 1em;
    }
}

.p-top-links-item__desc {
    font-size: 3.7333333333vw;
    letter-spacing: 0.01em;
    margin-top: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__desc {
        font-size: 15px;
        margin-top: 22px;
    }
}

.p-top-links-item__overview {
    padding-left: 2.6666666667vw;
    position: relative;
    margin-top: 6.9333333333vw;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__overview {
        margin-top: 29px;
        padding-left: 9px;
    }
}

.p-top-links-item__overview::before,
.p-top-links-item__overview::after {
    content: "";
    width: 0.5333333333vw;
    display: inline-block;
    position: absolute;
    left: 0;
}

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

    .p-top-links-item__overview::before,
    .p-top-links-item__overview::after {
        width: 2px;
    }
}

.p-top-links-item__overview::before {
    height: 100%;
    background-color: #422161;
    top: 0;
}

.p-top-links-item__overview::after {
    height: 75%;
    background-color: #a090b0;
    top: 25%;
}

.p-top-links-item__overview li {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__overview li {
        font-size: 15px;
    }
}

.p-top-links-item__overview li:not(:last-of-type) {
    margin-bottom: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-top-links-item__overview li:not(:last-of-type) {
        margin-bottom: 13px;
    }
}

@media screen and (min-width: 768px) {
    .p-top-links-item__image {
        width: 50%;
    }
}

.p-top-links-item.--soon {
    height: 25.6vw;
    position: relative;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .p-top-links-item.--soon {
        height: initial;
        padding-top: 27.2%;
    }
}

.p-top-links-item.--soon .p-top-links-item__soon-ttl {
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
    color: #422161;
    letter-spacing: 0.15em;
    font-size: 2.6666666667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 2;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .p-top-links-item.--soon .p-top-links-item__soon-ttl {
        font-size: 17px;
    }
}

.p-top .top_banner_fixed {
    position: fixed;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-top .top_banner_fixed {
        bottom: 26px;
        right: 26px;
    }
}

.p-top .top_banner_fixed a {
    display: inline-block;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.2);
    width: 26.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-top .top_banner_fixed a {
        width: 200px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
}

.p-chapter1-catch {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-catch {
        margin-top: -175px;
    }
}

.p-chapter1-catch__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-catch__inner {
        margin: 0 auto;
    }
}

.p-chapter1-overview {
    margin-top: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview {
        margin-top: 52px;
    }
}

.p-chapter1-overview__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview__inner {
        width: 1100px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-top {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-top__text {
        width: 610px;
    }
}

.p-chapter1-overview-top__img {
    margin-top: 4.5333333333vw;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-top__img {
        width: 450px;
        margin-top: 0;
    }
}

.p-chapter1-overview-top__img img {
    width: 74.6666666667vw;
}

.p-chapter1-overview-top__caption {
    margin-top: 4.2666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
    line-height: 1.63;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-top__caption {
        font-size: 13px;
        margin-top: 27px;
    }
}

.p-chapter1-overview-down {
    display: flex;
    flex-direction: column;
    margin-top: 13.3333333333vw;
    margin-bottom: 12vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-down {
        margin-top: 130px;
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-down__content {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-down__text {
        order: 2;
        width: 520px;
    }
}

.p-chapter1-overview-down__text .c-text {
    margin-top: 3.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-down__text .c-text {
        margin-top: 39px;
    }
}

.p-chapter1-overview-down__img {
    margin-top: 5.8666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-down__img {
        order: 1;
        width: 500px;
        margin-top: 0;
    }
}

.p-chapter1-overview-button {
    display: flex;
    padding-right: 6.4vw;
    height: 16.5333333333vw;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-button {
        height: 80px;
        padding-right: 0;
    }
}

.p-chapter1-overview-button--bl {
    background-color: rgba(41, 140, 195, 0.3019607843);
    margin-top: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-button--bl {
        margin-top: 24px;
    }
}

.p-chapter1-overview-button--rd {
    background-color: rgba(175, 0, 0, 0.3019607843);
    margin-top: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-button--rd {
        margin-top: 14px;
    }
}

.p-chapter1-overview-button__arrow {
    padding-left: 11.2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-button__arrow {
        width: 142px;
        padding-left: 0;
        text-align: center;
    }
}

.p-chapter1-overview-button__arrow img {
    width: 9.8666666667vw;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-button__arrow img {
        width: 60px;
    }
}

.p-chapter1-overview-button__text {
    display: block;
    text-align: center;
    width: 53.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    line-height: 1.36;
}

@media screen and (min-width: 768px) {
    .p-chapter1-overview-button__text {
        font-size: 19px;
        width: 378px;
    }
}

.p-chapter1-episode {
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
    padding: 16vw 0;
}

@media screen and (min-width: 768px) {
    .p-chapter1-episode {
        padding: 96px 0;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter1-episode {
        background: transparent;
        position: relative;
    }

    .p-chapter1-episode::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 1258px;
        top: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
    }
}

.p-chapter1-episode__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-episode__inner {
        margin: 0 auto;
    }

    .p-chapter1-episode__inner .c-box-shadow {
        padding: 73px 90px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-episode-images {
        display: flex;
        justify-content: space-between;
    }
}

.p-chapter1-episode-images-item {
    margin-top: 5.8666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-episode-images-item {
        width: 430.8px;
        margin-top: 34px;
    }

    .p-chapter1-episode-images-item:last-of-type {
        width: 444.8px;
    }
}

.p-chapter1-episode-images-item__caption {
    text-align: center;
    color: #323246;
    font-size: 2.9333333333vw;
    line-height: 1.64;
    margin-top: 3.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-episode-images-item__caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 25px;
    }
}

.p-chapter1-road {
    padding-top: 14.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-road {
        padding-top: 96px;
    }
}

.p-chapter1-road .c-ttl-lv2 {
    margin-bottom: 7.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-road .c-ttl-lv2 {
        margin-bottom: 84px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-road__inner {
        width: 1366px;
        margin: 0 auto;
    }
}

.p-chapter1-road-content {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-chapter1-road-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-road-content-images {
        order: 1;
        width: 730px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-road-content-images__flex {
        display: flex;
        justify-content: space-between;
        margin-top: 28px;
        margin-left: 130px;
    }

    .p-chapter1-road-content-images__flex .p-chapter1-road-content-images__image {
        width: 282px;
    }
}

.p-chapter1-road-content-images__image {
    margin-top: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-road-content-images__image {
        margin-top: 0;
    }

    .p-chapter1-road-content-images__image--first {
        width: 730px;
    }
}

.p-chapter1-road-content-images__caption {
    text-align: center;
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
    .p-chapter1-road-content-images__caption {
        font-size: 13px;
        text-align: right;
        margin-top: 10px;
    }
}

.p-chapter1-road-content-text {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-road-content-text {
        order: 2;
        width: 465px;
        margin: 0;
        margin-right: 100px;
    }
}

.p-chapter1-link {
    margin-top: 10.6666666667vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter1-link {
        margin-top: 50px;
    }
}

.p-chapter1-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter1-link__inner {
        width: 920px;
    }
}

.p-chapter1-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter1-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter1-link-button:hover {
    background-position: right;
}

.p-chapter1-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter1-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter1-link-button__text p {
    font-size: 6.1333333333vw;
    letter-spacing: 0.45em;
}

@media screen and (min-width: 768px) {
    .p-chapter1-link-button__text p {
        font-size: 30px;
    }
}

.p-chapter1-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 4vw;
    letter-spacing: 0.4em;
}

@media screen and (min-width: 768px) {
    .p-chapter1-link-button__text p span {
        font-size: 17px;
        margin-top: 20px;
    }
}

.p-chapter1-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter1-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter1-biography {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography {
        margin-top: -175px;
    }
}

.p-chapter1-biography__inner {
    margin: 0 4.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography__inner {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography__inner .c-box-shadow {
        padding: 90px 87px;
    }
}

.p-chapter1-biography-unit:not(:last-of-type) {
    padding-bottom: 9.6vw;
    border-bottom: 0.2666666667vw solid #af8523;
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-unit:not(:last-of-type) {
        padding-bottom: 65px;
        border-bottom-width: 1px;
        margin-bottom: 65px;
    }
}

.p-chapter1-biography-unit .c-box-gray {
    margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-unit .c-box-gray {
        margin-top: 60px;
    }
}

.p-chapter1-biography-profile {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.p-chapter1-biography-profile__img img {
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile__img img {
        width: 220px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile__text {
        width: 670px;
    }
}

.p-chapter1-biography-profile__name {
    color: #af8523;
    margin-top: 5.3333333333vw;
    font-family: "'Sawarabi Gothic'", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile__name {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.p-chapter1-biography-profile__name .jp {
    font-size: 6.4vw;
    line-height: 1.29;
    letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile__name .jp {
        font-size: 37px;
        padding-right: 18px;
        line-height: 1;
    }
}

.p-chapter1-biography-profile__name .jp .sm {
    font-size: 20px;
}

.p-chapter1-biography-profile__name .en {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2em;
    margin-top: 2.6666666667vw;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile__name .en {
        font-size: 19px;
        margin-top: 0;
        padding-left: 18px;
        line-height: 1.47;
    }
}

.p-chapter1-biography-profile__position {
    background-color: rgba(66, 33, 97, 0.2);
    color: #323246;
    font-size: 4.5333333333vw;
    line-height: 1.59;
    letter-spacing: 0.2em;
    padding: 3.7333333333vw 0;
    margin-top: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile__position {
        font-size: 20px;
        padding: 5px 0;
        margin-top: 48px;
    }
}

.p-chapter1-biography-profile__life {
    font-size: 3.7333333333vw;
    letter-spacing: 0.075em;
    line-height: 1.57;
    margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter1-biography-profile__life {
        font-size: 20px;
        margin-top: 13px;
    }
}

.p-chapter2-all {
    margin-bottom: -16vw;
    background: rgb(253, 248, 208);
    background: linear-gradient(180deg, transparent 0%, transparent 37%, rgb(236, 233, 239) 37%, rgb(236, 233, 239) 80%, rgb(208, 199, 215) 100%);
}

@media screen and (min-width: 768px) {
    .p-chapter2-all {
        margin-bottom: -130px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter2-all {
        margin-bottom: -161px;
        background: transparent;
        position: relative;
    }

    .p-chapter2-all::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 903px;
        top: 0;
        left: calc(50% - 50vw);
        background: rgb(253, 248, 208);
        background: linear-gradient(180deg, transparent 0%, transparent 37%, rgb(236, 233, 239) 37%, rgb(236, 233, 239) 80%, rgb(208, 199, 215) 100%);
    }
}

.p-chapter2-catch {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch {
        margin-top: -175px;
    }
}

.p-chapter2-catch .c-ttl-lv2.--image {
    width: 52vw;
    margin: 0 auto 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-ttl-lv2.--image {
        width: 310px;
        margin: 0 auto 50px;
    }
}

.p-chapter2-catch .c-text {
    letter-spacing: 0.07em;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-text {
        letter-spacing: 0.01em;
    }
}

.p-chapter2-catch .attention {
    margin-top: 13.3333333333vw;
    margin-bottom: 6.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.01em;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .attention {
        margin-top: 40px;
        margin-bottom: 70px;
        font-size: 13px;
        line-height: 1.7;
    }
}

.p-chapter2-catch__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch__inner {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch-content {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch-content__text {
        margin-right: 40px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch-content__image {
        width: 390px;
        flex-shrink: 0;
        margin-top: 10px;
    }
}

.p-chapter2-catch-content__image .caption {
    margin-top: 3.4666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
    line-height: 1.54;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch-content__image .caption {
        font-size: 13px;
        margin-top: 20px;
    }
}

.p-chapter2-catch .c-box-shadow {
    padding: 13.3333333333vw 4.8vw 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-shadow {
        padding: 70px 88px 88px;
    }
}

.p-chapter2-catch .c-box-gray {
    margin-top: 13.3333333333vw;
    padding: 12vw 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-gray {
        margin-top: 0;
        padding: 70px 57px 50px;
    }
}

.p-chapter2-catch .c-box-gray .c-text.--first {
    letter-spacing: 0.031em;
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-gray .c-text.--first {
        margin-bottom: 32px;
    }
}

.p-chapter2-catch .c-box-gray .c-text.--second {
    position: relative;
    margin-bottom: 13.3333333333vw;
    padding-top: 5.3333333333vw;
    letter-spacing: 0.033em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-gray .c-text.--second {
        margin-bottom: 40px;
        padding-top: 32px;
    }
}

.p-chapter2-catch .c-box-gray .c-text.--second::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 23.4666666667vw;
    height: 1px;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-gray .c-text.--second::before {
        width: 160px;
    }
}

.p-chapter2-catch .c-box-gray__image {
    width: 50.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-gray__image {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-gray__image .image {
        width: 220px;
        margin: 0 14px;
    }
}

.p-chapter2-catch .c-box-gray__image .caption {
    margin-top: 3.4666666667vw;
    margin-bottom: 5.8666666667vw;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.54;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-catch .c-box-gray__image .caption {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.p-chapter2-beginning__inner {
    margin: 17.3333333333vw 6.1333333333vw 0;
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__inner {
        margin: 100px auto 55px;
        max-width: 1100px;
    }
}

.p-chapter2-beginning__inner .c-text {
    letter-spacing: 0.07em;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__inner .c-text {
        letter-spacing: 0.01em;
    }
}

.p-chapter2-beginning__inner .c-ttl-lv2 {
    margin-bottom: 5.3333333333vw;
    font-size: 5.0666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__inner .c-ttl-lv2 {
        margin-bottom: 40px;
        text-align: left;
        font-size: 25px;
    }
}

.p-chapter2-beginning__inner > .c-ttl-lv2 {
    margin-bottom: 0;
    font-size: 5.8666666667vw;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__inner > .c-ttl-lv2 {
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning-content {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__text {
        width: 600px;
        flex-shrink: 0;
    }
}

.p-chapter2-beginning__item {
    padding: 16vw 0;
    border-bottom: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__item {
        padding: 55px 0 45px;
    }
}

.p-chapter2-beginning__item:last-of-type {
    border-bottom: none;
}

.p-chapter2-beginning__image {
    width: 50.6666666667vw;
    margin: 9.6vw auto -6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__image {
        width: 500px;
        margin: 0;
        padding-top: 170px;
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__image .image {
        width: 220px;
        margin: 0 0 0 30px;
    }
}

.p-chapter2-beginning__image .caption {
    margin-top: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.54;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-beginning__image .caption {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

.p-chapter2-link {
    margin-top: 2.6666666667vw;
    padding-bottom: 16vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter2-link {
        margin-top: 40px;
        padding-bottom: 100px;
    }
}

.p-chapter2-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter2-link__inner {
        width: 920px;
    }
}

.p-chapter2-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter2-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter2-link-button:hover {
    background-position: right;
}

.p-chapter2-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter2-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter2-link-button__text p {
    font-size: 5.0666666667vw;
    letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-link-button__text p {
        font-size: 30px;
    }
}

.p-chapter2-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 4vw;
    letter-spacing: 0.4em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-link-button__text p span {
        font-size: 17px;
        margin-top: 20px;
    }
}

.p-chapter2-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter2-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter2-responsibility {
    margin: 0 4.8vw;
    padding-bottom: 10.6666666667vw;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .p-chapter2-responsibility {
        padding-bottom: 0;
    }
}

.p-chapter2-newhistory-exam {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam {
        margin-top: -175px;
    }
}

.p-chapter2-newhistory-exam__inner {
    margin: 0 4.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam__inner {
        margin: 0 auto;
    }
}

.p-chapter2-newhistory-exam__inner .c-box-shadow {
    margin-bottom: 21.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam__inner .c-box-shadow {
        padding: 90px 87px;
        margin-bottom: 80px;
    }
}

.p-chapter2-newhistory-exam__inner .caption {
    margin-top: 4.2666666667vw;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.54;
    letter-spacing: 0.1em;
}

.p-chapter2-newhistory-exam__inner .caption.small {
    margin-top: 3.4666666667vw;
    font-size: 2.9333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam__inner .caption.small {
        font-size: 13px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam__inner .caption {
        font-size: 13px;
        margin-top: 20px;
    }
}

.p-chapter2-newhistory-exam-unit:not(:last-of-type) {
    padding-bottom: 9.6vw;
    border-bottom: 0.2666666667vw solid #af8523;
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-unit:not(:last-of-type) {
        padding-bottom: 65px;
        border-bottom-width: 1px;
        margin-bottom: 65px;
    }
}

.p-chapter2-newhistory-exam-unit .c-box-gray {
    margin-top: 11.7333333333vw;
    padding: 12.8vw 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-unit .c-box-gray {
        margin-top: 60px;
        padding: 40px 45px 22px 60px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-unit__column {
        display: flex;
        align-items: center;
    }
}

.p-chapter2-newhistory-exam-unit__column .c-text {
    text-align: justify;
    letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-unit__column .c-text {
        margin-right: 57px;
        letter-spacing: 0.01em;
    }
}

.p-chapter2-newhistory-exam-unit__column .images {
    width: 50.6666666667vw;
    flex-shrink: 0;
    margin: 9.0666666667vw auto 0;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-unit__column .images {
        width: 220px;
        margin: 0 auto;
    }
}

.p-chapter2-newhistory-exam-content__item {
    margin-bottom: 9.6vw;
    padding-bottom: 10.6666666667vw;
    border-bottom: 1px solid #af8523;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-content__item {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #422161;
    }
}

.p-chapter2-newhistory-exam-content__item.border_none {
    padding-bottom: 0;
    border-bottom: none;
}

.p-chapter2-newhistory-exam-content__item .title {
    color: #af8523;
    margin-bottom: 7vw;
    padding-left: 1.1em;
    font-family: "'Sawarabi Gothic'", sans-serif;
    font-size: 6.1333333vw;
    text-indent: -1.1em;
    letter-spacing: 0.1em;
    line-height: 1.652173913em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-content__item .title {
        margin-bottom: 1vw;
        padding-left: 0;
        font-size: 27px;
        text-indent: 0;
        line-height: 2;
    }
}

.p-chapter2-newhistory-exam-content__item .c-text {
    text-indent: 1em;
    text-align: justify;
    letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-content__item .c-text {
        text-indent: 0;
        letter-spacing: -0.02em;
    }
}

.p-chapter2-newhistory-exam-sample {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exam-sample {
        width: 390px;
    }
}

.p-chapter2-newhistory-news .caption {
    margin-top: 4.2666666667vw;
    margin-bottom: 8.2666666667vw;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.54;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news .caption {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 57px;
    }
}

.p-chapter2-newhistory-news__inner {
    margin: 0 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news__inner {
        display: flex;
        align-items: flex-start;
        justify-content: left;
        width: 1100px;
        margin: 0 auto;
    }
}

.p-chapter2-newhistory-news-content {
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news-content {
        margin-right: 39px;
    }
}

.p-chapter2-newhistory-news-content .c-ttl-lv2 {
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news-content .c-ttl-lv2 {
        text-align: left;
        margin-bottom: 40px;
    }
}

.p-chapter2-newhistory-news-content__image.--img3 {
    margin: 0 auto;
    width: 50.6666666667vw;
}

.p-chapter2-newhistory-news-content__image.--img4 {
    margin: 0 auto;
    width: 74.6666666667vw;
}

.p-chapter2-newhistory-news-content__image.--img5 {
    margin: 0 auto;
    width: 74.6666666667vw;
}

.p-chapter2-newhistory-news-content__item {
    margin-bottom: 14.9333333333vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news-content__item {
        margin-bottom: 55px;
        padding-bottom: 53px;
    }
}

.p-chapter2-newhistory-news-content__item .c-box-gray {
    margin-top: 11.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news-content__item .c-box-gray {
        margin-top: 43px;
        padding: 48px 55px;
    }
}

.p-chapter2-newhistory-news-content__item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.p-chapter2-newhistory-news-content__text {
    margin-bottom: 10.6666666667vw;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news-content__text {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news-img {
        margin: 120px 36px 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-news-img__image {
        width: 220px;
    }
}

.p-chapter2-newhistory-caption {
    max-width: 1100px;
    margin: 0 10.6666666667vw 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-caption {
        margin: 0 auto 50px;
    }
}

.p-chapter2-newhistory-caption .responsibility {
    text-align: right;
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.01em;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-caption .responsibility {
        font-size: 15px;
    }
}

.p-chapter2-newhistory-exhibition {
    width: 100%;
    margin-bottom: -16vw;
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
    padding: 20.5333333333vw 0 16.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition {
        margin-bottom: -130px;
        padding: 105px 0 50px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter2-newhistory-exhibition {
        background: transparent;
        position: relative;
    }

    .p-chapter2-newhistory-exhibition::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 903px;
        top: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
    }
}

.p-chapter2-newhistory-exhibition__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition__inner {
        margin: 0 auto;
        max-width: 1100px;
    }
}

.p-chapter2-newhistory-exhibition .c-text {
    margin-top: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
    letter-spacing: 0;
    font-size: 2.9333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition .c-text {
        margin: 33px 0;
        letter-spacing: 0.01em;
        font-size: 15px;
    }
}

.p-chapter2-newhistory-exhibition .explanation {
    text-align: left;
    margin: 10.6666666667vw auto 0;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition .explanation {
        max-width: 828px;
        margin: 0 auto;
    }
}

.p-chapter2-newhistory-exhibition__image {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition__image {
        display: flex;
        align-items: flex-start;
        max-width: 828px;
    }
}

.p-chapter2-newhistory-exhibition__image .caption {
    margin-top: 5.0666666667vw;
    margin-bottom: 10.6666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
    line-height: 1.54;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition__image .caption {
        font-size: 13px;
        margin-top: 19px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition__image__right {
        padding-left: 40px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition__image__right img {
        width: auto;
        height: 357px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition__image__left img {
        width: auto;
        height: 357px;
    }
}

.p-chapter2-newhistory-exhibition .btn-historia {
    text-align: center;
}

.p-chapter2-newhistory-exhibition .btn-historia a {
    display: inline-block;
    margin: 8vw auto 0;
}

@media screen and (min-width: 768px) {
    .p-chapter2-newhistory-exhibition .btn-historia a {
        width: 363px;
        margin: 30px auto 40px;
    }
}

.p-chapter3-main {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main {
        margin-top: -175px;
    }
}

.p-chapter3-main__inner {
    margin: 0 6.6666666667vw;
}

.p-chapter3-main__inner::after {
    background: none;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main__inner {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter3-main__inner {
        background: transparent;
        position: relative;
    }

    .p-chapter3-main__inner::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 903px;
        bottom: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(180deg, transparent 0%, transparent 92%, rgb(236, 233, 239) 92%);
    }
}

.p-chapter3-main .c-box-shadow {
    padding: 13.3333333333vw 5.3333333333vw 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main .c-box-shadow {
        padding: 73px 90px 45px;
    }
}

.p-chapter3-main-first {
    position: relative;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    letter-spacing: 0.033em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-first {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-top: 32px;
    }
}

.p-chapter3-main-first::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 23.4666666667vw;
    height: 1px;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-first::before {
        width: 160px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-first {
        display: flex;
        justify-content: space-between;
    }
}

.p-chapter3-main-first__img {
    margin-top: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-first__img {
        width: 320px;
        margin-top: 0;
        margin-left: 40px;
        flex-shrink: 0;
    }
}

.p-chapter3-main-first__img .caption {
    margin-top: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
    line-height: 1.55;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-first__img .caption {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 18px;
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-second {
        display: flex;
        justify-content: space-between;
    }
}

.p-chapter3-main-second__img {
    margin-top: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-second__img {
        width: 445px;
        margin-top: 0;
        flex-shrink: 0;
    }
}

.p-chapter3-main-second__img .caption {
    margin-top: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
    font-size: 2.9333333333vw;
    line-height: 1.55;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-second__img .caption {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 18px;
        letter-spacing: 0.1em;
    }
}

.p-chapter3-main .c-box-gray > p.c-text {
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main .c-box-gray > p.c-text {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-humanities {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-humanities__text :nth-child(2) {
        margin-top: 30px;
    }
}

.p-chapter3-main-humanities__text > p {
    padding-top: 5.3333333333vw;
    border-top: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-humanities__text > p {
        width: 550px;
        padding-top: 30px;
    }
}

.p-chapter3-main-humanities__img {
    width: 50.6666666667vw;
    margin: 5.3333333333vw auto 0;
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-humanities__img {
        width: 220px;
        margin: 0;
        flex-shrink: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-humanities__img.--02 {
        margin-top: 40px;
    }
}

.p-chapter3-main-humanities__img .caption {
    margin-top: 4.2666666667vw;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.55;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-main-humanities__img .caption {
        font-size: 13px;
        margin-top: 15px;
        line-height: 18px;
    }
}

.p-chapter3-bg {
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
}

@media screen and (min-width: 1366px) {
    .p-chapter3-bg {
        background: transparent;
        position: relative;
    }

    .p-chapter3-bg::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 903px;
        top: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
    }
}

.p-chapter3-bg__inner {
    margin-bottom: -16vw;
    padding: 16vw 0 16.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-bg__inner {
        width: 1100px;
        padding: 80px 0 90px;
        margin: 0 auto -130px;
    }
}

.p-chapter3-foreigner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-foreigner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto;
    }
}

.p-chapter3-foreigner__text .c-ttl-lv2 {
    margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-foreigner__text .c-ttl-lv2 {
        text-align: left;
        margin-bottom: 40px;
    }
}

.p-chapter3-foreigner__text .c-text {
    letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-foreigner__text .c-text {
        letter-spacing: 0.01em;
    }
}

.p-chapter3-foreigner__text .c-text.--singikei {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter3-foreigner__text .c-text.--singikei {
        margin-top: 30px;
        padding-top: 30px;
    }
}

.p-chapter3-foreigner__img {
    margin: 8vw auto 0;
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-foreigner__img {
        width: 220px;
        margin-top: 15px;
        margin-left: 40px;
        flex-shrink: 0;
    }
}

.p-chapter3-foreigner__img .caption {
    margin-top: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.55;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-foreigner__img .caption {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 18px;
    }
}

.p-chapter3-responsibility {
    margin: 13.3333333333vw 6.6666666667vw 0;
    text-align: right;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-responsibility {
        margin: 60px 0 0;
        font-size: 15px;
        letter-spacing: 0.01em;
    }
}

.p-chapter3-link {
    margin-top: 10.6666666667vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter3-link {
        margin-top: 50px;
    }
}

.p-chapter3-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter3-link__inner {
        width: 920px;
    }
}

.p-chapter3-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter3-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter3-link-button:hover {
    background-position: right;
}

.p-chapter3-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter3-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter3-link-button__text p {
    font-size: 6.1333333333vw;
    letter-spacing: 0.45em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-link-button__text p {
        font-size: 30px;
    }
}

.p-chapter3-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 4vw;
    letter-spacing: 0.4em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-link-button__text p span {
        font-size: 17px;
        margin-top: 20px;
    }
}

.p-chapter3-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter3-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter3-law {
    margin-top: -104vw;
}

.p-chapter3-law::after {
    background: none;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law {
        margin-top: -175px;
        background: linear-gradient(180deg, transparent 0%, transparent 80%, rgb(236, 233, 239) 80%, #d0c7d7);
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter3-law {
        margin-top: -175px;
        background: transparent;
        position: relative;
    }

    .p-chapter3-law::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 903px;
        bottom: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(180deg, transparent 0%, transparent 80%, rgb(236, 233, 239) 80%, #d0c7d7);
    }
}

.p-chapter3-law__inner {
    margin: 0 4.8vw -16vw;
    padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law__inner {
        margin: 0 auto -130px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter3-law__inner .c-box-shadow {
        padding: 90px 87px;
    }
}

.p-chapter3-law-unit:not(:last-of-type) {
    padding-bottom: 9.6vw;
    border-bottom: 0.2666666667vw solid #af8523;
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-unit:not(:last-of-type) {
        padding-bottom: 65px;
        border-bottom-width: 1px;
        margin-bottom: 65px;
    }
}

.p-chapter3-law-unit .c-box-gray {
    margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-unit .c-box-gray {
        margin-top: 60px;
    }
}

.p-chapter3-law-profile {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.p-chapter3-law-profile__img img {
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile__img img {
        width: 220px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile__text {
        width: 670px;
    }
}

.p-chapter3-law-profile__name {
    color: #af8523;
    margin-top: 5.3333333333vw;
    font-family: "'Sawarabi Gothic'", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile__name {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.p-chapter3-law-profile__name .jp {
    font-size: 6.4vw;
    line-height: 1.29;
    letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile__name .jp {
        font-size: 37px;
        padding-right: 18px;
        line-height: 1;
    }
}

.p-chapter3-law-profile__name .jp .sm {
    font-size: 20px;
}

.p-chapter3-law-profile__name .en {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2em;
    margin-top: 2.6666666667vw;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile__name .en {
        font-size: 19px;
        margin-top: 0;
        padding-left: 18px;
        line-height: 1.47;
    }
}

.p-chapter3-law-profile__position {
    background-color: rgba(66, 33, 97, 0.2);
    color: #323246;
    font-size: 4.5333333333vw;
    line-height: 1.59;
    letter-spacing: 0.2em;
    padding: 3.7333333333vw 0;
    margin-top: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile__position {
        font-size: 20px;
        padding: 5px 0;
        margin-top: 48px;
    }
}

.p-chapter3-law-profile__life {
    font-size: 3.7333333333vw;
    letter-spacing: 0.075em;
    line-height: 1.57;
    margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law-profile__life {
        font-size: 20px;
        margin-top: 13px;
    }
}

.p-chapter3-law .responsibility {
    margin: 8vw 0 0;
    text-align: right;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-chapter3-law .responsibility {
        max-width: 1100px;
        margin: 30px auto 0;
        font-size: 15px;
        letter-spacing: 0.01em;
    }
}

.p-chapter4-catch {
    margin-top: -104vw;
    margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch {
        margin-top: -175px;
        margin-bottom: 80px;
    }
}

.p-chapter4-catch__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch__inner {
        margin: 0 auto;
    }
}

.p-chapter4-catch .c-box-shadow {
    padding: 13.3333333333vw 6vw 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch .c-box-shadow {
        padding: 70px 90px;
    }
}

.p-chapter4-catch .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch .c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter4-catch .c-text {
    line-height: 2.53;
}

.p-chapter4-catch-chronology {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch-chronology {
        display: block;
        margin-top: 20px;
    }
}

.p-chapter4-catch-chronology-sp {
    display: block;
    margin-top: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch-chronology-sp {
        display: none;
    }
}

.p-chapter4-catch-link {
    background-color: #ECE9EF;
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    padding: 8vw 12vw 11.2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch-link {
        margin-top: 20px;
        margin-bottom: 68px;
        padding: 30px 35px 26px;
    }
}

.p-chapter4-catch-link .c-ttl-lv2 {
    margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch-link .c-ttl-lv2 {
        margin-bottom: 25px;
    }
}

.p-chapter4-catch-link__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch-link__content {
        flex-direction: row;
    }
}

.p-chapter4-catch .c-text.--award {
    letter-spacing: 0;
}

.p-chapter4-catch-award {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch-award {
        flex-direction: row;
    }
}

.p-chapter4-catch-award__caption {
    text-align: center;
    color: #323246;
    font-size: 2.6666666667vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-catch-award__caption {
        font-size: 12px;
        line-height: 1.54;
        margin-top: 15px;
    }
}

.p-chapter4-connection {
    background: linear-gradient(180deg, #F4F1F0 0%, #F4F1F0 152vw, rgba(255, 255, 255, 0) 152vw, rgba(255, 255, 255, 0) 100%);
    padding: 16vw 0 0;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection {
        padding: 96px 0 0;
        background: linear-gradient(180deg, #F4F1F0 0%, #F4F1F0 570px, rgba(255, 255, 255, 0) 570px, rgba(255, 255, 255, 0) 100%);
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter4-connection {
        background: transparent;
        position: relative;
    }

    .p-chapter4-connection::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 570px;
        top: 0;
        left: calc(50% - 50vw);
        background-color: #F4F1F0;
    }
}

.p-chapter4-connection .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection .c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter4-connection .c-ttl-lv2.--02 {
    position: relative;
    margin-bottom: 10.6666666667vw;
}

.p-chapter4-connection .c-ttl-lv2.--02::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 23.4666666667vw;
    height: 1px;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection .c-ttl-lv2.--02::before {
        bottom: -40px;
        width: 160px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection .c-ttl-lv2.--02 {
        margin-bottom: 80px;
    }
}

.p-chapter4-connection .c-center {
    text-align: center;
}

.p-chapter4-connection .c-right {
    text-align: right;
}

.p-chapter4-connection__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection__inner {
        margin: 0 auto;
    }

    .p-chapter4-connection__inner .c-box-shadow {
        padding: 73px 90px;
    }
}

.p-chapter4-connection .c-box-shadow {
    padding: 13.3333333333vw 6vw 16vw;
    margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection .c-box-shadow {
        padding: 70px 90px;
        margin-bottom: 80px;
    }
}

.p-chapter4-connection .c-box-shadow.--02 {
    margin-bottom: 24vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection .c-box-shadow.--02 {
        margin-bottom: 80px;
    }
}

.p-chapter4-connection .c-center.--lead {
    line-height: 2.53;
    margin: 5.3333333333vw 0;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection .c-center.--lead {
        margin: 30px 0;
    }
}

.p-chapter4-connection h1 {
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
    color: #422161;
    line-height: 1.38;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection h1 {
        font-size: 45px;
    }
}

.p-chapter4-connection__subtitle {
    position: relative;
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection__subtitle {
        margin-bottom: 80px;
    }
}

.p-chapter4-connection__subtitle::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 23.4666666667vw;
    height: 1px;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection__subtitle::before {
        bottom: -40px;
        width: 160px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-contents {
        display: flex;
        flex-direction: row-reverse;
        flex-shrink: 1;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-contents.--02 {
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-exp {
        width: 55%;
    }
}

.p-chapter4-connection-exp__text {
    margin-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-exp__text {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 2.53;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-exp__text.--02 {
        letter-spacing: 0;
        line-height: 2.48;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-exp__text.c-right {
        margin: 30px 0 40px;
    }
}

.p-chapter4-connection-exp__btn {
    display: block;
    margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-exp__btn {
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        max-width: 363px;
    }
}

.p-chapter4-connection-exp__btn:last-of-type {
    margin-bottom: 12vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-exp__btn:last-of-type {
        margin-bottom: 0;
    }
}

.p-chapter4-connection-exp__btn.--02 {
    margin-bottom: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-exp__btn.--02 {
        margin-bottom: 0;
    }
}

.p-chapter4-connection-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-images {
        width: 45%;
        gap: 15px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-images.--02 {
        gap: 30px;
    }
}

.p-chapter4-connection-images__caption {
    text-align: center;
    color: #323246;
    font-size: 2.9333333333vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-connection-images__caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 15px;
    }
}

.p-chapter4-ambassador {
    padding: 0 0 16vw;
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 9%, rgb(236, 233, 239) 893.6vw, rgb(255, 255, 255) 893.6vw, rgb(255, 255, 255) 100%);
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador {
        padding: 0 0 96px;
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 9%, rgb(236, 233, 239) 29%, rgb(255, 255, 255) 29%, rgb(255, 255, 255) 100%);
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter4-ambassador {
        position: relative;
    }

    .p-chapter4-ambassador::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        bottom: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 9%, rgb(236, 233, 239) 29%, rgb(255, 255, 255) 29%, rgb(255, 255, 255) 100%);
    }
}

.p-chapter4-ambassador__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador__inner {
        margin: 0 auto;
    }

    .p-chapter4-ambassador__inner .c-box-shadow {
        padding: 73px 90px;
    }
}

.p-chapter4-ambassador .c-box-shadow {
    padding: 13.3333333333vw 6vw 16vw;
    margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador .c-box-shadow {
        padding: 70px 90px;
        margin-bottom: 80px;
    }
}

.p-chapter4-ambassador .c-box-shadow.--02 {
    margin-bottom: 24vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador .c-box-shadow.--02 {
        margin-bottom: 80px;
    }
}

.p-chapter4-ambassador .c-ttl-lv2 {
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 10.6666666667vw;
}

.p-chapter4-ambassador .c-ttl-lv2:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 23.4666666667vw;
    height: 1px;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador .c-ttl-lv2:first-of-type::before {
        bottom: -40px;
        width: 160px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador .c-ttl-lv2 {
        margin-bottom: 80px;
        letter-spacing: 0.41em;
    }
}

.p-chapter4-ambassador .c-ttl-lv2.--02 {
    margin-bottom: 10.6666666667vw;
    letter-spacing: 0;
    font-size: 5.0666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador .c-ttl-lv2.--02 {
        font-size: 25px;
        margin-bottom: 60px;
        letter-spacing: 0.41em;
    }
}

.p-chapter4-ambassador .c-ttl-lv2 small {
    letter-spacing: 0;
}

.p-chapter4-ambassador .c-center {
    text-align: center;
}

.p-chapter4-ambassador .c-right {
    text-align: right;
}

.p-chapter4-ambassador__lead {
    margin-bottom: 8vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador__lead {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 2.53;
        letter-spacing: 0.01em;
    }
}

.p-chapter4-ambassador__btn {
    display: block;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador__btn {
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
        max-width: 363px;
    }
}

.p-chapter4-ambassador__images {
    display: flex;
    flex-direction: column;
    align-items: top;
    gap: 5.3333333333vw;
    margin-bottom: 12vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador__images {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 90px;
    }
}

.p-chapter4-ambassador__images__caption {
    text-align: center;
    color: #323246;
    font-size: 2.9333333333vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador__images__caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 15px;
    }
}

.p-chapter4-ambassador-unit:not(:last-of-type) {
    padding-bottom: 9.6vw;
    border-bottom: 0.2666666667vw solid #af8523;
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-unit:not(:last-of-type) {
        padding-bottom: 65px;
        border-bottom-width: 1px;
        margin-bottom: 65px;
    }
}

.p-chapter4-ambassador-unit .c-box-gray {
    margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-unit .c-box-gray {
        margin-top: 60px;
    }
}

.p-chapter4-ambassador-profile {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.p-chapter4-ambassador-profile__img img {
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile__img img {
        width: 220px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile__text {
        width: 670px;
    }
}

.p-chapter4-ambassador-profile__name {
    color: #af8523;
    margin-top: 5.3333333333vw;
    font-family: "'Sawarabi Gothic'", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile__name {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.p-chapter4-ambassador-profile__name .jp {
    font-size: 6.4vw;
    line-height: 1.29;
    letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile__name .jp {
        font-size: 37px;
        padding-right: 18px;
        line-height: 1;
    }
}

.p-chapter4-ambassador-profile__name .jp .sm {
    font-size: 20px;
}

.p-chapter4-ambassador-profile__name .en {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2em;
    margin-top: 2.6666666667vw;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile__name .en {
        font-size: 19px;
        margin-top: 0;
        padding-left: 18px;
        line-height: 1.47;
    }
}

.p-chapter4-ambassador-profile__position {
    background-color: rgba(66, 33, 97, 0.2);
    margin-top: 4.2666666667vw;
    height: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile__position {
        margin-top: 48px;
        height: 40px;
    }
}

.p-chapter4-ambassador-profile__life {
    font-size: 3.7333333333vw;
    letter-spacing: 0.075em;
    line-height: 1.57;
    margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter4-ambassador-profile__life {
        font-size: 20px;
        margin-top: 13px;
    }
}

.l-footer.--chapter4 {
    margin-top: 0;
}

.responsibility {
    margin: 8vw 0 0;
    text-align: right;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .responsibility {
        max-width: 1100px;
        margin: 30px auto 0;
        font-size: 15px;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter5-heading::after {
        height: 750px;
    }
}

.p-chapter5-heading picture img {
    max-width: 82.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-heading picture img {
        max-width: 583px;
    }
}

.p-chapter5-heading__lead {
    margin: 2rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
}

@media screen and (min-width: 768px) {
    .p-chapter5-heading__lead {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter5-btn {
    margin: 10.6666666667vw auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter5-btn {
        margin: 40px auto;
    }
}

.p-chapter5-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58.6666666667vw;
    height: 16vw;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 0;
    text-align: center;
    color: #FFF;
    font-size: 3.0666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter5-btn a {
        width: 363px;
        height: 57px;
        padding: 0 24px 0 0;
        font-size: 15px;
    }
}

.p-chapter5-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 20px;
    height: 20px;
    background: url(/tohokuuni_women/images/common/chev-right-circle-white.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
    .p-chapter5-btn a::before {
        right: 28px;
        width: 20px;
        height: 20px;
    }
}

.p-chapter5-award {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award {
        margin-top: -175px;
    }
}

.p-chapter5-award__inner {
    margin: 0 6.6666666667vw 21.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award__inner {
        margin: 0 auto 80px;
    }
}

.p-chapter5-award .c-box-shadow {
    padding: 8vw 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award .c-box-shadow {
        padding: 73px 90px 90px;
    }
}

.p-chapter5-award h2.c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award h2.c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter5-award h2.c-ttl-lv2:first-of-type {
    line-height: 2.2;
}

.p-chapter5-award h2.c-ttl-lv2:last-of-type {
    margin-top: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award h2.c-ttl-lv2:last-of-type {
        margin-top: 80px;
    }
}

.p-chapter5-award .p-chapter5-btn a {
    width: 100%;
    height: 13vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award .p-chapter5-btn a {
        width: 363px;
        height: 57px;
    }
}

.p-chapter5-award__rubi {
    position: relative;
    display: inline-block;
}

.p-chapter5-award__rubi::before {
    content: attr(data-subtitle);
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 2.9333333333vw;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award__rubi::before {
        top: -1.5em;
        font-size: 13px;
    }
}

.p-chapter5-award__attention {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.53;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award__attention {
        margin-top: 5px;
        font-size: 13px;
    }
}

.p-chapter5-award-winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 9.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award-winner {
        row-gap: 46px;
    }
}

.p-chapter5-award-winner-item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award-winner-item {
        width: 47.5%;
    }
}

.p-chapter5-award-winner-item h3 {
    margin-bottom: 0.3em;
    padding: 0.7em 0 0.3em;
    color: #422161;
    font-size: 6.1333333333vw;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.7;
    border-bottom: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award-winner-item h3 {
        font-size: 23px;
        text-align: left;
    }
}

.p-chapter5-award-winner-attention {
    margin-top: 10.6666666667vw;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter5-award-winner-attention {
        margin-top: 40px;
        text-align: right;
    }
}

.p-chapter5-list {
    padding: 13.8666666667vw 3.7333333333vw 2.6666666667vw;
    background: #F4F1F0;
}

@media screen and (min-width: 768px) {
    .p-chapter5-list {
        padding: 70px 60px 10px;
    }
}

.p-chapter5-list-item {
    margin-bottom: 7.4666666667vw;
    padding-bottom: 6.4vw;
    border-bottom: 1px solid #323246;
}

@media screen and (min-width: 768px) {
    .p-chapter5-list-item {
        margin-bottom: 28px;
        padding-bottom: 24px;
    }
}

.p-chapter5-list-item:last-of-type {
    border-bottom: none;
}

.p-chapter5-list-item h3 {
    margin-bottom: 0.5em;
    text-align: center;
    color: #AF8523;
    font-size: 5.0666666667vw;
    font-family: "'Sawarabi Gothic'", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter5-list-item h3 {
        text-align: left;
        font-size: 20px;
    }
}

.p-chapter5-list-item .c-text {
    letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
    .p-chapter5-list-item__human {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.p-chapter5-list-item__human p {
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .p-chapter5-list-item__human p {
        width: 550px;
    }
}

.p-chapter5-list-item__human figure {
    margin-top: 6.4vw;
    padding: 0 13.0666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-list-item__human figure {
        width: 220px;
        margin-top: 0;
        padding: 0;
    }
}

.p-chapter5-list-item__human figcaption {
    margin-top: 1.5em;
    text-align: center;
    font-size: 3.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-list-item__human figcaption {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
}

.p-chapter5-researcher {
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 9%, rgb(236, 233, 239) 169.6vw, rgb(255, 255, 255) 169.6vw, rgb(255, 255, 255) 100%);
    padding: 0 0 16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher {
        padding: 0 0 50px;
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 9%, rgb(236, 233, 239) 21%, rgb(255, 255, 255) 21%, rgb(255, 255, 255) 100%);
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter5-researcher {
        position: relative;
    }

    .p-chapter5-researcher::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        bottom: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 9%, rgb(236, 233, 239) 21%, rgb(255, 255, 255) 21%, rgb(255, 255, 255) 100%);
    }
}

.p-chapter5-researcher__inner {
    margin: 0 6.6666666667vw 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher__inner {
        margin: 0 auto 45px;
    }
}

.p-chapter5-researcher .c-box-shadow {
    padding: 8vw 6.9333333333vw 20vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher .c-box-shadow {
        padding: 73px 90px 90px;
    }
}

.p-chapter5-researcher h2.c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher h2.c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter5-researcher__lead {
    margin-bottom: 8.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher__lead {
        text-align: center;
        margin-bottom: 47px;
    }
}

.p-chapter5-researcher-sa {
    margin-top: 7.4666666667vw;
    padding: 9.6vw 0 0;
    background-color: #ECE9EF;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher-sa {
        margin-top: 58px;
        padding: 73px 0 0;
    }
}

.p-chapter5-researcher-sa h2.c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher-sa h2.c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter5-researcher-sa__lead {
    text-align: justify;
    padding: 0 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher-sa__lead {
        text-align: center;
        padding: 0;
    }
}

.p-chapter5-researcher-sa .p-chapter5-btn {
    margin-top: 8vw;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter5-researcher-sa .p-chapter5-btn {
        margin-top: 30px;
    }
}

.p-chapter5-researcher-sa .p-chapter5-list {
    background-color: transparent;
}

.l-footer.--chapter5 {
    margin-top: 0;
}

.responsibility {
    margin: 0 6.4vw;
    text-align: right;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .responsibility {
        max-width: 1100px;
        margin: 0 auto;
        font-size: 15px;
        letter-spacing: 0.01em;
    }
}

.p-chapter6-all {
    margin-bottom: -16vw;
    background: rgb(253, 248, 208);
    background: linear-gradient(180deg, transparent 0%, transparent 81%, rgb(236, 233, 239) 81%, rgb(236, 233, 239) 90%, rgb(208, 199, 215) 100%);
}

@media screen and (min-width: 768px) {
    .p-chapter6-all {
        margin-bottom: -130px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter6-all {
        margin-bottom: -161px;
        background: transparent;
        position: relative;
    }

    .p-chapter6-all::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 903px;
        top: 0;
        left: calc(50% - 50vw);
        background: rgb(253, 248, 208);
        background: linear-gradient(180deg, transparent 0%, transparent 79%, rgb(236, 233, 239) 79%, rgb(236, 233, 239) 90%, rgb(208, 199, 215) 100%);
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter6-heading::after {
        height: 750px;
    }
}

.p-chapter6-heading h1 {
    font-feature-settings: "palt";
}

.p-chapter6-heading h1 small {
    font-size: 90%;
}

@media screen and (min-width: 768px) {
    .p-chapter6-heading h1 small {
        font-size: 70%;
    }
}

.p-chapter6-heading__lead {
    margin: 2rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
}

@media screen and (min-width: 768px) {
    .p-chapter6-heading__lead {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter6-dei {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei {
        margin-top: -175px;
        margin-bottom: 70px;
    }
}

.p-chapter6-dei__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__inner {
        margin: 0 auto;
    }
}

.p-chapter6-dei .c-box-shadow {
    padding: 5.3333333333vw 4.8vw 0;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei .c-box-shadow {
        padding: 92px 90px 0;
    }
}

.p-chapter6-dei .c-box-gray {
    padding: 3.7333333333vw 3.7333333333vw 7.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei .c-box-gray {
        padding: 48px 60px 80px;
    }
}

.p-chapter6-dei__human {
    margin-bottom: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__human {
        display: flex;
        align-items: center;
        justify-content: left;
        -moz-column-gap: 26px;
        column-gap: 26px;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__human__image {
        width: 100%;
        max-width: 350px;
    }
}

.p-chapter6-dei__human__lead {
    text-align: center;
    margin-top: 3.7333333333vw;
    color: #af8523;
    font-family: "'Sawarabi Gothic'", sans-serif;
    font-size: 5.8666666667vw;
    font-feature-settings: "palt";
    letter-spacing: 0.005em;
    line-height: 1.45;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__human__lead {
        margin: 0;
        text-align: left;
        font-size: 27px;
        line-height: 2;
    }
}

.p-chapter6-dei__human__lead ruby {
    line-height: 2.1;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__human__lead ruby {
        line-height: 1.45;
    }
}

.p-chapter6-dei__human__lead rt {
    text-align: center;
}

.p-chapter6-dei__message {
    margin-bottom: 15.2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__message {
        margin-bottom: 85px;
    }
}

.p-chapter6-dei__message .c-text.c-text--indent {
    text-align: justify;
}

.p-chapter6-dei__message__movie {
    display: block;
    margin: 6.4vw auto 0;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__message__movie {
        margin: 65px auto 0;
        width: 595px;
    }
}

.p-chapter6-dei__message__movie-text {
    margin-top: 2.6666666667vw;
    text-align: center;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-chapter6-dei__message__movie-text {
        margin-top: 30px;
    }
}

.p-chapter6-link {
    margin-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter6-link {
        margin-top: 50px;
        padding-bottom: 120px;
    }
}

.p-chapter6-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter6-link__inner {
        width: 920px;
    }
}

.p-chapter6-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter6-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter6-link-button:hover {
    background-position: right;
}

.p-chapter6-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter6-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter6-link-button__text p {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter6-link-button__text p {
        font-size: 30px;
        letter-spacing: 0.42em;
    }
}

.p-chapter6-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter6-link-button__text p span {
        font-size: 17px;
        margin-top: 20px;
        letter-spacing: 0.4em;
    }
}

.p-chapter6-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter6-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter6-voice {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice {
        margin-top: -175px;
    }
}

.p-chapter6-voice__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__inner {
        margin: 0 auto;
    }
}

.p-chapter6-voice .c-box-shadow {
    padding: 5.3333333333vw 4.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice .c-box-shadow {
        padding: 92px 90px 98px;
    }
}

.p-chapter6-voice__list {
    padding: 13.8666666667vw 3.7333333333vw 2.6666666667vw;
    background: #ECE9EF;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__list {
        padding: 60px 57px 10px;
    }
}

.p-chapter6-voice__list-item {
    margin-bottom: 7.4666666667vw;
    padding-bottom: 6.4vw;
    border-bottom: 1px solid #323246;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__list-item {
        margin-bottom: 28px;
        padding-bottom: 24px;
    }
}

.p-chapter6-voice__list-item:last-of-type {
    border-bottom: none;
}

.p-chapter6-voice__list-item h3 {
    margin-bottom: 0.5em;
    text-align: center;
    color: #AF8523;
    font-size: 6.1333333333vw;
    font-family: "'Sawarabi Gothic'", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__list-item h3 {
        text-align: left;
        font-size: 20px;
    }
}

.p-chapter6-voice__list-item .c-text {
    letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__list-item__human {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__list-item__human p {
        width: 550px;
    }
}

.p-chapter6-voice__list-item__human figure {
    margin-top: 6.4vw;
    padding: 0 9.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__list-item__human figure {
        width: 220px;
        margin-top: 0;
        padding: 0;
    }
}

.p-chapter6-voice__list-item__human figcaption {
    margin-top: 1.5em;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter6-voice__list-item__human figcaption {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
}

.p-chapter6-comment {
    margin-top: 16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-comment {
        margin-top: 100px;
    }
}

.p-chapter6-comment__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-comment__inner {
        width: 1100px;
        margin: 0 auto;
    }
}

.p-chapter6-comment__inner .c-ttl-lv2 {
    margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-comment__inner .c-ttl-lv2 {
        margin-bottom: 40px;
    }
}

.p-chapter6-comment__inner .c-text {
    text-align: justify;
}

.p-chapter6-comment__btn {
    margin: 6.6666666667vw auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter6-comment__btn {
        margin: 20px auto 45px;
    }
}

.p-chapter6-comment__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 0;
    text-align: center;
    color: #FFF;
    font-size: 3.0666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter6-comment__btn a {
        width: 363px;
        height: 57px;
        padding: 0 24px 0 0;
        font-size: 15px;
    }
}

.p-chapter6-comment__btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 20px;
    height: 20px;
    background: url(/tohokuuni_women/images/common/chev-right-circle-white.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
    .p-chapter6-comment__btn a::before {
        right: 28px;
        width: 20px;
        height: 20px;
    }
}

.p-chapter6-comment__image {
    display: block;
    margin: 0 6.6666666667vw 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter6-comment__image {
        margin: 0 auto;
    }
}

.l-footer.--chapter6 {
    margin-top: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .l-footer.--chapter6 {
        margin-top: 60px;
    }
}

.p-chapter7-all {
    margin-bottom: -16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-all {
        margin-bottom: -130px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter7-all {
        background: transparent;
        position: relative;
    }
}

.p-chapter7-all.--index .c-text {
    line-height: 2.5;
}

.p-chapter7-all .c-box-gray > h2.c-ttl-lv2 {
    letter-spacing: 0.4em;
}

.p-chapter7-all .caption {
    text-align: center;
    color: #323246;
    font-size: 3.7333333333vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-all .caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 7px;
    }
}

.p-chapter7-all .c-box-shadow {
    padding: 13.3333333333vw 5.3333333333vw 18.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-all .c-box-shadow {
        padding: 92px 90px 108px;
    }
}

.p-chapter7-all .c-box-gray {
    margin-top: 7.2vw;
    padding: 3.7333333333vw 3.7333333333vw 7.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-all .c-box-gray {
        margin-top: 54px;
        padding: 48px 60px 80px;
    }
}

.p-chapter7__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7__inner {
        margin: 0 auto;
    }
}

.p-chapter7-heading__lead {
    margin: 2rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
    line-height: 2.5 !important;
}

@media screen and (min-width: 768px) {
    .p-chapter7-heading__lead {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter7-btn {
    margin: 6.4vw auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter7-btn {
        margin: 40px auto;
    }
}

.p-chapter7-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58.6666666667vw;
    height: 13.3333333333vw;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 0;
    text-align: center;
    color: #FFF;
    font-size: 3.0666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.2;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter7-btn a {
        width: 363px;
        height: 57px;
        padding: 0 24px 0 0;
        font-size: 15px;
    }
}

.p-chapter7-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 20px;
    height: 20px;
    background: url(/tohokuuni_women/images/common/chev-right-circle-white.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
    .p-chapter7-btn a::before {
        right: 28px;
        width: 20px;
        height: 20px;
    }
}

.p-chapter7-100year {
    margin-top: -104vw;
    margin-bottom: 16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year {
        margin-top: -175px;
        margin-bottom: 80px;
    }
}

.p-chapter7-100year .c-box-gray {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year .c-box-gray {
        margin-top: 60px;
        padding: 60px;
    }
}

.p-chapter7-100year .c-ttl-lv2.--first {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year .c-ttl-lv2.--first {
        letter-spacing: 0.2em;
    }
}

.p-chapter7-100year .c-ttl-lv2.--second {
    font-feature-settings: "palt";
    letter-spacing: 0.1em !important;
    margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year .c-ttl-lv2.--second {
        letter-spacing: 0.4em !important;
    }
}

.p-chapter7-100year__logo {
    border: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__logo {
        display: flex;
        -moz-column-gap: 24px;
        column-gap: 24px;
        padding: 42px;
    }
}

.p-chapter7-100year__logo-text {
    padding: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__logo-text {
        flex-shrink: 1;
        width: 60%;
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__logo-image {
        max-width: 285px;
        flex-shrink: 1;
    }
}

.p-chapter7-100year__logo .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__logo .c-ttl-lv2 {
        letter-spacing: 0.03em;
        font-size: 24px;
        margin-bottom: 17px;
    }
}

.p-chapter7-100year__event .ttl-lv3 {
    margin-top: 10.1333333333vw;
    margin-bottom: 4vw;
    padding: 1.8666666667vw 0;
    font-family: "'Sawarabi Gothic'", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
    font-size: 4vw;
    text-align: center;
    background-color: #A090B0;
    letter-spacing: 0.05em;
    line-height: 1.53;
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__event .ttl-lv3 {
        margin-top: 48px;
        margin-bottom: 15px;
        padding: 7.5px;
        font-size: 15px;
    }
}

.p-chapter7-100year__event .d-md-flex {
    margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__event .d-md-flex {
        margin-top: 24px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__event .d-md-flex div {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__event .d-md-flex.--event01 {
        -moz-column-gap: 38px;
        column-gap: 38px;
        row-gap: unset;
    }
}

.p-chapter7-100year__event .d-md-flex.--event01 div:first-of-type {
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__event .d-md-flex.--event01 div:first-of-type {
        margin-bottom: 0;
    }
}

.p-chapter7-100year__event .d-md-flex.--event02 .text {
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__event .d-md-flex.--event02 .text {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter7-100year__event .d-md-flex.--event02 .image {
        margin-top: 10px;
    }
}

.p-chapter7-plus10__title {
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
    color: #422161;
    line-height: 1.38;
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10__title {
        font-size: 45px;
    }
}

.p-chapter7-plus10__lead {
    margin: 2.6666666667vw 0 6.4vw;
    text-align: center;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10__lead {
        line-height: 2.53;
        margin: 30px 0;
    }
}

.p-chapter7-plus10 .c-box-shadow {
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10 .c-box-shadow {
        margin-bottom: 50px;
    }
}

.p-chapter7-plus10 .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10 .c-ttl-lv2 {
        letter-spacing: 0.3em;
    }
}

.p-chapter7-plus10 .c-ttl-lv2.--guideline {
    margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10 .c-ttl-lv2.--guideline {
        margin-bottom: 24px;
    }
}

.p-chapter7-plus10__hiritu {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10__hiritu {
        flex-direction: row;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 38px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10 .image {
        width: 550px;
        flex-shrink: 0;
        margin-top: 10px;
    }
}

.p-chapter7-plus10 .p-chapter7-btn.--guideline a {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-chapter7-plus10 .p-chapter7-btn.--guideline a {
        width: 363px;
    }
}

.p-chapter7-link {
    margin-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter7-link {
        margin-top: 50px;
        padding-bottom: 120px;
    }
}

.p-chapter7-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter7-link__inner {
        width: 920px;
    }
}

.p-chapter7-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter7-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter7-link-button:hover {
    background-position: right;
}

.p-chapter7-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter7-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter7-link-button__text p {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter7-link-button__text p {
        font-size: 30px;
        letter-spacing: 0.42em;
    }
}

.p-chapter7-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter7-link-button__text p span {
        font-size: 17px;
        margin-top: 7px;
        letter-spacing: 0.4em;
    }
}

.p-chapter7-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter7-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter7-intro {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro {
        margin-top: -175px;
        margin-bottom: 80px;
    }
}

.p-chapter7-intro .c-box-shadow {
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro .c-box-shadow {
        padding-top: 65px;
        padding-bottom: 32px;
    }
}

.p-chapter7-intro-unit:not(:last-of-type) {
    padding-bottom: 9.6vw;
    border-bottom: 0.2666666667vw solid #af8523;
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-unit:not(:last-of-type) {
        padding-bottom: 65px;
        border-bottom-width: 1px;
        margin-bottom: 65px;
    }
}

.p-chapter7-intro-unit .c-box-gray {
    margin-top: 6.4vw;
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-unit .c-box-gray {
        margin-top: 60px;
        padding: 60px;
    }
}

.p-chapter7-intro-unit .p-chapter7-btn a {
    display: grid;
    place-items: center;
    width: 100%;
    padding: 1.3333333333vw 0;
    height: auto;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-unit .p-chapter7-btn a {
        width: 380px;
        padding: 7px 0;
    }
}

.p-chapter7-intro-unit .p-chapter7-btn a::before {
    right: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-unit .p-chapter7-btn a::before {
        right: 20px;
    }
}

.p-chapter7-intro-profile {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.p-chapter7-intro-profile__img img {
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__img img {
        width: 230px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__text {
        width: 670px;
    }
}

.p-chapter7-intro-profile__name {
    color: #af8523;
    margin-top: 5.3333333333vw;
    font-family: "'Sawarabi Gothic'", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__name {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.p-chapter7-intro-profile__name .jp {
    font-size: 6.4vw;
    line-height: 1.29;
    letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__name .jp {
        font-size: 37px;
        padding-right: 18px;
        line-height: 1;
    }
}

.p-chapter7-intro-profile__name .jp .sm {
    font-size: 20px;
}

.p-chapter7-intro-profile__name .en {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2em;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__name .en {
        font-size: 19px;
        padding-left: 18px;
        line-height: 1.47;
    }
}

.p-chapter7-intro-profile__position {
    background-color: rgba(66, 33, 97, 0.2);
    margin-top: 4.2666666667vw;
    height: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__position {
        margin-top: 48px;
        height: 40px;
    }
}

.p-chapter7-intro-profile__life {
    font-size: 3.7333333333vw;
    letter-spacing: 0.075em;
    line-height: 1.57;
    margin-top: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__life {
        font-size: 20px;
        margin-top: 13px;
    }
}

.p-chapter7-intro-profile__about .ttl-lv3 {
    margin-bottom: 1em;
    font-family: "'Sawarabi Gothic'", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
    font-size: 3.7333333333vw;
    color: #af8523;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__about .ttl-lv3 {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 2.53;
    }
}

.p-chapter7-intro-profile__about .c-text:not(:last-of-type, :first-of-type) {
    margin-bottom: 10.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__about .c-text:not(:last-of-type, :first-of-type) {
        margin-bottom: 38px;
    }
}

.p-chapter7-intro-profile__about .c-text.--history {
    margin-bottom: 6.4vw;
    border-bottom: 1px solid #323246;
    padding-bottom: 4.5333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-intro-profile__about .c-text.--history {
        margin-bottom: 32px;
        padding-bottom: 24px;
    }
}

.p-chapter7-law {
    margin: 8vw auto 0;
    padding-top: 10vw;
    padding-bottom: 16vw;
    background: linear-gradient(0deg, #D0C7D7 0%, #ECE9EF 22.04%);
}

@media screen and (min-width: 768px) {
    .p-chapter7-law {
        margin: 80px auto 0;
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter7-law {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

.p-chapter7-law .p-chapter7__inner {
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law .p-chapter7__inner {
        margin-bottom: 48px;
    }
}

.p-chapter7-law__title {
    margin-bottom: 8vw;
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    color: #422161;
    line-height: 1.24;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__title {
        margin-bottom: 60px;
        font-size: 45px;
        letter-spacing: 0.2em;
    }
}

.p-chapter7-law__title small {
    font-size: 3.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__title small {
        letter-spacing: 0.15em;
        font-size: 31px;
    }
}

.p-chapter7-law__subtitle {
    line-height: 2;
}

.p-chapter7-law__subtitle.--about {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__subtitle.--about {
        letter-spacing: 0.3em;
    }
}

.p-chapter7-law__subtitle.--logo {
    margin-bottom: 1.6vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__subtitle.--logo {
        margin-bottom: 17px;
        text-align: left;
    }
}

.p-chapter7-law__subtitle.--simei {
    letter-spacing: 0.1em;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__subtitle.--simei {
        letter-spacing: 0.41em;
        line-height: 2;
    }
}

.p-chapter7-law .box-porple {
    background-color: #F9F8F7;
    padding: 2.1333333333vw 3.7333333333vw 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law .box-porple {
        padding: 7px 60px 80px;
    }
}

.p-chapter7-law .box-porple .caption {
    margin-bottom: 4.5333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law .box-porple .caption {
        margin-bottom: 40px;
    }
}

.p-chapter7-law__logo {
    border: 1px solid #422161;
    margin-top: 5.3333333333vw;
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__logo {
        display: flex;
        -moz-column-gap: 24px;
        column-gap: 24px;
        margin-top: 48px;
        margin-bottom: 60px;
        padding: 42px;
    }
}

.p-chapter7-law__logo-text {
    padding: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__logo-text {
        flex-shrink: 1;
        width: 60%;
        padding: 0;
    }
}

.p-chapter7-law__logo-text .c-text {
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .p-chapter7-law__logo-image {
        max-width: 285px;
        flex-shrink: 1;
    }
}

.p-chapter7-law .c-text.--simei {
    line-height: 2.5;
}

.p-chapter8-all {
    margin-bottom: -16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-all {
        margin-bottom: -130px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter8-all {
        background: transparent;
        position: relative;
    }
}

.p-chapter8-all.--index .c-text {
    line-height: 2.5;
}

.p-chapter8-all .c-text {
    font-size: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-all .c-text {
        font-size: 15px;
    }
}

.p-chapter8-all .c-box-gray > h2.c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-all .c-box-gray > h2.c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter8-all .caption {
    text-align: center;
    color: #323246;
    font-size: 3.4666666667vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-all .caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 7px;
    }
}

.p-chapter8-all .c-box-shadow {
    padding: 13.3333333333vw 5.3333333333vw 18.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-all .c-box-shadow {
        padding: 92px 90px 108px;
    }
}

.p-chapter8-all .c-box-gray {
    margin-top: 7.2vw;
    padding: 3.7333333333vw 3.7333333333vw 7.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-all .c-box-gray {
        margin-top: 54px;
        padding: 48px 60px 80px;
    }
}

.p-chapter8__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8__inner {
        margin: 0 auto;
    }
}

.p-chapter8-heading__lead {
    margin: 2rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
    line-height: 2.5 !important;
}

@media screen and (min-width: 768px) {
    .p-chapter8-heading__lead {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter8-btn {
    margin: 6.4vw auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter8-btn {
        margin: 40px auto;
    }
}

.p-chapter8-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 0;
    text-align: center;
    color: #FFF;
    font-size: 3.0666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.2;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter8-btn a {
        width: 363px;
        height: 57px;
        padding: 0 24px 0 0;
        font-size: 15px;
    }
}

.p-chapter8-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 20px;
    height: 20px;
    background: url(/tohokuuni_women/images/common/chev-right-circle-white.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
    .p-chapter8-btn a::before {
        right: 28px;
        width: 20px;
        height: 20px;
    }
}

.p-chapter8-first {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-first {
        margin-top: -175px;
        margin-bottom: 30px;
    }
}

.p-chapter8-first .c-box-gray {
    padding-top: 11.7333333333vw;
    padding-bottom: 9.6vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-first .c-box-gray {
        margin-top: 60px;
        padding: 60px;
    }
}

.p-chapter8-first .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-first .c-ttl-lv2 {
        letter-spacing: 0.3em;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter8-kitei {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        -moz-column-gap: 48px;
        column-gap: 48px;
    }
}

.p-chapter8-kitei__pic {
    display: flex;
    flex-direction: column;
    margin-top: 6.4vw;
    row-gap: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-kitei__pic {
        margin-top: 16px;
        row-gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter8-kitei__pic .image {
        width: 290px;
    }
}

.p-chapter8-omoi {
    margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-omoi {
        margin-bottom: 60px;
    }
}

.p-chapter8-omoi .c-text {
    letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-omoi .c-text {
        letter-spacing: 0.01em;
    }
}

.p-chapter8-omoi .flex {
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-omoi .flex {
        display: flex;
        -moz-column-gap: 32px;
        column-gap: 32px;
        margin-top: 0.5em;
    }
}

.p-chapter8-omoi .image {
    width: 50.6666666667vw;
    margin: 1em auto;
}

@media screen and (min-width: 768px) {
    .p-chapter8-omoi .image {
        margin-top: 0.5em;
        width: 220px;
        flex-shrink: 0;
    }
}

.p-chapter8-born .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-born .c-ttl-lv2 {
        letter-spacing: 0.3em;
    }
}

.p-chapter8-born .c-text {
    letter-spacing: 0.02em;
    margin: 0 1em 1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-born .c-text {
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter8-born .image {
        max-width: 800px;
        margin: 2em auto;
    }
}

.p-chapter8-door {
    margin: 10.6666666667vw auto;
    background: linear-gradient(0deg, #d0c7d7 0%, #ece9ef 22.04%);
    padding: 10.6666666667vw 0;
}

@media screen and (min-width: 768px) {
    .p-chapter8-door {
        width: 1100px;
        margin: 3.5em auto;
        padding: 80px 90px 20px;
    }
}

.p-chapter8-door .c-ttl-lv2 {
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-chapter8-door .c-ttl-lv2 {
        margin-bottom: 0.8em;
        font-size: 45px;
        line-height: 1.4;
    }
}

.p-chapter8-door .image {
    margin: 4vw auto;
}

@media screen and (min-width: 768px) {
    .p-chapter8-door .image {
        max-width: 800px;
        margin: 2em auto;
    }
}

.p-chapter8-link {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter8-link {
        margin-top: 50px;
        padding-bottom: 100px;
    }
}

.p-chapter8-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter8-link__inner {
        width: 920px;
    }
}

.p-chapter8-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter8-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter8-link-button:hover {
    background-position: right;
}

.p-chapter8-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter8-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter8-link-button__text p {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-link-button__text p {
        font-size: 30px;
        letter-spacing: 0.42em;
    }
}

.p-chapter8-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter8-link-button__text p span {
        font-size: 17px;
        margin-top: 7px;
        letter-spacing: 0.4em;
    }
}

.p-chapter8-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter8-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter8 .c-heading-talk h1 {
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter8 .c-heading-talk h1 {
        letter-spacing: 0.2em;
    }
}

.p-chapter8-talk {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-talk {
        margin-top: -175px;
        margin-bottom: 40px;
    }
}

.p-chapter8-talk .c-box-shadow {
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-talk .c-box-shadow {
        padding-top: 65px;
        padding-bottom: 32px;
    }
}

.p-chapter8-person {
    display: flex;
    flex-direction: column;
    margin: 0 0 10.6666666667vw;
    background-color: #f9f8f7;
    padding: 10.6666666667vw 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-person {
        justify-content: space-between;
        flex-direction: row;
        margin: 60px 0;
        padding: 60px;
    }
}

.p-chapter8-person__border {
    display: block;
    height: 1.3333333333vw;
    margin: 9.3333333333vw 0;
    background: url(/tohokuuni_women/images/chapter8/bg_dotted02.svg) repeat-x center/2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-person__border {
        background: url(/tohokuuni_women/images/chapter8/bg_dotted.svg) repeat-y top center/100%;
        width: 5px;
        height: unset;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter8-person__item {
        width: 340px;
    }
}

.p-chapter8-person__item .image {
    width: 50.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter8-person__item .image {
        margin: 0 auto 1.5em;
        width: 220px;
    }
}

.p-chapter8-person__item .name {
    text-align: center;
    color: #af8523;
    margin-top: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    font-family: "'Sawarabi Gothic'", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-chapter8-person__item .name {
        margin-top: 0;
        margin-bottom: 16px;
    }
}

.p-chapter8-person__item .name .jp {
    font-size: 6.4vw;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-person__item .name .jp {
        font-size: 37px;
    }
}

.p-chapter8-person__item .name .jp .sm {
    font-size: 20px;
}

.p-chapter8-person__item .name .en {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2em;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter8-person__item .name .en {
        font-size: 19px;
        line-height: 1.47;
    }
}

.p-chapter8-person__item .c-text {
    font-size: 3.7333333333vw;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-person__item .c-text {
        font-size: 15px;
    }
}

.p-chapter8-taidan {
    padding-bottom: 14.9333333333vw;
    margin-bottom: 14.9333333333vw;
}

.p-chapter8-taidan:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan:last-of-type {
        padding-bottom: 60px;
    }
}

.p-chapter8-taidan:not(:last-of-type) {
    border-bottom: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan {
        padding-bottom: 75px;
        margin-bottom: 75px;
    }
}

.p-chapter8-taidan .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan .c-ttl-lv2 {
        letter-spacing: 0.3em;
    }
}

.p-chapter8-taidan .underline {
    border-bottom: 1px solid #632161;
    color: #632161;
}

.p-chapter8-taidan__item {
    margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan__item {
        margin-bottom: 30px;
    }
}

.p-chapter8-taidan__item th {
    width: 13.3333333333vw;
    padding-right: 3.2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan__item th {
        width: 55px;
        padding-right: 1em;
    }
}

.p-chapter8-taidan__item td {
    padding-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan__item td {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan__item .icon {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter8-taidan .image {
        max-width: 650px;
        margin: 0 auto;
    }
}

p.responsibility.talk {
    padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
    p.responsibility.talk {
        padding-bottom: 50px;
    }
}

.letter-20 {
    letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
    .letter-20 {
        letter-spacing: 0.01em;
    }
}

.letter40 {
    letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
    .letter40 {
        letter-spacing: 0.01em;
    }
}

.p-chapter9-all {
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    margin-bottom: -16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all {
        margin-bottom: -130px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter9-all {
        background: transparent;
        position: relative;
    }
}

.p-chapter9-all.--index .c-text {
    line-height: 2.5;
}

.p-chapter9-all .c-text {
    font-size: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all .c-text {
        font-size: 15px;
    }
}

.p-chapter9-all .c-box-gray > h2.c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all .c-box-gray > h2.c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter9-all .caption {
    text-align: center;
    color: #323246;
    font-size: 3.4666666667vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all .caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 7px;
    }
}

.p-chapter9-all .c-box-shadow {
    padding: 13.3333333333vw 5.3333333333vw 18.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all .c-box-shadow {
        padding: 92px 90px 108px;
    }
}

.p-chapter9-all .c-box-gray {
    margin-top: 7.2vw;
    padding: 3.7333333333vw 3.7333333333vw 7.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all .c-box-gray {
        margin-top: 54px;
        padding: 48px 60px 80px;
    }
}

.p-chapter9-all .c-box-purple {
    margin-top: 16vw;
    padding: 7.4666666667vw 8vw 7.4666666667vw;
    border: #422161 solid 1px;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all .c-box-purple {
        margin-top: 54px;
        padding: 48px 60px 80px;
        border: #422161 solid 4px;
    }
}

.p-chapter9-all.--story .p-chapter9-heading h1 {
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-all.--story .p-chapter9-heading h1 {
        letter-spacing: 0.2em;
    }
}

.p-chapter9__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9__inner {
        margin: 0 auto;
    }
}

.p-chapter9-heading__lead {
    margin: 2rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
    line-height: 2.5 !important;
}

@media screen and (min-width: 768px) {
    .p-chapter9-heading__lead {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter9-btn {
    margin: 0 auto;
    text-align: center;
}

.p-chapter9-btn a {
    word-wrap: break-word;
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 0;
    text-align: center;
    color: #FFF;
    font-size: 3.2vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter9-btn a {
        width: 363px;
        height: 57px;
        padding: 0 24px 0 0;
        font-size: 15px;
    }
}

.p-chapter9-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(/tohokuuni_women/images/common/chev-right-circle-white.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
    .p-chapter9-btn a::before {
        right: 28px;
        width: 20px;
        height: 20px;
    }
}

.p-chapter9-first {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-first {
        margin-top: -175px;
        margin-bottom: 30px;
    }
}

.p-chapter9-first .c-box-gray {
    padding-top: 11.7333333333vw;
    padding-bottom: 9.6vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-first .c-box-gray {
        margin-top: 60px;
        padding: 60px;
    }
}

.p-chapter9-first .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-first .c-ttl-lv2 {
        letter-spacing: 0.3em;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-chika {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        -moz-column-gap: 48px;
        column-gap: 48px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-chika__text {
        margin-top: 0.5em;
    }
}

.p-chapter9-chika__pic {
    display: flex;
    flex-direction: column;
    margin-top: 6.4vw;
    row-gap: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-chika__pic {
        margin-top: 16px;
        row-gap: 20px;
    }
}

.p-chapter9-chika__pic .image {
    width: 50.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter9-chika__pic .image {
        width: 220px;
    }
}

.p-chapter9-about .c-text {
    letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-about .c-text {
        letter-spacing: 0.01em;
    }
}

.p-chapter9-about > .c-text {
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-about > .c-text {
        margin-bottom: 30px;
    }
}

.p-chapter9-about .flex {
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-about .flex {
        display: flex;
        justify-content: center;
        -moz-column-gap: 100px;
        column-gap: 100px;
        margin-bottom: 48px;
    }
}

.p-chapter9-about .flex .image {
    width: 50.6666666667vw;
    margin: 0 auto 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-about .flex .image {
        margin-top: 0.5em;
        width: 220px;
        flex-shrink: 0;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-about .episode {
        display: flex;
        justify-content: center;
        -moz-column-gap: 42px;
        column-gap: 42px;
    }
}

.p-chapter9-about .episode .image {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter9-about .episode .image {
        width: 350px;
        flex-shrink: 0;
    }
}

.p-chapter9-about .episode .text {
    margin-top: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-about .episode .text {
        margin-top: 0.75rem;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-about .episode .text .c-ttl-lv2 {
        text-align: left;
    }
}

.p-chapter9-document {
    margin: 13.3333333333vw auto 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-document {
        width: 1100px;
        margin: 120px auto 40px;
    }
}

.p-chapter9-document .c-ttl-lv2 {
    margin-bottom: 4.8vw;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-document .c-ttl-lv2 {
        margin-bottom: 38px;
        letter-spacing: 0.3em;
    }
}

.p-chapter9-document_item {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-document_item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        -moz-column-gap: 40px;
        column-gap: 40px;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-document_text {
        max-width: 700px;
    }
}

.p-chapter9-document_pic {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5.3333333333vw;
    row-gap: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-document_pic {
        max-width: 350px;
        margin-top: 0.75em;
        row-gap: 30px;
    }
}

.p-chapter9-document_pic .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-document_pic .flex {
        -moz-column-gap: 6px;
        column-gap: 6px;
        flex-direction: row;
    }
}

.p-chapter9-link {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link {
        margin-top: 50px;
        padding-bottom: 100px;
    }
}

.p-chapter9-link .nextpage {
    max-width: 100%;
    margin: 0 auto 5.3333333333vw;
    width: 86.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link .nextpage {
        margin: 0 auto 20px;
        width: 920px;
    }
}

.p-chapter9-link .nextpage img {
    display: block;
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link .nextpage img {
        width: 266px;
    }
}

.p-chapter9-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link__inner {
        width: 920px;
    }
}

.p-chapter9-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter9-link-button:hover {
    background-position: right;
}

.p-chapter9-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter9-link-button__text p {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link-button__text p {
        font-size: 30px;
        letter-spacing: 0.42em;
    }
}

.p-chapter9-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link-button__text p span {
        font-size: 17px;
        margin-top: 7px;
        letter-spacing: 0.4em;
    }
}

.p-chapter9-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter9-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter9-story {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-story {
        margin-top: -175px;
        margin-bottom: 30px;
    }
}

.p-chapter9-story .c-box-shadow {
    padding: 13.3333333333vw 5.3333333333vw 18.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-story .c-box-shadow {
        padding: 80px 90px 100px;
    }
}

.p-chapter9-story .c-ttl-lv2 {
    letter-spacing: 0.1em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter9-story .c-ttl-lv2 {
        letter-spacing: 0.41em;
        line-height: 2;
    }
}

.p-chapter9-story .c-ttl-lv2.--first {
    font-size: 4.5333333333vw;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter9-story .c-ttl-lv2.--first {
        font-size: 25px;
        letter-spacing: 0.41em;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-story .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        -moz-column-gap: 53px;
        column-gap: 53px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-story__text {
        margin-top: 0.5em;
    }
}

.p-chapter9-story__pic {
    display: flex;
    flex-direction: column;
    margin-top: 6.4vw;
    row-gap: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-story__pic {
        margin-top: 16px;
        row-gap: 20px;
    }
}

.p-chapter9-story__pic .image {
    width: 53.3333333333vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter9-story__pic .image {
        width: 190px;
    }
}

.p-chapter9-symposium .c-text {
    letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-symposium .c-text {
        letter-spacing: 0.01em;
    }
}

.p-chapter9-symposium > .c-text {
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-symposium > .c-text {
        margin-bottom: 30px;
    }
}

.p-chapter9-symposium .flex {
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-symposium .flex {
        display: flex;
        justify-content: center;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 48px;
    }
}

.p-chapter9-symposium .flex .image {
    width: 58.6666666667vw;
    margin: 0 auto 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-symposium .flex .image {
        width: 350px;
        flex-shrink: 0;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-symposium .ambassador {
        display: flex;
        justify-content: center;
        -moz-column-gap: 28px;
        column-gap: 28px;
        padding: 0 18px;
    }
}

.p-chapter9-symposium .ambassador .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7B6490;
    flex-shrink: 0;
    padding: 0.5rem 0;
    margin-bottom: 0.75em;
    color: #FFF;
    font-size: 4.5333333333vw;
    line-height: 2;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-chapter9-symposium .ambassador .heading {
        width: 180px;
        margin: 10px 0;
        font-size: 18px;
        line-height: 38px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-symposium .ambassador .text {
        margin: 0;
    }
}

.p-chapter9-unesco {
    margin-top: 12vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-unesco {
        margin-top: 100px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-unesco .c-ttl-lv2 {
        letter-spacing: 0.2em;
    }
}

.p-chapter9-unesco__item {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-chapter9-unesco__item {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        gap: 48px;
    }
}

.p-chapter9-unesco .left {
    word-break: break-all;
}

.p-chapter9-unesco .right .image {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-unesco .right .image {
        width: 260px;
        margin-top: 0.5rem;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter9-unesco .right .p-chapter9-btn a {
        width: 260px;
        height: 57px;
    }
}

.p-chapter9-anniversary {
    margin: 0 6.6666666667vw 8vw;
    padding: 9.3333333333vw 6vw;
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22%, rgb(236, 233, 239) 100%);
}

@media screen and (min-width: 768px) {
    .p-chapter9-anniversary {
        width: 1100px;
        margin: 100px auto 60px;
        padding: 80px 90px 100px;
    }
}

.p-chapter9-anniversary > .c-ttl-lv2 {
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter9-anniversary > .c-ttl-lv2 {
        margin-bottom: 40px;
        font-size: 45px;
        letter-spacing: 0.15em;
    }
}

.p-chapter9-anniversary .p-chapter9-btn {
    margin: 5.3333333333vw 0 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-anniversary .p-chapter9-btn {
        margin: 34px 0;
    }
}

.p-chapter9-anniversary__logo {
    border: 1px solid #632161;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter9-anniversary__logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 44px 40px;
        gap: 22px;
        width: 800px;
    }
}

.p-chapter9-anniversary__logo .text .c-ttl-lv2 {
    letter-spacing: 0.05em;
    margin: 6.9333333333vw 0 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-anniversary__logo .text .c-ttl-lv2 {
        text-align: left;
        margin: 0 0 20px;
        letter-spacing: 0.1em;
    }
}

.p-chapter9-anniversary__logo .text .c-text {
    margin: 0 6.4vw 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter9-anniversary__logo .text .c-text {
        margin: 0 0 20px;
    }
}

.p-chapter9-anniversary__logo .image {
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter9-anniversary__logo .image {
        width: 285px;
    }
}

p.responsibility.story {
    padding-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    p.responsibility.story {
        padding-bottom: 60px;
    }
}

.p-chapter10-all {
    margin-bottom: -16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-all {
        margin-bottom: -130px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter10-all {
        background: transparent;
        position: relative;
    }
}

.p-chapter10-all .c-text {
    font-size: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-all .c-text {
        font-size: 15px;
    }
}

.p-chapter10-all .c-box-gray > h2.c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter10-all .c-box-gray > h2.c-ttl-lv2 {
        letter-spacing: 0.41em;
    }
}

.p-chapter10-all .caption {
    text-align: center;
    color: #323246;
    font-size: 3.4666666667vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-all .caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 7px;
    }
}

.p-chapter10-all .c-box-shadow {
    padding: 13.3333333333vw 5.3333333333vw 18.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-all .c-box-shadow {
        padding: 92px 90px 108px;
    }
}

.p-chapter10-all .c-box-gray {
    margin-top: 7.2vw;
    padding: 3.7333333333vw 3.7333333333vw 7.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-all .c-box-gray {
        margin-top: 54px;
        padding: 48px 60px 80px;
    }
}

.p-chapter10-all .c-heading h1 {
    font-size: 6vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-all .c-heading h1 {
        font-size: 45px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter10-heading::after {
        height: 840px;
    }
}

.p-chapter10__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10__inner {
        margin: 0 auto;
    }
}

.p-chapter10-heading__lead {
    margin: 2rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
    line-height: 2.5 !important;
}

@media screen and (min-width: 768px) {
    .p-chapter10-heading__lead {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter10-heading__lead a {
    border-bottom: none;
    color: #632161;
}

.p-chapter10-btn {
    margin: 6.4vw auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter10-btn {
        margin: 40px auto;
    }
}

.p-chapter10-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 0;
    text-align: center;
    color: #FFF;
    font-size: 3.0666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.2;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter10-btn a {
        width: 363px;
        height: 57px;
        padding: 0 24px 0 0;
        font-size: 15px;
    }
}

.p-chapter10-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 20px;
    height: 20px;
    background: url(/tohokuuni_women/images/common/chev-right-circle-white.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
    .p-chapter10-btn a::before {
        right: 28px;
        width: 20px;
        height: 20px;
    }
}

.p-chapter10-first {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-first {
        margin-top: -175px;
        margin-bottom: 30px;
    }
}

.p-chapter10-first .c-box-shadow {
    padding-bottom: 0;
}

.p-chapter10-first .c-box-gray {
    padding-top: 11.7333333333vw;
    padding-bottom: 9.6vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-first .c-box-gray {
        margin-top: 60px;
        padding: 60px;
    }
}

.p-chapter10-first .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter10-first .c-ttl-lv2 {
        letter-spacing: 0.3em;
    }
}

.p-chapter10-talk {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-talk {
        margin-top: -175px;
        margin-bottom: 40px;
    }
}

.p-chapter10-talk .c-box-shadow {
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-talk .c-box-shadow {
        padding-top: 65px;
        padding-bottom: 32px;
    }
}

.p-chapter10-person {
    display: flex;
    flex-direction: column;
    margin: 0 0 10.6666666667vw;
    background-color: #f9f8f7;
    padding: 10.6666666667vw 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-person {
        justify-content: space-between;
        flex-direction: row;
        margin: 60px 0;
        padding: 40px;
    }
}

.p-chapter10-person__border {
    display: block;
    height: 1.3333333333vw;
    margin: 9.3333333333vw 0;
    background: url(/tohokuuni_women/images/chapter8/bg_dotted02.svg) repeat-x center/2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-person__border {
        background: url(/tohokuuni_women/images/chapter8/bg_dotted.svg) repeat-y top center/100%;
        width: 5px;
        height: unset;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter10-person__item {
        width: 380px;
    }
}

.p-chapter10-person__item .image {
    width: 50.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter10-person__item .image {
        margin: 0 auto 1.5em;
        width: 220px;
    }
}

.p-chapter10-person__item .name {
    text-align: center;
    color: #af8523;
    margin-top: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    font-family: "'Sawarabi Gothic'", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-chapter10-person__item .name {
        margin-top: 0;
        margin-bottom: 16px;
    }
}

.p-chapter10-person__item .name .en {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter10-person__item .name .en {
        font-size: 18px;
        margin-bottom: 0.75rem;
    }
}

.p-chapter10-person__item .name .jp {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-chapter10-person__item .name .jp {
        font-size: 19px;
        line-height: 1.47;
    }
}

.p-chapter10-person__item .c-text {
    font-size: 3.7333333333vw;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .p-chapter10-person__item .c-text {
        font-size: 15px;
        margin-left: 20px;
    }
}

.p-chapter10-taidan {
    padding-bottom: 14.9333333333vw;
    margin-bottom: 14.9333333333vw;
}

.p-chapter10-taidan:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan:last-of-type {
        padding-bottom: 110px;
    }
}

.p-chapter10-taidan:not(:last-of-type) {
    border-bottom: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan {
        padding-bottom: 75px;
        margin-bottom: 75px;
    }
}

.p-chapter10-taidan .c-ttl-lv2 {
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan .c-ttl-lv2 {
        letter-spacing: 0.3em;
    }
}

.p-chapter10-taidan .underline {
    border-bottom: 1px solid #632161;
    color: #632161;
}

.p-chapter10-taidan__item {
    margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan__item {
        margin-bottom: 30px;
    }
}

.p-chapter10-taidan__item th {
    width: 13.3333333333vw;
    padding-right: 3.2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan__item th {
        width: 55px;
        padding-right: 1em;
    }
}

.p-chapter10-taidan__item td {
    padding-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan__item td {
        padding-bottom: 30px;
    }
}

.p-chapter10-taidan__item td p.c-text {
    line-height: 2.5;
}

.p-chapter10-taidan__item td a.innerlink {
    color: #632161;
    border-bottom: 1px solid #632161;
}

.p-chapter10-taidan__item td a.innerlink span {
    font-size: 2.6666666667vw;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan__item td a.innerlink span {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan__item .icon {
        display: inline-block;
    }
}

.p-chapter10-taidan__item .question td {
    line-height: 2.5;
    font-size: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan__item .question td {
        padding-left: 55px;
        font-size: 15px;
    }
}

.p-chapter10-taidan__item tr:last-child td {
    padding-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan__item tr:last-child {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter10-taidan .image {
        max-width: 650px;
        margin: 0 auto;
    }
}

.p-chapter10-hosoku {
    margin: 3rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
    line-height: 2.5 !important;
}

@media screen and (min-width: 768px) {
    .p-chapter10-hosoku {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter10-hosoku .p-chapter10__inner {
    margin: 0;
}

.p-chapter10-hosoku .c-text {
    line-height: 2.5;
}

.p-chapter10-hosoku .c-text#attention01 {
    margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-hosoku .c-text#attention01 {
        margin-bottom: 1.5rem;
    }
}

.p-chapter10-link {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link {
        margin-top: 90px;
        padding-bottom: 100px;
    }
}

.p-chapter10-link .nextpage {
    max-width: 100%;
    margin: 0 auto 5.3333333333vw;
    width: 86.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link .nextpage {
        margin: 0 auto 20px;
        width: 920px;
    }
}

.p-chapter10-link .nextpage img {
    display: block;
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link .nextpage img {
        width: 266px;
    }
}

.p-chapter10-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link__inner {
        width: 920px;
    }
}

.p-chapter10-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter10-link-button:hover {
    background-position: right;
}

.p-chapter10-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter10-link-button__text p {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link-button__text p {
        font-size: 30px;
        letter-spacing: 0.42em;
    }
}

.p-chapter10-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link-button__text p span {
        font-size: 17px;
        margin-top: 7px;
        letter-spacing: 0.4em;
    }
}

.p-chapter10-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter10-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter10-award {
    margin-top: -104vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award {
        margin-top: -175px;
    }
}

.p-chapter10-award__inner {
    margin: 0 6.6666666667vw 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award__inner {
        margin: 0 auto 40px;
    }
}

.p-chapter10-award .c-box-shadow {
    padding: 8vw 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award .c-box-shadow {
        padding: 73px 90px 90px;
    }
}

.p-chapter10-award__big {
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award__big {
        margin-bottom: 35px;
    }
}

.p-chapter10-award__big.--02 {
    margin-top: 8vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award__big.--02 {
        margin-top: 70px;
        margin-bottom: 35px;
    }
}

.p-chapter10-award .c-text {
    line-height: 2.5;
    letter-spacing: 0;
}

.p-chapter10-award .p-chapter10-btn {
    margin-bottom: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award .p-chapter10-btn {
        margin-bottom: 80px;
    }
}

.p-chapter10-award .p-chapter10-btn a {
    width: 100%;
    height: 13vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award .p-chapter10-btn a {
        width: 363px;
        height: 57px;
    }
}

.p-chapter10-award-winner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 9.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award-winner {
        row-gap: 46px;
    }
}

.p-chapter10-award-winner-item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award-winner-item {
        width: 47.5%;
    }
}

.p-chapter10-award-winner-item img {
    display: block;
    margin-bottom: 4.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award-winner-item img {
        margin-bottom: 1.2rem;
    }
}

.p-chapter10-award-winner-imageonly {
    display: flex;
    flex-direction: column;
    row-gap: 2.1333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award-winner-imageonly {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 70px;
        row-gap: 46px;
        margin-bottom: 1.5rem;
    }
}

.p-chapter10-award-winner-imageonly p {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award-winner-imageonly p {
        width: 47.5%;
    }
}

.p-chapter10-award-winner-imageonly img {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award-winner-imageonly img {
        margin-bottom: 0;
    }
}

.p-chapter10-award .--textonly {
    margin-bottom: 9.3333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter10-award .--textonly {
        margin-bottom: 46px;
    }
}

p.responsibility.talk {
    padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
    p.responsibility.talk {
        padding-bottom: 50px;
    }
}

.p-chapter11-all {
    margin-bottom: -16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all {
        margin-bottom: -130px;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter11-all {
        background: transparent;
        position: relative;
    }
}

.p-chapter11-all .c-text {
    font-size: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all .c-text {
        font-size: 15px;
    }
}

.p-chapter11-all h2.c-ttl-lv2 {
    letter-spacing: 0.1em;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all h2.c-ttl-lv2 {
        letter-spacing: 0.3em;
        margin-bottom: 46px;
        line-height: 42px;
    }
}

.p-chapter11-all .caption {
    text-align: center;
    color: #323246;
    font-size: 3.4666666667vw;
    line-height: 1.55;
    margin-top: 2.1333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all .caption {
        font-size: 13px;
        line-height: 1.54;
        margin-top: 7px;
    }
}

.p-chapter11-all .c-box-shadow {
    padding: 13.3333333333vw 5.3333333333vw 18.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all .c-box-shadow {
        padding: 92px 90px 108px;
    }
}

.p-chapter11-all .c-box-gray {
    margin-top: 7.2vw;
    padding: 3.7333333333vw 3.7333333333vw 7.4666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all .c-box-gray {
        margin-top: 54px;
        padding: 48px 60px 80px;
    }
}

.p-chapter11-all .c-heading h1 {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all .c-heading h1 {
        font-size: 45px;
        letter-spacing: 0.2em;
    }
}

.p-chapter11-all .c-heading h1 small {
    font-size: 5.0666666667vw;
    line-height: 8.5333333333vw;
    display: block;
    margin-bottom: 1.3333333333vw;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-chapter11-all .c-heading h1 small {
        font-size: 31px;
        line-height: 48px;
        margin-bottom: 10px;
        letter-spacing: 0.2em;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter11-all .c-heading h1.--index {
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width: 1366px) {
    .p-chapter11-heading::after {
        height: 840px;
    }
}

.p-chapter11__inner {
    margin: 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11__inner {
        margin: 0 auto;
    }
}

.p-chapter11-heading__lead {
    margin: 2rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
    line-height: 2.5 !important;
}

@media screen and (min-width: 768px) {
    .p-chapter11-heading__lead {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter11-heading__lead a {
    border-bottom: none;
    color: #632161;
}

.p-chapter11-btn {
    margin: 6.4vw auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter11-btn {
        margin: 40px auto;
    }
}

.p-chapter11-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    margin: 0 auto;
    padding: 0 5.3333333333vw 0 0;
    text-align: center;
    color: #FFF;
    font-size: 3.0666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.2;
    background-color: #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter11-btn a {
        width: 363px;
        height: 57px;
        padding: 0 24px 0 0;
        font-size: 15px;
    }
}

.p-chapter11-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 20px;
    height: 20px;
    background: url(/tohokuuni_women/images/common/chev-right-circle-white.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
    .p-chapter11-btn a::before {
        right: 28px;
        width: 20px;
        height: 20px;
    }
}

.p-chapter11-first {
    margin-top: -104vw;
    margin-bottom: 16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first {
        margin-top: -175px;
        margin-bottom: 80px;
    }
}

.p-chapter11-first .c-box-shadow {
    padding: 8vw 5.3333333333vw 18.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first .c-box-shadow {
        padding: 80px 78px 100px;
    }
}

.p-chapter11-first .c-box-gray {
    margin-top: 0;
    margin-bottom: 8vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first .c-box-gray {
        margin-top: 0;
        margin-bottom: 60px;
        padding: 60px;
    }
}

.p-chapter11-first .c-ttl-lv2 {
    font-feature-settings: "palt";
    letter-spacing: 0.1em !important;
    margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first .c-ttl-lv2 {
        letter-spacing: 0.4em !important;
        margin-bottom: 40px;
    }
}

.p-chapter11-first .c-ttl-lv2 rt {
    text-align: center;
}

.p-chapter11-first__about {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__about {
        display: flex;
        -moz-column-gap: 32px;
        column-gap: 32px;
        margin-bottom: 0;
    }
}

.p-chapter11-first__about-text .c-text {
    text-align: left;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__about-text .c-text {
        text-align: justify;
    }
}

.p-chapter11-first__about-image {
    margin-top: 8.5333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__about-image {
        margin-top: 10px;
        max-width: 260px;
        flex-shrink: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__about-image .caption {
        margin-top: 38px;
    }
}

.p-chapter11-first .ttl-lv3 {
    margin-top: 10.1333333333vw;
    margin-bottom: 4vw;
    padding: 1.8666666667vw 0;
    font-family: "'Sawarabi Gothic'", Meiryo, メイリオ, Osaka, "MS PGothic", arial, sans-serif;
    font-size: 4vw;
    text-align: center;
    background-color: #A090B0;
    letter-spacing: 0.05em;
    line-height: 1.53;
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first .ttl-lv3 {
        margin-top: 48px;
        margin-bottom: 15px;
        padding: 7.5px;
        font-size: 15px;
    }
}

.p-chapter11-first__intro {
    margin-bottom: 0;
    row-gap: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__intro {
        -moz-column-gap: 32px;
        column-gap: 32px;
        margin-bottom: 0;
    }
}

.p-chapter11-first__intro-text .c-text {
    line-height: 2.5;
}

.p-chapter11-first__intro.--01 {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__intro.--01 {
        flex-direction: row-reverse;
    }
}

.p-chapter11-first__intro-image.--01 {
    margin-top: 8.5333333333vw;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__intro-image.--01 {
        margin-top: 10px;
        max-width: 320px;
    }
}

.p-chapter11-first__intro.--02,
.p-chapter11-first__intro.--03,
.p-chapter11-first__intro.--04 {
    display: flex;
    flex-direction: column;
    margin-top: 4.8vw;
    margin-bottom: 14.1333333333vw;
    gap: 4.8vw;
}

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

    .p-chapter11-first__intro.--02,
    .p-chapter11-first__intro.--03,
    .p-chapter11-first__intro.--04 {
        flex-direction: row;
        margin-top: 20px;
        margin-bottom: 90px;
        gap: 28px;
    }
}

.p-chapter11-first__intro.--05 {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__intro.--05 {
        flex-direction: row;
    }
}

.p-chapter11-first__intro-image.--05 {
    margin-top: 5.3333333333vw;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter11-first__intro-image.--05 {
        margin-top: 10px;
        max-width: 230px;
    }
}

.p-chapter11-connection {
    background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
}

@media screen and (min-width: 1366px) {
    .p-chapter11-connection {
        background: transparent;
        position: relative;
    }

    .p-chapter11-connection::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        min-height: 903px;
        top: 0;
        left: calc(50% - 50vw);
        background: linear-gradient(0deg, rgb(208, 199, 215) 0%, rgb(236, 233, 239) 22.04%);
    }
}

.p-chapter11-connection__inner {
    margin-bottom: -16vw;
    padding: 16vw 0 0;
}

@media screen and (min-width: 768px) {
    .p-chapter11-connection__inner {
        width: 1100px;
        padding: 80px 0 0;
        margin: 0 auto -130px;
    }
}

.p-chapter11-connection h2.c-ttl-lv2 {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-connection h2.c-ttl-lv2 {
        font-size: 45px;
        letter-spacing: 0.1em;
        margin-bottom: 60px;
    }
}

.p-chapter11-connection__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 5.3333333333vw;
    gap: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-connection__contents {
        gap: 40px 32px;
        max-width: 740px;
        margin: auto;
        padding: 0 20px;
    }
}

.p-chapter11-connection__contents a {
    width: 100%;
    display: block;
}

@media screen and (min-width: 768px) {
    .p-chapter11-connection__contents a {
        max-width: 330px;
    }
}

.p-chapter11-link {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link {
        margin-top: 90px;
        padding-bottom: 100px;
    }
}

.p-chapter11-link .nextpage {
    max-width: 100%;
    margin: 0 auto 5.3333333333vw;
    width: 86.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link .nextpage {
        margin: 0 auto 20px;
        width: 920px;
    }
}

.p-chapter11-link .nextpage img {
    display: block;
    width: 50.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link .nextpage img {
        width: 266px;
    }
}

.p-chapter11-link__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link__inner {
        width: 920px;
    }
}

.p-chapter11-link-button {
    display: block;
    background: linear-gradient(144deg, #422161 0%, #422161 38%, rgba(66, 33, 97, 0.9019607843) 38.1%, rgba(66, 33, 97, 0.9019607843) 100%);
    background-size: 200% 100%;
    background-position: left;
    height: 30.9333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link-button {
        width: 920px;
        height: 170px;
    }
}

.p-chapter11-link-button:hover {
    background-position: right;
}

.p-chapter11-link-button__text {
    border: 1px solid #fff;
    color: #af8523;
    text-align: center;
    width: 82.4vw;
    height: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link-button__text {
        width: 900px;
        height: 150px;
    }
}

.p-chapter11-link-button__text p {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link-button__text p {
        font-size: 30px;
        letter-spacing: 0.42em;
    }
}

.p-chapter11-link-button__text p span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 1.8666666667vw;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link-button__text p span {
        font-size: 17px;
        margin-top: 7px;
        letter-spacing: 0.4em;
    }
}

.p-chapter11-link-button__chev {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-link-button__chev {
        right: 20px;
        bottom: 20px;
    }
}

.p-chapter11-link-button__chev img {
    width: 20px;
    height: 20px;
}

.p-chapter11-alice {
    margin-top: -104vw;
    margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-alice {
        margin-top: -175px;
        margin-bottom: 30px;
    }
}

.p-chapter11-alice .c-box-shadow {
    padding-bottom: 0;
}

.p-chapter11-alice .c-box-gray {
    padding-top: 11.7333333333vw;
    padding-bottom: 9.6vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-alice .c-box-gray {
        margin-top: 60px;
        padding: 60px;
    }
}

.p-chapter11-person {
    display: flex;
    flex-direction: column;
    margin: 0 0 10.6666666667vw;
    background-color: #f9f8f7;
    padding: 10.6666666667vw 3.7333333333vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person {
        justify-content: space-between;
        flex-direction: row;
        margin: 60px 0;
        padding: 40px;
    }
}

.p-chapter11-person__border {
    display: block;
    height: 1.3333333333vw;
    margin: 9.3333333333vw 0;
    background: url(/tohokuuni_women/images/chapter8/bg_dotted02.svg) repeat-x center/2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__border {
        background: url(/tohokuuni_women/images/chapter8/bg_dotted.svg) repeat-y top center/100%;
        width: 5px;
        height: unset;
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__item {
        width: 380px;
    }
}

.p-chapter11-person__item .image {
    width: 50.6666666667vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__item .image {
        margin: 0 auto 1.5em;
        width: 220px;
    }
}

.p-chapter11-person__item .name {
    text-align: center;
    color: #af8523;
    margin-top: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    font-family: "'Sawarabi Gothic'", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__item .name {
        margin-top: 0;
        margin-bottom: 16px;
    }
}

.p-chapter11-person__item .name .en {
    margin-bottom: 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.3;
    letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__item .name .en {
        font-size: 18px;
        margin-bottom: 0.75rem;
    }
}

.p-chapter11-person__item .name .jp {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__item .name .jp {
        font-size: 34px;
        line-height: 1.47;
    }
}

.p-chapter11-person__item .name .jp small {
    font-size: 4.8vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__item .name .jp small {
        font-size: 25px;
    }
}

.p-chapter11-person__item .c-text {
    font-size: 3.7333333333vw;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .p-chapter11-person__item .c-text {
        font-size: 15px;
        margin-left: 20px;
    }
}

.p-chapter11-taidan {
    padding-bottom: 14.9333333333vw;
    margin-bottom: 14.9333333333vw;
}

.p-chapter11-taidan:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan:last-of-type {
        padding-bottom: 110px;
    }
}

.p-chapter11-taidan:last-of-type .c-ttl-lv2 {
    letter-spacing: 0.02em;
    font-size: 5.0666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan:last-of-type .c-ttl-lv2 {
        letter-spacing: 0.3em;
        font-size: 25px;
    }
}

.p-chapter11-taidan:not(:last-of-type) {
    border-bottom: 1px solid #422161;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan {
        padding-bottom: 75px;
        margin-bottom: 75px;
    }
}

.p-chapter11-taidan .underline {
    border-bottom: 1px solid #632161;
    color: #632161;
}

.p-chapter11-taidan__item {
    margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan__item {
        margin-bottom: 30px;
    }
}

.p-chapter11-taidan__item.--m0 {
    margin-bottom: 0;
}

.p-chapter11-taidan__item th {
    width: 11.4666666667vw;
    padding-right: 3.2vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan__item th {
        width: 55px;
        padding-right: 1em;
    }
}

.p-chapter11-taidan__item td {
    padding-bottom: 10.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan__item td {
        padding-bottom: 30px;
    }
}

.p-chapter11-taidan__item td p.c-text {
    line-height: 2.5;
}

.p-chapter11-taidan__item td a.innerlink {
    color: #632161;
    border-bottom: 1px solid #632161;
}

.p-chapter11-taidan__item td a.innerlink span {
    font-size: 2.6666666667vw;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan__item td a.innerlink span {
        font-size: 10px;
    }
}

.p-chapter11-taidan__item .icon {
    width: 8vw;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan__item .icon {
        width: 40px;
    }
}

.p-chapter11-taidan__item .question td {
    line-height: 2.5;
    font-size: 4vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan__item .question td {
        padding-left: 55px;
        font-size: 15px;
    }
}

.p-chapter11-taidan__item tr:last-child td {
    padding-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan__item tr:last-child {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-chapter11-taidan .image {
        max-width: 650px;
        margin: 0 auto;
    }
}

.p-chapter11-hosoku {
    margin: 3rem auto 0;
    padding: 0 6.6666666667vw;
    text-align: justify !important;
    line-height: 2.5 !important;
}

@media screen and (min-width: 768px) {
    .p-chapter11-hosoku {
        width: 1100px;
        padding: 0;
    }
}

.p-chapter11-hosoku .p-chapter11__inner {
    margin: 0;
}

.p-chapter11-hosoku .c-text {
    line-height: 2.5;
}

.p-chapter11-hosoku .c-text:last-child {
    padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
    .p-chapter11-hosoku .c-text:last-child {
        padding-bottom: 5rem;
    }
}

p.responsibility.talk {
    padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
    p.responsibility.talk {
        padding-bottom: 50px;
    }
}

/*# sourceMappingURL=style.css.map */

/*** 20241128追記 ***/
.l-dnav-menu__item.tw110th::after {
    transform: rotate(-90deg);
}

.l-dnav-menu__item.tw110th {
    background-color: #fff;
    border: solid 1px #d0c7d7;
    border-top: none;
}

.l-dnav-menu__item.tw110th dl:hover {
    color: #d0c7d7;
}

.l-dnav-menu__item.tw110th::after:hover dl {
    color: #d0c7d7;
}
