/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
/************************************************************/
:root{
    --meiryo:"Meiryo UI", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", sans-serif;
    --green1:#026e83;
    --blue1:#002f65;
    --blue2:#1c4573;
    --black1:#252928;
    --black2:#3c4c4b;
    --fontawesome:"Font Awesome 6 Free";
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-family:var(--meiryo);
    color:var(--black1);
    font-size:17px;
    text-align:justify;
    letter-spacing:0.05em;
}
@media(min-width:768px){
    .page-section{
        padding:60px 0;
    }
}
@media(min-width:992px){
    body, p{
        font-size:18px;
    }
}
body a{
    color:#333;
    transition:all .3s;
    text-decoration:none;
}
body a:hover{
    color:#333;
    text-decoration:none;
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:unset;
    width:auto;
    height: auto;
    max-width: 100%;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
.imgarea {
    text-align: center;
}
.imgarea img {
    width:100%;
}
.gmap-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom:100%;
}
.gmap-wrap iframe, .gmap-wrap object, .gmap-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail-wrap {
    padding:20px 0;
}
img.aligncenter {
    display: block;
    margin-left:auto;
    margin-right:auto;
}
img.alignleft {
    float:left;
}
img.alignright{
    float:right;
}
a.tellink {
    transition: all .3s;
}
table {
    border-collapse: collapse;
}
.entry-body {
    padding:40px 0;
}
.tb-inline,.tb-inline-block,.tb-block,.tb-flex,.pc-inline,.pc-inline-block,.pc-block,.pc-flex {
    display: none;
}
.bgoverlay {
    position: relative;
}
.bgoverlay::before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
}
.bgoverlay>div {
    position: relative;
    z-index: 1;
}
@media(min-width:500px){
    .d-500-none {
        display: none;
    }
}
@media(min-width:768px){
    a.tellink {
        pointer-events: none;
    }
    .tb-inline {
        display: inline!important;
    }
    .tb-inline-block {
        display: inline-block!important;
    }
    .tb-block {
        display: block!important;
    }
    .tb-flex {
        display: flex!important;
    }
}
@media(min-width:992px){
    .pc-inline {
        display: inline!important;
    }
    .pc-inline-block {
        display: inline-block!important;
    }
    .pc-block {
        display: block!important;
    }
    .pc-flex {
        display: flex!important;
    }
}

