@charset "utf-8";
/* CSS Document */



body{
  font-family: 'NotoSansCJKjp','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;  
  font-weight: 300;
  font-size: 16px;
  margin:0;
  color:#000;
}

img{
}

a{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
	text-decoration:none;
}
a:visited{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}

p {
    font-size: 100%;
    letter-spacing: 0.05em;
    line-height: 2.0;
    margin-bottom: 0.5em;
    text-align: justify;
    text-justify: inter-ideograph;
}

img {
  vertical-align: bottom;
}

  /* ========================================================================
  // common
  ======================================================================== */
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .between {
    justify-content: space-between;
  }
  .flex_end {
    justify-content: flex-end;
  }

  .only_pc {
    display:block;
  }

  .only_sp {
    display:none;
  }
  .only_sp_navi {
    display:none;
  }

  img.w100 {
    width: 100%;
    height: auto;
  }

  #wrapper {
    width:100%;
    min-width: 1200px;
    overflow: hidden;
    position:relative;
  }

  .center {text-align: center;}
  .right {text-align: right;}
  .left {text-align: left;}
  .mb10 {margin-bottom: 10px;}
  .mb20 {margin-bottom: 20px;}
  .mb30 {margin-bottom: 30px;}
  .mb40 {margin-bottom: 40px;}
  .mb50 {margin-bottom: 50px;}
  .mt10 {margin-top: 10px;}
  .mt20 {margin-top: 20px;}
  .mt30 {margin-top: 30px;}
  .mt40 {margin-top: 40px;}
  .mt50 {margin-top: 50px;}
  .mr10 {margin-right: 10px;}
  .mr20 {margin-right: 20px;}
  .mr30 {margin-right: 30px;}
  .mr40 {margin-right: 40px;}
  .mr50 {margin-right: 50px;}
  .ml10 {margin-left: 10px;}
  .ml20 {margin-left: 20px;}
  .ml30 {margin-left: 30px;}
  .ml40 {margin-left: 40px;}
  .ml50 {margin-left: 50px;}
  .pb10 {padding-bottom: 10px;}
  .pb20 {padding-bottom: 20px;}
  .pb30 {padding-bottom: 30px;}
  .pb40 {padding-bottom: 40px;}
  .pb50 {padding-bottom: 50px;}
  .pt10 {padding-top: 10px;}
  .pt20 {padding-top: 20px;}
  .pt30 {padding-top: 30px;}
  .pt40 {padding-top: 40px;}
  .pt50 {padding-top: 50px;}
  .pr10 {padding-right: 10px;}
  .pr20 {padding-right: 20px;}
  .pr30 {padding-right: 30px;}
  .pr40 {padding-right: 40px;}
  .pr50 {padding-right: 50px;}
  .pl10 {padding-left: 10px;}
  .pl20 {padding-left: 20px;}
  .pl30 {padding-left: 30px;}
  .pl40 {padding-left: 40px;}
  .pml50 {padding-left: 50px;}


  /* btn_green
  -------------------------------------------------------- */
  .btn_green_01 {
    width: 223px;
  }
  .btn_green_01 a {
    background-color: #32C08B;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
    display: block;
    box-shadow: 5px 5px 0px 0 rgb(0, 0, 0,0.3);
    letter-spacing: 0.05em;
    margin: 50px 0;
  }
  .btn_green_01 a::after {
    content: "→";
    margin: 0 0 0 30px;
  }

  .btn_green_02 {
    width: 223px;
  }
  .btn_green_02 a {
    background-color: #32C08B;
    color: #ffffff;
    padding: 20px 20px 20px 40px;
    border-radius: 40px;
    display: block;
    letter-spacing: 0.05em;
    margin: 50px 0;
  }
  .btn_green_02 a::after {
    content: "→";
    margin: 0 0 0 30px;
  }

  /* btn_orange
  -------------------------------------------------------- */
  .btn_orange_01 {
    width: 100%;
  }
  .btn_orange_01 a {
    background-color: #F56600;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 20px 10px 20px 30px;
    border-radius: 40px;
    display: block;
    letter-spacing: 0.05em;
  }
  .btn_orange_01 a::after {
    content: "→";
    margin: 0 0 0 20px;
  }



  /* slidein
  -------------------------------------------------------- */
  .scrollanime {
    opacity: 0;
  }
  .fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;			
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
  }

  .updown {
  }
  .downup {
  }
  .sect02{
    overflow: hidden; 
  }
  .slide-right {
  }
  .slide-left {
  }

  /*スライドなし・フェード表示*/
  @keyframes fadeIn { 
      0% {opacity: 0}
      100% {opacity: 1}
  }
  @-webkit-keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }


  /* ========================================================================
  // area-main
  ======================================================================== */
  .area_main {
    background-color: #32C08B;
  }


  /* ========================================================================
  // header
  ======================================================================== */

  header{
    display: flex;
    justify-content: space-between;
    /*background-color: #32C08B;*/
    width: 100%;
    height: 105px;
    z-index: 100;
    position: absolute;
  }

  header a {
    color: #ffffff;
  }

  header h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 32px 0 0 30px;
  }



  /* nav
  -------------------------------------------------------- */
  nav{
      width: 100%;
    margin: 25px 0 0;
  }
  nav ul{
  }
  nav li{
    font-size: 17px;
    margin: 0 15px;


  }
  nav li.line{
  /*  border: 1px solid #ffffff;
    background-color: #F56600;
    border-radius: 40px;
    box-shadow: 5px 5px 0px 0 rgb(0,0,0, 0.2);
  */
  background-color: #06C755;
  border-radius: 10px;
  /*c*/
  /*box-shadow: 3px 3px 1px 0 rgb(255,255,255, 0.4);*/
  border: 1px solid rgb(255,255,255, 1.0);

  }
  nav li.line a{
    padding: 15px 20px;
  }
  nav li.line a::before {
    display: none;
  }
  nav li a {
    display: block;
    padding: 15px 0;
    font-weight: bold;
  }
  nav li a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    color: #00a040;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 8px 0 0;
    font-size: 0.9em;
  }
  nav li:hover{
      transition: background-color 0.5s ease-out;
  }

  header .area_bnr {
    margin: 15px;
    text-align: right;
  }
  .area_bnr ul {
    width: 200px;
    margin: 0 0 0 auto;
  }
  .area_bnr ul li {
    width: 200px;
    margin: 0 0 5px;
  }
  .area_bnr ul li a {
    display: block;
  }
  .area_bnr ul li a img {
    width: 100%;
    height: auto;
  }


  /* ========================================================================
  // contents
  ======================================================================== */


  /* 見出し
  -------------------------------------------------------- */
  .ttl_main_yellow {
    color: #FFF684;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 100px;
    position: relative;
  }
  .ttl_main_yellow:before {
    content: url(/assets/img/bg_ttl_yellow_01.png);
    display: inline-block;
    width: 113px;
    height: 131px;
    position: absolute;
    top: -30px;
    left: -60px;
}

  .ttl_main_green {
    color: #32C08B;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 100px;
    position: relative;
  }
  .ttl_main_green:before {
    content: url(/assets/img/bg_ttl_green_01.png);
    display: inline-block;
    width: 113px;
    height: 131px;
    position: absolute;
    top: -30px;
    left: -60px;
}


  /* ========================================================================
  // footer
  ======================================================================== */
  .area_footer {
    background-color: #32C0CC;
    position: relative;
    padding: 80px 0 0;
  }
  .area_footer:before {
    content: '';
    width: 100%;
    height: 29px;
    display: block;
    background-image: url("/assets/img/bg_footer_01.png"); 
    position: absolute;
    top:-29px;
  }
  .area_footer_inner {
    background-image: url("/assets/img/bg_footer_02.png");
    background-position: center top;
    background-repeat: no-repeat;
  }
  .box_footer_01 {
    width: 980px;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 0 0 90px;
  }
    .box_footer_01 .ttl_01 {
    font-size: 28px;
    font-weight: 500;
    }
    .box_footer_01 p {
      font-size: 18px;
    }
    .box_footer_01_inner {
      width: 460px;
    }
  .box_footer_01_inner dl {
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    margin: 30px 0 0;
  }
    .box_footer_01_inner dl dt {
      font-weight: 500;
      font-size: 17px;
      position: relative;
      padding: 30px 40px 0;
  }
    .box_footer_01_inner dl dt:first-of-type:before {
      content: '';
      width: 27px;
      height: 27px;
      display: block;
      background-image: url("/assets/img/icon_footer_01.png"); 
      position: absolute;
      top:27px;
      left: 5px;
    }
    .box_footer_01_inner dl dt:last-of-type:before {
      content: '';
      width: 24px;
      height: 18px;
      display: block;
      background-image: url("/assets/img/icon_footer_02.png"); 
      position: absolute;
      top:31px;
      left: 7px;
    }

    .box_footer_01_inner dl dd {
      padding: 40px 40px 30px;
    }
    .box_footer_01_inner dl dd:first-of-type {
       border-bottom:1px solid #ffffff;
    }
    .box_footer_01_inner dl dd a.btn_tel {
      background-color: #24A7BC;
      color: #ffffff;
      font-size: 18px;
      padding: 20px 30px;
      display: block;
      border-radius: 40px;
      letter-spacing: 0.1em;
      margin: -20px 0 0;
      text-align: center;
    }
    .box_footer_01_inner dl dd.box_mail {
      padding: 20px 40px 30px;
      display: flex;
      flex-direction: column;
    }
    .box_footer_01_inner dl dd.box_mail span {
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      display: block;

    }
    .box_footer_01_inner dl dd .btn_orange_01 {
      text-align: center;
    }
    .box_footer_01_inner dl dd .btn_orange_01 a {
      margin: 15px 0 0;
    }
    .box_footer_01_inner .gmap {
      margin: 25px 0 0;
    }
    .box_footer_02 {
      width: 100%;
      background-color: #3E3A39;
      color: #ffffff;
      display: flex;
      justify-content: space-between;
      padding: 0 0 0;
    }
    .box_footer_02_inner {
          width: 1200px;
          margin: 0 auto;
      padding: 70px 0;
          display: flex;
      justify-content: space-between;
    }
    .box_footer_02_inner .box_footer_info {
      width: 400px;
      margin: -10px 0 0;
    }
    .box_footer_02_inner .box_footer_info .ttl_01 {
      font-size: 22px;
      font-weight: 500;
    }
    .box_footer_02_inner .box_footer_info .info_01 {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
    }
    .box_footer_02_inner .box_footer_info .info_01 .btn_orange_01 {
      width: 175px;
    }
    .box_footer_02_inner .box_footer_info p span {
      display: block;
      position: relative;
      padding: 0 0 0 15px;
    }
    .box_footer_02_inner .box_footer_info p span:before {
      content: '';
      width: 12px;
      height: 14px;
      display: block;
      background-image: url("/assets/img/icon_footer_03.png"); 
      position: absolute;
      top:8px;
      left: 0;
    }
    .box_footer_02_inner .box_footer_info p span a {
      color: #ffffff;
    }
    .box_footer_02_inner .box_footer_navi {

      width: 450px;
    }
    .box_footer_02_inner .box_footer_navi ul {
      display: flex;
      justify-content: space-between;
    }
    .box_footer_02_inner .box_footer_navi ul li a {
      color: #ffffff;
    }
    .box_footer_02_inner .box_footer_navi .copyright {
      text-align: right;
      font-size: 14px;
      margin: 70px 0 0;
    }

  /* page-top
  -------------------------------------------------------- */
  #page-top {
      position: fixed;
      bottom: 40px;
      right: 40px;
    z-index: 99;
  }
  #page-top a {
      width: 88px;
      display: block;
  }
  #page-top a:hover {
  }


  /* assets_bnr
  -------------------------------------------------------- */
  .assets_bnr {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 3px;
    width: 100%;
    z-index:98;
  }
  .assets_bnr li.assets_bnr-sp {
    display: none;
  }
  .assets_bnr a:hover {
    opacity: 0.9;
  }


