section {
    padding: 0 0 3rem;
}

@media screen and (min-width:1024px) {

    section {
        padding: 0 0 5rem;
    }
}

.section_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 3rem;
    margin: 1.5rem 0;
}

.section_header-title {
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-family: 'shipporimincho', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.section_header-title h2 {
    display: block;
    margin: 0;
    font-size: 0.8rem;
    font-weight: normal;
    color: #3366ff;
    font-family: Arial, Meiryo, sans-serif;
}

.section_header p {
    font-size: 0.9rem;
    color: #858585;
}

@media screen and (max-width:768px) {
    .section_header {
        flex-wrap: wrap;
    }

    .section_header .subbtn {
        margin-top: 1rem;
    }
}

/****/


#mainvisual {
    width: 100%;
    text-align: center;
    padding: 2.5rem 0 0;
}

.main-slide {
    margin-top: 2.5rem;
}

.main-slide .swiper-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    text-indent: -9999px;
    background: no-repeat center center;
    background-size: cover;
}

@media screen and (min-width:768px) {
    .main-slide .swiper-slide {
        height: calc(100vh - 15rem);
        padding-top: 0;
        min-height: 350px;
    }
}

#mainvisual h1 {
    font-size: 1.5rem;
    margin: 0.5rem 0 0;
}

#mainvisual h1 span {
    display: inline-block;
}

#mainvisual h1 strong {
    color: #3366ff;
    font-weight: normal;
}

#mainvisual p {
    color: #858585;
}

#top-news .top-news_item {
    transform: translateY(-50%);
    display: flex;
    position: relative;
    z-index: 3;
    width: 100%;
}

#top-news .top-news_item a {
    color: #333;
    opacity: 1;
    z-index: 2;
}

#top-news .top-news_item a.top-news-bt {
    display: none;
}

#top-news .top-news_item a.top-news-txt {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    background: url(../img/right.svg) no-repeat center right #FFF;
    background-position: center right 1.5rem;
    background-size: 1rem 1rem;
    box-shadow: 5px 5px 2rem rgba(133, 133, 133, .1);
    width: 100%;
}

#top-news .top-news_item a.top-news-txt:hover {
    background-color: #F4F4F4;
    box-shadow: 0 0 1rem rgba(133, 133, 133, .3);
    z-index: 1;
}

#top-news .top-news_item a.top-news-txt:hover {
    background-position: center right 1rem;
}

#top-news .top-news_item a.top-news-txt p {
    margin: 0;
}

#top-news .top-news_item a.top-news-txt p span {
    color: #858585;
    display: block;
    margin-bottom: .25rem;
}

#top-news .top-news_item a.top-news-txt p span:before {
    content: 'NEWS ／';
    color: #333;
}

@media screen and (min-width: 768px) {
    #top-news .top-news_item a.top-news-bt {
        display: block;
        width: 7.5rem;
        padding: 1.5rem;
        background: #FFF;
        box-shadow: 5px 5px 2rem rgba(133, 133, 133, .1);
        margin-right: 3px;
        text-align: center;
        color: #3366ff;
    }

    #top-news .top-news_item a.top-news-bt:hover {
        background-color: #F4F4F4;
        color: #333;
        box-shadow: 0 0 1rem rgba(133, 133, 133, .3);
        z-index: 1;
    }

    #top-news .top-news_item a.top-news-txt {
        width: calc(100% - 7.5rem);
    }

    #top-news .top-news_item a.top-news-txt p span {
        display: inline-block;
        margin: 0 1rem 0 0;
    }

    #top-news .top-news_item a.top-news-txt p span:before {
        content: none;
    }
}

#bnr {
    margin-top: 5rem;
}

#bnr a {
    margin-bottom: 1rem;
}

#bnr a:after {
    content: none;
}

.accessmap-bnr a {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
    height: 83px;
    border: 1px solid #111;
}

.accessmap-bnr a:hover {
    background: #C7D9E2;
}

#works .inner {
    padding: 0 5vw;
}

.works_item a {
    display: block;
    color: #333;
    line-height: 1.5;
}

.works_item figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    background: url(../img/noimg.jpg)no-repeat center center/cover;
}

.works_item figure span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}

.works_item a:hover figure span {
    transform: scale(1.2);
}

.works_item figure span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_item-text {
    padding: 1rem;
}

.works_item-text-title {
    font-size: 1rem;
}

