@charset "UTF-8";
/* font
-------------------------- */
/* line 6, ../sass/_mixin_common.scss */
.noto {
  font-family: 'Noto Sans Japanese';
}

/* line 9, ../sass/_mixin_common.scss */
.fw_t {
  font-weight: 100;
}

/* line 13, ../sass/_mixin_common.scss */
.fw_l {
  font-weight: 200;
}

/* line 17, ../sass/_mixin_common.scss */
.fw_dl {
  font-weight: 300;
}

/* line 21, ../sass/_mixin_common.scss */
.fw_r {
  font-weight: 400;
}

/* line 25, ../sass/_mixin_common.scss */
.fw_m {
  font-weight: 500;
}

/* line 29, ../sass/_mixin_common.scss */
.fw_b {
  font-weight: 700;
}

/* line 33, ../sass/_mixin_common.scss */
.fw_b {
  font-weight: 900;
}

/* color
-------------------------- */
/*clearfix*/
/* line 44, ../sass/_mixin_common.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* line 52, ../sass/_mixin_common.scss */
.clearfix {
  *zoom: 1;
}

/*hover*/
/* line 58, ../sass/_mixin_common.scss */
.hv a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 64, ../sass/_mixin_common.scss */
.hv:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 72, ../sass/_mixin_common.scss */
.hv_non a {
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
/* line 78, ../sass/_mixin_common.scss */
.hv_non:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 6, ../sass/responsive.scss */
.pc {
  display: block;
}

/* line 10, ../sass/responsive.scss */
.sp {
  display: none;
}

/* line 15, ../sass/responsive.scss */
#responsive_flg {
  display: none;
}

