@charset "UTF-8";
/* Scss Document */
@import url(/hojin/assets/css/keyframes.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Vollkorn&display=swap");

*,
*:before,
*:after {
    border: 0;
    box-sizing: inherit;
    color: inherit;
    font-style: normal;
    font-family: inherit;
    margin: 0;
    padding: 0;
}


a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

ol,
ul {
    list-style-type: none;
}

body {
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 62.5%;
}

body.opened {
    height: 0;
    overflow: hidden;
}

article {
    position: relative;
}

.font-mincho {
    font-family: "A1明朝", A1 Mincho;
}

.font-vollkorn {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}

#wrap {
    position: relative;
    overflow: hidden;
}

#wrap.opened {
    height: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    #wrap {
        min-width: 1300px;
    }
}

.logo-wrap {
    padding: 31px 20px 32px 21px;
    background-color: #FFF;
}

.logo-wrap img {
    width: 218px;
}

@media (min-width: 768px) {
    .logo-wrap {
        padding: 0;
    }

    .logo-wrap img {
        width: 218px;
    }
}

.scroll {
    position: relative;
    height: 71px;
    width: 7px;
    margin: 0 auto;
}

.scroll-top-wrap {
    position: absolute;
    right: -35px;
    z-index: 16;
    cursor: pointer;
}

.scroll-top-wrap .scroll-top {
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.scroll-top-wrap:hover .scroll-top {
    height: 91px;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.scroll img {
    position: absolute;
    top: 0;
    right: -13px;
    width: 16px;
    max-width: 16px;
}

.scroll .dot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: rgba(112, 112, 112, 0.45);
    border-radius: 4px;
}

.scroll:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    width: 1px;
    margin: 0 auto;
    background-color: rgba(112, 112, 112, 0.45);
}

.scroll.is-animation:before {
    -webkit-animation: scdown .6s ease 0s forwards;
    animation: scdown .6s ease 0s forwards;
}

.scroll.infinite:before {
    -webkit-animation: scdown-loop 2.4s ease 0s infinite;
    animation: scdown-loop 2.4s ease 0s infinite;
}

.scroll-short {
    height: 59px;
    margin-bottom: 46px;
}

.scroll-short-mb34 {
    margin-bottom: 29px;
}

.scroll-short-mb31sp {
    margin-bottom: 31px;
}

@media (min-width: 768px) {
    .scroll-short-mb60 {
        margin-bottom: 80px;
    }

    .scroll-short-mb77pc {
        margin-bottom: 77px;
    }
}

.scroll-top {
    position: relative;
}

.scroll-top:before {
    height: 100%;
    top: 7px;
}

.scroll-top .dot {
    top: 0;
    bottom: auto;
}

.scroll-top img {
    top: auto;
    bottom: 0;
}

.frame {
    position: relative;
    padding: 20px 24px;
    color: #FFF;
    font-size: 18px;
    letter-spacing: .06em;
}

.frame .line {
    position: absolute;
    background-color: #FFF;
}

.frame .line.top {
    top: 8px;
    right: 15px;
    left: 8px;
    height: 1px;
}

.frame .line.right {
    top: 17px;
    right: 0;
    bottom: 0;
    width: 1px;
}

.frame .line.bottom {
    right: 8px;
    bottom: 8px;
    left: 15px;
    height: 1px;
}

.frame .line.left {
    top: 0;
    bottom: 18px;
    left: 0;
    width: 1px;
}

.frame.alumin .line {
    background-color: #EAEEF1;
}

.more {
    position: relative;
    width: 100%;
    padding-right: 15px;
    text-align: right;
}

.more::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 9px;
    margin: auto 0;
    background-image: url("/hojin/assets/img/common/common-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    content: "";
}

.more span {
    position: relative;
    padding: 0 1px 1px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
}

.more span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(112, 112, 112, 0.45);
    content: "";
}

@media (min-width: 768px) {
    .more span::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #00479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .more span:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .more span:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.list {
    width: 100%;
    padding: 0 20px 0 10px;
    background: #FFF;
}

.list ul {
    margin-bottom: 26px;
}

.list li {
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CDD6DD;
    font-size: 15px;
}

.list li .cate {
    width: 70px;
    height: 23px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00479D;
    color: #FFF;
    font-size: 14px;
}

.list li time {
    margin-bottom: 5px;
    display: block;
    letter-spacing: .03em;
}

.list li .txt {
    display: flex;
}

.list li .txt p {
    display: inline-block;
}

.list li.new .cate {
    position: relative;
    overflow: visible;
}

.list li.new .cate::after {
    position: absolute;
    top: 9px;
    right: -40px;
    width: 52px;
    height: 26px;
    padding: 4px 6px;
    background-color: #FFF;
    background-image: url("/hojin/assets/img/common/common-txt-new.jpg");
    background-position: 6px 4px;
    background-repeat: no-repeat;
    background-size: 40px 18px;
    content: "";
}

