@charset 'UTF-8';
/* ======================================================================= */
/*!
 * CUSTOM STYLESHEET
 * 01. HTML Basic Settings
 * 02. Header Area
 * 03. Main Area
 * 04. Sidebar Area
 * 05. Footer Area
 * 06. Original Module Settings
 */
/* ======================================================================= */

/*!
 * 01. HTML Basic Settings
 * ----------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');

html {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-tap-highlight-color: rgba(0,0,0,0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-tap-highlight-color: rgba(0,0,0,0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}
h1, .h1 {
  font-size: 1.5rem;
}
h2, .h2 {
  font-size: 1.4rem;
}
h3, .h3 {
  font-size: 1.3rem;
}
h4, .h4 {
  font-size: 1.2rem;
}
h5, .h5 {
  font-size: 1.1rem;
}
h6, .h6 {
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 1.25rem;
  }
  h2, .h2 {
    font-size: 1.2rem;
  }
  h3, .h3 {
    font-size: 1.15rem;
  }
  h4, .h4 {
    font-size: 1.1rem;
  }
  h5, .h5 {
    font-size: 1.05rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

a {
  text-decoration: none;
  color: #f4a460;
  transition: all .25s;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a img {
  opacity: 1;
}
a:hover img {
  opacity: .8;
  transition: all .5s;
}
strong, b {
  font-weight: 700;
}

/*!
 * 02. Header Area
 * ----------------------------------------------------------------------- */