/* pc 〜800
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /* line 1, ../sass/_tablet.scss */
  .pc {
    display: none;
  }

  /* line 4, ../sass/_tablet.scss */
  .sp {
    display: block;
  }

  /* line 7, ../sass/_tablet.scss */
  #responsive_flg {
    display: block;
    position: absolute;
    left: -9999px;
  }

  /* line 12, ../sass/_tablet.scss */
  body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
  }

  /* line 17, ../sass/_tablet.scss */
  body, div, p, h1, h2, h3, h4, h5, li, a, ul, #wrap, dt, dd, li, th, td, input, button {
    box-sizing: border-box;
  }

  /* **************************************
  base
  ************************************** */
  /* line 25, ../sass/_tablet.scss */
  .wrap {
    width: 100%;
    padding: 30px 10px 0;
    margin-bottom: 50px;
  }

  /* **************************************
  layout
  ************************************** */
  body {
    padding-top: 80px;
  }
  /* line 33, ../sass/_tablet.scss */
  .header {
    height: 80px;
    border-bottom: 0;
  }

  /* line 37, ../sass/_tablet.scss */
  .headerInner {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
    padding-right: 2%;
  }
  /* line 40, ../sass/_tablet.scss */
  .headerInner .btnMenu {
    flex: revert;
    height: 80px;
    width: 80px;
    background-size: 50px 50px;
    margin-right: 10px;
  }
  /* line 44, ../sass/_tablet.scss */
  .headerInner .btnMenu.active {
    background-size: 50px 50px;
  }
  /* line 48, ../sass/_tablet.scss */
  .headerInner .gNavi {
    display: none;
    width: 100%;
    top: 80px;
  }

  .headerInner .gNavi .btnContainer {
    width: 100%;
    background: #fff;
    padding: 30px 0 0;
    display: flex;
  }
  .headerInner .gNavi .btnContainer .btnSearchLinkNav {
    color: #FFF;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 14px 6px;
    font-size: 18px;
    transition: opacity .5s ease;
    font-weight: 500;
    letter-spacing: .05em;
    width: 81%;
    max-width: none;
    border: solid 4px #f97d00;
  }
  .headerInner .gNavi .btnContainer .btn01, .btnContainer .btn02 {
    text-align: center;
    width: 50%;
  }
  .headerInner .gNavi .btnContainer .btn01 .btnSearchLinkNav {
    background: #FF9326;
    margin-bottom: 12px;
  }
  .headerInner .gNavi .btnContainer .btn02 .btnSearchLinkNav {
    background: #57ae1d;
    border-color: #4d8a24;
  }

  /* line 52, ../sass/_tablet.scss */
  .headerInner .gNavi ul {
    width: auto;
    display: flex;
    flex-wrap:  wrap;
    padding: 19px 0 26px;
  }
  /* line 54, ../sass/_tablet.scss */
  .headerInner .gNavi ul li {
    width: 50%;
    display:  flex;
    align-items: center;
    height: 73px;
    border-bottom:  1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 0 0 0 19px;
  }
  .headerInner .gNavi ul li:nth-child(1), .headerInner .gNavi ul li:nth-child(2) {
    border-top: 1px solid #f5f5f5;
  }
  /* line 57, ../sass/_tablet.scss */

  /* line 75, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(5) {
    top: 0px;
  }
  /* line 66, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(6) {
    top: 45px;
  }
  /* line 69, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(7) {
    top: 90px;
  }
  /* line 72, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(8) {
    top: 135px;
  }
  .headerInner .gNavi ul li img {
    width: 20px;
    height: 20px;
  }
  /* line 78, ../sass/_tablet.scss */
  .headerInner .gNavi ul li a {
    font-size: 17px;
    /* padding: 16px 0 16px 49px; */
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    width: 100%;
    /* border: none; */
    /* border-right: 1px solid #f5f5f5; */
    margin: 0 0 0 17px;
  }
  /* line 83, ../sass/_tablet.scss */
  .headerInner .gNavi ul li a:hover {
    background-color: #fff;
  }
  .headerInner .gNavi ul li:nth-child(2) a{
    /* border-top: 1px solid #f5f5f5; */
  }

  .headerInner .header-contents-wrap {
    flex: revert;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .headerInner .header-contents {
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }

  /* line 90, ../sass/_tablet.scss */
  .headerInner h1,
  .headerInner .logo-wrap > div{
    line-height: 1;
    top: 10px;
    left: 93px;
  }
  /* line 93, ../sass/_tablet.scss */
  .headerInner h1 img,
  .headerInner .logo-wrap > div img{
    max-width: 91px;
    height: auto;
    margin-bottom: 0;
  }
  /* line 97, ../sass/_tablet.scss */
  .headerInner h1 a {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 101, ../sass/_tablet.scss */
  .headerInner h1:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .headerInner .header-img a {
    display: block;
  }

  .headerInner .header-img a img {
    height: auto;
  }

  /* line 106, ../sass/_tablet.scss */
  .headerInner .btnCompany {
    position: absolute;
    top: 0;
    right: 9px;
    border: 2px solid #d9d9d9;
    border-top: 0;
    font-size: 12px;
    font-weight: 400;
    background: url(../images/arrow_down01.png) center 25px no-repeat;
  }

  .headerInner .header-txt {
    font-size: 10px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    color: #1a1a1a;
    margin-top: 3px;
  }
  /* line 113, ../sass/_tablet.scss */
  .headerInner .btnCompany a {
    padding: 5px 10px 16px;
  }
  /* line 118, ../sass/_tablet.scss */
  .headerInner .description,
  .headerInner .headerNavi {
    display: none;
  }

  .headerInner .contact-box {
    display: none;
  }

  /* line 125, ../sass/_tablet.scss */
  .footer {
    padding: 20px 0 0;
  }

  /* line 128, ../sass/_tablet.scss */
  .footerLangNavSp {
    display: block;
    padding: 0 15px 15px;
  }
  /* line 131, ../sass/_tablet.scss */
  .footerLangNavSp li {
    float: left;
    width: 50%;
    padding: 15px;
  }
  /* line 136, ../sass/_tablet.scss */
  .footerLangNavSp a {
    display: block;
    color: #333333;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    background: url(../images/arrow_right01.png) 95% center no-repeat #f5f5f5;
    text-decoration: none;
    padding: 10px 0;
    font-size: 12px;
  }

  /* line 149, ../sass/_tablet.scss */
  .footerInner {
    width: 100%;
    padding: 0 10px;
  }
  /* line 152, ../sass/_tablet.scss */
  .footerInner .footerNavi {
    font-size: 12px;
    padding: 0;
  }
  /* line 153, ../sass/_tablet.scss */
  .footerInner .footerNavi:first-of-type {
    width: 51%;
  }
  /* line 156, ../sass/_tablet.scss */
  .footerInner .footerNavi:last-of-type {
    width: 49%;
  }
  /* line 161, ../sass/_tablet.scss */
  .footerInner .footerNavi li {
    padding: 0;
    margin-bottom: 0;
  }
  /* line 165, ../sass/_tablet.scss */
  .footerInner .footerNavi a {
    display: block;
    padding: 14px 0 13px 10px;
  }
  /* line 170, ../sass/_tablet.scss */
  .footerInner .bnrFooter01,
  .footerInner .bnrFooter02 {
    width: 100%;
    float: none;
    clear: both;
  }
  /* line 176, ../sass/_tablet.scss */
  .footerInner .bnrFooter01 {
    padding-top: 20px;
    margin-bottom: 14px;
  }
  /* line 177, ../sass/_tablet.scss */
  .footerInner .bnrFooter01 img {
    width: 100%;
  }
  /* line 182, ../sass/_tablet.scss */
  .footerInner .bnrFooter01 a {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 186, ../sass/_tablet.scss */
  .footerInner .bnrFooter01:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 191, ../sass/_tablet.scss */
  .footerInner .bnrFooter02 {
    margin-bottom: 35px;
  }
  /* line 193, ../sass/_tablet.scss */
  .footerInner .bnrFooter02 a {
    font-size: 13px;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 198, ../sass/_tablet.scss */
  .footerInner .bnrFooter02:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /* line 204, ../sass/_tablet.scss */
  .copyright {
    border-top: 2px solid #418615;
    font-size: 11px;
    padding: 7px 0 6px;
  }

  /* line 210, ../sass/_tablet.scss */
  .totop {
    margin-bottom: 20px;
    width: 100%;
  }
  .totop_bottom {
    position:fixed;
    bottom: 75px;
    right:10px;
    z-index:1000000;
   }
  /* line 213, ../sass/_tablet.scss */
  .totop a {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .totop_bottom a {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    display:block;
    padding:10px;
    background:#50A02A;
    color:#FFFFFF;
    width:50px;
    height:50px;
    background:url(../images/pagetop.jpg) no-repeat;
    background-size:cover;
    text-indent: 140%;
    white-space:nowrap;
    overflow:hidden;
  }
  /* line 215, ../sass/_tablet.scss */
  .totop a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .totop_bottom a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
.sp{
  right: 0;
  bottom: -50px;
  transition: bottom .4s ease;

  }
.sp.show{
  bottom: 75px;
  transform: translate3d(0,0,0);
  }

/* line 221, ../sass/_tablet.scss */
  .bnrContFooter_sp {
    width: 95%;
    margin: 60px auto 0;
  }
  /* line 224, ../sass/_tablet.scss */
  .bnrContFooter_sp a {
    display: block;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 229, ../sass/_tablet.scss */
  .bnrContFooter_sp:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .bnrMagazine {
    text-align: left;
    width: 95%;
    margin: 40px auto 0;
  }

  .link-text {
    margin: 17px 0 0;
    text-align: center;
  }
  .link-text a {
    font-size: 14px;
    color: #0070c0;
    text-decoration: none;
    border-bottom: 1px solid #0070c0;
  }
  .link-text a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 1px 3px;
    border-top: 1px solid #0070c0;
    border-right: 1px solid #0070c0;
    transform: rotate(45deg);
  }
  .link-text a:hover {
    border-bottom: none;
  }

  /* **************************************
  module
  ************************************** */
  /* heading
  -------------------------- */
  /* line 241, ../sass/_tablet.scss */
  .ttlPage {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .ttlPage + .leadPage {
    font-size: 14px;
    margin-top: -12px;
    margin-bottom: 25px;
  }
  .wrap .ttlPage + p {
    margin: -10px 0 25px 0;
    font-size: 15px;
    line-height: 1.8;
}

  /* line 247, ../sass/_tablet.scss */
  .ttlSection {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .sttlSection {
    font-size: 15px;
    margin-bottom: 10px;
  font-weight:bold;
  }

  /* line 253, ../sass/_tablet.scss */
  .ttlSub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  /* section basic style
  -------------------------- */
  /* line 262, ../sass/_tablet.scss */
  .section p {
    font-size: 15px;
  }
  /* line 265, ../sass/_tablet.scss */
  .section p.notice {
    font-size: 12px;
  }
  .section p.notice.is-num {
    padding: 0 0 0 27px;
    text-indent: -13px;
  }
  .section .list01 li {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
  }

  /* section segment
  -------------------------- */
  /* line 273, ../sass/_tablet.scss */
  .segmentM {
    margin-bottom: 45px;
  }

  /* line 277, ../sass/_tablet.scss */
  .segmentS {
    margin-bottom: 30px;
  }

  /* section table
  -------------------------- */
  /* line 285, ../sass/_tablet.scss */
  .tableBasic {
    font-size: 12px;
  }
  /* line 287, ../sass/_tablet.scss */
  .tableBasic small {
    font-size: 100%;
  }
  /* line 290, ../sass/_tablet.scss */
  .tableBasic th {
    width: auto;
    padding: 6px 3px;
  }
  /* line 294, ../sass/_tablet.scss */
  .tableBasic td {
    padding: 6px 3px;
  }
  /* line 297, ../sass/_tablet.scss */
  .tableBasic .termName {
    font-size: 14px;
    width: auto;
  }

  /* line 302, ../sass/_tablet.scss */
  .table_01 {
    display: none;
  }

  /* line 305, ../sass/_tablet.scss */
  .table01Sp {
    display: table;
    width: 100%;
    margin-bottom: 18px;
  }
  .table01Sp.mb00 {
    margin-bottom: 0px;
  }
  /* line 309, ../sass/_tablet.scss */
  .table01Sp th {
  width: 40%;
  white-space:normal
  }
  /* line 312, ../sass/_tablet.scss */
  .table01Sp td {
    white-space:normal
  }
  .table01Sp .greenbg {
  background:#eef7e8;
  color:#57ae1d;
  padding:5px;
  width:20%;
  }
  .table01Sp .al {
  padding:15px 10px;
  }
  .table01Sp .ac .red {
  color:#FF0004 !important;
  display:block;
  text-align:left;
  }

  .table01Sp .green_txt {
  color:#57ae1d;
  display:block;
  }

  /* line 317, ../sass/_tablet.scss */
  .btn a {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 321, ../sass/_tablet.scss */
  .btn:hover a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .flow_link {
    font-size: 15px;
  }
  /* **************************************
  page
  ************************************** */
  /* flow
  -------------------------- */
  /* line 334, ../sass/_tablet.scss */
  .flowWrap {
    border: 0px;
    padding: 0px;
  }

  /* line 338, ../sass/_tablet.scss */
  .flow {
    margin: 0 -10px 30px;
    padding: 20px 10px;
  }
  /* line 341, ../sass/_tablet.scss */
  .flow .num {
    width: 37px;
    height: 37px;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  /* line 348, ../sass/_tablet.scss */
  .flow .num img {
    width: 18px;
    height: 18px;
  }
  /* line 353, ../sass/_tablet.scss */
  .flow h3 {
    padding-left: 10px;
    float: left;
    line-height: 1;
    font-size: 17px;
  }
  /* line 358, ../sass/_tablet.scss */
  .flow h3 small {
    display: block;
    line-height: 2;
    text-indent: -0.5em;
    font-size: 12px;
  }
  /* line 365, ../sass/_tablet.scss */
  .flow p {
    clear: both;
    font-size: 14px;
    line-height: 1.67;
    margin-bottom: 20px;
  }
  /* line 371, ../sass/_tablet.scss */
  .flow .colL {
    width: 100%;
    float: none;
  }
  /* line 375, ../sass/_tablet.scss */
  .flow .colR {
    width: 100%;
    float: none;
  }
  /* line 378, ../sass/_tablet.scss */
  .flow .colR img {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  /* line 383, ../sass/_tablet.scss */
  .flow .colR .btn {
    width: 75%;
    margin: 0 auto;
  }
  /* line 386, ../sass/_tablet.scss */
  .flow .colR .btn a {
    background: url(../images/arrow_right_03.png) #57ae1d 90% center no-repeat;
    background-size: 7px 14px;
    font-size: 16px;
    color: #FFFFFF;
  }

  /* line 396, ../sass/_tablet.scss */
  .flow_09 h3 {
    margin-bottom: 0;
    line-height: 37px;
  }

 .flowWrap02#search {
     margin-top: 40px;
 }
.flowWrap02#search01 {
    margin-top: 0px;
}
  .flowWrap02#search h2,
  .flowWrap02#search01 h2 {
      font-size: 20px;
      padding: 5px 0 0 0;
  }
  .flowWrap02#search h3,
  .flowWrap02#search01 h3 {
      font-size: 15px;
      margin: 15px 0 20px;
  }

  .flowWrap02 .listArea {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 467, ../sass/top.scss */
  .flowWrap02 .listArea dt {
    width: 100%;
    float: none;
    padding: 7px 5px 7px 26px;
    background: url(../images/point01.png) 10px center no-repeat;
    background-size: 10px 10px;
    background-color: #eee !important;
  }
  /* line 475, ../sass/top.scss */
  .flowWrap02 .listArea dd {
    width: 100%;
    padding: 15px 5px 0px 26px;
    background: #fff !important;
  }
  /* line 480, ../sass/top.scss */
  .flowWrap02 .listArea dd ul li {
    display: inline-block;
    margin-bottom: 15px;
  }
  /* line 483, ../sass/top.scss */
  .flowWrap02 .listArea dd ul li:after {
    content: "|";
    margin-right: 10px;
    margin-left: 10px;
  }
  /* line 488, ../sass/top.scss */
  .flowWrap02 .listArea dd ul li:last-child:after {
    display: inline;
  }
  .flowWrap span.green {
    color:#54AC18;
  }


  /*
    form
  --------------------------- */
  /* line 753, ../sass/_tablet.scss */
  .formWrap {
    margin: 0 -10px;
  }

  /* line 757, ../sass/_tablet.scss */
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"],
  .form textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  /* line 764, ../sass/_tablet.scss */
  .form textarea {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }
  /* line 769, ../sass/_tablet.scss */
  .form th {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 10px 10px 0;
    border-bottom: 0;
  }
  /* line 776, ../sass/_tablet.scss */
  .form td {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 6px 10px 12px;
    font-size: 13px;
  }
  /* line 785, ../sass/_tablet.scss */
  .form .name input,
  .form .kana input {
    width: 48%;
    margin-right: 0px;
    /* float: left; */
  }

  /* line 789, ../sass/_tablet.scss */
  .form .name input:last-of-type,
  .form .kana input:last-of-type {
    float: right;
  }
  /* line 795, ../sass/_tablet.scss */
  .form .tel input {
    width: 31%;
  }
  /* line 798, ../sass/_tablet.scss */
  .form .tel span {
    text-align: center;
    width: 3.5%;
    display: inline-block;
    margin: 0;
  }
  /* line 806, ../sass/_tablet.scss */
  .form .email input {
    width: 100%;
  }
  /* line 811, ../sass/_tablet.scss */
  .form .birth span {
    margin-left: 5px;
    margin-right: 15px;
  }
  /* line 817, ../sass/_tablet.scss */
  .form .point label {
    width: 50%;
    margin: 0;
  }
  /* line 822, ../sass/_tablet.scss */
  .form label {
    display: block;
    float: left;
    margin: 0;
    padding: 25px 0;
    vertical-align:top;
  }
  /* line 822, ../sass/_tablet.scss */
  .form label.w32 {
    width: 32%;
  margin: 0;
  }
  /* line 822, ../sass/_tablet.scss */
  .form label.w38 {
    width: 38%;
  margin: 0;
  }
   /* line 822, ../sass/_tablet.scss */
  .form label.w50 {
    width: 50%;
  margin: 0;
  }
   /* line 822, ../sass/_tablet.scss */
  .form label.w100 {
    width: 100%;
  margin: 0;
  }

  /* line 831, ../sass/_tablet.scss */
  .form.confirm {
    font-size: 12px;
    table-layout: fixed;
  }
  /* line 834, ../sass/_tablet.scss */
  .form.confirm th {
    width: 45%;
    display: table-cell;
    border-bottom: 1px #dcdcdc solid;
    vertical-align: top;
    padding: 16px 10px;
  }
  /* line 841, ../sass/_tablet.scss */
  .form.confirm td {
    width: 55%;
    display: table-cell;
    vertical-align: top;
    padding: 16px 10px 16px 0;
  }

  /* line 848, ../sass/_tablet.scss */
  .btnFrom {
    text-align: center;
    margin: 0 20px;
  }
  /* line 851, ../sass/_tablet.scss */
  .btnFrom li {
    width: 49%;
    padding: 0 5px;
    margin: 0;
  }

  .btnFrom li:first-child {
    margin-bottom:15px;
  }


  /* line 856, ../sass/_tablet.scss */
  .btnFrom button {
    height: 50px;
    margin: 0;
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    border: 0;
    background: #e59914;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 868, ../sass/_tablet.scss */
  .btnFrom button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 871, ../sass/_tablet.scss */
  .btnFrom button.disable {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  /* line 873, ../sass/_tablet.scss */
  .btnFrom button.disable:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }

  /* line 881, ../sass/_tablet.scss */
  .bnrForm li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 885, ../sass/_tablet.scss */
  .bnrForm li a {
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  /* line 887, ../sass/_tablet.scss */
  .bnrForm li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .rwdnone {
    display:none;
  }

.homeLead p:first-child {
  font-size:15px;
  line-height:160%;
}

.clearfix:after, .headerInner .gNavi ul:after, .headerInner .headerNavi ul:after, .footerInner:after, .footerLangNavSp:after, .segmentM:after, .segmentS:after, .tableWrap:after, .flow:after, .form th:after, .form td:after, .bnrForm:after {
  display: none;
}


}
@media only screen and (max-width: 640px) {
  /* **************************************
  layout
  ************************************** */
  body {
    padding-top: 60px;
  }
  /* line 4, ../sass/_sp.scss */
  .header {
    height: 60px;
  }


  /* line 8, ../sass/_sp.scss */
  .headerInner .btnMenu {
    height: 60px;
    width: 60px;
    background-size: 40px 40px;
  }
  /* line 12, ../sass/_sp.scss */
  .headerInner .btnMenu.active {
    background-size: 40px 40px;
  }
  /* line 16, ../sass/_sp.scss */
  .headerInner .gNavi {
    top: 60px;
  }
  /* line 19, ../sass/_sp.scss */
  .headerInner h1,
  .headerInner .logo-wrap > div{
    margin-top: 2px;
  }
  /* line 22, ../sass/_sp.scss */
  .headerInner h1 img, .headerInner .logo-wrap img {
    /* max-width: 120px; */
    height: auto;
    max-height: 51.66px;
  }
  /* line 27, ../sass/_sp.scss */
  .headerInner .btnCompany {
    right: 3px;
  }

  select.select-w01 {
  width:50% !important;
  }
  textarea.ta-w01 {
  width:96% !important;
  }
  .request2 .btnFrom span.prevBtn,.request2 .btnFrom span.nextBtn,.btnFrom button, input[type="submit"], input[type="reset"] {
    font-size: 18px;
    border-radius: 5px;
    font-weight: 400;
  }

    .wrap .box01 {
        padding: 12% 20px 20px;
        margin: 15px auto 20px;
    }
    .wrap .box01 h2 {
        width: 90%;
        top: -10%;
        left: 5%;
        margin: 0;
    }
    .wrap .box01 a {
        display: block;
        width: 80%;
        max-width: 300px;
        margin: 5% auto 0;
    }

    .wrap .box02 {
        padding: 10px;
        background-size: 6px 6px;
        margin-bottom: 40px;
    }
    .wrap .box02-inr {
        padding: 10px;
    }
    .wrap .box02 h3 {
        height: auto;
        font-size: 20px;
        line-height: 1.3;
        background-size: auto 100%;
        margin: 30px 0 14px 0;
        padding: 40px 0 0 0;
    }
    .wrap .box02 h3 strong {
        font-size: 30px;
    }
    .wrap .box02 .txt01 {
        font-size: 15px;
        text-align: left;
    }

  .wrap .box02 .txt01 br.none {
    display: none;
  }
    .wrap .box02 .txt02 {
        font-size: 17px;
        text-align: center;
        line-height: 1.3;
        margin: 8px 0 10px 0;
    }
    .wrap .box02 .txt02 strong {
        font-size: 26px;
    }
    .wrap .box02 .box02-inr > div {
        padding: 15px;
        margin: 0;
    }
    .wrap .box02 .box02-inr > div h4 {
        font-size: 23px;
        margin: 0 0 -2px 0;
    }
    .wrap .box02 .box02-inr > div p {
        font-size: 15px;
        text-align: left;
    }


  .box02 .lead {
  padding: 10px 20px !important;
  margin: 0px auto !important;
  border: none !important;
  background: none !important;
  overflow: hidden;
  width: auto;
}
.box02 .lead h2 {
  color: #59AC1C;
  font-size: 22px;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  line-height: 120%;
}
  .box02 .lead br {
    display:none;
  }

.box02 .lead p.txt02 {
  font-size: 14px !important;
  text-align: left;
  line-height: 150%;
  width: auto;
  font-weight: normal;
  float: none;
}
.box02 .lead p.txt02 span {
  display: block !important;
  margin: 10px 0;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 500;
  background:url(../images/point01.png)no-repeat center left;
}
.box02 .lead p.txt02 span.li01 {
   margin-top:20px;
}
.box02 .lead p.txt02 span.li03 {
  margin-bottom:20px;
}
.box02 .lead p.txt02 strong {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-decoration: underline;
}
.box02 .lead p.txt02 a {
  color: #52AD10;
  font-weight: 500;
}
.box02 .lead p.img01 {
  float: none;
  margin-bottom: 20px;
}
.box02 .lead p.img01 img {
  width: 100%;
  height: auto;
  }

/*drawer_box*/
#drawer_box{
  padding: 5px;
  width:  100%;
  background: #f3f3f3;
  right: 0;
  bottom: -120px;
  transition: bottom .4s ease;
  }
#drawer_box.show{
  bottom: 0;
  transform: translate3d(0,0,0);
  }
#drawer_box a{
  display:  block;
  color: #FFF;
  padding: 6px 5px;
  writing-mode:lr-tb;
  text-align:  center;
  }
#drawer_box ul{
  text-align: center;
}
#drawer_box li{
  width: 150px;
  display:  inline-block;
  }
#drawer_box li.reserve{
  width: 280px;
}
#drawer_box .document{
  margin: 0px 0px 0 0px;
  }
#drawer_box .Introduction{
}
}

