@charset "UTF-8";

:root {
    --white: #FFF;
    --red: #E60039;
    --blue: #5DC3D3;
    --orange: #E38D00;
    --green: #85B71C;
    --yellow: #F4D228;
}

html {
    font-size: 62.5%;
}

body {
    color: #091F3F;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    margin: 0 auto;
    text-align: left;
    word-break: break-word;
    letter-spacing: 0.1em;
    font-weight: 500;
    position: relative;
}

/* .background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/main_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
} */


.en {
    font-family: "vdl-megamaru", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
} */


p {
    font-size: min(1.5vw, 2rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    width: 100%;
    height: auto;
}

a {
    display: inline-block;
    cursor: pointer;
}

.sp_br {
    display: none;
}

section {
    position: relative;
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 10;
}

.btn {
    position: relative;
    transition: all 0.5s;
}

.btn,
.btn::before,
.btn::after,
.btn:hover,
.btn:hover::before,
.btn:hover::after {
    transition: all 0.5s;
}

/**********************************************************
    
    header 

 **********************************************************/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    background-color: var(--white);
    /* transition: all 0.5s; */
}

.header_wrapper {
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    padding-left: 8.333vw;
}

@media screen and (max-width: 1440px) {
    .logo {
        padding-left: 5%;
    }
}

.logo img {
    width: 186px;
}

.logo:hover {
    opacity: 0.7;
}

.header_nav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header_nav_list:last-child {
    margin-left: 8px;
}

.header_nav_list a {
    font-size: 1.8rem;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;
}

.header_nav_link {
    position: relative;
}

.header_nav_link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 0;
    height: 1px;
    background-color: #091F3F;
    transition: 0.5s all;
}

.header_nav_link:hover::before {
    width: 100%;
}

.header_nav_contact {
    width: 190px;
    height: 90px;
    color: var(--white);
    background-color: var(--red);
    border: 1px solid  var(--red);
}

.header_nav_contact:hover {
    background-color: var(--white);
    color: var(--red);
}

@media screen and (max-width: 900px) {
    .logo img {
        width: 140px;
    }
    .header_nav > ul {
        gap: 20px;
    }
    .header_nav_list a {
        font-size: 1.6rem;
    }
    .header_nav_contact {
        width: 150px;
    }
}

.btn,
.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_point::before {
    position: absolute;
    content: "";
    top: 0;
    right: 48px;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 2px;
    background-color: #3C4856;
}

.btn_point::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 31px;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: #FD4636;
    border-radius: 50%;
}

.entry_btn:hover {
    color: var(--white);
    background-color: #3C4856;
}

.entry_btn.btn_point:hover::before {
    background-color: var(--white);
}

.hamburger_menu {
    display: none;
}

/* .scroll_header {
    background-color: rgba(255, 255, 255, 0.5);
} */

