@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color:#3d232b;
  font-size:150%;
  font-weight:200;
  line-height:1.8;
  /*letter-spacing:0.08em;*/
  text-align:justify;
  background-color: #fffce5;
  min-width: 960px;
}
h1 {
    margin-top: 30px;
}
h2,h3 {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
a {
  color: #2f2f2f;
  text-decoration: none;
}
a:hover {
  color: #eca400;
  opacity: 0.8;
}
/*a:hover {
  color:#EF8F2D ;
}*/
::selection{
  background-color:#D8E6BD;
}
::-moz-selection{
  background-color:#D8E6BD;
}
p {
  margin-bottom: 10px;
}
div {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}
/*body,
header,
footer{
  min-width:1080px;
}*/
header {
  padding-top: 20px;
}
nav {
  padding: 10px 20px;
  padding: 10px;
}
footer{
  font-size: 1.3rem;
  line-height: 1.5;
}
.sp {
  display: none;
}
a.hover_ptn01:hover img {
  transform: translateY(-1px);
}

.logo_area img {
    max-width: 510px;
    width: 100%;
}
.slide_bg {
    background-image: url(../img/bg_slide_01.png), url(../img/bg_slide_02.png), url(../img/bg_slide_03.png);
    background-position: left top, right top, center bottom;
    background-size: 30%, 30%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.slide_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 10px;
}
.nav_box {
    max-width: 960px;
    margin: 0 auto;
}

.inner_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 10px;
}

.bg_yellow {
    background-color: #fbffe8;
}

.bg_green {
    background-color: #e8faec;
}

.bg_green2 {
    background-color: #26bd4a;
    color: #fff;
}

.bg_orange {
    background-color: #f27548;
    color: #fff;
}

.nav_box li {
    position: relative;
    float: left;
    text-align: center;
    width: 20%;
}
.nav_box li:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #eca400;
    right: 0;
    top: 35px;
    position: absolute;
}
.nav_box li:last-child:before {
    width: 0;
}
.nav_box a {
    display: block;
    height: 80px;
    padding-top: 36px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #2f2f2f;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.nav_box li:nth-child(2) a {
    font-size: 14px;
    height: 95px;
}
.nav_box li a:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    top: 4px;
    background-size: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nav_box li a:hover {
    color: #eca400;
}

.nav_box li a:hover:before {
    top: 1px;
}

.nav_box li:nth-child(1) a:before {
    background: url(../img/nav_icon_01.png) top center no-repeat;
}
.nav_box li:nth-child(2) a:before {
    background: url(../img/nav_icon_02.png) top center no-repeat;
}
.nav_box li:nth-child(3) a:before {
    background: url(../img/nav_icon_03.png) top center no-repeat;
}
.nav_box li:nth-child(4) a:before {
    background: url(../img/nav_icon_04.png) top center no-repeat;
}
.nav_box li:nth-child(5) a:before {
    background: url(../img/nav_icon_05.png) top center no-repeat;
}
.nav_box li a:after {
    font-size: 12px;
    color: #eca400;
    font-weight: normal;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
}
.nav_box li:nth-child(1) a:after {
    content: 'top';
}
.nav_box li:nth-child(2) a:after {
    content: 'about';
}
.nav_box li:nth-child(3) a:after {
    content: 'service';
}
.nav_box li:nth-child(4) a:after {
    content: 'recruit';
}
.nav_box li:nth-child(5) a:after {
    content: 'contact';
}

.introduction {
    text-align: center;
    color: #f27548;
    background-color: #fff;
    background-image:
      url(../img/top_bg01.jpg),
      url(../img/top_bg02.jpg),
      url(../img/top_bg03.jpg);
    background-position:
      left top, right top, center bottom;
    background-size:
      30%, 23%, 60%;
    background-repeat:
      no-repeat, no-repeat, repeat-x;
}

.introduction .inner_box {
    padding-bottom: 110px;
}

.top_2col_box .f_R,
.top_2col_box .f_L {
    text-align: center;
    width: 50%;
}

.top_2col_box.ptn_01 .f_R {
    text-align: center;
    padding-top: 83px;
}

.top_2col_box.ptn_02 .f_L {
    text-align: center;
    padding-top: 83px;
}

.top_2col_box h3 {
    width: 100%;
    position: relative;
    color: #f27548;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
}

