  @charset "UTF-8";
body {
    font-family: "Noto Sans JP";
    font-style: normal;
    color: #333;
    overflow-x: hidden;
}

/*header start*/

#header {
    background-color: #fff;
    border-bottom: solid 5px;
    border-image: linear-gradient(to right, #3A4A9D 0%, #3A4A9D 25%, #007CC3 25%, #007CC3 50%, #59C3E1 50%, #59C3E1 75%, #8EC43E 75%, #8EC43E 100%);
    border-image-slice: 1;
    height: 90px;
    position: fixed;
    text-align: -webkit-center;
    width: 100%;
    z-index: 1000;
    min-width: 1300px;
}

#header .inner {
    display: flex;
    max-width: 1070px;
    padding: 18px 65px 0px;
    margin: 0 auto;
}

.header_logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header_logo img.zokuzoku {
    max-width: 78px;
    margin-right: 20px;
}

.header_logo img.spirit {
    max-width: 168px;
}

div.meta-logo {
    width: 170px;
    display: flex;
}

div.meta-logo img {
    width: 170px;
}

.header_logo a {
    /*display: block;*/
}

.swiper-pagination {
    margin: 20px 0;
}

.inner ul {
    display: flex;
}

#gnav li {
    font-size: .9375rem;
    margin-left: 1.2rem;
}

#gnav a {
    color: #595757;
    padding-bottom: 5px;
    text-decoration: none;
}

#gnav {
    align-items: center;
    display: flex;
    margin: auto;
}

#only-sp {
    display: none;
}

[data-current-nav="philosophy"] #gnav ul li:nth-child(2) a, [data-current-nav="continue"] #gnav ul li:nth-child(3) a, [data-current-nav="movie"] #gnav ul li:nth-child(4) a, [data-current-nav=""] #gnav ul li:nth-child(5) a, #philosophy #gnav ul li:nth-child(2) a {
    border-bottom: solid;
    border-width: 3px;
    border-color: #3A4A9D;
}

#gnav ul li:nth-child(2) a:hover {
    border-bottom: solid;
    border-width: 3px;
    border-color: #3A4A9D;
}

#continue #gnav ul li:nth-child(3) a {
    border-bottom: solid;
    border-width: 3px;
    border-color: #007CC3;
}

#gnav ul li:nth-child(3) a:hover {
    border-bottom: solid;
    border-width: 3px;
    border-color: #007CC3;
}

#movie #gnav ul li:nth-child(4) a {
    border-bottom: solid;
    border-width: 3px;
    border-color: #59C3E1;
}

#gnav ul li:nth-child(4) a:hover {
    border-bottom: solid;
    border-width: 3px;
    border-color: #59C3E1;
}

#close_to #gnav ul li:nth-child(5) a {
    border-bottom: solid;
    border-width: 3px;
    border-color: #8EC43E;
}

#gnav ul li:nth-child(5) a:hover {
    border-bottom: solid;
    border-width: 3px;
    border-color: #8EC43E;
}

.spirit {
    max-width: 167px;
    height: auto;
    margin: auto 0;
    margin-right: 2vw;
}

.zokuzoku {
    height: 50px;
    margin: auto 0;
}

/*header end*/

#page_title {
    background: #fff;
    padding: 160px 0 60px;
}

#page_title p {
    color: #333;
    font-size: 1.25rem;
    margin: 0 3vw;
    text-align: center;
}

main {
    background-color: #EAEDEF;
    padding-bottom: 80px;
}

/*index start*/

#toppage {
    padding-top: 95px;
}

/*slider*/

#mv_slider {
    margin-bottom: 10px;
}

.swiper-wrapper {
    max-width: 1200px;
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.swiper-button-prev {
    top: 10vw;
}

/*slider*/

.contents h2 {
    color: #595757;
    font-size: 3.125rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}

.waypoints {
    opacity: 0;
    position: relative;
    transition: all .8s
}

.waypoints.active {
    opacity: 1;
}

#content_list {
    max-width: 1100px;
    margin: 0 auto 50px;
}

#content_list a {
    display: flex;
    line-height: 0;
    margin-bottom: 5px;
    text-decoration: none;
}

#content_list .even a {
    flex-direction: row-reverse;
}

#content_list .philosophy {
    background-color: #004898;
}

#content_list .continue {
    background-color: #007CC3;
}

#content_list .movie {
    background-color: #59C3E1;
}

#content_list .close_to {
    background-color: #8EC43E;
}

#content_list .txt {
    background-image: url(/zokuzoku/img/arrow_white.png);
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: 20px 37px;
    display: flex;
    align-items: center;
    opacity: 0;
    position: relative;
    transition: all 200ms ease;
    z-index: 1;
}

