@charset "UTF-8";

/* ------------------------------------------------------
common
------------------------------------------------------ */
.h-100 {
    height: 100%;
}
.bg-lightblue {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 150vw;
  background-color: #DEECFE;
  z-index: -1;
  overflow: hidden;
}
.bg-lightblue::after {
  content: "";
  position: absolute;
  left: -17.5vw;
  bottom: -252px;
  display: block;
  width: 907px;
  height: 907px;
  background: radial-gradient(rgba(48,140,248, 1), rgba(48,140,248, 0) 65%);
  opacity: 0.3;
}
.bg-circleshadow {
    position: relative;
    overflow: hidden;
}
.bg-circleshadow:before,
.bg-circleshadow:after {
    content: "";
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    background: url("/files/user/gt/images/common/circle_shadow.svg") no-repeat;
    background-size: cover;
    z-index: 0;
    display: block;
    position: absolute;
}
.bg-circleshadow > .container {
    position: relative;
    z-index: 1;
}
.bg-white {
    background-color: var(--color_white);
    position: relative;
}
.bg-white > * {
    position: relative;
    z-index: 1;
}
.bg-white:after {
    background-color: var(--color_white);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left:50%;
}
.bg-graylight {
    background-color: var(--color_grey_light);
    position: relative;
}
.bg-graylight > * {
    position: relative;
    z-index: 1;
}
.bg-graylight:after {
    background-color: var(--color_grey_light);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left:50%;
}
.bg-bluelight {
    position: relative;
    background-color: #DEEBFE;
}
.bg-bluelight > * {
    position: relative;
    z-index: 1;
}
.bg-bluelight:after {
    background-color: #DEEBFE;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left:50%;
}
.button--external_link::after {
    background-image: url("/files/user/gt/images/common/icon-external_link.svg");
    background-size: 65% auto;
}
.box__header {}
.box__header--figure {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.box__header--figure img {
    width: 100%;
}
.box__header-full-figure {
    border-radius: 5px;
}
.dl-table__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.dl-table__wrap + .dl-table__wrap {
    border-top: 1px solid var(--color_grey);
}
.dl-table__element--header {
    font-weight: 700;
}
.table__element {
    border-spacing: 0;
}
.table__element th {
    font-weight: normal;
    text-align: left;
}
.table__element td {
    padding-left: 0.8em;
}
@media screen and (max-width:640px) {
    section {
        overflow: hidden;
    }
    .bg-lightblue {height: 100%}
    
    .mv-service-wrap,
    .mv-company-wrap {
        height: 93.33vw;
    }
    .button--external_link::after {
        background-size: 92% auto;
        right: 1.25em;
    }
    .container__inner.sidebar {
        padding-bottom: 0;
    }    
    .sidebar__main {
        padding-top: 2.5vmin;
        padding-bottom: 26vmin;
    }
    .box__header-full-figure {
        margin-bottom: 1.65vmin;
    }
    .dl-table__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .dl-table__element {
        width: 100%;
    }
    .dl-table__element--header {
        padding: 4vmin 0 1vmin;
    }
    .dl-table__element--body {
        padding-bottom: 7vmin;
    }
    .dl-table__wrap:first-child {
        margin-top: -1vmin;
    }
    .dl-table__wrap:last-child .dl-table__element--body {
        padding-bottom: 0;
    }
    
}
@media print, screen and (min-width:641px) {
    .bg-circleshadow:before,
    .bg-circleshadow:after {
        width: 90rem;
    }
    .bg-circleshadow:before {
        left: 0;
        bottom: 0;
        -webkit-transform: translateX(-40%) translateY(50%);
        transform: translateX(-40%) translateY(50%);
    }
    .bg-circleshadow:after {
        right: 0;
        top: 0;
        -webkit-transform: translateX(40%) translateY(-40%);
        transform: translateX(40%) translateY(-40%);
    }
    .box__header-full-figure {
        margin-bottom: 2rem;
    }
    .dl-table__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .dl-table__wrap:first-child {
        margin-top: -.6rem;
    }
    .dl-table__wrap:first-child .dl-table__element {
        padding-top: 0;
    }
    .dl-table__wrap:last-child .dl-table__element {
        padding-bottom: 0;
    }
    .dl-table__element {
        padding-top: 2.0rem;
        padding-bottom: 2.0rem;
    }
    .dl-table__element--header {
        width: 21.5%;
    }
}

/* ------------------------------------------------------
Panzoom.css
------------------------------------------------------ */
/* モーダル */
.imageModal {
  display: none;
}

@media screen and (max-width:640px) {
  /* モーダル */
  .imageModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 9999;
    inset: 0;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    pointer-events: none; 
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease; 
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease; 
    transition: opacity 0.3s ease, transform 0.3s ease; 
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: rgba(198, 200, 217,.9);
  }
  .imageModal.open {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: auto;
  }
  .imageModal-content {
    width: 90vw;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .zoomImage {
    width: 100%;
    height: 100%;
  }
  .zoomImage img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-touch-action: none;
        touch-action: none;
  }
  .zoom-icon {
    position: relative;
  }
  .zoom-icon:after {
    content: "";
    position: absolute;
    right: 1vmin;
    bottom: 0.5vmin;
    width: 6.48vmin;
    height: 6.48vmin;
    background: url("/files/user/gt/images/common/icon-zoom.svg") no-repeat center;
    background-position: center;
    background-color: var(--color_main_02);
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
  .close-modal {
    position: fixed;
    top: 2vmin;
    right: 2vmin;
    width: 16vmin;
    height: 16vmin;
    background: var(--color_main_02) url(/files/user/gt/images/common/icon-close.svg) no-repeat center/38% auto;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(16, 25, 135, 0.5);
            box-shadow: 0 3px 6px rgba(16, 25, 135, 0.5);
  }
}


/* .company （COMPANY INFORMATION）
====================================================== */
.mv-company-wrap {
  background-image: url("/files/user/gt/images/company/mv_sp.webp");
    width: 100%;
}
.mv-wrap-company-second {
  background-image: url("/files/user/gt/images/company/mv_inner-sp.webp");
}

@media print, screen and (min-width:641px) {
    .mv-company-wrap {
        background-image: url("/files/user/gt/images/company/mv_pc.webp");
    }
    .mv-wrap-company-second {
        background-image: url("/files/user/gt/images/company/mv_inner-pc.webp");
    }
}


/* .company_index （INDEX）
====================================================== */
#company-contents-list {
    background-color: var(--color_grey_light);
}
.company-contents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.company-contents__list--item {}
.company-contents__list-link-item {
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.company-contents__list-link-item:hover {
    opacity: .7;
}
.company-contents__list-card-item {
    overflow: hidden;
    border-radius: 10px;
}
.company-contents__list-card-item .card__image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.company-contents__list-txt-item {
    font-size: 4.8vmin; /* 28px */
    color: var(--color_black);
    font-weight: 700;
}

@media screen and (max-width: 640px) {
  .sidebar__main__philosophy {padding: 2.5vmin 4vmin 26vmin}
    .company-contents__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 9vmin;
        margin-left: -4vmin;
        margin-right: -4vmin;
        padding-bottom: 3vmin;
    }
    .company-contents__list--item {
        width: 100%;
        margin: 2vmin 0;
    }
    .company-contents__list-txt-item {
        padding: 1em 0;
    }
    
}
@media print, screen and (min-width:641px) {
    #company-contents-list {
        padding: 5rem 0;    
    }
    .company-contents__list {
        margin-left: -2rem;
        margin-right: -2rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .company-contents__list--item {
        width: 50%;
        padding: 0 2rem;
    }
    .company-contents__list--item:nth-of-type(n + 3) {padding-top: 5.0rem}
    .company-contents__list-card-item .card__image {
        aspect-ratio: 620 / 350;
    }
    .company-contents__list-txt-item {
        font-size: 1.8rem;
        padding-top: 2.0rem;
    }
}