.top_2col_box h3:before {
    content: "";
    display: block;
    position: absolute;
    height: 62px;
    left: 0;
    right: 0;
    margin: auto;
    top: -75px;
    background-size: contain;
}

.top_2col_box h3.top_ttl_01:before {
    background: url(../img/top_icon01.png) no-repeat center top;
}

.top_2col_box h3.top_ttl_02:before {
    background: url(../img/top_icon02.png) no-repeat center top;
}

.top_2col_box h3.top_ttl_03:before {
    background: url(../img/top_icon03.png) no-repeat center top;
}

.top_2col_box h3.top_ttl_04:before {
    background: url(../img/top_icon04.png) no-repeat center top;
}

.maru_list li {
    background: url(../img/maru.png) no-repeat center left;
    background-size: 20px;
    padding-left: 26px;
    margin-bottom: 10px;
}
.title_01 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.6rem;
}

.title_02 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
}

.title_03 {
    padding-left: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 1px 10px;
    color: #673500;
    background: #ffffff;
    border-left: solid 5px #26bd4a;
    border-bottom: solid 3px #efefef;
}
.title_04 {
    color: #f47441;
    letter-spacing: 0.15em;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid;
}
.title_05 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.title_06 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    color: #eea500;
}
.idea_text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #f47441;
}
.title_bg01 {
    background: #fbffe7;
    box-shadow: 0px 0px 0px 5px #fbffe7;
    border: dashed 2px #a38563;
    padding: 0.2em 0.5em;
}
.ribbon_box {    
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 30px;
    padding: 10px;
    max-width: 980px;
    background: #fff;
  }
.ribbon8 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 -15px;
    width: calc(100% + 25px);
    font-size: 16px;
    color: white;
    background: #43c672;
    margin-bottom: 10px;
}
.ribbon8:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #2f8c98;
}
.table_style01 {
  width: 100%;
  border-collapse: collapse;
}

.table_style01 tr{
  border-bottom: solid 2px #efefef;
}

.table_style01 tr:last-child{
  border-bottom: none;
}

.table_style01 th{
  position: relative;
  text-align: left;
  background-color: #4ac575;
  color: white;
  padding: 10px;
  font-weight: 700;
}

.table_style01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #4ac575;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table_style01 td{
  text-align: left;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
}

.table_style02 {
  width: 100%;
  border-spacing: 0;
}

.table_style02 th {
    border-bottom: solid 2px #43c672;
    padding: 10px;
    font-weight: 700;
    vertical-align: middle;
}

.table_style02 td {
    border-bottom: solid 2px #ddd;
    padding: 10px;
}

.table_style03{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}

