@charset "utf-8";

/* common */
.liNest {
    text-indent: -1em;
    margin-left: 1em;
}
.group-title-wrapp {
    width: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.group-title01 {
    height:82vh;
    background-image: url(img/cacgroup-new-titleback01.jpg);
}
.group-title02 {
    height:90vh;
    background-image: url(img/cacgroup-new-titleback03.jpg);
}

.group-title-inner {
    width: 1000px;
    display: block;
    margin: 0 auto 100px;
    position: relative;
    padding-top: 195px;
}
.group-title-inner h2 {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-size: 3.5em;
    font-weight: 600;
    color: #FFF;
}
.group-title-inner p {
    width: 100%;
    display: block;
    font-size: 1.75em;
    font-weight: 600;
    color: #FFF;
}
.group-menu-wrapp {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* index.html */
.group-menu-wrapp a {
    width: 48%;
    display: block;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 8px 15px 0 rgba(0,0,0,.5);
    position: relative;
    border-radius: 6px;
}
.group-menu-wrapp a:hover {
    text-decoration: none;
    color: #0068ad;
}
.group-menu-wrapp a span {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: inline-block;
    width: 46px;
    height: 3px;
    margin-top: 12px;
    border-radius: 9999px;
    background-color: #000000;
    transition: 0.25s;
}
.group-menu-wrapp a span::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    width: 20px;
    height: 3px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 1.5px) 50%;
    transition: 0.25s;
}
.group-menu-wrapp a:hover span {
    right: 10px;
}  
.group-menu-wrapp a:hover span,
.group-menu-wrapp a:hover span::before {
    background-color: #0068ad;
}  
.group-menu-wrapp dl {
    width: auto;
    display: block;
    
    padding: 40px 30px;
}
.group-menu-wrapp h2 {
    width: auto;
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.group-menu-wrapp h2:after {
    width: 50%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color: #ccc;
}
.group-menu-wrapp dd{
    width: auto;
    display: block;
    font-size: 1.15em;
    line-height: 1.8em;
    font-weight: 600;
}

/* current.html */
.menu-toggle {
    display: none;
}
.group-page-navi-wrapp {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    z-index: 33;
}
.group-page-navi-wrapp ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.group-page-navi-wrapp li {
    width: 25%;
}
.group-page-navi-wrapp li a {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 80px;
    line-height: 80px;
    position: relative;
    font-size: 1.2em;
    font-weight: 500;
}
.group-page-navi-wrapp li a:before {
    width: 1px;
    height: 40%;
    background-color: #607788;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.group-page-navi-wrapp li:first-child a:before {
    display: none;
}
.group-page-navi-wrapp li span {
    padding-right: 28px;
    position: relative;
}
.group-page-navi-wrapp li span:after {
    width: 14px;
    height: 7px;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(img/pagenavi-arrow.svg) no-repeat center center;
    background-size: 100% 100%;
}
.subpage-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.subpage-inner.base01 {
    background: #ebf0f5;
}
.subpage-inner.base01>div {
    padding: 80px 0;
}
.subpage-inner.mtInner {
    margin-top: -100px;
    z-index: 1;
}
.group-mainbox {
    margin-top: 150px !important;
}
.group-mainbox2 {
    margin-top: 100px !important;
}
.content {
    width: 1000px;
    margin: 0 auto;
    display: block;
    line-height: 1.8em;
}
.content-v1 {
    width: 1080px;
    margin: 0 auto;
    display: block;
}
.content-v1 .leftMargin {
    margin-left: 40px;
}
.subpage-inner section p {
    line-height: 1.75em;
}
h2.group-point {
    width: auto;
    display: inline-block;
    background: #000;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 36px;
}
h2.group-point span {
    width: auto;
    padding: 0 2rem;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 2.25em;
    font-weight: 600;
}
.group-large-lead {
    font-size: 3.25em;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 50px;
}
.group-section-bl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.group-section-bl01 .blText {
    width: 48%;
}
.group-section-bl01 .blImg {
    width: 50%;
}
.group-section-bl01 .blImg img {
    width: 100%;
}
.group-business-lead-wrapp {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 40px;
}
.group-business-lead-wrapp p:last-child {
    margin: 0 !important;
}
.group-business-lead-wrapp .leadbox {
    width: 40%;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 22;
}
.group-business-lead-wrapp .leadbox .innerbox  {
    padding: 40px 80px 40px 40px;
}
.group-business-lead-wrapp .leadbox h2 {
    display: block;
    font-size: 3em;
    color: #fff;
    margin-bottom: 40px;
}
.group-business-lead-wrapp .leadbox h3 {
    display: flex;
}
.group-business-lead-wrapp .leadbox h3 span {
    font-size: 1em;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    background: #fff;
}
.group-business-lead-wrapp .leadbox p {
    color: #fff;
}
.group-business-lead-wrapp .detailbox {
    width: calc( 60% + 40px );
    position: relative;
    margin-left: auto;
    background: #fff;
    z-index: 33;
}
.group-business-lead-wrapp .detailbox .innerbox  {
    padding: 40px;
}
.group-business-lead-wrapp.row-reverse .leadbox {
    width: 40%;
    display: inline-block;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
}
.group-business-lead-wrapp.row-reverse .leadbox .innerbox  {
    padding: 40px 40px 40px 80px;
}
.group-business-lead-wrapp.row-reverse .leadbox h2 {
    text-align: right;
}
.group-business-lead-wrapp.row-reverse .leadbox h3 span {
    margin-left: auto;
}
.group-business-lead-wrapp.row-reverse .leadbox p {
    text-align: right;
}
.group-business-lead-wrapp.row-reverse .detailbox {
    width: calc( 60% + 40px );
    margin-right: auto;
    margin-left: 0;
    position: relative;
    background: #fff;
    z-index: 33;
}
.bgImage-strength {
    background: url(img/cacgroup-new-titleback02.jpg) no-repeat top right;
    background-size: 48%;
}
.bgImage-strength .group-point  {
    margin-top: 100px;
}
.bgWhite {
    background-color: #fff;
    display: inline-block;
    padding: 0.5rem;
}
.group-section-bl02 {
    width: 100%;
    margin-bottom: 50px;
}
.group-strength-image {
    width: 920px;
    padding: 40px;
    margin-bottom: 100px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    position: relative;
}
.group-strength-image h2 {
    width: auto;
    display: block;
    background: #000;
    height: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.group-strength-image h2 span {
    width: auto;
    padding: 0 2rem;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}
.group-strength-image .linknext {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 50px;
}
.group-score-wrapp {
    width: 100%;
    text-align: center;
}
.group-score-wrapp h2 {
    margin: 0 auto 50px;
}
.group-score-wrapp .score-list {
    width: 100%;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-bottom: 30px;
}
.group-score-wrapp .score-list div {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.group-score-wrapp .score-list div img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.group-network {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.group-network img {
    height: auto;
    display: block;
    object-fit: cover;
}
.group-base-wrapp {
    width: 100%;
    display: block;
    position: relative;
}
.group-base-grid {
    width: 100%;
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-bottom: 20px;
}
.group-base-grid .card {
    display: block;
    text-decoration: none;
    padding: 20px;
    transition: 0.3s, transform 0.2s;
    border-bottom: 1px dotted rgba(0,0,0,0.6);
    position: relative;
}
.group-base-grid .card:after {
    display: block;
    width: 1px;
    height: 96%;
    position: absolute;
    top: 0;
    right: -15px;
    content: "";
    background:rgba(0,0,0,0.2);
}
.group-base-grid .card .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.group-base-grid .card .logo img {
    max-width: 100%;
    max-height: 40px;
}
.group-base-grid .card .desc {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    min-height: 200px;
}
.group-base-grid .card .desc-eng {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    min-height: 80px;
    line-height: 1.3em;
}
.group-base-grid .card .desc-eng span {
    font-size: 0.8em;
    display: block;
    text-align: center;
}
.group-base-grid .card .btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.group-base-grid .card .btn span {
    width: auto;
    margin: 0 auto;
    background: rgba(0,0,0,1);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    text-align: center;
    transition: 0.3s, transform 0.2s;
}
/*.group-base-grid .card:hover {
    color: #000;
    background: #eee;
}*/
.group-base-grid .btn a:hover {
   text-decoration: none;
}
.group-base-grid .btn a:hover span {
    background: rgba(0,0,0,0.6);
}
.group-base-wrapp.accordion {
    overflow: hidden;
}
.group-base-wrapp .accordion-header {
    background: rgb(0,105,190);
    background: linear-gradient(90deg, rgba(0,105,190,1) 0%, rgba(40,165,225,1) 100%);
    color: #fff;
    padding: 0.5em 1em;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.group-base-wrapp .accordion-header:before {
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.group-base-wrapp .accordion-header:after {
    width: 14px;
    height: 7px;
    display: block;
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(img/pagenavi-arrow.svg) no-repeat center center;
    background-size: 100% 100%;
}
.group-base-wrapp .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.group-image-slit {
    height: 300px;
    background: url(img/cacgroup-new-titleback01.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
.group-recommend {
    width: auto;
    margin: 0 5%;
    padding-top: 80px;
}
.group-recommend h2 {
    display: block;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.group-recommend .recommend-menu {
    width: 100%;
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.group-recommend .recommend-menu a {
    display: block;
    text-decoration: none;
    padding: 20px;
    height: 314px;
    transition: 0.3s, transform 0.2s;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.group-recommend .recommend-menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    z-index: -1; /* テキストが前面に来るように */
}
.group-recommend .recommend-menu a.menu01::before {
    background-image: url(img/recommend_menu01.png);
}
.group-recommend .recommend-menu a.menu02::before {
    background-image: url(img/recommend_menu02.png);
}
.group-recommend .recommend-menu a.menu03::before {
    background-image: url(img/recommend_menu03.png);
}
.group-recommend .recommend-menu a.menu04::before {
    background-image: url(img/recommend_menu04.png);
}
.group-recommend .recommend-menu a.menu05::before {
    background-image: url(img/recommend_menu05.png);
}
.group-recommend .recommend-menu a.menu06::before {
    background-image: url(img/recommend_menu06.png);
}
.group-recommend .recommend-menu a:hover::before {
    transform: scale(1.1);
}
.group-recommend .recommend-menu a span {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
}

/* future.html */
.group-mainbox3 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 150px;
    background: #fff;
    /*background: url(img/cacgroup-new-future-back02.jpg) no-repeat center top;
    background-size: 60%;/**/
}
.group-mainbox3 .circle  {
    width:100%;
    max-width: 150%;
    display: flex;
    justify-content: center;
    align-items:last baseline;
    height: 250px;
    background: url(img/cacgroup-new-future-mv-cover.svg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.group-mainbox3 .circle2 {
    width: 100%;
    max-width: 150%;
    display: flex;
    justify-content: center;
    align-items:last baseline;
    height: 200px;
    background: url(img/cacgroup-new-future-mv-cover-under.svg) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.group-future-policy {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}
.group-future-policy h2 {
    width: auto;
    margin: 0 auto 50px;
}
.group-lead {
    font-size: 1.25em;
    line-height: 2em;
}
.group-next {
    display: inline-block;
    font-size: 1.15em;
    line-height: 1.8em;
    font-weight: 600;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
}
.group-next:after {
    width: 22px;
    height: 40px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    background: url(img/pagenavi-arrow2.svg) no-repeat center center;
    background-size: 100% 100%;
}
.subpage-inner.base02 {
    background: #d2ebfa;
    position: relative;
    margin-top: -200px;
}
.subpage-inner.base02>div {
    padding: 400px 0;
}
.subpage-inner.base02:before {
    width: 100%;
    height: 100%;
    background: url(img/cacgroup-new-future-back.svg) no-repeat bottom center;
    background-size: cover;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.subpage-inner.base02:after {
    width: 149px;
    height: 64px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translate(-50%, -50%);
    background: url(img/cacgroup-new-future-arrow.svg) no-repeat center bottom;
    background-size: cover;
    z-index: 1;
}
.group-future2030 .tLarge {
    line-height: 2em;
}
.group-next2 {
    display: inline-block;
    height: auto;
    font-size: 1.15em;
    line-height: 1.8em;
    font-weight: 600;
    padding-bottom: 80px;
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translate(-50%, -50%);
    text-align: center;
}
.group-next2:after {
    width: 22px;
    height: 40px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    background: url(img/pagenavi-arrow2.svg) no-repeat center center;
    background-size: 100% 100%;
}
.group-future-plan-wrapp {
    width: 100%;
    position: relative;
    z-index: 2;
}
.group-future-plan-wrapp .innerbox {
    width: auto;
    position: relative;
    padding: 4rem 2rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.15);
}
.group-future-plan-wrapp .innerbox.planbox {
    margin-bottom: 30px;
}
.group-future-plan-wrapp .innerbox.planbox:after {
    width: 67px;
    height: 65px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translate(-50%, -50%);
    background: url(img/cacgroup-new-future-arrow-white.svg) no-repeat center center;
    background-size: 100% 100%;
    filter: drop-shadow(0 8px 10px rgba(0,0,0,.15));
    z-index: 1;
}

.group-future-plan-wrapp h2 {
    display: block;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: 600;
    color: #26a3e0;
    margin-bottom: 40px;
}
.group-future-plan-wrapp .grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1rem;
    width: 100%;
}
.group-future-plan-wrapp .grid-container .centerarrow {
    margin-top: 40px;
}
.group-future-plan-wrapp .grid-container .dotline{
    padding-top: 1rem;
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.group-future-plan-wrapp .grid-container dt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.group-future-plan-wrapp .grid-container dt span.phase {
    padding: 0.4rem 0.5rem 0.2rem;
    background: #000;
    color: #fff;
    font-size: 1em;
    margin-right: 5px;
}
.group-future-plan-wrapp .grid-container dt span.year {
    padding: 0.25rem 0.5rem;
    font-size: 1.5em;
    font-weight: 600;
}
.group-future-plan-wrapp .grid-container dd.title {
    display: block;
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 90px;
}
.group-future-plan-wrapp .grid-container dd.action {
    display: block;
}
.group-future-plan-wrapp .grid-container dd.action li {
    font-size: 1.25em;
    line-height: 1.4em;
}
.group-future-plan-wrapp .innerbox .leadcopy {
    font-size: 1.25em;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 50px;
}
.group-policy-text {
    font-size: 1.25rem;
}

.group-service-grid {
    width: 100%;
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-bottom: 20px;
}
.group-service-grid .card {
    display: block;
    text-decoration: none;
    padding: 40px 20px;
    transition: 0.3s, transform 0.2s;
    background: #eee;
    position: relative;
}
.group-service-grid .card .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    min-height: 100px;
}
.group-service-grid .card .logo img {
    max-width: 100%;
}
.group-service-grid .card .servicename {
    display: block;
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 50px;
    margin-bottom: 10px;
    text-align: center;
}
.group-service-grid .card .servicename:after {
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: #000;
}
.group-service-grid .card .catchcopy {
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    min-height: 80px;
}
.group-service-grid .card .desc {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    min-height: 200px;
}
.group-service-grid .card .btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.group-service-grid .card .btn span {
    width: auto;
    margin: 0 auto;
    background: rgba(0,0,0,1);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    text-align: center;
    transition: 0.3s, transform 0.2s;
}
.group-service-grid .card:hover {
    color: #000;
    background: #fff;

}
.group-service-grid .card:hover .btn span {
    background: rgba(0,0,0,0.6);
}
.group-image-slit2 {
    width: 100%;
    height: 300px;
    background: url(img/cacgroup-new-titleback03.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

@media all and (min-width:769px) and (max-width:1366px) {
    .group-title01 {
        height: 50vh;
    }
    .group-title02 {
        height: 50vh;
    }
}