@charset "utf-8";

html {
    height: 100%;
    width:100vw;
    max-width:100%;
}
 
body {  
    font-family: "Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    font-weight: 300;
}

main {
    overflow-x: hidden;
}

/*--------------------------header----------------------------*/
.l-header {
    display: none;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.header-logo {
    color: #F56F60;
    font-weight: bold;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 8px 20px 16px;
    font-size: 28px;
}

.header-logo h1 {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header-logo span {
    font-size: 20px;
}

@media (hover: hover) {
    .header-logo:hover h1 {
        opacity: 0.8;
    }
}

@media screen and (max-width:768px){
    .header-logo {
        padding: 4px 16px 8px;
        font-size: 22px;
    }

    .header-logo span {
        font-size: 16px;
    }
}

@media screen and (max-width:380px){
    .header-logo {
        padding: 4px 16px 8px;
        font-size: 18px;
    }

    .header-logo span {
        font-size: 13px;
    }
}

/*--------------------------pageTitle----------------------------*/
.pageTitle {
    background-image: url("../../images/column/pageTitle.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    height: 400px;
    border-radius: 0 0 50px 50px;
}

.pageTitle-text {
    position: absolute;
    bottom: 78px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 1152px;
    color: #fff;
}

.pageTitle-text h2 {
    font-weight: bold;
    font-size: 60px;
    font-family: "Poppins", "Avenir next", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.pageTitle-text p {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width:768px){
    .pageTitle {
        background-image: url("../../images/column/pageTitle_sp.png");
        border-radius: 0 0 40px 40px;
    }

    .pageTitle-text {
        bottom: 40px;
    }

    .pageTitle-text h2 {
        font-size: 50px;
    }

    .pageTitle-text p {
        font-size: 18px;
    }
}

@media screen and (max-width:600px){
    .pageTitle {
        height: 300px;
    }

    .pageTitle-text h2 {
        font-size: 40px;
    }

    .pageTitle-text p {
        font-size: 18px;
    }
}

@media screen and (max-width:500px){
    .pageTitle-text h2 {
        font-size: 30px;
    }

    .pageTitle-text p {
        font-size: 18px;
    }
}

@media screen and (max-width:420px){
    .pageTitle-text h2 {
        font-size: 20px;
    }

    .pageTitle-text p {
        font-size: 16px;
    }
}

/*--------------------------articleList----------------------------*/
.articleList {
    padding: 100px 0;
}

.articleList-inner {
    margin: 0 auto;
    max-width: 1152px;
    width: 90%;
}

.articleList-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.articleList-left {
    width: 68%;
}

.articleList-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.articleList-right {
    width: 28%;
}

.articleList-btn {
    background-image: linear-gradient(135deg, #f46061, #f89e5b);
    display: block;
    max-width: 300px;
    width: 100%;
    margin:40px auto 0;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    padding: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.articleList-btn img {
    width: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    position: absolute;
    display: block;
}

.articleList-category__title h4, .articleList-keyword__title h4 {
    background: -webkit-gradient(linear, left top, right top, from(#F46061), to(#F89E5B));
    background: linear-gradient(90deg, #F46061, #F89E5B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: bold;
    font-family: "Poppins", "Avenir next", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.articleList-category__title p, .articleList-keyword__title p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.articleList-category__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -2px 0 0 -2px;
}

.articleList-category__item {
    background-color: #fff;
    padding: 4px 16px;
    font-weight: bold;
    margin: 2px;
    border-radius: 50px;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.articleList-category__item.all {
    border: #CF0010 1px solid;
    color: #CF0010;
}

.articleList-category__item.all.active {
    background-color: #CF0010;
    color: #fff;
}

.articleList-category__item.public-servant {
    border: #00A95F 1px solid;
    color: #00A95F;
}

.articleList-category__item.public-servant.active {
    background-color: #00A95F;
    color: #fff;
}

.articleList-category__item.cpa {
    border: #EA5532 1px solid;
    color: #EA5532;
}

.articleList-category__item.cpa.active {
    background-color: #EA5532;
    color: #fff;
}

.articleList-category__item.tax-accountant {
    border: #EA5532 1px solid;
    color: #EA5532;
}

.articleList-category__item.tax-accountant.active {
    background-color: #EA5532;
    color: #fff;
}

.articleList-category__item.business-takken {
    border: #EFA33C 1px solid;
    color: #EFA33C;
}

.articleList-category__item.business-takken.active {
    background-color: #EFA33C;
    color: #fff;
}

.articleList-category__item.it-dx {
    border: #00ADA9 1px solid;
    color: #00ADA9;
}

.articleList-category__item.it-dx.active {
    background-color: #00ADA9;
    color: #fff;
}

.articleList-category__item.medical-office {
    border: #E95383 1px solid;
    color: #E95383;
}

.articleList-category__item.medical-office.active {
    background-color: #E95383;
    color: #fff;
}

.articleList-category__item.hotel {
    border: #D276AC 1px solid;
    color: #D276AC;
}

.articleList-category__item.hotel.active {
    background-color: #D276AC;
    color: #fff;
}

.articleList-category__item.wedding {
    border: #D276AC 1px solid;
    color: #D276AC;
}

.articleList-category__item.wedding.active {
    background-color: #D276AC;
    color: #fff;
}

.articleList-keyword__title {
    margin-top: 40px;
    padding-top: 40px;
    border-top: #333333 1px solid;
}

.articleList-keyword__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -2px 0 0 -2px;
}

.articleList-keyword__item {
    background-color: #F7F8FA;
    padding: 4px 16px;
    font-weight: 500;
    margin: 2px;
    border-radius: 50px;
    display: block;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.articleList-pagination {
    margin: 40px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-numbers.current {
    background-color: #CF0010;
    color: #fff;
    font-weight: bold;
    border-radius: 32px;
}

.page-numbers {
    margin: 0 4px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
}

.page-numbers.dots {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

@media (hover: hover) {
    .articleList-btn:hover {
        opacity: 0.8;
    }

    .articleList-category__item.all:hover {
        background-color: #CF0010;
        color: #fff;
    }

    .articleList-category__item.public-servant:hover {
        background-color: #00A95F;
        color: #fff;
    }

    .articleList-category__item.cpa:hover {
        background-color: #EA5532;
        color: #fff;
    }

    .articleList-category__item.tax-accountant:hover {
        background-color: #EA5532;
        color: #fff;
    }

    .articleList-category__item.business-takken:hover {
        background-color: #EFA33C;
        color: #fff;
    }

    .articleList-category__item.it-dx:hover {
        background-color: #00ADA9;
        color: #fff;
    }

    .articleList-category__item.medical-office:hover {
        background-color: #E95383;
        color: #fff;
    }

    .articleList-category__item.hotel:hover {
        background-color: #D276AC;
        color: #fff;
    }

    .articleList-category__item.wedding:hover {
        background-color: #D276AC;
        color: #fff;
    }

    .articleList-keyword__item:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    .articleList {
        padding: 50px 0 80px;
    }

    .articleList-left {
        width: 100%;
    }

    .articleList-right {
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    .articleList-btn {
        font-size: 14px;
    }

    .articleList-category__title h4, .articleList-keyword__title h4 {
        font-size: 20px;
    }

    .articleList-category__title p, .articleList-keyword__title p {
        font-size: 14px;
        margin-top: 4px;
    }
}


/*--------------------------article----------------------------*/
.article-item {
    width: 46.5%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.articleList .article-item:not(:first-of-type, :nth-of-type(2)) {
    margin-top: 80px;
}

.article-image__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
}

.article-image__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-text {
    padding: 30px 20px 0;
}

.article-text__time {
    font-family: "Inter", "Avenir next", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #575757;
    font-size: 13px;
}

.article-text__title {
    font-weight: 500;
    margin: 10px 0 8px;
}

.article-text__keyword {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.article-text__keyword_item {
    margin: 2px 5px;
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
}

.article-category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 50px;
    padding: 5px 10px 5px;
}

.public-servant .article-category {
    background-color: #00A95F;
}

.cpa .article-category {
    background-color: #EA5532;
}

.tax-accountant .article-category {
    background-color: #EA5532;
}

.business-takken .article-category {
    background-color: #EFA33C;
}

.it-dx .article-category {
    background-color: #00ADA9;
}

.medical-office .article-category {
    background-color: #E95383;
}

.hotel .article-category {
    background-color: #D276AC;
}

.wedding .article-category {
    background-color: #D276AC;
}

.public-servant .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(0,169,95,0.3);
            box-shadow: 10px 10px rgba(0,169,95,0.3);
}

.cpa .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(234,85,50,0.3);
            box-shadow: 10px 10px rgba(234,85,50,0.3);
}

.tax-accountant .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(234,85,50,0.3);
            box-shadow: 10px 10px rgba(234,85,50,0.3);
}

.business-takken .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(239,163,60,0.3);
            box-shadow: 10px 10px rgba(239,163,60,0.3);
}

.it-dx .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(0,173,169,0.3);
            box-shadow: 10px 10px rgba(0,173,169,0.3);
}

.medical-office .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(233,83,131,0.3);
            box-shadow: 10px 10px rgba(233,83,131,0.3);
}

.hotel .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(210,118,172,0.3);
            box-shadow: 10px 10px rgba(210,118,172,0.3);
}

.wedding .article-image__wrapper {
    -webkit-box-shadow: 10px 10px rgba(210,118,172,0.3);
            box-shadow: 10px 10px rgba(210,118,172,0.3);
}

@media (hover: hover) {
    .article-item:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 768px) {
    .article-item {
        width: 48%;
    }

    .articleList .article-item:not(:first-of-type, :nth-of-type(2)) {
        margin-top: 20px;
    }

    .public-servant .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(0,169,95,0.3);
                box-shadow: 4px 4px rgba(0,169,95,0.3);
    }

    .cpa .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(234,85,50,0.3);
                box-shadow: 4px 4px rgba(234,85,50,0.3);
    }

    .tax-accountant .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(234,85,50,0.3);
                box-shadow: 4px 4px rgba(234,85,50,0.3);
    }

    .business-takken .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(239,163,60,0.3);
                box-shadow: 4px 4px rgba(239,163,60,0.3);
    }

    .it-dx .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(0,173,169,0.3);
                box-shadow: 4px 4px rgba(0,173,169,0.3);
    }

    .medical-office .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(233,83,131,0.3);
                box-shadow: 4px 4px rgba(233,83,131,0.3);
    }

    .hotel .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(210,118,172,0.3);
                box-shadow: 4px 4px rgba(210,118,172,0.3);
    }

    .wedding .article-image__wrapper {
        -webkit-box-shadow: 4px 4px rgba(210,118,172,0.3);
                box-shadow: 4px 4px rgba(210,118,172,0.3);
    }

    .article-image__wrapper {
        border-radius: 10px;
    }

    .article-text {
        padding: 20px 10px 0;
    }

    .article-category {
        font-size: 12px;
    }

    .article-text__time {
        font-size: 12px;
    }

    .article-text__title {
        font-size: 13px;
    }

    .articleList .article-text__keyword_item {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .article-item {
        width: 100%;
    }

    .articleList .article-item:not(:first-of-type) {
        margin-top: 20px;
    }
}

