@charset "utf-8";

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}


.page .site-body {
    padding: 0;
}
.wp-singular .site-header {
	box-shadow: none;
}
.site-body .container {
	max-width: inherit;
	padding-right: 0;
  padding-left: 0;
}


/*タイトルの下の文字*/
.page-header-title::after {
    content: "BUSINESS";
    text-align: left;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
}



/* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */


.page-nav-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.page-nav-wrapper .page_accordion-nav {
    width: 40%;
}




.main-image-area {
    width: 54%;
    height: auto;
}

.main-image-area img {
    width: 100%;
    height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.2s ease;
      border-radius: 20px 0 0 24px;
}
/* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */



/* ===================================================
   【最上部背景画像エリア】↓↓
   =================================================== */
.page_main-visual {
    width: 100%;
    height: 450px;
    background-image: url('../img/business/busi_bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  margin-top: -190px;
}
/* ===================================================
   【最上部背景画像エリア】↑↑
   =================================================== */


/* ===================================================
   私たちの強み↓↓
   =================================================== */
.sec_strengths {
    padding: 80px 0;
    color: #fff;
    width: 100%;
}


.stren_lead {
    font-size: 30px;
    text-align: center;
    color: #000;
    opacity: 0.9;
  padding: 10px 0;
}

.stren_content-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 90px 40px; 
}


.stren_card-large-content {
    display: flex;
    justify-content: center;
    gap: 8%;
    margin-bottom: 60px;
  flex-direction: column;
  width: 44%;
  margin: 0 auto;
}
.stren_card-large-text {
    
}
.stren_num-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.stren_num {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
  font-family: arial, sans-serif;
}
.stren_mini-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
  text-align: left;
}
.stren_mini-title span{
    font-size: 18px;
    font-weight: 300;
    display: block;
}
.stren_description {
    font-size: 18px;
    
    text-align: justify;
    opacity: 0.95;
}
.stren_card-large-img-box {
    width: 285px;
  margin: 10px auto 0;
  /* 3Dアニメーションの奥行きを設定 */
    perspective: 1000px; 
}
.stren_circle-img {
    width: 100%;
    opacity: 0;
    transform: scale(0.7) rotateY(-40deg) rotate(15deg) translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), 
                transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
/* 画面内に入ってJavaScriptがクラスを付与したときの到達点 */
.stren_circle-img.is-animated {
    opacity: 1;
    transform: scale(1) rotateY(0deg) rotate(0deg) translateY(0);
}

.stren_grid-two-column {
    display: flex;
    justify-content: space-between;
    gap: 12%;
}
.stren_card-small {
    width: 44%;
}

/* ===================================================
   私たちの強み↑↑
   =================================================== */
 
/* ===================================================
   事業内容↓↓
   =================================================== */

.sec_business-details {
    width: 100%;
  padding: 80px 0;
}

.busi-det_division-banner {
    background-color: #021887;
    color: #fff;
    width: 100%;
    margin-top: 40px;
}

.busi-det_division-banner_b {
    background-color: #000;
    color: #fff;
    width: 100%;
    margin-top: 80px;
}


.busi-det_banner-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.busi-det_division-title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
  text-align: left;
  white-space: nowrap;
}


.busi-det_division-sub {
    font-size: 20px;
}


.busi-det_content-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


.busi-det_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6%;
    padding: 100px max(40px, calc((100% - 1520px) / 2)); 
    margin-bottom: 0;
}

.busi-det_item:nth-of-type(odd) {
    background-color: #ffffff;
}

.busi-det_item:nth-of-type(even) {
    background-color: #f8f9fa;
}



.busi-det_item:nth-of-type(even) {
    flex-direction: row-reverse;
}



.busi-det_info {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.busi-det_item-num {
    font-family: "Noto Serif JP", "BiZ UDMincho", "Hiragino Mincho ProN", serif;
    font-size: 48px;
    color: #e0e0e0;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
}


/* 1. 偶数番目のブロック全体を右寄せのベースにする */
.busi-det_item:nth-of-type(even) .busi-det_info {
    align-items: flex-end; 
    text-align: right;
}

/* 2. 偶数番目のタイトルを完全に右寄せ */
.busi-det_item:nth-of-type(even) .busi-det_item-title {
    text-align: right;
    width: 100%;
}


.busi-det_item-title {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: left;
}

.busi-det_item-text {
    font-size: 22px;
    line-height: 2;
    text-align: justify;
}



.busi-det_images {
    width: 47%;
}

.busi-det_img-single img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
}

.busi-det_img-gallery {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}