/*---- title,font ----*/
.h1org,.h2large,.h3simple,.h4org {
    line-height: 1.5;
}
.h1org {
    font-size:24px;
}
.h2large{
    font-size:26px;
    margin-bottom:20px;
}
.h3simple{
    font-size:20px;
    margin-bottom:20px;
}
.h4org {
    font-size:20px;
    margin-bottom:1rem;
}
.a_btn>a{
    color:var(--green1);
    font-weight:500;
    overflow:hidden;
    display:block;
    position:relative;
    padding-bottom:10px;
    font-size:17px;
}
.a_btn>a::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background:var(--green1);
    opacity:0.8;
    transition:all .3s;
}
.a_btn>a:hover{
    color:var(--green1);
    opacity:0.8;
}
.a_btn>a:hover::after{
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
}
@media(min-width:450px){
    .a_btn{
        display:flex;
        justify-content:flex-end;
    }
    .a_btn>a{
        padding-right:80px;
    }
}
@media(min-width:768px){
    .h1org {
        font-size:26px;
    }
    .h2large{
        font-size:34px;
    }
    .h3simple{
        font-size:22px;
    }
    .h4org {
        font-size:22px;
    }
}
@media(min-width:992px){
    .h1org {
        font-size:30px;
    }
    .h2large{
        font-size:40px;
    }
    .h3simple{
        font-size:24px;
    }
    .h4org {
        font-size:24px;
    }
}
/*==============
  header
===============*/
/* mobilemenu */
.mobile-navi-btn{
    background:#fff;
}
.mobile-navi-btn.right {
    width: 50px;
    height: 50px;
    top:4px;
    right:7px;
}
.mobile-navi-btn span{
    position:absolute;
    background:var(--black1);
    height:2px;
    width:30px;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.mobile-navi-btn span:nth-child(1){
    top:30%;
}
.mobile-navi-btn span:nth-child(2){
    top:50%;
}
.mobile-navi-btn span:nth-child(3){
    top:70%;
}
.mobile-navi-btn.mobile-navi-open{
    background:var(--burger-bkcolor);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1) {
    top: 28%;
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(2){
    opacity: 0;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(3) {
    top: 71%;
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%,-50%);
}
.site-mobile-nav>div{
    padding:0;
    background:rgba(255, 255, 255, 0);
}
.site-mobile-menu{
    overflow:hidden;
}
.site-mobile-menu>li{
    padding: 0;
    margin: 0;
    opacity:0;
    -webkit-transform:translateX(-50px);
    transform:translateX(-50px);
    transition:all .3s ease-out;
    transition-delay:.5s;
}
.mobile-menu-open .site-mobile-menu>li{
    opacity:1;
    -webkit-transform:translateX(0);
    transform:translateX(0);
}
.site-mobile-menu>li:nth-child(2){
    transition-delay:.6s;
}
.site-mobile-menu>li:nth-child(3){
    transition-delay:.7s;
}
.site-mobile-menu>li:nth-child(4){
    transition-delay:.8s;
}
.site-mobile-menu>li:nth-child(5){
    transition-delay:.9s;
}
.site-mobile-menu>li>a{
    display: block;
    padding: 15px 5px;
    font-weight:500;
    font-family:var(--meiryo);
}
.site-mobile-menu>li>a:hover,.site-mobile-menu ul.sub-menu>li>a:hover{
    color:#b0bec5;
}
.site-mobile-menu>li.menu-item-has-children>a {
    position:relative;
}
.site-mobile-menu>li.menu-item-has-children>a::before,.site-mobile-menu>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background:#b0bec5;
    transition:all .3s;
}
.site-mobile-menu>li.menu-item-has-children>a::before{
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children>a::after{
    right: 11px;
    top: calc(50% - 1px);
    -webkit-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::before {
    opacity: 0;
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::after{
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.site-mobile-menu ul.sub-menu{
    padding-left: 15px;
    display: none;
}
.site-mobile-menu ul.sub-menu>li>a{
    display: block;
    padding:7px 5px;
}
.site-mobile-menu>li>a:not([href]):not([class]){
    color:var(--sp-menu-font-color);
}
.ptnB .site-header-inner{
    justify-content:flex-start;
}
.site-header-logo a img{
    width:250px;
}
@media(min-width:992px){
    .site-header-menu{
        column-gap:12px;
    }
    .site-header-menu>li>a{
        font-size:16px;
        font-family:var(--meiryo);
        letter-spacing:0;
        font-weight:500;
    }
    .site-header-menu>li>a:hover{
        color:var(--black1);
    }
    .site-header-menu>li>a::before{
        height:1px;
        border-radius:0;
    }
    .site-header-menu>li.menu_ctt>a{
        color:var(--black1);
        border:1px solid var(--black1);
        padding:10px;
        width:150px;
        text-align:center;
    }
    .site-header-menu>li.menu_ctt>a::before{
        display:none;
    }
    .site-header-menu>li.menu_ctt>a:hover{
        background:var(--green1);
        border-color:var(--green1);
        color:#fff;
    }
    .site-header-menu>li>a:not([href]):not([class]){
        cursor:pointer;
    }
    .site-header-menu ul.sub-menu>li a:hover{
        background:#0056b3;
    }
}
/*---- #page heder ----*/
.page-header{
    height: auto;
    min-height: 400px;
    padding: 120px 0 60px;
    background-color:var(--blue1);
    background-size: cover;
    background-position: center;
}
.page-header-wrap{
    position:absolute;
    top:0;
    left:0;
}
.page-header-ttl{
    margin-left:0;
    position:relative;
    top:0;
    left:0;
    -webkit-transform:none;
    transform:none;
    max-width: 800px;
    text-align: left;
    display:flex;
    flex-direction:column-reverse;
}
.page-header-ttl .jp{
    font-family:var(--meiryo);
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
.page-header-ttl .jp,.page-header-ttl .en{
    margin-left:0;
}
.page-header-ttl .en{
    font-family:var(--meiryo);
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin:0 0 1rem;
    text-transform: uppercase;
    font-family: var(--meiryo);
}
@media(min-width:768px){
    .page-header{
        min-height: 500px;
        padding: 160px 0 80px;
    }
    .page-header-ttl .jp {
        font-size: 48px;
    }
    .page-header-ttl .en{
        font-size: 18px;
    }
}
/*---- #Typing animation ----*/
.js-typing {
    opacity: 0;
}
.js-typing.is-initialized {
    opacity: 1;
}
.js-typing span {
    opacity:0;
    display:inline-block;
}
.js-typing span.is-visible {
    opacity:1;
    transition:opacity 0.1s ease;
}
/*---- #Fade-in animation ----*/
.fade-in,.load-in{
	opacity:0;
	transition-duration:0.7s;
	transition-property:opacity, transform;
}
.fade-in.fade-in-up,.load-in.fade-in-up {
  -webkit-transform: translate(0,30px);
  transform: translate(0,30px);
}
.fade-in.fade-in-down,.load-in.fade-in-down{
  -webkit-transform: translate(0,-30px);
  transform: translate(0,-30px);
}
.fade-in.fade-in-left,.load-in.fade-in-left{
  -webkit-transform: translate(30px,0);
  transform: translate(30px,0);
}
.fade-in.fade-in-right,.load-in.fade-in-right{
  -webkit-transform: translate(-30px,0);
  transform: translate(-30px,0);
}
.scroll-in{
	opacity: 1!important;
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
}
/*---- #linetrans animation ----*/
.overhid{
    overflow:hidden;
}
.linetrans{
    width:100%;
    height:1px;
    background:var(--black1);
    opacity:0;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    transition:all .4s ease-in-out;
    transition-delay:.3s;
}
.linetrans.active{
    opacity:1;
    -webkit-transform:translateX(0);
    transform:translateX(0);
}
/*---- #information page ----*/
figure{
    width:fit-content;
    max-width:100%;
    padding-top:0;
    position:static;
    overflow:unset;
    margin:0;
}
figure>img{
    width:auto;
    max-width:100%;
    height:auto;
    object-fit:contain;
    position:static;
    transition:none;
}
/* archive */
.category-wrap {
    margin-bottom: 40px;
    text-align: center;
}
.cat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cat-list li a {
    display: block;
    padding: 8px 24px;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: var(--black1);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #fff;
    text-decoration: none;
}
.cat-list li a:hover,
.cat-list li.current-cat a {
    background: var(--blue1);
    color: #fff;
    border-color: var(--blue1);
    box-shadow: 0 2px 10px rgba(0, 132, 255, 0.2);
}
.cat-list li.current-cat a{
    pointer-events:none;
}
@media (max-width: 767px) {
    .cat-list {
        gap: 10px;
    }

    .cat-list li a {
        padding: 6px 16px;
        font-size: 13px;
    }
}
.ul_info{
    padding-left:0;
    list-style:none;
}
.ul_info a{
    display:block;
}
.ul_info .cat{
    font-size:14px;
    color:#767676;
    display:block;
    margin-bottom:3px;
}
.p_date{
    color:#5f7574;
}
.ul_info .p_date{
    font-size:15px;
    margin-bottom:5px;
}
/* single */
.single-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 60px;
}
.single-header {
    margin-bottom: 60px;
    text-align: center;
}
.single-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.single-cat {
    display: inline-block;
    background: var(--blue1);
    color: #fff;
    font-size: 15px;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s;
}
a.single-cat:hover {
    background-color: var(--blue2);
    color: #fff;
}
.single-date {
    color: #888;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.single-title {
    text-align:left;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
    color: var(--black1);
}
.single-thumbnail {
    margin-bottom: 40px;
}
.single-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.navigation.pagination{
    margin-top:60px;
}
@media (min-width: 768px) {
    .single-title {
        font-size: 36px;
    }
}
@media (min-width:992px) {
    .single-title {
        font-size:42px;
    }
}
/* Body Content */
.single-body {
    margin-bottom: 80px;
}
@media(min-width:400px){
    .single-nav-btn>a{
        min-width:220px;
    }
}
/*---- #top page ----*/
/* #fv_sec */
.fv_catch{
    font-size:26px;
    margin-bottom:40px;
    line-height:1.8;
}
.fv_sub{
    line-height:1.8;
    margin-bottom:60px;
}
.fv_thum img{
    width:100%;
    aspect-ratio:3/2;
    object-fit:cover;
}
.s_arrow{
    z-index:1;
    width:fit-content;
    height:fit-content;
}
.s_arrow::before{
    font-family:var(--fontawesome);
    font-weight:700;
}
.s_arrow.slick-prev{
    left:15px;
}
.s_arrow.slick-next{
    right:15px;
}
.s_arrow.slick-prev::before{
    content:'\f053';
}
.s_arrow.slick-next::before{
    content:'\f054';
}
.fvSlick .slick-dots{
    bottom:10px;
}
.fvSlick .slick-dots li button:before,.slick-dots li.slick-active button:before{
    color:#fff;
}
@media(min-width:500px){
    .fv_catch{
        font-size:36px;
    }
}
@media(min-width:768px){
    .fv_catch{
        font-size:46px;
    }
    .fv_sub{
        font-size:20px;
    }
    .s_arrow::before{
        font-size:30px;
    }
}
@media(min-width:992px){
    .fv_catch{
        font-size:64px;
        line-height:1.4;
    }
    .fv_sub{
        font-size:24px;
    }
    .fv_sub br:nth-of-type(1){
        display:none;
    }
    .s_arrow.slick-prev{
        left:25px;
    }
    .s_arrow.slick-next{
        right:25px;
    }
}
@media(min-width:1200px){
    .fv_catch br:nth-of-type(2){
        display:none;
    }
}
/* #top_sol_sec */
.sol_probWrap{
    display:flex;
    flex-direction:column;
}
.sol_prob{
    padding:24px 0 0;
    width:100%;
}
.sol_prob .linetrans{
    background:#5f7574;
}
.sol_prob p{
    padding-bottom:24px;
    font-size:15px;
}
@media(min-width:500px){
    .top_sol_sec h2 br:nth-of-type(1){
        display:none;
    }
}
@media(min-width:992px){
    .sol_probWrap{
        flex-direction:row;
        column-gap:3%;
        justify-content:center;
    }
    .sol_prob{
        width:31%;
        padding-top:0;
        position:relative;
    }
    .sol_prob .h3simple{
        font-size:22px;
    }
    .sol_prob .linetrans{
        position:absolute;
        bottom:0;
        left:0;
    }
    .sol_prob:nth-of-type(1){
        transition-delay:-0.1s;
    }
    .sol_prob:nth-of-type(2){
        transition-delay:0.1s;
    }
    .sol_prob:nth-of-type(3){
        transition-delay:.3s;
    }
    .sol_summary p{
        font-size:18px;
    }
}
/* #top_srv_sec */
.list_2col,.list_3_4col{
    display:flex;
    flex-direction:column;
    row-gap:2rem;
}
.img_txt_col .cell{
    display:block;
}
.img_txt_col a{
    color:var(--black1);
}
.img_txt_col .imgarea{
    margin-bottom:1rem;
}
.img_txt_col .imgarea img{
    aspect-ratio:3/2;
    object-fit:cover;
    transition:all .3s;
}
.img_txt_col a:hover .imgarea img{
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px);
    box-shadow:0 3px 5px rgba(41, 54, 53, 0.2);
}
.img_txt_col .ttl{
    margin-bottom:10px;
    line-height:1.5;
    font-size:17px;
}
.img_txt_col.list_2col .ttl{
    font-size:22px;
}
.img_txt_col .desc{
    font-size:15px;
    margin-bottom:1rem;
}
.img_txt_col .more{
    display:table;
    margin-left:auto;
    position:relative;
    padding-bottom:3px;
    padding-right:80px;
    overflow:hidden;
    color:var(--green1);
}
.img_txt_col a:hover .ttl,.img_txt_col a:hover .desc{
    opacity:0.8;
}
.img_txt_col .more::before,.img_txt_col .more::after{
    content:'';
    position:absolute;
    right:0;
    height:1px;
    background:var(--green1);
    transition:all .3s;
    opacity:0.8;
}
.img_txt_col .more::before{
    width:100%;
    bottom:0;
}
.img_txt_col .more::after{
    width:15px;
    bottom:4px;
    -webkit-transform:rotate(30deg);
    transform:rotate(30deg);
}
.img_txt_col a:hover .more::before{
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
}
.img_txt_col a:hover .more::after{
    /*-webkit-transform:rotate(30deg) translateX(100%);
    transform:rotate(30deg) translateX(100%);*/
    opacity:0;
}
@media(min-width:500px){
    .list_3_4col{
        flex-direction:row;
        flex-wrap:wrap;
        column-gap:3%;
    }
    .list_3_4col .cell{
        width:48%;
    }
}
@media(min-width:500px) and (max-width:1199px){
    .list_3_4col .ttl{
        font-size:16px;
    }
    .list_3_4col .more,.list_3_4col .p_date{
        font-size:14px;
    }
}
@media(min-width:600px){
    .img_txt_col.list_2col .ttl{
        font-size:24px;
    }
}
@media(min-width:768px){
    .list_2col{
        flex-direction:row;
        column-gap:3%;
    }
    .list_2col .cell{
        width:49%;
    }
    .img_txt_col.list_2col .ttl{
        font-size:26px;
    }
    .list_3_4col{
        column-gap:2%;
    }
    .list_3_4col .cell{
        width:31%;
    }
}
@media(min-width:992px){
    .img_txt_collist_2col .ttl{
        font-size:28px;
    }
    .list_3_4col .cell{
        width:23%;
    }
}
/* #top_str_sec */
.top_str_sec{
    background:#eaeff3;
}
.ol_col{
    padding-top:24px;
    padding-left:0;
    list-style:none;
}
.ol_col>li{
    margin-bottom:24px;
}
.ol_col .ttl{
    line-height:1.4;
    font-size:20px;
    margin-bottom:1rem;
}
.ol_col .ttl .num{
    display:block;
    font-size:32px;
    font-weight:300;
}
.ol_col ul{
    padding-left:24px;
    list-style:none;
    padding-bottom:24px;
}
.ol_col ul li{
    margin-bottom:1rem;
    position:relative;
}
.ol_col ul li::after{
    content:'-';
    position:absolute;
    left:-24px;
    top:0;
}
.ol_col .subttl{
    color:var(--blue2);
    font-weight:600;
    font-size:110%;
}
.strsummary span{
    font-size:18px;
    font-weight:500;
    color:var(--blue2);
}
@media(min-width:500px){
    .ol_col .ttl .num{
        display:inline;
        line-height:1.2;
        margin-right:5px;
    }
}
@media(min-width:768px){
    .ol_col .ttl{
        font-size:24px;
    }
    .ol_col .ttl .num{
        font-size:100%;
    }
    .strsummary span{
        font-size:20pxs;
    }
}
@media(min-width:992px){
    .ol_col .ttl{
        font-size:26px;
    }
}
/* #top_cmp_sec */
.img_txt_flx .imgarea{
    margin-bottom:20px;
}
.img_txt_flx img{
    object-fit:contain;
}
.img_txt_flx .desc p{
    margin-bottom:1rem;
}
.img_txt_flx .desc p:last-child{
    margin-bottom:0;
}
.img_txt_flx .a_btn{
    margin-top:20px;
}
@media(min-width:500px) and (max-width:767px){
    .top_cmp_sec h2 br{
        display:none;
    }
}
@media(min-width:768px){
    .img_txt_flx{
        display:flex;
        flex-direction:row-reverse;
        column-gap:4%;
        align-items:center;
    }
    .img_txt_flx .imgarea{
        width:46%;
        margin-bottom:0;
    }
    .img_txt_flx .txtarea{
        width:50%;
    }
}
@media(min-width:992px){
    .img_txt_flx .imgarea{
        width:42%;
        margin-bottom:0;
    }
    .img_txt_flx .txtarea{
        width:54%;
    }
}
/* #top_info_sec */
@media(min-width:768px) and (max-width:991px){
    .ul_info>li:nth-child(4){
        display:none;
    }
}
/* #top_cta_sec */
.top_cta_sec{
    background:#000a12;
    color: #fff;
}
.contact-lead{
    font-size:1.1rem;
    line-height: 1.8;
    margin-bottom: 60px;
    color: #b0bec5;
}
.contact-grid{
    display: flex;
    flex-direction:column;
    gap:30px 3%;
    margin-bottom: 60px;
    text-align: left;
}
.contact-card{
    background: rgba(255, 255, 255, 0.09);
    padding: 40px 30px;
    border-top:3px solid #0056b3;
}
.contact-card:nth-of-type(2){
    border-color:var(--green1);
}
.contact-card:nth-of-type(3){
    border-color:#028374;
}
.contact-card h3{
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #ffffff;
}
.contact-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cfd8dc;
}
.contact-action {
    margin-top: 40px;
}
.btn-primary {
    display: inline-block;
    background-color:#0056b3;
    color: #fff;
    padding:20px 60px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2px;
    letter-spacing:2px;
    transition: background-color 0.3s ease;
}
.btn-primary:hover {
    color:#fff;
    background-color:#002f65;
}
.top_cta_sec .contains-wrap>p>br{
    display:none;
}
@media(min-width:600px){
    .top_cta_sec{
        text-align:center;
    }
    .top_cta_sec .contact-lead .br1{
        display:none;
    }
    .top_cta_sec .contains-wrap>p>br{
        display:block;
    }
}
@media(min-width:768px) {
    .contact-grid {
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:center;
    }
    .contact-card{
        width:48%;
    }
    .btn-primary{
        font-size:18px;
    }
}
@media(min-width:992px){
    .contact-grid{
        flex-wrap:nowrap;
    }
    .contact-card{
        width:32%;
    }
}
/*---- #doctors-summit page ----*/
/* Intro Section */
.service_intro_sec .h2large {
    text-align: left;
    margin-bottom: 40px;
}
.service_intro_sec .lead-text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 2rem;
    font-weight: 500;
}
.service_intro_sec .lead-text br{
    display:none;
}
/* Structure Section */
.service_structure_sec {
    background-color: #eaeff3;
}
.structure-hybrid {
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 60px 0;
    align-items: center;
}
.structure-box {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.structure-box h4 {
    color: var(--blue1);
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--green1);
    display: inline-block;
    padding-bottom: 5px;
}
.structure-plus {
    font-size: 32px;
    color: var(--green1);
    font-weight: bold;
}
/* Contents Section */
.service_contents_sec img {
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* Vision Section */
.service_vision_sec {
    background-color: var(--green1);
    color: #fff;
}
.service_vision_sec .h2large {
    border-bottom: none;
    color: #fff;
}
.service_vision_sec .h4org {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}
.service_vision_sec .check-list li::before {
    color: #fff;
}
.vision-message {
    color: #fff;
}
.service_structure_sec .structure-note-main{
    width:calc(100% - 2em);
    margin-left:2em;
    text-indent: -0.7em;
    margin-bottom:10px;
}
@media(max-width:767px){
    .doctors-summit-pgheader .jp br{
        display:none;
    }
}
@media(min-width:500px){
    .service-intro-title.srv-docsum br:nth-of-type(1),.service-intro-title.srv-docsum br:nth-of-type(3){
        display:none;
    }
}
@media (max-width: 767px) {

    .service_vision_sec .h2large,
    .vision-message {
        text-align: left !important;
    }
}
.vision-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 20px;
    height: 100%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
}
.vision-box h3 {
    text-align: center;
}
.vision-box li {
    text-align: left;
    font-size:17px;
}
@media(min-width: 768px) {
    .vision-box h3 {
        text-align: left;
    }
    .service_intro_sec .lead-text br{
        display:block;
    }
    .service_structure_sec .structure-note-main{
        width:100%;
        margin-left:0;
        text-indent:0;
        margin-bottom:10px;
    }
    .vision-box {
        padding:30px;
    }
}
@media(min-width: 992px) {
    .vision-box li {
        font-size: 17px;
    }
    .structure-box{
        max-width:420px;
    }
}
@media(min-width: 992px) {
    .vision-box li {
        font-size: 17px;
    }
}
@media(min-width: 1200px) {
    .structure-box{
        max-width:450px;
    }
}
.vision-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 3rem;
}
.vision-item {
    width: 100%;
}
@media(min-width: 992px) {
    .vision-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 1100px;
        margin-inline: auto;
    }

    .vision-item {
        width: auto;
    }
}
/* Feature Cards (3 columns) */
.service-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 60px;
}
.feature-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 4px;
    border-top: 3px solid var(--green1);
}
.feature-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--black1);
    font-weight: 700;
}
.feature-card p {
    color: #666;
    margin-bottom: 0;
}
/* List Styling */
.check-list {
    list-style: none;
    padding: 0;
}
.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 17px;
}
.check-list li::before {
    content: '\f00c';
    font-family: var(--fontawesome);
    font-weight:700;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--green1);
}
.structure-note-sub{
    font-size:15px;
}
@media(min-width: 768px) {
    .structure-hybrid {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }
}
@media(min-width:992px) {
    .service-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ---- Research & Development Advisor Page ---- */
/* Intro */
.rda-intro-title {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.rda-intro-lead {
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--black1);
}
.rda-intro-desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    color: var(--black2);
}
.rda-intro-flx {
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}
.rda-intro-img {
    width: 100%;
    margin-bottom: 2rem;
}
.rda-intro-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}
@media(max-width:767px){
    .rda-intro-title br,.rda-intro-lead br{
        display:none;
    }
}
@media(min-width: 992px) {
    .rda-intro-flx {
        flex-direction: row-reverse;
    }
    .rda-intro-img {
        width: 40%;
        margin-bottom: 0;
    }
    .rda-intro-ttl {
        width: 60%;
    }
    .rda-intro-title {
        text-align: left !important;
    }
    .rda-intro-title br{
        display:none;
    }
    .rda-intro-lead {
        text-align: left !important;
    }
}
@media(min-width:1200px){
    .rda-intro-flx {
        gap:10px;
    }
    .rda-intro-title br{
        display:block;
    }
}
/* RDA Vision Grid Specifics */
.vision-grid-3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.vision-grid-3col .vision-item {
    width: 100%;
}
@media(min-width: 992px) {
    .vision-grid-3col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        max-width: 1200px;
        margin-inline: auto;
    }

    .vision-grid-3col .vision-item {
        width: auto;
    }
}
/* Service Blocks (Minimalist List Style) */
.rda_services_sec {
    background-color: #fff;
    padding-top: 0;
}
.rda-service-block {
    background: #fff;
    border-top: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    overflow: visible;
}
.rda-service-block:last-child {
    border-bottom: 1px solid #ddd;
}
.rda-service-header {
    background: none;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}