/*--------------------------footer----------------------------*/
.l-footer {
    display: none;
}

.footer {
    background-color: #333333;
    padding: 100px 0;
    position: relative;
}

.footer-logo {
    position: absolute;
    left: 0;
    top: 0;
    color: #CF0010;
    font-weight: bold;
    background-color: rgba(255,255,255,0.9);
    display: block;
    text-align: center;
    padding: 8px 20px 16px;
    font-size: 26px;
    line-height: 1.3;
}

.footer-logo p {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-logo span {
    font-size: 18px;
}

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

.footer-title {
    color: #fff;
    font-weight: bold;
    font-size: 39px;
    text-align: center;
    margin-bottom: 30px;
}

.footer-text {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.footer-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 90%;
    background-color: #fff;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    left: -20px;
    bottom: 0;
}

.footer-text::after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 90%;
    background-color: #fff;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    right: -20px;
    bottom: 0;
}

.footer-content {
    margin-top: 12px;
}

.footer-btn {
    background-color: #CF0010;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    position: relative;
    border-radius: 50px;
    padding: 12px;
    max-width: 350px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 auto;
}

.footer-btn:first-of-type, .footer-btn:nth-of-type(2), .footer-btn:nth-of-type(3) {
    margin-bottom: 10px;
}

.footer-btn__text_small {
    font-size: 16px;
}