/* header-top */
.header-top {
  padding: .75rem 0;
  border-top: 5px solid #f4a460;
}
.header-middle.is-sticky {
  background-color: rgba(255,255,255,.9);
}
.header-top .branding {
  max-width: 250px;
}
.header-top .branding .site-description {
  font-size: .8rem;
  line-height: 1.1;
}
.header-top .contact-us {
  padding: 0 .5rem;
}
.header-top .contact-us p {
  margin: .25rem 0;
  font-size: .8rem;
}
.header-top .contact-us .tel i {
  font-size: 1.3rem;
  color: #f4a460;
}
.header-top .contact-us .tel .number {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  transform: rotate(0.03deg);
  line-height: 1;
  background-color: #ff8c00;
  background: -webkit-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background: linear-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* navigation */

.desktop-sub-nav .nav-item {
  margin: .25rem;
}
.desktop-sub-nav .text {
  padding: .25rem;
  color: #000;
  font-size: .9rem;
}
.desktop-sub-nav .text:hover {
  color: #f4a460;
}
.desktop-sub-nav .text span {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.desktop-sub-nav .text i {
  color: #f4a460;
}

.desktop-main-nav .nav-link {
  padding: 1rem;
  color: #000;
  text-align: center;
  line-height: 1.1;
}
.desktop-main-nav .nav-link:hover {
  color: #f4a460;
}
.desktop-main-nav .nav-link span {
  display: block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.desktop-main-nav .nav-link span.sub {
  font-size: .7rem;
  font-weight: 400;
}

/* mobile */
.mobile-main-nav .nav-item {
  border-bottom: 1px dotted rgba(0,0,0,.125);
}
.mobile-main-nav .nav-item .nav-link {
  padding: 1rem .5rem;
}
.mobile-main-nav .nav-item .nav-link i {
  color: #f4a460;
}


/*!
 * 03. Main Area
 * ----------------------------------------------------------------------- */

.bg-dot {
  background-image: url("../images/bg-dot.png");
  background-position: center left;
  background-repeat: repeat;
}

/* hero */
.main .hero {
  position: relative;
  min-height: 80vh;
  background-image: url("../images/bg-hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .hero .catch-copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main .hero .catch-copy p {
  font-size: 2rem;
  color: rgba(0,0,0,.8);
}
.main .hero .catch-copy h2 {
  font-size: 3.5rem;
  color: rgba(0,0,0,.8);
}

@media (max-width: 575.98px) {
  .main .hero .catch-copy p {
    font-size: 1.5rem;
  }
  .main .hero .catch-copy h2 {
    font-size: 2.5rem;
  }
}

/* recommend */
.main .recommend {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main .recommend::before {
    content: '';
    position: absolute;
    background: -webkit-gradient(90deg, #f4a460 20%, #ff8c00 80%);
    background: linear-gradient(90deg, #f4a460 20%, #ff8c00 80%);
    background-size: auto;
    background-size: 200% 200%;
    border-radius: 50%;
    height: 500px;
    left: calc(19% - 500px);
    top: -180px;
    width: 500px;
  }
  .main .recommend::after {
    content: '';
    position: absolute;
    background: -webkit-gradient(90deg, #f4a460 20%, #ff8c00 80%);
    background: linear-gradient(90deg, #f4a460 20%, #ff8c00 80%);
    background-size: auto;
    background-size: 200% 200%;
    border-radius: 50%;
    left: inherit;
    height: 300px;
    right: calc(19% - 500px);
    top: inherit;
    bottom: -160px;
    width: 300px;
  }
}

/* solution */
.main .solution { 
  overflow: hidden;
  position: relative;
}
.main .solution::after{
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 920px;
  box-sizing: border-box;
  border-right: 460px solid transparent;
  border-left: 460px solid transparent;
  z-index: 10;
  border-top: 60px solid #f4a460;
  transform: translateX(-50%);
}

/* service */
.main .service { 
  overflow: hidden;
  position: relative;
  background-color: rgba(200,200,200,.125);
}

/* report */
.main .report-category { 
  overflow: hidden;
  position: relative;
  background-color: rgba(200,200,200,.125);
}

/* page */

.main .entry-header {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.main .entry-header .lead {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.main .entry-header .lead .page-title {
  position: relative;
  margin-left: -1rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.5rem;
  letter-spacing: 2px;
  background-color: rgba(255,255,255,.8);
}
@media (max-width: 991.98px) {
  .main .entry-header .lead .page-title {
    font-size: 1.25rem;
  }
}
.main .entry-header .lead .page-title-sub {
  display: block;
  margin-bottom: .25rem;
  font-size: .8rem;
  color: #f4a460;
  text-transform: uppercase;
}
.main .entry-header .cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.main .entry-content {
  padding: 3rem 0;
}

.main .entry-content img {
  max-width: 100%;
  height: auto;
}

.main .entry-content h3 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid rgba(0,0,0,.9);
}
.main .entry-content h3:first-of-type {
  margin-top: 0;
}
.main .entry-content h3.headline {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 200%;
  border-bottom: none;
}
.main .entry-content h3.headline span {
  padding: .25rem .75rem;
  border-bottom: 5px solid rgba(0,0,0,.9);
}

.main .entry-content h4 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  padding: .75rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.single .main .entry-content h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  border-bottom: 3px solid #000;
  background-image: url("../images/h2.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.single .main .entry-content h3 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid rgba(0,0,0,.9);
}
.single .main .entry-content h4 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  padding: .75rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.single .main .entry-content h5 {
  padding: .75rem .25rem;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

/* form-step */
.form-step {
  overflow: hidden;
}
.form-step .nav-item {
  margin: 0 !important;
  position: relative;
  padding: 1rem 0;
  color: #FFF;
  background-color: #f5e8dc;
}
.form-step .nav-item span {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg); 
}
.form-step .nav-item.active {
  color: #FFF;
  background-color: #f4a460;
}

.form-step .nav-item:last-child{
  padding-right: 1em;
}
.form-step .nav-item:last-child:before,
.form-step .nav-item:last-child:after{
  display:none;
}
.form-step .nav-item:before,
.form-step .nav-item:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.form-step .nav-item:before{
  top: 50%;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 3rem 0 3rem 1rem;
  z-index: 10;
  transform: translateY(-50%);
}
.form-step .nav-item:after{
  top: 50%;
  right:-.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #f5e8dc;
  border-width: 3rem 0 3rem 1rem;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .form-step .nav-item:after {
    display: none;
  }
}

.form-step .nav-item.active:after{
  top: 50%;
  right:-.8rem;
  border-style: solid;
  border-color: transparent transparent transparent #f4a460;
  border-width: 3rem 0 3rem 1rem;
  z-index: 10;
  transform: translateY(-50%);
}

.col-form-label span {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg); 
}

/* jobs */
.main .jobs .haedline {
  margin-bottom: 3rem;
  padding: 1rem;
  text-align: center;
  color: #349d1c;
  border-bottom: 5px solid #349d1c;
}

/* category  */
.main .report-category .haedline,
.main .news-category .haedline {
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  text-align: center;
}
.main .report-category .haedline span,
.main .news-category .haedline span {
  padding: .5rem 1rem;
  border-bottom: 5px solid rgba(0,0,0,.9);
}

.category .post,
.main .report-category .post,
.main .news-category .post {
  border-bottom: 1px dotted rgba(0,0,0,.125);
}
.category .post:first-of-type,
.main .report-category .post:first-of-type,
.main .news-category .post:first-of-type {
  border-top: 1px dotted rgba(0,0,0,.125);
}
.category .post p,
.main .report-category .post p,
.main .news-category .post p {
  margin: 1rem 0;
  padding: 0 1rem;
}
.category .post .post-meta .date,
.main .report-category .post .post-meta .date,
.main .news-category .post .post-meta .date {
  margin-right: .25rem;
  font-size: .9rem;
}

.post .post-title a {
  text-decoration: underline;
}
.post .post-title a:hover {
  text-decoration: none;
}

/* accordion */
.accordion .card-header {
  padding: 0;
}
.accordion .card-header .btn {
  padding: .75rem 1.25rem;
  font-size: 1.2rem;
  color: #f4a460;
  text-decoration: none;
  border: none;
  outline: none;
}
.accordion .card-header .btn::before {
  content: 'Q.';
}
.accordion .card-header .btn:focus,
.accordion .card-header .btn:hover {
  outline: none;
  box-shadow: none;
}

.accordion .card-body .headline {
  font-size: 1.2rem;
  color: #f4a460;
}
.accordion .card-body .headline::before {
  content: 'A.';
}

/*!
 * 04. Sidebar Area
 * ----------------------------------------------------------------------- */
.sidebar .widget-title {
  margin-bottom: 0;
  padding: .75rem !important;
  font-size: 1rem;
  color: #FFF;
  background-color: #f4a460 !important;
  background-image: none !important;
  border: none !important;
} 
.sidebar .widget_categories ul,
.sidebar .widget_categories ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget_categories ul li {
  border-bottom: 1px solid rgba(217,212,203,.5);
}
.sidebar .widget_categories ul li a {
  position: relative;
  display: block;
  padding: .75rem .75rem .75rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  background-color: rgba(217,212,203,.125);
}
.sidebar .widget_categories ul li a:hover {
  background-color: rgba(217,212,203,.2);
}

.sidebar .widget_categories ul li a::before {
  position: absolute;
  top: 50%;
  left: .75rem;
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  transition: .8s;
  transform: translateY(-50%);
}

.sidebar .widget_categories ul li.cat-item-none {
  padding: .75rem;
}

/*!
 * 05. Footer Area
 * ----------------------------------------------------------------------- */
.footer {
  background: -webkit-gradient(90deg, #fffcf9 20%, #f5e8dc 80%);
  background: linear-gradient(90deg, #fffcf9 20%, #f5e8dc 80%);
}

.footer-top .branding {
  max-width: 380px;
}
.footer-top .branding .site-description {
  font-size: .8rem;
  line-height: 1.1;
}
.footer-top .contact-us p {
  margin: .25rem 0;
  font-size: .9rem;
}
.footer-top .contact-us .tel i {
  font-size: 1.3rem;
  color: #f4a460;
}
.footer-top .contact-us .tel .number {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  transform: rotate(0.03deg);
  line-height: 1;
  background-color: #ff8c00;
  background: -webkit-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background: linear-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.footer-bottom {
  background-color: #f4a460;
}
.footer-bottom p.copyright {
  margin: 0;
  padding: .75rem 0;
  text-align: center;
  font-size: .7rem;
  color: #FFF;
}

/* navigation */
.footer-main-nav .nav-item {
  margin: .25rem;
}
.footer-main-nav .nav-link {
  padding: .25rem;
  color: #000;
  font-size: .8rem;
}
.footer-main-nav .nav-link span {
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.footer-main-nav .nav-link:hover {
  color: #f4a460;
}
.footer-main-nav .nav-link::before {
  content: '\f138';
  margin-right: .25rem;
  font-family: "Font Awesome 5 Free";
  color: #f4a460;
}

/*!
 * 02. Original Module Settings
 * ----------------------------------------------------------------------- */

/* Layout */
@media (max-width: 575.98px) {
  .sp-max-60 {
    height: auto;
    max-width: 60vw !important;
  } 
}

/* Typography */

.ls-2px {
  letter-spacing: -2px;
}

.lh-2 {
  line-height: 2;
}
.lh-3 {
  line-height: 3;
}

.pr-3r {
  padding-right: 3rem !important;
}
.pr-4r {
  padding-right: 4rem !important;
}

.text-main-color {
  color: #f4a460;
}
.text-orange {
  color: #ff8c00;
}
.text-green {
  color: #349d1c;
}
.text-red {
  color: #e2041b;
}
.text-gradient {
  line-height: 1;
  background-color: #ff8c00;
  background: -webkit-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background: linear-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-marker {
  display: inline;
  padding-left: .25rem;
  padding-right: .25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(67%, #fced40), to(#fced40));
  background: linear-gradient(transparent 67%, #fced40 67%, #fced40);
}
.text-marker-orange {
  display: inline;
  padding-left: .25rem;
  padding-right: .25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(67%, #f4a460), to(#f4a460));
  background: linear-gradient(transparent 67%, #f4a460 67%, #f4a460);
}

.large {
  font-size: 120%;
}
.xl-large {
  font-size: 160%;
}
.xxl-large {
  font-size: 200%;
}
@media (max-width: 575.98px) {
  .large {
    font-size: 110%;
  }
  .xl-large {
    font-size: 140%;
  }
  .xxl-large {
    font-size: 160%;
  }
}

/* Background */
.bg-orange {
  color: #FFF;
  background-color: #ff8c00;
}
.bg-gradient {
  color: #FFF;
  background: -webkit-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background: linear-gradient(90deg, #f4a460 20%, #ff8c00 80%);
}

/* Margin & Padding */
.space-mt-30, .space-my-30 {
  margin-top: 30px;
}
.space-mb-30, .space-my-30 {
  margin-bottom: 30px;
}
.space-mt-40, .space-my-40 {
  margin-top: 40px;
}
.space-mb-40, .space-my-40 {
  margin-bottom: 40px;
}
.space-mt-50, .space-my-50 {
  margin-top: 50px;
}
.space-mb-50, .space-my-50 {
  margin-bottom: 50px;
}
.space-mt-60, .space-my-60 {
  margin-top: 60px;
}
.space-mb-60, .space-my-60 {
  margin-bottom: 60px;
}
.space-mt-70, .space-my-70 {
  margin-top: 70px;
}
.space-mb-70, .space-my-70 {
  margin-bottom: 70px;
}
.space-mt-80, .space-my-80 {
  margin-top: 80px;
}
.space-mb-80, .space-my-80 {
  margin-bottom: 80px;
}
.space-mt-90, .space-my-90 {
  margin-top: 90px;
}
.space-mb-90, .space-my-90 {
  margin-bottom: 90px;
}
.space-mt-100, .space-my-100 {
  margin-top: 100px;
}
.space-mb-100, .space-my-100 {
  margin-bottom: 100px;
}
.space-mt-150, .space-my-150 {
  margin-top: 150px;
}
.space-mb-150, .space-my-150 {
  margin-bottom: 150px;
}

.space-pt-30, .space-py-30 {
  padding-top: 30px;
}
.space-pb-30, .space-py-30 {
  padding-bottom: 30px;
}
.space-pt-40, .space-py-40 {
  padding-top: 40px;
}
.space-pb-40, .space-py-40 {
  padding-bottom: 40px;
}
.space-pt-50, .space-py-50 {
  padding-top: 50px;
}
.space-pb-50, .space-py-50 {
  padding-bottom: 50px;
}
.space-pt-60, .space-py-60 {
  padding-top: 60px;
}
.space-pb-60, .space-py-60 {
  padding-bottom: 60px;
}
.space-pt-70, .space-py-70 {
  padding-top: 70px;
}
.space-pb-70, .space-py-70 {
  padding-bottom: 70px;
}
.space-pt-80, .space-py-80 {
  padding-top: 80px;
}
.space-pb-80, .space-py-80 {
  padding-bottom: 80px;
}
.space-pt-90, .space-py-90 {
  padding-top: 90px;
}
.space-pb-90, .space-py-90 {
  padding-bottom: 90px;
}
.space-pt-100, .space-py-100 {
  padding-top: 100px;
}
.space-pb-100, .space-py-100 {
  padding-bottom: 100px;
}
.space-pt-150, .space-py-150 {
  padding-top: 150px;
}
.space-pb-150, .space-py-150 {
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  .space-mt-30, .space-my-30 {
    margin-top: 15px;
  }
  .space-mb-30, .space-my-30 {
    margin-bottom: 150px;
  }
  .space-mt-40, .space-my-40 {
    margin-top: 20px;
  }
  .space-mb-40, .space-my-40 {
    margin-bottom: 20px;
  }
  .space-mt-50, .space-my-50 {
    margin-top: 25px;
  }
  .space-mb-50, .space-my-50 {
    margin-bottom: 25px;
  }
  .space-mt-60, .space-my-60 {
    margin-top: 30px;
  }
  .space-mb-60, .space-my-60 {
    margin-bottom: 30px;
  }
  .space-mt-70, .space-my-70 {
    margin-top: 35px;
  }
  .space-mb-70, .space-my-70 {
    margin-bottom: 35px;
  }
  .space-mt-80, .space-my-80 {
    margin-top: 40px;
  }
  .space-mb-80, .space-my-80 {
    margin-bottom: 40px;
  }
  .space-mt-90, .space-my-90 {
    margin-top: 45px;
  }
  .space-mb-90, .space-my-90 {
    margin-bottom: 45px;
  }
  .space-mt-100, .space-my-100 {
    margin-top: 50px;
  }
  .space-mb-100, .space-my-100 {
    margin-bottom: 50px;
  }
  .space-mt-150, .space-my-150 {
    margin-top: 75px;
  }
  .space-mb-150, .space-my-150 {
    margin-bottom: 75px;
  }

  .space-pt-30, .space-py-30 {
    padding-top: 15px;
  }
  .space-pb-30, .space-py-30 {
    padding-bottom: 15px;
  }
  .space-pt-40, .space-py-40 {
    padding-top: 20px;
  }
  .space-pb-40, .space-py-40 {
    padding-bottom: 20px;
  }
  .space-pt-50, .space-py-50 {
    padding-top: 25px;
  }
  .space-pb-50, .space-py-50 {
    padding-bottom: 25px;
  }
  .space-pt-60, .space-py-60 {
    padding-top: 30px;
  }
  .space-pb-60, .space-py-60 {
    padding-bottom: 30px;
  }
  .space-pt-70, .space-py-70 {
    padding-top: 35px;
  }
  .space-pb-70, .space-py-70 {
    padding-bottom: 35px;
  }
  .space-pt-80, .space-py-80 {
    padding-top: 40px;
  }
  .space-pb-80, .space-py-80 {
    padding-bottom: 40px;
  }
  .space-pt-90, .space-py-90 {
    padding-top: 45px;
  }
  .space-pb-90, .space-py-90 {
    padding-bottom: 45px;
  }
  .space-pt-100, .space-py-100 {
    padding-top: 50px;
  }
  .space-pb-100, .space-py-100 {
    padding-bottom: 50px;
  }
  .space-pt-150, .space-py-150 {
    padding-top: 75px;
  }
  .space-pb-150, .space-py-150 {
    padding-bottom: 75px;
  }
}

/* Button */
.button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: block;
  padding: .8rem 1.5rem;
  line-height: 1.1;
  text-align: center;
  color: #FFF;
  border-radius: 0;
}
.button span {
  position: inherit;
  display: inline-block;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 3;
}
.button.submit {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
  font-size: 1.2rem;
  background-color: #ff8c00;
}
.button.submit:hover {
  background-color: #000;
}

.button .badge {
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%) rotate(0.03deg);
}

.button::before {
  opacity: 1;
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  background: linear-gradient(90deg, #f4a460 20%, #ff8c00 80%);
  transition: all .5s;
  z-index: 2;
}
.button:hover .badge.white {
  color: #000 !important;
}
.button::after {
  opacity: 0;
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(45deg, #333 35%, #000);
  background: linear-gradient(45deg, #333 35%, #000);
  transition: all .5s;
  z-index: 1;
}
.button:hover {
  color: #FFF;
}
.button:hover:before {
  opacity: 0;
}
.button:hover:after {
  opacity: 1;
}

.button.green::before {
  background: -webkit-gradient(90deg, #5bca7a 20%, #349d1c 80%);
  background: linear-gradient(90deg, #5bca7a 20%, #349d1c 80%);
}
.button.green::after {
  background: -webkit-gradient(45deg, #333 35%, #000);
  background: linear-gradient(45deg, #333 35%, #000);
}

/* card */
.recommend-card,
.service-card,
.report-card,
.job-card {
  border: none;
}
.recommend-card .card-text,
.service-card .card-text {
  text-align: left;
  font-weight: 700;
}

.report-card .card-body {
  padding: 0 .5rem .75rem;
}
.report-card .card-title {
  margin: 0 !important;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: normal;
  border-bottom: none !important;
}
.report-card .card-text {
  text-align: left;
  font-size: .9rem;
}

.job-card .card-body {
  padding: 0 .5rem .75rem;
}
.job-card .card-title {
  margin: 0 !important;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: normal;
  border-bottom: none !important;
}
.job-card .card-text {
  text-align: left;
  font-size: .9rem;
}
.home .job-card a {
  color: #349d1c !important;
}

.outsourcing-card,
.outsourcing-card .card-title {
  border: none;
}
.outsourcing-card .card-title {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  color: #f4a460;
  border-bottom: none !important;
}
.outsourcing-card i {
  color: #eb5f6f;
}

@media (max-width: 575.98px) {
  .recommend-card .card-img-top,
  .service-card .card-img-top,
  .outsourcing-card .card-img-top {
    margin: auto;
    max-width: 60vw;
  }
}


/* box */

.color-box {
  padding: 1.5rem;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .color-box {
    padding: 1rem;
  }
}

.color-box p:last-of-type,
.color-box ul:last-of-type,
.color-box ol:last-of-type {
  margin-bottom: 0;
}

.scroll-box {
  margin-bottom: 1.5rem;
  padding: 2rem;
  font-size: 0.9rem;
  border: 1px solid rgba(0,0,0,.125);
}

@media (max-width: 575.98px) {
  .scroll-box {
    padding: 1.25rem;
  }
}

.scroll-box h2,
.scroll-box h3 {
  font-size: 1rem;
}
.scroll-box .inner {
  padding: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 320px;
  text-align: left;
}

/* Table */
table.normal {
  margin: 0 auto 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #05a4d6;
}
table.normal tr th {
  padding: 1rem;
  font-weight: normal;
  color: #05a4d6;
  text-align: center;
  background-color: #e9f3fb;
  white-space: nowrap;
}
table.normal tr th.nowrap {
  white-space: nowrap;
}
table.normal tr td {
  padding: 1rem;
  color: #05a4d6;
  background-color: #FFF;
}
table.normal tr td p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  table.normal tr th, table.normal tr td {
    display: block;
    width: 100%;
  }
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0,0,0,.03);
}


/* Scroll Top */
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: none;
  color: rgba(0,0,0,0.4);
  background-color: rgba(255,255,255,0.9);
}
.back-to-top:hover {
  color: rgba(0,0,0,0.6);
}
@media (max-width: 991.98px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}