@charset "UTF-8";

/* ==========================================
  Site Common
========================================== */

body {
    min-width: 100%;
}

.inner {
    width: 86.6666666%;
}

.item-pc {
    display: none !important;
}

.item-sp {
    display: inherit !important;
}


/* Breadcrumb
------------------------------------------ */

.pankuzu {
    position: relative;
    width: 86.6667%;
    margin: calc(6.66667% + 65px) auto 0;
    max-height: 999999px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
}


/* ==========================================
  Site Header
========================================== */

.l-header {
    position: fixed;
    z-index: 2;
    height: 65px;
    padding: 0;
}

.l-header .inner {
    width: 93.333333%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-header h1 img {
    height: 20px;
}

.l-header02 h1 img {
    width: 68%;
}


/* Global Navi
------------------------------------------ */

p.menu-trigger,
.header-items .gnav,
.header-items .sns {
    display: none;
}


/*
.nav-unit {
  display: none;
  position: absolute;
  z-index: 0;
  top: 65px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0 6.666666%;
}
*/

.gnav {
    display: block;
    margin: 0 0 40px;
}

.gnav li {
    font-size: 18px;
    font-size: 1.8rem;
}

.gnav li:not(:last-of-type) {
    margin: 1em 0;
}

.gnav li:last-of-type {
    padding: 0;
    margin: 0;
    border-left: 0;
}

.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns li {
    width: 40px;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 40px;
    height: 32px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #535353;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 14px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
}

.menu-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}


/* Sub Menu
------------------------------------------ */


/*Sub Menu Common */

.menu-unit {
    display: none;
    position: fixed;
    z-index: 1;
    top: 65px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 65px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
}

.menu-column-unit {
    display: block;
}

.menu-heading {
    font-size: 18px;
    font-size: 1.8rem;
}

.menu-column-4 {
    width: 100%;
}


/* 新着記事 */

.new-article-unit {
    padding: 20% 0;
}

.new-article .menu-column-4:not(:last-of-type) {
    margin: 0 0 7.5%;
}

.new-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.new-article img {
    width: 27.5%;
}

.new-article p small {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 0.5em;
}

.new-article p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 0 5%;
}

.menu-nav-unit {
    padding: 9.333333% 0;
}


/* 記事･リサーチ */

.nav-article {
    margin: 0 0 13.333333%;
}

.nav-article .menu-column-4:not(:last-of-type) {
    margin: 0 0 10%;
}

.nav-article .menu-column-4:first-of-type h4,
.nav-article .menu-column-4:nth-of-type(2) h4,
.nav-article .menu-column-4:nth-of-type(3) h4 {
    margin: 0 0 15px;
}

.nav-article .menu-column-4:last-of-type h4:first-of-type {
    margin: 0 0 10%;
}

.nav-article h4 span {
    font-size: 16px;
    font-size: 1.6rem;
}

.nav-article p span {
    font-size: 15px;
    font-size: 1.5rem;
}

.nav-about .menu-column-4:not(:nth-of-type(3)) {
    margin: 0 0 10%;
}

.nav-about ul {
    padding: 0;
}

.nav-about ul li {
    font-size: 16px;
    font-size: 1.6rem;
}


/* ==========================================
  Site Footer
========================================== */

.l-footer {
    padding: 10% 0 0;
}

.l-footer .inner {
    width: 78.666666%;
    padding: 13.333333vw 0;
    /* 100px 0 */
}

.fnav {
    display: block;
    margin: 0;
}

.fnav>ul {
    margin: 0;
}

.fnav>ul li {
    margin: 0 0 20px;
}

/* ▼ Modified 202505 ▼ */
.fnav > ul:last-of-type li:last-of-type {
  margin: 7.5px 0 0;
}
.fnav > ul:last-of-type li:last-of-type small{
    font-size: 12px;

}
.fnav > div {
  margin: 0 0 20px;
}
/* ▲ Modified 202505 ▲ */

.fnav>div dl:not(:last-of-type) dd {
    margin: 0 0 20px;
}


/* Footer Area
------------------------------------------ */

#footer_area {
    width: 100%;
    margin: 0;
    padding: 8px 0 30px 0;
    background: #b2b2b2;
    color: #fff;
}

#footer_menu {
    display: none;
}

#footer_area #footer_copyright {
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: normal;
}


/* Foot Info
------------------------------------------ */

#foot_info {
    background: none;
}

#foot_info ul {
    display: none;
}


/* To Top Button
------------------------------------------ */

#btn_top {
    position: fixed;
    right: 15px;
    bottom: 90px;
}