@media (min-width: 768px) {
    .list li {
        padding-bottom: 0px;
        margin-bottom: 17px;
        display: flex;
        letter-spacing: .03em;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .list li .cate {
        width: 78px;
        height: 27px;
        margin-right: 42px;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .list li .cate:hover {
        opacity: .8;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .list li time {
        margin-right: 25px;
        display: inline-block;
    }

    .list li.new .cate::after {
        top: -14px;
        right: auto;
        left: -38px;
    }

    .list li:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.category {
    width: 100%;
    padding: 35px 10px 39px 8px;
    order: 1;
    background: #FFF;
    font-size: 14px;
}

.category ul {
    display: flex;
}

.category ul li {
    position: relative;
    width: 44px;
    padding-bottom: 6px;
    margin-right: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.category ul li:last-of-type {
    margin-right: 0;
}

.category ul li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: rotate(-12deg);
    background-color: #CDD6DD;
    content: "";
}

.category ul li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transform: rotate(-12deg);
    background-color: #00479D;
    content: "";
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.category ul li.current {
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.category ul li.current::after {
    opacity: 1;
    transition: none;
    -webkit-transition: none;
}

.category ul li:hover {}

.category ul li:hover::after {
    opacity: 1;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

@media (min-width: 768px) {
    .category ul li {
        cursor: pointer;
    }

    .category ul li::before,
    .category ul li::after {
        display: none;
        bottom: 14px;
        transform: rotate(-7deg);
    }
}

.pager {
    height: 100px;
    padding: 0 20px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #FFF, #F5F8FA);
    color: #3B4043;
    font-size: 14px;
    font-weight: 700;
}

.pager li {
    position: relative;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.pager li:hover {
    color: #00479D;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.pager li.current::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #00479D;
    content: "";
}

.pager .prev,
.pager .next {
    position: relative;
    font-weight: 500;
}

.pager .prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 9px;
    background-image: url("/hojin/assets/img/common/common-arrow-re.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px 9px;
    content: "";
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.pager .next::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 9px;
    background-image: url("/hojin/assets/img/common/common-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px 9px;
    content: "";
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.pager .next:hover::after {
    transform: translateX(10px);
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.pager .prev:hover::after {
    transform: translateX(-10px);
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.pager .prev {
    margin-right: 28px;
    padding-left: 17px;
}

.pager .prev::after {
    left: 0;
}

.pager .next {
    margin-left: 28px;
    padding-right: 17px;
}

.pager .next::after {
    right: 0;
}

@media (min-width: 768px) {
    .pager li {
        margin-right: 20px;
    }

    .pager li.prev,
    .pager li.next {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pager li.prev:hover,
    .pager li.next:hover {
        color: #00479D;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pager li.prev {
        margin-right: 40px;
    }

    .pager li.next {
        margin-right: 0;
    }
}

.slash {
    position: relative;
}

.slash::before,
.slash::after {
    position: absolute;
    left: 0;
    width: 13px;
    height: 1px;
    transform: rotate(-45deg);
    background: rgba(95, 100, 104, 0.45);
    content: "";
}

.slash::before {
    top: 10px;
}

.slash::after {
    top: 15px;
}

.btn {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(-135deg, #00244F, #00244F, #00479D);
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    color: #FFF;
}

@media (min-width: 768px) {
    .btn {
        background: none;
    }

    .btn .bg {
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(-135deg, #00479D, #00244F, #00244F, #00244F, #00244F, #00479D);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .btn:hover .bg {
        left: -100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.btn span {
    position: relative;
    z-index: 1;
}


.btn.btn_back span {
    padding-left: 10px;
    display: inline-block;
    background-image: url("/hojin/assets/img/common/common-arrow-left-white.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 6px 9px;
}

/* header */
header {
    height: 100px;
    margin-bottom: 9px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    header {
        height: 124px;
        margin-bottom: 89px;
    }
}

@media (min-width: 768px) {
    .header-module {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .header-module ul {
        display: flex;
        font-size: 15px;
        letter-spacing: .06em;
    }

    .header-module ul li {
        margin-left: 40px;
    }

    .header-module ul li a {
        position: relative;
        display: inline-block;
        color: #000;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .header-module ul li a::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #00479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .header-module ul li.current a::after {
        width: 100%;
    }

    .header-module ul li a:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.header-logo {
    width: 131px;
}

/* header */
/* nav z72 */
nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 72;
    width: 100%;
    height: 100vh;
    padding-bottom: 55px;
    display: none;
    overflow: scroll;
    background-color: rgba(0, 59, 131, 0.98);
    color: #FFF;
}

@media screen and (min-width: 768px),
print {
    nav {
        display: block;
    }
}

nav.opened {
    color: #FFF;
    display: block;
    background-color: #064086;
}

nav ul {
    padding: 0 20px;
    margin-bottom: 30px;
}

nav ul li {
    padding: 18px 0 16px;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
}

nav ul li a {
    display: block;
}

nav ul.relation li {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
}

nav .policy {
    margin-bottom: 21px;
    text-align: center;
}

nav .policy a {
    padding: 0 0 4px 0;
    display: inline-block;
    border-bottom: 1px solid #FFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
}

nav #navCloseBtn {
    padding: 12px 0 10px;
    margin: 0 20px 23px;
    text-align: center;
    background-color: #08284E;
    color: #FFF;
    font-size: 12px;
    letter-spacing: .2em;
}

/* //nav z72 */
/* navBtn z80 */
#navBtn {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 80;
    width: 25px;
    height: 18px;
}

#navBtn span {
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

#navBtn span:nth-of-type(1) {
    top: 0;
}

#navBtn span:nth-of-type(2) {
    top: calc(100% / 2 - 1px);
}

#navBtn span:nth-of-type(3) {
    top: calc(100% - 2px);
}

#navBtn.opened span {
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    top: calc(100% / 2 - 1px);
}

#navBtn.opened span:nth-of-type(1) {
    transform: rotate(-45deg);
}

#navBtn.opened span:nth-of-type(2) {
    opacity: 0;
}

#navBtn.opened span:nth-of-type(3) {
    transform: rotate(45deg);
}

/* footer */
footer {
    padding-top: 67px;
    background: linear-gradient(-135deg, #2D4069, #1A2B53);
    color: #FFF;
}

footer .logo-wrap {
    position: relative;
    margin-bottom: 9px;
    background: none;
}

footer .logo-wrap::before,
footer .logo-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% / 2 - 92px);
    height: 1px;
    margin: auto 0;
    background-color: #FFF;
}

footer .logo-wrap::before {
    left: 0;
}

footer .logo-wrap::after {
    right: 0;
}

footer .logo-wrap h1 {
    text-align: center;
}

footer .logo-wrap h1 img {
    width: 132px;
}

footer address {
    margin-bottom: 66px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
}

footer address p {
    margin-bottom: 11px;
}

footer .relation {
    padding: 0 38px;
    margin-bottom: 50px;
}

footer .relation li {
    margin: 0 5px 20px;
}

footer .policy,
footer .copy {
    background: #FFF;
    text-align: center;
    color: #111;
}

footer .policy {
    padding: 18px 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
}

footer .policy a {
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
}

footer .policy a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(111, 117, 121, 0.45);
    content: "";
}

footer .copy {
    padding-bottom: 16px;
    overflow: hidden;
}

footer .copy span {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: -0.06em;
    white-space: nowrap;
}

@media (min-width: 768px) {
    footer {
        padding-top: 59px;
    }

    footer .logo-wrap {
        width: 966px;
        margin: 0 auto 33px;
    }

    footer .logo-wrap::before,
    footer .logo-wrap::after {
        width: calc(100% / 2 - 133px);
        margin-bottom: 19px;
    }

    footer .logo-wrap h1 {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
        opacity: 1;
    }

    footer .logo-wrap h1 img {
        width: 157px;
    }

    footer .logo-wrap h1:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
        opacity: .8;
    }

    footer address {
        margin-bottom: 70px;
        font-size: 15px;
    }

    footer address p {
        margin-bottom: 10px;
    }

    footer address a {
        opacity: 1;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    footer address a:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
        opacity: .8;
    }

    footer .relation {
        width: 966px;
        padding: 0;
        margin: 0 auto 50px;
        display: flex;
        justify-content: center;
    }

    footer .relation img {
        width: 300px;
        opacity: 1;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    footer .relation img:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
        opacity: .8;
    }

    footer .box {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF;
    }

    footer .box .policy {
        padding: 0;
        margin-right: 49px;
    }

    footer .box .policy a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #00479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    footer .box .policy a:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    footer .box .copy {
        padding: 0;
    }

    footer .box .copy span {
        font-size: 12px;
        letter-spacing: .06em;
    }

    .footer-menu {
        width: 670px;
        margin: 0 auto 50px;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        letter-spacing: .06em;
    }

    .footer-menu a {
        position: relative;
        display: inline-block;
        color: #000;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .footer-menu a::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #00479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .footer-menu a:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .footer-menu li.current a::after {
        width: 100%;
    }
}

/* home */
.home-mv-module {
    position: relative;
    height: calc(100vh - 100px - 30px);
    margin-bottom: 18px;
}

.home-mv-module .txt {
    position: absolute;
    bottom: 56px;
    left: 10px;
    z-index: 8;
    height: 211px;
    padding: 29px 26px 9px 20px;
    font-size: 24px;
}

.home-mv-module .txt h1 {
    padding: 30px 47px 5px 46px;
    background-color: #FFF;
    color: #111;
    font-size: 24px;
    letter-spacing: .06em;
    line-height: 1.875;
}

.home-mv-module .txt span {
    font-size: 28px;
    line-height: 1.607;
}

.home-mv-module .line {
    background-color: #CDD6DD;
}

.home-mv-module .line.top {
    top: 19px;
    right: 14px;
    left: 40px;
    -webkit-animation: top-inline-move-down-sp 2.4s ease 0s forwards;
    animation: top-inline-move-down-sp 2.4s ease 0s forwards;
}

.home-mv-module .line.right {
    top: 47px;
    right: 7px;
    bottom: 11px;
    -webkit-animation: right-inline-move-down-sp 2.4s ease 0s forwards;
    animation: right-inline-move-down-sp 2.4s ease 0s forwards;
}

.home-mv-module .line.bottom {
    right: 38px;
    bottom: 33px;
    left: 7px;
    -webkit-animation: bottom-inline-move-down-sp 2.4s ease 0s forwards;
    animation: bottom-inline-move-down-sp 2.4s ease 0s forwards;
}

.home-mv-module .line.left {
    top: 0;
    bottom: 58px;
    left: 7px;
    -webkit-animation: left-inline-move-down-sp 2.4s ease 0s forwards;
    animation: left-inline-move-down-sp 2.4s ease 0s forwards;
}

.home-mv-module .line.out.top {
    top: 13px;
    right: 0;
    left: 54px;
    -webkit-animation: top-outline-move-down-sp 3.6s ease 0s forwards;
    animation: top-outline-move-down-sp 3.64s ease 0s forwards;
}

.home-mv-module .line.out.right {
    top: 58px;
    right: 0;
    bottom: 0;
    width: 1px;
    -webkit-animation: right-outline-move-down-sp 3.6s ease 0s forwards;
    animation: right-outline-move-down-sp 3.6s ease 0s forwards;
}

.home-mv-module .line.out.bottom {
    right: 47px;
    bottom: 26px;
    left: 0;
    height: 1px;
    -webkit-animation: bottom-outline-move-down-sp 3.6s ease 0s forwards;
    animation: bottom-outline-move-down-sp 3.6s ease 0s forwards;
}

.home-mv-module .line.out.left {
    top: 15px;
    bottom: 43px;
    left: 0;
    width: 1px;
    -webkit-animation: left-outline-move-down-sp 3.6s ease 0s forwards;
    animation: left-outline-move-down-sp 3.64s ease 0s forwards;
}

.home-mv-module .hanging-txt {
    position: absolute;
    top: 8px;
    z-index: 8;
    width: 14px;
    overflow: hidden;
    height: 0;
    -webkit-animation: home-mv-hanging 1.2s ease-out .4s forwards;
    animation: home-mv-hanging 1.2s ease-out .4s forwards;
}

.home-mv-module .hanging-txt.right {
    right: 30px;
}

.home-mv-module .hanging-txt.left {
    right: 60px;
}

.home-mv-module .img-wrap {
    position: absolute;
    top: 24px;
    right: 0;
    bottom: 150px;
    left: 18px;
    overflow: hidden;
}

.home-mv-module .img-wrap div {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
}

.home-mv-module .img-wrap div:nth-of-type(1) {
    background-image: url(/hojin/assets/img/home/home-mv04.jpg);
}

.home-mv-module .img-wrap div:nth-of-type(2) {
    background-image: url(/hojin/assets/img/home/home-mv05.jpg);
}

/*.home-mv-module .img-wrap div:nth-of-type(3) {
    background-image: url(/hojin/assets/img/home/home-mv03.jpg);
}

.home-mv-module .img-wrap div:nth-of-type(4) {
    background-image: url(/hojin/assets/img/home/home-mv04.jpg);
}

.home-mv-module .img-wrap div:nth-of-type(5) {
    background-image: url(/hojin/assets/img/home/home-mv05.jpg);
}*/

.home-mv-module .img-wrap div.home-mv-in {
    z-index: 1;
    -webkit-animation: home-mv-in 6s linear forwards;
    animation: home-mv-in 6s linear forwards;
}

.home-mv-module .img-wrap div.home-mv-out {
    z-index: 0;
    -webkit-animation: home-mv-out 6s linear forwards;
    animation: home-mv-out 6s linear forwards;
}

.home-mv-module .dot-wrap {
    position: absolute;
    right: 0;
    bottom: 150px;
    z-index: 8;
    width: 15px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
}

.home-mv-module .dot-wrap ul {
    width: 3px;
    height: 44px;
}

.home-mv-module .dot-wrap .dot {
    width: 3px;
    height: 3px;
    margin-bottom: 8px;
    border-radius: 2px;
    background: #DADFE2;
    cursor: pointer;
    transition: 4s ease-in-out;
    -webkit-transition: 4s ease-in-out;
}

.home-mv-module .dot-wrap .dot.current {
    background: #A8841E;
    transition: 4s ease-in-out;
    -webkit-transition: 4s ease-in-out;
}

.home-mv-module .scroll {
    position: absolute;
    right: 35px;
    bottom: 18px;
}

@media (min-width: 768px) {
    .home-mv-module {
        height: calc(100vh - 206px);
        min-height: 543px;
        min-width: 1300px;
        margin-bottom: 98px;
    }

    .home-mv-module .txt {
        top: 0;
        bottom: 0;
        left: 124px;
        height: 332px;
        margin: auto 0;
    }

    .home-mv-module .txt h1 {
        padding: 30px 88px 39px 94px;
        font-size: 30px;
    }

    .home-mv-module .txt span {
        font-size: 40px;
    }

    .home-mv-module .line {
        background-color: #CDD6DD;
    }

    .home-mv-module .line.top {
        top: 10px;
        right: 14px;
        left: 58px;
        -webkit-animation: top-inline-move-down 2.4s ease 0s forwards;
        animation: top-inline-move-down 2.4s ease 0s forwards;
    }

    .home-mv-module .line.right {
        top: 53px;
        right: -2px;
        bottom: 48px;
        -webkit-animation: right-inline-move-down 2.4s ease 0s forwards;
        animation: right-inline-move-down 2.4s ease 0s forwards;
    }

    .home-mv-module .line.bottom {
        right: 44px;
        bottom: 85px;
        left: 7px;
        -webkit-animation: bottom-inline-move-down 2.4s ease 0s forwards;
        animation: bottom-inline-move-down 2.4s ease 0s forwards;
    }

    .home-mv-module .line.left {
        top: -17px;
        bottom: 122px;
        left: 7px;
        -webkit-animation: left-inline-move-down 2.4s ease 0s forwards;
        animation: left-inline-move-down 2.4s ease 0s forwards;
    }

    .home-mv-module .line.out.top {
        top: 1px;
        right: -11px;
        left: 76px;
        -webkit-animation: top-outline-move-down 3.6s ease 0s forwards;
        animation: top-outline-move-down 3.6s ease 0s forwards;
    }

    .home-mv-module .line.out.right {
        top: 69px;
        right: -13px;
        bottom: 33px;
        width: 1px;
        -webkit-animation: right-outline-move-down 3.6s ease 0s forwards;
        animation: right-outline-move-down 3.6s ease 0s forwards;
    }

    .home-mv-module .line.out.bottom {
        right: 60px;
        bottom: 72px;
        left: -7px;
        height: 1px;
        -webkit-animation: bottom-outline-move-down 3.6s ease 0s forwards;
        animation: bottom-outline-move-down 3.6s ease 0s forwards;
    }

    .home-mv-module .line.out.left {
        top: 4px;
        bottom: 97px;
        left: -4px;
        width: 1px;
        -webkit-animation: left-outline-move-down 3.6s ease 0s forwards;
        animation: left-outline-move-down 3.6s ease 0s forwards;
    }

    .home-mv-module .hanging-txt {
        top: 2px;
        min-width: 16px;
        width: calc(100% * 0.011713);

    }

    .home-mv-module .hanging-txt.right {
        right: 93px;
    }

    .home-mv-module .hanging-txt.left {
        right: 124px;
    }

    .home-mv-module .img-wrap {
        bottom: 72px;
        left: 373px;
    }

    .home-mv-module .img-wrap div:nth-of-type(1) {
        background-image: url("/hojin/assets/img/home/home-mv04-pc.jpg");
        display: block;
    }

    .home-mv-module .img-wrap div:nth-of-type(2) {
        background-image: url("/hojin/assets/img/home/home-mv05-pc.jpg");
    }

    /*.home-mv-module .img-wrap div:nth-of-type(3) {
        background-image: url("/hojin/assets/img/home/home-mv03-pc.jpg");
    }

    .home-mv-module .img-wrap div:nth-of-type(4) {
        background-image: url("/hojin/assets/img/home/home-mv04-pc.jpg");
    }

    .home-mv-module .img-wrap div:nth-of-type(5) {
        background-image: url("/hojin/assets/img/home/home-mv05-pc.jpg");
    }*/

    .home-mv-module .scroll {
        right: auto;
        left: 52px;
        bottom: 55px;
    }

    .home-mv-module .dot-wrap {
        bottom: 71px;
        width: 158px;
        height: 33px;
    }

    .home-mv-module .dot-wrap ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-mv-module .dot-wrap li {
        margin-right: 15px;
    }

    .home-mv-module .dot-wrap li:last-of-type {
        margin-right: 0;
    }

    .home-mv-module .dot-wrap .dot {
        width: 5px;
        height: 5px;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 3px;
    }
}

.home-feeling-module {
    margin-bottom: 60px;
}

.home-feeling-module h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 22px;
    letter-spacing: .06em;
    line-height: 2.0455;
}

.home-feeling-module p {
    margin: 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

@media (min-width: 768px) {
    .home-feeling-module {
        height: 120px;
        margin-top: -60px;
        margin-bottom: 181px;
        padding-top: 100px;
        /*background-image: url("/hojin/assets/img/home/home-feeling01-pc.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;*/
    }

    .home-feeling-module h2 {
        padding-left: 20px;
        margin-bottom: 24px;
        font-size: 26px;
    }

    .home-feeling-module p {
        width: 620px;
        padding-left: 9px;
        margin: 0 auto;
        letter-spacing: .03em;
        line-height: 2.5;
    }
}

.home-banner-module {
    margin: 0 20px;
}

.home-banner-module.about {
    margin-bottom: 95px;
}

.home-banner-module h2 {
    margin-bottom: 17px;
    color: #111;
    text-align: center;
    font-size: 24px;
    letter-spacing: .06em;
    line-height: 1.9167;
}

.home-banner-module .home-banner-module-frame {
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 14px;
    color: #000;
}

.home-banner-module .home-banner-module-frame .line {
    background-color: #CDD6DD;
}

.home-banner-module .home-banner-module-frame .left {
    top: -11px;
    bottom: 7px;
    left: 3px;
}

.home-banner-module .home-banner-module-frame .bottom {
    right: 29px;
    bottom: 18px;
    left: 13px;
}

.home-banner-module .home-banner-module-frame .right {
    top: -31px;
    bottom: 38px;
    right: 4px;
}

.home-banner-module .home-banner-module-txt {
    width: 221px;
    margin: 0 auto 13px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 2.1333;
}

.home-banner-module img {
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .home-banner-module {
        width: 966px;
        margin: 0 auto 99px;
        display: flex;
        align-items: flex-start;
    }

    .home-banner-module h2 {
        padding-left: 17px;
        margin-bottom: 30px;
        font-size: 28px;
        letter-spacing: .06em;
        line-height: 1.6429;
    }

    .home-banner-module .home-banner-module-frame {
        width: 506px;
        margin-left: -34px;
        padding: 84px 0px 83px 28px;
    }

    .home-banner-module .home-banner-module-frame .line {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-banner-module .home-banner-module-frame .top {
        top: -22px;
        right: 5px;
        left: 47px;
    }

    .home-banner-module .home-banner-module-frame .right {
        top: -52px;
        bottom: 75px;
        right: -1px;
    }

    .home-banner-module .home-banner-module-frame .bottom {
        right: 35px;
        bottom: 45px;
        left: 14px;
    }

    .home-banner-module .home-banner-module-frame .left {
        top: 338px;
        bottom: 26px;
        left: 3px;
    }

    .home-banner-module .img-wrap {
        width: 493px;
        height: 342px;
        overflow: hidden;
    }

    .home-banner-module img {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-banner-module .home-banner-module-txt {
        width: 238px;
        margin-bottom: 40px;
        line-height: 2.1633;
    }

    .home-banner-module .more {
        padding-right: 43px;
    }

    .home-banner-module .more::after {
        top: 4px;
        right: 28px;
    }

    .home-banner-module:hover .top {
        transform: translateY(-10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-banner-module:hover .right {
        transform: translateX(10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-banner-module:hover .bottom {
        transform: translateY(10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-banner-module:hover .left {
        transform: translateX(-10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-banner-module:hover img {
        transform: scale(1.05);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-banner-module:hover .more span {
        color: #00479D;
    }

    .home-banner-module:hover .more span::after {
        width: 100%;
    }
}

.home-news-module {
    padding: 51px 0 41px 10px;
    margin-bottom: 78px;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(-135deg, #F7F7F7, #DADFE2);
}

.home-news-module h2,
.home-news-module .tab {
    width: 100%;
    padding: 0 20px 0 10px;
    background: #FFF;
}

.home-news-module h2 {
    order: 3;
    width: 100%;
    font-size: 14px;
    letter-spacing: .03em;
    text-align: right;
}

.home-news-module h2 a {
    position: relative;
    padding: 0 5px 2px;
    margin-bottom: 15px;
    display: inline-block;
}

.home-news-module h2 a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(111, 117, 121, 0.45);
    content: "";
}

.home-news-module h2 a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00479D;
    content: "";
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.home-news-module h2 a:hover {
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.home-news-module h2 a:hover::after {
    width: 100%;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.home-news-module .list-wrap {
    order: 2;
    position: relative;
    width: 100%;
    padding: 0 20px 0 10px;
    background: #FFF;
}

@media (min-width: 768px) {
    .home-news-module .list-wrap {
        order: 3;
        width: 965px;
        height: 302px;
        padding-left: 74px;
        padding-bottom: 24px;
        margin: 0 auto;
    }
}

.home-news-module .list-wrap .list {
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 10px);
    padding: 0;
    background: none;
}

@media (min-width: 768px) {
    .home-news-module .list-wrap .list {
        left: 74px;
        background: #FFF;
    }
}

@media (min-width: 768px) {
    .home-news-module {
        position: relative;
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
        margin: 0 auto 124px;
        display: block;
        background: none;
    }

    .home-news-module .category,
    .home-news-module .list {
        width: 965px;
        margin: 0 auto;
    }

    .home-news-module h2 {
        order: 1;
        width: auto;
        padding-right: 53px;
        font-size: 15px;
    }

    .home-news-module .category {
        order: 2;
        padding-top: 32px;
        padding-left: 70px;
        display: flex;
        justify-content: space-between;
    }

    .home-news-module .category li {
        width: 54px;
        margin-right: 40px;
        font-size: 15px;
    }

    .home-news-module .list {
        order: 3;
        padding-left: 74px;
        padding-bottom: 24px;
    }

    .home-news-module .bg-area {
        background: linear-gradient(-135deg, #F7F7F7, #DADFE2);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: calc(100% / 2 - 214px);
        z-index: -1;
    }
}

.home-about-module {
    margin-bottom: 96px;
}

.home-about-module a:nth-of-type(1) .img-wrap {
    background-image: url("/hojin/assets/img/home/home-about01.jpg");
}

.home-about-module a:nth-of-type(2) .img-wrap {
    background-image: url("/hojin/assets/img/home/home-about02.jpg");
}

.home-about-module a:nth-of-type(3) .img-wrap {
    background-image: url("/hojin/assets/img/home/home-about03.jpg");
}

.home-about-module a:nth-of-type(4) .img-wrap {
    background-image: url("/hojin/assets/img/home/home-about04.jpg");
}

.home-about-module a:nth-of-type(5) .img-wrap {
    background-image: url("/hojin/assets/img/home/home-about05.jpg");
}

.home-about-module .img-wrap {
    position: relative;
    width: 100%;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-about-module .img-wrap .arrow {
    position: absolute;
    width: 30px;
    bottom: 15px;
    right: 19px;
}

@media (min-width: 768px) {
    .home-about-module {
        width: 1300px;
        margin: 0 auto 122px;
        display: flex;
        flex-wrap: wrap;
    }

    .home-about-module .img-wrap {
        width: 650px;
        height: 300px;
        margin-bottom: 10px;
        overflow: hidden;
        background: none;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-about-module .img-wrap .frame {
        z-index: 2;
    }

    .home-about-module .img-wrap .arrow {
        z-index: 2;
    }

    .home-about-module .img-wrap .line {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-about-module .img-wrap:hover .frame .top {
        transform: translateY(-10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-about-module .img-wrap:hover .frame .right {
        transform: translateX(10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-about-module .img-wrap:hover .frame .bottom {
        transform: translateY(10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-about-module .img-wrap:hover .frame .left {
        transform: translateX(-10px);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-about-module .img-wrap:hover .bgimg {
        transform: scale(1.1);
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .home-about-module .frame {
        font-size: 26px;
    }

    /* .home-about-module a:nth-of-type(3) .img-wrap,
    .home-about-module a:nth-of-type(5) .img-wrap {
        width: 430px;
    }

    .home-about-module a:nth-of-type(4) .img-wrap {
        width: 440px;
    } */

    .home-about-module .bgimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

/* pages */
.pages-title-module {
    position: relative;
    height: 200px;
    margin-bottom: 52px;
}

.pages-title-module.recruit {
    margin-bottom: 59px;
}

@media (min-width: 768px) {
    .pages-title-module.recruit {
        margin-bottom: 98px;
    }
}

.pages-title-module .pages-title-module-bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pages-title-module .pages-title-module-bgimg.about {
    background-image: url("/hojin/assets/img/pages/pages-about-title.jpg");
}

.pages-title-module .pages-title-module-bgimg.news {
    background-image: url("/hojin/assets/img/pages/pages-news-title.jpg");
}

.pages-title-module .pages-title-module-bgimg.disclosure {
    background-image: url("/hojin/assets/img/pages/pages-disclosure-title.jpg");
}

.pages-title-module .pages-title-module-bgimg.donate {
    background-image: url("/hojin/assets/img/pages/pages-donate-title.jpg");
}

.pages-title-module .pages-title-module-bgimg.recruit {
    background-image: url("/hojin/assets/img/pages/pages-recruit-title.jpg");
}

.pages-title-module .pages-title-module-bgimg.alumin {
    background-image: url("/hojin/assets/img/pages/pages-alumin-title.jpg");
}

@media (min-width: 768px) {
    .pages-title-module .pages-title-module-bgimg.about {
        background-image: url("/hojin/assets/img/pages/pages-about-title-pc.jpg");
    }

    .pages-title-module .pages-title-module-bgimg.disclosure {
        background-image: url("/hojin/assets/img/pages/pages-disclosure-title-pc.jpg");
    }

    .pages-title-module .pages-title-module-bgimg.alumin {
        background-image: url("/hojin/assets/img/pages/pages-alumin-title-pc.jpg");
    }

    .pages-title-module .pages-title-module-bgimg.recruit {
        background-image: url("/hojin/assets/img/pages/pages-recruit-title-pc.jpg");
    }

    .pages-title-module .pages-title-module-bgimg.donate {
        background-image: url("/hojin/assets/img/pages/pages-donate-title-pc.jpg");
    }

    .pages-title-module .pages-title-module-bgimg.news {
        background-image: url("/hojin/assets/img/pages/pages-news-title-pc.jpg");
    }
}

.pages-title-module .frame {
    top: 8px;
    left: -10px;
    display: inline-block;
}

.pages-title-module .frame .top {
    top: 12px;
    right: 35px;
    left: 24px;
}

.pages-title-module .frame .right {
    top: 20px;
    right: 8px;
    bottom: -6px;
}

.pages-title-module .frame .bottom {
    right: 28px;
}

.pages-title-module .frame .left {
    left: 15px;
    background-color: #EAEEF1;
}

.pages-title-module h1 {
    width: 236px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    color: #000;
    font-size: 24px;
    letter-spacing: .06em;
}

@media (min-width: 768px) {
    .pages-title-module {
        position: relative;
        max-width: 1366px;
        height: 260px;
        margin: 0 auto 74px;
    }

    .pages-title-module .pages-title-module-bgimg {
        width: 1233px;
        right: 0;
        left: auto;
    }

    .pages-title-module .frame {
        top: 11px;
        left: calc(100% - 1326px);
    }

    .pages-title-module .frame .top {
        top: 8px;
        right: 13px;
        left: 64px;
    }

    .pages-title-module .frame .right {
        top: 29px;
        right: -24px;
        bottom: -14px;
    }

    .pages-title-module .frame .bottom {
        right: -6px;
        bottom: 5px;
        left: 75px;
    }

    .pages-title-module .frame .left {
        top: -11px;
        bottom: 26px;
        left: 37px;
    }

    .pages-title-module h1 {
        width: 316px;
        height: 74px;
        padding-left: 54px;
        font-size: 30px;
    }
}

.pages-module-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 62px;
    font-size: 22px;
}

.pages-module-title span {
    position: relative;
    display: inline-block;
}

.pages-module-title span::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    transform: rotate(-4deg);
    background: rgba(95, 100, 104, .45);
    content: "";
}

@media (min-width: 768px) {
    .pages-module-title {
        padding: 0;
        font-size: 24px;
    }

    .pages-module-title span {
        min-width: 79px;
        padding-right: 7px;
        display: inline-block;
        text-align: center;
    }
}

.pages-module-subtitle {
    height: 46px;
    padding-left: 10px;
    margin: 0 20px 18px;
    display: flex;
    align-items: center;
    background: linear-gradient(-135deg, #2D4069, #00479D);
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

.pages-module-subtitle.about {
    background: linear-gradient(90deg, #0A3972, #00244F);
}

@media (min-width: 768px) {
    .pages-module-subtitle {
        margin: 0 0 44px;
        font-size: 22px;
        padding-left: 24px;
    }
}

.pages-spirit-module {
    margin-bottom: 57px;
    position: relative;
}

.pages-spirit-module h1 {
    margin-bottom: 46px;
    font-size: 22px;
    text-align: center;
}

.pages-spirit-module .txt {
    padding: 13px 20px 27px 12px;
    margin-left: 20px;
    background: #FFF;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 2;
}

.pages-spirit-module img {
    width: calc(100% - 40px);
    margin: 0 20px;
}

.pages-spirit-module .bg {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 273px;
    background: linear-gradient(135deg, #DADFE2, #F7F7F7);
}

@media (min-width: 768px) {
    .pages-spirit-module {
        margin-bottom: 212px;
        display: flex;
        justify-content: center;
    }

    .pages-spirit-module h1 {
        padding-top: 37px;
        padding-left: 26px;
        margin-bottom: 6px;
        text-align: left;
        font-size: 26px;
    }

    .pages-spirit-module .txt {
        order: 2;
        width: 481px;
        height: 223px;
        margin-left: -98px;
        margin-top: 35px;
    }

    .pages-spirit-module .txt p {
        padding-left: 18px;
        letter-spacing: 0;
    }

    .pages-spirit-module img {
        order: 1;
        width: 581px;
        height: 287px;
        margin: 0;
    }

    .pages-spirit-module .bg {
        top: 60px;
        left: 0;
        width: 50%;
        height: 314px;
    }
}

.pages-organization-module {
    margin-bottom: 24px;
}

.pages-organization-module img {
    width: calc(100% - 40px);
    margin: 0 20px;
}

@media (min-width: 768px) {
    .pages-organization-module {
        width: 966px;
        margin: 0 auto 100px;
    }

    .pages-organization-module img {
        width: 965px;
        margin: -46px auto 0;
        display: block;
    }
}

.pages-history-module {
    margin-bottom: 58px;
}

.pages-history-module .pages-module-title {
    margin-bottom: 33px;
}

.pages-history-module .list {
    padding-left: 20px;
}

.pages-history-module .list li {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-color: rgba(112, 112, 112, .45);
    line-height: 2;
}

.pages-history-module .list li time {
    width: 68px;
    margin-bottom: -2px;
    color: #A8841E;
    font-weight: 700;
}

@media (min-width: 768px) {
    .pages-history-module {
        width: 966px;
        margin: 0 auto 120px;
    }

    .pages-history-module .pages-module-title {
        margin-bottom: 88px;
    }

    .pages-history-module .list {
        padding-left: 0;
    }

    .pages-history-module .list ul {
        margin-bottom: 50px;
    }

    .pages-history-module .list ul li {
        padding-bottom: 10px;
        padding-left: 23px;
        margin-bottom: 14px;
        letter-spacing: 0;
    }

    .pages-history-module .list ul li:hover {
        color: #000;
    }
}

.pages-news-module {
    padding-top: 5px;
}

.pages-news-module .list {
    padding-left: 32px;
}

.pages-news-module .list li {
    padding-bottom: 12px;
    line-height: 1.8667;
}

.pages-news-module .list li .cate {
    margin-bottom: 12px;
}

.pages-news-module .list li time {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .pages-news-module {
        width: 966px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
    }

    .pages-news-module .list {
        width: 718px;
        padding-left: 32px;
        margin-right: 97px;
    }

    .pages-news-module .list ul {
        width: 668px;
    }

    .pages-news-module .category ul {
        width: 150px;
        display: block;
    }
}

.pages-category-module {
    padding: 29px 20px 30px 0;
    margin-bottom: 102px;
    margin-left: 20px;
    background-color: #24365E;
}

.pages-category-module h2 {
    padding-top: 37px;
    background: #FFF;
}

.pages-category-module .category {
    padding-top: 23px;
}

.pages-category-module .category ul li {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .pages-category-module {
        width: 150px;
        position: relative;
        padding-top: 0;
        padding-left: 29px;
        margin-top: 45px;
        margin-bottom: 192px;
        margin-left: 0;
        background: #FFF;
    }

    .pages-category-module h2 {
        margin-bottom: 21px;
    }

    .pages-category-module .category ul {
        flex-wrap: wrap;
    }

    .pages-category-module .category ul li {
        width: 47px;
        padding-bottom: 16px;
        margin-bottom: 6px;
        text-align: left;
        font-size: 15px;
    }

    .pages-category-module .bg {
        position: absolute;
        top: -24px;
        left: 0;
        right: -140px;
        bottom: 60px;
        z-index: -1;
        background: #24365E;
    }
}

.pages-post-module h2 {
    padding-bottom: 8px;
    margin: 0 20px 20px;
    font-size: 22px;
    letter-spacing: .06em;
    line-height: 1.3634;
    border-bottom: 1px solid #707070;
}

.pages-post-module .info {
    margin: 0 20px 45px;
    display: flex;
    align-items: center;
}

.pages-post-module .info time {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em;
}

.pages-post-module .info p {
    height: 22px;
    padding: 0 27px 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00479D;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
}

.pages-post-module .txt {
    margin: 0 20px 26px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.pages-post-module h3 {
    margin: 0 20px 26px;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 2.4;
}

.pages-post-module img {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
}

.pages-post-module .h-img {
    margin: 0 50px;
    width: calc(100% - 100px);
}

.pages-post-module .img-area {
    padding-top: 40px;
}

.pages-post-module .img-area img {
    margin-bottom: 15px;
}

.pages-post-module .img-area .txt {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}

.pages-post-module .colored {
    background: #F0F3F5;
}

.pages-disclosure-module .list,
.pages-donate-module .list,
.pages-donate-about-module .list,
.pages-recruit-module .list,
.pages-meijo-tandai-module .list {
    width: auto;
    margin-left: 20px;
}

.pages-disclosure-module .list li,
.pages-donate-module .list li,
.pages-donate-about-module .list li,
.pages-recruit-module .list li,
.pages-meijo-tandai-module .list li {
    position: relative;
    padding-left: 30px;
    border-bottom: 0;
}

.pages-disclosure-module .list li::before,
.pages-donate-module .list li::before,
.pages-donate-about-module .list li::before,
.pages-recruit-module .list li::before,
.pages-meijo-tandai-module .list li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 15px;
    background-image: url("/hojin/assets/img/common/common-arrow-yellow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 15px;
    content: "";
}

.pages-disclosure-module .list li a,
.pages-donate-module .list li a,
.pages-recruit-module .list li a {

    padding-bottom: 3px;
    border-bottom: 1px solid #000;
}

.pages-donate-module .list li a,
.pages-donate-about-module .list li a,
.pages-meijo-tandai-module .list li a,
.pages-disclosure-module .list li a {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(112, 112, 112, .45);
}

.pages-donate-about-module .list li a {
    line-height: 2;
}

.pages-disclosure-module .list li img,
.pages-donate-module .list li img,
.pages-donate-about-module .list li img,
.pages-recruit-module .list li img,
.pages-meijo-tandai-module .list li img {
    width: 35px;
    height: 15px;
    margin-top: 4px;
    margin-left: 10px;
}

.pages-donate-module {
    margin-bottom: 40px;
}

.pages-donate-module .pages-module-title {
    margin-bottom: 88px;
}

.pages-donate-module .pages-module-title span::before {
    transform: rotate(-2deg);
}

.pages-donate-module .txt {
    margin: 0 20px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

.pages-donate-module .txt strong {
	display: block;
    margin-top: 10px;
}

.pages-donate-module .list {
    padding-left: 0;
}

.pages-donate-module .section-v {
    margin-left: 20px;
    width: calc(100% - 20px);
}

@media (min-width: 768px) {
    .pages-donate-module {
        position: relative;
        margin: 0 auto 70px;
        overflow: hidden;
    }

    .pages-donate-module .pages-module-title {
        width: 966px;
        margin: 0 auto 65px;
    }

    .pages-donate-module .pages-module-title span {
        width: 380px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF;
    }

    .pages-donate-module .pages-module-title span::before {
        right: 22px;
        bottom: 25px;
        left: 22px;
        width: auto;
    }

    .pages-donate-module .box {
        width: 966px;
        /*padding-right: 306px;*/
        margin: 0 auto;
    }

    .pages-donate-module .list {
        background: none;
    }

    .pages-donate-module .txt {
        padding: 24px 30px 30px;
        margin: 0 0 45px;
        background-color: #FFF;
    }

	.pages-donate-module .txt strong {
		display: block;
        margin-top: 10px;
    }

    .pages-donate-module .section-v {
        position: absolute;
        top: 148px;
        left: calc(100% / 2 + 63px);
        z-index: -1;
        width: 620px;
        height: 350px;
    }

    .pages-recruit-module .list li a,
    .pages-donate-about-module .list li a,
    .pages-donate-module .list li a {
        position: relative;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-recruit-module .list li a::after,
    .pages-donate-about-module .list li a::after,
    .pages-donate-module .list li a::after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background: #00479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-recruit-module .list li a:hover::after,
    .pages-donate-about-module .list li a:hover::after,
    .pages-donate-module .list li a:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.pages-donate-about-module {
    margin: 0 20px;
}

.pages-donate-about-module .txt {
    margin: 0 0 17px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

.pages-donate-about-module .txt.straight {
    margin-bottom: 32px;
    white-space: nowrap;
}

.pages-donate-about-module .section-v {
    margin-bottom: 28px;
}

.pages-donate-about-module .list {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
}

.pages-donate-about-module .list ul {
    margin-bottom: 8px;
}

.pages-donate-about-module .list ul li {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .pages-donate-about-module {
        width: 966px;
        margin: 0 auto;
        display: flex;
    }

    .pages-donate-about-module .section-v {
        width: 420px;
        height: 320px;
    }

    .pages-donate-about-module .box {
        width: 610px;
        padding: 34px 36px 16px 50px;
        margin-top: 100px;
        margin-bottom: 10px;
        margin-left: -64px;
        background: #FFF;
    }

    .pages-donate-about-module .box .txt {
        margin-bottom: 30px;
        line-height: 2.1333;
    }

    .pages-donate-about-module .list ul li {
        margin-bottom: 24px;
        letter-spacing: 0;
    }
}

@media (min-width: 768px) {
    .pages-donate-bgc {
        position: absolute;
        top: 362px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
        background: linear-gradient(-135deg, #FCFCFC, #EFF0F0);
    }
}

.pages-contact-module {
    padding: 20px 20px 35px;
    background: linear-gradient(-135deg, #FCFCFC, #EFF0F0);
}

.pages-contact-module .box {
    padding: 30px 20px;
    background: #FFF;
}

.pages-contact-module h2 {
    width: 130px;
    height: 35px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00479D;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.pages-contact-module dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
}

.pages-contact-module dt {
    width: 93px;
    padding-left: 16px;
    margin-bottom: 16px;
}

.pages-contact-module dt span {
    display: inline-block;
    border-bottom: 1px solid rgba(112, 112, 112, .45);
}

.pages-contact-module dd {
    width: calc(100% - 93px);
    padding-left: 16px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .pages-contact-module {
        width: 966px;
        margin: 0 auto;
        background: none;
    }

    .pages-contact-module .box {
        display: flex;
        align-items: center;
    }

    .pages-contact-module dd {
        width: auto;
        margin-right: 21px;
    }

    .pages-contact-module dd:last-of-type {
        margin-right: 0;
    }
}

.pages-contact-module.donate {
    margin-bottom: 95px;
}

@media (min-width: 768px) {
    .pages-contact-module.donate {
        padding-right: 0;
        padding-bottom: 150px;
        padding-left: 0;
    }

    .pages-contact-module.donate .box {
        height: 155px;
    }
}

.pages-contact-module.donate .box {
    padding-bottom: 16px;
}

.pages-contact-module.donate h2 {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .pages-contact-module.donate h2 {
        height: 46px;
        margin-right: 20px;
    }
}

.pages-recruit-module {
    margin-bottom: 92px;
}

.pages-recruit-module .pages-module-subtitle {
    padding-left: 21px;
    margin-bottom: 22px;
    background: linear-gradient(-135deg, #F5F8FA, #FDFDFD);
    color: #24365E;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5625;
}

@media (min-width: 768px) {
    .pages-recruit-module .pages-module-subtitle {
        margin-bottom: 27px;
        font-size: 18px;
    }
}

.pages-recruit-module .pages-module-subtitle.slash::before {
    top: 16px;
}

.pages-recruit-module .pages-module-subtitle.slash::after {
    top: 24px;
}

@media (min-width: 768px) {
    .pages-recruit-module .list {
        margin-bottom: 50px;
    }
}

.pages-recruit-module .list li a {
    border-bottom: 1px solid rgba(112, 112, 112, 0.45);
}

.no-recruit {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2667;
    padding-left: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .pages-recruit-module {
        width: 966px;
        margin: 0 auto 116px;
    }
}

.pages-module-title.alumin {
    color: #3B4043;
}

.pages-alumin-txt-module {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2667;
}

@media (min-width: 768px) {
    .pages-alumin-txt-module {
        margin-bottom: 96px;
    }
}

.pages-alumin-txt-module .txt {
    margin: 0 20px 30px;
    line-height: 1.8667;
}

@media (min-width: 768px) {
    .pages-alumin-txt-module .txt {
        width: 750px;
        margin: 0 auto 90px;
        text-align: center;
        line-height: 2.1333;
    }
}

.pages-alumin-txt-module .colored {
    padding: 45px 20px 40px;
    background: #24365E;
    color: #FFF;
    line-height: 1.8667;
    margin-bottom: 38px;
}

@media (min-width: 768px) {
    .pages-alumin-txt-module .colored {
        width: 966px;
        margin: 0 auto 38px;
        text-align: center;
        font-size: 16px;
    }
}

.pages-alumin-txt-module .colored ul {
    margin: 0 20px;
    list-style: disc;
}

@media (min-width: 768px) {
    .pages-alumin-txt-module .colored ul {
        display: inline-block;
        text-align: left;
    }
}

.pages-alumin-txt-module .colored ul li {
    margin-bottom: 3px;
}

.pages-alumin-form-module {
    margin-bottom: 101px;
}

@media (min-width: 768px) {
    .pages-alumin-form-module {
        width: 966px;
        margin: 0 auto 132px;
    }

    .pages-alumin-form-module .pages-module-title {
        margin-bottom: 117px;
    }

}


.pages-alumin-form-module form {
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .pages-alumin-form-module form {
        padding: 0;
    }
}


.pages-alumin-form-module form .tit {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .pages-alumin-form-module form .tit {
        margin-bottom: 0;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .pages-alumin-form-module form .pages-almni-tit__sch {
        width: 150px;
        margin-right: 30px;
    }

    .almni-confirm-year .tit {
        margin-right: 30px;
    }
}

.pages-alumin-form-module h3 {
    padding-bottom: 9px;
    padding-left: 22px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, .45);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .pages-alumin-form-module h3 {
        margin-top: 64px;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 1.6667;
        padding-bottom: 8px;
    }
}

.pages-alumin-form-module h3 small {
    margin-top: 8px;
    display: block;
}

@media (min-width: 768px) {
    .pages-alumin-form-module h3 small {
        margin-top: 5px;
    }
}

.pages-alumin-form-module form input,
.pages-alumin-form-module form textarea,
.pages-alumin-form-module form select {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    padding: 17px 10px 17px 18px;
    border-radius: 0;
    background: #F0F3F5;
    font-size: 15px;
    font-weight: 500;
    -webkit-appearance: none;
}

input::placeholder {
    color: rgba(0, 0, 0, .5);
}

/* IE */
input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

/* Edge */
input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {

    .pages-alumin-form-module form input,
    .pages-alumin-form-module form textarea {
        width: 790px;
        margin-bottom: 0;
        display: inline-block;
    }

    .pages-alumin-form-module form select {
        width: 330px;
        display: inline-block;
    }
}

.pages-alumin-form-module form select {
    background-image: url("/hojin/assets/img/common/common-arrow-bottom.svg");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
}

.pages-alumin-form-module .pages-almni-form01 {
    margin-bottom: 66px;
}

@media (min-width: 768px) {
    .pages-alumin-form-module .pages-almni-form01 {
        margin-bottom: 0;
    }
}

.pages-alumin-form-module .pages-almni-form__school {
    padding-top: 13px;
    margin-bottom: 6px;
}

.pages-alumin-form-module .pages-almni-form__year {
    padding-top: 13px;
    margin-bottom: 34px;
}

.pages-alumin-form-module .pages-almni-form__year:last-of-type {
    margin-bottom: 66px;
}

@media (min-width: 768px) {
    .pages-alumin-form-module .pages-almni-form__year:last-of-type {
        width: 290px;
        margin-bottom: 0;
    }
}

.pages-alumin-form-module form img {
    width: 50px;
    margin-left: 11px;
}

.pages-alumin-form-module form input::placeholder,
.pages-alumin-form-module form input:-ms-input-placeholder,
.pages-alumin-form-module form input::-ms-input-placeholder,
.pages-alumin-form-module form textarea::placeholder,
.pages-alumin-form-module form textarea:-ms-input-placeholder,
.pages-alumin-form-module form textarea::-ms-input-placeholder,
.pages-alumin-form-module form select::placeholder,
.pages-alumin-form-module form select:-ms-input-placeholder,
.pages-alumin-form-module form select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.pages-alumin-form-module form option:nth-of-type(1) {
    color: rgba(0, 0, 0, 0.5);
}

.pages-alumin-form-module form textarea {
    height: 300px;
    margin-bottom: 18px;
    resize: none;
}

@media (min-width: 768px) {
    .pages-alumin-form-module form textarea {
        height: 150px;
    }
}

.pages-alumin-form-module form .txt {
    margin-bottom: 50px;
    font-size: 14px;
}

.pages-alumin-form-module form .txt a {
    border-bottom: 1px solid rgba(112, 112, 112, 0.45);
}

@media (min-width: 768px) {
    .pages-alumin-form-module form .txt a {
        position: relative;
    }

    .pages-alumin-form-module form .txt a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #00479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-alumin-form-module form .txt a:hover {
        color: #00479D;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-alumin-form-module form .txt a:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.pages-alumin-form-module .pages-almni-txt__privacy {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

@media (min-width: 768px) {
    .pages-alumin-form-module form .pages-almni-txt__privacy {
        margin-bottom: 67px;
        text-align: center;
    }
}

.pages-alumin-form-module .pages-almni-txt__privacy a {
    display: inline-block;
}

@media (min-width: 768px) {
    .pages-almni-form__line {
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .pages-almni-form__line .error {
        width: 100%;
    }

    .pages-almni-form__line:last-of-type {
        align-items: flex-start;
        margin-bottom: 77px;
    }

    .pages-almni-form__line:last-of-type .tit {
        margin-top: 15px;
    }
}

.pages-alumin-form-module form .btn {
    position: relative;
    width: 100%;
    font-size: 14px;
}

.pages-alumin-form-module form .btn.back {
    margin-bottom: 30px;
    background: #F0F3F5;
    color: rgba(0, 0, 0, .5);
}

.pages-alumin-form-module form .btn.back span {
    color: rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
    .pages-alumin-form-module form .btn {
        width: 375px;
        height: 55px;
        margin: 0 auto;
        cursor: pointer;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-alumin-form-module form .btn:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.pages-alumin-form-module form .btn::after {
    position: absolute;
    top: 0;
    right: 9px;
    width: 5px;
    height: 100%;
    background-image: url("/hojin/assets/img/common/common-arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px auto;
    content: "";
}

.pages-alumin-form-module form .btn.back::after {
    right: auto;
    left: 9px;
    background-image: url("/hojin/assets/img/common/common-arrow-re.svg");
}

.pages-meijo-tandai-module {
    margin-bottom: 99px;
    padding-top: 60px;
    padding-bottom: 1px;
    background-image: url("/hojin/assets/img/pages/pages-meijo-tandai.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .pages-meijo-tandai-module {
        padding-top: 116px;
        padding-bottom: 86px;
        margin-bottom: 130px;
        background-image: url("/hojin/assets/img/pages/pages-meijo-tandai-pc.jpg");
    }
}

.pages-meijo-tandai-module h1 {
    margin-bottom: 6px;
    text-align: center;
    color: #FFF;
}

@media (min-width: 768px) {
    .pages-meijo-tandai-module .pages-module-title {
        margin-bottom: 42px;
        font-size: 30px;
        letter-spacing: .06em;
        line-height: 1.5333;
    }
}

.pages-meijo-tandai-module h1 span {
    padding-left: 0;
}

@media (min-width: 768px) {
    .pages-meijo-tandai-module h1 span {
        padding-right: 0;
    }
}

.pages-meijo-tandai-module h1 span::before {
    bottom: -8px;
    background: rgba(255, 255, 255, .45);
}

.pages-meijo-tandai-module h1 span span::before {
    bottom: -14px;
}

.pages-meijo-tandai-module .txt {
    padding-top: 34px;
    padding-bottom: 10px;
    margin: 0 20px 60px;
    background: linear-gradient(-180deg, #FFF, rgba(255, 255, 255, 0.73));
    font-size: 15px;
}

@media (min-width: 768px) {
    .pages-meijo-tandai-module .txt {
        width: 966px;
        padding-top: 70px;
        padding-bottom: 60px;
        margin: 0 auto;
        background: linear-gradient(-180deg, #FFF, rgba(255, 255, 255, 1));
    }
}

.pages-meijo-tandai-module .txt h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .pages-meijo-tandai-module .txt h2 {
        margin-bottom: 40px;
        text-align: center;
        font-size: 22px;
        line-height: 1.5455;
    }
}

.pages-meijo-tandai-module .txt p {
    margin: 0 28px 30px;
    font-size: 15px;
    line-height: 1.8667;
}

@media (min-width: 768px) {
    .pages-meijo-tandai-module .txt p {
        margin: 0 75px 30px;
    }
}

.pages-meijo-tandai-module .txt p:last-of-type {
    margin-bottom: 68px;
}

.pages-meijo-tandai-module .txt .list {
    background: none;
    line-height: 1.8667;
}

@media (min-width: 768px) {
    .pages-meijo-tandai-module .txt .list {
        margin-left: 65px;
    }
}

/*
privacy
*/
.pages-privacy-module {
    padding-top: 20px;
}

.pages-privacy-module .pages-module-title {
    margin-bottom: 28px;
    text-align: center;
}

@media (min-width: 768px) {
    .pages-privacy-module .pages-module-title {
        margin-bottom: 48px;
        font-size: 30px;
    }
}

.pages-privacy-module .pages-module-title span {
    padding-right: 0;
    padding-left: 0;
}

.pages-privacy-module .pages-module-title span::before {
    transform: rotate(-4deg);
}

.pages-privacy-module .pages-module-title span.under-slash::before {
    bottom: -10px;
}

.pages-privacy-txt-module {
    padding: 29px 20px 28px;
    margin-bottom: 101px;
    background: linear-gradient(-180deg, #FFF, #F5F8FA);
}

@media (min-width: 768px) {
    .pages-privacy-txt-module {
        padding: 29px 0 28px;

    }
}

.pages-privacy-txt-module .pages-module-title {
    width: 100%;
    padding-left: 0;
    margin-bottom: 44px;
    text-align: left;
    font-size: 22px;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .pages-module-title {
        width: 966px;
        margin-right: auto;
        margin-bottom: 66px;
        margin-left: auto;
        font-size: 24px;
    }
}

.pages-privacy-txt-module .pages-module-title span {
    padding-right: 0;
}

.pages-privacy-txt-module .pages-module-title span::before {
    transform: rotate(-4deg);
}

.pages-privacy-txt-module .txt {
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8667;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .txt {
        width: 966px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        line-height: 2.1333;
    }
}

.pages-privacy-txt-module .txt span {
    letter-spacing: -0.08em;
}

.pages-privacy-txt-module .txt-1st {
    margin-bottom: 54px;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .txt-1st {
        margin-bottom: 92px;
    }
}

.pages-privacy-txt-module .txt-2nd span {
    letter-spacing: -0.074em;
}

.pages-privacy-txt-module .txt-3rd {
    margin-bottom: 34px;
}

.pages-privacy-txt-module .txt-4th {
    line-height: 2.1333;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .txt-4th {
        margin-bottom: 34px;
    }
}

.pages-privacy-txt-module .txt-5th {
    margin-bottom: 56px;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .txt-5th {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .txt-7th {
        margin-bottom: 68px;
    }
}

.pages-privacy-txt-module .txt-wrap-1st {
    margin-bottom: 43px;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .txt-wrap-1st {
        margin-bottom: 62px;
    }
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .txt-wrap-2nd p {
        letter-spacing: -0.02em;
    }
}

.pages-privacy-txt-module .txt .policy {
    margin-bottom: 40px;
}

.pages-privacy-txt-module img {
    width: 50px;
    margin-bottom: 12px;
}

.pages-privacy-txt-module .pages-contact-module {
    padding: 0;
    margin-bottom: 60px;
    background: none;
    font-size: 14px;
    font-weight: 500;
}

.pages-privacy-txt-module .pages-contact-module .box {
    padding: 0;
    background: none;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .pages-contact-module .box {
        align-items: flex-start;
    }
}

.pages-privacy-txt-module .pages-contact-module h2 {
    width: auto;
    padding: 0;
    margin-bottom: 15px;
    justify-content: flex-start;
    background: none;
    font-size: 13px;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .pages-contact-module h2 {
        margin-right: 46px;
    }
}

.pages-privacy-txt-module .pages-contact-module h2 span {
    height: 35px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    background: #00479D;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .pages-contact-module h2 span {
        height: 46px;
    }
}

.pages-privacy-txt-module .pages-contact-module .box address p {
    line-height: 2;
}

.pages-privacy-txt-module .pages-contact-module .box address p:first-of-type {
    letter-spacing: -0.005em;
    white-space: nowrap;
}

.pages-privacy-txt-module .pages-contact-module .txt {
    font-size: 14px;
}

.pages-privacy-txt-module .pages-contact-module__white {
    padding: 30px 20px;
    margin-bottom: 52px;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .pages-contact-module__white {
        margin-bottom: 74px;
    }
}

.pages-privacy-txt-module .pages-contact-module__white .sch span {
    margin-bottom: 16px;
    display: inline-block;
    border-bottom: 1px solid rgba(112, 112, 112, .45);
    font-size: 15px;
}

.pages-privacy-txt-module .google {
    margin-bottom: 10px;
}

.pages-privacy-txt-module .google:last-of-type {
    margin-bottom: 46px;
}

.pages-privacy-txt-module .google a {
    display: inline-block;
    border-bottom: 1px solid rgba(112, 112, 112, .45);
}

@media (min-width: 768px) {
    .pages-privacy-txt-module .google a {
        position: relative;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-privacy-txt-module .google a::after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #00479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-privacy-txt-module .google a:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-privacy-txt-module .google a:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

@media (min-width: 768px) {
    .pages-privacy-txt-module {
        width: 100%;
        margin: 0 auto 132px;
    }

    .pages-privacy-txt-module .txt-wrap {
        width: 966px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        align-items: flex-start;
    }

    .pages-privacy-txt-module .txt-wrap img {
        margin-right: 20px;
    }

    .pages-privacy-txt-module .google .box {
        display: block;
    }

    .pages-privacy-txt-module .google .box h2 span {
        height: 35px;
    }
}

.pages-title-module.disclosure {
    margin-bottom: 56px;
}

@media (min-width: 768px) {
    .pages-title-module.disclosure {
        margin-bottom: 126px;
    }

    .pages-title-module.about {
        margin-bottom: 130px;
    }
}

.pages-title-module.donate {
    margin-bottom: 76px;
}

@media (min-width: 768px) {
    .pages-title-module.donate {
        margin-bottom: 40px;
    }
}

.pages-title-module.news {
    margin-bottom: 56px;
}

@media (min-width: 768px) {
    .pages-title-module.news {
        margin-bottom: 82px;
    }
}

.pages-disclosure-module {
    margin-bottom: 84px;
}

.pages-disclosure-module .pages-module-title {
    margin-bottom: 46px;
}

.pages-disclosure-module .pages-module-title span::before {
    transform: rotate(-4deg);
}

.pages-disclosure-module .pages-module-subtitle {
    margin-bottom: 36px;
    background: linear-gradient(-135deg, #00244F, #0A3972);
}

.pages-disclosure-module .list {
    padding-left: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8667;
}

.pages-disclosure-module .list li {
    margin-bottom: -2px;
}

.pages-disclosure-module .list li img {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .pages-disclosure-module {
        width: 966px;
        margin: 0 auto 175px;
    }

    .pages-disclosure-module .pages-module-title {
        margin-bottom: 58px;
    }

    .pages-disclosure-module .pages-module-subtitle {
        margin-bottom: 45px;
    }

    .pages-disclosure-module .list {
        margin-bottom: 52px;
        margin-left: 0;
    }

    .pages-disclosure-module .list li {
        margin-bottom: 16px;
    }

    .pages-disclosure-module .list li a {
        position: relative;
        padding-bottom: 0;
    }

    .pages-disclosure-module .list li a::after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #02479D;
        content: "";
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }

    .pages-disclosure-module .list li a:hover::after {
        width: 100%;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

.pages-404-module {
    padding-top: 24px;
}

@media (min-width: 768px) {
    .pages-404-module {
        padding-top: 48px;
    }
}

.pages-404-module .pages-module-title {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .pages-404-module .pages-module-title {
        margin-bottom: 34px;
        font-size: 30px;
        letter-spacing: .06em;
        line-height: 1.5333;
    }
}

.pages-404-module .pages-module-title span span::before {
    bottom: -10px;
}

.pages-404-module p {
    padding: 0 20px;
    margin-bottom: 60px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.8667;
}

.pages-404-module .btn {
    margin: 0 20px 151px;
}

.pages-404-contents {
    position: relative;
}

@media (min-width: 768px) {
    .pages-404-contents {
        margin-bottom: 165px;
    }
}

.pages-404-contents .bg {
    position: absolute;
    top: 33px;
    right: 0;
    bottom: 53px;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #FFF, #F5F8FA);
}

@media (min-width: 768px) {
    .pages-404-contents .bg {
        top: 18px;
        bottom: -68px;
    }
}

.pages-404-contents h2 {
    margin-bottom: 52px;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .pages-404-contents h2 {
        margin-bottom: 34px;
        font-size: 22px;
        line-height: 1.5455;
    }
}

.pages-404-contents p.txt {
    margin: 0 20px 56px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.8667;
}

@media (min-width: 768px) {
    .pages-404-contents p.txt {
        width: 966px;
        height: 150px;
        margin: 0 auto 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #FFF;
        font-size: 15px;
        line-height: 2.1333;
    }
}

.pages-404-contents p.btn {
    margin: 0 20px 152px;
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .pages-404-contents p.btn {
        width: 375px;
        height: 55px;
        margin: 0 auto;
    }
}

.pages-404-contents p.btn span {
    padding: 0 16px;
    background-image: url(/hojin/assets/img/common/common-arrow-white01-re.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 6px 9px;
}

@media (min-width: 768px) {
    .pages-404-contents p.btn span {
        width: calc(100% - 20px);
        text-align: center;
    }
}

@media (min-width: 768px) {
    .single-module {
        position: relative;
        display: flex;
        justify-content: center;
    }
}

.single-post-wrap .list {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .single-post-wrap {
        width: 700px;
        margin-right: 116px;
    }

    .single-post-wrap .list {
        margin-left: 0;
    }
}

.single-meta-wrap {
    margin: 0 20px 22px;
}

@media (min-width: 768px) {
    .single-meta-wrap {
        margin: 0 0px 46px;
    }
}

.single-meta-wrap h2 {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(112, 112, 112, .45);
    font-size: 22px;
    letter-spacing: .06em;
    line-height: 1.3636;
}

@media (min-width: 768px) {
    .single-meta-wrap h2 {
        padding-bottom: 0;
        font-size: 26px;
        letter-spacing: .06em;
        line-height: 1.7692;
    }
}

.single-meta-info {
    display: flex;
    align-items: center;
}

.single-meta-info time {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 2.5;
}

.single-meta-info p {
    width: 79px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00479D;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 2.1538;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

@media (min-width: 768px) {
    .single-meta-info p:hover {
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
        opacity: .8;
    }
}

.single-contents-wrap h3,
.single-txt-area,
.single-img-txt-area {
    margin: 0 20px;
}

@media (min-width: 768px) {

    .single-contents-wrap h3,
    .single-txt-area,
    .single-img-txt-area {
        margin: 0;
    }
}

.single-contents-wrap {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

@media (min-width: 768px) {
    .single-contents-wrap {
        margin-bottom: 76px;
    }
}

.single-contents-wrap h3 {
    margin-bottom: 28px;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 2.4;
}

@media (min-width: 768px) {
    .single-contents-wrap h3 {
        margin-bottom: 32px;
        font-size: 22px;
        letter-spacing: .1em;
        line-height: 2.1818;
    }
}

.single-contents-wrap img {
    max-width: 100%;
    margin: 0 auto 12px;
    display: block;
}

.single-contents-wrap a {
    color: #00479D;
    border-bottom: 1px solid #CDD6DD;
}

.single-contents-wrap .vertical {
    width: calc(100% - 110px);
}

@media (min-width: 768px) {
    .single-contents-wrap.vertical img {
        width: 350px;
    }
}

.single-contents-wrap .txt {
    margin-bottom: 12px;
}

.single-img-txt-area .txt {
    margin-bottom: 42px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
}

@media (min-width: 768px) {
    .single-img-txt-area .txt {
        margin-bottom: 42px;
        font-size: 13px;
        line-height: 2.1538;
    }
}

.single-txt-area {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .single-txt-area {
        margin-bottom: 40px;
        font-size: 15px;
        font-weight: 500;
        line-height: 2.1333;
    }
}

.single-heading-img-txt-area {
    padding: 36px 20px;
    background: #F0F3F5;
}

@media (min-width: 768px) {
    .single-heading-img-txt-area {
        padding: 50px 30px 44px;
    }
}

.single-heading-img-txt-area h3 {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

@media (min-width: 768px) {
    .single-heading-img-txt-area h3 {
        margin-bottom: 30px;
    }
}

.single-heading-img-txt-area .txt-l {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2;
}

@media (min-width: 768px) {
    .single-heading-img-txt-area .txt-l {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 2.1333;
    }
}

.single-heading-img-txt-area .txt-s {
    font-size: 12px;
    line-height: 2;
}

@media (min-width: 768px) {
    .single-heading-img-txt-area .txt-s {
        font-size: 13px;
        line-height: 2.1538;
    }
}

.pages-pager-module.single {
    padding-top: 30px;
    background: linear-gradient(135deg, #FFF, #F5F8FA);
}

@media (min-width: 768px) {
    .pages-pager-module.single {
        height: 155px;
        padding-top: 0;
        margin-bottom: 130px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .pages-pager-module.single ul {
        width: 966px;
        padding: 0;
        margin: 0 auto;
    }
}

.pages-pager-module.single .btn {
    margin: 0 20px;
}

@media (min-width: 768px) {
    .pages-pager-module.single .btn {
        width: 375px;
        height: 55px;
    }
}

.pages-pager-module.single .btn span {
    padding: 0 16px;
    background-image: url(/hojin/assets/img/common/common-arrow-white01-re.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 6px 9px;
    font-size: 14px;
    font-weight: 500;
}

.pages-pager-module.single .pager {
    height: 74px;
    background: none;
}

.pages-category-module.single .category {
    padding-left: 0;
}

.pages-category-module.single .category li {
    margin-right: 27px;
}

.pages-category-module.single .category li:last-of-type {
    margin-right: 0;
}

.single-img-txt-area-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .single-img-txt-area-wrap {
        align-items: flex-start;
        flex-wrap: nowrap;
    }
}

.single-img-txt-area-wrap .single-img-txt-area {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .single-img-txt-area-wrap .single-img-txt-area {
        width: calc(100% - 30px);
        margin-right: 60px;
    }

    .single-img-txt-area-wrap .single-img-txt-area:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .single-module .bg {
        position: absolute;
        top: 20px;
        right: 0;
        left: calc(100% / 2 + 341px);
        z-index: -1;
        height: 358px;
        background: #24365E;
    }
}

.category-sp-foot .category {
    padding-left: 0;
}

.category-sp-foot .category ul {
    justify-content: space-between;
}

.pages-title-module.archive {
    margin-bottom: 62px;
}

@media (min-width: 768px) {
    .pages-title-module.archive {
        margin-bottom: 124px;
    }
}

.archive-list-item {
    display: flex;
    flex-wrap: wrap;
}

.archive-list-item time {
    width: 100%;
}

@media (min-width: 768px) {
    .archive-list-item time {
        width: auto;
    }

    .archive-list-item p {
        width: 440px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .archive-pager {
        width: 424px;
        height: 155px;
        margin: 0 auto;
        background: none;
    }
}

@media (min-width: 768px) {
    .pages-pager-module.archive {
        margin-bottom: 130px;
        background: linear-gradient(135deg, #FFF, #F5F8FA);
    }
}

#almni,
#corp,
#univ,
#high {
    display: none;
}

.prepare-module {
    width: 100%;
    height: 559px;
    margin-bottom: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/hojin/assets/img/pages/pages-prepare01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .prepare-module {
        width: auto;
        min-width: 1300px;
        max-width: 1366px;
        height: 600px;
        margin: 0 auto 134px;
        background-image: url("/hojin/assets/img/pages/pages-prepare01-pc.jpg");
    }
}

.prepare-module-txt {
    width: calc(100% - 40px);
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .95);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.8667;
}

@media (min-width: 768px) {
    .prepare-module-txt {
        width: 750px;
        height: 250px;
        letter-spacing: 0;
        line-height: 2.1333;
    }
}

.prepare-module-txt p {
    display: inline;
}

@media (min-width: 768px) {
    .prepare-module-txt p {
        display: inline-block;
        text-align: center;
    }
}

.almni-fin-tit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.almni-fin-txt {
    margin: 0 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .almni-fin-tit {
        margin-bottom: 60px;
        font-size: 24px;
    }

    .almni-fin-txt {
        width: 690px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
    }
}

.rotateline {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    transform: rotate(-7deg);
}

.rotateline::before,
.rotateline::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C7D0D6;
    content: "";
}

.rotateline::after {
    width: 0;
    height: 2px;
    background: #00479D;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.single-module .category li.current .rotateline::after,
.single-module .category li:hover .rotateline::after,
.home-news-module .category li.current .rotateline::after,
.home-news-module .category li:hover .rotateline::after {
    width: 100%;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

@media (min-width: 768px) {

    .single-module .list li:hover,
    .home-news-module .list li:hover {
        color: #00479D;
        transition: 0.6s ease-in-out;
        -webkit-transition: 0.6s ease-in-out;
    }
}

@media (min-width: 768px) {
    .almni-confirm-btn-wrap {
        display: flex;
        justify-content: space-between;

    }

    .almni-confirm-btn-wrap .back {
        margin-bottom: 0;
    }
}

.free img {
    margin: 30px 0;
}

img.alignright {
    display: block;
    margin: 0 0 0 auto;
}

.btn-404-top {
    margin: 0 20px 151px;
    font-size: 14px;
    font-weight: 500;
}

.btn-404-top span {
    padding: 0 16px;
    background-image: url(/hojin/assets/img/common/common-arrow-white01-re.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 6px 9px;
}


@media (min-width: 768px) {
    .btn-404-top {
        position: relative;
        width: 375px;
        height: 55px;
        margin: 0 auto;
        font-size: 15px;
    }

    .btn-404-top span {
        padding: 0 133px;
    }

    .btn-404-top .bg {
        position: absolute;
        top: 0;
        right: -100%;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: linear-gradient(-135deg, #00479D, #00244F, #00244F, #00244F, #00244F, #00479D);
    }
}

/* 配置位置 右 */
img.alignleft {
    display: block;
    margin: 0 auto 0 0;
}

/* 配置位置 左 */
img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* 配置位置 中央 */
img.float-left {
    float: left;
}

/* 回り込み 左 */
img.float-right {
    float: right;
}

/* 回り込み 右 */
/*# sourceMappingURL=common.css.map */