/* .company_philisophy （PHILOSOPHYPHILOSOPHY）
====================================================== */
.philosophy__element--introduction {
    font-size: 5.3vmin; /* 20px */
}
.heading03--philosophy {
    color: var(--color_black);
    padding-top: .35em;
}
.philosophy__heading {
    margin-bottom: 12vmin;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.philosophy__title-heading {
    font-size: 10.67vmin; /* 40px */
    letter-spacing: 0.025em;
    font-weight: 800;
    line-height: 1.0;
    color: var(--color_main_02);
}
.philosophy__subtitle-heading {
    font-size: 5.3vmin; /* 20px */
    font-weight: 500;
    line-height: 1.5em;
    color: var(--color_main_02);
    padding-left: 0.75em;
}
.imgTxt__philosophy--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
}
.img__philosophy-value-wrap {
    margin-top: 11vmin;
}
.img__philosophy-image {
    background-color: var(--color_white);
}

@media screen and (max-width: 640px) {
    .heading03--philosophy {
        font-size: 6.60vmin; /* 26px */
    }
    .philosophy__element--introduction {
        padding-top: 6vmin;
    }
    .philosophy__element--modifier + .philosophy__element--modifier:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100vw;
        height: 2px;
        background-color: var(--color_grey);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left:50%;
    }
    .philosophy__element--modifier {
        position: relative;
        padding-bottom: 21.5vmin;
        margin-bottom: 1.8rem;
    }
    .philosophy__element--modifier + .philosophy__element--modifier  {
        padding-top: 28vmin;
    }
    .philosophy__element--modifier:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .philosophy__heading {
        font-size: 6.60vmin; /* 26px */
        margin-bottom: 12vmin;
    }
    .imgTxt__philosophy-image-wrap,
    .imgTxt__philosophy-text-wrap {
        width: 100%;
    }
    .imgTxt__philosophy--wrap {
        padding-top: 2vmin;
    }
    .imgTxt__philosophy-image-wrap {
        padding-bottom: 8vmin;
    }
    .img__philosophy-image {
        padding: 2vmin;
    }
  
}
@media print, screen and (min-width:641px) {
    .heading03--philosophy {
        margin-bottom: 1.25em;
    }
    .philosophy__element--introduction {
        font-size: 2.0rem;
    }
    .philosophy__element--modifier {
        padding-bottom: 6.1rem;
        margin-bottom: 2.0rem;
    }
    .philosophy__element--modifier + .philosophy__element--modifier {
        padding-top: 10rem;
        border-top: 2px solid var(--color_grey);
    }
    .philosophy__element--modifier:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .philosophy__heading {
        margin-bottom: calc( 4.0rem * 1.25 );
        margin-bottom: -webkit-calc( 4.0rem * 1.25 );
    }
    .philosophy__title-heading {
        font-size: 4.0rem;
    }
    .philosophy__subtitle-heading {
        font-size: 2.0rem;
        padding-left: 1.0em;
    }
    .imgTxt__philosophy-image-wrap {
        width: 33.0%;
        padding-right: .5%;
        padding-top: .9%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .imgTxt__philosophy-text-wrap {
        width: 56.8%;
    }
    .img__philosophy-value-wrap {
        margin-top: 5.65rem;
    }
    .img__philosophy-image {
        padding: 1.8rem;
    }
    
    
}





/* .company_message （MESSAGE）
====================================================== */
.imgTxt__message--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
}
.imgTxt__message-image-wrap,
.imgTxt__message-text-wrap {
    width: 100%;
}
.imgTxt__message-image {
    border-radius: 20px;
    overflow: hidden;
}
.imgTxt__message-text-wrap {
    font-size: 5.3vmin; /* 20px */
    line-height: 1.8;
    font-weight: 500;
}
.message__representative {
    font-size: 4.8vmin; /* 28px */
    font-weight: 700;
}
@media screen and (max-width: 640px) {
    .imgTxt__message-text-wrap {
        text-align: center;
        padding-top: 12vmin;
        padding-bottom: 6vmin;
    }
    .message__representative {
        margin-top: 1.8em;
        margin-bottom: -1.2em;
    }
}
@media print, screen and (min-width:641px) {
    .imgTxt__message--wrap {
        padding-top: .9rem;
    }
    .imgTxt__message-image-wrap {
        width: 41.78%;
    }
    .imgTxt__message-text-wrap {
        width: 50.0%;
        font-size:  2.8rem;
    }
    .message__text {
        padding-top: 5rem;
        margin-bottom: -.5rem;
    }
    .message__representative {
        margin-top: 1.5em;
        font-size: 1.8rem;
    }
}



