@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
        */
  /* -------------------------------------
           form_header
        */
}

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

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

#article .section.section_1 .inner .content.content_1 {
  padding: 0;
}

#article .section.section_1 .inner .content.content_1 .h3.h3_1 {
  margin: 0 0 1.0rem;
}

#article .section.section_1 .inner .content.content_1 .h3.h3_1 span {
  display: inline-block;
}

#article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon, #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon_2 {
  color: #EF4220;
  font-size: 1.2rem;
  font-weight: bold;
  height: 3rem;
  padding: 0.5em 1.5em 0;
  margin: 0 0.8rem 1.0rem 0;
  border: 2px solid #EF4220;
  border-radius: 1.5rem;
  box-sizing: border-box;
  position: relative;
}

#article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon:after, #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon_2:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border-bottom: 2px solid #EF4220;
  border-right: 2px solid #EF4220;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

#article .section.section_1 .inner .content.content_1 .h3.h3_1 span.txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  width: auto;
  position: relative;
  z-index: 9;
}

#article .section.section_1 .inner .content.content_1 .h3.h3_1 span.txt strong {
  font-size: 1.8rem;
  color: #EF4220;
  font-weight: bold;
}

#article .section.section_1 .inner .content.content_1 .figure {
  width: 90%;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

#article .section.form_header {
  padding: 0;
}

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

#article .section.form_header .inner .content {
  padding: 1.8rem 0;
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
}

#article .section.form_header .inner .content.underline {
  border-bottom: 1px solid #cccccc;
}

#article .section.form_header .inner .content .h3 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  font-weight: bold;
}

#article .section.form_header .inner .content .h3.h3_1 {
  text-align: center;
  margin: 0 0 1.0rem;
}

#article .section.form_header .inner .content .h3.h3_1 span {
  display: block;
}

#article .section.form_header .inner .content .h3.h3_1 span.txt {
  font-size: 1.8rem;
}

#article .section.form_header .inner .content .h3.h3_1 span.txt:before {
  content: "●";
  display: inline;
  color: #EF4220;
  margin: 0 0.5rem 0 0;
}

#article .section.form_header .inner .content p.lead {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  margin: 1.0rem 0 0;
}

#article .section.form_header .inner .content .item.tel {
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 0.5rem 0;
  margin: 0rem auto;
  box-sizing: border-box;
  overflow: hidden;
}

#article .section.form_header .inner .content .item.tel span {
  display: block;
  line-height: 1;
}

#article .section.form_header .inner .content .item.tel span.txt_1 {
  font-size: 0.9rem;
  padding: 0.5em 0;
}

#article .section.form_header .inner .content .item.tel span.txt_1 strong {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  font-size: 2.4rem;
  padding: 0;
}

#article .section.form_header .inner .content .item.tel span.txt_1 strong span {
  display: inline-block;
  color: #EF4220;
}

#article .section.form_header .inner .content .item.tel span.txt_1 strong a,
#article .section.form_header .inner .content .item.tel span.txt_1 strong a:link {
  color: #EF4220;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

#article .section.form_header .inner .content .item.tel span.txt_2 {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  font-size: 0.9rem;
  padding: 0.5rem 0 0;
}

#article .section.form_header .inner .content .item.tel span.txt_3 {
  display: flex;
  justify-content: center;
  font-feature-settings: "pkna";
  text-align: left;
  letter-spacing: 0.175em;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 1.4rem 0 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
    /* -------------------------------------
           form_header
        */
  }
  #article .section.section_1 {
    overflow: visible;
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.section_1 .inner .content.content_1 {
    margin: 0 0 50px;
    position: relative;
  }
  #article .section.section_1 .inner .content.content_1 .h3.h3_1 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
    margin: 0 0 30px 0;
  }
  #article .section.section_1 .inner .content.content_1 .h3.h3_1 span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 300;
  }
  #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon, #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon_2 {
    font-size: 1.8rem;
    font-weight: 400;
    height: 46px;
    padding: 0.5em 30px 0;
    margin: 0 20px 1.0rem 0;
    border-radius: 23px;
  }
  #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon:after, #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.balloon_2:after {
    width: 16px;
    height: 16px;
    bottom: -8px;
  }
  #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.txt {
    font-size: 3.0rem;
    line-height: 1.75;
    margin: 0 0 0 20px;
  }
  #article .section.section_1 .inner .content.content_1 .h3.h3_1 span.txt strong {
    font-size: 3.6rem;
    font-weight: 400;
  }
  #article .section.section_1 .inner .content.content_1 p.lead {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_1 .figure {
    width: 260px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  #article .section.form_header {
    padding: 0;
    margin: 0 0 50px;
    overflow: visible;
  }
  #article .section.form_header .inner {
    position: relative;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.form_header .inner.border {
    border: 2px solid #cccccc;
    box-sizing: border-box;
  }
  #article .section.form_header .inner .content {
    text-align: center;
    padding: 60px 0 50px;
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
  }
  #article .section.form_header .inner .content .h3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 300;
    justify-content: flex-start;
  }
  #article .section.form_header .inner .content .h3.h3_1 {
    padding: 0 50px;
    margin: 0;
    background: white;
    position: absolute;
    z-index: 1;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.form_header .inner .content .h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.form_header .inner .content .h3.h3_1 span.txt:before {
    content: "●";
    display: block;
    margin: 0;
    position: absolute;
    left: -0.5em;
  }
  #article .section.form_header .inner .content p.lead {
    display: flex;
    justify-content: center;
    font-size: 2.1rem;
    text-align: left;
    margin: 20px 0 0;
  }
  #article .section.form_header .inner .content .item.tel {
    display: inline;
    text-align: left;
    width: auto;
    padding: 0 0 10px 0;
  }
  #article .section.form_header .inner .content .item.tel span {
    display: inline-block;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 {
    font-size: 1.2rem;
    padding: 0;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 strong {
    font-size: 2.4rem;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 strong {
    font-size: 4.4rem;
  }
  #article .section.form_header .inner .content .item.tel span.txt_1 strong span {
    display: inline !important;
  }
  #article .section.form_header .inner .content .item.tel span.txt_2 {
    font-size: 2.0rem;
    color: #999999;
    padding: 0px 0 0;
  }
  #article .section.form_header .inner .content .item.tel span.txt_3 {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    padding: 14px 0 0;
    width: 100%;
  }
}
