/*!
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";
/************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --fontawesome:"Font Awesome 5 Free";
    --linecolor:#06c755;
    --noto:"Noto Sans JP", "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    --navy1:#02183a;
    --orange1:#e94709;
    --border-color:#c7ccd6;
    --textshadow:3px 3px 8px rgba(0, 0, 0, 0.52);
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-size:17px;
    font-family:var(--noto);
    color:#212529;
}
body a{
    transition: all .3s ease;
    text-decoration: none;
}
body a:hover{
    text-decoration: none;
}
.nodata{
    color:#ff0000;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
/*===============
  origin
================*/
.imgarea {
    margin-bottom:1rem;
    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:30px 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;
}
.single .entry-body img {
    display: inline;
    width: auto;
    max-width:100%;
}
.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){
    .gmap-wrap {
        padding-bottom:75%;
    }
    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){
    .gmap-wrap {
        padding-bottom:56.25%;
    }
    .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,.h2org,.h3org,.h4org {
    line-height: 1.5;
}
.h1org {
    font-size:24px;
    font-weight:600;
}
.jp_en_ttl{
    font-size:17px;
    margin-bottom:40px;
}
.jp_en_ttl span{
    display: block;
    padding-bottom:5px;
    line-height:1;
    color:var(--orange1);
    font-weight:600;
    letter-spacing:2px;
}
.jp_en_ttl h2 {
    font-size:22px;
    letter-spacing:1px;
    font-weight:700;
    color:var(--navy1);
}
.jp_en_ttl.cntr span,.jp_en_ttl.cntr h2 {
    text-align: center;
}
.h2org{
    font-size:22px;
    margin-bottom:2rem;
    color:var(--navy1);
    font-weight:700;
    padding-bottom:5px;
    border-bottom:1.5px solid #8ca9c2;
    position:relative;
}
.h2org::after{
    content:'';
    position:absolute;
    bottom:-1.5px;
    left:0;
    background:var(--navy1);
    height:2px;
    width:30%;
}
.h3org {
    font-size:20px;
    margin-bottom:1.5rem;
    color:var(--orange1);
    font-weight:600;
}
.h4org {
    font-size:18px;
    margin-bottom:1rem;
    color:#3e5d8d;
    font-weight:600;
}
@media(min-width:768px){
    .h1org {
        font-size:26px;
    }
    .h2org {
        font-size:24px;
    }
    .h3org {
        font-size:22px;
    }
    .h4org {
        font-size:20px;
    }
    .jp_en_ttl {
        font-size:20px;
    }
    .jp_en_ttl h2 {
        font-size:26px;
    }
}
@media(min-width:992px){
    .h1org {
        font-size:30px;
    }
    .h2org {
        font-size:30px;
    }
    .h3org {
        font-size:24px;
    }
    .jp_en_ttl h2{
        font-size:30px;
    }
}
/* link,button */
.a_btn>a{
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--orange1);
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
    font-size:16px;
    padding:12px 20px;
    border-radius:10px;
}
.a_btn.navy>a{
    background:#022457;
}
.a_btn.wh>a{
    color:var(--orange1);
    background:#fff;
}
.a_btn>a:hover{
    filter:brightness(1.2);
}
.a_btn.hasicon>a::after{
    display:block;
    margin-left:5px;
    content:'\f138';
    font-family:var(--fontawesome);
    font-weight:700;
    transition:all .3s;
}
.a_btn.hasicon>a:hover::after{
    transform:translateX(7px);
}
.a_btn.mgauto{
    margin-left:auto;
    margin-right:auto;
}
@media(min-width:400px){
    .a_btn{
        width:fit-content;
    }
    .a_btn.mw-300{
        min-width:300px;
    }
}
/* fade-in animation */
.fade-in,.load-in{
	opacity:0;
	transition:all .7s;
}
.fade-in.fade-in-up,.load-in.fade-in-up{
  -webkit-transform: translate(0,30px);
  -moz-transform: translate(0,30px);
  -ms-transform: translate(0,30px);
  transform: translate(0,30px);
}
.fade-in.fade-in-left,.load-in.fade-in-left{
  -webkit-transform:translate(-30px,0);
  -moz-transform:translate(-30px,0);
  -ms-transform:translate(-30px,0);
  transform:translate(-30px,0);
}
.fade-in.fade-in-right,.load-in.fade-in-right{
  -webkit-transform:translate(30px,0);
  -moz-transform:translate(30px,0);
  -ms-transform:translate(30px,0);
  transform:translate(30px,0);
}
.load-in.scroll-in,.fade-in.scroll-in{
  opacity:1;
  -webkit-transform: translate(0,0)!important;
  -moz-transform: translate(0,0)!important;
  -ms-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
}
/*==============
  header
===============*/
/* site-header */
.logo-ttl img{
    width:220px;
    max-height:calc(--ptnB-sp-header-height - 20px);
    object-fit:contain;
}
/* mobilemenu */
.mobile-navi-btn{
    background:transparent;
}
.mobile-navi-btn.right {
    width: 50px;
    height: 50px;
    top:4px;
    right:7px;
}
.mobile-navi-btn span {
    position: absolute;
    background:#fff;
    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>li{
    padding: 0;
    margin: 0;
}
.site-mobile-menu>li>a{
    display: block;
    padding: 15px 5px;
    font-weight:500;
    font-family:var(--noto);
}
.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: var(--main2);
    transition: all .3s;
}
.site-mobile-menu>li.menu-item-has-children>a::before{
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-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%);
    -moz-transform:rotate(90deg) translateY(-50%);
    -ms-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%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-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);
}
@media(min-width:992px){
    .logo-ttl img{
        max-height:calc(--ptnB-pc-header-height - 20px);
    }
    .site-header-menu>li>a{
        font-family:var(--noto);
        font-size:16px;
        letter-spacing:0px;
    }
    .site-header-menu>li>a:not([href]):not([class]){
        cursor:pointer;
    }
}
@media(min-width:1320px){
    .site-header-menu>li{
        padding:0 5px;
    }
}
/*===================
  Information page
====================*/
/* archive */
.ul_cats,.ul_info,body.archive.category .h2org{
    margin-left:auto;
    margin-right:auto;
    max-width:900px;
}
.ul_cats{
    padding-left:0;
    margin-bottom:2rem;
}
.ul_cats>li{
    list-style-type:none;
    margin-bottom:10px;
    display:inline-block;
    margin-right:10px;
}
.ul_cats>li:last-child{
    margin-right:0;
}
.ul_cats>li>a{
    text-align:center;
    min-width:100px;
}
.ul_info{
    padding-left:0;
}
.ul_info>li{
    list-style-type:none;
    border-bottom:1px solid var(--border-color);
}
.ul_info>li:first-child{
    border-top:1px solid var(--border-color);
}
.ul_info a{
    display:block;
    padding:13px 10px;
    color:#333;
}
.ul_info a:hover{
    opacity:0.8;
}
.p_date{
    display:inline-block;
    color:#515c6c;
}
.a_cat{
    display:inline-block;
    line-height:1.3;
    padding:5px 10px;
    color:#fff;
    background:#3e5d8d;
    text-align:center;
    font-size:15px;
    font-weight:600;
}
.ul_cats .a_cat{
    padding:7px 10px;
    font-size:16px;
}
a.a_cat:hover,.a_cat.current{
    color:#444;
    background:#e2ad98;
}
.a_cat.current{
    pointer-events:none;
}
.ul_info .a_cat{
    padding:4px 7px;
    font-size:14px;
}
.date_cat .p_date,.date_cat .a_cat{
    margin-right:10px;
    margin-bottom:7px;
}
.date_cat .a_cat:last-of-type{
    margin-right:0;
}
.ul_info h3{
    font-size:16px;
    margin-bottom:0;
    line-height:1.5;
    font-weight:400;
}
@media(min-width:768px){
    .ul_info a{
        display:flex;
    }
    .ul_info .date_cat{
        width:270px;
    }
    .ul_info .date_cat .p_date,.ul_info .date_cat .a_cat{
        margin-bottom:0;
    }
    .ul_info h3{
        width:calc(100% - 270px);
        padding-left:1rem;
    }
}
/* single */
.entry-header{
    padding-bottom:10px;
    border-bottom:1px solid var(--border-color);
}
.entry-header .p_date{
    font-size:18px;
}
.entry-header .h1org{
    margin-bottom:2rem;
}
.entry-body p{
    margin-bottom:1rem;
}
.entry-body p:last-child{
    margin-bottom:0;
}
.singlethum{
    text-align:center;
    padding-top:40px;
}
.singlethum img{
    max-width:700px;
    max-height:700px;
    object-fit:contain;
}
.single_btn{
    margin-left:auto;
}
/*==============
  top page
===============*/
/* loadingWrap */
.loadingWrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
/*
    background:#fff;
    background:-webkit-linear-gradient(45deg,#edd2c7,#fffaf8);
    background:-moz-linear-gradient(45deg,#edd2c7,#fffaf8);
    background:-o-linear-gradient(45deg,#edd2c7,#fffaf8);
    background:linear-gradient(45deg,#edd2c7,#fffaf8);
*/
    background:url('./img/bk-loading.jpg') center center / cover no-repeat;
    z-index:10000;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px;
}
.loading_top{
    height:100vh;
    overflow:hidden;
}
.loadlogo{
    opacity:0;
    animation:loadlogo ease 3s 1s forwards;
}
.loadlogo img{
    width:70vw;
    max-width:400px;
    object-fit:contain;
}
@keyframes loadlogo{
    0%{
        opacity:0;
    }
    20%{
        opacity:1;
    }
    80%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
}
/* top_fv */
.top_fv{
    position:relative;
    height:calc(100vh - var(--ptnB-sp-header-height));
}
.top_slides,.slideimg,.top_slides::after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.top_slides{
    overflow:hidden;
}
.top_slides::after{
    content:'';
    background:rgba(7, 85, 151, 0.5);
    background:-webkit-linear-gradient(60deg, rgba(5, 43, 101, 0.7), rgba(60, 182, 246, 0.4));
    background:-moz-linear-gradient(60deg, rgba(5, 43, 101, 0.7), rgba(60, 182, 246, 0.4));
    background:-o-linear-gradient(60deg, rgba(5, 43, 101, 0.7), rgba(60, 182, 246, 0.4));
    background:linear-gradient(30deg, rgba(5, 43, 101, 0.7), rgba(60, 182, 246, 0.4));
}
.top_fv .contains-frm{
    position:relative;
}
.slideimg{
	opacity:0;
	animation:Slider-image 24s 3.7s linear infinite;
}
@keyframes Slider-image{
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.slideimg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.slideimg.img1{
	animation-delay:-2s;
}
.slideimg.img2{
	animation-delay:6s;
}
.slideimg.img3{
	animation-delay:14s;
}
.slideimg.img1 img{
    object-position:22% center;
}
.slideimg.img3 img{
    object-position:88% center;
}
.top_fv .contains-frm,.top_fv .contains-wrap{
    height:100%;
}
.top_fv .contains-wrap{
    display:flex;
    align-items:flex-end;
}
.top_catch h2{
    color:#fff;
    text-shadow:var(--textshadow);
    font-weight:700;
    line-height:1.5;
    margin-bottom:12px;
    font-size:28px;
    letter-spacing:1px;
}
.top_catch p{
    color:#fff;
    text-shadow:var(--textshadow);
    font-weight:500;
    letter-spacing:1px;
    line-height:1.8;
}
/* top_info */
.top_info_links,.top_info_links>section{
    position:relative;
}
.top_info_links{
    padding:0;
}
.top_info_links>section{
    padding:40px 0;
}
.wavebg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.3;
}
.wavebg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/* top_link */
.top_link .links>div{
    margin-bottom:2rem;
}
.top_link .links a{
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    aspect-ratio:3/2;
    color:#fff;
    overflow:hidden;
    box-shadow:var(--textshadow);
}
.top_link .links a img,.top_link .linkbg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.top_link .links a img{
    object-fit:cover;
    transition: all .3s;
}
.top_link .linkbg{
    background:rgba(7, 85, 151, 0.5);
    background:-webkit-linear-gradient(60deg, rgba(5, 43, 101, 0.7), rgba(125, 219, 255, 0.5));
    background:-moz-linear-gradient(60deg, rgba(5, 43, 101, 0.7), rgba(125, 219, 255, 0.5));
    background:-o-linear-gradient(60deg, rgba(5, 43, 101, 0.7), rgba(125, 219, 255, 0.5));
    background:linear-gradient(30deg, rgba(5, 43, 101, 0.7), rgba(125, 219, 255, 0.5));
    transition:all .3s;
}
.top_link .links>div:last-child{
    margin-bottom:0;
}
.top_link .linkttl,.top_link .more{
    position:relative;
}
.top_link .linkttl{
    width:200px;
    display:flex;
    flex-direction:column;
}
.top_link .linkttl .jp{
    color:#fff;
    font-size:24px;
    padding-bottom:0.8rem;
    margin-bottom:0.6rem;
    font-weight:600;
    border-bottom:solid 1px #fff;
}
.top_link .linkttl .en{
    letter-spacing:1px;
}
.top_link .more{
    font-size:15px;
    position:relative;
    padding-bottom:5px;
    padding-right:20px;
    width: 120px;
    margin-left: auto;
    margin-right: 20px;
    
}
.top_link .more::before,.top_link .more::after{
    content:'';
    position:absolute;
    background:#fff;
    height:1px;
    transition:all .3s;
}
.top_link .more::before{
    right:-20px;
    bottom:0;
    width:calc(100% + 20px);
}
.top_link .more::after{
    right:-21px;
    bottom:3px;
    width:13px;
    -webkit-transform:rotate(30deg);
    -moz-transform:rotate(30deg);
    -o-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    transform:rotate(30deg);
}
.top_link .links a:hover .linkbg{
    opacity:0.5;
}
.top_link .links a:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.top_link .links a:hover .more::before{
    right:-30px;
}
.top_link .links a:hover .more::after{
    right:-31px;
}
/* top_rec */
.top_rec,.top_rec .contains-frm{
    position:relative;
}
.top_rec{
    background:var(--navy1);
    padding-top:0;
}
.top_rec .bgimg{
    width:100%;
    height:40vw;
    will-change:clip-path;
    -webkit-clip-path:polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    clip-path:polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    margin-bottom:20px;
}
.top_rec .bgimg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.top_rec .jp_en_ttl h2,.top_rec p{
    color:#fff;
}
.top_rec .jp_en_ttl span{
    color:#d6dff1;
}
.top_rec p{
    margin-bottom:2rem;
}
.top_rec .br1{
    display:none;
}
@media(min-width:500px){
    .top_link .links{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
    }
    .top_link .links>div{
        width:50%;
        padding:0 10px;
    }
}
@media(min-width:768px){
    .top_catch h2{
        font-size:40px;
        margin-bottom:20px;
    }
    .top_catch p{
        font-size:20px;
        line-height:2;
    }
    /* top_rec */
    .top_rec{
        padding-top:40px;
    }
    .top_rec .bgimg{
        position:absolute;
        top:0;
        right:0;
        width:45%;
        height:100%;
        -webkit-clip-path:polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path:polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        margin-bottom:0;
    }
    .top_rec .contains-wrap{
        width:64%;
    }
    .top_rec .br1{
        display:inline;
    }
}
@media(min-width:992px){
    .top_fv{
        height:calc(100vh - var(--ptnB-pc-header-height));
    }
    .top_catch h2{
        font-size:60px;
        margin-bottom:20px;
    }
    .top_catch p{
        font-size:22px;
    }
    /* top_links */
    .top_link .links>div{
        width:calc(100% / 3);
        flex-wrap:nowrap;
        margin-bottom:0;
    }
}
/*==============
  business page
===============*/
.bus_sec .imgarea img{
    aspect-ratio:4/3;
    object-fit:cover;
}
.bus_sec.sec2{
    background:#d6dff1;
}
.bus_sec.sec3{
    background:#5c7ea9;
}
.bus_sec.sec4{
    background:#022457;
}
.bus_sec.sec3 .h2org,.bus_sec.sec4 .h2org{
    color:#fff;
    border-color:#d7dde7;
}
.bus_sec.sec3 .h2org::after,.bus_sec.sec4 .h2org::after{
    background:#8ca9c2;
}
.bus_sec.sec3 p,.bus_sec.sec4 p{
    color:#fff;
}
@media(min-width:768px){
    .bus_sec .contains-wrap{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .bus_sec .contains-wrap.fade-in-left{
        flex-direction:row-reverse;
    }
    .bus_sec .imgarea{
        width:45%;
        margin-bottom:0;
    }
    .bus_sec .txtarea{
        width:calc(55% - 30px);
    }
}
@media(min-width:992px){
    .bus_sec .txtarea{
        width:calc(55% - 50px);
    }
}
/*==============
  company page
===============*/
.companybgWrap,.companybgWrap>div{
    position:relative;
}
.companybgWrap::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(./img/cmp/company_bg.jpg)no-repeat center center/cover;
    opacity:0.3;
}
/* message */
.msg_img{
    text-align:center;
    margin-bottom:2rem;
}
.msg_img img{
    object-fit:contain;
    max-width:550px;
}
.msg_txt p{
    margin-bottom:1rem;
    line-height:1.8;
}
.msg_txt p.ceoname{
    margin-bottom:0;
    text-align:right;
    line-height:inherit;
}
/* philosophy */
.rinen_imgs.fortb{
    display:none;
    text-align:center;
}
.rinen_img{
    text-align:center;
    margin-bottom:2rem;
}
.rinen_img.img_3{
    margin-bottom:0;
}
.rinen_imgs img{
    object-fit:contain;
}
.rinen_img img{
    max-width:350px;
}
/* profile */
.dl_cmp{
    max-width:800px;
    margin:0 auto;
}
.dl_cmp dt{
    padding:13px 5px 10px;
    font-weight:400;
    color:var(--orange1);
}
.dl_cmp dd{
    padding:0 5px 13px;
    margin-bottom:0;
    border-bottom:1px solid var(--orange1);
    color:#444;
}
.dl_cmp dd p{
    font-size:16px;
    color:#444;
}
.dl_cmp dd a,.dl_cmp dd p a{
    color:var(--orange1);
}
.dl_cmp dd .tellink{
    font-weight:500;
}
.dl_cmp dd a:hover{
    opacity:0.8;
}
.dl_cmp dt:first-of-type{
    border-top:1px solid var(--orange1);
}
.dl_cmp ul{
    padding-left:0;
    margin-bottom:0;
}
.dl_cmp ul li{
    list-style-type:none;
    margin-bottom:5px;
}
.dl_cmp ul li:last-child{
    margin-bottom:0;
}
.office-img{
    margin-top:20px;
    padding:0 10px;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}
