@charset "UTF-8";

/*タイトル下テキスト変更*/
.heading.block_header_1 .h
,.heading.block_header_2 p
,.heading.block_header_4 p{
    color: #66B8C8 !important;
}
/*sp時センター*/
@media screen and (max-width: 900px){
    #top_concept + section .heading
    ,#top_greeting + section .heading{
        /*text-align:center;*/
       text-align:left;
    }
}
/**/
#introduction + section li{
    list-style:circle;
}
/**/
#top_concept + section .heading.block_header_1 .h
,#top_greeting + section .heading.block_header_1 .h{
    font-size: 2.6rem!important;
    color: var(--i_txt_color)!important;
    display:none;
}
@media screen and (max-width: 900px){
    #top_concept + section .heading.block_header_1 .h
    ,#top_greeting + section .heading.block_header_1 .h{
        display:block;  
    }
    #top_concept + section .heading.block_header_2 .h
    ,#top_greeting + section .heading.block_header_2 .h{
        display:none;
    }
}
/*
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(2){
    width:100%!important;
}*/



/**/
.home-ordermade { background-position: -937px -50px; }

.home-ordermade-head { text-align: center; font-weight: 700; line-height: 1.5; letter-spacing: .1em; }

.home-ordermade-head__sub { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.home-ordermade-head__sub-parts { position: relative; top: 3px; margin: 0 15px; }

.home-ordermade-head__sub-parts:nth-of-type(1) { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }

.home-ordermade-head__sub-parts::before, .home-ordermade-head__sub-parts::after { display: inline-block; height: 20px; content: ""; border-left: 1px solid #224466; -webkit-transform: rotate(30deg); transform: rotate(30deg); }

.home-ordermade-head__sub-parts::after { height: 12px; margin-left: 3px; }

.home-ordermade-head__main { font-size: 2.1rem; }

.home-ordermade-head__main-small { font-size: 1.7rem; }
.home-ordermade__list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 20px; }

.home-ordermade__item { 
    position: relative; 
    -webkit-box-flex: 0;
    background: #f4f5f7;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width:calc(50% - 12px/2);
    padding: 0 !important;
    list-style-type: none !important;
 }

.home-ordermade__label { position: absolute; left: 0; top: 0; padding: 3px 0 0 6px; z-index: 1; color: #fff; line-height: 1; }

.home-ordermade__label > * { position: relative; z-index: 1; }

.home-ordermade__label::before { position: absolute; content: ''; display: block; top: -45px; left: -45px; border: 45px solid transparent; border-right-color: #224466; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.home-ordermade__label-txt { font-size: 1.1rem; }

.home-ordermade__label-num { display: block; font-size: 1.6rem; }

/*.home-ordermade__img { position: relative; margin: 0 -12px; }*/

.home-ordermade__tit { margin:15px 0; font-weight: 700; font-size: 1.6rem; line-height: 1.5; text-align: center; color: #224466;}

.home-ordermade__txt { margin-top: 10px; }

.home-ordermade__movie { position: relative; margin-top: 50px; padding-top: 56%; }

.home-ordermade__movie iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media all and (max-width: 767px) { 
.home-ordermade__item:nth-of-type(odd) { margin-right: 12px; }
  .home-ordermade__item:nth-of-type(even) { -webkit-transition-delay: .1s; transition-delay: .1s; }
  .home-ordermade__item:nth-of-type(n+3) { margin-top: 12px; } }
@media (max-width: 400px) {
 .home-ordermade__tit { font-size: 1.3rem; } }
@media (max-width: 320px) {
 .home-ordermade-head__main-small { font-size: 1.6rem; letter-spacing: 0; }
  .home-ordermade__tit { margin-right: -10px; margin-left: -10px; } }

@media all and (min-width: 768px) { 
.home-ordermade { background-position: -240px 0; background-size: 960px auto; }
  .home-ordermade-head__sub-txt { font-size: 2.2rem; }
  .home-ordermade-head__sub-parts::before
, .home-ordermade-head__sub-parts::after { border-width: 3px; -webkit-transform: rotate(35deg); transform: rotate(35deg); }
  .home-ordermade-head__sub-parts::before { height: 40px; }
  .home-ordermade-head__sub-parts::after { height: 25px; }
  .home-ordermade-head__main { font-size: 3.6rem; }
  .home-ordermade-head__main-small { font-size: 3rem; }
  .home-ordermade__list { margin-top: 45px; }
  .home-ordermade__item { 
    -webkit-box-flex: 0;
    margin-right: 20px; 
    width:calc(33.3% - 40px/3);
  }
  .home-ordermade__item:nth-of-type(3n-1) { -webkit-transition-delay: .1s; transition-delay: .1s; }
  .home-ordermade__item:nth-of-type(3n) { margin-right: 0; -webkit-transition-delay: .2s; transition-delay: .2s; }
  .home-ordermade__item:nth-of-type(n+4) { margin-top: 20px; }
  .home-ordermade__label { padding: 8px 0 0 10px; }
  .home-ordermade__label-txt { font-size: 1.7rem; }
  .home-ordermade__label-num { font-size: 2.7rem; }
  .home-ordermade__label::before { top: -80px; left: -80px; border-width: 80px; }
  /*.home-ordermade__img { margin: 0 -25px; }*/
  .home-ordermade__tit { font-size: 2.2rem; }
  .home-ordermade__movie { margin: 100px auto 0; width: 946px; padding-top: 530px; } }
　