.table_style03 tr:last-child{
  border-bottom:solid 1px #ddd;
}
.table_style03 tr {
  background-image: -webkit-linear-gradient(10deg, #88d5c3 0%, #26bd4a 100%);
  background-image: -o-linear-gradient(10deg, #88d5c3 0%, #26bd4a 100%);
  background-image: linear-gradient(100deg, #88d5c3 0%, #26bd4a 100%);
}

.table_style03 th{
  color: #fff;
  text-align: center;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.table_style03 td {
  text-align: center;
  background-color: #fff;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.table_style04 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.table_style04 tr{
  border-bottom: solid 2px #efefef;
}

.table_style04 tr:last-child{
  border-bottom: none;
}
.table_style04 th{
  text-align: left;
  background-color: #eca400;
  color: white;
  padding: 10px;
  font-weight: 700;
  vertical-align: middle;
}

.table_style04 td{
  text-align: left;
  background-color: #fff;
  padding: 10px;
}

.border_dotted {
    border-bottom: 5px dotted #26bd4a;
}

.half_box li {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.half_box li:nth-child(2n) {
    margin-right: 0;
}

.box_01 {
    box-sizing: border-box;
    padding: 10px 20px 10px;
    background: #fff;
    margin-bottom: 20px;
}

.box_02 li {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.box_02 li:last-child {
    margin-right: 0;
}

.flex_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.img_bg01 {
    background-image: url(../img/pc_menu_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 75%;
}
.pc_menu {
}
.pc_menu li {
    float: left;
    width: 20%;
}
.pc_menu a {
    display: block;
    border-radius: 5px;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fbffe7;
    background-position: 50% 65%;
    background-color: #00c32f;
    background-size: 50%;
    background-repeat: no-repeat;
}

.pc_menu li:nth-child(1) a {
    background-image: url(../img/pc_menu_ico01.png);
}

.pc_menu li:nth-child(2) a {
    background-image: url(../img/pc_menu_ico02.png);
}

.pc_menu li:nth-child(3) a {
    background-image: url(../img/pc_menu_ico03.png);
}

.pc_menu li:nth-child(4) a {
    background-image: url(../img/pc_menu_ico04.png);
}

.pc_menu li:nth-child(5) a {
    background-image: url(../img/pc_menu_ico05.png);
}

.pc_menu li a:hover {
    background-color: #EF8F2D;
}

.contact_bnr_bg {
    background: url(../img/cntact_bnr.png) no-repeat 92% -2% #fff;
    background-size: 21%;
}

.ofice_phone {
    font-size: 2.5rem;
    font-weight: 700;
}

.ofice_phone a:hover {
    color: #EF8F2D;
}

.office_info dt {
    float: left;
    margin-right: 10px;
    font-weight: 700;
}

.office_info dd {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 5px;
}
.footer_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 10px;
    box-sizing: border-box;
}
.site_map_wrap {
    background: #ffffff;
    border-top: 3px solid #f27548;
}
.site_map li {
    float: left;
    color: #fff;
    font-size: 1.6rem;
    width: 20%;
    position: relative;
    text-align: center;
    height: 42px;
    display: table;
}

.site_map a {
    position: relative;
    font-weight: 700;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.site_map li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 2px;
    height: 20px;
    background-color: #f47441;
}
.site_map li:last-child:after {
    width: 0;
}

.btn_01 {
    background-color: #fff;
    border: 2px solid #2f2f2f;
    font-weight: 700;
    padding: 5px 40px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing:0.08em;
}
.btn_01._anc {
      padding: 5px 20px;
    display: block;
}
a.btn_01:hover {
    background-color: #2f2f2f;
    color: #fff;
}

.slicknav_menu {
  display:none;/*PC時は非表示*/
}

.li_style01:before {
    display: inline-block;
    vertical-align: middle;   /*以下白丸つくる*/
    content:'';
    width:1em;
    height: 1em;
    background: #14b13d;
    border-radius: 50%;
    margin-right: 8px;
}
.news_box {
    overflow: auto;
    height: 200px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid;
}
.news_box dt {
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 3px 20px;
    font-weight: 700;
    color: #fff;
    background: #f47441;
    border-radius: 30px;
}

.news_box dd {
    padding: 3px 10px 7px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.marker01 {
  background: linear-gradient(transparent 70%, #fdf4b1 70%);
}
.square_btn01 {
    position: relative;
    display: inline-block;
    min-width: 230px;
    padding: 5px 10px;
    text-decoration: none;
    color: #FFF;
    background: #15bf43;
    border-bottom: solid 2px #14943b;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn01:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.facility_btnbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.facility_btnbox li {
    text-align: center;
    float: left;
    margin-bottom: 15px;
    width: 30%;
    margin-right: 20px;
  }
.facility_btnbox li:last-child {
    margin-right: 0;
}

input[type="text"],textarea {
    width: 100%;
    border: 2px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
}
textarea {
    width: 90%;
}

.form-pattern-1 {
  background: transparent!important;
}

.inner_box .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  background: #eca400;
}

input[type="submit"],
.inner_box .form-pattern-1 .submit-btn {
    background-color: #f47441;
    border: 2px solid #f47441;
    font-weight: 700;
    padding: 5px 70px;
    box-sizing: border-box;
    border-radius: 30px;
    display: block;
    letter-spacing: 0.08em;
    font-size: 15px;
    color: #fff;
    width: 300px;
}
input[type="submit"]:hover,
.inner_box .form-pattern-1 .submit-btn:hover {
  background: #fff;
  color: #f47441;
}

.inner_box .form-pattern-1 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.inner_box .form-pattern-1 .submit-btn:hover::before {
  background: #f47441;
}


#aflashA2 {
  background: rgb(255, 252, 228);
  background-image: url(../img/bg_slide_01.png), url(../img/bg_slide_02.png), url(../img/bg_slide_03.png);
  background-position: left top, right top, center -185px;
  background-size: 15%, 15%, 90%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

#flash2 {
    max-width: 980px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
}
.topicpath {
    font-size: small;
    position: absolute;
    z-index: 1;
    padding-top: 14px;
}
.topicpath li {
    display: inline;
    list-style-type: none;
    font-size: small;
}
.topicpath a, .topicpath span {
    letter-spacing: .1em;
    font-weight: 300;
}
.topicpath li:after {
    content: " > ";
    font-size: small;
}
.kanban {
    width: 380px;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
    padding: 25px;
}
.kanban .ja {
    letter-spacing: .15em;
    color: #f47441;
    font-size: 32px;
    text-align: center;
    display: block;
    font-weight: 700;
}
.kanban .en {
    font-size: 16px;
    text-align: center;
    display: block;
}

.photo li {
    float: left;
    margin-right: 1%;
    width: 24%;
}

#page-top {
    position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
  z-index: 9999;
}
#page-top a {
    text-decoration: none;
  color: #FFFFFF;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  background-color: #0360d0;
  box-sizing: border-box;
  width: 70px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: #0360d0;
    color: #FFFFFF;
}

.page_next,.page_prev {
  text-align: center;
}

/*@media screen and (max-width:960px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  nav {
    display: none;
  }
  .logo_area {
    box-sizing: border-box;
    padding: 0px 10px;
    width: calc(100% - 50px);
    width: calc(100% - 60px);
    position: absolute;
    top: 20px;
  }

  .slide_box {
    padding: 80px 10px 20px;
  }

  #menu {
    display:none;
  }
  .slicknav_menu {
    display:block;
  }
  .contact_bnr_bg {
    background: url(../img/cntact_bnr.png) no-repeat 99% 0% #fff;
    background-size: 21%;
  }
  .footer_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }

  .site_map a {
      font-weight: normal;
      font-size: 14px;
  }
  .site_map a:after {
      content: "";
      position: static;
      right: 40px;
      top: 0px;
      width: 1px;
      height: 24px;
      background-color: #15bf43;
  }
}*/
  
/*@media screen and (max-width:600px) {
  header {
    padding-top: 10px;
  }
  .slide_box {
    padding: 70px 10px 10px;
  }

  .top_2col_box .f_R,
  .top_2col_box .f_L {
      width: 100%;
  }

  .top_2col_box.ptn_01 .f_R {
      text-align: center;
      padding-top: 83px;
  }

  .top_2col_box.ptn_02 .f_L {
      text-align: center;
      padding-top: 83px;
  }

  .site_map li {
    float: none;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
  }

  .site_map li:last-child:after {
    width: 30px;
  }

  .site_map li:after {
    content: "\003e";
    position: absolute;
    right: 34%;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: inherit;
    color: #f47441;
  }

  .inner_box {
    padding: 30px 10px;
  }

  .introduction .inner_box {
    padding-bottom: 40px;
  }
  .title_01 {
    font-size: 2rem;
  }
  .title_02 {
    font-size: 1.8rem;
  }
  .table_style02 th {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .table_style02 td {
      border-bottom: none;
      display: block;
      width: 100%;
      box-sizing: border-box;
  }
  .box_02 li {
    width: 95%;
    float: none;
    margin: 0 auto 30px;
  }
  .box_02 li img {
    max-width: 300px;
    width: 80%;
  }

  .half_box li {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
  }
  .flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact_bnr_bg {
    background-image: none;
  }
  .facility_btnbox li:first-child {
  margin-right: 0;
  }


  .topicpath {
    display: none;
}

form table th,form table td {
  display: block;
    width: 100%;
    box-sizing: border-box;

}


}
@media screen and (max-width:480px) { 
  .logo_area {
    height: 60px;
    width: calc(100% - 60px);
    padding-top: 5px;
  }

  .slide_box {
    padding: 60px 10px 0;
  }
  .title_02 {
    font-size: 1.5rem;
  }
  .table_style04 th{
    width: 25%;
  }

  .topicpath {
    display: none;
  }
  .kanban .ja {
      font-size: 20px;
      padding-bottom: 0px;
  }
  .kanban .en {
      font-size: 14px;
  }

  form table th,form table td {
    display: block;
      width: 100% !important;
      box-sizing: border-box;

  }
  .site_map li:after {
      right: 20%;
  }
}
*/





