/* 全体設定　*/
body{
  font: 400 14px 'Noto Sans Japanese',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  line-height: 1.7;
}

html{
  scroll-padding-top: 60px; /* 固定ヘッダの高さ分 */
}


.furisode_font{
  line-height: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: bold;
}

.h3_en{
    font-family: 'Meie Script', cursive;
    font-size: 18px;
    font-weight: normal;
    color: #16a8b0;
    position: relative;
    padding: 0 54px;
    line-height: 1.25;
    text-align: center;
}

/*
.h3_en:before, .h3_en:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #16a8b0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.h3_en:before{
  left: 0;
}

.h3_en:after{
  right: 0;
}

*/
.pt-4{
  padding-top: 13.5rem !important;
}

#sp-main-body{
  padding: 0px 0 !important;
}

/***** メニュー *****/
.menu-title{
  color:  #ffffff;
}

#sp-menu{
  padding-left: 0px !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
  line-height: 20px;
}

.article-header{
  margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner{
  background-color: white;
  margin-top: -130px;
}

/***/
.ribbon3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 1px 0;
  font-size: 18px;
  background: #E9536A;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon3 h3 {
  margin: 0;
  padding: 0 30px;
/*  border-top: solid 1.5px rgba(255, 255, 255, 1);
  border-bottom: solid 1.5px rgba(255, 255, 255, 1);
*/  
  line-height: 42px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 10px !important;
}

.ribbon3:before, .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon3:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.ribbon-man {
  background: #4d4398;
}



/* 753  */
.flow-number{
  background: #0ABFCA;
  padding: 20px 0px;
  color: white;
  font-size: xx-large;
  font-weight: 800;
}

.shichigosan-flow {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #0ABFCA;
}
.shichigosan-flow p {
    margin: 0; 
    padding: 0;
}

/* リンクボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}


li{
  list-style: none;
}

/* バーガーメニューの変更 */
@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash&display=swap');
.offcanvas-toggler-right:after {
/*    font-family: "Font Awesome 5 Free";*/
   font-family: 'Cherry Swash', cursive;

    content: "menu";
    color: #F90;
    /*font-weight: bold;*/

    /*position: absolute;*/
    font-weight: 500;
    font-size: 15px;
    /*margin-right: 10px;*/
    /*right: 30rem;*/
    /*左端からのアイコンまで*/
    color: white;
    padding: 0px 9px;
    border: solid 1px white;
    border-radius: 18px;
}

.offcanvas-toggler-right i {
    display: none;
}

.burger-icon{
  display: none;
}
#sp-header{
  height: 72px;
}
#sp-header .container{
  padding-top: 12px;
}

/* スマホメニューでサブを常に表示 */
.menu-child{
  display: block !important;
}

/* ボタン */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 0px;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #0ABFCA;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.btn-center{
  text-align: center;
}

