@charset "UTF-8";
/*
.overflow{
                            
    position: relative;

    &:after{
        content: "";
        display: block;
        width: (40/640)*100vw;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        @include gra($monocolor,1); // color,rotate:0 or 1
        transform: scaleX(-1);
        opacity: 0.2;
    }
    .figure{

        display: flex;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;

        img{
            width: (960/640)*100vw;
        }
        &:after{
            content: "■■";
            display: block;
            opacity: 0;
        }
    }
}
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@font-face {
  font-family: 'tegaki';
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           section_1
        */
}

#article .section.section_1 .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner .h5.h5_2 {
  display: flex;
  line-height: 1.25;
  padding: 0.25rem;
  margin: 0 0 1.0rem 0;
  background: #e6e6e6;
}

#article .section.section_1 .inner .h5.h5_2 span {
  display: block;
}

#article .section.section_1 .inner .h5.h5_2 span.txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0rem;
  color: white;
  text-align: center;
  padding: 0.25rem;
  margin: 0 0.5rem 0 0;
  background: #EF4220;
}

#article .section.section_1 .inner .h5.h5_2 span.txt_2 {
  font-size: 1.2rem;
}

#article .section.section_1 .inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2;
                    */
  /* -------------------------------------
                       content;last-child
                    */
}

#article .section.section_1 .inner .content:first-child .h5.h5_2 span.txt {
  background: #999999;
}

#article .section.section_1 .inner .content .h4.h4_1.underline {
  border-bottom: 1px solid #EF4220;
}

#article .section.section_1 .inner .content .h4.h4_1.underline span.num {
  margin: 0 1.4rem 0 0;
}

#article .section.section_1 .inner .content .h4.h4_1.underline span.num.circle {
  background: #EF4220;
}

#article .section.section_1 .inner .content .item {
  padding: 0 0 2em 0;
  box-sizing: border-box;
  position: relative;
}

#article .section.section_1 .inner .content .item:before, #article .section.section_1 .inner .content .item:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: white;
  box-sizing: border-box;
  transform: rotate(45deg);
}

#article .section.section_1 .inner .content .item:before {
  border-right: 3px solid #EF4220;
  border-bottom: 3px solid #EF4220;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) rotate(45deg);
}

#article .section.section_1 .inner .content .item:after {
  margin: 0.5em auto 0 auto;
  border-right: 3px solid #FFAB99;
  border-bottom: 3px solid #FFAB99;
  position: relative;
  z-index: 2;
}

#article .section.section_1 .inner .content.content_1 .h4.h4_1.underline {
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.content_1 .h4.h4_1.underline span.num.circle {
  background: #999999;
}

#article .section.section_1 .inner .content.content_1 .item:before {
  border-right: 3px solid #999999;
  border-bottom: 3px solid #999999;
}

#article .section.section_1 .inner .content.content_1 .item:after {
  border-right: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
}

#article .section.section_1 .inner .content:last-child .item:last-child {
  padding: 0 0 0 0;
}

#article .section.section_1 .inner .content:last-child .item:last-child:before, #article .section.section_1 .inner .content:last-child .item:last-child:after {
  content: none;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
  }
  #article .section.section_1 .inner {
    width: 960px;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .h5.h5_2 {
    align-items: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: "pkna";
    text-align: center;
    line-height: 1;
    width: 38px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -80px;
  }
  #article .section.section_1 .inner .h5.h5_2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 40px solid #e6e6e6;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -40px;
  }
  #article .section.section_1 .inner .h5.h5_2 span.txt {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    text-align: center;
    width: 28px;
    height: 52px;
    padding: 0;
    margin: 5px 0 15px 0;
  }
  #article .section.section_1 .inner .h5.h5_2 span.txt_2 {
    letter-spacing: 0.075em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #article .section.section_1 .inner .content {
    margin: 0 0 70px 80px;
    position: relative;
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline {
    border-bottom: none;
    position: relative;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline:after {
    content: "";
    display: block;
    width: 845px;
    border-bottom: 1px solid #EF4220;
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
    bottom: 5px;
    right: 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline span.num {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 100;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline span.num.circle {
    margin: 0 25px 0 0;
  }
  #article .section.section_1 .inner .content .h4.h4_1.underline span.txt {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 400;
    font-size: 3.0rem;
  }
  #article .section.section_1 .inner .content .float .float_l {
    width: 240px;
    margin: 0 0 0 95px;
  }
  #article .section.section_1 .inner .content .float .float_r {
    width: 520px;
  }
  #article .section.section_1 .inner .content .float.reverse .float_l {
    margin: 0 0 0 0;
  }
  #article .section.section_1 .inner .content .float.reverse .float_r {
    margin: 0 0 0 95px;
  }
  #article .section.section_1 .inner .content .item {
    width: 880px;
    padding: 0 0 80px 0;
  }
  #article .section.section_1 .inner .content .item:before {
    bottom: 12px;
  }
  #article .section.section_1 .inner .content .item:after {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 21px;
    transform: translateX(-50%) rotate(45deg);
  }
  #article .section.section_1 .inner .content.content_1 .h4.h4_1:after {
    border-bottom: 1px solid #cccccc;
  }
  #article .section.section_1 .inner .content.content_1 .h4.h4_1.underline {
    border-bottom: none;
  }
}
