@charset "UTF-8";

/*--------------------------------------------------
**************************************************
共通
**************************************************
--------------------------------------------------*/
.sp_only {
    display: none !important;
}

#wpadminbar {
    display: none;
}

html {
    margin-top: 0 !important;
    font-size: 16px;
}

body {
    background: #E8E5E0;
    color: #32463D;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    margin: 0;
}

img {
    width: 100%;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

ol {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

h1 {
    margin-block-start: 0;
    margin-block-end: 0;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}

h4 {
    margin-block-start: 0;
    margin-block-end: 0;
}

a {
    text-decoration: none;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.orange {
    color: #FF8A2B;
}

.black {
    color: #222222;
}

input[type="text" i],
input[type="email" i],
input[type="tel" i],
input[type="number" i],
input[type="date" i],
input[type="time" i],
input[type="datetime-local" i],
input[type="month" i],
input[type="week" i],
input[type="url" i],
input[type="search" i],
input[type="color" i],
input[type="file" i],
input[type="range" i],
input[type="password" i],
input[type="hidden" i],
input[type="image" i],
input[type="submit" i],
input[type="reset" i],
input[type="button" i],
input[type="checkbox" i],
input[type="radio" i],
input[type="file" i],
input[type="range" i],
input[type="password" i],
input[type="hidden" i],
input[type="image" i],
input[type="submit" i],
input[type="reset" i],
input[type="button" i] {
    padding-block: 0;
    padding-inline: 0;
    border: unset;
}

@media screen and (max-width: 1000px) {
    h2 {
        font-size: 2.5rem;
    }
}

/*--------------------------------------------------
**************************************************
ヘッダー
**************************************************
--------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10000;
    background-color: rgba(232, 229, 224, 0.9);
}

header .header_inner {
    display: flex;
    max-width: 1200px;
    width: CALC(100% - 20PX);
    height: 50px;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}

header .header_inner .sait-name {
	width: 230px;
}

header .header_inner .sait-name a {
    display: block;
    text-decoration: none;
    color: #32463D;
    transition: opacity 0.3s ease;
}

header .header_inner .sait-name a:hover {
    opacity: 0.7;
}

header .header_inner .sait-name .name {
    font-size: 18px;
    font-weight: 600;
}

header .header_inner .sait-name a .supervisor {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

header .header_inner .main-nav {
    display: flex;
    width: calc(100% - 160px);
    flex-wrap: wrap;
    justify-content: flex-end;
}

header .header_inner .main-nav ul {
    display: flex;
    align-items: center;
}

header .header_inner .main-nav ul li {
    margin-right: 30px;
}

header .header_inner .main-nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #32463D;
    font-size: 15px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}


header .header_inner .main-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background-color: #32463D;
    transition: width 0.3s ease;
}

header .header_inner .main-nav a:hover::after {
    width: 100%;
}

.line-btn {
    width: 312px;
    height: 50px;
}

.line-btn a {
    display: flex !important;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #32463D;
    border: 1px solid #32463D;
    background: #ffffff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px 0px rgb(34 34 34 / 50%);
    transition: background 0.3s ease, color 0.3s ease !important;
    box-sizing: border-box;
}

.line-btn a:hover {
    background: #32463D;
    color: #ffffff;
}

header .header_inner .main-nav .line-btn a {
    transition: unset;
}

.line-btn a::after {
    display: none;
}

.line-btn .icon-wrap {
    width: 26px;
    height: 24.92px;
    margin-right: 10px;
}

.line-btn .icon-wrap.green {
    display: block;
}

.line-btn .icon-wrap.white {
    display: none;
}

.line-btn a:hover .icon-wrap.green {
    display: none;
}

.line-btn a:hover .icon-wrap.white {
    display: block;
}

.line-btn a:hover .btn-text {
    color: #ffffff;
}

.banner .banner-wrap .line-btn a:hover {
    background: #FF8A2B;
}

@media screen and (max-width: 1160px) {
    header .header_inner .sait-name .name {
        font-size: 1.25rem;
    }

    header .header_inner .sait-name a .supervisor {
        font-size: 0.75rem;
    }

    header .header_inner .main-nav ul li {
        margin-right: 1rem;
    }

    header .header_inner .main-nav a {
        font-size: 1rem;
    }

    .line-btn a {
        width: 19rem;
        height: 3rem;
    }

    .line-btn a {
        font-size: 1rem;
    }

    .line-btn .icon-wrap {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.6rem;
    }
}

@media screen and (max-width: 1050px) {
    header {
        height: 100px;
    }

    header .header_inner {
        height: 80px;
        margin: 10px auto;
    }

    header .header_inner .main-nav ul {
        padding: 10px 0;
        box-sizing: border-box;
    }
}

/*--------------------------------------------------
**************************************************
フッター
**************************************************
--------------------------------------------------*/
footer {
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 100px 0 50px 0;
}

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

.footer-wrap a {
    display: block;
    text-decoration: none;
    color: #32463D;
    transition: opacity 0.3s ease;
}

.footer-wrap .sait-name a:hover {
    opacity: 0.7;
}

.footer-wrap .sait-name .name {
    font-size: 36px;
}

.footer-wrap .sait-name .supervisor {
    font-size: 16px;
}

.footer-wrap .main-nav {
    display: flex;
}

.footer-wrap .main-nav ul {
    margin-left: 80px;
}

.footer-wrap .main-nav ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.footer-wrap .main-nav ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #32463D;
    margin: auto;
}

.footer-wrap .main-nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #32463D;
    font-size: 17px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.footer-wrap .main-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 1px;
    background-color: #32463D;
    transition: width 0.3s ease;
}

.footer-wrap .main-nav a:hover::after {
    width: calc(100% + 20px);
    left: -10px;
}

.copyright {
    font-size: 14px;
    margin-top: 50px;
}

@media screen and (max-width: 1000px) {
    footer {
        padding: 5rem 0 2.5rem 0;
    }

    .footer-wrap .sait-name .name {
        font-size: 2.5rem;
    }

    .footer-wrap .sait-name .supervisor {
        font-size: 1rem;
    }

    .footer-wrap .main-nav ul {
        margin-left: 1.5rem;
    }

    .footer-wrap .main-nav ul li {
        padding-left: 1rem;
        font-size: 1rem;
    }

    .footer-wrap .main-nav ul li::before {
        width: 0.625rem;
        height: 0.125rem;
    }

    .copyright {
        font-size: 1rem;
        margin-top: 2.5rem;
    }
}

/* パンくずリスト */
.breadcrumb {
    position: relative;
    padding: 15px 0;
    z-index: 5;
}

.breadcrumb-inner {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.breadcrumb-nav {
    font-size: 14px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    color: #32463D;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #FF8A2B;
}

.breadcrumb-link span {
    margin-left: 4px;
}

.breadcrumb-separator {
    display: flex;
    width: 8px;
    height: 8px;
    border-top: 1px solid #32463D;
    border-right: 1px solid #32463D;
    transform: rotate(45deg);
    align-items: center;
    margin: 0 8px;
}

.breadcrumb-item.current {
    font-weight: 500;
}

.breadcrumb-item.current span {
    margin-left: 4px;
}

/*--------------------------------------------------
**************************************************
バナー
**************************************************
--------------------------------------------------*/
.banner {
    position: relative;
    background: #32463D;
}

.banner .banner-wrap {
    position: relative;
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 100px 0;
}

.banner .banner-wrap .title-wrap .text {
    color: #ffffff;
}

.banner .banner-wrap .button-wrap {
    display: flex;
    margin-top: 50px;
}

.banner .banner-wrap .button-wrap .line-btn.mail {
    margin-left: 30px;
}

.banner .banner-wrap .img-wrap {
    position: absolute;
    width: 297px;
    right: 0;
    bottom: -29px;
}

@media screen and (max-width: 995px) {
    .banner .banner-wrap .button-wrap {
        margin-top: 2rem;
        flex-direction: column;
    }

    .banner .banner-wrap .button-wrap .line-btn.mail {
        margin-left: 0;
        margin-top: 20px;
    }

    .banner .banner-wrap .img-wrap {
        width: 18.5rem;
        bottom: -1.8rem;
    }
}

/*--------------------------------------------------
**************************************************
共通
**************************************************
--------------------------------------------------*/
.category-wrap {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    border-radius: 20px;
    background: #FF8A2B;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
}

.category-wrap:hover {
    opacity: 0.8;
}

/* ページヘッダー */
.page-header {
    position: relative;
    background: #32463D;
    width: 100%;
    height: 300px;
    margin-top: 80px;
    box-sizing: border-box;
    text-align: center;
}

.page-header::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #E8E5E0;
}

.page-header-inner {
    display: flex;
    max-width: 1200px;
    width: calc(100% - 40px);
    height: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}

.page-header-inner h1 {
    font-size: 60px;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-align: left;
}

.page-header-inner p {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
}

.page-header .page-header-img {
    position: absolute;
    display: flex;
    max-width: 1200px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 7px;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
}

.page-header .page-header-img .page-img-wrap.left {
    width: 250px;
    height: 39px;
}

.page-header .page-header-img .page-img-wrap.right {
    width: 260px;
    height: 148px;
}


.hashtag {
    position: relative;
    font-size: 14px;
    color: #BEBEBE;
    margin-right: 10px;
}
a.hashtag {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #BEBEBE;
    margin: 0 10px 5px 0;
    padding-bottom: 2px;
}

a.hashtag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #BEBEBE; 
    transition: width 0.3s ease;
}