.btn--orange,
a.btn--orange {
  color: #fff !important;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


/** 会社概要 テーブル **/

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


/* 会社概要 */
.promiss{
  padding:  15px 20px 15px 30px;
  background: #f8f7f2;
  margin-bottom: 30px;
}


/* ブログ一覧 */
.blog .article-list .article-header h2 a{
  font-size: x-large;
  border-bottom: 1px solid gray;
}

.article{
  background-color: #fffafa;
}


/* フッター上部のサービスバーナーに関する設定 */
.service-banner .container{
  margin-top: 50px;
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.footer-service-banner ul{
  padding-right: 2rem !important;
  /*display: flex;*/
}
@media screen and (min-width: 768px) {
  .footer-service-banner ul{
    display: flex;
  }
}


/* リンク画像にはマウスオーバー時に透過を入れる */
a img {
  transition: 1.0s ;
}

a img:hover {
  opacity: 0.5 ;
}


/* 関係ブログ */
.pagenavigation{
  margin-top: 30px;
}
.related-article-list-container{
  margin-top:  80px;
}


.link-banner{
  transition: 1s;
}
.link-banner:hover{
  opacity: 0.8;
}

/* フォーム */
.contact_form input{
  font-size: 18px !important;
}

.burger-icon>span{
  background-color: white !important;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a{
  padding-bottom: 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li ul>li{
  padding-bottom: 12px;
}


.list_dia ul{
  display: list-item;
}
.list_dia  li {
    position: relative;
    padding: 0px 0px 0px 1em;
    list-style: none;
}
.list_dia  li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    background-color: #fff;
    content: "";
}

.fotter-sns ul{
  display: flex;
  list-style: none;
  margin: 0px 10px;
}
.fotter-sns ul>li{
  padding-right: 1.5em;
}

/* TOPサービス */
.service-name{
  position: relative;
  z-index: 10;
}
.service-box{
  position: relative;
  top: -60px;
  z-index: 1;
}

/* フッター部（常時表示）*/
#footer_always{
  position: fixed;
  left:  10px;
  bottom:  10px;
  z-index: 999;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

.keyframe2{
  animation-name: anim_h;
}

@keyframes anim_h {
  0% {
    transform: translate(-15px, 0);
  }
  100% {
    transform: translate(-10px, 0);
  }
}

a.menu-reserve{
  background: #08BEC9;
  padding-right: 11px !important;
}

.btn_circle{
  background-color: #08BEC9;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  border-color: white;
  border-width: 5px;
  color: #fff;
  text-align: center;
/*  margin-top: 36px;
  margin-left: 10px;
*/  
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.btn_circle2{
  width: 80px;
  height: 80px;
/*  margin-top: 36px;
  margin-left: 10px;
*/  
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#footer_always li{
  margin-bottom: 4px !important;
}
.yoko>ul{
  /*display: flex;*/
}
@media only screen and (max-width: 480px) {
  .btn-frisode{
    width: 100px;
    height:  100px;
  }
}

.non-display{
  display: none;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay{
  border-radius: 0px !important;
}


/*.btn-view{
  display: none !important;
}
*/

.sp-simpleportfolio-title{
  display: none !important;
}


/*.sppb-carousel-extended-outer-stage{
  height: auto !important;
}
*/

.top-title{
  color:  white;
  position: fixed;
  top:  190px;
  right:  240px;
  writing-mode: vertical-rl;
}

#sp-user1{
  text-align: center;
}


.line_friends{
  display:  inline-block;

  border: 5px solid #00B901;
  border-radius: 20px;
  padding: 27px 20px 20px 20px;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.poyopoyo {
  animation: poyopoyo 4s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.97);
  }
}

.sppb-carousel-extended-team-content{
  display: none;
}

.sp-menu-heading{
  color: white;
}
.nav-header {
  display: block;
  display: inline-block;
  padding-bottom: 16px;
}

.offcanvas-menu .menu-toggler{
  display: none !important;
}


.kimono_button{
  text-align: center;
  font-weight: bold;
  background-color: #F7ADCB;
  color: black;
  padding: 10px 0px 1px 0px;
  margin: 0px 20px 30px 20px;
  border: 4px solid white;

}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
  padding: 0 8px;
}

.offcanvas-menu{
  width:380px;
}
body.ltr.offcanvs-position-right .offcanvas-menu{
  right: -380px;
}


/*==========================================================================*/
/*                               box10                                      */
/*==========================================================================*/  
#box10{
}
#box10 .h4_tt01 {
    height: 110px;
    margin-bottom: 100px;
    color: #000;
    font-size: 36px;
    line-height: 1.5em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-weight: bold;
    color: #fff;
    background-color: #16a8b0;
}
#box10 ul#shikaku{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#box10 ul#shikaku li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    width: 30%;*/
    padding: 10px;
}
#box10 ul#shikaku li::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}
#box10 ul#shikaku li p span{
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
#box10 ul#shikaku li span:nth-child(1){
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: calc(100% + 40px);
    height: 95px;
    line-height: 1.3;
    font-size: 120%;
    font-weight: 800;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    border: 1px solid rgba(255,255,255,1);
}
#box10 ul#shikaku li span:nth-child(1)::after{
    position: absolute;
    bottom: 7px;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background-color: #fff;
    opacity: .2;
}
#box10 ul#shikaku li span:nth-child(2){
    font-size: 90%;
}
#box10 ul#shikaku li:nth-child(1){
    background-color: #e32d23 ;
    box-shadow: 5px 5px 0px #D0241B ;
}


#box10 ul#shikaku li:nth-child(1)::after{
    background-image: url(../images/shikaku_bg01.png) ;
    opacity: .5;
}
#box10 ul#shikaku li:nth-child(1) span:nth-child(1){
    background-color: #D0241B ;
}
#box10 ul#shikaku li:nth-child(2){
    background-color: #EC8819 ;
    box-shadow: 5px 5px 0px #E37022 ;
}
#box10 ul#shikaku li:nth-child(2)::after{
    background-image: url(../images/shikaku_bg02.png) ;
    opacity: .5;
}
#box10 ul#shikaku li:nth-child(2) span:nth-child(1){
    background-color: #E37022 ;
}
#box10 ul#shikaku li:nth-child(3){
    background-color: #157FCC ;
    box-shadow: 5px 5px 0px #0048B9 ;
}
#box10 ul#shikaku li:nth-child(3)::after{
    background-image: url(../images/shikaku_bg03.png) ;
    opacity: .7;
}
#box10 ul#shikaku li:nth-child(3) span:nth-child(1){
    background-color: #0048B9 ;
}
#box10 ul#shikaku li img{
    width: 40%;
    height: 100%;
    /*border: 1px solid #fff;*/
    object-fit: contain;
}
#box10 ul#shikaku li p{
    width: 56%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #fff;
}