#content_list .txt span {
    display: block;
}

#content_list .active .txt {
    background-position: 92% center;
    opacity: 1;
}

#content_list .txt::before, #content_list .txt::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}

#content_list .txt p {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

#content_list a:link, #content_list a:visited, #content_list a:hover, #content_list a:active {
    text-decoration: none;
}

#content_list .img {
    overflow: hidden;
    position: relative;
}

#content_list .img img {
    display: block;
    position: relative;
    left: -101%;
    transition: all 500ms ease;
}

#content_list .even .img img {
    left: auto;
    right: -101%
}

#content_list .active .img img {
    left: 0;
}

#content_list .active.even .img img {
    left: auto;
    right: 0;
}

#content_list a:hover img {
    transform: scale(1.1);
    transition-duration: 500ms;
}

.txt {
    color: #fff;
    height: 280px;
    text-align: center;
    width: 550px;
}

.txt p {
    font-size: 2rem;
}

.txt span {
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
}

.img img {
    height: 280px;
    width: 550px;
}

.banner_area {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}

.banner {
    background: #fff;
    margin-right: 25px;
    padding: 12px 37px;
}

.banner_inner {
    margin: auto;
    text-align: center;
}

.banner_inner img {
    height: 82px;
    margin: 25px auto 15px;
    width: auto;
}

.banner_inner p {
    color: #004898;
    text-align: center;
    margin-bottom: 18px;
}

.imgbnr {
    display: block;
    background-color: #fff;
    position: relative;
    line-height: 0;
}

.imgbnr img {
    max-width: 336px;
}

.imgbnr p {
    color: #004898;
    text-align: center;
    position: absolute;
    top: 72%;
    left: 0%;
    width: 100%;
    margin: 0 auto;
}

.only-sp {
    display: none;
}

.pdfimg {
    margin-right: 25px;
}

.logoimg {
    margin: 10px 0;
}

.pdflink p {
    color: #004898;
}

.pdficon {
    margin-bottom: -5px;
}

#pagetop_btn {
    bottom: 22vw;
    position: fixed;
    right: 20px;
    z-index: 1000;
}

#page_top a {
    position: relative;
    display: block;
    text-decoration: none;
}

#page_top a::before {
    content: '\f102';
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#pagetop_btn img {
    height: 64px;
    width: 64px;
}

/*index end*/

/*philosophy start*/

#philosophy main {
    background-color: #fff;
}

#philosophy #contents {
    padding: 60px 0;
}

#philosophy h2 {
    color: #595757;
    font-size: 3.125rem;
    font-style: normal;
    padding-bottom: 1rem;
    text-align: center;
}

#philosophy #contents p {
    color: #333;
    font-size: 1.25rem;
    margin: 0 3vw;
    text-align: center;
}

#philosophy #content_blue {
    background: #004898;
    padding: 60px 20px;
}

#philosophy h3 {
    color: #fff;
    font-size: 3.125rem;
    font-weight: normal;
    margin-bottom: 60px;
    text-align: center;
}

#philosophy #content_blue p {
    color: #fff;
    font-size: 1.5625rem;
    text-align: center;
}

#content_gray {
    background: #EAEDEF;
    padding: 60px 0;
    text-align: -webkit-center;
}

#content_gray p {
    color: #333;
    font-size: 1.125rem;
    max-width: 700px;
    text-align: justify;
    margin: 0 auto 1rem;
}

#content_gray .box_text {
    background: #fff;
    border: #004898 solid 2px;
    box-sizing: border-box;
    display: flex;
    min-height: 156px;
    max-width: 700px;
    margin: 0 auto;
}

#content_gray img {
    height: 98px;
    margin: auto 25px auto 30px;
    width: auto;
}

#content_gray .box_text p {
    margin: auto 30px auto 0;
}

#content_white {
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    padding-top: 75px;
}

#content_white .text {
    margin-right: 75px;
}

#content_white h4 {
    color: #004898;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#content_white p {
    color: #333;
    font-size: 1.125rem;
    line-height: 2rem;
    max-width: 486px;
}

#content_white img {
    max-width: 400px;
}

/*philosophy end*/

/*continue start*/

#continue #contents {
    background: #fff;
    padding: 60px 0;
}

#continue h2 {
    color: #595757;
    font-size: 3.125rem;
    font-style: normal;
    padding-bottom: 1rem;
    text-align: center;
}

#continue #contents p {
    color: #333;
    font-size: 1.25rem;
    margin: 0 3vw;
    text-align: center;
}