.rda-service-title {
    color: var(--black1);
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.rda-service-body {
    padding: 0;
    width: 100%;
}
.rda-service-desc {
    margin-bottom: 30px;
    font-weight: 400;
    color: var(--black2);
    line-height: 1.8;
}
.rda-service-list-wrap {
    background: none;
    padding: 0;
    border-radius: 0;
    border-left: 2px solid var(--black1);
    padding-left: 20px;
}
.rda-service-list-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black1);
    border-bottom: none;
    padding-bottom: 0;
}
.rda-service-list li {
    margin-bottom: 8px;
    color: var(--black2);
}
@media(min-width: 992px) {
    .rda-service-block {
        flex-wrap: nowrap;
        gap: 60px;
    }
    .rda-service-header {
        width: 35%;
        margin-bottom: 0;
        position: sticky;
        top: 20px;
    }
    .rda-service-body {
        width: 65%;
    }
}
/* Features Grid (Minimalist Grid) */
.rda_features_sec {
    background-color: #f9f9f9;
}
.rda-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: #ddd;
    border: 1px solid #ddd;
}
.rda-feature-item {
    background: #fff;
    padding: 40px;
    border: none;
    border-radius: 0;
    border-left: none;
    transition: none;
}
.rda-feature-item:hover {
    transform: none;
    box-shadow: none;
    background: #fafafa;
}
.rda-feature-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.rda-feature-num {
    font-size: 14px;
    font-weight: 700;
    color: var(--black1);
    line-height: 1;
    border: 1px solid var(--black1);
    padding: 4px 8px;
    border-radius: 12px;
}
.rda-feature-text {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: var(--black1);
    line-height: 1.4;
}
@media(min-width: 768px) {
    .rda-features-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media(min-width: 992px) {
    .rda-features-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1px;
    }
}