@media all and (min-width: 641px) and (max-width: 767px)  {
  .wrap .box01 {
      padding: 65px 20px 20px;
  }
  .headerInner .gNavi .btnContainer {
    width: 100%;
    background: #fff;
    padding: 30px 0 0;
  }
  .headerInner .gNavi .btnContainer .btnSearchLinkNav {
    color: #FFF;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 12px 6px;
    font-size: 16px;
    transition: opacity .5s ease;
    font-weight: 500;
    letter-spacing: .05em;
    width: 84%;
    border: solid 4px #f97d00;
  }
  .headerInner .gNavi .btnContainer .btn01, .btnContainer .btn02 {
    text-align: center;
  }
  .headerInner .gNavi .btnContainer .btn01 .btnSearchLinkNav{
    background: #FF9326;
    margin-bottom: 12px;
  }
  .headerInner .gNavi .btnContainer .btn02 .btnSearchLinkNav {
    background: #57ae1d;
    border-color: #4d8a24;
  }
  /* line 52, ../sass/_tablet.scss */
  .headerInner .gNavi ul {
    width: auto;
    display: flex;
    flex-wrap:  wrap;
    padding: 19px 0 26px;
  }
  /* line 54, ../sass/_tablet.scss */
  .headerInner .gNavi ul li {
    height: 56px;
    width: 50%;
  }
  /* line 57, ../sass/_tablet.scss */
  /* line 75, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(5) {
    top: 0px;
  }
  /* line 66, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(6) {
    top: 45px;
  }
  /* line 69, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(7) {
    top: 90px;
  }
  /* line 72, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(8) {
    top: 135px;
  }

  /* line 78, ../sass/_tablet.scss */
  .headerInner .gNavi ul li a {
    font-size: 15px;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    width: 100%;
    /* border: none; */
    /* border-right: 1px solid #f5f5f5; */
  }
  /* line 83, ../sass/_tablet.scss */
  .headerInner .gNavi ul li a:hover {
    background-color: #fff;
  }
}