.footer-btn img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    display: block;
}

.footer-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 100;
}

.footer-popup {
  position: fixed;
  border: #CF0010 2px solid;
  background: #fff;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;  
  -webkit-transition: .3s;  
  transition: .3s;
  z-index: 101;
  margin: 0 20px 20px 0;
}

.footer-popup__inner {
    position: relative;
    padding: 40px 54px 40px 20px;
}

.footer-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 30px;
    cursor: pointer;
}

.footer-popup__link {
    display: block;
    font-weight: bold;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-popup__link:not(:first-of-type) {
    margin-top: 8px;
}

.footer-popup__overlay.active,
.footer-popup.active {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) {
    .footer-logo:hover p {
        opacity: 0.7;
    }

    .footer-btn:hover {
        opacity: 0.8;
    }

    .footer-popup__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 950px) {
    .footer-popup__inner {
        padding: 28px 54px 28px 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo {
        padding: 6px 16px 12px;
        font-size: 20px;
    }

    .footer-logo span {
        font-size: 14px;
    }

    .footer-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .footer-text {
        font-size: 16px;
    }

    .footer-btn {
        width: 100%;
        position: relative;
        border-radius: 50px;
        padding: 12px;
        max-width: 400px;
    }

    .footer-popup {
        margin: 0 20px 0 -35px;
    }

    .footer-popup__close {
        top: -36px;
        right: 0;
        width: 30px;
    }
}

@media screen and (max-width: 500px) {
    .footer-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 350px) {
    .footer-popup__inner {
        padding: 20px 54px 20px 20px;
    }
}