.works_item-text .postmeta ul {
    list-style: none;
    font-size: 0.75rem;
    color: #858585;
}

.works_item-text .postmeta ul li {
    display: inline-block;
    margin-right: 0.5rem;
}

#services .inner {
    padding: 0 5vw;
}

#services .col-2 {
    margin-bottom: 1rem;
}

.service-item {
    background: #F4F4F4;
    height: 100%;
}

.service-item-inner {
    padding: 5vw;
}

.service-item-inner h3 {
    margin: 0 0 2rem;
    padding: 0 0 0.5rem;
    color: #3366ff;
    line-height: 1.5;
    border-bottom: 1px dotted #858585;
}

.service-item figure {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    height: 0;
}

.service-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#feature {
    padding-bottom: 0;
}

#feature h2 {
    padding: 2rem 5vw;
    margin: 0;
    background: #F4F4F4;
}

#feature h2 span {
    display: inline-block;
    font-size: 2rem;
    color: #3366ff;
}

.feature-item {
    background: #FFF;
    position: relative;
    border-bottom: 1px solid #CCC;
}

.feature-item-text {
    padding: 5vw;
}

.feature-item-text span {
    font-size: 0.85rem;
    display: inline-block;
    color: #FFF;
    padding: 0.25rem 1rem;
    background: #3366ff;
    align-items: center;
    border-left: 5px solid #333;
}

.feature-item-text span i {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
}

.feature-item-text h3 {
    font-size: 1.5rem;
    margin: 0.5em 0 1.5em;
}

.feature-item-text h3 strong {
    color: #3366ff;
    font-weight: normal;
}

.feature-item figure {
    width: 100%;
    height: 100%;
}

.feature-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#flow {
    background: #F4F4F4;
    padding-top: 5rem;
}

.flow-item {
    background: #FFF;
    padding: 3rem 5vw;
    border-radius: 1rem;
    margin-top: 2rem;
    border: 1px solid #CCC;
    position: relative;
}

.flow-item:not(:last-child):after {
    content: ' ';
    width: 3rem;
    height: 1rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 1.5rem);
    background: #858585;
}

.flow-item p {
    color: #858585;
}

.flow-item h3 {
    margin-top: 0;
}

.flow-item-step {
    width: 120px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    font-size: 2rem;
    padding: 1rem 0 1.5rem;
    margin: 0 auto 2rem;
}

.flow-item-step span {
    display: block;
    font-size: 1rem;
}

@media screen and (min-width:769px) {
    .flow-item {
        display: flex;
        place-items: center;
        justify-content: space-between;
    }

    .flow-item-inner {
        flex: 1;
    }

    .flow-item-step {
        margin: 0 3rem 0 0;
        border: none;
        border-right: 1px solid #CCC;
    }
}

#area {
    padding-top: 5rem;
}

#area h3 {
    padding: 0 0 0.25rem;
    border-bottom: 1px dotted #858585;
}

#area ul {
    list-style: none;
}

#area ul li {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    text-align: center;
    background: #F4F4F4;
    border: 1px solid #CCC;
    border-radius: 2rem;
    margin: 0 0.5rem 0.5rem 0;
    font-weight: bold;
}

@media screen and (max-width:1024px) {
    #area ul li {
        display: block;
        width: 100%;
        margin: 0 0 0.5rem 0;
    }
}

#outline {
    padding: 0;
    background: url(../images/outline.jpg) no-repeat center center/cover #111;
    color: #FFF;
}

#outline .section_header-title h2 {
    color: #FFF;
}

#outline .outline-map {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

#outline .outline-map span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#outline .outline-map span iframe {
    width: 100%;
    height: 100%;
}

#outline .outline-inner {
    padding: 5rem 5vw;
    background: rgba(0, 0, 0, .75);
}

#outline .outline-inner table {
    margin: 3rem 0;
    width: 100%;
}

#outline .outline-inner table th,
#outline .outline-inner table td {
    padding: 1rem;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 1px solid rgba(133, 133, 133, .3);
}

#outline .outline-inner table th {
    text-align: left;
    font-size: 0.85rem;
}

#outline .outline-inner a.subbtn {
    color: #FFF;
}

@media screen and (min-width:1024px) {
    .outline_rows {
        display: flex;
    }

    #outline .outline-inner,
    #outline .outline-map {
        width: 50%;
    }
}