#continue_main {
    padding-top: 50px;
}

#continue_main .continue_inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* ¥¤¥ó¥¿¥Ó¥å©`ÓÃ×·¼Ó */

ul.continue_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

ul.continue_list li {
    width: 48.5%;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

.new::before {
    background-image: url(/zokuzoku/img/new.png);
    content: '';
    height: 100px;
    position: absolute;
    width: 100px;
	display:none; 
}

ul.continue_list li img {
    max-width: 100%;
}

#continue_main li a {
    text-decoration: none;
}

ul.continue_list li .inner {
    padding: 1rem .5rem 1rem 1.5rem;
}

ul.continue_list li .message {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-bottom: 10px;
}

ul.continue_list li a:link, ul.continue_list li a:visited, ul.continue_list li a:hover, ul.continue_list li a:active {
    color: #333;
}

ul.continue_list li a:link .message, ul.continue_list li a:visited .message, ul.continue_list li a:hover .message, ul.continue_list li a:active .message {
    color: #007CC3;
}

.profilebox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: .75rem;
}

.profilebox .tag {
    display: inline-flex;
    width: 150px;
    height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: .8em;
    background-color: #007CC3;
    color: #fff;
}

.profilebox .tag p {
    font-size: .75rem;
}

.profilebox p.name {
    font-size: .9375rem;
}

.profilebox p.name em {
    display: block;
    font-size: 1.1875rem;
    font-style: normal;
}

/*continue end*/

/*movie start*/

#movie main {
    background-color: #EAEDEF;
}

#movie #contents {
    background: #fff;
    padding: 60px 0;
}

#movie h2 {
    color: #595757;
    font-size: 3.125rem;
    font-style: normal;
    padding-bottom: 1rem;
    text-align: center;
}

#movie #contents p {
    color: #333;
    font-size: 1.25rem;
    margin: 0 3vw;
    text-align: center;
}

#movie_link_list {
    padding-top: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

#movie_link_list .movie_list {
    background: #59C3E1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 25px;
    padding: 25px;
}

#movie_link_list .even {
    flex-direction: row-reverse;
}

#modal {
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer;
    display: none;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 1001;
}

#modal.active {
    display: block;
}

.youtubewrap {
    margin-top: -14.0625vw;
    margin-left: -25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-bottom: 28.125vw;
    width: 50vw;
}

.youtubewrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.detail {
    position: relative;
    width: 513px;
}

.detail a:hover {
    color: #fff;
}

.detail .marker_white {
    background: #fff;
    color: #59C3E1;
    display: inline-block;
    line-height: 3.15rem;
    margin-bottom: 28px;
    padding: 0 1em;
    text-align: center;
}

.detail .message {
    color: #fff;
    font-weight: bold;
    font-feature-settings: "palt";
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.detail .name {
    color: #fff;
    font-size: 1.125rem;
}

.detail .name em {
    display: block;
    font-size: 1.5625rem;
    font-style: normal;
}

#movie_link_list .detail a {
    background: #007CC3;
    bottom: 0;
    color: #fff;
    font-size: 1.125rem;
    padding: 0.4rem 1.5rem;
    position: absolute;
    right: 0;
    text-align: center;
}

/*movie end*/

/*interview start*/

#interview h2 {
    color: #595757;
    font-size: 3.125rem;
    font-style: normal;
    padding-bottom: 1rem;
    text-align: center;
}

#mv_area {
    background-color: #EAEDEF;
    padding-bottom: 80px;
}

#mv {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#mv img {
    display: block;
    width: 100%;
}

#mv .tag {
    background-color: #007CC3;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    padding: 15px 5vw 15px 7.5vw;
    position: absolute;
}

#mv .tag_right {
    position: absolute;
    right: 0;
}

#mv .tag_head {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
}

.tag_bottom {
    display: flex;
}

#mv .marker_white {
    background: #fff;
    color: #007CC3;
    font-size: 1rem;
    height: auto;
    line-height: 1.25rem;
    margin-bottom: 5px;
    padding: 0.8rem 1.5rem;
    text-align: center;
}

#mv .marker_gray {
    background: #595757;
    color: #fff;
    font-size: 1rem;
    height: 30px;
    line-height: 2rem;
    padding: 0 1em;
    text-align: center;
}

#mv .department {
    margin-left: 14px;
}

#mv .name {
    font-size: 1.5625rem;
}

#interview_inner {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    ;
}

.main_content {
    display: block;
    margin: 0 auto;
    max-width: 775px;
}

.content_block {
    margin-bottom: 80px;
}

.content_block h3 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 3.125rem;
    width: max-content;
}