.fv {
    height: calc(100vh - 90px);
    height: 60vw;
    max-height: 800px;
    padding: 0;
    background-color: initial;
    position: relative;
    background-image: url(../img/fv_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* main {
    margin-top: 90px;
} */

.top_page .fv_title {
    width: 41.66vw;
    max-width: 600px;
    position: absolute;
    top: 2.083vw;
    /* top: min(2.083vw, 5.6rem); */
    top: calc(90px + 2.083vw);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.top_page .fv_title_txt {
    position: absolute;
    width: 100%;
    top: 10.41vw;
    top: min(10.41vw, 13.5rem);
}

.fv_maintitle {
    display: block;
    font-size: 3.888vw;
    font-size: min(3.888vw, 5.6rem);
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1.527vw;
}

.fv_subtitle {
/*     width: 29.16vw;
    max-width: 420px; */
    margin-left: 6.25vw;
    margin-left: min(6.25vw, 9rem);
    font-size: 1.527vw;
    font-size: min(1.527vw, 2.2rem);
    line-height: 2;
    font-weight: 800;
}



.line-b {
    position: absolute;
    z-index: 100;
    display: inline-block;
    width: 45px;
    height: 373px;
    overflow: hidden;
    border-radius: 45px;
    opacity: 1;
    z-index: 5;
}

.line-b::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    display: block;
    transform: translateY(100%);
}

.line-b-01 {
    top: 140px;
    left: 0;
    transform: rotate(65deg);
}

.line-b-01::before {
    background: linear-gradient(0deg, #85B71C, #5DC3D3);
    animation: scroll_line 5s cubic-bezier(0.87, 0, 0.13, 1) infinite;
    animation-delay: 0s;
}

.line-b-02 {
    top: 200px;
    left: 100px;
    transform: rotate(65deg);
}

.line-b-02::before {
    background: linear-gradient(0deg, #FFF, #E60039);
    animation: scroll_line 5s cubic-bezier(0.87, 0, 0.13, 1) infinite;
    animation-delay: 2s;
}


.line-b-03 {
    bottom: 60px;
    right: 0;
    transform: rotate(-75deg)
}

.line-b-03::before {
    background: linear-gradient(0deg, #85B71C, #F4D228);
    animation: scroll_line 5s cubic-bezier(0.87, 0, 0.13, 1) infinite;
    animation-delay: 1s;
}


.line-b-04 {
    bottom: 0;
    right: 100px;
    transform: rotate(-75deg)
}

.line-b-04::before {
    background: linear-gradient(0deg, #F4D228, #E38D00);
    animation: scroll_line 5s cubic-bezier(0.87, 0, 0.13, 1) infinite;
    animation-delay: 3s;
}

@keyframes scroll_line {
    0% { transform: translateY(100%); }
    50% { transform: translateY(0); }
    90% { transform: translateY(-100%); }
    100% { transform: translateY(-100%); }
}



























/**********************************************************
    
    ABOUT US

 **********************************************************/




.bg {
    background-image: url(../img/main_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

/* .top_about::before {
    position: absolute;
    content: "";
    right: 15px;
    bottom: 50px;
    margin: auto;
    width: 425px;
    height: 136px;
    background-image: url(../img/top_aboutus.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-10deg);
} */

.heading_subtitle {
    font-size: min(4.5vw, 6rem);
    color: #091F3F;
    margin-bottom: 15px;
    text-shadow:
        1px 1px 0 #091F3F,
        -1px 1px 0 #091F3F,
        -1px -1px 0 #091F3F,
        1px -1px 0 #091F3F;
}

.heading_title {
    font-size: min(1.35vw, 1.8rem);
    color: #091F3F;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
    margin: 0!important;
}

.heading_title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}

.top_about {
/*     margin-top: -130px; */
    padding-top: 130px;
}

.top_about::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -400px;
    margin: auto;
    width: 56.64vw;
    max-width: 755px;
    height: 56.64vw;
    max-height: 755px;
    background-image: url(../img/circle_bg_new.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
    animation: rotateCircle 10s linear infinite;
    transform-origin: center;
}

.top_about .heading_title::before {
    background-color: var(--red);
}

.top_about_box {
    margin-top: 50px;
}

.top_about_txt {
    width: 33.3%;
    max-width: 400px;
}

.top_about_txt span {
    color: var(--red);
    font-size: min(2.1vw, 2.8rem);
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
}

.top_about_txt p {
    font-size: min(1.5vw, 2rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.top_about_img {
    width: 58.3%;
    max-width: 700px;
}

.top_about_img img {
    margin-top: 15px;
}

.top_about_btn {
    position: absolute;
    top: 50px;
    right: 0;
}

.detail_btn {
    width: 30vw;
    max-width: 400px;
    height: 6.751vw;
    max-height: 90px;
    font-size: min(1.65vw, 2.2rem);
    background-color: var(--white);
    border-radius: 100px;
}

.top_about_btn a {
    color: var(--red);
    border: 3px solid var(--red);
}

.top_about_btn a:hover {
    background-color: var(--red);
    color: var(--white);
}

.top_about_btn a p {
    font-size: 1.5rem;
}





/**********************************************************
    
    SERVICE

 **********************************************************/


.top_service {
    padding: 80px 0;
    background-color: #C2E1E7;
}

.top_service::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #DCEFF3;
    clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%);
    animation: slideInFromLeft 0.5s ease-in-out;
}

.top_service::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 80%;
    background-color: #EAF6F8;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%);
    animation: slideInFromLeft 1s ease-in-out;
}

.top_service::before,
.top_service::after {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.top_service.animated::before {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.top_service.animated::after {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.top_service .heading_title::before {
    background-color: var(--blue);
}

.top_service_box {
    position: relative;
    z-index: 5;
}

.top_service_title {
    width: 27.5%;
    margin-top: 40px;
}

.top_about_lists {
    width: 66.66%;
}

.top_about_item {
    width: 31.7%;
}

.top_about_item_img {
    border-radius: 100px 100px 0 100px;
    overflow: hidden;
}

.top_about_item_img img {
    width: 100%;
    height: 37.51vw;
    max-height: 500px;
    object-fit: cover;
    border-radius: 100px 100px 0 100px;
    transition: all 0.5s;
}

@media screen and (min-width: 769px) {
    .top_about_item:hover .top_about_item_img img {
        scale: 1.1;
        transition: all 0.5s;
    }
}

.top_about_item_title {
    text-align: center;
    font-size: min(1.35vw, 1.8rem);
    font-weight: bold;
    margin: 30px 0;
}

.top_about_item_txt {
    font-size: min(1.2vw, 1.6rem);
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.top_service_img {
    position: absolute;
    left: -140px;
    bottom: -80px;
    width: 41.63vw;
    max-width: 555px;
    z-index: 5;
}





/**********************************************************
    
    WORKS

 **********************************************************/

.top_works {
    padding-bottom: 0;
}

.top_works .heading_title::before {
    background-color: var(--orange);
}

.top_works_box {
    margin-top: 50px;
}

.top_works_txt {
    width: 57.6%;
}

.top_works_btn {
    position: absolute;
    top: 15px;
    right: 0;
}

.top_works_btn a {
    color: var(--orange);
    border: 3px solid var(--orange);
}

.top_works_btn a:hover {
    background-color: var(--orange);
    color: var(--white);
}

.top_works_slider .slick-track {
    display: flex;
}

.top_works_slider .slick-slide {
    float: none;
}

.top_works_slider {
    margin: 0 -15px;
    margin-top: 90px;
    padding-bottom: 100px;
}

.top_works_slider li {
    margin: 0 15px;
}

.top_works_lists p {
    text-align: center;
}

.custom_prev,
.custom_next {
    position: absolute;
    top: 20%;
    right: -15px;
    width: 60px;
    height: 60px;
    background-image: url(../img/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 5;
}

.custom_prev {
    left: -15px;
    transform: rotate(180deg);
}

.top_works_item_img {
	box-shadow: 0 0 4px 1px gray;
}

.works_category {
    font-size: min(1.35vw, 1.6rem);
    color: var(--white);
	padding: 10px;
    /* width: 10.87vw; */
    /* max-width: 140px; */
    display: inline-block;
	margin-top: 10px;
}

.works_category.green {
    background-color: var(--green);
}
.works_category.red {
    background-color: var(--red);
}
.works_category.blue {
    background-color: var(--blue);
}

.top_works_item h3 {
    font-size: min(1.575vw, 2.1rem);
    font-weight: bold;
    margin-top: 20px;
}

.top_works_item a:hover {
    opacity: 0.6;
}

.top_works_slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0;
}

.pagination {
    margin-top: 85px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination a,
.pagination span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #999999;
    color: #999999;
}

.pagination span.current {
    background-color: #999999;
    color: #FFF;
}

.pagination .prev {
    margin-right: 30px;
}

.pagination .next {
    margin-left: 30px;
}



/**********************************************************
    
    NEWS

 **********************************************************/

.top_news {
    background: linear-gradient(90deg, #5EC3CD 0%, #85B71C 100%);
}

.top_news {
    background: linear-gradient(90deg, #5EC3CD 0%, #85B71C 100%);
    animation: colorShift 4s ease-in-out infinite alternate;
}

@keyframes colorShift {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(20deg); }
}

.top_news .wrapper {
    background-color: var(--white);
    border-radius: 45px;
    padding: 100px 40px 60px 40px;
}

.top_news .heading_title::before {
    background-color: var(--green);
}

.top_news_box {
    flex-direction: column;
}

.top_news_lists {
    width: 76.78%;
    width: 100%;
    margin-top: 50px;
}

.news_lists {
    flex-direction: column;
}

.news_lists_item {
    width: 100%;
    border-bottom: 0.75px solid #1A1A1A;
}

.news_lists_item:first-child {
    border-top: 0.75px solid #1A1A1A;
}

.news_lists_item a {
    align-items: center;
    justify-content: initial!important;
    padding: 1.65vw 2.25vw;
}

.news_lists_item a:hover {
    opacity: 0.6;
}

.news_date {
    font-size: min(1.575vw, 2.1rem);
    letter-spacing: 0.05em;
    margin-right: 2.625vw;
}

.news_category {
    font-size: min(1.2vw, 1.6rem);
    color: var(--white);
    width: 9.527vw;
    max-width: 127px;
    height: 2.4vw;
    max-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4.5vw;
}

.news_category.green {
    background-color: var(--green);
}
.news_category.blue {
    background-color: var(--blue);
}
.news_category.red {
    background-color: var(--red);
}

.news_title {
    font-size: min(1.575vw, 2.1rem);
}

.top_news_btn {
    position: absolute;
    top: 110px;
    right: 40px;
}

.top_news_btn a {
    color: var(--green);
    border: 3px solid var(--green);
    margin-left: auto;
}

.top_news_btn a:hover {
    background-color: var(--green);
    color: var(--white);
}



/**********************************************************
    
    CONTACT

 **********************************************************/

.contact .heading_title::before {
    background-color: var(--red);
}

.contact_box {
    align-items: center;
}

.contact_title {
    width: 30.8%;
}

.contact_txt {
    width: 57.6%;
}

.contact_btn {
    margin-top: 125px;
}

.contact .contact_btn {
    margin-top: 50px;
}

.contact_btn a,
.contact_btn input {
    color: var(--white);
    background: linear-gradient(90deg, #E60039 0%, #F4D228 100%);
    margin: auto;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.contact_btn a:hover,
.contact_btn input:hover {
    background: linear-gradient(90deg, #ff0442 0%, #F1AE29 100%);
}

footer {
    background-color: #E6E6E6;
    padding: 70px 0 40px 0;
}

.footer_box {
    align-items: end;
}

.footer_info {
    width: 41.25%;
}

footer .logo {
    width: 21vw;
    max-width: 280px;
    padding-left: 0;
}

.footer_address {
    margin-top: 30px;
    font-size: min(1.35vw, 1.8rem);
}

.footer_nav {
    width: 40.4%;
}

.footer_nav ul {
    flex-wrap: wrap;
    justify-content: initial;
    gap: 25px 3.37vw;
}

.footer_nav ul li a {
    font-size: min(1.5vw, 2rem);
    font-weight: bold;
}

.copyright {
    margin-top: 140px;
    text-align: center;
    font-size: min(1.35vw, 1.8rem);
    font-weight: 500;
}

























/**********************************************************
    
    下層ページ

**********************************************************/

.kasou_page .fv {
    height: 28vw;
    max-height: 420px;
    padding: 0;
    background-color: initial;
}

.kasou_page .fv h1,
.kasou_page .fv_title {
    font-size: min(4.5vw, 6rem);
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 9vw;
    left: 0;
    right: 0;
    margin: auto;
}

.breadcrumbs {
    padding: 25px 0;
}

.breadcrumbs a:hover,
.breadcrumbs_home:hover {
    opacity: 0.6;
}

.massage {
    padding-bottom: 150px;
    padding-top: 80px;
}

.massage .line-b-01 {
    top: initial;
    bottom: 40px;
}

.massage .line-b-02 {
    top: initial;
    bottom: 0;
}

.massage::before {
    position: absolute;
    content: "";
    top: 100px;
    right: -400px;
    margin: auto;
    width: 56.64vw;
    max-width: 755px;
    height: 56.64vw;
    max-height: 755px;
    background-image: url(../img/circle_bg_new.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
    animation: rotateCircle 10s linear infinite;
    transform-origin: center; /* 回転の中心 */
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.massage .heading_title::before {
    background-color: var(--red);
}

.massage_txt {
    width: 50%;
}

.massage_txt_main {
    font-size: min(2.1vw, 2.8rem);
    line-height: 1.7;
    font-weight: bold;
    color: var(--red);
    margin: 50px 0 30px 0;
}

.massage_txt p {
    font-size: min(1.5vw, 2rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.massage_txt .president {
    font-size: min(2.25vw, 3rem);
    font-family: "Sawarabi Mincho", serif;
    text-align: end;
    font-weight: bold;
    margin-top: 60px;
}

.massage_img {
    width: 40%;
}

.massage_img img {
	border-radius: 10px;
}

section {
    padding: 120px 0;
    overflow: hidden;
}

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

.fb_box.reverse {
    flex-direction: row-reverse;
}


.philosophy {
    background-color: #E7F6F8;
    margin-top: -170px;
    padding: 2vw 0;
}

/* .philosophy::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 81.25vw;
    height: 100%;
    max-height: 1170px;
    background-image: url(../img/philosophy_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 3;
} */

.philosophy::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 44.44vw;
    max-height: 640px;
    background-image: url(../img/philosophy_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 4;
}

.philosophy .heading_title::before {
    background-color: var(--yellow);
}

.philosophy_slider {
    z-index: 5;
}

.philosophy_item {
    margin: 0 min(3.375vw, 45px);
    border-radius: 12px;
    margin-top: 6vw;
    margin-top:  min(6vw, 80px);
    min-height: 605px;
    background-color: #FFF;
}

.philosophy_item_img {
    padding: 2.25vw 0;
    border-radius: 12px 12px 0 0;
}

.misson .philosophy_item_img {
    background: linear-gradient(90deg, #F8ECB0 0%, #EFD4A1 100%);
}
.vision .philosophy_item_img {
    background: linear-gradient(90deg, #EED1A1 0%, #E9A3AE 100%);
}
.value .philosophy_item_img {
    background: linear-gradient(90deg, #BEDCDF 0%, #D2E1AC 100%);
}

.philosophy_item_circle {
    width: 21vw;
    height: 21vw;
    max-width: 280px;
    max-height: 280px;
    border-radius: 140px;
    background-color: #FFF;
    margin: auto;
    position: relative;
}

.philosophy_item .philosophy_item_circle::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.misson .philosophy_item_circle::before {
    left: min(-3vw, -40px);
    width: 27vw;
    height: 27vw;
    max-width: 360px;
    max-height: 360px;
    background-image: url(../img/mission_img.png);
}

.vision .philosophy_item_circle::before {
    top: initial;
    left: min(-1.312vw, -17.5px);
    width: 23.63vw;
    height: 31.5vw;
    max-width: 315px;
    max-height: 420px;
    background-image: url(../img/vision_img.png);
}

.value .philosophy_item_circle::before {
    left: min(-3vw, -40px);
    width: 27vw;
    height: 27vw;
    max-width: 360px;
    max-height: 360px;
    background-image: url(../img/value_img.png);
}

.philosophy_item_txt {
    text-align: center;
    background-color: #FFF;
    padding-bottom: min(3.75vw, 55px);
    border-radius: 0 0 12px 12px;
}

.philosophy_item_txt .heading_subtitle {
    margin-top: min(-1.875vw, -25px);
}

.philosophy_item_txt .heading_title {
    padding-left: 0;
}

.philosophy_item_txt .heading_title::before {
    display: none;
}

.philosophy_item_txt p {
    width: 70%;
    margin: auto;
    font-size: min(1.2vw, 1.6rem);
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: min(1.125vw, 15px);
}

.company .heading_title::before {
    background-color: var(--orange);
}

.company table {
    margin: auto;
    margin-top: 70px;
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    border-top: 0.75px solid #1A1A1A;
}

.company table th,
.company table td {
    font-size: min(1.35vw, 1.8rem);
    border-bottom: 0.75px solid #1A1A1A;
    padding: 30px 0;
}

.company table th {
    padding-left: 80px;
    padding-right: 100px;
}

.map {
	max-width: 1000px;
	margin: auto;
	margin-top: 50px;
}

.map iframe {
	width: 100%;
}

.works::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -400px;
    width: 56.64vw;
    max-width: 755px;
    height: 56.64v;
    max-height: 755px;
    background-image: url(../img/circle_bg_new.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
}

.works::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 29.51vw;
    max-width: 425px;
    height: 60.07vw;
    max-height: 865px;
    background-image: url(../img/circle_bg02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
}

.works p {
    width: 75%;
    margin: auto;
}

.works_lists {
    flex-wrap: wrap;
    gap: 90px 30px;
    margin-top: 100px;
}

.works_lists_item {
    width: calc((100% - 60px) / 3);
}

.works_lists_item_img {
    margin-bottom: 10px;
    overflow: hidden;
}

.works_lists_item h3 {
    font-size: min(1.575vw, 2.1rem);
    font-weight: bold;
    margin-top: 20px;
}

.works_lists_item a:hover .works_lists_item_img img {
    transform: scale(1.05);
}

.works_lists p {
    text-align: center;
}

.page_news .news_lists_item {
    position: relative;
}

.page_news .news_lists_item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    width: 12px;
    height: 20px;
    background-image: url(../img/news_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.page_news .news_lists {
    max-width: 1000px;
    margin: auto;
}

.page_news .news_category.blue {
    border: 2px solid var(--blue);
    color: var(--blue);
    background-color: #FFF;
}

.page_news .news_category.red {
    border: 2px solid var(--red);
    color: var(--red);
    background-color: #FFF;
}

.page_news .news_category.green {
    border: 2px solid var(--green);
    color: var(--green);
    background-color: #FFF; 
}

.single_head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
}

.single_h2 {
    font-size: 3rem;
    margin: 0!important;
}

.single .contents {
    max-width: 900px;
    margin: auto;
}

.news_single_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 80px;
}

.news_single_head .news_date {
    margin-left: 20px;
    color: #666666;
}

.single .news_category {
    margin-right: 0;
}

.single p {
    margin-bottom: min(1.5vw, 2rem);
}

.news_single .top_news_btn,
.single .top_news_btn {
    position: initial;
}

.news_single .top_news_btn a,
.single .top_news_btn a {
    margin: auto;
    margin-top: 50px;
}

.post_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    position: relative;
}

.post-navigation a {
    font-size: 1.4rem;
    font-weight: bold;
}

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

.works_thumb {
    width: 50%;
}

.works_contents .contents {
    width: 45%;
    margin-right: 0;
}




















































/**********************************************************
    
    お問い合わせ

**********************************************************/

.wpcf7 {
    background-color: #FFF;
    padding: 50px 0;
    margin-top: 80px;
}

.wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 10px;
}

input,textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: min(1.5vw, 2rem);
    padding: 10px;
}

.form {
    max-width: 800px;
    margin: auto;
}

.form_item {
    margin-bottom: 30px;
}

.form_label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: min(1.5vw, 2rem);
}

.required {
    color: var(--white);
    background-color: var(--red);
    padding: 5px 10px;
    font-size: min(1vw, 1.5rem);
}

.form_acceptance {
    text-align: center;
	font-size: 16px;
}

.form_acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form_acceptance input {
    width: initial;
}

.form_acceptance a {
    color: #0000ff;
}

.form_acceptance a:hover {
	text-decoration: underline;
}

input::placeholder {
    color: #CECECE;
}

.entry_complete {
    text-align: center;
    padding-bottom: 55px;
}

.entry_complete span {
    font-size: 8rem;
    font-weight: bold;
    color: #FD4636;
    margin-bottom: 60px;
}

.note {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 40px 0;
}

.entry_complete a {
    font-size: 1.2rem;
    line-height: 1.7;
}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

.grecaptcha-badge {
	z-index: 10000;
}

/**********************************************************
    
    プライバシーポリシー

**********************************************************/

.privacy_policy {
    padding-top: 0;
}

/**********************************************************
    
    ブログ

**********************************************************/

.single h2 {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 60px 0 40px 0;
}

.single h3,
.single h4,
.single h5,
.single h6 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.single h4 {
    font-size: 2rem;
}

.single h5 {
    font-size: 1.8rem;
}

.single h6 {
    font-size: 1.6rem;
}

.single p {
    margin-bottom: 20px;
}

.single p a {
    color: #127CCA;
    text-decoration: underline;
}

.wp-block-list {
    list-style: inside;
    padding-left: 10px;
    margin: 20px 0;
}

.wp-block-list li {
    font-size: 1.6rem;
    line-height: 2;
}

.wp-block-list::marker {
    margin-right: 10px;
}

.wp-block-list ul {
    padding-left: 25px;
    margin: 0;
}

.sitemap {
    padding-top: 50px;
}

.sitemap ul {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}

.sitemap ul li {
    width: 50%;
    font-size: min(1.5vw, 2rem);
    line-height: 1.5;
    list-style: disc;
}

.sitemap ul li a:hover {
    opacity: 0.6;
}


.parallax {
    position: absolute;
    width: 100%;
    height: 2000px;
    background-image: url(../img/main_bg.png);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}



























/* アニメーション */
/* アニメーションスタートの遅延時間を決めるCSS*/

.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}

.delay-time02 {
    animation-delay: 0.2s;
}
.delay-time04 {
    animation-delay: 0.4s;
}
.delay-time06 {
    animation-delay: 0.6s;
}
.delay-time08 {
    animation-delay: 0.8s;
}
.delay-time10 {
    animation-delay: 1s;
}
.delay-time12 {
    animation-delay: 1.2s;
}
.delay-time14 {
    animation-delay: 1.4s;
}
.delay-time16 {
    animation-delay: 1.6s;
}
.delay-time18 {
    animation-delay: 1.8s;
}
.delay-time20 {
    animation-delay: 2.0s;
}
    
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
    
.fade {
    opacity: 0;
}
    
/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
    
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    @keyframes fadeUpAnime{
        from {
        opacity: 0;
        transform: translateY(100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeLeftAnime{
        from {
        opacity: 0;
        transform: translateX(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateX(0);
        }
    }
    
/* 右から */
    
.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
        from {
        opacity: 0;
        transform: translateX(100px);
        }
    
        to {
        opacity: 1;
        transform: translateX(0);
        }
    }

.rotateY{
        animation-name:rotateYAnime;
        animation-duration:1s;
        animation-fill-mode:forwards;
    }
    
    @keyframes rotateYAnime{
        from{
            transform: rotateY(0);
            }
        to{
            transform: rotateY(-360deg);
            }
    }

/* About us 画像アニメーション*/
.sapporo_img {
	position: absolute;
 	inset: 0;
	opacity: 0;
	background-size: cover;
	animation: slideAnime 15s infinite;
	margin: auto;
	border-radius: 20px;
}

/* スライド個別設定 */
.sapporo_img:first-child { position: relative; }
.sapporo_img:nth-of-type(1) { animation-delay: 0s; }
.sapporo_img:nth-of-type(2) { animation-delay: 3s; }
.sapporo_img:nth-of-type(3) { animation-delay: 6s; }
.sapporo_img:nth-of-type(4) { animation-delay: 9s; }
.sapporo_img:nth-of-type(5) { animation-delay: 12s; }

/*タイミング設定*/
@keyframes slideAnime {
	0%, 30%, 100% { opacity: 0; } /* 非表示のタイミング */
	10%, 20% { opacity: 1; } /* 表示されるタイミング */
}