html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-style:normal;
  font-weight:400;
  vertical-align:bottom;
  background:transparent
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display:block
}
html {
  font-size:62.5%
}
body {
  font-family:sans-serif;
  line-height:1
}
ul,
ol {
  list-style:none
}
blockquote,
q {
  quotes:none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:'';
  content:none
}
a {
  margin:0;
  padding:0;
  vertical-align:bottom;
  background:transparent;
  outline:none
}
img {
  vertical-align:bottom
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold
}
del {
  text-decoration:line-through
}
abbr[title],
dfn[title] {
  border-bottom:1px dotted;
  cursor:help
}
table {
  border-collapse:collapse;
  border-spacing:0;
  width:100%
}
th,
td {
  text-align:left;
  vertical-align:top
}
input,
select,
textarea {
  font-family:inherit
}
input[type="submit"] {
  cursor:pointer
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:0
}
html {
  overflow:auto
}
body {
  min-width:320px;
  font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color:#000;
  font-size:1.4rem;
  line-height:1.8;
  letter-spacing:.05em;
  overflow:hidden
}
@media all and (min-width: 768px) {
  body {
    font-size:1.6rem;
    min-width:1120px
  }
}
body.sg {
  height:auto
}
a {
  color:inherit;
  text-decoration:underline
}
@media all and (min-width: 768px) {
  a:hover {
    text-decoration:none
  }
}
img {
  width:100%;
  height:auto
}
img.alignright {
  display:block;
  margin-left:auto
}
img.alignleft {
  display:block;
  margin-right:auto
}
img.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto
}
.l-wrapper {
  position:relative
}
.l-container {
  padding:0
}
.u-media-query {
  display:none;
  font-family:'sp'
}
@media all and (min-width: 768px) {
  .u-media-query {
    font-family:'pc'
  }
}
@media all and (max-width: 767px) {
  .u-view-pc {
    display:none !important
  }
}
@media all and (min-width: 768px) {
  .u-view-sp {
    display:none !important
  }
}
.u-alpha {
  display:block;
  text-decoration:none
}
@media all and (min-width: 768px) {
  .u-alpha {
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .u-alpha:hover {
    opacity:.7
  }
}
.u-cf:after {
  content:"";
  display:block;
  clear:both
}
.u-inner {
  box-sizing:border-box
}
@media all and (max-width: 767px) {
  .u-inner {
    padding-left:20px;
    padding-right:20px
  }
}
@media all and (min-width: 768px) {
  .u-inner {
    width:100%;
    max-width:1120px;
    margin:auto
  }
}
.l-breadcrumb .breadcrumb-list {
  padding:20px 0 70px;
  font-size:1.4rem
}
.l-breadcrumb .breadcrumb-list__item {
  display:inline-block
}
.l-breadcrumb .breadcrumb-list__item+.breadcrumb-list__item {
  padding-left:5px
}
.l-breadcrumb .breadcrumb-list__item+.breadcrumb-list__item:before {
  content:">";
  margin-right:7px;
  color:#aaadad
}
.l-breadcrumb .breadcrumb-list__link {
  color:#ff6300;
  text-decoration:none
}
.l-breadcrumb .breadcrumb-list__link:hover {
  text-decoration:underline
}
.l-footer {
  position:relative;
  background:#ff6300;
  color:#fff
}
.ft-pagetop__link {
  position:relative;
  box-sizing:border-box;
  display:block;
  width:100%;
  padding:12px 0;
  background:#ff6300;
  border-bottom:1px solid #fff;
  text-align:center;
  text-indent:-99999px;
  text-decoration:none
}
.ft-pagetop__link:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:20px;
  height:12px;
  background:url(../images/common/ico_arw01.png) no-repeat center/cover;
  -webkit-transform:translate(-50%, -50%) rotate(-90deg);
  -ms-transform:translate(-50%, -50%) rotate(-90deg);
  transform:translate(-50%, -50%) rotate(-90deg)
}
@media all and (min-width: 768px) {
  .ft-pagetop {
    position:absolute;
    bottom:30px;
    right:30px
  }
  .ft-pagetop__link {
    width:56px;
    height:56px;
    padding:0;
    border:3px solid #fff;
    border-radius:50%;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .ft-pagetop__link:before {
    -webkit-transform:translate(-50%, -50%) rotate(-90deg);
    -ms-transform:translate(-50%, -50%) rotate(-90deg);
    transform:translate(-50%, -50%) rotate(-90deg)
  }
  .ft-pagetop__link:hover {
    background:#fff;
    color:#fff
  }
  .ft-pagetop__link:hover:before {
    background:url(../images/common/ico_arw02.png) no-repeat center/cover
  }
}
.l-footer .ft-info__inner {
  position:relative;
  padding:40px 20px 0
}
.l-footer .ft-info__logo {
  margin-bottom:30px
}
.l-footer .ft-info__logo-link {
  display:block;
  width:140px;
  margin:0 auto
}
.l-footer .ft-info__addr-dl {
  margin-bottom:25px
}
.l-footer .ft-info__addr-dt {
  font-size:1.2rem;
  font-weight:700;
  margin-bottom:5px
}
.l-footer .ft-info__addr-dd {
  font-size:1.1rem;
  font-weight:700
}
@media all and (min-width: 768px) {
  .l-footer .ft-info__inner {
    position:relative;
    padding:75px 0 0
  }
  .l-footer .ft-info__logo {
    margin-bottom:0
  }
  .l-footer .ft-info__logo-link {
    width:190px;
    margin:0
  }
  .l-footer .ft-info__addr {
    float:left;
    width:430px
  }
  .l-footer .ft-info__addr-dl {
    margin:30px 0 0
  }
  .l-footer .ft-info__addr-dt {
    font-size:1.4rem
  }
  .l-footer .ft-info__addr-dd {
    font-size:1.2rem
  }
  .l-footer .ft-info .f-nav {
    float:right;
    width:690px;
    margin-top:50px
  }
  .l-footer .ft-info .f-nav .fnav-list {
    float:left;
    width:210px;
    margin-left:30px
  }
  .l-footer .ft-info .f-nav .fnav-list:first-of-type {
    margin-left:0
  }
  .l-footer .ft-info .f-nav .fnav-list__item {
    margin-bottom:13px
  }
  .l-footer .ft-info .f-nav .fnav-list__link {
    position:relative;
    display:block;
    padding:8px 25px 8px 0;
    border-bottom:1px solid #fff;
    font-size:1.4rem;
    font-weight:700;
    text-decoration:none
  }
  .l-footer .ft-info .f-nav .fnav-list__link:after {
    content:"";
    position:absolute;
    top:50%;
    right:5px;
    display:block;
    width:12px;
    height:7px;
    background:url(../images/common/ico_arw04.png) no-repeat center/cover;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%)
  }
  .l-footer .ft-info .f-nav .fnav-list__sub {
    margin-top:13px
  }
  .l-footer .ft-info .f-nav .fnav-list__sub-link {
    position:relative;
    display:block;
    font-size:1.3rem;
    padding:0 0 2px 11px
  }
  .l-footer .ft-info .f-nav .fnav-list__sub-link:before {
    content:"";
    position:absolute;
    top:12px;
    left:0;
    display:block;
    width:5px;
    height:1px;
    background:#fff
  }
  .l-footer .ft-info .f-nav__btn {
    position:absolute;
    top:80px;
    right:0;
    width:280px
  }
}
.l-footer .ft-cr {
  padding:35px 0 30px;
  font-size:1.1rem;
  font-weight:700;
  text-align:center;
  font-family:'Exo 2', sans-serif
}
@media all and (min-width: 768px) {
  .l-footer .ft-cr {
    width:1120px;
    padding:0 0 60px;
    margin:0 auto;
    font-size:1.3rem;
    text-align:right
  }
}
.l-header {
  position:relative;
  padding:15px 15px 0;
  z-index:1000
}
@media all and (min-width: 768px) {
  .l-header {
    padding:30px 30px 0
  }
}
.l-header .hd-info {
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:100%;
  height:105px
}
.l-header .hd-info__inner {
  max-width:100%;
  padding:0
}
.l-header .hd-info__logo {
  padding:25px 0 0 25px
}
.l-header .hd-info__logo-link {
  display:inline-block;
  width:50px
}
.l-header .hd-info__logo-link .hd-info__logo-fixed {
  display:none
}
.l-header .hd-info__logo-orange {
  display:none
}
@media all and (min-width: 768px) {
  .l-header .hd-info {
    top:30px;
    left:30px;
    width:calc(100% - 60px);
    height:auto
  }
  .l-header .hd-info__logo {
    padding:25px 0 0 32px
  }
  .l-header .hd-info__logo-link {
    display:inline-block;
    width:95px;
    background:none
  }
}
.l-header .nav-btn {
  position:fixed;
  top:15px;
  right:15px;
  z-index:2;
  width:50px;
  height:50px;
  background:#000;
  cursor:pointer
}
.l-header .nav-btn__line {
  position:absolute;
  left:13px;
  width:24px;
  height:3px;
  content:'';
  background:#fff;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.l-header .nav-btn__line:nth-child(1) {
  top:15px
}
.l-header .nav-btn__line:nth-child(2) {
  top:24px
}
.l-header .nav-btn__line:nth-child(3) {
  top:33px
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
  top:23px;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
  opacity:0
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
  top:23px;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg)
}
@media all and (max-width: 767px) {
  .l-nav {
    position:fixed;
    top:15px;
    left:15px;
    z-index:1;
    box-sizing:border-box;
    width:calc(100% - 30px);
    max-height:calc(100vh - 70px);
    min-width:290px;
    padding:62px 25px 50px;
    background:#000;
    color:#fff;
    -webkit-overflow-scrolling:touch;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    overflow:auto;
    -webkit-transform:translateX(120%);
    -ms-transform:translateX(120%);
    transform:translateX(120%)
  }
  .l-nav::-webkit-scrollbar {
    display:none
  }
  .l-nav.is-open {
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
  }
  .l-nav .nav-list {
    margin-bottom:20px
  }
  .l-nav .nav-list__item {
    border-top:1px solid #333
  }
  .l-nav .nav-list__link {
    position:relative;
    display:block;
    padding:15px 35px 15px 0;
    text-decoration:none
  }
  .l-nav .nav-list__link:after {
    content:"";
    position:absolute;
    top:50%;
    right:5px;
    display:block;
    width:20px;
    height:12px;
    background:url(../images/common/ico_arw01.png) no-repeat center/cover;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%)
  }
  .l-nav span.nav-list__link:after {
    background:none;
  }
  .l-nav .nav-list>.nav-list__item:first-of-type {
    border-top:none
  }
  .l-nav .nav-list>.nav-list__item>.nav-list__link {
    font-size:1.6rem;
    font-weight:700
  }
  .l-nav .nav-list>.nav-list__item>.nav-list__link.has-children {
    color:#aaadad
  }
  .l-nav .nav-list__sub .nav-list__item .nav-list__link {
    padding-left:35px;
    font-size:1.2rem;
    font-weight:normal
  }
  .l-nav .nav-list__sub .nav-list__item .nav-list__link:before {
    content:"";
    position:absolute;
    top:13px;
    left:3px;
    display:block;
    width:25px;
    height:25px;
    opacity:0.6
  }
  .l-nav .nav-list__sub .nav-list__item .nav-list__link:after {
    opacity:0.6
  }
  .l-nav .nav-list__sub .nav-list__item:first-of-type .nav-list__link:before {
    background:url(../images/common/ico_promotion01.png) no-repeat center/cover
  }
  .l-nav .nav-list__sub .nav-list__item:nth-child(2) .nav-list__link:before {
    background:url(../images/common/ico_dispatch01.png) no-repeat center/cover
  }
  .l-nav .nav-list__sub .nav-list__item:nth-child(3) .nav-list__link:before {
    background:url(../images/common/ico_seminar01.png) no-repeat center/cover
  }
  .l-nav .nav-list__sub .nav-list__item:nth-child(4) .nav-list__link:before {
    background:url(../images/common/ico_rental01.png) no-repeat center/cover
  }
}
@media all and (min-width: 768px) {
  .l-nav {
    position:absolute;
    top:0;
    right:0
  }
  .l-nav .nav-list>.nav-list__item {
    position:relative;
    display:inline-block
  }
  .l-nav .nav-list>.nav-list__item>.nav-list__link {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:80px;
    padding:0 15px;
    color:#fff;
    text-decoration:none;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .l-nav .nav-list>.nav-list__item>.nav-list__link:before {
    content:"";
    position:absolute;
    left:17px;
    bottom:19px;
    display:block;
    width:calc(100% - 34px);
    height:3px;
    background:#ff6300;
    opacity:0;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .l-nav .nav-list>.nav-list__item>.nav-list__link:hover {
    color:#ff6300
  }
  .l-nav .nav-list>.nav-list__item>.nav-list__link:hover:before {
    opacity:1
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub {
    display:none;
    position:absolute;
    top:80px;
    left:50%;
    width:330px;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub:before {
    content:"";
    position:absolute;
    top:-14px;
    left:50%;
    display:block;
    width:20px;
    height:14px;
    background:url(../images/common/ico_arw_lnav01.png) no-repeat center;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0)
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item {
    display:block;
    border-top:1px solid #333
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item:first-of-type {
    border-top:none
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item .nav-list__link {
    position:relative;
    display:block;
    background:#000;
    padding:23px 65px;
    font-size:1.4rem;
    font-weight:normal;
    color:#aaadad;
    font-size:1.4rem;
    font-weight:700;
    text-decoration:none;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item .nav-list__link:before {
    content:"";
    position:absolute;
    top:18px;
    left:18px;
    display:block;
    width:34px;
    height:34px
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item .nav-list__link:after {
    content:"";
    position:absolute;
    top:50%;
    right:20px;
    display:block;
    width:20px;
    height:12px;
    background:url(../images/common/ico_arw01.png) no-repeat center/cover;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    opacity:0.6
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item .nav-list__link:hover {
    background-color:#ff6300;
    color:#fff
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item .nav-list__link:hover:before,
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item .nav-list__link:hover:after {
    opacity:1
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item:first-of-type .nav-list__link:before {
    background:url(../images/common/ico_promotion01.png) no-repeat center/cover
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item:nth-child(2) .nav-list__link:before {
    background:url(../images/common/ico_dispatch01.png) no-repeat center/cover
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item:nth-child(3) .nav-list__link:before {
    background:url(../images/common/ico_seminar01.png) no-repeat center/cover
  }
  .l-nav .nav-list>.nav-list__item .nav-list__sub .nav-list__item:nth-child(4) .nav-list__link:before {
    background:url(../images/common/ico_rental01.png) no-repeat center/cover
  }
  .l-nav .nav-list__item:hover .nav-list__link {
    color:#ff6300
  }
  .l-nav .nav-list__item:hover .nav-list__link:before {
    opacity:1
  }
  .l-nav .nav-list__item:hover .nav-list__sub {
    display:block;
    -webkit-animation:dropdown .5s;
    animation:dropdown .5s
  }
  .l-nav .nav-list__contact .nav-list__link {
    box-sizing:border-box;
    width:80px;
    padding:0;
    background:#ff6300
  }
  .l-nav .nav-list__contact .nav-list__link:hover {
    background:#ffb923
  }
  .l-nav .nav-list__contact .nav-list__link:before,
  .l-nav .nav-list__contact .nav-list__link:hover:before {
    display:none
  }
  .l-nav .nav-list__contact .nav-list__link img {
    width:22px;
    height:auto
  }
}
@keyframes dropdown {
  0% {
    display:block;
    opacity:0
  }
  100% {
    display:block;
    opacity:1
  }
}
@-webkit-keyframes dropdown {
  0% {
    display:block;
    opacity:0
  }
  100% {
    display:block;
    opacity:1
  }
}
@media all and (min-width: 768px) {
  .l-header .hd-info.is-set {
    top:0;
    left:0;
    width:100%;
    height:80px;
    opacity:0;
    background:#fff;
    box-shadow:0 4px 8px rgba(0,0,0,0.1);
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .l-header .hd-info.is-set .hd-info__logo .hd-info__logo-link .hd-info__logo-white {
    display:none
  }
  .l-header .hd-info.is-set .hd-info__logo .hd-info__logo-link .hd-info__logo-fixed {
    display:inline
  }
  .l-header .hd-info.is-fixed {
    position:fixed;
    opacity:1;
    min-width:1120px;
    box-sizing:border-box
  }
  .l-header .hd-info.is-fixed .hd-info__logo {
    padding:18px 0 0 30px
  }
  .l-header .hd-info.is-fixed .hd-info__logo-link {
    width:132px
  }
  .l-header .hd-info.is-fixed .l-nav .nav-list>.nav-list__item>.nav-list__link {
    color:#000
  }
  .l-header .hd-info.is-fixed .l-nav .nav-list>.nav-list__item>.nav-list__link:hover {
    color:#ff6300
  }
  .l-header .hd-info.is-fixed .l-nav .nav-list>.nav-list__item:hover>.nav-list__link {
    color:#ff6300
  }
}
.nav-overlay {
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.9);
  z-index:1000
}
@media all and (min-width: 768px) {
  .nav-overlay {
    display:none !important
  }
}
.l-main-img {
  position:relative;
  overflow:hidden;
  z-index:1
}
.l-main-img__inner {
  max-width:100%;
  padding:0
}
.l-main-img__item {
  position:relative
}
.l-main-img__item .l-main-img__catch {
  position:absolute;
  top:50%;
  left:50%;
  width:80%;
  min-width:250px;
  -webkit-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%)
}
@media all and (max-width: 767px) {
  .l-main-img__item .l-main-img__catch.catch01 {
    top:25%;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0)
  }
}
@media all and (min-width: 768px) {
  .l-main-img__item .l-main-img__catch {
    max-width:603px
  }
}
.l-sub-img {
  box-sizing:border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  height:200px;
  background:#ffb923;
  text-align:center
}
.l-sub-img__head__sub {
  font-family:'Exo 2', sans-serif;
  font-size:1.5rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.3
}
.l-sub-img__head__main {
  font-size:3.0rem;
  font-weight:700;
  color:#fff;
  line-height:1.3
}
@media all and (min-width: 768px) {
  .l-sub-img {
    height:350px
  }
  .l-sub-img__head__sub {
    font-size:2.5rem
  }
  .l-sub-img__head__main {
    font-size:5.5rem
  }
}
.secSidebar {
  margin-bottom:20px;
  padding:0 15px
}
@media all and (min-width: 768px) {
  .secSidebar {
    margin-bottom:25px;
    padding:0
  }
}
.c-fadeup {
  opacity:0;
  -webkit-transition:all 0.8s ease;
  transition:all 0.8s ease;
  -webkit-transform:translateY(50px);
  -ms-transform:translateY(50px);
  transform:translateY(50px)
}
.c-fadeup.is-show {
  opacity:1;
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0)
}
@media all and (min-width: 768px) {
  .is-delay02 {
    -webkit-transition-delay:.2s;
    transition-delay:.2s
  }
  .is-delay04 {
    -webkit-transition-delay:.4s;
    transition-delay:.4s
  }
  .is-delay06 {
    -webkit-transition-delay:.6s;
    transition-delay:.6s
  }
  .is-delay08 {
    -webkit-transition-delay:.8s;
    transition-delay:.8s
  }
  .is-delay10 {
    -webkit-transition-delay:1s;
    transition-delay:1s
  }
  .is-delay12 {
    -webkit-transition-delay:1.2s;
    transition-delay:1.2s
  }
  .is-delay14 {
    -webkit-transition-delay:1.4s;
    transition-delay:1.4s
  }
  .is-delay16 {
    -webkit-transition-delay:1.6s;
    transition-delay:1.6s
  }
  .is-delay18 {
    -webkit-transition-delay:1.8s;
    transition-delay:1.8s
  }
  .is-delay20 {
    -webkit-transition-delay:2.0s;
    transition-delay:2.0s
  }
}
.c-archive01 {
  border-bottom:1px solid #e5e5e5
}
.c-archive01__link {
  display:block;
  padding:25px 0
}
.c-archive01:first-of-type .c-archive01__link {
  padding-top:0
}
.c-archive01__img {
  margin-bottom:20px
}
.c-archive01__area-txt {
  padding-right:30px
}
.c-archive01__area-txt:after {
  content:"";
  position:absolute;
  top:50%;
  right:0;
  display:block;
  width:8px;
  height:17px;
  background:url(../images/common/ico_arw08.png) no-repeat center/contain;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%);
  transform:translate(0, -50%)
}
.c-archive01__head {
  margin-bottom:10px;
  font-size:1.8rem;
  font-weight:700;
  line-height:1.4
}
@media all and (max-width: 767px) {
  .c-archive01__area-txt {
    position:relative
  }
}
@media all and (min-width: 768px) {
  .c-archive01__link {
    position:relative;
    display:block;
    padding:40px 0
  }
  .c-archive01__img {
    float:left;
    width:280px;
    margin-bottom:0
  }
  .c-archive01__area-txt {
    float:right;
    box-sizing:border-box;
    width:805px;
    padding-right:30px
  }
  .c-archive01__area-txt:after {
    width:10px;
    height:21px
  }
  .c-archive01__head {
    margin-bottom:12px;
    font-size:2.2rem
  }
}
.c-archive01-cat {
  margin-bottom:15px
}
.c-archive01-cat__txt {
  position:relative;
  top:3px;
  display:inline-block;
  background:#ff6300;
  box-sizing:border-box;
  min-width:100px;
  margin-right:15px;
  padding:3px 10px;
  font-size:1.3rem;
  color:#fff;
  line-height:1.3;
  text-align:center
}
.c-archive01-cat__time {
  font-family:'Exo 2', sans-serif;
  font-size:1.3rem;
  font-weight:700;
  color:#aaadad;
  line-height:1.3
}
@media all and (min-width: 768px) {
  .c-archive01-cat {
    margin:-5px 0 20px
  }
  .c-archive01-cat__txt {
    top:5px;
    min-width:120px;
    padding:5px 10px;
    font-size:1.5rem
  }
  .c-archive01-cat__time {
    font-size:1.5rem
  }
}
.c-bgitem {
  position:absolute;
  z-index:0
}
.c-bgitem__bg01 {
  width:85px;
  height:80px
}
.c-bgitem__bg02 {
  width:80px;
  height:97px
}
.c-bgitem__bg03 {
  width:80px;
  height:80px
}
.c-bgitem__bg04 {
  width:84px;
  height:93px
}
.c-bgitem__bg05 {
  width:48px;
  height:66px
}
@media all and (min-width: 768px) {
  .c-bgitem__bg01 {
    width:314px;
    height:296px
  }
  .c-bgitem__bg02 {
    width:290px;
    height:350px
  }
  .c-bgitem__bg03 {
    width:269px;
    height:270px
  }
  .c-bgitem__bg04 {
    width:294px;
    height:326px
  }
  .c-bgitem__bg05 {
    width:122px;
    height:167px
  }
}
@media all and (max-width: 767px) {
  .c-btnset01__item {
    margin-top:10px
  }
  .c-btnset01__item:first-of-type {
    margin-top:0
  }
}
@media all and (min-width: 768px) {
  .c-btnset01__list {
    padding:0 225px
  }
  .c-btnset01__item {
    float:left;
    width:320px;
    margin-left:30px
  }
  .c-btnset01__item:first-of-type {
    margin-left:0
  }
  .c-btnset01__list-clm3 {
    padding:0
  }
  .c-btnset01__list-clm3 .c-btnset01__item {
    width:360px;
    margin-left:20px
  }
  .c-btnset01__list-clm3 .c-btnset01__item:first-of-type {
    margin-left:0
  }
  .c-btnset01__list-clm3 .c-btnset01__btn {
    max-width:360px
  }
}
.c-btn01 {
  max-width:275px;
  margin:0 auto
}
.c-btn01__link {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:56px;
  padding:0 40px;
  background-color:#000;
  border-radius:50px;
  color:#fff;
  font-size:1.3rem;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  line-height:1.5;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.c-btn01__link:before,
.c-btn01__link:after {
  position:absolute;
  top:50%;
  right:1.5em;
  content:'';
  width:20px;
  height:12px;
  background:url(../images/common/ico_arw01.png) no-repeat center/cover;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%);
  transform:translate(0, -50%)
}
.c-btn01__link:after {
  opacity:0;
  right:2.5em
}
.c-btn01__link:hover:before {
  -webkit-animation:arrowbefore .5s;
  animation:arrowbefore .5s
}
.c-btn01__link:hover:after {
  -webkit-animation:arrowafter .5s;
  animation:arrowafter .5s
}
@media all and (min-width: 768px) {
  .c-btn01 {
    max-width:320px
  }
  .c-btn01__link {
    height:64px;
    font-size:1.5rem
  }
  .c-btn01__link:hover {
    background:#ff6300
  }
}
.c-btn01.is-orange .c-btn01__link {
  background:#ff6300;
  color:#fff
}
@media all and (min-width: 768px) {
  .c-btn01.is-orange .c-btn01__link:hover {
    background:#ffb923
  }
}
.c-btn01.is-white .c-btn01__link {
  background:#fff;
  color:#ff6300
}
.c-btn01.is-white .c-btn01__link:before,
.c-btn01.is-white .c-btn01__link:after {
  background:url(../images/common/ico_arw02.png) no-repeat center/cover
}
.c-btn01.is-white .c-btn01__link:hover {
  background:#ffb923
}
.c-btn01__link-contact {
  display:inline-block;
  padding-left:30px;
  background:url(../images/common/ico_contact01.png) no-repeat left center;
  background-size:22px auto;
  font-size:1.5rem;
  font-weight:700
}
.c-btn01.is-white .c-btn01__link .c-btn01__link-contact {
  background:url(../images/common/ico_contact02.png) no-repeat left center
}
.c-btn01.is-anchor .c-btn01__link {
  background:#fff;
  color:#000;
  border:1px solid #000
}
.c-btn01.is-anchor .c-btn01__link:before,
.c-btn01.is-anchor .c-btn01__link:after {
  right:1.7rem;
  background:url(../images/common/ico_arw03.png) no-repeat center/cover;
  -webkit-transform:translate(0, -50%) rotate(90deg);
  -ms-transform:translate(0, -50%) rotate(90deg);
  transform:translate(0, -50%) rotate(90deg)
}
.c-btn01.is-anchor .c-btn01__link:after {
  opacity:0;
  top:30%
}
.c-btn01.is-anchor .c-btn01__link:hover:before {
  -webkit-animation:arrowbefore2 .5s;
  animation:arrowbefore2 .5s
}
.c-btn01.is-anchor .c-btn01__link:hover:after {
  -webkit-animation:arrowafter2 .5s;
  animation:arrowafter2 .5s
}
.c-btn01.is-anchor .c-btn01__link:hover {
  color:#ff6300;
  border-color:#ff6300
}
.c-btn01.is-anchor .c-btn01__link:hover:before,
.c-btn01.is-anchor .c-btn01__link:hover:after {
  background-image:url(../images/common/ico_arw02.png)
}
@-webkit-keyframes arrowbefore {
  100% {
    right:.5em;
    opacity:0
  }
}
@keyframes arrowbefore {
  100% {
    right:.5em;
    opacity:0
  }
}
@-webkit-keyframes arrowafter {
  99% {
    right:1.5em;
    opacity:1
  }
  100% {
    opacity:0
  }
}
@keyframes arrowafter {
  99% {
    right:1.5em;
    opacity:1
  }
  100% {
    opacity:0
  }
}
@-webkit-keyframes arrowbefore2 {
  100% {
    top:60%;
    opacity:0
  }
}
@keyframes arrowbefore2 {
  100% {
    top:60%;
    opacity:0
  }
}
@-webkit-keyframes arrowafter2 {
  99% {
    top:50%;
    opacity:1
  }
  100% {
    opacity:0
  }
}
@keyframes arrowafter2 {
  99% {
    top:50%;
    opacity:1
  }
  100% {
    opacity:0
  }
}
.c-content01__btn {
  margin-top:15px
}
.c-content01__results {
  margin:40px 0 25px
}
@media all and (max-width: 767px) {
  .c-content01__table__item+.c-content01__table__item table {
    border-top:none
  }
}
@media all and (min-width: 768px) {
  .c-content01__content {
    margin-bottom:50px !important
  }
  .c-content01__btn {
    margin-top:25px
  }
  .c-content01__table__item {
    position:relative;
    float:left;
    width:50%;
    background:#fff;
    border-bottom:1px solid #ffd0b2
  }
  .c-content01__table__item:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:180px;
    height:100%;
    background:#ffefe5
  }
  .c-content01__table table {
    position:relative;
    z-index:1
  }
  .c-content01__table th {
    width:180px !important;
    border-bottom:none !important
  }
  .c-content01__table td {
    border-bottom:none !important
  }
  .c-content01__results {
    margin:100px 0 40px
  }
}
.c-flow01__item {
  position:relative;
  box-sizing:border-box
}
.c-flow01__item:before {
  content:"";
  position:absolute;
  display:block;
  background:url(../images/common/ico_arw06.png) no-repeat center/cover
}
.c-flow01__ico {
  box-sizing:border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background:#fff;
  border-radius:50%
}
.c-flow01__ico.is-gray {
  background:#f3f4f4
}
.c-flow01__head {
  margin:5px 0;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.4
}
@media all and (max-width: 767px) {
  .c-flow01__list {
    margin-bottom:15px
  }
  .c-flow01__item {
    padding:25px 0 30px;
    border-top:1px solid #c2c3c3
  }
  .c-flow01__item:before {
    top:-9px;
    left:50%;
    width:29px;
    height:18px;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0)
  }
  .c-flow01__item:first-of-type {
    padding-top:5px;
    border-top:none
  }
  .c-flow01__item:first-of-type:before {
    display:none
  }
  .c-flow01__ico {
    float:left;
    width:100px;
    height:100px;
    padding:20px
  }
  .c-flow01__area-txt {
    margin-left:120px
  }
}
@media all and (min-width: 768px) {
  .c-flow01__list {
    margin-bottom:50px
  }
  .c-flow01__item {
    float:left;
    width:280px;
    padding:10px 30px 25px;
    border-left:1px solid #c2c3c3
  }
  .c-flow01__item:before {
    top:50%;
    left:-15px;
    width:35px;
    height:23px;
    -webkit-transform:translate(0, -50%) rotate(-90deg);
    -ms-transform:translate(0, -50%) rotate(-90deg);
    transform:translate(0, -50%) rotate(-90deg)
  }
  .c-flow01__item:first-of-type {
    border-left:none
  }
  .c-flow01__item:first-of-type:before {
    display:none
  }
  .c-flow01__ico {
    width:160px;
    height:160px;
    margin:0 auto;
    padding:0 29px
  }
  .c-flow01__head {
    margin:15px 0 10px;
    font-size:2.2rem;
    text-align:center
  }
  .c-flow01-clm3 .c-flow01__list {
    padding:0 140px
  }
}
.c-form01 input[type="text"],
.c-form01 input[type="tel"] {
  width:100%;
  background:#eee;
  padding:8px 10px;
  border-radius:0;
  box-sizing:border-box;
  font-size:inherit;
  font-family:inherit
}
.c-form01 input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #EEE;
  vertical-align: -4px;
  appearance: none;
}
.c-form01 input[type="button"],
.c-form01 input[type="submit"] {
  box-sizing:border-box;
  -webkit-appearance:none !important
}
.c-form01 .mwform-checkbox-field-text {
  padding-left:10px;
  position:relative;
  margin-right:25px
}
.c-form01 input[type="checkbox"]:checked:before {
  content:"";
  position:absolute;
  top:0;
  left:5px;
  display:block;
  width:7px;
  height:12px;
  -webkit-transform:rotate(40deg);
  -ms-transform:rotate(40deg);
  transform:rotate(40deg);
  border-bottom:3px solid #ff0000;
  border-right:3px solid #ff0000;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.c-form01 select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  box-sizing:border-box;
  display:block;
  width:100%;
  padding:8px 30px 8px 15px;
  background:url(../images/common/ico_arw07.png) no-repeat right 15px center;
  border:1px solid #e5e5e5
}
.c-form01 select::-ms-expand {
  display:none
}
.c-form01 textarea {
  width:100%;
  background:#eee;
  padding:8px 10px;
  border-radius:0;
  box-sizing:border-box;
  font-size:inherit;
  font-family:inherit
}
.c-form01__label {
  white-space:nowrap;
  display:block;
  padding:5px 0
}
.c-form01__address+.c-form01__address {
  margin-top:10px
}
.c-form01__address-ico {
  margin-right:10px;
  position:relative;
  top:-6px
}
.c-form01__address-select {
  position:relative;
  z-index:1
}
.c-form01__address.is-zip01 input[type="text"] {
  width:120px
}
.c-form01__btn-zip {
  padding:7px 15px;
  margin-left:10px;
  background:#000;
  border:none;
  border-radius:50px;
  font-size:1.3rem;
  font-weight:700;
  color:#fff;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.c-form01__area-btn {
  margin-top:30px
}
.c-form01__btn-submit {
  max-width:275px;
  margin:0 auto
}
.c-form01__btn-submit__ico {
  position:relative;
  display:inline-block
}
.c-form01__btn-submit__ico:before,
.c-form01__btn-submit__ico:after {
  position:absolute;
  top:50%;
  right:1.5em;
  content:'';
  width:20px;
  height:12px;
  background:url(../images/common/ico_arw01.png) no-repeat center/cover;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%);
  transform:translate(0, -50%)
}
.c-form01__btn-submit__ico:after {
  opacity:0;
  right:2.5em
}
.c-form01__btn-submit__ico:hover:before {
  -webkit-animation:arrowbefore .5s;
  animation:arrowbefore .5s
}
.c-form01__btn-submit__ico:hover:after {
  -webkit-animation:arrowafter .5s;
  animation:arrowafter .5s
}
.c-form01__btn-submit__ico.is-back {
  padding-bottom:1em
}
.c-form01__btn-submit__ico.is-back:before,
.c-form01__btn-submit__ico.is-back:after {
  content:none
}
.c-form01__btn-submit__ico.is-back input[type="button"] {
  padding:0!important;
  background-image:none!important;
  background-color:#000!important
}
.c-form01__btn-submit input[type="button"],
.c-form01__btn-submit input[type="submit"] {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:275px;
  height:56px;
  padding:0 40px 0 70px;
  background:#ff6300 url(../images/common/ico_contact01.png) no-repeat 90px center;
  border-radius:50px;
  color:#fff;
  font-size:1.3rem;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  line-height:1.5;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.c-form01 .horizontal-item {
  padding:5px 0;
  display:inline-block
}
.c-form01 .horizontal-item+.horizontal-item {
  margin-left:0 !important
}
.error {
  display: block;
  padding:10px 0 0;
  color: #B70000;
}
.c-form01__checkbox.error {
	display: inline-block;
}
.cfm tbody tr:nth-of-type(10) {
	display: none;
	border: 1px solid red;
}

@media all and (min-width: 768px) {
  .c-form01 input[type="text"],
  .c-form01 input[type="tel"] {
    width:70%
  }
  .c-form01 input[type="checkbox"],
  .c-form01 input[type="button"],
  .c-form01 input[type="submit"] {
    cursor:pointer
  }
  .c-form01 button {
    cursor:pointer
  }
  .c-form01 .mwform-checkbox-field-text {
    padding-left:5px;
    margin-right:40px
  }
  .c-form01 .mwform-checkbox-field-text:before {
    top:3px
  }
  .c-form01 input[type="checkbox"]:checked+.mwform-checkbox-field-text:after {
    top:2px
  }
  .c-form01 select {
    padding:8px 50px 8px 25px;
    background-position:right 25px center
  }
  .c-form01__label {
    display:inline-block
  }
  .c-form01__address+.c-form01__address {
    margin-top:15px
  }
  .c-form01__address-select {
    width:250px
  }
  .c-form01__address.is-zip01 input[type="text"] {
    width:190px
  }
  .c-form01__btn-zip {
    padding:9px 20px;
    font-size:1.4rem;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .c-form01__btn-zip:hover {
    background:#ff6300
  }
  .c-form01__area-btn {
    margin-top:60px
  }
  .form_confirm .c-form01__area-btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
  }
  .form_confirm .c-form01__area-btn .c-form01__btn-submit {
    margin:0 2em
  }
  .c-form01__btn-submit {
    max-width:320px
  }
  .c-form01__btn-submit input[type="button"],
  .c-form01__btn-submit input[type="submit"] {
    width:320px;
    height:64px;
    background-position:110px center;
    font-size:1.5rem
  }
  .c-form01__btn-submit input[type="submit"]:hover {
    background-color:#ffb923
  }
}
.c-form01__table {
  border-top:1px solid #e5e5e5
}
.c-form01__table th {
  position:relative;
  background:#ffefe5;
  font-weight:700;
  vertical-align:top
}
.c-form01__table td {
  background:#fff;
  vertical-align:top
}
@media all and (max-width: 767px) {
  .c-form01__table table,
  .c-form01__table thead,
  .c-form01__table tbody,
  .c-form01__table tr,
  .c-form01__table th,
  .c-form01__table td {
    display:block
  }
  .c-form01__table th {
    padding:10px 20px
  }
  .c-form01__table td {
    padding:13px 20px;
    border-bottom:1px solid #e5e5e5
  }
}
@media all and (min-width: 768px) {
  .c-form01__table th,
  .c-form01__table td {
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5
  }
  .c-form01__table th {
    box-sizing:border-box;
    width:330px;
    padding:22px 40px;
    font-size:1.8rem
  }
  .c-form01__table td {
    padding:19px 25px
  }
}
.c-form01__ico {
  background:#ff6300;
  color:#fff
}
.c-form01__ico.is-any {
  background:#aaadad
}
@media all and (max-width: 767px) {
  .c-form01__ico {
    position:absolute;
    top:12px;
    right:20px;
    padding:1px 5px;
    font-size:1.1rem
  }
}
@media all and (min-width: 768px) {
  .c-form01__ico {
    position:relative;
    top:-4px;
    margin-left:20px;
    font-size:1.3rem;
    padding:1px 5px
  }
}
.form.form_confirm.form_preview .c-form01__btn-zip {
  display:none
}
.form.form_confirm.form_preview .c-form01__address-ico {
  top:0
}
.c-head01 {
  margin-bottom:35px;
  text-align:center
}
.c-head01__main {
  font-family:'Exo 2', sans-serif;
  font-size:4.5rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.3
}
.c-head01__sub {
  margin-top:5px;
  font-size:1.1rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.4
}
@media all and (min-width: 768px) {
  .c-head01 {
    margin-bottom:70px
  }
  .c-head01__main {
    font-size:9.0rem;
    line-height:1.2
  }
  .c-head01__sub {
    margin-top:0;
    font-size:1.8rem
  }
}
.c-head02 {
  margin-bottom:20px;
  text-align:center;
  color:#ff6300
}
.c-head02__sub {
  font-family:'Exo 2', sans-serif;
  font-size:1.3rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.3
}
.c-head02__main {
  margin-top:10px;
  font-size:2.2rem;
  font-weight:700;
  line-height:1.4
}
@media all and (min-width: 768px) {
  .c-head02 {
    margin-bottom:30px
  }
  .c-head02__sub {
    font-size:1.6rem
  }
  .c-head02__main {
    margin-top:15px;
    font-size:3.0rem
  }
}
.c-head03 {
  margin-bottom:15px;
  text-align:center
}
.c-head03__main {
  font-family:'Exo 2', sans-serif;
  font-size:3.0rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.3
}
.c-head03__sub {
  margin-top:5px;
  font-size:1.0rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.4
}
@media all and (min-width: 768px) {
  .c-head03 {
    margin-bottom:25px
  }
  .c-head03__main {
    font-size:4.8rem
  }
  .c-head03__sub {
    font-size:1.5rem
  }
}
.c-head04 {
  position:relative;
  margin-bottom:25px;
  padding-bottom:17px;
  font-size:2.5rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.4;
  text-align:center
}
.c-head04:after {
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  display:block;
  width:80px;
  height:2px;
  background:#ff6300;
  -webkit-transform:translate(-50%, 0);
  -ms-transform:translate(-50%, 0);
  transform:translate(-50%, 0)
}
@media all and (min-width: 768px) {
  .c-head04 {
    margin-bottom:50px;
    padding-bottom:25px;
    font-size:4.0rem
  }
}
.c-head05 {
  position:relative;
  margin-bottom:20px;
  padding-left:14px;
  font-size:2.0rem;
  font-weight:700;
  color:#000;
  line-height:1.4;
  z-index:1
}
.c-head05:before {
  content:"";
  position:absolute;
  top:2px;
  left:0;
  display:block;
  width:4px;
  height:25px;
  background:#ff6300
}
@media all and (min-width: 768px) {
  .c-head05 {
    margin-bottom:40px;
    padding-left:19px;
    font-size:2.8rem
  }
  .c-head05:before {
    top:3px;
    width:4px;
    height:34px
  }
}
.c-list01 ol {
  counter-reset:item;
  list-style-type:none;
  padding-left:0
}
.c-list01 li {
  text-indent:-1.5em;
  padding-left:1.5em
}
.c-list01 li:before {
  counter-increment:item;
  content:counter(item) ".";
  padding-right:.5em;
  font-weight:bold;
  color:#ff6300
}
@media all and (min-width: 768px) {
  .c-list01 li {
    margin-top:3px
  }
  .c-list01 li:first-of-type {
    margin-top:0
  }
}
.c-list02 ul {
  counter-reset:item;
  list-style-type:none;
  padding-left:0
}
.c-list02 li {
  text-indent:-1em;
  padding-left:1em
}
.c-list02 li:before {
  content:"";
  position:relative;
  top:-1px;
  margin-right:.5em;
  display:inline-block;
  width:7px;
  height:7px;
  background:#ff6300;
  border-radius:50%
}
@media all and (min-width: 768px) {
  .c-list02 li {
    margin-top:10px;
    font-weight:700
  }
  .c-list02 li:first-of-type {
    margin-top:0
  }
}
.c-pager01 {
  margin-top:35px;
  text-align:center;
  letter-spacing:-.5em
}
.c-pager01 li {
  display:inline-block;
  margin:0 5px;
  letter-spacing:0
}
.c-pager01 li a,
.c-pager01 li span {
  display:block;
  width:42px;
  height:42px;
  box-sizing:border-box;
  padding-top:5px;
  border:1px solid #ff6300;
  font-size:1.6rem;
  color:#ff6300;
  text-decoration:none
}
.c-pager01 li.current span {
  color:#fff;
  background:#ff6300;
  border-color:#ff6300
}
.c-pager01 li.previous a,
.c-pager01 li span,
.c-pager01 li.next a,
.c-pager01 li span,
.c-pager01 li.first a,
.c-pager01 li span,
.c-pager01 li.last a,
.c-pager01 li span {
  border-color:transparent
}
.c-pager01 li.previous {
  margin-right:15px
}
.c-pager01 li.next {
  margin-left:15px
}
.c-pager01 li.previous a,
.c-pager01 li.next a {
  position:relative;
  text-indent:-99999px
}
.c-pager01 li.previous a:before,
.c-pager01 li.next a:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:8px;
  height:16px;
  background:url(../images/common/ico_arw09.png) no-repeat center/cover;
  -webkit-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%)
}
.c-pager01 li.previous a:before {
  -webkit-transform:translate(-50%, -50%) rotate(180deg);
  -ms-transform:translate(-50%, -50%) rotate(180deg);
  transform:translate(-50%, -50%) rotate(180deg)
}
@media all and (min-width: 768px) {
  .c-pager01 {
    margin-top:60px
  }
  .c-pager01 li a,
  .c-pager01 li span {
    width:45px;
    height:45px;
    padding-top:6px;
    font-size:1.6rem;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .c-pager01 li a:hover,
  .c-pager01 li span:hover {
    text-decoration:none;
    background-color:#ff6300;
    border:1px solid #ff6300;
    color:#fff
  }
  .c-pager01 li.current span {
    background-color:#ff6300;
    border:1px solid #ff6300;
    color:#fff
  }
  .c-pager01 li.previous a:hover,
  .c-pager01 li.next a:hover,
  .c-pager01 li.first a:hover,
  .c-pager01 li.last a:hover {
    background-color:#ffe0cc;
    border-color:#ffe0cc;
    color:#ff6300
  }
}
.c-pager02 {
  margin-top:30px;
  padding-bottom:50px;
  position:relative
}
.c-pager02__all .c-pager02__link:before,
.c-pager02__all .c-pager02__link:after {
  display:none
}
.c-pager02__previous .c-pager02__link,
.c-pager02__next .c-pager02__link {
  display:block;
  position:absolute;
  top:75px;
  font-size:1.3rem;
  font-weight:700;
  text-decoration:none;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.c-pager02__previous .c-pager02__link:before,
.c-pager02__next .c-pager02__link:before {
  content:"";
  position:absolute;
  top:50%;
  display:block;
  width:20px;
  height:12px;
  background:url(../images/common/ico_arw03.png) no-repeat center/cover;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%);
  transform:translate(0, -50%);
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.c-pager02__previous .c-pager02__link {
  padding-left:30px;
  left:50%;
  margin-left:-138px
}
.c-pager02__previous .c-pager02__link:before {
  left:0;
  -webkit-transform:translate(0, -50%) rotate(180deg);
  -ms-transform:translate(0, -50%) rotate(180deg);
  transform:translate(0, -50%) rotate(180deg)
}
.c-pager02__next .c-pager02__link {
  padding-right:30px;
  right:50%;
  margin-right:-138px
}
.c-pager02__next .c-pager02__link:before {
  right:0
}
@media all and (min-width: 768px) {
  .c-pager02 {
    margin-top:60px;
    padding-bottom:0
  }
  .c-pager02__previous .c-pager02__link,
  .c-pager02__next .c-pager02__link {
    top:50%;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    font-size:1.5rem
  }
  .c-pager02__previous .c-pager02__link:hover,
  .c-pager02__next .c-pager02__link:hover {
    color:#ff6300
  }
  .c-pager02__previous .c-pager02__link:hover:before,
  .c-pager02__next .c-pager02__link:hover:before {
    background-image:url(../images/common/ico_arw02.png)
  }
  .c-pager02__previous .c-pager02__link {
    left:50%;
    margin-left:-350px
  }
  .c-pager02__next .c-pager02__link {
    padding-right:30px;
    right:50%;
    margin-right:-350px
  }
}
.c-set01 {
  margin-bottom:35px
}
.c-set01__img {
  margin-bottom:20px
}
.c-set01__head {
  margin-bottom:12px;
  font-size:2.0rem;
  font-weight:700;
  line-height:1.4;
  color:#ff6300
}
@media all and (min-width: 768px) {
  .c-set01 {
    margin-bottom:80px
  }
  .c-set01__img {
    float:left;
    width:630px;
    margin-bottom:0
  }
  .c-set01__area-txt {
    float:right;
    width:440px
  }
  .c-set01__head {
    margin:25px 0;
    font-size:2.8rem
  }
  .c-set01:nth-child(odd) .c-set01__img {
    float:right
  }
  .c-set01:nth-child(odd) .c-set01__area-txt {
    float:left
  }
}
.c-set02__item {
  box-sizing:border-box;
  padding:20px 25px;
  background:url(../images/common/bg_contents01.jpg) repeat center;
  color:#fff
}
.c-set02__head {
  margin-bottom:10px;
  font-size:1.6rem;
  font-weight:700;
  color:#ffeca9;
  line-height:1.4
}
@media all and (max-width: 767px) {
  .c-set02__item {
    margin-top:10px
  }
  .c-set02__item:first-of-type {
    margin-top:0
  }
}
@media all and (min-width: 768px) {
  .c-set02__item {
    float:left;
    width:360px;
    padding:25px 30px;
    margin:20px 0 0 20px
  }
  .c-set02__item:nth-child(-n+3) {
    margin-top:0
  }
  .c-set02__item:nth-child(3n+1) {
    margin-left:0
  }
  .c-set02__head {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:60px;
    margin-bottom:10px;
    font-size:2.2rem
  }
}
.c-single01 {
  padding:40px 25px;
  background:#fff
}
.c-single01__head {
  margin-top:20px
}
.c-single01__head h1 {
  margin-top:8px;
  font-size:2rem;
  font-weight:700;
  letter-spacing:.06em
}
.c-single01__tag {
  display:inline-block;
  margin-right:5px
}
.c-single01__date {
  display:inline-block;
  color:#999;
  letter-spacing:.1em
}
.c-single01__content {
  margin-top:12px
}
.c-single01__content *:first-child {
  margin-top:0
}
.c-single01__content *:last-child {
  margin-bottom:0
}
.c-single01__content p {
  margin:10px 0
}
@media all and (min-width: 768px) {
  .c-single01 {
    padding:60px
  }
  .c-single01__head {
    margin-top:40px
  }
  .c-single01__head h1 {
    margin-top:15px;
    font-size:3rem
  }
  .c-single01__tag {
    margin-right:11px
  }
  .c-single01__content {
    margin-top:24px
  }
  .c-single01__content p {
    margin:26px 0
  }
  .c-single01__btn {
    width:330px;
    margin:40px auto 0
  }
}
.c-tab01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.c-tab01__item {
  margin-right:5px;
  padding:5px 10px
}
.c-tab01__item.is-active {
  background:#333;
  color:#fff
}
.c-table01 th {
  background:#ffefe5;
  font-weight:700;
  vertical-align:top
}
.c-table01 td {
  vertical-align:top
}
.c-table01__note01 {
  display:inline-block;
  padding:5px 0 0 1em;
  text-indent:-1em;
  font-size:1.2rem;
  color:#aaadad
}
@media all and (max-width: 767px) {
  .c-table01 table,
  .c-table01 thead,
  .c-table01 tbody,
  .c-table01 tr,
  .c-table01 th,
  .c-table01 td {
    display:block
  }
  .c-table01 table {
    border-top:1px solid #ffd0b2
  }
  .c-table01 th,
  .c-table01 td {
    padding:10px 20px
  }
  .c-table01 td {
    background:#fff;
    border-bottom:1px solid #ffd0b2
  }
}
@media all and (min-width: 768px) {
  .c-table01 th,
  .c-table01 td {
    padding:25px 40px;
    border-top:1px solid #ffd0b2;
    border-bottom:1px solid #ffd0b2
  }
  .c-table01 th {
    box-sizing:border-box;
    width:330px;
    padding-top:24px;
    padding-bottom:24px;
    font-size:1.8rem
  }
  .c-table01__note01 {
    font-size:1.3rem
  }
}
.c-toggle-tit01 {
  position:relative;
  padding:10px 50px 10px 15px;
  background:#ff6300;
  color:#fff
}
.c-toggle-tit01:before,
.c-toggle-tit01:after {
  position:absolute;
  top:50%;
  right:15px;
  content:"";
  display:block;
  width:20px;
  height:2px;
  margin-top:-1px;
  background:#fff;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.c-toggle-tit01:before {
  -webkit-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  transform:rotate(-90deg)
}
.c-toggle-tit01.is-active:before {
  -webkit-transform:rotate(0);
  -ms-transform:rotate(0);
  transform:rotate(0)
}
.js-switch-tab {
  cursor:pointer
}
.js-switch-content {
  display:none
}
.js-switch-content.is-active {
  display:block
}
.js-toggle-trigger {
  cursor:pointer
}
.js-toggle-content {
  display:none
}
.company-intro {
  padding:50px 0
}
.company-intro__img {
  padding:0 70px;
  margin-bottom:20px
}
.company-intro__head {
  margin-bottom:10px;
  font-size:2.5rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.4
}
.company-intro__name {
  margin-top:10px;
  text-align:right
}
.company-intro__name-img {
  max-width:170px
}
@media all and (min-width: 768px) {
  .company-intro {
    padding:0 0 100px
  }
  .company-intro__img {
    float:left;
    width:400px;
    padding:0;
    margin:0
  }
  .company-intro__area-txt {
    float:right;
    width:660px
  }
  .company-intro__head {
    margin-bottom:25px;
    font-size:4.0rem
  }
  .company-intro__name {
    margin-top:20px;
    text-align:right
  }
  .company-intro__name-img {
    max-width:220px
  }
}
.company-table {
  margin-bottom:50px
}
.company-table__dl dt {
  font-weight:700;
  margin-top:20px
}
.company-table__dl dt:first-child {
  margin-top:0
}
@media all and (min-width: 768px) {
  .company-table {
    margin-bottom:100px
  }
}
.company-suppliers {
  margin-bottom:70px
}
.company-suppliers__item {
  float:left
}
@media all and (max-width: 767px) {
  .company-suppliers__item {
    width:49%;
    margin:10px 0 0 2%
  }
  .company-suppliers__item:nth-child(odd) {
    margin-left:0
  }
  .company-suppliers__item:nth-child(-n+2) {
    margin-top:0
  }
}
@media all and (min-width: 768px) {
  .company-suppliers {
    margin-bottom:140px
  }
  .company-suppliers__item {
    width:268px;
    margin:16px 0 0 16px
  }
  .company-suppliers__item:nth-child(4n+1) {
    margin-left:0
  }
  .company-suppliers__item:nth-child(-n+4) {
    margin-top:0
  }
}
.contact-set {
  padding:50px 0 70px
}
.contact-set__txt {
  margin-bottom:30px
}
@media all and (min-width: 768px) {
  .contact-set {
    padding:0 0 140px
  }
  .contact-set__txt {
    margin-bottom:60px;
    text-align:center
  }
}
.detail-set {
  padding:50px 0 60px
}
.detail-set__content {
  padding-bottom:30px;
  border-bottom:1px solid #e5e5e5
}
.detail-set__head {
  padding-bottom:15px;
  margin-bottom:25px;
  border-bottom:2px solid #ff6300;
  font-size:2.5rem;
  font-weight:700;
  line-height:1.4
}
.detail-set__area-txt p+p {
  margin-top:15px
}
@media all and (min-width: 768px) {
  .detail-set {
    padding:0 0 140px
  }
  .detail-set__content {
    padding-bottom:60px
  }
  .detail-set__head {
    padding-bottom:20px;
    margin-bottom:50px;
    font-size:4.0rem
  }
  .detail-set__area-txt img {
    width:auto
  }
  .detail-set__area-txt p+p {
    margin-top:30px
  }
}
.dispatch-outline {
  padding:50px 0 60px
}
@media all and (min-width: 768px) {
  .dispatch-outline {
    padding:0 0 120px
  }
}
.dispatch-flow {
  position:relative;
  padding:55px 0 60px;
  background:#f3f4f4
}
.dispatch-flow__bg01 {
  top:40px;
  right:0
}
@media all and (min-width: 768px) {
  .dispatch-flow {
    padding:110px 0 120px
  }
  .dispatch-flow__bg01 {
    top:0;
    right:50%;
    margin-right:-860px
  }
}
.dispatch-button {
  position:relative;
  padding:50px 0 60px
}
.dispatch-button__bg01 {
  top:70px;
  left:0
}
@media all and (min-width: 768px) {
  .dispatch-button {
    padding:100px 0
  }
  .dispatch-button__bg01 {
    top:-30px;
    left:50%;
    margin-left:-900px
  }
}
.guidance-button {
  padding:50px 0 60px
}
@media all and (min-width: 768px) {
  .guidance-button {
    padding:0 0 100px
  }
}
.guidance-set {
  padding-bottom:20px
}
.guidance-set__content {
  margin-bottom:50px
}
.guidance-set__table {
  margin-bottom:30px
}
@media all and (min-width: 768px) {
  .guidance-set {
    padding-bottom:40px
  }
  .guidance-set__content {
    margin-bottom:100px
  }
  .guidance-set__table {
    margin-bottom:50px
  }
}
@media all and (min-width: 768px) {
  #guidance-regular,
  #guidance-part,
  #guidance-baito {
    padding-top:100px;
    margin-top:-100px
  }
}
#home .l-header {
  padding:15px
}
#home .l-header__bg01,
#home .l-header__bg02 {
  background:url(../images/home/bg_header01.png) 0 0 repeat;
  background-size:35px;
  -webkit-animation:bgLeftLoop 2500s linear infinite;
  animation:bgLeftLoop 2500s linear infinite;
  overflow:hidden;
  z-index:-1;
  position:absolute;
  width:50%;
  height:50%
}
#home .l-header__bg01 {
  left:0;
  bottom:0
}
#home .l-header__bg02 {
  top:0;
  right:0
}
@media all and (max-width: 767px) {
  #home .l-header__logo {
    padding:0
  }
  #home .l-header__logo-link {
    width:60px;
    padding:17px 23px;
    background:#fff
  }
  #home .l-header__logo-white {
    display:none
  }
  #home .l-header__logo-orange {
    display:inline
  }
}
@media all and (min-width: 768px) {
  #home .l-header {
    padding:30px
  }
  #home .l-header__bg01,
  #home .l-header__bg02 {
    background-size:70px
  }
}
@keyframes bgLeftLoop {
  0% {
    background-position:0 center
  }
  100% {
    background-position:-9999vh center
  }
}
@-webkit-keyframes bgLeftLoop {
  0% {
    background-position:0 center
  }
  100% {
    background-position:-9999vh center
  }
}
.home-about {
  position:relative;
  padding:60px 0 20px
}
.home-about__inner {
  position:relative;
  z-index:1
}
.home-about__content {
  margin-bottom:40px
}
.home-about__img {
  margin-bottom:25px
}
.home-about__txt {
  margin-bottom:20px
}
.home-about__bg01 {
  top:22px;
  left:0
}
.home-about__bg02 {
  top:47%;
  right:0
}
@media all and (min-width: 768px) {
  .home-about {
    padding:140px 0 70px
  }
  .home-about__content {
    margin-bottom:80px
  }
  .home-about__img {
    float:right;
    width:780px;
    margin:0 -150px 0 0
  }
  .home-about__area-txt {
    float:left;
    width:400px;
    padding-top:25px
  }
  .home-about__content:nth-child(odd) .home-about__img {
    float:left;
    margin:0 0 0 -150px
  }
  .home-about__content:nth-child(odd) .home-about__area-txt {
    float:right
  }
  .home-about__txt {
    margin-bottom:35px
  }
  .home-about__bg01 {
    top:141px;
    left:50%;
    margin-left:-860px
  }
  .home-about__bg02 {
    top:950px;
    right:50%;
    margin-right:-900px
  }
}
.home-business {
  position:relative;
  padding:50px 0 45px;
  background:#f3f4f4
}
.home-business__txt {
  margin-bottom:30px
}
.home-business__area {
  margin-bottom:30px
}
.home-business__img {
  position:relative
}
.home-business__link {
  display:block;
  text-decoration:none
}
.home-business__head-sub {
  position:absolute;
  bottom:15px;
  left:-10px;
  display:block;
  box-sizing:border-box;
  width:290px;
  padding:11px 10px 11px 55px;
  background:#000;
  color:#fff;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.home-business__head-sub:before {
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  display:block;
  width:10px;
  height:7px;
  background:url(../images/common/bg_head01.png) no-repeat center/contain
}
.home-business__head-sub__sub {
  font-family:'Exo 2', sans-serif;
  font-size:1.3rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.3
}
.home-business__head-sub__main {
  font-size:1.6rem;
  font-weight:700;
  line-height:1.4
}
.home-business__area:first-of-type .home-business__head-sub {
  background:#000 url(../images/common/ico_promotion01.png) no-repeat 10px center/36px auto
}
.home-business__area:nth-child(2) .home-business__head-sub {
  background:#000 url(../images/common/ico_dispatch01.png) no-repeat 10px center/36px auto
}
.home-business__area:nth-child(3) .home-business__head-sub {
  background:#000 url(../images/common/ico_seminar01.png) no-repeat 10px center/36px auto
}
.home-business__area:nth-child(4) .home-business__head-sub {
  background:#000 url(../images/common/ico_rental01.png) no-repeat 10px center/36px auto
}
.home-business__area-txt {
  position:relative;
  padding:20px 80px 20px 0;
  border-bottom:1px dotted #000
}
.home-business__area-txt:before {
  content:"";
  position:absolute;
  top:50%;
  right:10px;
  display:block;
  width:39px;
  height:12px;
  background:url(../images/common/ico_arw05.png) no-repeat center/cover;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%);
  transform:translate(0, -50%)
}
.home-business__bg01 {
  top:0;
  left:0
}
@media all and (min-width: 768px) {
  .home-business {
    padding:140px 0 333px
  }
  .home-business__head {
    margin-bottom:30px
  }
  .home-business__txt {
    margin-bottom:70px;
    text-align:center
  }
  .home-business__content {
    margin:0 -150px
  }
  .home-business__area {
    float:left;
    width:670px;
    margin:0 0 80px 80px
  }
  .home-business__area:nth-child(2n+1) {
    margin-left:0
  }
  .home-business__area:nth-child(2) {
    margin-top:60px
  }
  .home-business__area:nth-child(3) {
    margin-top:-60px
  }
  .home-business__head-sub {
    bottom:30px;
    left:-20px;
    width:460px;
    padding:15px 15px 15px 90px
  }
  .home-business__head-sub:before {
    bottom:-15px;
    width:20px;
    height:15px
  }
  .home-business__head-sub__sub {
    margin-bottom:5px;
    font-size:1.6rem
  }
  .home-business__head-sub__main {
    font-size:2.2rem
  }
  .home-business__area:first-of-type .home-business__head-sub,
  .home-business__area:nth-child(2) .home-business__head-sub,
  .home-business__area:nth-child(3) .home-business__head-sub,
  .home-business__area:nth-child(4) .home-business__head-sub {
    background-position:20px center;
    background-size:50px auto
  }
  .home-business__link {
    width:670px
  }
  .home-business__link img {
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .home-business__img-in {
    overflow:hidden
  }
  .home-business__link:hover img {
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
  }
  .home-business__link:hover .home-business__head-sub {
    background-color:#ff6300
  }
  .home-business__link:hover .home-business__head-sub__sub {
    color:#fff
  }
  @-webkit-keyframes business_arw_bef {
    from {
      right:30px;
      opacity:0
    }
    to {
      right:20px;
      opacity:1
    }
  }
  @keyframes business_arw_bef {
    from {
      right:30px;
      opacity:0
    }
    to {
      right:20px;
      opacity:1
    }
  }
  @-webkit-keyframes business_arw_aft {
    from {
      right:20px;
      opacity:1
    }
    to {
      right:10px;
      opacity:0
    }
  }
  @keyframes business_arw_aft {
    from {
      right:20px;
      opacity:1
    }
    to {
      right:10px;
      opacity:0
    }
  }
  .home-business__area-txt {
    padding:30px 170px 30px 0
  }
  .home-business__area-txt:after {
    content:'';
    background:url(../images/common/ico_arw05.png) no-repeat center/cover;
    position:absolute;
    top:50%;
    right:15px;
    opacity:0;
    display:block;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    opacity:0
  }
  .home-business__area-txt:before,
  .home-business__area-txt:after {
    right:20px;
    width:40px;
    height:12px
  }
  .home-business__link:hover .home-business__area-txt:before {
    -webkit-animation:business_arw_bef .5s ease 0s 1 normal forwards;
    animation:business_arw_bef .5s ease 0s 1 normal forwards
  }
  .home-business__link:hover .home-business__area-txt:after {
    -webkit-animation:business_arw_aft .5s ease 0s 1 normal forwards;
    animation:business_arw_aft .5s ease 0s 1 normal forwards
  }
  .home-business__bg01 {
    top:20px;
    left:50%;
    margin-left:-860px
  }
}
.home-count__inner {
  padding:0
}
.home-count__content {
  padding:45px 20px 50px;
  background:#ff6300 url(../images/common/bg_contents01.jpg) repeat center top;
  color:#fff
}
.home-count__list {
  text-align:center
}
.home-count__area {
  margin-bottom:30px
}
.home-count__head {
  position:relative;
  display:inline-block;
  background:url(../images/home/bg_count01.png) no-repeat center bottom/14px 14px;
  padding-bottom:20px
}
.home-count__head:before,
.home-count__head:after {
  content:"";
  position:absolute;
  bottom:11px;
  width:calc(50% - 7px);
  height:3px;
  background:#fff
}
.home-count__head:before {
  left:0
}
.home-count__head:after {
  right:0
}
.home-count__head-txt {
  display:inline-block;
  padding-left:30px;
  font-size:1.5rem;
  font-weight:700;
  line-height:1.4
}
.home-count__area:first-of-type .home-count__head .home-count__head-txt {
  background:url(../images/home/ico_count01.png) no-repeat left center/21px auto
}
.home-count__area:nth-child(2) .home-count__head .home-count__head-txt {
  background:url(../images/home/ico_count02.png) no-repeat left center/21px auto
}
.home-count__area:nth-child(3) .home-count__head .home-count__head-txt {
  background:url(../images/home/ico_count03.png) no-repeat left center/21px auto
}
.home-count__txt {
  font-size:2.4rem;
  color:#ffeca9;
  line-height:1
}
.home-count__txt01 {
  position:relative;
  top:5px;
  font-family:'Exo 2', sans-serif;
  font-size:7.0rem;
  font-weight:700;
  line-height:1;
  letter-spacing:-.02em
}
.home-count__txt02 {
  position:relative;
  top:-4px;
  font-weight:700
}
.home-count__area-txt {
  padding:20px;
  border:3px solid #fff
}
.home-count__area-txt p {
  font-weight:700
}
@media all and (min-width: 768px) {
  .home-count {
    position:relative;
    margin-top:-263px
  }
  .home-count__content {
    padding:90px 150px 90px 150px;
    margin:0 -150px 0 -150px;
    background:#ff6300 url(../images/common/bg_contents01.jpg) repeat center top;
    color:#fff
  }
  .home-count__area {
    box-sizing:border-box;
    float:left;
    display:inline-block
  }
  .home-count__area:first-of-type {
    width:32%
  }
  .home-count__area:nth-child(2) {
    width:25%
  }
  .home-count__area:nth-child(3) {
    width:43%
  }
  .home-count__head {
    margin-bottom:5px
  }
  .home-count__head-txt {
    padding-left:40px;
    font-size:1.8rem
  }
  .home-count__txt {
    font-size:3.4rem
  }
  .home-count__txt01 {
    display:inline-block;
    top:-1px;
    font-family:'Exo 2', sans-serif;
    font-size:12rem
  }
  .home-count__txt02 {
    top:-15px
  }
  .home-count__area-txt {
    margin-top:20px;
    text-align:center
  }
  .home-count__area:first-of-type .home-count__head .home-count__head-txt,
  .home-count__area:nth-child(2) .home-count__head .home-count__head-txt,
  .home-count__area:nth-child(3) .home-count__head .home-count__head-txt {
    background-size:29px auto
  }
}
.odometer-formatting-mark {
  position:relative;
  top:-15px;
  left:-7px;
  margin:0 -7px;
  font-size:10rem
}
@media all and (min-width: 768px) {
  .odometer-formatting-mark {
    top:-25px;
    left:-10px;
    margin:0 -12px;
    font-size:17rem
  }
}
.home-suppliers {
  padding:45px 0 40px
}
.home-suppliers__txt {
  margin-bottom:20px
}
.home-suppliers__item {
  float:left;
  width:48%;
  margin:0 0 10px 4%
}
@media all and (max-width: 767px) {
  .home-suppliers__item:nth-child(odd) {
    margin-left:0
  }
}
@media all and (min-width: 768px) {
  .home-suppliers {
    padding:100px 0 84px;
    width:836px;
    margin:0 auto
  }
  .home-suppliers__txt {
    margin-bottom:45px;
    text-align:center
  }
  .home-suppliers__item {
    float:left;
    width:268px;
    margin:0 0 16px 16px
  }
  .home-suppliers__item:nth-child(3n+1) {
    margin-left:0
  }
}
.home-product {
  position:relative
}
@media all and (min-width: 768px) {
  .home-product__inner {
    padding:0 110px
  }
  .home-product__link {
    display:block;
    width:900px;
    height:140px;
    background:url(../images/home/bnr_product01_pc_o.jpg) no-repeat center;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .home-product__img {
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .home-product__link:hover .home-product__img {
    opacity:0
  }
}
.home-news {
  padding:50px 0;
  background:#f3f4f4
}
.home-news__head {
  margin-bottom:25px
}
.home-news__list {
  padding-bottom:25px
}
.home-news__item {
  margin-top:10px
}
.home-news__link {
  position:relative;
  display:block;
  padding:20px;
  background:#fff;
  box-shadow:0 0 8px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 8px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 8px rgba(0,0,0,0.1);
  text-decoration:none
}
.home-news__link:after {
  content:"";
  position:absolute;
  bottom:25px;
  right:20px;
  display:block;
  width:20px;
  height:12px;
  background:url(../images/common/ico_arw03.png) no-repeat center/cover
}
.home-news__txt {
  margin-bottom:15px
}
.home-news__time {
  font-family:'Exo 2', sans-serif;
  font-size:1.3rem;
  font-weight:700;
  color:#aaadad
}
@media all and (max-width: 767px) {
  .home-news__item:first-of-type {
    margin-top:0
  }
}
@media all and (min-width: 768px) {
  .home-news {
    padding:100px 0
  }
  .home-news__head {
    margin-bottom:50px
  }
  .home-news__list {
    padding-bottom:50px
  }
  .home-news__item {
    float:left;
    width:265px;
    margin-left:20px
  }
  .home-news__item:first-of-type {
    margin-left:0
  }
  .home-news__link {
    box-sizing:border-box;
    min-height:220px;
    padding:35px 30px 80px
  }
  .home-news__link:after,
  .home-news__link:before {
    position:absolute;
    bottom:30px;
    right:25px
  }
  .home-news__link:before {
    opacity:0;
    content:"";
    position:absolute;
    display:block;
    width:20px;
    height:12px;
    background:url(../images/common/ico_arw02.png) no-repeat center/cover
  }
  .home-news__txt {
    margin-bottom:0
  }
  .home-news__time {
    position:absolute;
    bottom:22px;
    left:30px;
    font-size:1.5rem
  }
  @-webkit-keyframes news_arw_bef {
    from {
      right:30px;
      opacity:0
    }
    to {
      right:20px;
      opacity:1
    }
  }
  @keyframes news_arw_bef {
    from {
      right:30px;
      opacity:0
    }
    to {
      right:20px;
      opacity:1
    }
  }
  @-webkit-keyframes news_arw_aft {
    from {
      right:20px;
      opacity:1
    }
    to {
      right:10px;
      opacity:0
    }
  }
  @keyframes news_arw_aft {
    from {
      right:20px;
      opacity:1
    }
    to {
      right:10px;
      opacity:0
    }
  }
  .home-news__link:hover:before {
    -webkit-animation:business_arw_bef .5s ease 0s 1 normal forwards;
    animation:business_arw_bef .5s ease 0s 1 normal forwards
  }
  .home-news__link:hover:after {
    -webkit-animation:business_arw_aft .5s ease 0s 1 normal forwards;
    animation:business_arw_aft .5s ease 0s 1 normal forwards
  }
  .home-news__link:hover .home-news__txt {
    color:#ff6300;
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
}
.home-recruit {
  position:relative;
  padding-top:70px
}
.home-recruit__inner {
  position:relative;
  padding:0;
  z-index:2
}
.home-recruit__head {
  position:relative;
  margin-bottom:40px;
  z-index:2
}
.home-recruit__content {
  position:relative;
  padding:55px 30px 60px;
  background:url(../images/home/bg_recruit01_sp.jpg) no-repeat center/cover;
  color:#fff;
  z-index:2
}
.home-recruit__head-sub {
  margin-bottom:17px;
  font-size:2.2rem;
  font-weight:700;
  color:#fff;
  line-height:1.5;
  text-align:center
}
.home-recruit__txt {
  margin-bottom:17px;
  line-height:2.0
}
.home-recruit__img01 {
  position:absolute;
  top:20px;
  left:50%;
  width:150px;
  height:auto;
  margin-left:-210px;
  z-index:1
}
.home-recruit__img02 {
  position:absolute;
  top:-21px;
  right:50%;
  width:260px;
  height:auto;
  margin-right:-275px;
  z-index:1
}
.home-recruit__bg01 {
  top:240px;
  left:0
}
.home-recruit__bg02 {
  bottom:-320px;
  right:0;
  z-index:3
}
@media all and (min-width: 768px) {
  .home-recruit {
    padding:130px 0 100px
  }
  .home-recruit__head {
    margin-bottom:0;
    z-index:1
  }
  .home-recruit__content {
    padding:150px 70% 120px 150px;
    margin:-78px -70% 0 -150px;
    background:url(../images/home/bg_recruit01_pc.jpg) no-repeat center top/cover;
    z-index:0
  }
  .home-recruit__head-sub {
    margin-bottom:30px;
    font-size:3.0rem
  }
  .home-recruit__txt {
    margin-bottom:45px;
    line-height:2.4;
    text-align:center
  }
  .home-recruit__img01 {
    position:absolute;
    top:auto;
    bottom:0;
    width:338px;
    height:395px;
    margin-left:-682px;
    z-index:2
  }
  .home-recruit__img02 {
    position:absolute;
    top:auto;
    bottom:0;
    width:557px;
    height:501px;
    margin-right:-841px;
    z-index:2
  }
  .home-recruit__bg01 {
    top:130px;
    left:50%;
    margin-left:-860px
  }
  .home-recruit__bg02 {
    bottom:-300px;
    right:50%;
    margin-right:-860px;
    z-index:1
  }
}
.news-form {
  position:relative;
  margin-bottom:30px;
  z-index:1
}
.news-form__item {
  float:left;
  width:49%;
  margin-left:2%
}
.news-form__item:first-of-type {
  margin-left:0
}
@media all and (min-width: 768px) {
  .news-form {
    width:520px;
    margin:0 0 50px auto
  }
  .news-form__item {
    width:250px;
    margin-left:20px
  }
}
.news-set {
  padding:50px 0 70px
}
.news-set__content {
  position:relative;
  z-index:0
}
@media all and (min-width: 768px) {
  .news-set {
    padding:0 0 140px
  }
}
.palfe-intro {
  position:relative;
  padding:50px 0 60px
}
.palfe-intro__img01,
.palfe-intro__img02 {
  margin:0 -10px
}
.palfe-intro__content {
  padding:30px 0;
  text-align:center
}
.palfe-intro__head {
  margin-bottom:20px;
  font-size:2.8rem;
  font-weight:700;
  line-height:1.4;
  color:#ff6300
}
@media all and (min-width: 768px) {
  .palfe-intro {
    position:relative;
    min-height:429px;
    margin-bottom:80px;
    padding:0
  }
  .palfe-intro__img01,
  .palfe-intro__img02 {
    position:absolute;
    top:0;
    margin:0
  }
  .palfe-intro__img01 {
    left:50%;
    width:628px;
    margin-left:-926px
  }
  .palfe-intro__img02 {
    right:50%;
    width:708px;
    margin-right:-962px
  }
  .palfe-intro__content {
    padding:90px 0 0;
    text-align:center
  }
  .palfe-intro__head {
    margin-bottom:30px;
    font-size:4.5rem;
    line-height:1.4
  }
}
.palfe-all {
  padding:50px 0 25px;
  background:#f3f4f4
}
@media all and (min-width: 768px) {
  .palfe-all {
    padding:110px 0 40px
  }
}
.palfe-vision {
  padding:55px 0;
  background:url(../images/palfe/bg_vision01_sp.jpg) no-repeat center/cover
}
@media all and (min-width: 768px) {
  .palfe-vision {
    padding:110px 0;
    background:url(../images/palfe/bg_vision01_pc.jpg) no-repeat center/cover
  }
  .palfe-vision__txt {
    padding:0 100px;
    text-align:center
  }
}
.palfe-button {
  padding:40px 0
}
@media all and (min-width: 768px) {
  .palfe-button {
    padding:80px 0
  }
}
.product-intro {
  padding:50px 0 60px
}
.product-intro__content {
  padding:55px 20px;
  border:3px solid #ff6300
}
.product-intro__txt {
  font-size:2.0rem;
  font-weight:700;
  line-height:1.4;
  text-align:center
}
.product-intro__txt .is-line {
  position:relative;
  font-weight:700
}
.product-intro__txt .is-line:before {
  content:"";
  position:absolute;
  top:20px;
  left:0;
  display:block;
  width:100%;
  height:8px;
  background:#ffeca9;
  z-index:-1
}
.product-intro__txt .is-orange {
  font-weight:700;
  color:#ff6300
}
@media all and (min-width: 768px) {
  .product-intro {
    padding:0 0 120px
  }
  .product-intro__content {
    padding:60px 40px
  }
  .product-intro__txt {
    font-size:2.8rem;
    line-height:1.4
  }
  .product-intro__txt .is-line:before {
    top:28px;
    height:12px
  }
}
.product-placenta {
  position:relative;
  padding:55px 0 25px;
  background:#f3f4f4
}
.product-placenta__bg01 {
  top:-20px;
  right:0
}
@media all and (min-width: 768px) {
  .product-placenta {
    padding:110px 0 40px
  }
  .product-placenta__bg01 {
    top:-60px;
    right:50%;
    margin-right:-860px
  }
}
.promotion-intro {
  position:relative;
  padding:50px 0 60px
}
.promotion-intro__area {
  margin-bottom:30px
}
.promotion-intro__img {
  position:relative
}
.promotion-intro__img-in {
  overflow:hidden
}
.promotion-intro__link {
  display:block;
  text-decoration:none
}
.promotion-intro__head {
  position:absolute;
  bottom:15px;
  left:-10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  box-sizing:border-box;
  width:290px;
  height:60px;
  padding:11px 10px 11px 55px;
  background:#000;
  color:#fff;
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.promotion-intro__head:before {
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  display:block;
  width:10px;
  height:7px;
  background:url(../images/common/bg_head01.png) no-repeat center/cover
}
.promotion-intro__head__sub {
  font-family:'Exo 2', sans-serif;
  font-size:1.2rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.3
}
.promotion-intro__head__main {
  font-size:1.6rem;
  font-weight:700;
  line-height:1.4
}
.promotion-intro__area .promotion-intro__head {
  background:#000 url(../images/common/ico_promotion01.png) no-repeat 10px center/36px auto
}
.promotion-intro__area-txt {
  position:relative;
  padding:20px 40px 20px 0;
  border-bottom:1px dotted #000
}
.promotion-intro__area-txt:before {
  content:"";
  position:absolute;
  top:50%;
  right:0;
  display:block;
  width:39px;
  height:12px;
  background:url(../images/common/ico_arw05.png) no-repeat center/contain;
  -webkit-transform:translate(0, -50%) rotate(90deg);
  -ms-transform:translate(0, -50%) rotate(90deg);
  transform:translate(0, -50%) rotate(90deg)
}
@media all and (min-width: 768px) {
  .promotion-intro {
    padding:0 0 120px
  }
  .promotion-intro__area {
    float:left;
    width:528px;
    margin-left:42px
  }
  .promotion-intro__area:first-of-type {
    margin-left:22px
  }
  .promotion-intro__head {
    bottom:20px;
    left:-20px;
    width:460px;
    height:90px;
    padding:15px 15px 15px 90px
  }
  .promotion-intro__head:before {
    bottom:-15px;
    width:20px;
    height:15px
  }
  .promotion-intro__head__sub {
    font-size:1.6rem;
    margin-bottom:5px
  }
  .promotion-intro__head__main {
    font-size:2.2rem
  }
  .promotion-intro__area .promotion-intro__head {
    background-position:20px center;
    background-size:50px auto
  }
  .promotion-intro__link {
    width:528px
  }
  .promotion-intro__link img {
    -webkit-transition:all .3s ease;
    transition:all .3s ease
  }
  .promotion-intro__link:hover img {
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
  }
  .promotion-intro__link:hover .promotion-intro__head {
    background-color:#ff6300
  }
  .promotion-intro__link:hover .promotion-intro__head__sub {
    color:#fff
  }
  .promotion-intro__area-txt {
    padding:25px 60px 25px 0
  }
  .promotion-intro__area-txt:after {
    content:"";
    position:absolute;
    top:50%;
    right:0;
    background:url(../images/common/ico_arw05.png) no-repeat center/contain;
    -webkit-transform:translate(0, -50%) rotate(90deg);
    -ms-transform:translate(0, -50%) rotate(90deg);
    transform:translate(0, -50%) rotate(90deg);
    opacity:0
  }
  .promotion-intro__area-txt:before,
  .promotion-intro__area-txt:after {
    right:10px;
    width:40px;
    height:12px
  }
  .promotion-intro__link:hover .promotion-intro__area-txt:before {
    -webkit-animation:promotion_arw_bef .5s ease 0s 1 normal forwards;
    animation:promotion_arw_bef .5s ease 0s 1 normal forwards
  }
  .promotion-intro__link:hover .promotion-intro__area-txt:after {
    -webkit-animation:promotion_arw_aft .5s ease 0s 1 normal forwards;
    animation:promotion_arw_aft .5s ease 0s 1 normal forwards
  }
  .promotion-intro__list {
    margin-top:10px
  }
}
@-webkit-keyframes promotion_arw_bef {
  from {
    top:50%;
    opacity:1
  }
  to {
    top:60%;
    opacity:0
  }
}
@keyframes promotion_arw_bef {
  from {
    top:50%;
    opacity:1
  }
  to {
    top:60%;
    opacity:0
  }
}
@-webkit-keyframes promotion_arw_aft {
  from {
    top:40%;
    opacity:0
  }
  to {
    top:50%;
    opacity:1
  }
}
@keyframes promotion_arw_aft {
  from {
    top:40%;
    opacity:0
  }
  to {
    top:50%;
    opacity:1
  }
}
.promotion-event {
  position:relative;
  padding:55px 0 60px;
  background:#f3f4f4
}
.promotion-event__head {
  margin-top:0
}
.promotion-event__bg01 {
  top:0;
  right:0
}
@media all and (min-width: 768px) {
  .promotion-event {
    padding:110px 0 120px
  }
  .promotion-event__bg01 {
    top:-40px;
    right:50%;
    margin-right:-860px
  }
}
.promotion-dj {
  position:relative;
  padding:55px 0 60px
}
.promotion-dj__head {
  margin-top:0
}
.promotion-dj__bg01 {
  top:110px;
  left:0
}
@media all and (min-width: 768px) {
  .promotion-dj {
    padding:110px 0 120px
  }
  .promotion-dj__bg01 {
    top:-40px;
    left:50%;
    margin-left:-860px
  }
}
.promotion-flow {
  position:relative;
  padding:55px 0 60px;
  background:#f3f4f4
}
.promotion-flow__bg01 {
  top:230px;
  right:0
}
@media all and (min-width: 768px) {
  .promotion-flow {
    padding:110px 0 120px
  }
  .promotion-flow__bg01 {
    top:250px;
    right:50%;
    margin-right:-860px
  }
}
.promotion-button {
  position:relative;
  padding:50px 0 60px
}
.promotion-button__bg01 {
  top:270px;
  left:0
}
@media all and (min-width: 768px) {
  .promotion-button {
    padding:100px 0
  }
  .promotion-button__bg01 {
    top:100px;
    left:50%;
    margin-left:-900px
  }
}
.recruit-intro {
  position:relative;
  padding:50px 0
}
.recruit-intro__img01 {
  margin:0 30px
}
.recruit-intro__img02 {
  margin:0 25px
}
.recruit-intro__content {
  padding:30px 0;
  text-align:center
}
.recruit-intro__head {
  margin-bottom:20px;
  font-size:2.8rem;
  font-weight:700;
  line-height:1.4;
  color:#ff6300
}
@media all and (min-width: 768px) {
  .recruit-intro {
    position:relative;
    min-height:430px;
    margin-bottom:80px;
    padding:0
  }
  .recruit-intro__img01,
  .recruit-intro__img02 {
    position:absolute
  }
  .recruit-intro__img01 {
    top:-10px;
    left:50%;
    width:540px;
    margin:0 0 0 -929px
  }
  .recruit-intro__img02 {
    top:10px;
    right:50%;
    width:570px;
    margin:0 -930px 0 0
  }
  .recruit-intro__content {
    padding:130px 0 0;
    text-align:center
  }
  .recruit-intro__head {
    margin-bottom:30px;
    font-size:4.5rem;
    line-height:1.4
  }
}
.recruit-button {
  padding:45px 0;
  background:#f3f4f4
}
@media all and (min-width: 768px) {
  .recruit-button {
    padding:80px 0
  }
}
.recruit-regular {
  padding:50px 0 25px
}
@media all and (min-width: 768px) {
  .recruit-regular {
    padding:110px 0 40px
  }
}
.recruit-part {
  padding:50px 0 25px;
  background:#f3f4f4
}
@media all and (min-width: 768px) {
  .recruit-part {
    padding:110px 0 40px
  }
}
.recruit-comfort {
  padding:50px 0 60px
}
.recruit-comfort__mv__txt {
  padding:15px;
  background:#ffefe5;
  font-size:1.6rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.4;
  text-align:center
}
@media all and (max-width: 767px) {
  .recruit-comfort__mv__item {
    margin-top:25px
  }
  .recruit-comfort__mv__item:first-of-type {
    margin-top:0
  }
}
@media all and (min-width: 768px) {
  .recruit-comfort {
    padding:110px 0 120px
  }
  .recruit-comfort__mv__item {
    float:left;
    width:535px;
    margin-left:50px
  }
  .recruit-comfort__mv__item:first-of-type {
    margin-left:0
  }
  .recruit-comfort__mv__txt {
    padding:20px;
    font-size:2.2rem
  }
}
.recruit-bnr {
  padding:45px 0;
  background:#ffefe5
}
.recruit-bnr__content {
  margin-bottom:25px
}
@media all and (min-width: 768px) {
  .recruit-bnr {
    padding:80px 0
  }
  .recruit-bnr__content {
    padding:0 110px;
    margin-bottom:50px
  }
}
.rental-outline {
  padding:50px 0 60px
}
@media all and (min-width: 768px) {
  .rental-outline {
    padding:0 0 120px
  }
  .rental-outline__td-height {
    position:relative
  }
  .rental-outline__td-height:before {
    content:"";
    display:block;
    float:left;
    height:84px
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .rental-outline__td-height:before {
    height:85px
  }
}
.rental-equipment {
  position:relative;
  padding:55px 0 60px;
  background:#f3f4f4
}
.rental-equipment__list {
  margin-bottom:20px
}
.rental-equipment__item {
  float:left
}
.rental-equipment__img {
  box-sizing:border-box;
  margin-bottom:10px;
  border:1px solid #e5e5e5
}
.rental-equipment__head {
  font-size:1.6rem;
  font-weight:700;
  line-height:1.4;
  color:#ff6300
}
.rental-equipment__price {
  margin-bottom:5px;
  font-weight:700;
  line-height:1.4
}
.rental-equipment__price .is-price {
  position:relative;
  top:3px;
  font-size:2.0rem;
  font-weight:700;
  line-height:1.4
}
.rental-equipment__price .is-orange {
  font-weight:700;
  color:#ff6300;
  line-height:1.4
}
.rental-equipment__bg01 {
  top:40px;
  right:0
}
@media all and (max-width: 767px) {
  .rental-equipment__item {
    width:48%;
    margin:20px 0 0 4%
  }
  .rental-equipment__item:nth-child(odd) {
    margin-left:0
  }
  .rental-equipment__item:nth-child(-n+2) {
    margin-top:0
  }
}
@media all and (min-width: 768px) {
  .rental-equipment {
    padding:110px 0 120px
  }
  .rental-equipment__list {
    padding-top:10px;
    margin-bottom:45px
  }
  .rental-equipment__item {
    width:256px;
    margin:40px 0 0 32px
  }
  .rental-equipment__item:nth-child(4n+1) {
    margin-left:0
  }
  .rental-equipment__item:nth-child(-n+4) {
    margin-top:0
  }
  .rental-equipment__img {
    margin-bottom:15px
  }
  .rental-equipment__head {
    font-size:2.0rem
  }
  .rental-equipment__price {
    margin-bottom:10px;
    font-size:1.3rem
  }
  .rental-equipment__price .is-price {
    position:relative;
    top:3px;
    font-size:2.4rem
  }
  .rental-equipment__bg01 {
    top:-10px;
    right:50%;
    margin-right:-900px
  }
}
.rental-button {
  position:relative;
  padding:50px 0 60px
}
.rental-button__bg01 {
  top:120px;
  left:0
}
@media all and (min-width: 768px) {
  .rental-button {
    padding:100px 0
  }
  .rental-button__bg01 {
    top:0;
    left:50%;
    margin-left:-900px
  }
}
.seminar-outline {
  padding:50px 0 60px
}
@media all and (min-width: 768px) {
  .seminar-outline {
    padding:0 0 120px
  }
}
.seminar-instructor {
  position:relative;
  padding:55px 0 35px;
  background:#f3f4f4
}
.seminar-instructor__img {
  position:relative;
  margin-bottom:20px
}
.seminar-instructor__head {
  position:absolute;
  bottom:15px;
  left:-10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  box-sizing:border-box;
  width:190px;
  height:60px;
  padding:11px 12px;
  background:#000;
  color:#fff
}
.seminar-instructor__head:before {
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  display:block;
  width:10px;
  height:7px;
  background:url(../images/common/bg_head01.png) no-repeat center/cover
}
.seminar-instructor__head__sub {
  font-size:1.3rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.4
}
.seminar-instructor__head__main {
  font-size:1.6rem;
  font-weight:700;
  line-height:1.4
}
.seminar-instructor__area-txt__head {
  margin-bottom:5px;
  font-size:1.6rem;
  font-weight:700;
  color:#ff6300;
  line-height:1.4
}
.seminar-instructor__bg01 {
  top:10px;
  right:0
}
@media all and (max-width: 767px) {
  .seminar-instructor__item {
    padding:0 45px;
    margin-bottom:25px
  }
}
@media all and (min-width: 768px) {
  .seminar-instructor {
    padding:110px 0 120px
  }
  .seminar-instructor__item {
    float:left;
    width:340px;
    margin-left:40px
  }
  .seminar-instructor__item:first-of-type {
    margin-left:0
  }
  .seminar-instructor__img {
    margin-bottom:25px
  }
  .seminar-instructor__head {
    bottom:30px;
    left:-20px;
    width:280px;
    height:90px;
    padding:15px 20px
  }
  .seminar-instructor__head:before {
    bottom:-15px;
    width:20px;
    height:15px
  }
  .seminar-instructor__head__sub {
    font-size:1.6rem;
    margin-bottom:5px
  }
  .seminar-instructor__head__main {
    font-size:2.2rem
  }
  .seminar-instructor__area-txt__head {
    font-size:2.0rem
  }
  .seminar-instructor__bg01 {
    top:-30px;
    right:0
  }
}
.seminar-flow {
  position:relative;
  padding:55px 0 60px
}
.seminar-flow__bg01 {
  top:110px;
  left:0
}
@media all and (min-width: 768px) {
  .seminar-flow {
    padding:110px 0 120px
  }
  .seminar-flow__list {
    margin-bottom:50px
  }
  .seminar-flow__bg01 {
    top:-50px;
    left:50%;
    margin-left:-860px
  }
}
.seminar-button {
  position:relative;
  padding:50px 0 60px;
  background:#f3f4f4
}
.seminar-button__bg01 {
  top:130px;
  right:0
}
@media all and (min-width: 768px) {
  .seminar-button {
    padding:100px 0
  }
  .seminar-button__bg01 {
    top:50px;
    right:50%;
    margin-right:-900px
  }
}