/* Section
------------------------------------------ */


/* Section Heading */

.sec-heading {
    position: relative;
    text-align: center;
    display: block;
    border-bottom: solid 4px #af2424;
}

.sec-heading span {
    font-size: calc(4.8vw * 1.25);
    /* 36px */
    padding: 0 0 0.25em;
}

.sec-heading small {
    font-size: 0.5em;
}

.sec-heading hr {
    display: none;
}

.sec-heading-2 {
    font-size: calc(3.7333333vw * 1.25);
    /* 28px */
}

.lead {
    font-size: calc(3.2vw * 1.25);
    /* 24px */
    line-height: 1.5;
    margin: 8vw 0 0;
    /* 60px */
}

.sec-inner {
    width: 100%;
}


/* Tag */

.tag-unit a {
    font-size: 13px;
    font-size: 1.3rem;
}


/* ==========================================
  Article
========================================== */

.scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 3.333333vw;
    /* 25px */
}


/* Article-3 */

.article-3-unit {
    width: 1100px;
    margin: 13.333333vw 0 0;
    /* 100px */
}

.thinklife .scroll {
    margin: 0;
    padding: 0;
}

.article-3>div {
    margin: 4vw auto 0;
}

.article-3 h4 {
    font-size: calc(3.333333vw * 1.25);
    /* 25px */
    margin: 0 0 4vw;
    /* 30px */
}

.article-3 dl dt {
    font-size: calc(4.2666666vw * 1.25);
    /* 32px */
    margin: 0 0 10vw;
    /* 75px */
}

.article-3 dl dd p {
    font-size: calc(3.333333vw * 1.25);
    /* 25px */
    margin: 0 0 6vw;
    /* 45px */
}

.article-3 .art-tag {
    margin: 12vw 0 0;
    /* 90px */
}

.article-3 .art-tag a {
    font-size: 16px;
    font-size: 1.6rem;
}

.article-3 .art-days {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
}


/* Article-4 */

.article-4-unit {
    margin: 9.333333vw 0 0;
    /* 70px */
}

.article-4-unit .article-4 small {
    font-size: 2.666666vw;
    /* 20px */
    margin: 0;
}

.article-4-unit .article-4 h4 {
    font-size: 3.2vw;
    /* 24px */
    font-weight: 400;
    margin: 0;
}

.article-4-unit .article-4 .art-title {
    font-size: 4.666666vw;
    /* 35px */
    font-weight: 400;
    line-height: 1.333333;
    margin: 3.333333vw 0 6.666666vw;
    /* 25px 0 50px */
}

.article-4 .art-tag {
    margin: 12vw 0 0;
    /* 90px */
}

.article-4 .art-tag a {
    font-size: 16px;
    font-size: 1.6rem;
}

.article-4 .art-days {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 6vw 0 0;
    /* 45px */
}


/* ==========================================
  Pager
========================================== */

.pager {
    flex-wrap: wrap;
}

.pager a {
    font-size: calc(5.333333vw * 1.25);
    /* 42px */
    width: auto !important;
    height: auto !important;
    line-height: initial;
    padding: 0.3em 0.6em;
    margin-top: 1rem;
}


/* ==========================================
  記事検索
========================================== */

.search {
    padding: 10vw 0 12.666666vw;
    /* 75px 0 95px */
    margin: 0 0 30vw;
    /* 0 0 225px */
}

.search-unit {
    width: 100%;
    text-align: center;
    margin: 22.6666666vw 0 0;
    /* 170px */
}

.search-unit h3 {
    font-size: calc(3.2vw * 1.25);
    /* 24px */
    margin: 0 0 9.333333vw;
    /* 70px */
}

.search-unit form {
    margin: 0 0 16vw;
    /* 120px */
    padding: 0 0 16vw;
    /* 120px */
}

.search-unit form input[type="search"] {
    width: 100%;
    height: 42px;
    margin: 0 0 7.333333vw;
    /* 55px */
}

.search-unit form button {
    width: 54%;
    height: auto;
    padding: 0.75em 0;
    font-size: 3.2vw;
    /* 24px */
}

.l-header02 {
    padding: 16.666666vw 0 0;
    /* 80/480 */
}

.l-header02 .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 9.375vw;
    /* 45/480 */
}

.l-header02 .gnav li:not(:last-of-type) a::after {
    content: "/";
    padding: 0 15px;
}

@media screen and (max-width: 414px) {
    .l-header02 .gnav li:not(:last-of-type) a::after {
        content: "/";
        padding: 0 10px;
    }
    .l-header02 .gnav li {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
