@font-face {
    font-family: 'Satsuki-Gendai-Mincho';
    src: url("/assets/font/SatsukiGendaiMincho-M.ttf") format("TrueType")
}


#link .link-inner,
.inner,
.content-inner {
    margin: 0 auto;
    width: 1140px
}

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

    #link .link-inner,
    .inner,
    .content-inner {
        width: 80%
    }
}

@media screen and (max-width: 767px) {

    #link .link-inner,
    .inner,
    .content-inner {
        width: 90%
    }
}

body,
header,
main,
footer,
div {
    font-family: 'Satsuki-Gendai-Mincho', Serif;
    margin: 0;
    font-weight: normal
}

h1,
h2,
h3 {
    font-weight: normal
}

body {
    background-image: url("/img/common/common-bg.png")
}

header {
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    height: 64px;
    width: 100%;
    position: sticky;
    top: 0
}

header #logo {
    display: inline-block
}

header #logo a {
    text-decoration: none
}

header #logo-img {
    display: inline;
    vertical-align: middle;
    height: 64px
}

header #site-name {
    display: inline;
    vertical-align: middle;
    font-size: 20px;
    margin: 0
}

@media screen and (min-width: 1200px) {
    header #sp-menu-icon {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    header #site-name {
        display: none
    }

    header #sp-menu-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 56px;
        height: 56px;
        background: #ec4111
    }

    header #sp-menu-icon .border-decoration {
        width: 40px;
        height: 4px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        background: #fff
    }

    header #sp-menu-icon #sp-menu-icon-text {
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-top: 6px
    }
}

header #sp-nav {
    display: none;
    position: absolute;
    right: 0;
    height: 100vh;
    width: 268px;
    background: #ec4111
}

header #sp-nav ul {
    margin: 0;
    list-style: none
}

header #sp-nav ul a {
    text-decoration: none
}

header #sp-nav ul li {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px
}

header #sp-nav #sp-sns-link {
    padding-left: 40px
}

header #sp-nav #sp-sns-link a {
    text-decoration: none;
    margin-right: 10px
}

#header-nav {
    float: right
}

#header-nav ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding: 0;
    margin: 0
}

#header-nav ul a {
    text-decoration: none;
    color: #000
}

#header-nav ul li {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 21px;
    padding-bottom: 21px
}

#header-nav ul .nav-link {
    position: relative;
    transition: .3s
}

#header-nav ul .nav-link:hover {
    background: #ec4111;
    color: #fff;
    transition: .3s
}

@media screen and (max-width: 1199px) {
    header {
        height: 56px
    }

    header #logo-img {
        height: 56px
    }

    #header-nav {
        display: none
    }
}

#link .link-inner {
    display: flex;
    justify-content: center
}

#link .banner {
    margin: 15px 22px
}

#link .banner-img {
    width: 255px
}

#link .banner-img-sm {
    width: 190px
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #link .link-inner {
        display: flex;
        justify-content: center
    }

    #link .banner {
        margin: 15px 16px
    }

    #link .banner-img {
        width: 160px
    }

    #link .banner-img-sm {
        width: 130px
    }
}

@media screen and (max-width: 767px) {
    #link .link-inner {
        display: block
    }

    #link .banner {
        margin: 15px 30px
    }

    #link .banner-img {
        width: 100%
    }

    #link .banner-img-sm {
        width: 100%
    }
}

footer {
    position: relative
}

@media screen and (max-width: 767px) {
    footer #pc-footer {
        display: none
    }
}

footer nav {
    display: flex;
    justify-content: space-between;
    margin-top: 424px
}

footer .footer-nav {
    font-size: 20px;
    color: #fff
}

footer .footer-nav a {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fff;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    margin-bottom: 10px
}

footer .footer-nav a:visited {
    color: #fff
}

footer .footer-nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s
}

footer .footer-nav a:hover::after {
    transform: scale(1, 1)
}

footer .footer-nav ul {
    list-style: none
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    footer .footer-nav ul {
        padding-left: 18px
    }
}

footer #authorizations {
    margin-left: 18px
}

footer #authorizations a {
    padding: 0;
    margin-right: 17px;
    margin-bottom: 17px
}

footer #authorizations a img {
    width: 60px;
    height: auto
}

footer #authorizations .authorization-img {
    width: 80px
}

footer .absolute-bottom {
    bottom: 0
}

footer #sp-footer {
    display: none
}

@media screen and (max-width: 767px) {
    footer #sp-footer {
        display: block;
        background: linear-gradient(to left, #ffbc00, #e64d1d)
    }
}

footer #sp-footer .scroll-to-top {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
    background: none;
    width: 100%;
    border: solid 1px #fff;
    border-radius: 2px
}

