.box_sp{
  display: none;
}
.box_pc {
  display: block;
}
.txt_bold {
  font-weight: bold
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1560px) and (min-width: 768px) {
/*==========================================================================*/
/*                               block_why                                  */
/*==========================================================================*/
#block_why{
    padding: 120px 0 240px;
    background: url("../images/index_img02.png") no-repeat right -10% bottom;
}
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
  #wrapper, header, main, footer {
    width: 100% !important;
    min-width: inherit !important;
  }
  #wrapper {
    min-width: 320px !important;
  }
  .inner, #footer_top .inner {
    box-sizing: border-box;
  }
  .box_pc {
    display: none;
  }
  .box_sp {
    display: block
  }
  /*==========================================================================
                                 HEADER                                   
  ==========================================================================*/
  header {
      display: block;
      z-index: 9999;
      height: 90px;
  }
  #logo {
      width: 220px;
  }
  .under main {
      margin-top: 90px;
  }
  #head_lang {
    position: initial;
    margin: 0 auto 75px;
    height: 36px;
  }
  header .hright .opentime, header .hright .tel{
      display: none;
  } 
  header.active {
      animation: unset;
      animation-iteration-count: unset;
  }
  .under #topic_path ul {
      justify-content: flex-start;
      flex-wrap: wrap;
  }
  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /* nav-icon3                                                              */
  /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  #nav-icon3 {
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    
  }
  #nav-icon3:after {
    position: absolute;
    content: "MENU";
    font-weight: bold;
    color: var(--mcolor);
    text-align: center;
    font-size: 11px;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-transform: uppercase
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 35px;
    background: var(--mcolor);
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
  }
  #nav-icon3 span:nth-child(1) {
    top: 12px;
  }
  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 22px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 32px;
  }
  #nav-icon3.open span {
    background: var(--mcolor)
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  #nav-icon3.open span:nth-child(1), #nav-icon3.open span:nth-child(4) {
    opacity: 0;
    transform: scale(1.5)
  }
  #nav-icon3.open:after {
    content: "CLOSE";
    color: var(--mcolor)
  }
  #icon_sp {
    cursor: pointer;
    display: block;
    z-index: 999;
    width: 60px;
    height: 60px;
    top: 14px;
    right: 0;
    position: fixed
  }
    #gnavi{
        display:none;
        transition: 0.1s ease
    }
    #gnavi.active{
        display:block;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.9);
        position: fixed;
        top: 90px;
        left: 0;
        z-index: 999;
        margin: 0 0 0;
    }
    #gnavi ul{
        background: none;
        display: block;
        padding: 0 5px;
    }
    #gnavi a {
        color: var(--mcolor);
        padding: 10px 5px 10px 25px;
        text-align: left;
        display: block;
        position: relative;
        border-bottom: 1px dotted var(--mcolor);
    }
    #gnavi a::before{
        content: '';
        width: 15px;
        height: 1px;
        background: var(--mcolor);
        display: block;
        position: absolute;
        top: 25px;
        left: 0
    }
  /*==========================================================================*/
  /*                               MENU                                       */
  /*==========================================================================*/
/*==========================================================================*/
/*                               #maintop                                    */
/*==========================================================================*/

#maintop .main_left{
    width: 100%;
}
#maintop .main_right{
    display: none
}
#maintop .main_left::before{
    width: 30vw;
    height: 15vw;
    z-index: 1;
    top: 120px
}
#maintop .main_left::after{
    content: '';
    width: 100%;
    height: 15vw;
    bottom: 70px;
    z-index: 1
}
#maintop .main_left .logobox {
    width: 80%;
    position: relative;
}
#maintop .main_left .logobox::before {
    content: '';
    width: 70vw;
    height: 70vw;
}
#maintop .main_left .scroll {
    color: #111;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}