.float_img {
    float: right;
    margin: 0 0 1em 2em;
}

.content_block p {
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
}

.content_block p sup {
    font-size: .75rem;
}

.content_block span.txtcap {
    display: block;
    font-size: 1rem;
    margin: 0.5em 0 0;
    padding-left: 1em;
    text-indent: -1em;
}

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

.content_block .caption_center {
    font-size: .875rem;
    text-align: center;
}

.col {
    width: 380px;
}

.col p {
    font-size: 1rem;
    margin-bottom: 0;
}

.img_1col p {
    font-size: 1rem;
    margin-bottom: 0;
}

.intro_title {
    background: #007CC3;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.intro {
    background: #fff;
    border-bottom: #007CC3 solid 0.2rem;
    margin-bottom: 5rem;
}

#interview05 .place_name {
    font-weight: bold;
    margin-bottom: 1rem;
}

#interview06 {
    border-top: #007CC3 solid 0.2rem;
    display: block;
    margin-bottom: 0;
    padding: 25px;
}

#interview06 .ttl {
    font-size: 1.5625rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#interview06 .subttl {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

#interview06 .imgttl {
    font-size: 1.125rem;
    margin: 1rem 0;
}

#interview06 .description {
    margin-bottom: 0;
}

#interview06 img {
    display: block;
    margin: 0 auto 1rem;
}

#interview06 .notes {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0;
}

#interview08.intro {
    border-top: #007CC3 solid 0.2rem;
    margin-bottom: 0;
}

#interview08 .intro_inner {
    padding: 25px;
}

.intro_inner {
    background: #fff;
    display: flex;
    padding: 20px 25px 15px;
}

.intro_inner .txtcap {display: block; padding-left: 1em; text-indent: -1em;}

#interview07 {
    margin-bottom: 0;
}

#interview07 .intro_inner {
    display: block;
    padding: 0 2rem;
}

#interview07 .col {
    width: auto;
}

#interview07 .intro_inner img {
    padding: 0;
}

#interview07 .intro_inner .caption {
    padding-bottom: 1em;
    max-width: 340px;
}

.intro_txt {
    padding-right: 2em;
}

.intro .place_name {
    font-size: 1.5625rem;
    margin-bottom: 0.5em;
}

#interview08 .description {
    font-size: 1rem;
    margin-bottom: 0;
}

#interview08 .caption {
    margin-bottom: 0;
}

#interview11 table tr:first-child td {
    text-indent: -6em;
}

#interview11 table tr:nth-child(n+3) td {
    text-align: right;
}

#interview11 #page_move_btn .category-top_btn {
    display: block;
    margin: 0 auto;
    padding-right: 60px;
}

figure {
    float: right;
    margin: 0 0 15px 15px;
}

.place_detail th {
    font-weight: normal;
    text-align: left;
    padding-right: 1em;
}

.place_detail {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.pager_wrp {
    max-width: 1200px;
    margin: 0 auto;
}

#page_move_btn {
    display: flex;
    justify-content: space-between;
    max-width: 775px;
    margin-left: 2.5vw;
}

#page_move_btn .category-top_btn img {
    max-width: 380px;
}

#page_move_btn .prev_btn img, #page_move_btn .next_btn img {
    max-width: 60px;
}

.side_content {
    margin: 0 auto 0 auto;
    max-width: 280px;
}

.profile_box {
    background: #fff;
    border-style: solid;
    border-top-color: #007CC3;
    border-top-width: 10px;
    border-bottom-color: #007CC3;
    border-bottom-width: 3px;
    /* height: 607px; */
    margin-bottom: 40px;
    padding: 15px;
}

.profile_box img {
    display: flex;
    max-width: 220px;
    margin: 0 auto 20px;
}

.profile_box_txt {
    padding: 0 .75rem;
}

p.profile_title {
    font-weight: bold;
    color: #333;
    font-size: 1rem;
}

p.profile_department {
    color: #004898;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

.profile_department em.name {
    display: block;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    padding-top: .25em;
}

p.profile_txt {
    font-weight: normal;
    color: #333;
    font-size: 0.875rem;
}

p.caption {
    font-size: .875rem;
}

.link_movie p {
    margin-bottom: .25em;
    color: #333;
    font-size: 1.125rem;
}

.link_movie img {
    width: 280px;
}

/*interview end*/

/*close_to start*/

#close_to h2 {
    color: #595757;
    font-size: 3.125rem;
    font-style: normal;
    padding-bottom: 1rem;
    text-align: center;
}

#close_to .close_to_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 970px;
}