footer #sp-footer .scroll-to-top:active {
    background: rgba(255, 255, 255, 0.4)
}

footer .footer-inner {
    width: 90%;
    margin: 0 auto
}

footer .copyright-wrapper {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    footer .copyright-wrapper {
        margin-top: 0
    }
}

footer .copyright {
    color: #fff;
    text-align: center;
    margin: 0
}

.bg {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden
}

section {
    width: 100%;
    position: relative
}

@media screen and (min-width: 1200px) {
    .section-top-padding {
        padding-top: 64px
    }
}

@media screen and (max-width: 767px) {
    .section-top-padding {
        padding-top: 32px
    }
}

.bg-img {
    min-width: 1920px;
    width: 100%;
    user-select: none
}

@media screen and (max-width: 767px) {
    .bg-img {
        min-width: 1560px
    }
}

.description-bg-img {
    width: 1200px
}

@media screen and (max-width: 767px) {
    .description-bg-img {
        width: 800px
    }
}

.inner {
    position: absolute;
    height: inherit;
    top: 0;
    left: 0;
    right: 0
}

.content-inner {
    position: relative
}

.section-title {
    width: 100%;
    display: flex;
    justify-content: center
}

.section-title .section-title-wrapper {
    position: relative;
    width: 450px
}

.section-title .section-title-wrapper .section-title-bg {
    position: relative;
    width: 100%
}

.section-title .section-title-wrapper .section-title-text {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    font-size: 40px
}

.part-title {
    position: relative;
    background: linear-gradient(to left, #ffbc00, #e64d1d);
    transform: skewX(30deg)
}

@media screen and (max-width: 767px) {
    .part-title {
        transform: skewX(15deg)
    }
}

.part-title .part-title-text {
    position: absolute;
    margin: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: skewX(-30deg) translateY(-50%)
}

@media screen and (max-width: 767px) {
    .part-title .part-title-text {
        transform: skewX(-15deg) translateY(-50%)
    }
}

.page-description .page-description-bg {
    display: flex;
    justify-content: center;
    overflow: hidden
}

.page-description .page-description-bg .page-description-bg-img {
    min-width: 800px;
    max-width: 1200px;
    width: 100%;
    opacity: 0.8
}

.page-description .page-description-text {
    text-align: center;
    color: #ec4111
}

@media screen and (min-width: 1200px) {
    .page-description .page-description-text {
        font-size: 28px
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .page-description .page-description-text {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .page-description .page-description-text {
        font-size: 20px
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .flex-center {
        display: block
    }
}

.flex-end {
    display: flex;
    justify-content: flex-end
}

.flex-between {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .flex-between {
        display: block
    }
}

.flex-around {
    display: flex;
    justify-content: space-around
}

@media screen and (max-width: 767px) {
    .flex-around {
        display: block
    }
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-orange {
    color: #ec4111
}

.text-red {
    color: red
}

.highlight {
    font-weight: bold
}

#modal-content {
    width: 80%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 99999
}

#modal-content .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden
}

#modal-content .inner #player {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

#modal-overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75)
}

.underline-orange {
    border-bottom: solid 2px #ec4111
}

.description {
    line-height: 2em;
    font-size: 32px;
    margin: 0
}

.text-orange {
    color: #ec4111
}

.text-white {
    color: #fff
}

.top-section-title {
    position: relative
}

.top-section-title .section-title-bg {
    width: 450px;
    user-select: none;
    opacity: 0.8
}

.top-section-title .section-title-text {
    margin: 0;
    font-size: 64px;
    position: absolute;
    bottom: 16px;
    margin-left: 32px;
    text-shadow: 1px 1px 5px #777
}

.top-section-title .section-title-text a {
    color: #fff;
    text-decoration: none
}

.top-section-title .section-title-text a:visited {
    color: #fff
}

.top-section-title .section-title-text .section-title-first-letter {
    font-size: 1.2em
}

@media screen and (max-width: 767px) {
    .top-section-title .section-title-bg {
        width: 280px;
        user-select: none;
        opacity: 0.8
    }

    .top-section-title .section-title-text {
        margin: 0;
        font-size: 44px;
        position: absolute;
        bottom: 0;
        margin-left: 20px;
        text-shadow: 1px 1px 5px #777
    }

    .top-section-title .section-title-text a {
        color: #fff;
        text-decoration: none
    }

    .top-section-title .section-title-text a:visited {
        color: #fff
    }

    .top-section-title .section-title-text .section-title-first-letter {
        font-size: 1.2em
    }
}

.section-description {
    font-size: 32px;
    margin: 0
}

@media screen and (max-width: 767px) {
    .section-description {
        font-size: 20px;
        margin-top: 28px
    }
}

.highlight {
    font-weight: bold
}

.first-letter-emphasis {
    font-size: 1.3em
}

/* PC用 */

@media screen and (min-width: 1200px) {
    main {
        min-width: 100%;
        width: 100%
    }

    #top-title {
        margin-top: 80px;
        margin-bottom: 120px
    }

    #top-title #top-title-01 {
        margin-left: 300px
    }

    #top-title .top-title-text {
        font-size: 48px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        text-shadow: 1px 1px 5px #777
    }

    #top-title .top-title-text-first-letter {
        font-size: 1.2em
    }

    #top-title #top-sub-title {
        text-align: right;
        margin-top: 0;
        color: #fff;
        font-size: 28px
    }

    #introduction-movie-wrapper h2 {
        font-size: 32px;
        color: #fff;
        text-shadow: 1px 1px 5px #777;
        margin-bottom: 0
    }

    #news-area,
    #news-area-rss,
    #news-area-info {
        height: 300px;
        margin-bottom: 30px
    }

    #news-area #news-title,
    #news-area-rss #news-title,
    #news-area-info #news-title {
        text-align: center;
        color: #ec4111;
        font-size: 32px
    }

    #news-area #news-list,
    #news-area-rss #news-list,
    #news-area-info #news-list {
        display: flex;
        justify-content: space-between
    }

    #news-area .news,
    #news-area-rss .news,
    #news-area-info .news,
    #news-area-info .new {
        width: 100%;
        padding: 2px;
        background: linear-gradient(to left, #ffbc00, #e64d1d)
    }

    #news-area .news .news-inner,
    #news-area-rss .news .news-inner,
    #news-area-info .news .news-inner {
        height: 100%;
        background: #fff
    }

    #news-area .news .news-inner .row,
    #news-area-rss .news .news-inner .row,
    #news-area-info .news .news-inner .row {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px
    }

    #news-area .news .news-inner .row .news-date,
    #news-area-rss .news .news-inner .row .news-date,
    #news-area-info .news .news-inner .row .news-date {
        width: 20%;
        font-size: 16px
    }

    #news-area .news .news-inner .row .news-content,
    #news-area-rss .news .news-inner .row .news-content,
    #news-area-info .news .news-inner .row .news-content {
        width: 75%;
        font-size: 20px
    }

    #news-area #news-more,
    #news-area-rss #news-more,
    #news-area-info #news-more,
    #news-area-info #news-mor {
    position: relative;
    z-index: 10;
        text-align: right
    }

    #about #about-description {
        font-size: 40px;
        text-align: center;
        margin-top: 320px
    }

    #philosophy #philosophy-title {
        margin-top: 300px
    }

    #philosophy #philosophy-description {
        display: flex;
        justify-content: flex-end
    }

    #business #business-title {
        margin-top: 250px
    }

    #business #business-description {
        text-align: right;
        display: flex;
        justify-content: flex-start
    }

    #recruit #recruit-title {
        margin-top: 250px
    }

    #recruit #recruit-description {
        display: flex;
        justify-content: flex-end
    }

    #agora-plus #agora-plus-title {
        margin-top: 250px
    }

    #agora-plus #agora-plus-description {
        width: 68%;
        display: flex;
        justify-content: flex-start
    }

    #other #other-content {
        margin-top: 350px;
        display: flex;
        justify-content: space-around
    }
}