a.hashtag:hover::after {
    width: 100%;
}

.complement {
    max-width: 1200px;
    display: flex;
    width: 100%;
    height: 120px;
    background: #FF8A2B;
    justify-content: center;
    align-items: center;
    border-radius: 140px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    margin: 30px 0 20px 0;
}

.prompt .prompt-icon {
    max-width: 558px;
    width: 100%;
}

@media screen and (max-width: 1190px) {
    .complement {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 1010px) {
    .complement {
        width: calc(100% - 220px);
        height: auto;
        min-height: 120px;
        margin: 0 auto;
        padding: 20px 50px;
        box-sizing: border-box;
    }

    .prompt {
        width: calc(100% - 40px);
        max-width: 600px;
        margin: 30px auto 20px auto;
    }
}


/*--------------------------------------------------
**************************************************
ページネーション（統一スタイル）
**************************************************
--------------------------------------------------*/
.pagination {
    display: flex;
    margin-top: 50px;
}

.pagination__item {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
}

.pagination .page-numbers {
    display: flex;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #32463D;
    font-weight: 600;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #FF8A2B;
    color: #ffffff;
    border-color: #FF8A2B;
}

.arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow--prev {
    background-image: url('../imgs/ol-arrow.svg');
}

.arrow--next {
    background-image: url('../imgs/or-arrow.svg');
}

/* ホバー時の画像切り替え */
.pagination__item a:hover .arrow--prev {
    background-image: url('../imgs/wl-arrow.svg');
}

.pagination__item a:hover .arrow--next {
    background-image: url('../imgs/wr-arrow.svg');
}

.pagination .page-numbers.dots {
    background: transparent;
    border: none;
    color: #666;
    cursor: default;
}

.pagination .page-numbers.dots:hover {
    background: transparent;
    color: #666;
}

/* ページネーションが非表示の時のスペース問題を解決 */
.pagination:empty {
    display: none;
}

.pagination .page-numbers:empty {
    display: none;
}

/*--------------------------------------------------
**************************************************
スライドエリア
**************************************************
--------------------------------------------------*/
.feature {
    position: relative;
}

.feature::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 480px;
    bottom: 0;
    background: #32463D;
}