#close_to .column {
    background-color: #fff;
    box-sizing: border-box;
    color: #004898;
    height: 400px;
    margin-bottom: 30px;
    padding: 27px;
    position: relative;
    text-align: center;
    width: 470px;
}

#close_to .icoimg {
    height: 80px;
    margin-bottom: 28px;
    width: auto;
}

#close_to .number {
    height: 81px;
    margin: 0 5px;
    vertical-align: bottom;
    width: auto;
}

#close_to .colttl {
    font-size: 1.625rem;
}

#close_to .colsubttl {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

#close_to .coltxt {
    font-size: 2.3rem;
    line-height: 2;
}

#close_to .coltxt span {
    font-size: 5.25rem;
    font-weight: bold;
}

#close_to .captxt {
    font-size: 1.05rem;
}

/*close_to end*/

#bottomnav {
    display: none;
}

sup {
    vertical-align: super;
    position: relative;
}

/*footer*/

#footer {
    background: #fff;
    margin-bottom: 33px;
    padding-right: 50px;
    min-width: 1300px;
    justify-content: space-between;
}

.footer_inner {
    min-width: 1300px;
    display: flex;
}

.footer_inner img {
    height: 250px;
    left: 0;
    margin-top: -32.5px;
}

.footer_nav {
    min-width: 425px;
    display: flex;
    font-size: 1rem;
    right: 3vw;
    margin: 5vw 0;
    position: absolute;
}

.footer_nav a {
    color: #333;
}

.footer_nav a::before {
    content: "£¾";
    font-size: .8125rem;
    display: inline-block;
    padding-right: .2em;
    align-items: center;
}

.footer_nav li+li {
    margin-left: 1.2em;
}

.footer_signature {
    text-align: right;
}

.jp_logo {
    height: 15px;
}

#copyright {
    font-size: 0.75rem;
}

/*.//footer*/