/*==========================================================================*/
/*                           block_about                                    */
/*==========================================================================*/
#block_about{
    padding: 80px 0 80px
}
#block_about .flexbox{
    height: auto;
    flex-direction: column;
}
#block_about .flexbox h3{
    margin-left: 0;
    margin-top: 0;
    padding-left: 10%;
    margin-bottom: 40px
} 
#block_about .flexbox h3 span {
    font-size: 32px;
}
#block_about .flexbox h3:before{
    content: '';
    width: 200px;
    height: 200px;
    left: 0;
    top: 50%;
}
#block_about .flexbox .blocktext{
    margin-left: auto;
    width: 90%;
    padding: 40px 40px 40px 40px;
}    
#block_about .flexbox .blocktext .inn::before {
    font-size: 20vw;
    top: -24vw;
    right: -5vw;
}
/*==========================================================================*/
/*                           block_about                                    */
/*==========================================================================*/
#block_service{
    background: var(--beige);
    padding: 80px 0;
    position: relative
}
#block_service h3{
    font-size: 32px;
    margin-bottom: 30px;
}
#block_service::before{
    content: '';
    width: 50vw;
    height: 30vw;
    display: block;
    background: url("../images/bg01.png") no-repeat 0 0 / cover;
    position: absolute;
    top: -50px;
    right: 0
}
#block_service::after{
    content: '';
    width: 50vw;
    height: 30vw;
    display: block;
    background: url("../images/bg01.png") no-repeat 0 0 / cover;
    position: absolute;
    bottom: -50px;
    left: 0
}
#block_service .box_service .item {
    width: 40vw;
    margin: 0 auto
}
#block_service .box_service .circle {
    width: 40vw;
    height: 40vw;
}
#block_service .box_service .circle:before {
    width: 39vw;
    height: 39vw;
    left: 0.5vw;
    top: 0.5vw;
}
#block_service .box_service .inner {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
#block_service .box_service .circle span {
    font-size: 3vw;
}
/*==========================================================================*/
/*                               block_why                                  */
/*==========================================================================*/
#block_why{
    padding: 60px 0 280px;
    background: url("../images/index_img02.png") no-repeat right -10% bottom;
    background-size: 80%
}
#block_why h3{
    font-size: 32px;
    margin: 0 0 40px;
    float: none;
}
#block_why .why_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}
#block_why .why_list li{   
    text-align: center;
    height: auto;
    font-size: 16px;
    width: 100%;
}
#block_why .why_list li:after, #block_service .box_service:before {
    display: none
}
#block_why .btn {
    margin: 20px auto 0;
}
/*==========================================================================*/
/*                            block_staff                                   */
/*==========================================================================*/
#block_staff{
    margin-top: -30px;
    padding: 0 0 50px;
}
#block_staff .inner{
    
}
#block_staff .list_staff{
    border: 5px solid var(--mcolor);
    position: relative;
    padding: 30px 30px 60px;
    background: url("../images/circle01.png") no-repeat left -50px top -45px, url("../images/circle02.png") no-repeat right -50px top -45px,
    url("../images/circle02.png") no-repeat left -40px bottom -50px, url("../images/circle01.png") no-repeat right -50px bottom -40px;
    background-size: 140px
}
#block_staff h3{
    color: var(--scolor);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center
}
.list_staff dl{
    flex-wrap: wrap;
    justify-content: center;
}
.list_staff dl dt{
    margin-bottom: 15px
}
.list_staff dl dd{
    width:100%;
    text-align: justify;
}
.list_staff dl dd .ttl{
    font-size: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.list_staff dl dd .ttl .sub{
    font-size: 18px;
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
}
/*==========================================================================*/
/*                             block_contact                                */
/*==========================================================================*/
#block_contact {
    background: url(../images/bg02.png) no-repeat right -90px bottom -30px #FFF5DD;
    background-size: auto 100%;
}
.contact_button {
    width: 94%;
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: none;
}
/*==========================================================================*/
/*                               footer                                   */
/*==========================================================================*/
footer {
    padding: 30px 0 0;
    margin-bottom: 60px
}
.footer01{
    width: 94%;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto 30px;
}
.footer01 .ftlink{
    display: none
}
.footer01 .seo_box, .footer01 iframe{
    width: 100%
}
#totop{
    bottom: -100px;
    transform: unset;
    transition: linear 0.3s;
}
#totop.show{
    bottom: 0;
    right: 0
}
.fixed_sp{
    transition: linear 0.3s;
    position: fixed;
    bottom: -100px;
    left: 0;
    height: 60px;
    width: calc(100% - 60px);
    display: flex
}
.fixed_sp.show{
    bottom: 0;
} 
.fixed_sp li{
    height: 60px;
    width: 50%;
}
.fixed_sp li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--scolor);
    font-size: 4.5vw;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.fixed_sp li.tel a{
    background: var(--mcolor);
}
.fixed_sp li a:before {
    content: '';
    background: url("../images/icon_mail_w.png") no-repeat 0 0/100%;
    display: block;
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
}
.fixed_sp li.tel a:before {
    content: '';
    background: url("../images/icon_tel_w.png") no-repeat 0 0/100%;
    display: block;
    width: 5vw;
    height: 5vw;
    margin-right: 1.5vw;
}
    
 /*==========================================================================*/
/*                               TITLE H                                    */
/*==========================================================================*/   
.under #top_info h2{
	font-size: 24px;
}
.under #content h3{
    font-size: 22px;
}
.under #content h4{
    font-size: 18px;
    padding: 10px 0 10px;
}
/*==========================================================================*/
/*                               PAGE                                    */
/*==========================================================================*/
.inner, .under #top_info .inner, .under #topic_path .inner {
    width: 94%;
    margin: 0 auto;
    padding: 0 0
}   
.under .inner{
    padding: 40px 0
}
/*==========================================================================*/
/*                               POST                                    */
/*==========================================================================*/
#navi_r{
	margin-top: 20px;
    width: 100%;
}
.inner.news{
    flex-direction: column
}
.post-wrapper{
    width: 100%;
}
.post-wrapper .post-items:not(:last-child){
    margin-bottom: 40px;
}
.post-wrapper .post-items{
    flex-direction: column
}
.post-wrapper .post-items .post-thumbnail{
    width: 100%;
    height: 70vw;
    margin-bottom: 15px
}
.post-wrapper .post-items .col_r{
    width: 100%;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* STAFF                                                                */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.staff_item dt {
    flex-direction: column
}
.staff_item dt div{
    padding: 0 0;
    margin: 10px 0 0 0;
    text-align: center
}
.staff_item dt div::before{
    display: none
}
.staff_item dt p{
    margin: 0 0 0
}
.staff_item .title {
    font-size: 20px;
    line-height: 1.4
}
.staff_item dd {
    margin-left: 0;
    margin-top: 10px;
}

}/*--end 768px--*/
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 450px) {}
@media screen and (max-width: 414px) {}
@media screen and (max-width: 375px) {
.list_staff dl dd .ttl{
    font-size: 18px;
    text-align: center
}
.list_staff dl dd .ttl .sub{
    font-size: 17px;
    display: block
}
}