@charset "UTF-8";
body{
    min-width: 375px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.125rem;
}
.fw_500{
    font-weight: 500;
}
.bx-wrapper .bx-controls-direction a{
    display: none !important;
}
.bx-wrapper,.bx-viewport,.bxslider,.bxslider li,.bxslider img{
    height: 100% !important;
}
/* main animate */
.mainPhoto {
    position: relative;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}
.mainPhoto::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.25);
    z-index: 10;
}
.mainPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.zoom-slider,
.zoom-slider li {
    height: 100%;
}
.zoom-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
  }
  .zoom-slider li {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
  .zoom-slider li.active {
    opacity: 1;
    transform: scale(1); 
    z-index: 1;
  }
  .animate-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
  }
  .animate-text.delay {
    animation-delay: 0.8s;
  }
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* intro animate */
.introduction_wrap {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.intro-visible {
    opacity: 1;
    transform: translateY(0);
}
.introduction_image img {
    transition: transform 3s ease;
    transform: scale(1);
}
.introduction_image:hover img {
    transform: scale(1.05);
}
.introduction_wrap a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: all 0.3s ease;
}
.introduction_wrap a .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
.introduction_wrap a:hover .arrow {
    transform: translateX(5px);
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* insights text fadeIn */
.fade-in {
    opacity: 0;
    transition: opacity 1.2s ease-out;
}
.fade-in.delay {
    transition-delay: 0.5s;
}
.fade-in.visible {
    opacity: 1;
}
/* img fade */
.img_wrap img {
    opacity: 0;
    transition: opacity 1.2s ease-out;
}
  
.img-visible .img_wrap img {
    opacity: 1;
}
.img-fade-target {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.img-visible {
    opacity: 1;
    transform: translateY(0);
}
/* img member fadeInUp */
.fade-in-up-target {
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
  }
  
.fade-in-up-visible {
    opacity: 1;
}
/* pankuzu */
.pankuzu{
    padding: 34px 0 40px;
}
.pankuzu > :first-child,
.pankuzu_inner > :first-child {
    margin-top: 0;
}
.pankuzu_inner {
    width: auto;
    overflow-x: auto;
    padding-left: 10px;
}
.pankuzu_list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    flex-direction: row;
    margin-right: 17px;
}
.pankuzu_item {
    font-size: 0.7857142857rem;
    white-space: nowrap;
    font-weight: 500;
    color: #8a8d99;
}
.pankuzu_item > a {
    text-decoration: none;
    color: #12182e;
}
.pankuzu_item:before {
    content: "　|　";
}
.pankuzu_item:first-child::before{
    display: none;
}
.headerLogo a,
.footerImg_outer a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.headerLogo a:hover,
.footerImg_outer a:hover {
    opacity: 0.6;
    text-decoration: none;
}
/* footer //////////////////////////////////////////////////////////////////////////////////// */
.contact_wrap {
    width: 100%;
    background-color: #f0f0f0;
 }
.contact_wrap a{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.contact_wrap a:hover{
    opacity: 0.6;
    text-decoration: none;
}

.contact_inner {
    display: flex;
    flex-direction: column;
}
.footerNav{
    border-bottom: 1px solid #afafaf;
    padding-bottom: 20px;
}
.footerNav_outer{
    margin-top: 30px;
    padding-bottom: 20px;
}
.footerNav_list-white{
    margin-top: 20px;
}
.footerNav_list-white:first-child{
    margin-top: 0;
}
.footerNav_list > a{
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 0.025em;
    color: #8b8b8b;
}
.footerNav_list-white > a{
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 2.1;
    letter-spacing: 0.025em;
    color: #000;
}
.footer_policy_outer{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.footer_policy_list{
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
}
/* page policy /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.newsBlock{
    padding-bottom: 120px;
    line-height: 1.8;
    font-size: 1rem;
}
.newsBlock_inner{
    width: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.newsBlock_in {
    padding: 0 16px;
}
.headLine1 {
    font-weight: bold;
    color: #12182e;
    letter-spacing: 0.025em;
    line-height: 1.5;
    background-color: #edf0f7;
    padding: 10px 26px;
    margin-bottom: 20px;
    font-size: 1.5em;
}
.headLine2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0574b0;
    border-bottom: 1px solid #0574b0;
    padding-left: 16px;
    padding-right: 16px;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding-bottom: 10px;
    margin: 60px 0 30px;
}
.newsBlock_list{
    margin: 20px 0;
    list-style-type: disc;
}
.newsBlock_item{
    margin-left: 20px;
}
.knowledge_btn.policy_btn{
    align-items: center;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 15%;
    margin-bottom: 10%;
}
.knowledge_btn.policy_btn a{
    align-items: center;
    width: 25%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    padding: 10px 55px;
    border: 1px solid #2643b5;
    color: #2643b5;
    background-color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
/* page contact ////////////////////////////////////////////////////////////////////////////////////////////////////// */
.contact-section {
    position: relative;
    background: url(/images/main_3.jpeg) center center no-repeat;
    background-size: cover;
    padding: 80px 20px;
    z-index: 0;
  }
  .contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(38, 38, 38, 0.4);
    z-index: -1;
  }
  .contact-container {
    max-width: 780px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
  }
  .contact-container h2 {
    font-size: 5rem;
    margin-bottom: 10px;
    color: #2544af;
    text-align: center;
    font-weight: 500;
  }  
  .contact-container p {
    text-align: center;
    color: #777;
    margin-bottom: 30px;
  }
  .contact-form label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #444;
    font-weight: 500;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    background-color: #fafafa;
    transition: border 0.3s;
  }
  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
    background-color: #fff;
  }
  .contact-form button {
    margin-top: 30px;
    width: 100%;
    padding: 14px;
    background-color: #2544af;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .contact-form button:hover {
    opacity: .6
  }
  .required {
    color: red;
    margin-left: 4px;
    font-size: 14px;
    vertical-align: middle;
  }
  .field-error {
    color: red;
    font-size: 14px;
    margin-top: 4px;
  }
  .form-error-message {
    background-color: #ffebeb;
    color: #d8000c;
    padding: 12px 16px;
    border-left: 5px solid #d8000c;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 4px;
  }  
