@charset "UTF-8";
@media screen and (max-width: 640px) {
  /* =======================================
共通CSS　background-color: var(--link-color);
======================================= */ :root {
    --content-width: 100%;
  }
  /* =======================================
デザインCSS
======================================= */
  .sp_none {
    display: none !important;
  }
  /* ------------------------------
ヘッダー
------------------------------ */
  #HEADLINE .headline ul {
    padding: 3px 10px;
  }
  header {
    margin: 0;
  }
  header .header .logo {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    box-sizing: border-box;
  }
  header .header .logo img {
    width: 100%;
    padding-left: 10px;
  }
  header .header .info {
    flex-basis: 35%;
    /* text-align: center; */
    text-align: left;
    box-sizing: border-box;
    display: none;
  }
  header .sp_menu {
    display: block;
    line-height: 1.0;
    padding: 20px 10px;
    font-size: 12px;
    background: url("../img/sp_menu.png") right 1.0em center no-repeat #C1C1C1;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }
  /* ------------------------------
フッター
------------------------------ */
  footer .footer {
    padding: 10px 0;
  }
  footer .footer ul {
    margin: 0px 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: none;
  }
  footer .footer ul li {
    display: block;
    margin: 0;
  }
  footer .footer ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.0;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    background-color: #998753; /*background-color: #0a4d3b;*/
  }
  footer .footer ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
  }
  #BOTTOM_FIXED_SP_MENU {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #BOTTOM_FIXED_SP_MENU ul {
    font-size: 0;
    border-left: 1px solid #ccc;
  }
  #BOTTOM_FIXED_SP_MENU ul li.line a {
    background-color: #53B635; /*ライン*/
    color: #fff;
  }
  #BOTTOM_FIXED_SP_MENU ul li.tel a {
    background-color: #ACA58B; /*電話*/
    color: #fff;
  }
  #BOTTOM_FIXED_SP_MENU ul li.mail a {
    background-color: #E0B430; /*メール*/
    color: #fff;
  }
  #BOTTOM_FIXED_SP_MENU ul li {
    width: 33.333333%;
    display: inline-block;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }
  #BOTTOM_FIXED_SP_MENU ul li a {
    display: inline-block;
    width: 100%;
    padding: 45px 10px 10px;
    box-sizing: border-box;
    font-size: 10px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    text-align: center;
    position: relative;
  }
  #BOTTOM_FIXED_SP_MENU ul li a:before {
    background-image: url("../img/bottom_fixed_sp_menu01.png");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    content: " ";
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -15px;
  }
  #BOTTOM_FIXED_SP_MENU ul li:nth-of-type(2) a:before {
    background-image: url("../img/bottom_fixed_sp_menu02.png");
  }
  #BOTTOM_FIXED_SP_MENU ul li:nth-of-type(3) a:before {
    background-image: url("../img/bottom_fixed_sp_menu03.png");
  }
  #BOTTOM_FIXED_SP_MENU ul li:nth-of-type(4) a:before {
    background-image: url("../img/bottom_fixed_sp_menu04.png");
  }
  #BOTTOM_FIXED_SP_MENU ul li:nth-of-type(5) a:before {
    background-image: url("../img/bottom_fixed_sp_menu05.png");
  }
  #BOTTOM_FIXED_SP_MENU ul li.line a:before {
    background-image: url("../img/line.svg");
  }
  #BOTTOM_FIXED_SP_MENU ul li.tel a:before {
    background-image: url("../img/tel.svg");
  }
  #BOTTOM_FIXED_SP_MENU ul li.mail a:before {
    background-image: url("../img/mail.svg");
  }
  .to_top {
    bottom: 80px;
  }

  #SP_MENU_AREA {
    display: block;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
    width: 80%;
    overflow: auto;
    font-size: 100%;
    padding-bottom: 30px;
  }
  #SP_MENU_AREA .banner {
    margin: 10px;
  }
  #SP_MENU_AREA .banner img {
    width: 100%;
    vertical-align: bottom;
  }
  #SP_MENU_AREA .title {
    padding: 10px;
    line-height: 1.0;
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color);
    margin: 30px 0px 0px;
  }
  #SP_MENU_AREA ul.menu_link {}
  #SP_MENU_AREA ul.menu_link li a {
    display: block;
    line-height: 1.0;
    padding: 15px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    color: #333;
    text-decoration: none;
    line-height: 1.9em;
  }
  #SP_MENU_AREA ul.menu_link li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
  }
  #OVERLAY {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    left: 0;
    display: none;
  }
  #OVERLAY #CLOSE {
    display: block;
    right: 15px;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 172px;
    background-size: 44px 172px;
    background-image: url("../img/menu_close.svg");
    background-position: center center;
    top: 60px;
  }
  #SP_MENU_AREA .close_btn {
    line-height: 1;
    border-radius: 4px;
    color: #666;
    background-color: #ccc;
    text-align: center;
    padding: 15px;
    margin: 10px;
    font-size: 87%;
  }
  /* ------------------------------
トップページ
------------------------------ */
  #TOP_IMG .top_img {
    box-sizing: border-box;
    padding: 0 10px;
  }
  #TOP_CONTENTS_TITLE, #TOP_CONTENTS_TITLE02, #TOP_CONTENTS_TITLE03, #TOP_CONTENTS_TITLE04, #TOP_CONTENTS_TITLE05, #TOP_CONTENTS_TITLE06, #TOP_CONTENTS_TITLE07 {
    margin: 20px auto;
  }
  #TOP_CONTENTS_TITLE .top_contents_title {
    padding: 15px;
    font-size: 25px;
    box-sizing: border-box;
  }
  #TOP_CONTENTS_TITLE02 .top_contents_title, #TOP_CONTENTS_TITLE03 .top_contents_title, #TOP_CONTENTS_TITLE04 .top_contents_title, #TOP_CONTENTS_TITLE05 .top_contents_title, #TOP_CONTENTS_TITLE06 .top_contents_title, #TOP_CONTENTS_TITLE07 .top_contents_title {
    padding: 15px 30px;
    font-size: 25px;
    box-sizing: border-box;
  }
  .top_contents_sec h2, #TOP_LINK_AREA .top_link_area h2, .top_contents_sec_title {
    font-size: 25px;
    padding: 0 10px;
    line-height: 1.5;
  }
  #TOP_LINK_AREA .top_link_area h3 {
    font-size: 14px;
  }
  .top_contents_sec_list {
    padding: 15px;
  }
  .top_contents_sec_list li {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    line-height: 1.5;
  }
  .link_group {
    padding: 15px;
  }
  .link_group li {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    line-height: 1.5;
  }
  .top_cv, .top_cv2, .top_link_area, .top_contents_sec {
    padding: 15px;
    box-sizing: border-box;
  }
  #TOP_CV .top_cv {
    padding: 15px;
  }
  #TOP_CV .top_cv .top_cv_txt {
    width: 100%;
  }
  #TOP_CV .top_cv .top_cv_txt .title {
    line-height: 1.5;
  }
  #TOP_CV .top_cv .top_cv_txt, #TOP_CV .top_cv .top_cv_link {
    float: none;
  }
  #TOP_CV .top_cv .top_cv_link {
    height: 135px;
    margin-top: 20px;
    width: 230px;
    float: none;
  }
  /* ------------------------------
コンテンツ
------------------------------ */
  .top_cv, .top_cv2, .top_link_area, .top_contents_sec, .contents_sec {
    margin: 20px auto;
  }
  .contents_sec .main {
    float: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .contents_sec aside {
    float: none;
    width: 100%;
    margin: 30px auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  /* ------------------------------
パーツ
------------------------------ */
  .fukidasi_txt_right, .fukidasi_txt_left {
    margin: 30px 20px;
  }
  .fukidasi_txt_left .fukidasi, .fukidasi_txt_right .fukidasi {
    display: block;
    padding: 15px;
    background-color: #fff9c5;
    border-radius: 10px;
    font-weight: bold;
    color: #333;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    line-height: 1.8;
    position: relative;
    margin-bottom: 20px;
  }
  .fukidasi_txt_left .icon, .fukidasi_txt_right .icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 300px;
  }
  .flow_box {
    margin-top: -15px;
  }
  .flow_box .flow_box_left {
    float: left;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
  .flow_box .flow_box_right {
    float: right;
    width: 80px;
  }
  .case_box .case_box_left {
    width: 80px;
  }
  .case_box .case_box_right {
    float: right;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
  .case_box .case_box_title {
    font-size: 14px;
    line-height: 1.2;
  }
  .case_box .case_box_title .red {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .down_arrow img {
    width: 200px;
  }
  /*追加ここから*/
  .two_box .two_box_left {
    float: left;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
  }
  .two_box .twobox_right {
    float: right;
    width: 80px;
  }
  /*---------------*/
  .col_two_one ul {
    margin-right: 0;
  }
  .col_two_one li {
    width: 100%;
  }
  .col_two_one li:nth-child(2n+1) {
    clear: both;
  }
  /*追加ここまで*/
  /*---------------*/
  .col_two_one_mini ul {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .col_two_one_mini li {
    width: 100%;
    margin: 0 10px 0 15px;
  }
  .col_two_one_mini li:nth-child(2n+1) {
    clear: both;
  }
  /*追加ここまで*/
  /*---------------*/
  .col_two_one_mini ul {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .col_two_one_mini li {
    width: 100%;
    margin: 0 10px 0 15px;
  }
  .col_two_one_mini li:nth-child(2n+1) {
    clear: both;
  }
  /*追加ここまで*/
  /*調整*/
  .cv_link_btn {
    margin: 30px auto;
  }
  .cv_link_btn a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 300px;
    text-align: center;
    color: #fff;
    background-color: var(--accent-color);
    line-height: 1.8;
    padding: 10px 55px;
    text-decoration: none;
    position: relative;
    font-size: 18px;
  }
  .cv_link_btn a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -20px;
    font-size: 23px;
  }
  .cv_link_btn a:hover {
    opacity: 0.6;
  }
  /* =======================================
SPで非表示
======================================= */
  #NAV_BOTTOM, #BOTTOM_FIXED, #GLOBAL_NAV {
    display: none;
  }
}
.yohaku {
  margin: 0px 15px 0px 15px;
  overflow: visible;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}