/* ==========================================================================//
//
//　SP 1280px以下
//
// ========================================================================== */

@media screen and (max-width: 1280px) {
  .only_pc_navi {
    display:none !important;
  }
  .only_sp_navi {
    display:block !important;
  }


  /* ========================================================================
  // header
  ======================================================================== */
  header {
    height: 60px;
  }
  header h1 {
    /*font-size: 5vw;*/
    margin: 20px 0 20px 10px;
  }


  /* nav
  -------------------------------------------------------- */
  div.NavMenu{
    position: fixed;	/*表示位置を固定*/
    z-index: 99999;		/*重ね順を変更*/
    top: 0;		/*表示位置を指定*/		
    left: 0;	/*表示位置を指定*/
    /*background: #fff;背景を白にする*/
    color: #000;	/*文字色を黒にする*/
    text-align: center;		/*テキストを中央揃え*/
    width: 100%;	/*全幅表示*/
    transform: translateY(-100%);	/*ナビを上に隠す*/
    transition: all 0.6s;	/*アニメーションの時間を指定*/
    border-bottom: 1px solid #ffffff;
  }

  div.NavMenu ul{
    background: #32C08B;	/*背景色*/
    opacity: 1.0;
    width: 100%;	
    margin: 0 auto;
    padding: 0;

  }

  div.NavMenu ul li{
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;		
  }

  div.NavMenu ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;	/*最後のメニュー項目のみ下線を消す*/
  }

  div.NavMenu ul li a{
    display: block;		/*クリックできる領域を広げる*/
    color: #ffffff;
    padding: 1.2em 0;
  }
  div.NavMenu ul li.line {
    padding: 0.7em 0;
  }
  div.NavMenu ul li.line a{
    background-color: #06C755;
    border-radius: 10px;
    /*box-shadow: 3px 3px 1px 0 rgb(0,0,0, 0.4);*/
    border: 1px solid rgb(255,255,255,1.0);
    width: 60%;
    max-width: 350px;
    margin: 0 auto;
    padding: 1em 0;
  }

  div.NavMenu ul li.bnr_header a{
    padding: 0.5em 0;
  }
  div.NavMenu ul li.bnr_header a img{
    width: 60%;
    max-width: 350px;
    height: auto;
  }


  div.NavMenu.active{
    transform: translateY(0%);		/*ナビを表示する*/
  }
  .Toggle {
      display: block;
      position: fixed;    /* bodyに対しての絶対位置指定 */
      right: 15px;
      top: 15px;
      width: 52px;
      height: 52px;
      cursor: pointer;
      z-index: 999999;

  }

  .Toggle span {
      display: block;
      position: absolute;
      width: 30px;
      border-bottom: solid 3px #ffffff;
      -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
      -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
      transition: .35s ease-in-out;			/*変化の速度を指定*/
      left: 16px;
  }

  .Toggle span:nth-child(1) {
      top: 5px;
  }

  .Toggle span:nth-child(2) {
      top: 15px;
  }

  .Toggle span:nth-child(3) {
      top: 25px;
  }

  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
      top: 18px;
      left: 16px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }


}