#box10 ul#shikaku2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#box10 ul#shikaku2 li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    width: 30%;*/
    padding: 10px;
}
#box10 ul#shikaku2 li::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}
#box10 ul#shikaku2 li p span{
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
#box10 ul#shikaku2 li span:nth-child(1){
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: calc(100% + 40px);
    height: 95px;
    line-height: 1.3;
    font-size: 120%;
    font-weight: 800;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    border: 1px solid rgba(255,255,255,1);
}
#box10 ul#shikaku2 li span:nth-child(1)::after{
    position: absolute;
    bottom: 7px;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background-color: #fff;
    opacity: .2;
}
#box10 ul#shikaku2 li span:nth-child(2){
    font-size: 90%;
}
#box10 ul#shikaku2 li:nth-child(1){
    background-color: #EC8819 ;
    box-shadow: 5px 5px 0px #E37022 ;
}


#box10 ul#shikaku2 li:nth-child(1)::after{
    background-image: url(../images/shikaku_bg01.png) ;
    opacity: .5;
}
#box10 ul#shikaku2 li:nth-child(1) span:nth-child(1){
    background-color: #E37022 ;
}
#box10 ul#shikaku2 li:nth-child(2){
    background-color: #EC8819 ;
    box-shadow: 5px 5px 0px #E37022 ;
}
#box10 ul#shikaku2 li:nth-child(2)::after{
    background-image: url(../images/shikaku_bg02.png) ;
    opacity: .5;
}
#box10 ul#shikaku2 li:nth-child(2) span:nth-child(1){
    background-color: #E37022 ;
}
#box10 ul#shikaku2 li:nth-child(3){
    background-color: #157FCC ;
    box-shadow: 5px 5px 0px #0048B9 ;
}
#box10 ul#shikaku2 li:nth-child(3)::after{
    background-image: url(../images/shikaku_bg03.png) ;
    opacity: .7;
}
#box10 ul#shikaku2 li:nth-child(3) span:nth-child(1){
    background-color: #0048B9 ;
}
#box10 ul#shikaku2 li img{
    width: 40%;
    height: 100%;
    /*border: 1px solid #fff;*/
    object-fit: contain;
}
#box10 ul#shikaku2 li p{
    width: 56%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #fff;
}









#box10 ul#shikaku3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#box10 ul#shikaku3 li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    width: 30%;*/
    padding: 10px;
}
#box10 ul#shikaku3 li::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}
#box10 ul#shikaku3 li p span{
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
#box10 ul#shikaku3 li span:nth-child(1){
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: calc(100% + 40px);
    height: 95px;
    line-height: 1.3;
    font-size: 120%;
    font-weight: 800;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    border: 1px solid rgba(255,255,255,1);
}
#box10 ul#shikaku3 li span:nth-child(1)::after{
    position: absolute;
    bottom: 7px;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background-color: #fff;
    opacity: .2;
}
#box10 ul#shikaku3 li span:nth-child(2){
    font-size: 90%;
}
#box10 ul#shikaku3 li:nth-child(1){
    background-color: #157FCC ;
    box-shadow: 5px 5px 0px #0048B9 ;
}


#box10 ul#shikaku3 li:nth-child(1)::after{
    background-image: url(../images/shikaku_bg01.png) ;
    opacity: .5;
}
#box10 ul#shikaku3 li:nth-child(1) span:nth-child(1){
    background-color: #0048B9 ;
}
#box10 ul#shikaku3 li:nth-child(2){
    background-color: #EC8819 ;
    box-shadow: 5px 5px 0px #E37022 ;
}
#box10 ul#shikaku3 li:nth-child(2)::after{
    background-image: url(../images/shikaku_bg02.png) ;
    opacity: .5;
}
#box10 ul#shikaku3 li:nth-child(2) span:nth-child(1){
    background-color: #E37022 ;
}
#box10 ul#shikaku3 li:nth-child(3){
    background-color: #157FCC ;
    box-shadow: 5px 5px 0px #0048B9 ;
}
#box10 ul#shikaku3 li:nth-child(3)::after{
    background-image: url(../images/shikaku_bg03.png) ;
    opacity: .7;
}
#box10 ul#shikaku3 li:nth-child(3) span:nth-child(1){
    background-color: #0048B9 ;
}
#box10 ul#shikaku3 li img{
    width: 40%;
    height: 100%;
    /*border: 1px solid #fff;*/
    object-fit: contain;
}
#box10 ul#shikaku3 li p{
    width: 56%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #fff;
}