/* タブレット用 */

@media screen and (min-width: 768px) and (max-width: 1199px) {
    main {
        min-width: 100%;
        width: 100%
    }

    #top-title {
        margin-top: 80px;
        margin-bottom: 120px
    }

    #top-title #top-title-01 {
        margin-left: 20%
    }

    #top-title .top-title-text {
        font-size: 48px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        text-shadow: 1px 1px 5px #777
    }

    #top-title .top-title-text-first-letter {
        font-size: 1.2em
    }

    #top-title #top-sub-title {
        text-align: right;
        margin-top: 0;
        color: #fff;
        font-size: 28px
    }

    #introduction-movie-wrapper h2 {
        font-size: 32px;
        color: #fff;
        text-shadow: 1px 1px 5px #777;
        margin-bottom: 0
    }

    #news-area,
    #news-area-rss,
    #news-area-info {
        height: 300px;
        px;
        margin-bottom: 100px
    }

    #news-area #news-title,
    #news-area-rss #news-title,
    #news-area-info #news-title {
        text-align: center;
        color: #ec4111;
        font-size: 32px
    }

    #news-area #news-list,
    #news-area-rss #news-list,
    #news-area-info #news-list {
        overflow-x: scroll
    }

    #news-area .news,
    #news-area-rss .news,
    #news-area-info .news,
    #news-area-info .new {
        min-width: 200px;
        padding: 2px;
        margin-left: 8px;
        margin-right: 8px;
        background: linear-gradient(to left, #ffbc00, #e64d1d)
    }

    #news-area .news .news-inner,
    #news-area-rss .news .news-inner,
    #news-area-info .news .news-inner {
        height: 100%;
        background: #fff
    }

    #news-area .news .news-inner .row,
    #news-area-rss .news .news-inner .row,
    #news-area-info .news .news-inner .row {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 100px
    }

    #news-area #news-more,
    #news-area-rss #news-more,
    #news-area-info #news-more,
    #news-area-info #news-mor {
    position: relative;
    z-index: 10;
        text-align: right
    }

    #about #about-description {
        font-size: 40px;
        text-align: center;
        margin-top: 320px
    }

    #philosophy #philosophy-title {
        margin-top: 300px
    }

    #philosophy #philosophy-description {
        display: flex;
        justify-content: flex-end
    }

    #business #business-title {
        margin-top: 250px
    }

    #business #business-description {
        text-align: right;
        display: flex;
        justify-content: flex-start
    }

    #recruit #recruit-title {
        margin-top: 250px
    }

    #recruit #recruit-description {
        display: flex;
        justify-content: flex-end
    }

    #agora-plus #agora-plus-title {
        margin-top: 250px
    }

    #agora-plus #agora-plus-description {
        display: flex;
        justify-content: flex-start
    }

    #other {
        text-align: center
    }

    #other #other-content {
        margin-top: 350px;
        display: inline-block
    }
}