/* ==========================================================================//
//
//　SP 1024px以下
//
// ========================================================================== */

@media screen and (max-width: 1024px) {

  /* ========================================================================
  // common
  ======================================================================== */

  .only_pc {
    display:none !important;
  }
  .only_pc_navi {
    display:block;
  }

  .only_sp {
    display:block !important;
  }
  .only_sp_navi {
    display:none;
  }

  #wrapper {
    width:100%;
    min-width: 100%;
    overflow: hidden;
  }

  /* ========================================================================
  // header
  ======================================================================== */
  header {
    position: fixed;
    height: 85px;
    background-color: #32C08B;
   }
  header h1 {
    /*margin: 30px 0 30px 10px;*/
  }
  
  /* nav
  -------------------------------------------------------- */
  nav{
      width: 100%;
    margin: 15px 0 0;
  }
  nav ul{
  }
  nav li{
    font-size: 16px;
    margin: 0 15px;
  }
  nav li:last-child a{
    padding: 20px 30px;
  }

  nav li a {
    display: block;
    padding: 20px 0;
  }
  nav li:hover{
      transition: background-color 0.5s ease-out;
  }
@media screen and (max-width: 870px) {
  /* nav
  -------------------------------------------------------- */
  nav li{
    margin: 0 10px;
  }
  nav li:last-child{
    border-radius: 30px;
  }
  nav li:last-child a{
    padding: 20px 10px;
  }
}
@media screen and (max-width: 765px) {
    header {
    display: block;
  }
}

  /* ========================================================================
  // contents
  ======================================================================== */


  /* 見出し
  -------------------------------------------------------- */
  .ttl_main_yellow {
    font-size: 28px;
    margin: 0 0 50px;
    position: relative;
  }
  .ttl_main_yellow:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 90px;/*画像の幅*/
    height: 90px;/*画像の高さ*/
    background-image: url(/assets/img/bg_ttl_yellow_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    left: -40px;    
  }

  .ttl_main_green {
    font-size: 28px;
    position: relative;
    margin: 0 0 60px;
  }
  .ttl_main_green:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 90px;/*画像の幅*/
    height: 90px;/*画像の高さ*/
    background-image: url(/assets/img/bg_ttl_green_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    left: -40px;    
  }


  /* ページ内スクロール位置調整
  -------------------------------------------------------- */
  .page_scroll {
    display: block;
    padding-top: 85px;
    margin-top: -85px;
  }
  
  
  
  

  /* ========================================================================
  // footer
  ======================================================================== */
  .area_footer {
    position: relative;
    padding: 60px 0 0;
  }
  .area_footer_inner {
    background-image: none;
  }
  .box_footer_01 {
    width: 96%;
  }
  .box_footer_01 .ttl_01 {
    font-size: 26px;
  }
  .box_footer_01 p {
    font-size: 16px;
    line-height: 1.4;
  }
  .box_footer_01_inner {
    width: 48%;
  }
  .box_footer_01_inner dl {
    width: 100%;
  }
  .box_footer_01_inner dl dt {
    font-size: 16px;
    padding: 20px 40px 0;
  }
  .box_footer_01_inner dl dt:first-of-type:before {
    position: absolute;
    top:16px;
    left: 5px;
  }
  .box_footer_01_inner dl dt:last-of-type:before {
    position: absolute;
    top:21px;
    left: 7px;
  }
  .box_footer_01_inner dl dd {
    padding: 40px 0 30px;
  }
  .box_footer_01_inner dl dd.box_mail {
    /*margin: -20px 0 0;*/
    padding: 20px 0 30px;
  }
  .box_footer_01_inner dl dd.box_mail span {
    font-size: 18px;
  }

  .box_footer_01_inner dl dd .btn_orange_01 a {
   /* margin: 0 0 0;*/
  }

  .box_footer_01_inner .gmap {
    margin: 15px 0 0;
  }
  .box_footer_02 {
    width: 100%;
  }
  .box_footer_02_inner {
    width: 96%;
    margin: 0 auto;
    padding: 70px 0 40px;
  }
  .box_footer_02_inner .box_footer_info {
    width: 48%;
    margin: -13px 0 0;
  }
  .box_footer_02_inner .box_footer_info .info_01 {
    display: block;
  }
  .box_footer_02_inner .box_footer_info .info_01 .btn_orange_01 a {
    padding: 15px 10px 15px 30px;
  }
  .box_footer_02_inner .box_footer_info p span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
  }
  .box_footer_02_inner .box_footer_info p span:before {
    position: absolute;
    top:8px;
    left: 10px;
  }
  .box_footer_02_inner .box_footer_navi {
    width: 60%;
  }
  .box_footer_02_inner .box_footer_navi .copyright {
    margin: 80px 0 0;
  }
  

  
  
  /* page-top
  -------------------------------------------------------- */
  #page-top {
   display: none !important;
  }

  
  
}