.philosophy_txt {
    max-width: 430px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.philosophy_txt img {
    width: 100%;
}

/* iPad Pro ÓÃÕ{Õû*/

@media screen and (max-width: 1024px) {
    #header, #footer, .footer_inner {
        min-width: 1024px;
    }
    #header, #footer {
        padding: 0;
    }
    #header .inner {
        padding: 18px 10px 20px;
    }
    .footer_signature {
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    /*header start*/
    #toppage {
        padding-top: 50px;
    }
    #header {
        min-width: 100%;
        height: 50px;
    }
    #header .inner h1 img {
        padding: 1vw 0;
    }
    #header .inner {
        padding: 0 5vw;
        align-items: center;
    }
    .swiper-pagination {
        margin: 2vw auto;
    }
    .header_logo img.zokuzoku {
        max-width: 78px;
        width: 6vw;
        height: auto;
        margin-right: 1vw;
    }
    .header_logo img.spirit {
        max-width: 168px;
        width: 12vw;
    }
    div.meta-logo {
        width: 20vw;
        padding: 1vw 5vw;
        max-width: 100px;
    }
    div.meta-logo img {
        width: 100%;
    }
    .spirit {
        height: auto;
    }
    .inner ul {
        display: block;
    }
    #gnav {
        overflow: hidden;
    }
    #gnav ul {
        display: none;
        position: fixed;
        left: -5vw;
        top: 55px;
        width: 105vw;
    }
    #gnav ul.active {
        display: block;
        height: 100vh;
        background-color: rgba(0, 0, 0, .4);
    }
    #gnav ul li {
        border-bottom: #fff solid 1px;
        line-height: 3;
        height: 50px;
    }
    #gnav ul li a {
        color: #fff;
        font-size: 1.15rem;
    }
    #gnav ul li:nth-child(1) {
        background-color: #96A2AA;
    }
    #gnav ul li:nth-child(2) {
        background-color: #154A94;
    }
    #gnav ul li:nth-child(3) {
        background-color: #3C7BBF;
    }
    #gnav ul li:nth-child(4) {
        background-color: #81C0DF;
    }
    #gnav ul li:nth-child(5) {
        background-color: #9DC24B;
        border-bottom: none;
    }
    .only-pc {
        display: none;
    }
    .only-sp {
        display: block;
    }
    i.menuSP {
        width: 5vw;
        height: 5vw;
        margin: auto 0;
    }
    i.menuSP {
        background-image: url(/zokuzoku/img/menu.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
    }
    i.menuSP.active {
        background-image: url(/zokuzoku/img/close_btn.png);
        background-repeat: no-repeat;
        display: block;
    }
    /*header end*/
    #page_title {
        padding: 110px 0 60px;
    }
    /*index start*/
    #slider_btn_prev {
        height: 5vw;
        left: 8vw;
    }
    #slider_btn_next {
        height: 5vw;
        right: 8vw;
    }
    .swiper-pagination span {
        height: 1.5vw;
        width: 1.5vw;
    }
    .cont_block_text, .cont_block_img {
        display: inline;
    }
    .contents h2 {
        font-size: 5.5vw;
    }
    .contents img {
        height: auto;
        margin-bottom: -5px;
        width: 100vw;
    }
    .contents .philosophy_link, .continue_link, .movie_link, .interview01_link {
        height: 200px;
        width: 100vw;
        margin-bottom: 10px;
    }
    .contents p {
        font-size: 5vw;
        margin: auto;
        max-width: 100vw;
    }
    .contents p span {
        font-size: 3vw;
        line-height: 5vw;
        margin-top: 3vw;
    }
    #content_list {
        max-width: 85vw;
        margin: 0 auto;
    }
    #content_list li {
        margin-bottom: 6px;
    }
    #content_list a {
        display: inline;
    }
    #content_list .txt {
        background-size: 3vw 6vw;
        height: 38.1vw;
        width: auto;
    }
    #content_list .img img {
        margin: auto;
        width: 100%;
    }
    .banner_area {
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 20px auto;
        max-width: 90vw;
    }
    .banner {
        height: auto;
        margin-right: 0;
        padding: 0;
        width: auto;
    }
    .banner_inner {
        margin-bottom: 20px;
    }
    .banner_inner img {
        height: auto;
        margin: auto;
        width: 40vw;
        /* width: 23vw; */
    }
    .banner_inner p {
        font-size: 2vw;
    }
    .pdfimg {
        margin-right: 0;
        max-width: 40vw;
    }
    .pdflink {
        max-width: 40vw;
    }
    .imgbnr img {
        max-width: 40vw;
    }
    .imgbnr p {
        font-size: 1.5vw;
    }
    /*index end*/
    /*philosophy start*/
    #content_gray p {
        margin: 0 3vw 3vw;
    }
    #content_white {
        display: block;
        padding: 75px 30px 0 30px;
        text-align: -webkit-center;
    }
    #content_white .text {
        margin: 0 0 30px;
    }
    #content_white .imgs {
        margin: 0 0 30px;
    }
    /*philosophy end*/
    /*continue start*/
    #continue_main ul {
        max-width: 725px;
        margin: 0 auto;
    }
    /*continue end*/
    /*movie start*/
    #movie_link_list .movie_list {
        display: block;
        height: auto;
    }
    #movie_link_list img {
        margin-bottom: 25px;
    }
    .detail {
        width: auto;
    }
    /*movie end*/
    /*interview start*/
    .content_block {
        margin: 0 auto;
        width: 90vw;
    }
    #mv {
        height: auto;
        min-height: auto;
    }
    #mv img {
        max-width: 100vw;
    }
    #interview_inner {
        display: inline;
    }
    .content_block h3 {
        font-size: 6vw;
        max-width: 95vw;
    }
    .content_block p {
        margin-bottom: 1rem;
    }
    .content_block img {
        max-width: 90vw;
    }
    .img_2col {
        display: block;
    }
    .col {
        margin: 0 auto;
    }
    .caption {
        margin-bottom: 0;
    }
    .intro {
        margin: 0 auto 80px;
    }
    .side_content {
        display: block;
        margin-bottom: 30px;
        max-width: 95vw;
    }
    .profile_box {
        align-items: center;
        display: flex;
        height: auto;
        margin: 0 auto 30px;
    }
    .profile_box img {
        margin-right: 1rem;
    }
    .link_movie {
        margin: 0 auto;
        width: 280px;
    }
    #page_move_btn {
        margin: 0 36px 80px;
    }
    #interview07 .col {
        width: 340px;
    }
    /*interview end*/
    #pagetop_btn {
        bottom: 50vw;
        position: fixed;
        right: 4vw;
        z-index: 1000;
    }
    #pagetop_btn img {
        height: 11.4vw;
        width: 11.4vw;
    }
    #bottomnav {
        display: block;
    }
    #bottomnav ul li {
        border-bottom: #fff solid 1px;
        line-height: 3;
        height: 50px;
        text-align: center;
    }
    #bottomnav ul li a {
        color: #fff;
        font-size: 1.15rem;
    }
    #bottomnav ul li:nth-child(1) {
        background-color: #96A2AA;
    }
    #bottomnav ul li:nth-child(2) {
        background-color: #154A94;
    }
    #bottomnav ul li:nth-child(3) {
        background-color: #3C7BBF;
    }
    #bottomnav ul li:nth-child(4) {
        background-color: #81C0DF;
    }
    #bottomnav ul li:nth-child(5) {
        background-color: #9DC24B;
        border-bottom: none;
    }
    /*close_to start*/
    #close_to .column {
        margin: 0 auto 30px;
    }
    /*close_to end*/
    /*footer start*/
    #footer {
        min-width: 100%;
        display: block;
        padding: 0;
    }
    .footer_inner {
        min-width: 100%;
        flex-direction: column-reverse;
    }
    .footer_inner img {
        height: auto;
        margin-top: 1rem;
        width: 97vw;
    }
    .footer_nav {
        min-width: auto;
        flex-wrap: wrap;
        left: auto;
        margin-top: 10vw;
        position: relative;
        padding-left: 5vw;
    }
    .footer_nav li {
        font-size: 0.9375rem;
        margin-right: auto;
    }
    .footer_nav li+li {
        margin-left: 0;
    }
    .footer_signature {
        padding-top: 5vw;
        text-align: center;
    }
    #copyright {
        font-size: 0.5rem;
    }
    main {
        padding-bottom: 0;
    }
    /*footer end*/
}