/* スマホ用 */

@media screen and (max-width: 767px) {
    main {
        width: 100%
    }

    section {
        width: 100%;
        position: relative
    }

    #top-title {
        margin-top: 80px;
        margin-bottom: 120px
    }

    #top-title #top-title-01 .top-title-text {
        text-align: center
    }

    #top-title #top-title-02 .top-title-text {
        text-align: center
    }

    #top-title .top-title-text {
        font-size: 30px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        text-shadow: 1px 1px 5px #777
    }

    #top-title .top-title-text-first-letter {
        font-size: 1.2em
    }

    #top-title #top-sub-title {
        text-align: right;
        margin-top: 0;
        color: #fff;
        font-size: 28px
    }

    #introduction-movie-wrapper h2 {
        font-size: 32px;
        color: #fff;
        margin-bottom: 0
    }

    #introduction-movie-wrapper .embedded-movie {
        width: 100%
    }

    #introduction-movie-wrapper .embedded-movie #modal-open img {
        width: 100%
    }

    #news-area,
    #news-area-rss,
    #news-area-info {
        height: 400px;
        margin-bottom: 80px
    }

    #news-area #news-title,
    #news-area-rss #news-title,
    #news-area-info #news-title {
        text-align: center;
        color: #ec4111;
        font-size: 32px
    }

    #news-area #news-list,
    #news-area-rss #news-list,
    #news-area-info #news-list {
        display: flex;
        justify-content: space-between;
        overflow-x: scroll
    }

    #news-area .news,
    #news-area-rss .news,
    #news-area-info .news,
    #news-area-info .new {
        min-width: 200px;
        padding: 2px;
        margin-left: 8px;
        margin-right: 8px;
        background: linear-gradient(to left, #ffbc00, #e64d1d)
    }

    #news-area .news .news-inner,
    #news-area-rss .news .news-inner,
    #news-area-info .news .news-inner {
        height: 100%;
        background: #fff
    }

    #news-area .news .news-inner .row,
    #news-area-rss .news .news-inner .row,
    #news-area-info .news .news-inner .row {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #news-area #news-more,
    #news-area-rss #news-more,
    #news-area-info #news-more,
    #news-area-info #news-mor {
    position: relative;
    z-index: 10;
        text-align: right
    }

    #about .bg-img {
        min-width: 900px
    }

    #about #about-description {
        font-size: 24px;
        text-align: center;
        margin-top: 180px
    }

    #philosophy #philosophy-title {
        margin-top: 300px
    }

    #philosophy #philosophy-description {
        display: flex;
        justify-content: flex-end
    }

    #business #business-title {
        margin-top: 250px
    }

    #business #business-description {
        text-align: left;
        display: flex;
        justify-content: flex-start
    }

    #recruit #recruit-title {
        margin-top: 220px
    }

    #recruit #recruit-description {
        display: flex;
        justify-content: flex-end
    }

    #agora-plus #agora-plus-title {
        margin-top: 250px
    }

    #agora-plus #agora-plus-description {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        padding-left: 0
    }

    #other #other-content {
        margin-top: 280px;
        display: block
    }
}


/* 新要素上書き お知らせ 囲い線影付け */
div.news-inner {
    position: relative;
    border-radius: 10px;
    border: 3px solid #ec4111;
    box-shadow: 5px 5px 0 #ec4111;
    color: #333;	
}