/* thanks  ////////////////////////////////////////////////////////////////////////////////////////////// */
.thanks-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 50px);  
    padding: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    line-height: 1.6;
}
.thanks-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #e0e7ff, #ffffff, #f0f4ff, #e0e7ff);
    background-size: 600% 600%;
    animation: gradientMove 20s ease infinite;
    z-index: -1;
    opacity: 0.6;
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
  .thanks-wrap h2 {
    font-size: 3rem;
    color: #0574b0;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .thanks-wrap p {
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    color: #555;
    margin-bottom: 40px;
  }
  .btn-return {
    display: inline-block;
    padding: 14px 40px;
    background-color: #0574b0;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s;
  }
  .btn-return:hover {
    opacity: 0.7;
  }
@media only screen and (max-width: 900px){
    body{
        margin-top: 70px;
    }
    .mt0body{
        margin-top: 0;
    }
    .hidden-sp{
        display: none !important;
    }
    .arrow{ 
        margin-left: 5px; 
    }
    header{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: background-color .3s;
        width: 100%;
        height: 70px;
        z-index: 99999;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .headerInner{
        --padding-dropdown-menu: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding: 17px 16px;
    }
    .headerLogo{
        width: 50%;
    }
    .headerLogo img{
        width: 100%;
    }
    .gNavi{
        width: 50%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
    }
    .gNavi_inner{
        display: flex;
        justify-content: space-between;
    }
    .header_sns{
        width: 25%;    
    }
    .header_sns ul{
        display: flex;
        justify-content: space-between;
    }
    #gt_float_wrapper{
        top: 20px !important;
        right: 60px !important;
        background-color: #fff !important;
        z-index: 999 !important;
    }
    .gt_float_switcher{
        right: 33px !important;
        top: 57px !important;
        font-size: 12px !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    .gt_float_switcher img{
        width: 15px !important;
        height: 10px !important;
        margin: 0 !important;
    }
    .gt_float_switcher .gt-selected {
        background-color: transparent !important;
    }
    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 5px 10px !important;
    }
    .gt-lang-code{
        font-size: .70rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 600;
    }    
    .mainPhoto {
        height: calc(100vh - 70px);
        height: calc(100svh - 70px);
    }
    .mainPhoto::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; 
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 20%,
            rgba(0, 0, 0, 0.25) 100%
        );       
        z-index: 10;
        pointer-events: none;
    }
    .bx-wrapper{
        box-shadow: none !important;
        border: none !important;
    }    
    .catch{
        font-size: 1.85rem;
        font-weight: 600;
        color: #fff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 6px 20px rgba(0, 0, 0, 0.19);
        position: absolute;
        bottom: 50%;
        left: 6%;
        line-height: 1.4;
        padding-right: 6%;
        z-index: 999;
        font-family: serif;
    }
    .catchSub{
        color: #fff;
        font-weight: 500;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 6px 20px rgba(0, 0, 0, 0.19);
        position: absolute;
        bottom: 5%;
        left: 6%;
        line-height: 1.5;
        padding-right: 6%;
        z-index: 999;
        font-size: 1rem;
    }
    #center{
        margin: 0 auto;
        width: 80%;
    }
    .introduction_wrap{
        background-color: #fff;
        text-align: center;
        margin-top: 50px;
        font-weight: 500;
        font-family: serif;
        font-size: 14px;
    }
    .introduction_wrap h3{
        font-size: 1.75rem;
        margin-bottom: 15px;
    }
    .introduction_title img{
        width: 50%;
        margin-bottom: 10px;
    }
    .introduction_image{
        width: 100%;
        margin: 0 auto;
        padding-top: 70px;
    }
    .introduction_image img{
        width: 100%;
        margin: 0 auto;
    }
    .insights_wrap{
        font-size: 1.4rem;
        color: #fff;
        font-family: serif;
    }
    .insights_wrap h3{
        width: 80%;
        margin: 0 auto;
        padding: 40px 0 30px;
        line-height: 1.4;
    }
    .insights_wrap span{
        font-size: 14px;
    }
    .insights_mission{
        width: 100%;
        background-color: #142c4d;
        text-align: center;
    }
    .insightsLink_wrap{
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;        
        width: 100%;
        text-align: end;   
    }
    .insightsLink_wrap a{
        font-size: 1rem;
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .insights_mission a:hover,
    .englishWebsite a:hover {
        color: #b0c7ff; 
    }
    .insights_mission a .arrow i,
    .englishWebsite a .arrow i {
        transition: transform 0.3s ease, color 0.3s ease;
    }
    .insights_mission a:hover .arrow i,
    .englishWebsite a:hover .arrow i {
        transform: translateX(4px);
        color: #b0c7ff;
    }
    .insights_mission a::after,
    .englishWebsite a::after {
        content: "";
        display: block;
        width: 100%;
        background-color: transparent;
        transition: background-color 0.3s ease;
    }
    .insights_mission a:hover::after,
    .englishWebsite a:hover::after {
        background-color: #b0c7ff;
    }    
    .space_adjust{
        padding-right: 20px;
    }
    .englishWebsite{
        width: 100%;
        background-color: #051c2c;
    }
    .englishWebsite a{
        display: block;
        font-size: 1rem;
        text-align: end;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
    .font_adjust{
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
    .service_wrap{
        margin-bottom: 4rem;
    }
    .service_wrap img{
        width: 100%;
        height: auto;
    }
    .img_wrap{
        overflow: hidden; 
    }
    .img_wrap img {
        transition: all 0.3s ease;
        will-change: transform;
        display: block;
    }
    .img_wrap:hover img {
        transform: scale(1.1);
    }
    .service_wrap h3{
        text-align: center;
        font-size: 20px;
        font-family: serif;
        padding-top: 40px;
    }
    .service_text{
        text-align: center;
        margin-top: 15px;
        font-size: 1rem;
        letter-spacing: 0.01em;
        line-height: 1.5;
    }
    .service_detail{
        margin: 0 auto;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .service_detail_in,
    .knowledge_detail_in{
        width: 100%;
        margin-bottom: 35px;    
    }
    .service_detail p,
    .knowledge_detail p{
        padding-top: 10px;
        font-size: 1rem;
        letter-spacing: 0.025em;
        display: inline-block;
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.3s ease;
    }
    .service_detail_in a,
    .knowledge_detail_in a {
        transition: color 0.3s ease;
        text-decoration: none;
    }
    .service_detail_in:hover p,
    .knowledge_detail_in:hover p {
        border-bottom: 2px solid #1e337f;
    }
    .service_detail_in:hover a,
    .knowledge_detail_in:hover a {
        color: #2643b5;
    }
    .service_btn,
    .knowledge_btn{
        align-items: center;
        font-weight: 300;
        line-height: 24px;
        width: 100%;
        text-align: center;
        margin-top: 15%;
        margin-bottom: 10%;
    }
    .service_btn a,
    .knowledge_btn a{
        align-items: center;
        width: 25%;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
        transition: 0.3s;
        padding: 15px;
        border: 1px solid #2643b5;
        color: #2643b5;
        background-color: #fff;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    .service_btn a .arrow,
    .knowledge_btn a .arrow {
        display: inline-block;
        transition: transform 0.3s ease;
    }
    .service_btn a:hover,
    .knowledge_btn a:hover {
        background-color: #2643b5;
        color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    }  
    .service_btn a:hover .arrow,
    .knowledge_btn a:hover .arrow {
        transform: translateX(5px);
    }
    .service_btn a:hover i,
    .knowledge_btn a:hover i {
        color: #fff !important; 
    }
    .knowledge_detail{
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .knowledge_detail div img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .coordinator_wrap{
        font-size: 1rem;
        text-align: center;
        background-color: #f0f0f0;
        padding-top: 10%;
        font-size: 20px;
    }
    .coordinator_inner{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .photo_wrap{
        width: 100%;
        margin: 0 auto;
    }
    .photo1,.photo2{
        padding-top: 30px;
        padding-bottom: 80px;
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
        margin-bottom: 10%;
        line-height: 1.7;
        letter-spacing: 0.025em;
    }
    .photo1 img,.photo2 img{
        border-radius: 50%;
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .name{
        padding-top: 10px;
        padding-bottom: 15px;
        font-family: serif;
        font-weight: 600;
    }
    .coordinator_font{
        font-size: 1rem;
        padding-bottom: 15px;
        width: 85%;
        margin: 0 auto;
        text-align: left;
        list-style-type: none;
    }
    .numberList_outer{
        padding-bottom: 20px;
    }
    .fw_500{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .fw_500::before{
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #2643b5;
        border-radius: 50%;
        margin-right: 10px;
    }
    .numberList_outer{
        padding-bottom: 30px;
        border-bottom: 1px solid #bcc0d9;
        margin-top: 30px;
    }
    .numberList_outer:first-child{
        margin-top: 0;
    }
    .numberList_outer:last-child{
        border-bottom: 0;
    }    
    .number{
        list-style: decimal;
        padding-left: 20px;
    }
    .bnr_cat{
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 1.8;
        color: #2544af;
        background-color: #f2f4fa;
        border-radius: 5px;
        padding: 4px 14px 6px;
    }
    .grid-2{
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px 20px;
        padding: 0;
    }    
    .company_wrap{
        margin: 0 auto;
        width: 80%;
        margin-top: 10%;
        margin-bottom: 15%;
    }
    .company_inner{
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .address{
        width: 100%;
        height: 340px;
        background-color: #051c2c;
        color: #fff;
    }
    .company_wrap h3{
        font-family: serif;
        text-align: center;
        font-size: 24px;
        border-bottom: solid black 0.5px;
        padding-bottom: 15px;
    }
    .subtitle{
        display: block;
        font-size: 14px;
        padding-top: 5px;
    }
    .address_title{
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: initial;
        font-family: serif;
        font-weight: 600;
    }
    .address_text{
        width: 85%;
        margin: 0 auto;
        padding: 20px 0 0;
        line-height: 25px;
        font-size: 1rem;
    }
    .openGM{
        padding-top: 30px;
        font-weight: 400;
    }    
    .map{
        width: 100%;
        height: 300px;
    }
    .mapsize{
        width: 100%;
        height: 100%;
    }
    .contact_wrap{
        width: 100%;
        background-color: #f0f0f0;
        font-size: 16px;
        padding-top: 30px;
    }
    .contact_inner{
        width: 80%;
        margin: 0 auto;
    }
    .footerImg{
        width: 45%;
    }
    .footerNav_inner{
        margin-top: 20px;
    }
    .footer_wrap{
        background-color: #fff;
    }
    .bg_small{
        width: 100%;
        margin: 0 auto;
        height: 50px;
        background-color: #000;
    }
    .small_adjust{
        text-align: center;
        line-height: 50px;
    }
    .bg_small small{
        font-size: 14px;
        color: #fff;
    }
    /* contact */
    .contact-section {
        font-size: 1rem;
    }
    .contact-container h2{
        font-size: 3rem;
    }
    .thanks-wrap h2{
        font-size: 2.5rem;
    }    
}
/* -----large---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 900px){
body{
    line-height: 1.7;
    letter-spacing: 0.025em;
}
/* pankuzu */
.pb0{
    padding-bottom: 0;
}
.pankuzu_inner {
    width: 1160px;
    margin: 0 auto;
}
.pankuzu_item {
    font-size: 0.75rem;
}
.pankuzu_list{
    justify-content: flex-end;
}

.arrow{ 
    margin-left: 10px; 
}
.mainPhoto{
    position: relative;
    height: 100vh;
}
.mainPhoto::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    background-color: rgba(38, 38, 38, 0.25);
    background-size: cover;
    z-index: 10;
}
.mainPhoto img{
    width: 100%;
    object-fit: cover;
}
.bx-wrapper{
    box-shadow: none !important;
    border: none !important;
}
.catch{
    font-size: 3.25rem;
    color: #fff;
    font-weight: 500;
    text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.4),
    0 6px 20px rgba(0, 0, 0, 0.19);
    position: absolute;
    bottom: 15%;
    left: 6%;
    line-height: 1.3;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
    z-index: 998;
    font-family: serif;
}
.catchSub{
    color: #fff;
    font-weight: 500;
    text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.4),
    0 6px 20px rgba(0, 0, 0, 0.19);
    position: absolute;
    bottom: 10%;
    left: 6%;
    line-height: 1.3;
    padding-bottom: 1%;
    z-index: 998;
    letter-spacing: 0.05em;
}
#center{
    padding: 0 10%;
}
.introduction_wrap{
    background-color: #fff;
    text-align: center;
    margin-top: 4rem;
    font-weight: 500;
    font-family: serif;
}
.introduction_wrap h3{
    font-size: 3rem;
    margin-bottom: 30px;
}
.introduction_arrow{
    margin-left: 5px;
    color: #2643b5;
}
.introduction_title{
    margin-bottom: 2rem;
}
.introduction_image{
    width: 90%;
    margin: 0 auto;
    padding-top: 200px;
}
.introduction_image img{
    width: 100%;
    margin: 0 auto;
}

.insights_wrap{
    display: flex;
    color: #fff;
    align-items: center;
    background-color: #142c4d;
}
.insights_wrap span{
    font-size: 18px;
}
.insights_mission{
    width: 50%;
    background-color: #142c4d;
    font-size: 2.25rem;
    padding: 63px 20px;
    text-align: center;
    line-height: 1.5;
}
.insights_mission h3{
    font-family: serif;
}
.insightsLink_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}
.insightsLink_wrap a{
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 40px 0 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.insights_mission a:hover,
.englishWebsite a:hover {
    color: #b0c7ff; 
}
.insights_mission a .arrow i,
.englishWebsite a .arrow i {
    transition: transform 0.3s ease, color 0.3s ease;
}
.insights_mission a:hover .arrow i,
.englishWebsite a:hover .arrow i {
    transform: translateX(4px);
    color: #b0c7ff;
}
.insights_mission a::after,
.englishWebsite a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.insights_mission a:hover::after,
.englishWebsite a:hover::after {
    background-color: #b0c7ff;
}
.englishWebsite{
    width: 50%;
    background-color: #051c2c;
    font-size: 2.75rem;
    text-align: left;
}
.englishWebsite h3{
    line-height: 1.2;
    padding: 40px 60px 40px 75px;
    font-family: serif;
}
.englishWebsite a{
    font-size: 1.125rem;
    font-weight: 500;
    float: inline-end;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: 15px;
    margin-bottom: 40px;
}
.service_wrap{
    margin-bottom: 90px;
}
.img_wrap{
    overflow: hidden; 
}
.img_wrap img {
    transition: all 0.3s ease;
    will-change: transform;
    display: block;
}
.service_wrap img{
    width: 100%;
    height: auto;
}
.img_wrap:hover img {
    transform: scale(1.1);
}
.service_wrap h3{
    text-align: center;
    margin-top: 90px;
    font-size: 24px;
    font-family: serif;
}
.service_text{
    text-align: center;
    margin-top: 20px;
}
.service_detail{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px;
}
.service_detail_in{
    width: 30%;    
}
.service_detail p,
.knowledge_detail p{
    padding-top: 10px;
    font-size: 1.125rem;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
}
.service_detail_in a,
.knowledge_detail_in a {
    transition: color 0.3s ease;
    text-decoration: none;
}
.service_detail_in:hover p,
.knowledge_detail_in:hover p {
    border-bottom: 2px solid #1e337f;
}
.service_detail_in:hover a,
.knowledge_detail_in:hover a {
    color: #2643b5;
}
.service_btn,
.knowledge_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    line-height: 24px;
}
.service_btn a,
.knowledge_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #2643b5;
    width: 25%;
    height: 50px;
    color: #2643b5;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
.service_btn a .arrow,
.knowledge_btn a .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
.service_btn a:hover,
.knowledge_btn a:hover {
    background-color: #2643b5;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}  
.service_btn a:hover .arrow,
.knowledge_btn a:hover .arrow {
    transform: translateX(5px);
}
.service_btn a:hover i,
.knowledge_btn a:hover i {
    color: #fff !important; 
}
.knowledge_detail{
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin: 50px 0;
}
.knowledge_detail_in{
    width: 100%;
}
.knowledge_detail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.coordinator_wrap{
    text-align: center;
    background-color: #f0f0f0;
    padding-top: 90px;
    padding-bottom: 90px;
}
.coordinator_wrap h3{
    text-align: center;
    font-size: 24px;
    font-family: serif;
}
.coordinator_inner{
    display: block;
    justify-content: space-evenly;
    padding-top: 50px;
}
.photo_wrap{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: 0 auto;
}
.photo1,.photo2{
    padding-top: 50px;
    width: 40%;
    background-color: #fff;
    padding-bottom: 100px;
    line-height: 1.7;
}
.photo1 img,.photo2 img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.name{
    font-size: 1.125rem;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: serif;
    font-weight: 600;
}
.coordinator_font{
    font-size: 1.125rem;
    padding-bottom: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    list-style: none;
}
.numberList_outer{
    padding-bottom: 30px;
    border-bottom: 1px solid #bcc0d9;
    margin-top: 30px;
}
.numberList_outer:first-child{
    margin-top: 0;
}
.numberList_outer:last-child{
    border-bottom: 0;
}    
.number{
    list-style: decimal;
    padding-left: 20px;
}
.fw_500{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.fw_500::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2643b5;
    border-radius: 50%;
    margin-right: 10px;
}
.bnr_cat{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    color: #2544af;
    background-color: #f2f4fa;
    border-radius: 5px;
    padding: 4px 14px 6px;
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(1fr);
    gap: 16px;
    padding: 0;
}    
.company_wrap{
    margin: 0 auto;
    width: 80%;
    padding-top: 90px;
}
.company_inner{
    display: flex;
    margin-top: 50px;
    margin-bottom: 7.5rem;
}
.address{
    width: 40%;
    height: 500px;
    background-color: #051c2c;
    color: #fff;
    position: relative;
}
.company_wrap h3{
    text-align: center;
    font-size: 36px;
    border-bottom: solid black 0.5px;
    padding-bottom: 30px;
    font-family: serif;
}
.address_title{
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 30px;
    line-height: initial;
    font-family: serif;
}
.subtitle{
    display: block;
    font-size: 20px;
    text-align: center;
    font-family: serif;
    line-height: 0.8;
}
.address_text{
    font-size: 1.125rem;
    transform: translate(10%,30%);
    line-height: 30px;
}
.openGM{
    padding-top: 30px;
    padding-bottom: 90px;
    font-weight: 500;
}
.map{
    width: 70%;
}
.mapsize{
    width: 100%;
    height: 100%;
}
.contact_wrap{
    width: 100%;
    background-color: #f0f0f0;
}
.contact_inner{
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    flex-direction: row;
    justify-content: space-between;
}
.footerImg{
    width: 70%;
}
.footerNav{
    display: flex;
    gap: 72px;
    margin-top: -40px;
    border-bottom: none;
}
.footer_policy{
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
.footer_wrap{
    background-color: #fff;
}
.bg_small{
    background-color: #000;
}
.small_adjust{
    text-align: center;
    line-height: 50px;
}
.bg_small small{
    color: #fff;
}
/* page policy /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.contents_header {
    width: 1160px;
    margin: 0 auto;
    margin-top: 50px;
}
.contentsHeadings_en{
    font-size: 6.25rem;
}
.newsBlock_inner {
    width: 1160px;
    margin: 0 auto;
    margin-top: 50px;
}
.newsBlock_in{
    line-height: 1.875;
}

}
/* ipad-mini縦 */
@media screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation: portrait) {
    .headerLogo img{
        width: 70%;
    }
    .introduction_title img {
        width: 30%;
    }
}
/* ipad-mini横 */
@media screen and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    #gt_float_wrapper{
        display: none;
    }
    .headerInner{
        justify-content: flex-start !important;
    }
    .gNavi{
        width: 45% !important;
    }
    .gNavi_inner {
        gap: 20px;
    }
    .insights_mission,
    .englishWebsite{
        font-size: 2rem;
    }
    .englishWebsite h3{
        padding-left: 65px;
    }

}
  
/* ipad-pro縦 */
@media screen and (min-device-width: 834px) and (max-device-width: 1024px) and (orientation: portrait) {
    #gt_float_wrapper{
        display: none;
    }
    .headerInner{
        justify-content: flex-start !important;
    }
    .gNavi{
        width: 45% !important;
    }
    .gNavi_inner {
        gap: 20px;
    }
    .insights_mission,
    .englishWebsite{
        font-size: 2rem;
    }
    .englishWebsite h3{
        padding-left: 65px;
    }
    #center{
        padding: 0 5%;
    }
    .photo_wrap{
        width: 100%;
        justify-content: center;
        gap: 50px;
    }
    .company_wrap,
    .contact_inner{
        width: 90%;
    }
  }
  