.busi-det_img-gallery img {
    width: calc(50% - 6px);
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.busi-det_img-gallery-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.busi-det_img-gallery-vertical img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

  /* ===================================================
   事業内容↑↑
   =================================================== */


/* ===================================================
   PARTNERS↓↓
   =================================================== */
.sec_partners {
    width: 100%;
    background-color: #f2f2f2;
    padding: 80px 50px;
    box-sizing: border-box;
    clear: both;
}


.sec_partners .partners_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-sizing: border-box;
}




.sec_partners .partners_list {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}


.sec_partners .partners_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    max-width: 200px;
}


.sec_partners .partners_item img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    display: block;
}

/* ===================================================
   PARTNERS↑↑
   =================================================== */


/****************************************************/
/****************** media queries *******************/
/****************************************************/
/********************************************************************/
/************ max-width: 1380px *************************************/
/********************************************************************/

@media screen and (max-width: 1380px){
  /* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */
  .sec_page_acc {
    width: 60%;
}
  .page-nav-wrapper .page_accordion-nav {
    width: 48%;
}
  .main-image-area {
    width: 50%;
}
  /* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */
}
/********************************************************************/
/************ max-width: 1100px *************************************/
/********************************************************************/

@media screen and (max-width: 1100px) {

  /* ===================================================
   事業内容↓↓
   =================================================== */
   .busi-det_division-title {
        font-size: 40px;
    }
    .busi-det_item {
        padding: 60px 40px;
        gap: 4%;
    }
  .busi-det_item-title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .busi-det_item-text {
        font-size: 18px;
    }
  /* ===================================================
   事業内容↑↑
   =================================================== */
  /* ===================================================
   PARTNERS↓↓
   =================================================== */

/* ===================================================
   PARTNERS↑↑
   =================================================== */
  }
/********************************************/
/************ max-width: 1024px *************/
/********************************************/
/*タブレット横*/
@media screen and (max-width: 1024px) {
   /* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */
  .page-nav-wrapper {
        flex-direction: column;
    }
    .page-nav-wrapper .page_accordion-nav {
        width: 100%;
    }
    .main-image-area {
        display: none; /* スマホでは画像エリアを非表示 */
    }
    .sec_page_acc {
    width: 57%;
}
  .page-nav-wrapper .page_accordion-nav {
    width: 100%;
}
    /* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */
/* ===================================================
   私たちの強み↓↓
   =================================================== */
  /* ===================================================
   私たちの強み↑↑
   =================================================== */
  /* ===================================================
   事業内容↓↓
   =================================================== */

    .busi-det_division-title {
        font-size: 38px;
    }
    .busi-det_division-sub {
        font-size: 16px;
    }
    
  /* ===================================================
   事業内容↑↑
   =================================================== */
  /* ===================================================
   PARTNERS↓↓
   =================================================== */

/* ===================================================
   PARTNERS↑↑
   =================================================== */
}