/*---- #company page ----*/
.company-mission-img {
    margin: 40px auto 60px;
    max-width: 1000px;
    width: 100%;
}

.company-mission-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    /* Subtle shadow for depth */
}

/* Sections General */
.company-section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.company-section:last-child {
    border-bottom: none;
}
.company-sec-title {
    margin-bottom: 40px;
    font-weight: 400;
    border-left: 4px solid var(--black1);
    padding-left: 20px;
}
.company-text-block p {
    line-height: 2;
    color: var(--black2);
}
.simple-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.simple-list li {
    padding: 15px 0;
    font-size: 17px;
    border-bottom: 1px solid #eee;
    color: var(--black2);
    position: relative;
    padding-left: 20px;
}
.simple-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 6px;
    height: 1px;
    background: var(--black1);
}
.simple-list li:last-child {
    border-bottom: none;
}
/* Team Grid */
.team-member{
    margin-bottom:45px;
}
.team-img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 180px;
    margin-bottom:20px;
    overflow:hidden;
}
.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-name {
    font-size:22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--black1);
}
.team-role {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}
.team-desc {
    font-size: 16px;
    line-height: 1.8;
    color: var(--black2);
}
@media(min-width:600px){
    .team-member.hasthum{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .team-member.hasthum .team-img{
        width:180px;
    }
    .team-member.hasthum .team-info{
        width:calc(100% - 220px);
    }
}
@media(min-width: 768px) {
    .team-grid {
        display: flex;
        flex-wrap:wrap;
        column-gap:4%;
    }
    .team-member {
        width:48%;
    }
    .team-member.hasthum{
        width:100%;
    }
}
@media(min-width: 992px) {
    .simple-list li{
        font-size:18px;
    }
    .team-member.hasthum .team-img{
        max-width:220px;
        width:220px;
    }
    .team-member.hasthum .team-info{
        width:calc(100% - 280px);
    }
    .team-name{
        font-size:28px;
    }
    .team-role{
        font-size:16px;
    }
    .team-desc{
        font-size:17px;
    }
}

/* Company Profile Table */
.company-profile-table dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 0;
}
.company-profile-table dl:first-child {
    border-top: 1px solid #eee;
}
.company-profile-table dt {
    width: 100%;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--black1);
}
.company-profile-table dd {
    width: 100%;
    margin: 0;
    color: var(--black2);
}
@media(min-width: 768px) {
    .company-profile-table dt {
        width: 30%;
        margin-bottom: 0;
    }
    .company-profile-table dd {
        width: 70%;
    }
}

