@charset "UTF-8";

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

body {
    min-width: 1260px;
    color: #535353;
}

.l-container {
    position: relative;
    width: 100%;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

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

a {
    text-decoration: none;
}

a img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a:hover img {
    opacity: 0.7;
}


/* Header Catch
------------------------------------------ */

.catch-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

.pankuzu {
    margin: 30px auto 0;
    width: 920px;
    font-size: calc(14px * 0.846);
    color: #878787;
}

.pankuzu a {
    color: #878787;
}


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

.l-header {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #ffffff;
    padding: 18px 0;
}

.l-header.is-lined {
    border-bottom: solid 1px #f3f3f3;
}

.header-items {
    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;
}


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

.gnav {
    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;
}

.gnav li {
    font-size: 14px;
    font-size: 1.4rem;
}

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

.gnav li:last-of-type {
    padding: 0 0 0 35px;
    border-left: solid 1px #535353;
}

.gnav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #535353;
}

.gnav li.login {
    display: none;
}

.sns {
    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;
}

.sns li {
    width: 27px;
}

.sns li:not(:first-of-type) {
    margin: 0 0 0 20px;
}

.sns li a {
    width: 100%;
    height: 100%;
    display: block;
}

p.menu-trigger {
    width: 32px;
}

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

p.menu-trigger a {
    position: relative;
    width: 100%;
    height: 15px;
}

p.menu-trigger a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #af2424;
}

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

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

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

p.menu-trigger a.is-opened span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

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

p.menu-trigger a.is-opened span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

p.menu-trigger small {
    font-size: 8px;
    font-size: 0.8rem;
    display: block;
    text-align: center;
    line-height: 1.0;
}


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


/*Sub Menu Common */

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

.menu-heading {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.menu-heading::before {
    content: "■";
    position: relative;
    top: -0.25em;
    color: #af2424;
    font-size: 0.4em;
    display: inline-block;
    margin: 0 5px 0 0;
}

.nav-about .menu-column-4:last-of-type .menu-heading::before {
    content: none;
}

.menu-column-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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


/* 新着記事 */

.new-article-unit {
    padding: 40px 0;
}

.new-article-unit .menu-heading {
    margin: 0 0 15px;
}

.new-article p small {
    font-size: 12px;
    font-size: 1.2rem;
    color: #7a7a7a;
    display: block;
    margin: 1em 0 0.5em;
}

.new-article p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #313131;
}

.menu-nav-unit {
    padding: 40px 0;
    background-color: #f6f6f6;
}

.menu-nav-unit a {
    color: #313131;
}

.menu-nav-unit .menu-heading {
    margin: 0 0 20px;
}


/* 記事･リサーチ */

.nav-article {
    margin: 0 0 85px;
}

.nav-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.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 20px;
}

.nav-article h4 i {
    display: inline-block;
}

.nav-article h4 span {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: inline-block;
    margin: 0 0 0 10px;
}

.nav-article p {
    margin: 0 0 0 40px;
}

.nav-article .menu-column-4:nth-of-type(3) p:first-of-type {
    margin: 0 0 10px 40px;
}

.nav-article p span {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    display: inline-block;
    margin: 0 0 0 10px;
}


/* 記事･リサーチ アイコン */

.nav-article .menu-column-4:first-of-type h4 a i img,
.nav-article .menu-column-4:nth-of-type(2) h4 a i img,
.nav-article .menu-column-4:nth-of-type(3) h4 a i img {
    width: 42px;
}

.nav-article .menu-column-4:nth-of-type(4) h4:first-of-type a i img {
    width: 34px;
}

.nav-article .menu-column-4:nth-of-type(4) h4:first-of-type a i {
    padding: 0 5px 0 0;
}

.nav-article .menu-column-4:nth-of-type(4) h4:last-of-type a i img {
    width: 39px;
}

.nav-article .menu-column-4:first-of-type p a i img {
    width: 16px;
}

.nav-article .menu-column-4:nth-of-type(2) p a i img {
    width: 23px;
}

.nav-article .menu-column-4:nth-of-type(3) p:first-of-type a i img {
    width: 26px;
}

.nav-article .menu-column-4:nth-of-type(3) p:first-of-type a i {
    padding: 0 4px 0 0;
}

.nav-article .menu-column-4:nth-of-type(3) p:last-of-type a i img {
    width: 30px;
}

.nav-about ul {
    padding: 0 0 0 1.5em;
}

.nav-about ul li {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
}

.nav-about ul li.login {
    display: none;
}


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

.l-footer {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
}

.l-footer .inner {
    padding: 85px 0 110px;
}

.fnav {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.0625em;
    margin: 0 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fnav h4 {
    font-weight: 500;
}

.fnav a {
    color: #535353;
}

.fnav>ul {
    margin: 0;
}

.fnav>ul li:not(:last-of-type) {
    margin: 0 0 20px;
}

.fnav>div {
    margin: 0 215px;
}

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

.fnav>div dl dd ul li {
    text-indent: 2em;
    margin: 5px 0 0;
}

/* ▼ Add 202505 ▼ */
.fnav > ul:last-of-type li ul li {
  text-indent: 2em;
  margin: 5px 0 0;
}
.fnav > ul:last-of-type li ul li small{
    font-size: 12px;
}
/* ▲ Add 202505 ▲ */

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

#footer_area {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    color: #2c2c2c;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
}

#footer_area #footer_menu {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

#footer_area #footer_menu ul li {
    display: inline-block;
}

#footer_area #footer_menu ul li a {
    color: #2c2c2c;
}

#footer_area #footer_menu ul li a:hover {
    text-decoration: underline;
}

#footer_menu1 {
    float: left;
}

#footer_menu1 li {
    margin-right: 15px;
}