/* ==========================================================================//
//
//　SP 700px以下
//
// ========================================================================== */

@media screen and (max-width: 700px) {

  /* assets_bnr
  -------------------------------------------------------- */
  .assets_bnr {
    justify-content: center;
    width: 96%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .assets_bnr li.assets_bnr-pc {
    display: none;
  }
  .assets_bnr li.assets_bnr-sp {
    display: block;
  }
  .assets_bnr li {
    /*width:  254px;
    max-width:48%;*/
    text-align: center;
  }
  .assets_bnr li img {
    max-width: 100%;
    /*width: 254px;
    height: auto;*/
  }
  .assets_bnr a:hover {
    opacity: 1;
  }
}



/* ==========================================================================//
//
//　SP 480px以下
//
// ========================================================================== */

@media screen and (max-width: 480px) {
  body {
      font-size: 14px;
  }  
  p {
    font-size: 100%;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
  /*a[href^="tel:"]{
    pointer-events: none;
  }*/
/*  .only_pc_navi {
    display:none !important;
  }
  .only_sp_navi {
    display:block !important;
  }
*/
  .btn_green_01 a {
    margin: 30px 0;
  }
  .btn_green_02 a {
    margin: 30px 0;
  }
  
  /* ========================================================================
  // header
  ======================================================================== */
  header {
    height: 60px;
  }
  header h1 {
    font-size: 5vw;
    margin: 20px 0 20px 10px;
  }

  
  
  
  
  /* ========================================================================
  // contents
  ======================================================================== */


  /* 見出し
  -------------------------------------------------------- */
  .ttl_main_yellow {
    font-size: 24px;
    margin: 0 0 30px;
    position: relative;
  }
  .ttl_main_yellow:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 75px;/*画像の幅*/
    height: 75px;/*画像の高さ*/
    background-image: url(/assets/img/bg_ttl_yellow_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -18px;
    left: -20px;    
  }
  .ttl_main_green {
    font-size: 24px;
    position: relative;
    margin: 0 0 40px;
  }
  .ttl_main_green:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 75px;/*画像の幅*/
    height: 75px;/*画像の高さ*/
    background-image: url(/assets/img/bg_ttl_green_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    left: -20px;    
  }
 
  /* ページ内スクロール位置調整
  -------------------------------------------------------- */
  .page_scroll {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  

  /* ========================================================================
  // footer
  ======================================================================== */

  .area_footer {
    position: relative;
    padding: 40px 0 0;
  }
  .area_footer_inner {
    background-image: none;
  }
  .box_footer_01 {
    width: 96%;
    display: block;
    padding: 0 0 40px;
  }
  .box_footer_01 .ttl_01 {
    font-size: 24px;
  }
  .box_footer_01 p {
    font-size: 14px;
    line-height: 1.4;
  }
  .box_footer_01_inner {
    width: 100%;
  }
  .box_footer_01_inner dl {
    width: 100%;
    margin: 0 0 30px;
  }
  .box_footer_01_inner dl dt {
    font-size: 16px;
    padding: 20px 40px 0;
  }
  .box_footer_01_inner dl dt:first-of-type:before {
    position: absolute;
    top:16px;
    left: 5px;
  }
  .box_footer_01_inner dl dt:last-of-type:before {
    position: absolute;
    top:21px;
    left: 7px;
  }
  .box_footer_01_inner dl dd {
    padding: 30px 0 20px;
  }
  .box_footer_01_inner dl dd a.btn_tel {
    padding: 10px 30px;
    margin: -10px 15px 0 0;
  }
  .box_footer_01_inner dl dd .btn_orange_01 {
   margin: 10px 0 0;
  }
  .box_footer_01_inner dl dd .btn_orange_01 a {
    padding: 13px 10px 13px 30px;
    margin: 10px 0 0;
  }
  box_footer_01_inner dl dd.box_mail span {

  }
  .box_footer_01_inner dl dd .btn_orange_01  {
  }
  .box_footer_01_inner .gmap {
    margin: 15px 0 0;
  }
  .box_footer_02 {
    width: 100%;
  }
  .box_footer_02_inner {
    padding: 30px 0 60px;
    display: block;
  }
  .box_footer_02_inner .box_footer_info {
    width: 100%;
    margin: 0;
  }
  .box_footer_02_inner .box_footer_info .info_01 {
    display: block;
  }
  .box_footer_02_inner .box_footer_info .info_01 .btn_orange_01 a {
    margin: 10px 0 0;
    padding: 12px 10px 12px 30px;
  }
  .box_footer_02_inner .box_footer_info p span:before {
    position: absolute;
    top:6px;
    left: 10px;
  }
  .box_footer_02_inner .box_footer_navi {
    width: 100%;
  }
  .box_footer_02_inner .box_footer_navi ul {
    display: none;
  }
  .box_footer_02_inner .box_footer_navi .copyright {
    margin: 30px 0 0;
    text-align: center;
  }
  
  /* page-top
  -------------------------------------------------------- */
  #page-top {
    display: none !important;
  }
  
}