/*---- #contact page ----*/
.contact-section {
    padding-bottom: 80px;
}
.contact-lead-text {
    margin-bottom: 60px;
    font-weight: 500;
}
.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto 80px;
    padding: 0 20px;
}
.form-group {
    margin-bottom: 30px;
}
.form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black1);
}
.form-label .required {
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}
.form-label .optional {
    background: #95a5a6;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}
.form-control{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    appearance: none;
    transition: border-color 0.3s;
}
.form-control:focus {
    border-color: var(--blue1);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.1);
}
.form-note {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 0;
}
.form-privacy {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 6px;
}
.privacy-link {
    margin-bottom: 15px;
}
.privacy-link a {
    color: var(--blue1);
    text-decoration: underline;
    font-weight: 700;
}
.privacy-check {
    display: flex;
    justify-content: center;
    align-items: center;
}
.privacy-check label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}
.privacy-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.form-submit {
    text-align: center;
}
.btn-submit {
    display:table;
    margin:0 auto;
    background: var(--blue1);
    color: #fff;
    border: none;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 280px;
}
.btn-submit:hover {
    background: var(--blue2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 132, 255, 0.3);
}
.btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.7;
}
.contact-note {
    max-width: 800px;
    margin: 0 auto;
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 6px;
}
.note-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--black1);
}
.contact-note p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}
/*---- #privacy page ----*/
.pri_sec p{
    line-height:1.8;
    margin-bottom:1rem;
}
.pri_sec p:last-child{
    margin-bottom:0;
}
.pri_sec h2{
    margin-bottom:1rem;
    line-height:1.5;
}
.pri_sec a{
    display:inline-block;
    font-weight:500;
    margin-right:3px;
    padding-bottom:2px;
    color:var(--green1);
    border-bottom:1px solid var(--green1);
}
.pri_sec a:hover{
    border-color:rgba(255, 255, 255, 0);
    opacity:0.8;
}
.ul_pri {
    margin:1rem 0;
    padding-inline-start:20px;
}
.ul_pri>li {
    margin-bottom:10px;
}
@media(min-width:768px){
    .pri_sec h2{
        font-size:24px;
    }
    .contact-lead{
        text-align:center;
    }
}
@media(min-width:992px){
    .pri_sec h2{
        font-size:26px;
    }
    .ul_pri>li{
        font-size:17px;
    }
}
/*---- #footer ----*/
.footer_widget{
    width:100%;
}
.ftrinfo{
    margin-bottom:40px;
}
.ftrlogo{
    display:flex;
    justify-content:center;
}
.ftrinfo a:hover{
    opacity:0.8;
}
.ftrlogo img{
    width:140px;
    object-fit:contain;
}
.ftrttl{
    margin-top:10px;
    text-align:center;
    font-size:18px;
}
.ftrinfo p,.ftrinfo a,.ftrinfo a:hover{
    color:var(--footer-font-color);
}
.site-footer-menu{
    display:flex;
    flex-wrap:wrap;
}
.site-footer-menu>li{
    width:50%;
    padding:5px 5px 2px;
}
.site-footer-menu>li>a{
    display:inline-block;
    overflow:hidden;
    position:relative;
    padding-bottom:3px;
    font-family:var(--meiryo);
}
.site-footer-menu>li>a::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:1px;
    background:var(--footer-font-menucolor);
    transition:all .3s;
}
.site-footer-menu>li>a:hover{
    opacity:0.8;
}
.site-footer-menu>li>a:hover::after{
    width:100%;
}
.copyright{
    margin-top:30px;
    font-weight:400;
}
@media(min-width:600px){
    .site-footer-menu>li{
        width:calc(100% / 3);
    }
}
@media(min-width:768px){
    .site-footer-menu{
        justify-content:center;
        column-gap:2rem;
    }
    .site-footer-menu>li{
        width:fit-content;
        text-align:center;
    }
    .ftrttl{
        margin-top:25px;
    }
}
@media(min-width:992px){
    .ftrlogo img{
        width:160px;
    }
}
/*---- #page-transition-curtain ----*/
.page-transition-curtain {
    position: fixed;
    top: 0;
    left: 100%;
    width: 200vw;
    height: 100vh;
    background-color: #333;
    transform: skewX(-25deg);
    z-index: 9999;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.curtain-logo {
    transform: skewX(25deg);
    opacity: 0;
    width: 120px;
    height: auto;
}
.curtain-logo img {
    width: 100%;
    height: auto;
    display: block;
}
body.is-initialized .page-transition-curtain {
    visibility: hidden;
    animation: none;
}
@keyframes curtainOut {
    0% { left: -50%; }
    100% { left: 150%; }
}
body.is-transitioning .page-transition-curtain {
    visibility: visible;
    animation: curtainSequence 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
body.is-transitioning .curtain-logo {
    animation: logoFade 1.2s ease forwards;
}
@keyframes curtainSequence {
    0% { left: -250%; visibility: visible; }
    30% { left: -50%; }
    65% { left: -50%; }
    100% { left: 150%; visibility: hidden; }
}
@keyframes logoFade {
    0%, 30% { opacity: 0; }
    40%, 60% { opacity: 1; }
    70%, 100% { opacity: 0; }
}
.br_pc{
    display:none;
}
@media(min-width:992px){
    .br_pc{
        display:block;
    }
}