/* .company_corporate （CORPORATE）
====================================================== */
.dl-table__wrap--corporate {
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.radio-wrap__company {
    margin-bottom: 21vmin;
}
.banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:-webkit-flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #F0F0F0;
}
.banner_text_link {
    font-size: 3.73vmin; /* 14px */
    padding-right: 5.75vmin;
    line-height: 1.25em;
    font-weight: 700;
    color: #1C3C98;
}
.banner_image_link {
    width: 12vmin;
}
.banner__item--data {
    margin-top: 5vmin;
}
.banner_data_link {
    border-radius: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.banner_data_link:hover {
    opacity: .7;
}
.banner_data_link {
    border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) { }
@media print, screen and (min-width:641px) {
    .radio-wrap__company {
        padding-top: 0.9rem;
        margin-bottom: 8.2rem;
    }
    .radio-wrap__company {
        padding-top: 0.9rem;
        width: calc( 72% + 1.8rem);
        width: -webkit-calc( 72% + 1.8rem);
        margin-left: auto;
        margin-right: auto;
    }
    .radio-wrap__company .radio__body {
        margin-left: 1.8rem;
        margin-right: 1.8rem;
        width: 100%;
    }
    .table__element > tbody > tr > th {
        width: 21.5%;
        white-space: nowrap;
    }
    .banner__item--data {
        margin-top: 1.5rem;
    }
    .banner_data_link { }
    .banner_text_link {
        font-size: 1.4rem;
        padding-right: 1rem;
    }
    .banner_image_link {
        width: 13%;
    }
}


/* .company_history （HISTORY）
====================================================== */

@media screen and (max-width: 640px) {
}
@media print, screen and (min-width:641px) {
}


/* .company_access （ACCESS）
====================================================== */
.heading03--access {
    color: var(--color_black);
}
.dl-table__wrap--access {
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
}


@media screen and (max-width: 640px) {
    
    .heading03--access {
        font-size: 6.68vmin; /* 25px */
        padding-top: 21vmin;
        margin-bottom: 3vmin;
    }
    .box__header + .heading03--access {
        padding-top: 17vmin;
    }
}
@media print, screen and (min-width:641px) {
    .heading03--access {
        padding-top: 8.0rem;
        margin-bottom: 0.9rem;
    }
    .box__header + .heading03--access {
        padding-top: 7.5rem;
    }
    .dl-table__wrap--access {
        -webkit-box-align:start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
    .dl-table__element-access-header {
        width: 27.5%;
    }
}


/* GROUP
====================================================== */
.heading03--group {
    color: var(--color_black);    
}

@media screen and (max-width: 640px) {
    .heading03--group {
        font-size: 6.68vmin; /* 25px */
        padding-top: 21vmin;
        margin-bottom: 3vmin;
    }
    .box__header + .heading03--group {
        padding-top: 17vmin;
    }
}
@media print, screen and (min-width:641px) {
    .heading03--group {
        padding-top: 8.0rem;
        margin-bottom: 0.9rem;
    }
    .box__header + .heading03--group {
        padding-top: 7.5rem;
    }
    .dl-table__wrap--group {
        -webkit-box-align:start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
    .dl-table__element-group-header {
        width: 43.5%;
    }
}