@media all and (min-width: 641px)  {

  /*drawer_box*/
  #drawer_box .document  {
    background: url(../images/drawer_box_img01.png) no-repeat;
  }
  #drawer_box .Introduction {
    background: url(../images/drawer_box_img02.png) no-repeat;
  }
  #drawer_box .reserve {
    background: url(../images/drawer_box_img03.png) no-repeat;
  }
  #drawer_box li img {
    display: none;
  }
  #drawer_box a{
    display:  block;
    width: 57px;
    height: 205px;
    }
  #drawer_box .reserve a{
    height: 330px;
  }
  #drawer_box a:hover {
    filter: alpha(opacity=100);
    background: url(../images/drawer_box_img01_on.png) no-repeat ;
    }
  #drawer_box .Introduction a:hover {
    background: url(../images/drawer_box_img02_on.png) no-repeat;
  }
  #drawer_box .reserve a:hover {
    background: url(../images/drawer_box_img03_on.png) no-repeat;
  }
}

@media all and (max-width: 640px) {
  .headerInner .gNavi .btnContainer {
    width: 100%;
    background: #fff;
    padding: 30px 21px 0;
    display: block;
  }
  .headerInner .gNavi .btnContainer .btnSearchLinkNav {
    color: #FFF;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 13px 6px;
    font-size: 16px;
    transition: opacity .5s ease;
    font-weight: 500;
    letter-spacing: .05em;
    width: 100%;
    border: solid 4px #f97d00;
  }
  .headerInner .gNavi .btnContainer .btn01, .btnContainer .btn02 {
    text-align: center;
    width: 100%;
  }
  .headerInner .gNavi .btnContainer .btn01 .btnSearchLinkNav {
    background: #FF9326;
    margin-bottom: 12px;
  }
  .headerInner .gNavi .btnContainer .btn02 .btnSearchLinkNav {
    background: #57ae1d;
    border-color: #4d8a24;
  }
  /* line 52, ../sass/_tablet.scss */
  .headerInner .gNavi ul {
    width: auto;
    display: flex;
    flex-wrap:  wrap;
    padding: 19px 0 26px;
  }
  /* line 54, ../sass/_tablet.scss */
  .headerInner .gNavi ul li {
    height: 65px;
    width: 50%;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    padding: 0 23px;
  }
  .headerInner .gNavi ul li:nth-child(1), .headerInner .gNavi ul li:nth-child(2) {
    border-top: 1px solid #f5f5f5;
  }
  /* line 57, ../sass/_tablet.scss */

  /* line 75, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(5) {
    top: 0px;
  }
  /* line 66, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(6) {
    top: 45px;
  }
  /* line 69, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(7) {
    top: 90px;
  }
  /* line 72, ../sass/_tablet.scss */
  .headerInner .gNavi ul li:nth-child(8) {
    top: 135px;
  }
  .headerInner .gNavi ul li img{
    width: 16px;
    height: 16px;
  }
  /* line 78, ../sass/_tablet.scss */
  .headerInner .gNavi ul li a {
    font-size: 14px;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    width: 100%;
    margin: 0 0 0 11px;
  }
  /* line 83, ../sass/_tablet.scss */
  .headerInner .gNavi ul li a:hover {
    background-color: #fff;
  }
}