@media screen and (max-width: 425px) {
    #only-sp.menuSP {
        height: auto;
        width: auto;
    }
    #header .inner img {
        max-width: 23vw;
    }
    #header .inner {
        padding: 0 5vw;
        height: 50px;
        align-items: center;
    }
    .header_logo img.zokuzoku {
        width: 13vw;
        height: auto;
        margin-right: 1vw;
    }
    .header_logo img.spirit {
        width: 20vw;
    }
    div.meta-logo {
        width: 25vw;
        padding: 3.5vw 5vw;
    }
    div.meta-logo img {
        width: 100%;
    }
    /*index*/
    main {
        padding: 0;
        width: 100vw;
    }
    .banner {
        background: none;
    }
    #bottomnav {
        display: block;
        margin: 0;
    }
    #toppage {
        padding-top: 50px;
    }
    #mv_slider {
        margin-bottom: 0;
    }
    #slider_btn_prev {
        height: 5vw;
        left: 8vw;
    }
    #slider_btn_next {
        height: 5vw;
        right: 8vw;
    }
    .only-pc {
        display: none;
    }
    i.menuSP {
        width: 6.66vw;
        height: 6.66vw;
    }
    /*philosophy*/
    #content_gray .box_text {
        display: block;
        height: auto;
        max-width: 100vw;
        padding: 5vw;
    }
    #content_gray .box_text img {
        margin-bottom: 5vw;
    }
    #content_gray .box_text p {
        margin: 0;
    }
    #content_white img {
        height: auto;
        max-width: 80vw;
    }
    /*continue*/
    #continue_main .continue_inner {
        max-width: 350px;
        margin: 0 auto;
    }
    /*movie*/
    /*interview*/
    #mv {
        display: block;
        height: 95vw;
        margin: 0 auto;
        width: auto;
    }
    #mv .tag {
        margin-top: -6px;
        padding: 5vw;
        position: relative;
    }
    .col {
        width: auto;
    }
    #interview07 .col {
        width: auto;
    }
    .col img {
        width: 95vw;
    }
    #interview06 img {
        width: 74.5vw;
    }
    .intro_inner {
        display: block;
    }
    .intro_txt {
        padding: 0 0 1.5em;
    }
    .profile_box {
        display: block;
    }
    .profile_box img {
        margin: 0 auto 1.5em;
    }
    #page_move_btn img {
        width: 100%;
    }
    #pagetop_btn {
        bottom: 68vw;
    }
    /*footer*/
    .footer_nav li {
        font-size: 0.84375rem;
        line-height: 2rem;
        width: 11.5em;
    }
    #copyright {
        display: block;
        transform: scale(0.9);
    }
}

/*
 * add
 */

@media screen and (max-width: 1024px) {
    .menuSP {
        height: auto;
    }
    #movie_link_list .movie_list {
        padding: 25px 0;
    }
    #movie_link_list .movie_link {
        padding: 0 25px;
    }
    .detail {
        padding: 0 25px;
    }
    #movie_link_list .detail a {
        margin-right: 25px;
    }
}

