@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#mainimg {
  position: relative;
  background: url("/img/home/mainimg.jpg") center/cover no-repeat;
  height: 70vh; }

.home {
  background: url("/img/home/txt_back_img_sp.png") repeat;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 60px; }
  .home .about_box .img-box {
    width: 90%;
    max-width: 1400px; }
  .home .about_box .about_contents {
    position: relative;
    margin: -65px 0 0 auto;
    width: 90%;
    max-width: 820px;
    background: #fff; }
    .home .about_box .about_contents .about_title {
      font-size: 2rem;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","sans-serif";
      font-weight: bold;
      background: #950002;
      color: #fff;
      padding: 2% 3%;
      text-align: center;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .home .about_box .about_contents .about_title {
          font-size: calc( 2rem + ( 1vw - 7.68px ) * 2.3148148148 ); } }
      @media (min-width: 1200px) {
        .home .about_box .about_contents .about_title {
          font-size: 3rem; } }
    .home .about_box .about_contents .about_main_txt {
      font-size: 1.6rem;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","sans-serif";
      text-align: center;
      font-weight: bold;
      color: #950002;
      padding: 5% 0 2%; }
      @media (min-width: 768px) {
        .home .about_box .about_contents .about_main_txt {
          font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 1.8518518519 ); } }
      @media (min-width: 1200px) {
        .home .about_box .about_contents .about_main_txt {
          font-size: 2.4rem; } }
    .home .about_box .about_contents .about_txt {
      font-size: 1.3rem;
      text-align: justify;
      padding: 0 5% 5%; }
      @media (min-width: 768px) {
        .home .about_box .about_contents .about_txt {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.6944444444 ); } }
      @media (min-width: 1200px) {
        .home .about_box .about_contents .about_txt {
          font-size: 1.6rem; } }

#specialty {
  background: url("/img/home/txt_back_img_sp.png") repeat;
  padding-bottom: 65px; }
  #specialty .flex_wrap .specialty_box {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 8%; }
    #specialty .flex_wrap .specialty_box .specialty_txt_box {
      padding: 5%; }
      #specialty .flex_wrap .specialty_box .specialty_txt_box .specialty_title {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.5;
        color: #950002;
        margin-bottom: 3%; }
        @media (min-width: 768px) {
          #specialty .flex_wrap .specialty_box .specialty_txt_box .specialty_title {
            font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
        @media (min-width: 1200px) {
          #specialty .flex_wrap .specialty_box .specialty_txt_box .specialty_title {
            font-size: 2.2rem; } }
      #specialty .flex_wrap .specialty_box .specialty_txt_box .specialty_txt {
        font-size: 1.3rem;
        text-align: justify;
        line-height: 1.5; }
        @media (min-width: 768px) {
          #specialty .flex_wrap .specialty_box .specialty_txt_box .specialty_txt {
            font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.2314814815 ); } }
        @media (min-width: 1200px) {
          #specialty .flex_wrap .specialty_box .specialty_txt_box .specialty_txt {
            font-size: 1.4rem; } }
    #specialty .flex_wrap .specialty_box:last-child {
      margin-bottom: 0; }
    #specialty .flex_wrap .specialty_box.none {
      background: rgba(255, 255, 255, 0); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #contents {
    margin-top: 80px !important; }

  .home .about_box {
    position: relative; }
    .home .about_box .img-box {
      width: 75%; }
    .home .about_box .about_contents {
      position: absolute;
      margin: 0;
      top: 50%;
      right: 0;
      width: 60%;
      transform: translate(0, -50%); }
      .home .about_box .about_contents .about_txt {
        padding: 0 8% 10%; }

  #specialty {
    background: url("/img/home/txt_back_img_pc.png"); }
    #specialty .flex_wrap {
      padding: 0; }
      #specialty .flex_wrap .specialty_box {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        margin-bottom: 10px; }
        #specialty .flex_wrap .specialty_box .specialty_txt_box {
          padding: 7%; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #mainimg {
    height: 130vh; }

  .home {
    margin-top: 0;
    padding-top: 0; }
    .home .about_box {
      padding-top: 60px; }
      .home .about_box .about_contents .about_title {
        top: -9%; }

  #specialty .flex_wrap .specialty_box {
    flex: 0 1 24%;
    width: 24%;
    max-width: 24%;
    margin-bottom: 20px; } }
/*------------------------------
		1280px以上
------------------------------*/