#footer_menu2 {
    float: right;
}

#footer_menu2 li {
    margin-left: 15px;
}

#footer_area #footer_copyright {
    clear: both;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 15px;
    color: #666;
    text-align: right;
    line-height: 1.4;
    font-size: 9px;
    font-size: 0.9rem;
}


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

#foot_info {
    position: relative;
    width: 100%;
    height: 74px;
    background-color: #f4f4f4;
}

#foot_info ul {
    width: 1200px;
    height: 74px;
    margin: 0 auto;
    overflow: hidden;
}

#foot_info ul li#foot_info01 {
    float: left;
}

#foot_info ul li#foot_info02 {
    float: right;
}


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

#btn_top {
    position: fixed;
    z-index: 999;
    right: 10%;
    bottom: 86px;
    width: 36px;
    height: 36px;
}

@media screen and (max-width:1500px) {
    #btn_top {
        right: 20px;
    }
}

@media screen and (max-width:1260px) {
    #btn_top {
        right: 15px;
        bottom: 154px;
    }
}


/* ==========================================
  Contents
========================================== */

.l-contents {
    position: relative;
    width: 100%;
}


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

.section {
    position: relative;
    width: 100%;
}


/* Section Heading */

.sec-heading {
    position: relative;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sec-heading span {
    font-size: 24px;
    font-size: 2.4rem;
    display: inline-block;
    padding: 0 0 0 20px;
}

.sec-heading small {
    font-size: 16px;
    font-size: 1.6rem;
}

.sec-heading hr {
    width: 76px;
    border-top: solid 5px #af2424;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0 20px 0 0;
}

.sec-heading-2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}

.lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin: 40px 0 0;
}

.sec-inner {
    width: 1100px;
    margin: 0 auto;
}


/* Tag */

.tag-unit a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #535353;
    background-color: #eeeeee;
    padding: 0.35em 0.5em;
    border-radius: 5px;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.tag-unit a.is-select {
    color: #ffffff;
    background-color: #7a7a7a;
}


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


/* Article-3 */

.article-3-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 75px 0 0;
}

.article-3 {
    width: 360px;
}

.article-3>div {
    width: 88.888888%;
    margin: 20px auto 0;
}

.article-3>a {
    display: inline-block;
}

.article-3 a {
    color: #535353;
}

.article-3 h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 15px;
}

.article-3 dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 55px;
}

.article-3 dl dd p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 25px;
}


/* Article-4 */

.article-4-unit {
    width: 996px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 90px 0 0 104px;
}

.article-4-unit .article-4 {
    width: 228px;
}

.article-4-unit .article-4 small {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 0 0;
    display: block;
}

.article-4-unit .article-4 h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 15px 0 0;
}

.article-4-unit .article-4 .art-title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 15px 0 20px;
}

.article-4 a {
    color: #535353;
}

.art-tag {
    margin: 40px 0 0;
}

.art-tag a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #535353;
    display: inline-block;
    margin: 0 0.25em 0 0;
}

.art-days {
    font-size: 10px;
    font-size: 1.0rem;
}


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

.pager {
    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;
    text-align: center;
}

.pager a {
    font-size: 18px !important;
    font-size: 1.8rem;
    width: 33px !important;
    height: 33px !important;
    line-height: 33px;
    color: #535353;
    display: block;
    border: solid 1px #535353;
    background-color: #ffffff;
    margin: 0 7.5px;
}

.pager a.is-select {
    color: #ffffff;
    background-color: #535353;
    border: solid 1px #535353;
}


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

.search {
    padding: 75px 0 95px;
    background-color: #f7f7f7;
    border-bottom: solid 2px #ffffff;
}

.search .sec-heading {
    margin-top: 20px;
    font-weight: 400;
}

.search-unit {
    width: 640px;
    text-align: center;
    margin: 135px auto 0;
}

.search-unit h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 50px;
}

.search-unit form {
    border-bottom: dotted 1px #535353;
    margin: 0 0 95px;
    padding: 0 0 130px;
}

.search-unit form input[type="search"] {
    width: 500px;
    height: 65px;
    border: solid 1px #656262;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.5em;
    margin: 0 15px 0 0;
    font-size: 18px;
}

.search-unit form button {
    width: 125px;
    height: 65px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.0625em;
    color: #ffffff;
    border: 0;
    background-color: #656262;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.column-item dl dd p {
    word-break: break-all;
    /** ５行以上で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /** webkit以外のフォールバック */
    line-height: 24px;
    max-height: calc(24px*4);
    min-height: 7.5rem;
}

.column-item dt.art-title a {
    word-break: break-all;
    /** ５行以上で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /** webkit以外のフォールバック */
    line-height: 24px;
    max-height: calc(24px*2);
    min-height: 4rem;
    text-align: left;
}

.column-item {
    text-align: left;
}

.column-item dl dt {
    margin: 0 0 55px;
}

.column-item img {
    width: 360px;
    height: 180px;
    object-fit: cover;
}

#newly3 .article-3 dt.art-title a {
    word-break: break-all;
    /** ５行以上で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /** webkit以外のフォールバック */
    line-height: 24px;
    max-height: calc(24px*2);
    min-height: 4rem;
}

#newly3 .article-3 img {
    width: 360px;
    height: 180px;
    object-fit: cover;
}

.l-header02 {
    position: relative;
    width: 100%;
    padding: 110px 0 0;
}

.l-header02 .header-items {
    display: block;
}

.l-header02 .gnav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 45px;
}

.l-header02 .gnav li {
    font-size: 13px;
    font-size: 1.3rem;
}

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

.l-header02 .gnav li:last-of-type {
    padding: 0;
    border-left: none;
}

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

.l-header02 h1 {
    text-align: center;
    margin: 0 0 20px;
}

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