@media screen and (max-width: 766px) {
    p {
        font-family: "Noto Sans JP";
    }
    .pdflink p {
        font-size: 0.5rem;
    }
    .menuSP {
        height: auto;
        width: 6.66vw;
    }
    #gnav ul li {
        line-height: 50px;
        height: 50px;
    }
    #gnav a {
        padding-bottom: 0;
        display: block;
    }
    #page_title h2 {
        font-size: 8vw;
    }
    #page_title p {
        font-size: 3.8vw;
        margin: 0 auto;
        max-width: 85vw;
    }
    #philosophy #content_blue {
        padding: 6vw 4vw;
    }
    #philosophy h3 {
        font-size: 5vw;
        margin-bottom: 1em;
    }
    #philosophy #content_blue p {
        font-size: 3vw;
    }
    #content_gray {
        padding: 6vw 0;
    }
    #content_gray p {
        font-size: 3vw;
        margin: 0 auto;
        margin-bottom: 6vw;
        max-width: 85vw;
    }
    #content_gray .box_text {
        max-width: 85vw;
    }
    #content_white h4 {
        font-size: 6.2vw;
    }
    #content_white p {
        font-size: 3vw;
        line-height: 1.7;
    }
    #continue_main .continue_inner {
        max-width: 85vw;
    }
    #continue_main li {
        height: auto;
        width: auto;
        margin-bottom: 10vw;
    }
    ul.continue_list li .inner {
        padding: 2vw 2vw 2vw 3vw;
    }
    .profilebox .tag {
        padding: .25em 0;
    }
    #continue_main .column {
        width: 100%;
    }
    #continue_main .column img {
        width: 100%;
    }
    #continue_main .message {
        font-size: 4vw;
    }
    #continue_main .name {
        font-size: 3vw;
    }
    #continue_main .name em {
        font-size: 4vw;
    }
    #movie_link_list {
        margin: 0 auto;
        max-width: 85vw;
    }
    #movie_link_list .movie_list {
        margin-bottom: 10vw;
        padding: 4vw;
    }
    #movie_link_list img {
        max-width: 100%;
    }
    #movie_link_list .movie_link {
        padding: 0;
    }
    .detail {
        padding: 0;
    }
    #movie_link_list .detail .marker_white {
        display: inline-block;
        font-size: 0.75rem;
        height: auto;
        line-height: 2.5;
        padding: 0 1.5em;
        width: auto;
    }
    #movie_link_list .detail .message {
        font-size: 4vw;
    }
    #movie_link_list .detail .address {
        font-size: 3vw;
    }
    #movie_link_list .detail .name {
        font-size: 3vw;
        margin-bottom: 20px;
    }
    #movie_link_list .detail .name em {
        font-size: 4vw;
    }
    #movie_link_list .interview_btn {
        text-align: right;
    }
    #movie_link_list .detail a {
        font-size: 0.75rem;
        margin: 0;
        position: relative;
    }
    .main_content {
        max-width: 90vw;
    }
    .content_block h3 {
        font-size: 4.4vw;
        max-width: 100%;
    }
    #mv .tag_head {
        font-size: 5vw;
    }
    #mv .marker_white, #mv .marker_gray, #mv .department p {
        font-size: 3vw;
    }
    #mv .marker_gray {
        white-space: nowrap;
    }
    #mv .department p.name {
        font-size: 4.4vw;
    }
    .content_block p {
        font-size: 3.8vw;
        line-height: 1.7;
    }
    .col img {
        display: block;
        max-width: 100%;
    }
    .img_1col img {
        max-width: 100%;
    }
    .img_2col p, .img_1col p {
        font-size: 3vw;
    }
    .content_block .caption {
        font-size: 3vw;
    }
    #mv_area {
        padding-bottom: 0;
    }
    #mv {
        height: auto;
    }
    #mv img {
        display: block;
    }
    #mv .tag {
        height: auto;
        margin: 0;
    }
    #interview_inner {
        display: block;
        padding-top: 10vw;
    }
    #bottomnav ul li {
        height: 50px;
        line-height: 50px;
    }
    #bottomnav ul li a {
        display: block;
    }
    #page_move_btn {
        width: 90vw;
        margin: 0 auto 80px auto;
        display: flex;
        justify-content: space-between;
    }
    #page_move_btn div {
        height: 30px;
    }
    #page_move_btn a {
        display: block;
        height: 100%;
    }
    #page_move_btn img {
        max-height: 100%;
        width: auto;
    }
    .side_content {
        max-width: 90vw;
    }
    #close_to .column {
        height: auto;
        width: 90vw;
    }
    #close_to .colttl {
        font-size: 4.5vw;
    }
    #close_to .colsubttl {
        font-size: 3vw;
    }
    #close_to #two-lines {
        font-size: 6vw;
    }
    #close_to .coltxt {
        font-size: 6.5vw;
    }
    #close_to .coltxt span {
        font-size: 15vw;
    }
    #close_to .column img {
        height: 14vw;
        width: auto;
    }
}