@media(min-width:576px){
    .rinen_imgs.forsp{
        display:none;
    }
    .rinen_imgs.fortb{
        display:block;
    }
    .rinen_imgs img{
        max-width:600px;
    }
}
@media(min-width:768px){
    .dl_cmp{
        display:flex;
        flex-wrap:wrap;
    }
    .dl_cmp dt{
        padding:13px 10px;
        width:25%;
        border-bottom:1px solid var(--orange1);
    }
    .dl_cmp dd{
        width:75%;
        padding:13px 10px;
        padding-left:0;
    }
    .dl_cmp dd:first-of-type{
        border-top:1px solid var(--orange1);
    }
    .dl_cmp dd .tellink{
        color:#444;
        font-weight:inherit;
    }
    .office-img .pict{
        width:100%;
    }
    .office-img .pict>img{
        width:100%;
        aspect-ratio:5/3;
        object-fit:cover;
    }
}
@media(min-width:992px){
    .cmp_sec .jp_en_ttl,.cmp_sec .jp_en_ttl h2{
        text-align:center;
    }
    .cmp_sec.msg .jp_en_ttl,.cmp_sec.msg .jp_en_ttl h2{
        text-align:left;
    }
    /* message */
    .msg_flx{
        display:flex;
        flex-direction:row-reverse;
        justify-content:space-between;
        align-items:flex-start;
    }
    .msg_img{
        width:40%;
        text-align:center;
        margin-bottom:0;
    }
    .msg_img img{
        max-width:100%;
    }
    .msg_txt{
        width:calc(60% - 50px);
    }
    .dl_cmp dt,.dl_cmp dd{
        padding-top:1rem;
        padding-bottom:1rem;
    }
    .office-img .pict>img{
        aspect-ratio:2/1;
    }
}
/*===============
  contact page
===============*/
.page-contact .site-beforefooter{
    display:none;
}
.beforeform1,.beforeform2{
    margin-bottom:2rem;
}
.telWrap{
  margin:0 auto 40px;
  max-width:700px;
  padding:1rem;
  background:transparent;
  border:solid 3px #ffe8df;
}
.telWrap h2{
    font-size:20px;
    margin-bottom:10px;
    line-height:1.5;
    text-align:center;
    color:#444;
    text-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.telWrap .tellink{
  font-size:30px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  font-weight:700;
  color:var(--orange1);
}
.telWrap .tellink i{
  margin-right:5px;
  font-size:75%;
}
.telWrap .tellink:hover{
  opacity:0.8;
}
.aftertel{
  margin-top:5px;
  font-size:16px;
  text-align:center;
}
.form_add{
    border:1px solid var(--navy1);
    padding:1rem;
}
.form_add p{
    color:var(--navy1);
}
@media(min-width:400px){
    .form_add{
        padding:20px;
    }
}
@media(min-width:768px){
    .telWrap h2{
        font-size:22px;
    }
    .telWrap .tellink{
      font-size:36px;
      letter-spacing:1px;
    }
    .form_add{
        padding:30px;
    }
}
@media(min-width:992px){
    .beforeform1,.beforeform2{
        text-align:center;
    }
    .ctt_sec .h2org{
        text-align:center;
    }
    .ctt_sec .h2org::after{
        display:none;
    }
}
/*===============
  items page
================*/
.item_sec p.text-md-center{
    margin-bottom:2rem;
}
.ul_items{
    padding-left:0;
}
.ul_items>li{
    list-style-type:none;
    margin-bottom:2rem;
}
.ul_items img{
    object-fit:contain;
    max-width:500px;
    max-height:400px;
}
.ul_items h3{
    font-size:17px;
    font-weight:600;
    line-height:1.5;
    padding-bottom:5px;
    border-bottom:1px solid #ff9b73;
    margin-bottom:10px;
}
.ul_items p{
    color:#555;
    font-size:16px;
}
@media(min-width:500px){
    .ul_items{
        display:flex;
        flex-wrap:wrap;
    }
    .ul_items>li{
        width:50%;
        padding:0 10px;
    }
    .ul_items .imgarea{
        height:172px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .ul_items img{
        max-height:172px;
    }
    .ul_items h3{
        height:57px;
    }
}
@media(min-width:768px){
    .ul_items>li{
        width:calc(100% / 3);
    }
}
@media(min-width:992px){
    .ul_items>li{
        padding:0 15px;
    }
    .ul_items h3{
        font-size:19px;
    }
    .ul_items p{
        font-size:17px;
    }
    .ul_items .imgarea{
        height:207px;
    }
    .ul_items img{
        max-height:207px;
    }
}
/*===============
  privacy page
================*/
.pri_sec .detail-wrap{
    border-top:1px solid var(--border-color);
}
.pri_sec .detail-wrap:first-of-type{
    margin-top:30px;
}
.ol_pri,.ul_pri {
    margin:1rem 0;
    padding-inline-start:20px;
}
.ol_pri>li,.ul_pri>li {
    margin-bottom:10px;
    font-size:17px;
}
.pri_sec a{
    margin:0 3px;
    color:var(--orange1);
    border-bottom:1px solid var(--orange1);
}
.pri_sec a:hover{
    opacity:0.8;
    border-color:rgba(255, 255, 255, 0);
}
@media(min-width:768px){
    .pri_sec a.tellink{
        margin:0;
        color:#212529;
        border-bottom:none;
    }
}
/*==============
  page heder
===============*/
.page-header {
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    background-image: url(./img/default_h.jpg);
}
.page-header-ttl .jp{
    margin-bottom:5px;
}
.page-header-ttl .jp,.page-header-ttl .en{
    font-family:var(--noto);
}
/*============
  footer
=============*/
/* beforefooter */
.site-beforefooter{
    background:#d7dde7;
    padding:40px 0;
}
/* footer */
.footerwidget,.site-footer-nav{
    margin-bottom:2rem;
}
.ftrinfo p,.ftrinfo a{
    color:var(--footer-font-color);
}
.ftrlogo{
    margin-bottom:10px;
}
.ftrlogo img{
    max-width:220px;
    object-fit:contain;
}
.ftrlogo a:hover{
    opacity:0.8;
}
.ftr_ttl{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
.ftr_tel .tellink{
    font-weight:600;
    font-size:110%;
}
.ftr_tel .tellink:hover{
    opacity:0.8;
}
.site-footer-menu>li{
    padding:0;
    margin-bottom:12px;
    min-width:140px;
}
.site-footer-menu>li>a{
    position:relative;
    padding-left:25px;
    font-family:var(--noto);
    color:var(--footer-font-menucolor);
}
.site-footer-menu>li>a::before{
    content:'\f054';
    font-family:var(--fontawesome);
    font-weight:700;
    position:absolute;
    top:0;
    left:0;
    color:#d6dff1;
}
.site-footer-menu>li>a:hover{
    opacity:0.8;
}
@media(min-width:600px){
    .ftr_add .br1{
        display:none;
    }
}
@media(min-width:768px){
    .ftr_tel .tellink{
        font-weight:inherit;
        font-size:inherit;
    }
    .site-footer .container{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    .footerwidget{
        width:310px;
    }
    .site-footer-nav{
        width:calc(100% - 370px);
    }
    .copyright{
        width:100%;
    }
}
@media(min-width:992px){
    .site-footer-nav{
        width:430px;
    }
}