.feature-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.feature .title-wrap {
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 0 auto 30px auto;
}

.title-wrap .text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}


.feature-btn,
.pattern-btn,
.report-btn {
    display: flex;
    max-width: 1200px;
    width: calc(100% - 20px);
    justify-content: flex-end;
    margin: 0 auto;
}

.feature-btn a,
.pattern-btn a,
.report-btn a {
    position: relative;
    display: flex;
    width: 320px;
    height: 70px;
    font-size: 16px;
    color: #FF8A2B;
    text-decoration: none;
    border: 1px solid #FF8A2B;
    margin-bottom: 80px;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.feature-btn a::before,
.pattern-btn a::before,
.report-btn a::before {
    position: absolute;
    content: "";
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #FF8A2B;
    border-right: 0;
    transition: border-left-color 0.3s ease;
}

.feature-btn a:hover,
.pattern-btn a:hover,
.report-btn a:hover {
    background-color: #FF8A2B;
    color: #FFFFFF;
    border-color: #FF8A2B;
}

.feature-btn a:hover::before,
.pattern-btn a:hover::before,
.report-btn a:hover::before {
    border-left-color: #FFFFFF;
}


.feature-inner .btn-wrap {
    position: relative;
}

@media screen and (max-width: 1050px) {
    .feature::before {
        height: 30rem;
    }

    .feature .title-wrap {
        width: calc(100% - 2rem);
        margin: 0 auto 1.8rem auto;
    }

    .title-wrap .text {
        font-size: 1rem;
        margin-top: 0.6rem;
    }

    .feature-btn a,
    .pattern-btn a,
    .report-btn a {
        width: 20rem;
        height: 4.3rem;
        font-size: 1rem;
        margin-bottom: 5rem;
        padding: 1.25rem;
    }

    .feature-btn a::before,
    .pattern-btn a::before,
    .report-btn a::before {
        right: 1.25rem;
    }
}

.slide-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.slide-area .feature-cont {
    max-width: 540px;
    width: 100% !important;
    height: auto;
    border-radius: 10px;
    margin: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.slide-area .feature-cont a.feature-cont-wrap {
    display: block;
    text-decoration: none;
}

.slide-area .feature-cont a.feature-cont-wrap:hover .img-wrap img {
    opacity: 0.8;
}

.slide-area .feature-cont .img-wrap {
    position: relative;
    max-height: 270px;
    height: 100%;
    border-radius: 20px;
}

.slide-area .feature-cont .img-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #E8E5E0;
    border-radius: 20px;
    z-index: 1;
}

.img-wrap img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.slide-area .feature-cont .category-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.slide-area .feature-cont .category-date .date-wrap {
    font-size: 14px;
    color: #F5F5F5;
}

.slide-area .feature-cont .text-wrap .text {
    font-size: 16px;
    color: #F5F5F5;
    margin-bottom: 10px;
}

.custom-slick-prev,
.custom-slick-next {
    position: absolute;
    top: -50px;
    background-color: transparent;
    border: 1px solid #FF8A2B;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-slick-prev {
    background-image: url('/wp-content/themes/so/imgs/arrow-left.svg');
    right: 60px;
}

.custom-slick-next {
    background-image: url('/wp-content/themes/so/imgs/arrow-right.svg');
    right: 10px;
}

.custom-slick-prev:hover,
.custom-slick-next:hover {
    background-color: #FF8A2B;
    border-color: #FF8A2B;
}

.custom-slick-prev:hover {
    background-image: url('/wp-content/themes/so/imgs/arrow-left-w.svg');
}

.custom-slick-next:hover {
    background-image: url('/wp-content/themes/so/imgs/arrow-right-w.svg');
}

ul.slick-dots {
    display: none !important;
}