/********************************************/
/* max-width: 991px ハンバーガー切替サイズ*******/
/********************************************/
@media screen and (max-width: 991px) {
/* ===================================================
   私たちの強み↓↓
   =================================================== */
  .stren_content-wrapper,
    .busi-det_content-wrapper {
        padding: 40px 24px;
    }
    
    

    
      .stren_card-large-content {
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 40px;
        width: 100%;
    }
    .stren_card-large-text {
        width: 100%;
    }
  .stren_num-wrap {
    align-items: flex-start;
  }
    .stren_num {
        font-size: 42px;
    }
  
    
    .stren_grid-two-column {
        flex-direction: column;
        gap: 40px;
        padding-top: 0;
    }
    .stren_card-small {
        width: 100%;
    }
  /* ===================================================
   私たちの強み↑↑
   =================================================== */
  /* ===================================================
   事業内容↓↓
   =================================================== */
  .busi-det_banner-inner {
        padding: 20px 24px;
    }

    .busi-det_banner-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
 
    

    .busi-det_item {
        flex-direction: column!important;
        gap: 30px;
        margin-bottom: 80px;
    }

    .busi-det_info {
        width: 100%;
    }
    .busi-det_item-title {
        margin-bottom: 15px;
    }
    .busi-det_images {
        width: 100%;
    }
  /* ===================================================
   事業内容↑↑
   =================================================== */

  
  /* ===================================================
   PARTNERS↓↓
   =================================================== */
.sec_partners {
        padding: 50px;
    }
    
    .sec_partners .partners_inner {
        padding: 40px 20px;
    }
    

    .sec_partners .partners_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    
    .sec_partners .partners_item {
        max-width: 100%;
        margin: 0 auto;
    }
/* ===================================================
   PARTNERS↑↑
   =================================================== */
  
  
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット縦*/
@media screen and (max-width: 834px) {

  /* ===================================================
   【最上部背景画像エリア】↓↓
   =================================================== */
    .page_main-visual {
        height: 220px;
    }
  /* ===================================================
   【最上部背景画像エリア】↑↑
   =================================================== */
/* ===================================================
   私たちの強み↓↓
   =================================================== */
  /* ===================================================
   私たちの強み↑↑
   =================================================== */
  /* ===================================================
   事業内容↓↓
   =================================================== */
  /* ===================================================
   事業内容↑↑
   =================================================== */

}

/********************************************/
/************ max-width: 768px *************/
/********************************************/
/*タブレット縦*/
@media screen and (max-width: 768px) {
 /* ===================================================
   【最上部背景画像エリア】↓↓
   =================================================== */
    .page_main-visual {
        margin-top: -70px;
    }
  /* ===================================================
   【最上部背景画像エリア】↑↑
   =================================================== */

/* ===================================================
   私たちの強み↓↓
   =================================================== */
  .stren_lead {
    font-size: 24px;
  }
  .stren_content-wrapper, .busi-det_content-wrapper {
        padding: 20px 24px 40px;
    }
  /* ===================================================
   私たちの強み↑↑
   =================================================== */
  /* ===================================================
   事業内容↓↓
   =================================================== */
  .busi-det_division-banner,
    .busi-det_division-banner_b {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .busi-det_banner-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px;
    }
    .busi-det_division-title {
        font-size: 32px;
    }
    .busi-det_division-sub {
        font-size: 16px;
    }
    

    .busi-det_item,
    .busi-det_item:nth-of-type(even) {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 40px 20px;
    }
  
  .busi-det_item:nth-of-type(even) .busi-det_info {
    align-items: flex-start;
    text-align: right;
}
    
    .busi-det_info,
    .busi-det_images {
        width: 100%;
    }
    
   
    .busi-det_item:nth-of-type(even) .busi-det_item-title {
        text-align: left;
      
    }
    
    .busi-det_item-num {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .busi-det_item-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .busi-det_item-text {
        font-size: 15px;
        line-height: 1.8;
    }
    
    .busi-det_img-single img,
    .busi-det_img-gallery img,
    .busi-det_img-gallery-vertical img {
        border-radius: 12px;
    }
  /* ===================================================
   事業内容↑↑
   =================================================== */
  }
  /* ===================================================
   PARTNERS↓↓
   =================================================== */

/* ===================================================
   PARTNERS↑↑
   =================================================== */
/********************************************/
/************ max-width: 480px *************/
/********************************************/
/*スマホ縦*/
@media screen and (max-width: 480px) {
     /* ===================================================
   【page nav】このページのみのstyle↓↓
   =================================================== */
.page_acc_sub-menu li {
    font-size: 14px;
}
    /* ===================================================
   【page nav】このページのみのstyle↑↑
   =================================================== */
  
  /* ===================================================
   【最上部背景画像エリア】↓↓
   =================================================== */
  .page_main-visual {
        height: 100vw; /* 正方形画像に合わせる */
        background-image: url('../img/business/busi_bg_sp.webp');
        background-size: cover;
        background-position: center;
    }
  /* ===================================================
   【最上部背景画像エリア】↑↑
   =================================================== */
/* ===================================================
   私たちの強み↓↓
   =================================================== */
  .sec_strengths {
    padding: 30px 0;
}
      .stren_lead {
        font-size: 22px;
        line-height: 1.4;
        padding-bottom: 6px;
    }
  .stren_card-large-img-box {
    width: 220px;
}
  .stren_num {
        font-size: 32px;
    }
  .stren_mini-title {
    font-size: 22px;
}
  .stren_mini-title span {
    font-size: 16px;
    line-height: 1.4;
}
  .stren_num-wrap {
    gap: 10px;
    margin-bottom: 10px;
}
  /* ===================================================
   私たちの強み↑↑
   =================================================== */
  /* ===================================================
   事業内容↓↓
   =================================================== */
  .sec_business-details {
    padding: 40px 0;
}
  .busi-det_division-banner, .busi-det_division-banner_b {
        margin-top: 20px;
        margin-bottom: 0px;
    }
      .busi-det_item, .busi-det_item:nth-of-type(even) {
        gap: 20px;
        padding: 30px 20px;
        margin-bottom: 20px;
    }
  .busi-det_item-title {
        margin-bottom: 6px;
    }
 
  /* ===================================================
   事業内容↑↑
   =================================================== */
   /* ===================================================
   PARTNERS↓↓
   =================================================== */
.sec_partners {
    padding: 80px 30px;
}
 
    .sec_partners .partners_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }
    
    .sec_partners .partners_item img {
        max-height: 60px;
    }
/* ===================================================
   PARTNERS↑↑
   =================================================== */

  }