@charset "UTF-8";
/*!
Theme Name: AIGOSS ver 2.1_202607
Author: KOBOLD > AIGOSS inc
Description: AIGOSS ver 2.1_202607
Version： 2.1_202607
*/
* {
  margin: 0;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::-moz-selection {
  background: rgba(24, 179, 255, 0.25);
  color: #000000;
}

::selection {
  background: rgba(24, 179, 255, 0.25);
  color: #000000;
}

::-moz-selection {
  background: rgba(24, 179, 255, 0.25);
  color: #000000;
}

html {
  font-size: 16px;
  list-style: none;
  font-family: "Roboto", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  background: #FFFFFF;
  scroll-behavior: smooth;
}

p {
  line-height: 1.8em;
  margin-bottom: 2rem;
  text-align: justify;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
p.p-right {
  text-align: right;
}

.min {
  font-family: "Roboto", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

ul {
  list-style: none;
  line-height: 1.8;
}
ul.disc {
  list-style: disc;
  padding-left: 2rem;
}
ul li {
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}

ol {
  line-height: 1.8;
  padding-left: 2rem;
  padding-bottom: 2rem;
}
ol li {
  margin-bottom: 10px;
}
ol li:last-child {
  margin-bottom: 0;
}

.ol-child {
  list-style: none;
  padding-top: 10px;
}
.ol-child li {
  list-style-type: none;
  padding: 0;
  counter-increment: cnt;
  text-indent: -1.55rem;
}
.ol-child li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s ease-in-out;
  word-break: break-all;
  overflow-wrap: break-all !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s ease-in-out;
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  vertical-align: top;
  line-height: 0;
}

strong {
  font-weight: 700;
}
strong.s1 {
  color: #2199D8;
}
strong.s2 {
  color: #E539A3;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inherit;
}

address {
  font-style: normal;
}

.wp-block-media-text {
  grid-template-columns: 30% 1fr !important;
  margin-bottom: 0 !important;
}

.wp-block-image img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.wp-block-media-text__content p {
  text-align: justify;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 5% !important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  vertical-align: top !important;
}

main {
  width: 100%;
  position: relative;
  padding-top: 100px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper .flex-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .flex-box .txt-box {
  max-width: 370px;
  width: 34%;
  margin-right: 2%;
  display: inline-block;
}
.wrapper .flex-box .img-box {
  max-width: 766px;
  width: 64%;
  display: inline-block;
}
.wrapper .flex-box .img-box img {
  width: 100%;
  height: auto;
}
.wrapper .flex-box-r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .flex-box-r .text-box {
  width: 50%;
  margin-left: 30px;
  display: inline-block;
}
.wrapper .flex-box-r .img-box {
  width: calc(50% - 30px);
  display: inline-block;
}
.wrapper .flex-box-r .img-box img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.wrapper #toc_container {
  border: none !important;
  background: #f5f5f5 !important;
  padding: 20px !important;
  margin-bottom: 60px;
  border-radius: 6px;
}
.wrapper #toc_container ul.toc_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper #toc_container ul.toc_list li {
  display: inline-block;
  width: 49.5%;
}
.wrapper #toc_container ul.toc_list li a {
  position: relative;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 15px 20px;
  text-decoration: none;
}
.wrapper #toc_container ul.toc_list li a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  right: 20px;
  bottom: 17px;
}

.hide {
  display: none;
}

.wp-block-media-text {
  margin-bottom: 20px;
}

.title-wrapper {
  text-align: center;
  margin: 0 auto 60px auto;
  position: relative;
}
.title-wrapper h2 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 100px;
  font-weight: 700;
  padding: 0;
  color: #000000;
  line-height: 1;
}
.title-wrapper h2 span {
  padding-top: 10px;
  display: block;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -0.02em;
  color: #2199D8;
}

table {
  width: 100%;
  background: #FFFFFF;
  border-collapse: separate;
  border-spacing: 0;
}
table th {
  text-align: left;
  width: 20%;
  padding: 20px;
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
  position: relative;
}
table td {
  text-align: left;
  padding: 20px;
  width: 80%;
  font-weight: 400;
  border-bottom: 1px solid #CCCCCC;
}
table.table-blue th {
  background: #2199D8;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

button, input, optgroup, select, textarea {
  padding: 15px;
  margin: 0;
  border: none;
  background: #f5f5f5;
  border-radius: 0px;
  font-family: "Roboto", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
}

.form-agree {
  text-align: center;
  margin: 60px auto;
}
.form-agree p {
  text-align: center;
  margin: 0 auto;
}
.form-agree a {
  text-decoration: underline;
}
.form-agree #policy {
  background: #FFFFFF;
  height: 360px;
  overflow-y: scroll;
  margin: 40px auto;
  text-align: left;
  outline: none;
  border: 1px solid #CCCCCC;
}
.form-agree #policy .privacy {
  padding: 20px;
  line-height: 2em;
  text-align: left;
  line-height: 1.6;
}
.form-agree #policy .privacy h2 {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
  background: none;
  letter-spacing: 0.1em;
  color: #000000;
}
.form-agree #policy .privacy h3 {
  font-size: 15px;
  margin: 0 auto 15px;
  padding: 0;
}
.form-agree #policy .privacy p {
  font-size: 14px;
  text-align: left;
  margin: 0 0 15px 0;
}

.form-submit {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}
.form-submit .entbtn, .form-submit .confbtn {
  background: linear-gradient(90deg, rgb(24, 216, 255) 0%, rgb(33, 153, 216) 100%);
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 60px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3ms;
}
.form-submit .entbtn:hover, .form-submit .entbtn:active, .form-submit .entbtn:focus, .form-submit .confbtn:hover, .form-submit .confbtn:active, .form-submit .confbtn:focus {
  opacity: 0.75;
  transition: all 0.3ms;
}

textarea {
  width: 100%;
}

.mw_wp_form .error {
  color: #ff2b2b !important;
  font-weight: 700;
}

.required {
  background: #ff2b2b;
  color: #FFFFFF;
  font-weight: 700;
  padding: 1px 6px;
  margin-left: 10px;
  font-size: 90%;
  border-radius: 4px;
  position: absolute;
  content: "";
  right: 20px;
}

.optional {
  background: #00669c;
  color: #FFFFFF;
  font-weight: 700;
  padding: 1px 6px;
  margin-left: 10px;
  font-size: 90%;
  border-radius: 4px;
  position: absolute;
  content: "";
  right: 20px;
}

.wpcf7-not-valid-tip {
  color: #ff2b2b !important;
  margin-top: 5px;
  font-weight: 500;
}

.wpcf7-submit {
  display: block;
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  width: 600px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 90px auto 0 auto;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
}
.wpcf7-submit:hover {
  background: #000000;
  color: #FFFFFF !important;
  opacity: 1;
  transition: ease 0.25s all;
}

.wpcf7 .ajax-loader {
  display: block !important;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

section {
  padding: 60px 0;
  margin: 100px auto;
}

.entry-date {
  text-align: center;
  margin-bottom: 3em;
}

blockquote {
  position: relative;
  border-left: 3px solid #6591A0;
  padding: 20px;
  color: #707070;
  margin-bottom: 20px;
}
blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 21px;
  color: #6591A0;
}
blockquote:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10e";
  color: #6591A0;
  right: 10px;
  bottom: 10px;
  font-size: 21px;
}
blockquote p {
  position: relative;
  padding-left: 30px;
}
blockquote cite {
  font-style: normal;
  display: block;
  color: #6591A0;
  text-align: left;
  padding-left: 30px;
}

.mini {
  font-size: 90%;
}

figure.wp-block-image.size-full img {
  width: 100%;
  height: auto;
}

figure.wp-block-gallery.has-nested-images {
  margin: 0 0 0.5em;
}

#contact {
  background: #000000;
  color: #FFFFFF;
  padding: 100px 0;
}
#contact .wrapper {
  text-align: center;
  margin: 0 auto;
}
#contact .wrapper .title-wrapper {
  text-align: center;
}
#contact .wrapper p {
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  line-height: 2.4em;
}
#contact .wrapper a {
  text-align: center;
  margin: 0 auto;
}

.btn-more {
  text-align: left;
  margin-top: 30px;
}
.btn-more a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 25px;
  color: #2199D8;
  border: 1px solid #2199D8;
  position: relative;
  transition: all 0.35;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.btn-more a:hover {
  background: #2199D8;
  color: #FFFFFF;
  opacity: 1;
}

.btn-more-big {
  text-align: center;
  margin-top: 30px;
}
.btn-more-big a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 300px;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 30px;
  color: #FFFFFF;
  border: 1px solid #2199D8;
  background: #2199D8;
  position: relative;
  transition: all 0.35;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 900;
  font-size: 120%;
  z-index: 3;
  cursor: pointer;
}
.btn-more-big a:hover {
  background: #FFFFFF;
  color: #2199D8;
  opacity: 1;
}

.btn-map {
  text-align: center;
  margin: 60px auto 0 auto;
}
.btn-map a {
  display: block;
  width: 280px;
  height: 56px;
  border: 1px solid #707070;
  color: #707070;
  text-align: center;
  margin: 0 auto;
  line-height: 56px;
  font-size: 17px;
}
.btn-map a i {
  font-size: 24px;
  margin-right: 10px;
}
.btn-map a:hover {
  color: #FFFFFF;
  background: #707070;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1080px) {
  html {
    font-size: 14px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
  }
  .btn-top {
    right: 0;
    bottom: 60px;
    transform: scale(0.6, 0.6);
  }
  .br-sp {
    display: inherit;
  }
  .br-pc {
    display: none;
  }
  .wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .br-sp {
    display: inherit;
  }
  .br-pc {
    display: none;
  }
  p {
    line-height: 1.6em;
    margin-bottom: 20px;
    font-size: 14px;
  }
  main {
    width: 100%;
    position: relative;
    padding-top: 50px !important;
  }
  .wrapper {
    width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .flex-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrapper .flex-box .txt-box {
    max-width: 370px;
    width: 34%;
    margin-right: 2%;
    display: inline-block;
  }
  .wrapper .flex-box .img-box {
    max-width: 766px;
    width: 64%;
    display: inline-block;
  }
  .wrapper .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  .wrapper .flex-box-r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrapper .flex-box-r .text-box {
    width: 50%;
    margin-left: 30px;
    display: inline-block;
  }
  .wrapper .flex-box-r .img-box {
    width: calc(50% - 30px);
    display: inline-block;
  }
  .wrapper .flex-box-r .img-box img {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }
  .wrapper #toc_container {
    border: none !important;
    background: #f5f5f5 !important;
    padding: 20px !important;
    margin-bottom: 60px;
    border-radius: 6px;
  }
  .wrapper #toc_container ul.toc_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrapper #toc_container ul.toc_list li {
    display: inline-block;
    width: 49.5%;
  }
  .wrapper #toc_container ul.toc_list li a {
    position: relative;
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px 20px;
    text-decoration: none;
  }
  .wrapper #toc_container ul.toc_list li a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f107";
    right: 20px;
    bottom: 17px;
  }
  .title-wrapper {
    text-align: center;
    margin: 0 auto 40px auto;
    position: relative;
  }
  .title-wrapper h2 {
    position: relative;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    font-weight: 700;
    padding: 0;
    color: #000000;
    line-height: 1;
  }
  .title-wrapper h2 span {
    padding-top: 10px;
    display: block;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.02em;
    color: #2199D8;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 20px;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    margin-bottom: 20px;
  }
  section {
    padding: 20px;
    margin: 30px auto;
  }
  input, optgroup, select, textarea {
    width: 100%;
  }
  input[type=radio] {
    width: auto;
  }
  .wpcf7-list-item {
    display: block !important;
    margin: 0 0 5px 0 !important;
  }
  .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
  }
  .wpcf7-submit {
    display: block;
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #000000;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    letter-spacing: 0.3em;
    text-align: center;
    margin: 30px auto 0 auto;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
  }
  .wpcf7-submit:hover {
    background: #000000;
    color: #FFFFFF !important;
    opacity: 1;
    transition: ease 0.25s all;
  }
  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    border-radius: 16px;
  }
  #contact {
    background: #000000;
    color: #FFFFFF;
    padding: 0;
  }
  #contact .wrapper {
    text-align: center;
    margin: 0 auto;
  }
  #contact .wrapper .title-wrapper {
    text-align: center;
  }
  #contact .wrapper p {
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    line-height: 2.4em;
  }
  #contact .wrapper a {
    text-align: center;
    margin: 0 auto;
  }
  table {
    width: 100%;
    background: #FFFFFF;
    border-collapse: separate;
    border-spacing: 0;
  }
  table th {
    text-align: left;
    width: 30%;
    padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
  }
  table td {
    text-align: left;
    padding: 10px;
    width: 70%;
    font-weight: 400;
    border-bottom: 1px solid #CCCCCC;
  }
  table.table-blue th {
    background: #2199D8;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  .required {
    background: #ff2b2b;
    color: #FFFFFF;
    font-weight: 700;
    padding: 1px 6px;
    margin-left: 0;
    font-size: 90%;
    border-radius: 4px;
    position: relative;
    content: "";
    right: auto;
    display: block;
    width: 36px;
  }
  .optional {
    background: #00669c;
    color: #FFFFFF;
    font-weight: 700;
    padding: 1px 6px;
    margin-left: 0;
    font-size: 90%;
    border-radius: 4px;
    position: relative;
    content: "";
    right: auto;
    display: block;
    width: 36px;
  }
  .btn-more {
    text-align: left;
    margin-top: 30px;
  }
  .btn-more a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    color: #2199D8;
    border: 1px solid #2199D8;
    position: relative;
    transition: all 0.35;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .btn-more a:hover {
    background: #2199D8;
    color: #FFFFFF;
    opacity: 1;
  }
  .btn-more-big {
    text-align: center;
    margin-top: 30px;
  }
  .btn-more-big a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 270px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 25px;
    color: #FFFFFF;
    border: 1px solid #2199D8;
    background: #2199D8;
    position: relative;
    transition: all 0.35;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-weight: 900;
    font-size: 120%;
    z-index: 3;
    cursor: pointer;
  }
  .btn-more-big a:hover {
    background: #FFFFFF;
    color: #2199D8;
    opacity: 1;
  }
  .btn-map {
    text-align: center;
    margin: 60px auto 0 auto;
  }
  .btn-map a {
    display: block;
    width: 280px;
    height: 56px;
    border: 1px solid #707070;
    color: #707070;
    text-align: center;
    margin: 0 auto;
    line-height: 56px;
    font-size: 17px;
  }
  .btn-map a i {
    font-size: 24px;
    margin-right: 10px;
  }
  .btn-map a:hover {
    color: #FFFFFF;
    background: #707070;
  }
  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 13px;
  }
}
li.erp-toggle {
  position: relative;
}
li.erp-toggle a {
  display: block;
  width: 100%;
  padding-right: 2.5rem;
  line-height: 1;
  position: relative;
}
li.erp-toggle a > .erp-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

body.home {
  background: #FFFFFF;
}
body.home main {
  padding-top: 100px;
}
body.page-template header {
  background: #FFFFFF;
}
body.page-template main {
  padding-top: 100px;
}

header {
  width: 100%;
  position: fixed !important;
  z-index: 10;
  height: 100px;
  background: #FFFFFF;
}
header .header-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 0 40px;
  margin: 0;
  height: auto;
}
header .header-inner > div {
  display: inline-block;
}
header .header-inner > div#header-logo {
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  padding: 0;
}
header .header-inner > div#header-logo h1 img {
  width: 228px;
  height: auto;
}
header .header-inner > div#nav-pc {
  text-align: right;
  margin: 0 auto;
  width: calc(100% - 428px);
}
header .header-inner > div#nav-pc nav ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}
header .header-inner > div#nav-pc nav ul li {
  display: inline-block;
  color: #000000;
  position: relative;
  padding: 0 20px;
  height: auto;
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-weight: 400;
}
header .header-inner > div#nav-pc nav ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-inner > div#nav-pc nav ul li .child_menu {
  position: absolute;
  content: "";
  width: 244px;
  display: block;
  background: #2199D8;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  top: 36px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 0;
}
header .header-inner > div#nav-pc nav ul li .child_menu li {
  width: 100%;
}
header .header-inner > div#nav-pc nav ul li .child_menu li a {
  color: #FFFFFF !important;
  width: 100%;
  text-align: left;
  font-size: 15px;
  display: block !important;
}
header .header-inner > div#nav-pc nav ul li .child_menu li:first-child {
  padding-top: 10px;
}
header .header-inner > div#nav-pc nav ul li:hover .child_menu, header .header-inner > div#nav-pc nav ul li:active .child_menu {
  opacity: 1;
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  animation: v-anime 0.3s ease;
  height: 266px;
}
@keyframes v-anime {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
header .header-inner > div#header-cvr {
  max-width: 200px;
  margin-top: 0;
}
header .header-inner > div#header-cvr a {
  background: linear-gradient(90deg, rgb(253, 190, 45) 0%, rgb(201, 140, 0) 100%);
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 60px;
  font-weight: 900;
}

#nav-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    position: fixed !important;
    z-index: 10;
    height: 50px;
    background: #FFFFFF;
  }
  header .header-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0 0 10px;
    margin: 0;
    height: auto;
  }
  header .header-inner > div {
    display: inline-block;
  }
  header .header-inner > div#header-logo {
    box-sizing: border-box;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  header .header-inner > div#header-logo h1 img {
    width: 145px;
    height: auto;
  }
  header .header-inner > div#nav-pc {
    display: none;
  }
  header .header-inner > div#header-cvr {
    display: none;
  }
  #nav-sp {
    display: inherit;
  }
  #nav-sp .drawer-hamburger {
    border-radius: 0;
    padding: 16px 12px 22px;
    z-index: 999;
    background: #000000;
  }
  #nav-sp .drawer-hamburger:hover {
    background: #CCCCCC;
  }
  #nav-sp .drawer-hamburger .drawer-hamburger-icon, #nav-sp .drawer-hamburger .drawer-hamburger-icon:after, #nav-sp .drawer-hamburger .drawer-hamburger-icon:before {
    background: #FFFFFF;
  }
  body.drawer-open #nav-sp .drawer-hamburger .drawer-hamburger-icon {
    background: transparent !important;
  }
  .drawer-overlay {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 12 !important;
  }
  .drawer--right .drawer-nav {
    z-index: 999 !important;
    padding: 0;
  }
  .drawer--right .drawer-nav .drawer-menu {
    padding: 0;
  }
  .drawer--right .drawer-nav .drawer-menu li {
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
  }
  .drawer--right .drawer-nav .drawer-menu li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .drawer--right .drawer-nav .drawer-menu li.nav-open {
    position: relative;
    cursor: pointer;
  }
  .drawer--right .drawer-nav .drawer-menu li.nav-open:after {
    content: "＋";
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    font-weight: 900;
  }
  .drawer--right .drawer-nav .drawer-menu li.nav-open.active ul.menu_second {
    display: inherit;
    transition: all 0.3ms ease-in-out;
    opacity: 1;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    margin-top: 1rem;
    padding: 0 0 0 0;
  }
  .drawer--right .drawer-nav .drawer-menu li.nav-open.active ul.menu_second li {
    background: #f5f5f5;
    border-top: 1px solid #CCCCCC;
    border-bottom: 0;
    font-size: 15px;
  }
  .drawer--right .drawer-nav .drawer-menu li.nav-open.active ul.menu_second li:last-child {
    margin-bottom: -1rem;
  }
  .drawer--right .drawer-nav .drawer-menu li.nav-open.active:after {
    content: "－";
  }
  .drawer--right .drawer-nav .drawer-menu li ul.menu_second {
    display: none;
    transition: all 0.3ms ease-in-out;
    opacity: 0;
  }
  .drawer-open .drawer-hamburger-icon {
    background: #F8F2ED !important;
  }
  .drawer-open .drawer-hamburger-icon:before {
    background: #000000;
  }
  .drawer-open .drawer-hamburger-icon:after {
    background: #000000;
  }
  .drawer-open .drawer-nav {
    z-index: 999 !important;
  }
}
footer {
  text-align: center;
  margin: 0 auto;
  background: url(./assets/images/common/footer_bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
}
footer #footer-inner {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
footer #footer-inner .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer #footer-inner .footer-link ul {
  width: auto;
  display: inline-block;
}
footer #footer-inner .footer-link ul li {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
footer #footer-inner .footer-link ul li a {
  letter-spacing: 0.2em;
  padding: 0 20px;
  position: relative;
  display: block;
  color: #FFFFFF;
}
footer #footer-inner .footer-link ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: #FFFFFF;
}
footer #footer-inner .footer-link ul li ul.footer-child {
  width: 100%;
  display: block;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 10px;
}
footer #footer-inner .footer-link ul li ul.footer-child li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
footer #footer-inner .copyright {
  letter-spacing: 0.1em;
  margin-top: 60px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
}

.page-top {
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 48px;
  height: 48px;
  background: #2199D8;
  color: #FFFFFF;
  border: 1px solid #2199D8;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
}
.page-top i {
  font-family: "Font Awesome 5 Free";
  opacity: 1;
  color: #FFFFFF;
  font-size: 24px;
}
.page-top:hover {
  background: #FFFFFF;
  color: #2199D8;
  opacity: 1;
  transition: opacity 0.3s;
}
.page-top:hover i {
  color: #2199D8;
}

@media only screen and (max-width: 767px) {
  #float-btn {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  #float-btn ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #float-btn ul li {
    width: 33.3333333333%;
    height: 80px;
    margin-bottom: 0;
    text-align: center;
  }
  #float-btn ul li:last-child {
    margin-bottom: 0;
  }
  #float-btn ul li a {
    display: block;
    width: 100%;
    height: 80px;
    background: rgb(213, 185, 159);
    background: linear-gradient(135deg, rgb(213, 185, 159) 0%, rgb(149, 113, 82) 100%);
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.015em;
    padding: 6px 6px;
  }
  #float-btn ul li a img {
    display: block;
    text-align: center;
    width: auto;
    height: 30px;
    margin: 0 auto 6px auto;
  }
  #float-btn ul li a span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.025em;
  }
  footer {
    text-align: center;
    margin: 0 auto;
    background: url(./assets/images/common/footer_bg.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    padding: 30px 0;
  }
  footer #footer-inner {
    max-width: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  footer #footer-inner .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer #footer-inner .footer-link ul {
    width: auto;
    display: inline-block;
  }
  footer #footer-inner .footer-link ul li {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
  }
  footer #footer-inner .footer-link ul li a {
    letter-spacing: 0.2em;
    padding: 0 20px;
    position: relative;
    display: block;
    color: #FFFFFF;
  }
  footer #footer-inner .footer-link ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 10px;
    height: 1px;
    background: #FFFFFF;
  }
  footer #footer-inner .footer-link ul li ul.footer-child {
    width: 100%;
    display: block;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  footer #footer-inner .footer-link ul li ul.footer-child li {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  footer #footer-inner .copyright {
    letter-spacing: 0.1em;
    margin-top: 30px;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
  }
  .page-top {
    right: 0;
    bottom: 30px;
    z-index: 100;
    width: 48px;
    height: 48px;
    background: #2199D8;
    color: #FFFFFF;
    border: 1px solid #2199D8;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 12px;
  }
  .page-top i {
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    color: #FFFFFF;
    font-size: 24px;
  }
  .page-top:hover {
    background: #FFFFFF;
    color: #2199D8;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .page-top:hover i {
    color: #2199D8;
  }
}
#home-hero {
  position: relative;
  background: #f2f4f6;
  background-size: cover;
  height: 780px;
  max-height: 780px;
  margin-top: 0;
  padding: 0;
  z-index: 1;
}
#home-hero .maingra {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  z-index: 4;
  width: 40%;
  height: 720px;
  background: url(./assets/images/home/maingra.png) no-repeat left top;
  background-size: cover;
}
#home-hero .mainslider {
  position: relative;
  height: 780px;
  max-height: 780px;
}
#home-hero .mainslider li {
  position: relative;
  height: 780px;
  max-height: 780px;
}
#home-hero .mainslider li h2 {
  position: absolute;
  content: "";
  z-index: 3;
  font-size: 60px;
  letter-spacing: 0;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}
#home-hero .mainslider li h3 {
  position: absolute;
  content: "";
  z-index: 3;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 3;
  font-weight: 700;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}
#home-hero .mainslider li .mainbg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 780px;
}
#home-hero .mainslider li.mainslider01 h2 {
  top: 48%;
  left: 48%;
}
#home-hero .mainslider li.mainslider01 h3 {
  top: 63%;
  left: 48%;
}
#home-hero .mainslider li.mainslider01 .mainbg {
  background: url(./assets/images/home/mainslider_01.jpg) no-repeat left top;
  background-size: cover;
}
#home-hero .mainslider li.mainslider02 h2 {
  top: 48%;
  left: 48%;
}
#home-hero .mainslider li.mainslider02 h3 {
  top: 63%;
  left: 48%;
}
#home-hero .mainslider li.mainslider02 .mainbg {
  background: url(./assets/images/home/mainslider_02.jpg) no-repeat left top;
  background-size: cover;
}
#home-hero .mainslider li.mainslider03 h2 {
  top: 48%;
  left: 48%;
}
#home-hero .mainslider li.mainslider03 h3 {
  top: 63%;
  left: 48%;
}
#home-hero .mainslider li.mainslider03 .mainbg {
  background: url(./assets/images/home/mainslider_03.jpg) no-repeat left top;
  background-size: cover;
}
#home-hero .mainslider .slick-dots {
  height: 0;
  top: 720px;
  height: auto;
  max-height: auto;
}
#home-hero .mainslider .slick-dots li {
  height: auto;
  max-height: auto;
}
#home-hero .mainslider .slick-dots li.slick-active button:before {
  color: #2199D8;
}
#home-hero .mainslider .slick-dots li button:before {
  font-size: 16px;
}

#business {
  margin: 100px 0 0 0;
}
#business .wrapper h2:after {
  position: absolute;
  content: "";
  background: url(./assets/images/home/illust_business.svg) no-repeat right top;
  background-size: contain;
  width: 251px;
  height: 217px;
  z-index: 1;
  right: 0;
  top: -100px;
}
#business .wrapper .business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#business .wrapper .business-list li {
  display: inline-block;
  width: 33.3333333333%;
  max-width: 372px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 5px 13px 20px rgba(0, 0, 0, 0.18);
  margin-right: 42px;
  margin-top: 80px;
  transition: all 0.25s;
  margin-bottom: 120px;
}
#business .wrapper .business-list li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -80px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  width: 200px;
  height: 200px;
  background: linear-gradient(90deg, rgb(24, 216, 255) 0%, rgb(33, 153, 216) 100%);
}
#business .wrapper .business-list li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -40px;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
}
#business .wrapper .business-list li:nth-child(1):after {
  width: auto;
  height: 116px;
  background: url(./assets/images/home/business_before_01.svg) no-repeat center top;
  background-size: contain;
}
#business .wrapper .business-list li:nth-child(2):after {
  width: auto;
  height: 116px;
  background: url(./assets/images/home/business_before_02.svg) no-repeat center top;
  background-size: contain;
}
#business .wrapper .business-list li:nth-child(3) {
  margin-right: 0;
}
#business .wrapper .business-list li:nth-child(3):after {
  width: auto;
  height: 116px;
  background: url(./assets/images/home/business_before_03.svg) no-repeat center top;
  background-size: contain;
}
#business .wrapper .business-list li:nth-child(4) {
  margin-bottom: 0;
}
#business .wrapper .business-list li:nth-child(4):after {
  width: auto;
  height: 116px;
  background: url(./assets/images/home/business_before_04.svg) no-repeat center top;
  background-size: contain;
}
#business .wrapper .business-list li:nth-child(5) {
  margin-right: 0;
  margin-bottom: 0;
}
#business .wrapper .business-list li:nth-child(5):after {
  width: auto;
  height: 116px;
  background: url(./assets/images/home/business_before_05.svg) no-repeat center top;
  background-size: contain;
}
#business .wrapper .business-list li {
  /* &:hover {
    cursor: pointer;
    transition: all 0.25s;
    transform: translate(5px,5px);
    box-shadow: 2px 6px 10px rgba(0,0,0,0.09);
  } */
}
#business .wrapper .business-list li img {
  width: 100%;
  height: auto;
}
#business .wrapper .business-list li .business-list-txt {
  padding: 30px 30px 70px 30px;
}
#business .wrapper .business-list li .business-list-txt h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #2199D8;
  margin-bottom: 1.25rem;
}
#business .wrapper .business-list li .business-list-txt p {
  letter-spacing: -0.025em;
}
#business .wrapper .business-list li .business-list-txt .btn-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
#business .notice-box {
  border: 1px solid #C2A996;
  padding: 3%;
  background: url(./assets/images/home/notice_bg.png) no-repeat right bottom;
}
#business .notice-box p {
  color: #64432B !important;
}

#recruit {
  width: 100%;
  background: #FFF8E9;
}
#recruit .wrapper {
  padding: 100px 0;
}
#recruit .wrapper .title-wrapper span {
  color: #FDBE2D;
}
#recruit .wrapper .flex-box {
  align-items: center;
  flex-direction: row-reverse;
}
#recruit .wrapper .flex-box .txt-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2rem;
}

#news .wrapper h2:after {
  position: absolute;
  content: "";
  background: url(./assets/images/home/illust_news.svg) no-repeat right top;
  background-size: contain;
  width: 244px;
  height: 248px;
  z-index: 1;
  right: 0;
  top: 20px;
}
#news .wrapper .new-box {
  width: 100%;
  background: #f2f4f6;
  padding: 60px;
}
#news .wrapper .new-box article {
  margin: 0;
  border-bottom: 1px dashed #CCCCCC;
}
#news .wrapper .new-box article .new-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 20px;
}
#news .wrapper .new-box article .new-txt time {
  display: inline-block;
  width: 10%;
  font-weight: 400;
}
#news .wrapper .new-box article .new-txt h4 {
  display: inline-block;
  width: 86%;
  font-weight: 400;
  line-height: 1;
}
#news .wrapper .new-box article .new-txt h4 a {
  display: block;
  width: 100%;
  text-decoration: underline;
}

#partner {
  width: 100%;
  background: #f5f5f5;
  margin: 100px auto 0 auto;
}
#partner .wrapper {
  padding: 100px 0;
}
#partner .wrapper .title-wrapper span {
  color: #FDBE2D;
}
#partner .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#partner .wrapper ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 584px;
  background: #FFFFFF;
  padding: 50px 50px 80px 50px;
  margin-right: 16px;
  margin-bottom: 16px;
}
#partner .wrapper ul li picture {
  width: 100%;
  border: 1px solid #CCCCCC;
  display: block;
  text-align: center;
  margin: 0 auto 2rem auto;
  padding: 30px;
}
#partner .wrapper ul li picture img {
  max-width: 100%;
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#partner .wrapper ul li .btn-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
#partner .wrapper ul li:nth-child(even) {
  margin-right: 0;
}

#new-article .wrapper .title-wrapper {
  text-align: left;
}
#new-article .wrapper .btn-big a {
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #home-hero {
    position: relative;
    background: #f2f4f6;
    background-size: cover;
    height: 360px;
    max-height: 360px;
    margin-top: 0;
    padding: 0;
    z-index: 1;
  }
  #home-hero .maingra {
    position: absolute;
    content: "";
    top: 100px;
    left: 0;
    z-index: 4;
    width: 40%;
    height: 360px;
    background: url(./assets/images/home/maingra.png) no-repeat left top;
    background-size: cover;
  }
  #home-hero .mainslider {
    position: relative;
    height: 360px;
    max-height: 360px;
  }
  #home-hero .mainslider li {
    position: relative;
    height: 360px;
    max-height: 360px;
  }
  #home-hero .mainslider li h2 {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    content: "";
    z-index: 3;
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
  }
  #home-hero .mainslider li h3 {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    content: "";
    z-index: 3;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: 1.6;
    font-weight: 700;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
  }
  #home-hero .mainslider li .mainbg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 780px;
  }
  #home-hero .mainslider li.mainslider01 h2 {
    top: 30%;
    left: 0%;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #home-hero .mainslider li.mainslider01 h3 {
    top: 50%;
    left: 0%;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #home-hero .mainslider li.mainslider01 .mainbg {
    background: url(./assets/images/home/mainslider_01_sp.jpg) no-repeat left top;
    background-size: contain;
  }
  #home-hero .mainslider li.mainslider02 h2 {
    top: 30%;
    left: 0%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
  }
  #home-hero .mainslider li.mainslider02 h3 {
    top: 60%;
    left: 0%;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #home-hero .mainslider li.mainslider02 .mainbg {
    background: url(./assets/images/home/mainslider_02_sp.jpg) no-repeat left top;
    background-size: contain;
  }
  #home-hero .mainslider li.mainslider03 h2 {
    top: 30%;
    left: 0%;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #home-hero .mainslider li.mainslider03 h3 {
    top: 50%;
    left: 0%;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #home-hero .mainslider li.mainslider03 .mainbg {
    background: url(./assets/images/home/mainslider_03_sp.jpg) no-repeat left top;
    background-size: contain;
  }
  #home-hero .mainslider .slick-dots {
    height: 0;
    top: 330px;
    height: auto;
    max-height: auto;
  }
  #home-hero .mainslider .slick-dots li {
    height: auto;
    max-height: auto;
  }
  #home-hero .mainslider .slick-dots li.slick-active button:before {
    color: #2199D8;
  }
  #home-hero .mainslider .slick-dots li button:before {
    font-size: 14spx;
  }
  #business {
    margin: 50px 0 0 0;
  }
  #business .wrapper h2:after {
    display: none;
  }
  #business .wrapper .business-list {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  #business .wrapper .business-list li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    position: relative;
    box-shadow: 5px 13px 20px rgba(0, 0, 0, 0.18);
    margin-right: 0;
    margin-top: 40px;
    transition: all 0.25s;
    margin-bottom: 60px;
  }
  #business .wrapper .business-list li:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -60px;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    width: 150px;
    height: 150px;
    background: linear-gradient(90deg, rgb(24, 216, 255) 0%, rgb(33, 153, 216) 100%);
  }
  #business .wrapper .business-list li:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -20px;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
  }
  #business .wrapper .business-list li:nth-child(1):after {
    width: auto;
    height: 80px;
    background: url(./assets/images/home/business_before_01.svg) no-repeat center top;
    background-size: contain;
  }
  #business .wrapper .business-list li:nth-child(2):after {
    width: auto;
    height: 80px;
    background: url(./assets/images/home/business_before_02.svg) no-repeat center top;
    background-size: contain;
  }
  #business .wrapper .business-list li:nth-child(3) {
    margin-right: 0;
  }
  #business .wrapper .business-list li:nth-child(3):after {
    width: auto;
    height: 80px;
    background: url(./assets/images/home/business_before_03.svg) no-repeat center top;
    background-size: contain;
  }
  #business .wrapper .business-list li:nth-child(4) {
    margin-bottom: 60px;
  }
  #business .wrapper .business-list li:nth-child(4):after {
    width: auto;
    height: 80px;
    background: url(./assets/images/home/business_before_04.svg) no-repeat center top;
    background-size: contain;
  }
  #business .wrapper .business-list li:nth-child(5) {
    margin-right: 0;
    margin-bottom: 60px;
  }
  #business .wrapper .business-list li:nth-child(5):after {
    width: auto;
    height: 80px;
    background: url(./assets/images/home/business_before_05.svg) no-repeat center top;
    background-size: contain;
  }
  #business .wrapper .business-list li {
    /* &:hover {
      cursor: pointer;
      transition: all 0.25s;
      transform: translate(5px,5px);
      box-shadow: 2px 6px 10px rgba(0,0,0,0.09);
    } */
  }
  #business .wrapper .business-list li img {
    width: 100%;
    height: auto;
  }
  #business .wrapper .business-list li .business-list-txt {
    padding: 20px 20px 60px 20px;
  }
  #business .wrapper .business-list li .business-list-txt h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2199D8;
    margin-bottom: 1.25rem;
  }
  #business .wrapper .business-list li .business-list-txt p {
    letter-spacing: -0.015em;
    font-size: 16px;
  }
  #business .wrapper .business-list li .business-list-txt .btn-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
  }
  #business .notice-box {
    border: 1px solid #C2A996;
    padding: 3%;
    background: url(./assets/images/home/notice_bg.png) no-repeat right bottom;
  }
  #business .notice-box p {
    color: #64432B !important;
  }
  #recruit {
    width: 100%;
    background: #FFF8E9;
  }
  #recruit .wrapper {
    padding: 50px 20px;
  }
  #recruit .wrapper .title-wrapper span {
    color: #FDBE2D;
  }
  #recruit .wrapper .flex-box {
    display: block;
    align-items: center;
    width: 100%;
  }
  #recruit .wrapper .flex-box .txt-box {
    width: 100%;
  }
  #recruit .wrapper .flex-box .txt-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
  #recruit .wrapper .flex-box .txt-box p {
    font-size: 16px;
  }
  #recruit .wrapper .flex-box .img-box {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  #news .wrapper {
    padding: 0;
  }
  #news .wrapper h2:after {
    display: none;
  }
  #news .wrapper .new-box {
    width: 100%;
    background: #f2f4f6;
    padding: 20px;
  }
  #news .wrapper .new-box article {
    margin: 0;
    border-bottom: 1px dashed #CCCCCC;
  }
  #news .wrapper .new-box article .new-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 10px 0;
  }
  #news .wrapper .new-box article .new-txt time {
    display: inline-block;
    width: 27%;
    font-weight: 400;
    line-height: 1.6;
  }
  #news .wrapper .new-box article .new-txt h4 {
    display: inline-block;
    width: 73%;
    font-weight: 400;
    line-height: 1.6;
  }
  #news .wrapper .new-box article .new-txt h4 a {
    display: block;
    width: 100%;
    text-decoration: underline;
  }
  #partner {
    width: 100%;
    background: #f5f5f5;
    margin: 50px auto 0 auto;
  }
  #partner .wrapper {
    padding: 50px 0;
  }
  #partner .wrapper .title-wrapper span {
    color: #FDBE2D;
  }
  #partner .wrapper ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  #partner .wrapper ul li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    padding: 20px 20px 80px 20px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  #partner .wrapper ul li picture {
    width: 100%;
    border: 1px solid #CCCCCC;
    display: block;
    text-align: center;
    margin: 0 auto 2rem auto;
    padding: 20px;
  }
  #partner .wrapper ul li picture img {
    max-width: 100%;
    width: auto;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #partner .wrapper ul li:nth-child(even) {
    margin-right: 0;
  }
  #partner .wrapper ul li .btn-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
  }
  #new-article .wrapper .title-wrapper {
    text-align: left;
  }
  #new-article .wrapper .btn-big a {
    text-align: center;
    margin: 0 auto;
  }
}
.page-hero {
  position: relative;
  margin: 0;
  padding: 0;
  height: 420px;
}
.page-hero .mainimg {
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 420px;
  z-index: 1;
  background: #f2f4f6;
}
.page-hero .mainimg h2 {
  width: 40%;
  max-width: 470px;
  height: 45%;
  max-height: 160px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  z-index: 3;
  color: #000000;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  right: 10%;
  bottom: 20%;
  text-transform: uppercase;
}
.page-hero .mainimg h2 span {
  padding-top: 10px;
  display: block;
  font-size: 48px;
  letter-spacing: -0.02em;
}

/* bread-box */
.breadBox {
  position: relative;
  padding: 15px;
}
.breadBox ul {
  display: flex;
  justify-content: right;
  flex-wrap: nowrap;
}
.breadBox ul li {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  line-height: 200%;
  position: relative;
}
.breadBox ul li:after {
  position: absolute;
  content: "/";
  right: 8px;
  top: 0;
  font-weight: 100;
}
.breadBox ul li a {
  text-decoration: underline;
  padding-right: 30px;
}
.breadBox ul li:last-child:after {
  content: "";
}

/* page-common */
#page-common {
  margin: 60px auto 0 auto;
  padding: 0 0 160px 0;
}
#page-common .main-copy h2 {
  font-weight: 700;
  font-size: 27px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 100px auto;
  background: none;
  color: #000000;
}
#page-common .main-copy h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 2rem auto;
  background: none;
  color: #000000;
}
#page-common .main-copy p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 8rem auto;
}
#page-common h2 {
  background: linear-gradient(90deg, rgb(24, 216, 255) 0%, rgb(33, 153, 216) 100%);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 80px auto;
  padding: 30px;
}
#page-common h3 {
  text-align: left;
}
#page-common h3.sub-tit {
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
#page-common h3.sub-tit span {
  font-size: 21px;
  margin-left: 20px;
}
#page-common h3.sub-tit::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgb(24, 216, 255) 0%, rgb(33, 153, 216) 100%);
}
#page-common h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#page-common h4.sub-arrow {
  position: relative;
  padding-left: 30px;
}
#page-common h4.sub-arrow:before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  background: url(./assets/images/common/ico_arrow.svg) no-repeat left top;
  background-size: contain;
  width: 24px;
  height: 24px;
}
#page-common .wrap-box {
  margin-bottom: 90px;
}
#page-common .lead-wrap {
  background: #18B3FF;
  max-width: 900px;
  padding: 40px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-common .lead-wrap .lead-wrap-txt-box {
  display: inline-block;
  width: 48%;
}
#page-common .lead-wrap .lead-wrap-img-box {
  display: inline-block;
  width: 48%;
}
#page-common .lead-wrap .lead-wrap-img-box img {
  width: 100%;
  height: auto;
}
#page-common .product-list {
  width: 100%;
}
#page-common .product-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 40px;
}
#page-common .product-list li .product-list-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 312px;
  height: 200px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
#page-common .product-list li .product-list-img-box img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
#page-common .product-list li .product-list-txt-box {
  display: inline-block;
  width: calc(100% - 342px);
  text-align: left;
}
#page-common .product-list li .product-list-txt-box h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
#page-common .product-list li .product-list-txt-box p {
  margin-bottom: 20px;
}
#page-common .product-list li .product-list-txt-box .btn-more a {
  background: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  width: 180px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
#page-common .product-list li .product-list-txt-box .btn-more a:hover {
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}

/* template */
.page-template .page-hero .mainimg picture:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.275);
}

/* post-template-default */
.post-template-default .page-hero .mainimg picture, .archive .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/news/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 0.75 !important;
  background-size: cover;
}

/* company */
.page-template-page-company .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/company/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-company table {
  margin-bottom: 60px;
}
.page-template-page-company .gmap {
  margin-bottom: 60px;
}
.page-template-page-company .gmap-desc h3 {
  margin-bottom: 1.5rem;
}

/* privacy */
.page-template-page-privacy .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/privacy/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-privacy h3 {
  margin-bottom: 1.5rem;
}
.page-template-page-privacy .privacy-box {
  background: #f5f5f5;
  padding: 30px;
}
.page-template-page-privacy ol .privacy-box {
  margin: 1.5rem 0;
}

/* businesses */
.page-template-page-businesses .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/business/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-businesses #page-common {
  padding-bottom: 0;
}
.page-template-page-businesses #business {
  margin: 0 auto;
  padding: 60px 0 160px 0;
}

/* work-style */
.page-template-page-work-style .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/business/work-style/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-work-style .page-hero .mainimg h2 {
  font-size: 46px;
}
.page-template-page-work-style .page-hero .mainimg h2 span {
  font-size: 20px;
}
.page-template-page-work-style #page-common {
  padding-bottom: 0;
}
.page-template-page-work-style #sec-01 {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
.page-template-page-work-style #sec-01:after {
  position: absolute;
  content: "";
  background: #f2f4f6;
  top: 200px;
  width: 100%;
  height: calc(100% - 110px);
  z-index: -1;
}
.page-template-page-work-style #sec-02 {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
.page-template-page-work-style #sec-02 .center {
  text-align: center;
  margin: 20px auto;
}
.page-template-page-work-style #sec-02 img {
  margin-bottom: 20px;
}
.page-template-page-work-style #sec-03 {
  padding: 90px 0 185px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: #f2f4f6;
}
.page-template-page-work-style #sec-03 .flex-box div {
  display: inline-block;
  width: 48%;
  padding: 60px 80px;
  background: #FFFFFF;
}
.page-template-page-work-style #sec-03 .flex-box div h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  padding-left: 130px;
  position: relative;
  margin-bottom: 60px;
  line-height: 1.8;
}
.page-template-page-work-style #sec-03 .flex-box div h4:before {
  position: absolute;
  content: "";
}
.page-template-page-work-style #sec-03 .flex-box div:nth-of-type(1) h4:before {
  background: url(./assets/images/business/work-style/ico_h4_01.svg) no-repeat left top;
  background-size: cover;
  width: 80px;
  height: 80px;
  left: 30px;
  top: 10px;
}
.page-template-page-work-style #sec-03 .flex-box div:nth-of-type(2) h4:before {
  background: url(./assets/images/business/work-style/ico_h4_02.svg) no-repeat left top;
  background-size: cover;
  width: 61px;
  height: 90px;
  left: 34px;
  top: 0;
}
.page-template-page-work-style #sec-03 .flex-box div ul {
  list-style: none;
  padding-left: 36px;
}
.page-template-page-work-style #sec-03 .flex-box div ul li {
  margin-bottom: 20px;
  background: url(./assets/images/business/work-style/ico_check.svg) no-repeat left top;
  padding-left: 42px;
}
.page-template-page-work-style #sec-03 .bizrobo {
  float: right;
  width: 200px;
  text-align: center;
}
.page-template-page-work-style #sec-03 .bizrobo img {
  text-align: center;
  margin: 0 auto;
}
.page-template-page-work-style #sec-04 {
  clear: both;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  margin-bottom: 180px;
}
.page-template-page-work-style #sec-04 .wrapper .wrap-box .product-list li {
  background: #e0e7ee;
}
.page-template-page-work-style #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
  padding-left: 0;
}
.page-template-page-work-style #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
  display: none;
}
.page-template-page-work-style #sec-05 {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}
.page-template-page-work-style #sec-05 .wrapper .wrap-box .product-list li {
  background: #e0e7ee;
}
.page-template-page-work-style #sec-05 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
  padding-left: 0;
}
.page-template-page-work-style #sec-05 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
  display: none;
}

/* erp, qsa, perfectwin */
.page-template-page-erp .page-hero .mainimg picture,
.page-template-page-qsa .page-hero .mainimg picture,
.page-template-page-perfectwin .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/business/erp/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-erp .page-hero .mainimg h2,
.page-template-page-qsa .page-hero .mainimg h2,
.page-template-page-perfectwin .page-hero .mainimg h2 {
  font-size: 46px;
}
.page-template-page-erp .page-hero .mainimg h2 span,
.page-template-page-qsa .page-hero .mainimg h2 span,
.page-template-page-perfectwin .page-hero .mainimg h2 span {
  font-size: 20px;
}
.page-template-page-erp #page-common,
.page-template-page-qsa #page-common,
.page-template-page-perfectwin #page-common {
  padding-bottom: 0;
}
.page-template-page-erp #sec-01,
.page-template-page-qsa #sec-01,
.page-template-page-perfectwin #sec-01 {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
.page-template-page-erp #sec-01:after,
.page-template-page-qsa #sec-01:after,
.page-template-page-perfectwin #sec-01:after {
  position: absolute;
  content: "";
  background: #f2f4f6;
  top: 200px;
  width: 100%;
  height: calc(100% - 110px);
  z-index: -1;
}
.page-template-page-erp #sec-01 .lead-wrap .lead-wrap-txt-box p,
.page-template-page-qsa #sec-01 .lead-wrap .lead-wrap-txt-box p,
.page-template-page-perfectwin #sec-01 .lead-wrap .lead-wrap-txt-box p {
  text-align: left;
}
.page-template-page-erp #sec-02,
.page-template-page-qsa #sec-02,
.page-template-page-perfectwin #sec-02 {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
.page-template-page-erp #sec-03,
.page-template-page-qsa #sec-03,
.page-template-page-perfectwin #sec-03 {
  padding: 90px 0 1px 0;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
  background: #f2f4f6;
}
.page-template-page-erp #sec-04,
.page-template-page-qsa #sec-04,
.page-template-page-perfectwin #sec-04 {
  position: relative;
  z-index: 1;
}
.page-template-page-erp #sec-04 .wrapper .wrap-box .product-list li,
.page-template-page-qsa #sec-04 .wrapper .wrap-box .product-list li,
.page-template-page-perfectwin #sec-04 .wrapper .wrap-box .product-list li {
  background: #e0e7ee;
}
.page-template-page-erp #sec-04 img,
.page-template-page-qsa #sec-04 img,
.page-template-page-perfectwin #sec-04 img {
  margin-bottom: 20px;
}
.page-template-page-erp #sec-05,
.page-template-page-qsa #sec-05,
.page-template-page-perfectwin #sec-05 {
  padding: 90px 0 1px 0;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
  background: #f2f4f6;
}
.page-template-page-erp #sec-05 .wrapper .wrap-box .product-list li,
.page-template-page-qsa #sec-05 .wrapper .wrap-box .product-list li,
.page-template-page-perfectwin #sec-05 .wrapper .wrap-box .product-list li {
  background: #e0e7ee;
}
.page-template-page-erp #sec-05 .wrapper .wrap-box img,
.page-template-page-qsa #sec-05 .wrapper .wrap-box img,
.page-template-page-perfectwin #sec-05 .wrapper .wrap-box img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.page-template-page-erp #sec-05 .wrapper .wrap-box:last-of-type img,
.page-template-page-qsa #sec-05 .wrapper .wrap-box:last-of-type img,
.page-template-page-perfectwin #sec-05 .wrapper .wrap-box:last-of-type img {
  margin-bottom: 20px;
}
.page-template-page-erp #sec-05 .wrapper .wrap-box table,
.page-template-page-qsa #sec-05 .wrapper .wrap-box table,
.page-template-page-perfectwin #sec-05 .wrapper .wrap-box table {
  margin-top: 40px;
}
.page-template-page-erp #sec-06,
.page-template-page-qsa #sec-06,
.page-template-page-perfectwin #sec-06 {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
.page-template-page-erp #sec-06 table thead th,
.page-template-page-qsa #sec-06 table thead th,
.page-template-page-perfectwin #sec-06 table thead th {
  background: #e0e7ee;
  text-align: center;
  width: auto;
}
.page-template-page-erp #sec-06 table tbody tr:nth-child(odd) th, .page-template-page-erp #sec-06 table tbody tr:nth-child(odd) td,
.page-template-page-qsa #sec-06 table tbody tr:nth-child(odd) th,
.page-template-page-qsa #sec-06 table tbody tr:nth-child(odd) td,
.page-template-page-perfectwin #sec-06 table tbody tr:nth-child(odd) th,
.page-template-page-perfectwin #sec-06 table tbody tr:nth-child(odd) td {
  background: #f2f4f6;
}
.page-template-page-erp #sec-06 table tbody th,
.page-template-page-qsa #sec-06 table tbody th,
.page-template-page-perfectwin #sec-06 table tbody th {
  width: auto;
}
.page-template-page-erp #sec-06 table tbody td,
.page-template-page-qsa #sec-06 table tbody td,
.page-template-page-perfectwin #sec-06 table tbody td {
  width: auto;
}
.page-template-page-erp #sec-07,
.page-template-page-qsa #sec-07,
.page-template-page-perfectwin #sec-07 {
  position: relative;
  z-index: 1;
  padding: 90px 0 1px 0;
  margin-bottom: 90px;
  background: #f2f4f6;
}
.page-template-page-erp #sec-07 .wrapper .wrap-box .product-list li,
.page-template-page-qsa #sec-07 .wrapper .wrap-box .product-list li,
.page-template-page-perfectwin #sec-07 .wrapper .wrap-box .product-list li {
  background: #e0e7ee;
}
.page-template-page-erp #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4,
.page-template-page-qsa #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4,
.page-template-page-perfectwin #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
  padding-left: 0;
}
.page-template-page-erp #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before,
.page-template-page-qsa #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before,
.page-template-page-perfectwin #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
  display: none;
}

/* it-consulting */
.page-template-page-it-consulting .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/business/it-consulting/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-it-consulting .page-hero .mainimg h2 {
  font-size: 46px;
  letter-spacing: -0.06em;
}
.page-template-page-it-consulting .page-hero .mainimg h2 span {
  font-size: 20px;
}
.page-template-page-it-consulting #page-common {
  padding-bottom: 0;
}
.page-template-page-it-consulting #sec-01 {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
.page-template-page-it-consulting #sec-01:after {
  position: absolute;
  content: "";
  background: #f2f4f6;
  top: 200px;
  width: 100%;
  height: calc(100% - 110px);
  z-index: -1;
}
.page-template-page-it-consulting #sec-02 {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
.page-template-page-it-consulting #sec-02 .center {
  text-align: center;
  margin: 20px auto;
}
.page-template-page-it-consulting #sec-03 {
  padding: 90px 0 1px 0;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
  background: #f2f4f6;
}
.page-template-page-it-consulting #sec-04 {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}

/* open */
.page-template-page-open .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/business/open/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-open .page-hero .mainimg h2 {
  font-size: 39px;
  letter-spacing: -0.1em;
}
.page-template-page-open .page-hero .mainimg h2 span {
  font-size: 20px;
}
.page-template-page-open #page-common {
  padding-bottom: 0;
}
.page-template-page-open #sec-01 {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
.page-template-page-open #sec-01:after {
  position: absolute;
  content: "";
  background: #f2f4f6;
  top: 200px;
  width: 100%;
  height: calc(100% - 110px);
  z-index: -1;
}
.page-template-page-open #sec-02 {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
.page-template-page-open #sec-02 .center {
  text-align: center;
  margin: 20px auto;
}
.page-template-page-open #sec-03 {
  padding: 90px 0 1px 0;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
  background: #f2f4f6;
}
.page-template-page-open #sec-04 {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}

/* security */
.page-template-page-security .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/business/security/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-security .page-hero .mainimg h2 {
  font-size: 46px;
}
.page-template-page-security .page-hero .mainimg h2 span {
  font-size: 20px;
}
.page-template-page-security #page-common {
  padding-bottom: 0;
}
.page-template-page-security #sec-01 {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
.page-template-page-security #sec-01:after {
  position: absolute;
  content: "";
  background: #f2f4f6;
  top: 200px;
  width: 100%;
  height: calc(100% - 110px);
  z-index: -1;
}
.page-template-page-security #sec-02 {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
.page-template-page-security #sec-02 .center {
  text-align: center;
  margin: 20px auto;
}
.page-template-page-security #sec-02 img {
  margin-bottom: 20px;
}
.page-template-page-security #sec-03 {
  padding: 90px 0 1px 0;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
  background: #f2f4f6;
}
.page-template-page-security #sec-04 {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}
.page-template-page-security #sec-04 .wrapper .wrap-box .product-list li {
  background: #e0e7ee;
}
.page-template-page-security #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
  padding-left: 0;
}
.page-template-page-security #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
  display: none;
}

/* recruit */
.page-template-page-recruit-02 .page-hero .mainimg picture, .page-template-page-recruit-02-entry .page-hero .mainimg picture, .page-template-page-recruit-02-confirm .page-hero .mainimg picture, .page-template-page-recruit-02-complete .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/recruit/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-recruit-02 #page-common, .page-template-page-recruit-02-entry #page-common, .page-template-page-recruit-02-confirm #page-common, .page-template-page-recruit-02-complete #page-common {
  padding-bottom: 0;
}
.page-template-page-recruit-02 .recruit-list, .page-template-page-recruit-02-entry .recruit-list, .page-template-page-recruit-02-confirm .recruit-list, .page-template-page-recruit-02-complete .recruit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.page-template-page-recruit-02 .recruit-list li, .page-template-page-recruit-02-entry .recruit-list li, .page-template-page-recruit-02-confirm .recruit-list li, .page-template-page-recruit-02-complete .recruit-list li {
  display: inline-block;
  width: 50%;
  max-width: 372px;
  height: 290px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 5px 13px 20px rgba(0, 0, 0, 0.18);
  margin-right: 42px;
  transition: all 0.25s;
}
.page-template-page-recruit-02 .recruit-list li img, .page-template-page-recruit-02-entry .recruit-list li img, .page-template-page-recruit-02-confirm .recruit-list li img, .page-template-page-recruit-02-complete .recruit-list li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.page-template-page-recruit-02 .recruit-list li h3, .page-template-page-recruit-02-entry .recruit-list li h3, .page-template-page-recruit-02-confirm .recruit-list li h3, .page-template-page-recruit-02-complete .recruit-list li h3 {
  text-align: center;
  color: #FFFFFF !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-template-page-recruit-02 .recruit-list li:nth-child(1) h3, .page-template-page-recruit-02-entry .recruit-list li:nth-child(1) h3, .page-template-page-recruit-02-confirm .recruit-list li:nth-child(1) h3, .page-template-page-recruit-02-complete .recruit-list li:nth-child(1) h3 {
  background: #18B3FF !important;
}
.page-template-page-recruit-02 .recruit-list li:nth-child(2), .page-template-page-recruit-02-entry .recruit-list li:nth-child(2), .page-template-page-recruit-02-confirm .recruit-list li:nth-child(2), .page-template-page-recruit-02-complete .recruit-list li:nth-child(2) {
  margin-right: 0;
}
.page-template-page-recruit-02 .recruit-list li:nth-child(2) h3, .page-template-page-recruit-02-entry .recruit-list li:nth-child(2) h3, .page-template-page-recruit-02-confirm .recruit-list li:nth-child(2) h3, .page-template-page-recruit-02-complete .recruit-list li:nth-child(2) h3 {
  background: #2199D8 !important;
}
.page-template-page-recruit-02 .recruit-list li:hover, .page-template-page-recruit-02-entry .recruit-list li:hover, .page-template-page-recruit-02-confirm .recruit-list li:hover, .page-template-page-recruit-02-complete .recruit-list li:hover {
  cursor: pointer;
  transition: all 0.25s;
  transform: translate(5px, 5px);
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.09);
}
.page-template-page-recruit-02 h3.sub-tit span, .page-template-page-recruit-02-entry h3.sub-tit span, .page-template-page-recruit-02-confirm h3.sub-tit span, .page-template-page-recruit-02-complete h3.sub-tit span {
  margin-left: 0 !important;
}
.page-template-page-recruit-02 #sec-01, .page-template-page-recruit-02-entry #sec-01, .page-template-page-recruit-02-confirm #sec-01, .page-template-page-recruit-02-complete #sec-01 {
  position: relative;
  z-index: 1;
}
.page-template-page-recruit-02 #sec-02 h3, .page-template-page-recruit-02-entry #sec-02 h3, .page-template-page-recruit-02-confirm #sec-02 h3, .page-template-page-recruit-02-complete #sec-02 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  margin: 0 auto 2rem auto;
}
.page-template-page-recruit-02 #sec-02 .new-list, .page-template-page-recruit-02-entry #sec-02 .new-list, .page-template-page-recruit-02-confirm #sec-02 .new-list, .page-template-page-recruit-02-complete #sec-02 .new-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
}
.page-template-page-recruit-02 #sec-02 .new-list li, .page-template-page-recruit-02-entry #sec-02 .new-list li, .page-template-page-recruit-02-confirm #sec-02 .new-list li, .page-template-page-recruit-02-complete #sec-02 .new-list li {
  display: inline-block;
  width: 33.3333333333%;
  max-width: 270px;
  margin-right: 60px;
  position: relative;
  padding-top: 260px;
}
.page-template-page-recruit-02 #sec-02 .new-list li:before, .page-template-page-recruit-02-entry #sec-02 .new-list li:before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:before, .page-template-page-recruit-02-complete #sec-02 .new-list li:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
  width: 240px;
  height: 240px;
  color: #FFFFFF;
  background: #e0e7ee;
  border-radius: 120px;
  font-weight: bold;
  font-size: 24px;
  line-height: 240px;
}
.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(1):before, .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(1):before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(1):before, .page-template-page-recruit-02-complete #sec-02 .new-list li:nth-child(1):before {
  content: "IT Consulting";
  background: #35C7CC;
}
.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(2):before, .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(2):before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(2):before, .page-template-page-recruit-02-complete #sec-02 .new-list li:nth-child(2):before {
  content: "SAP Consulting";
  background: #18B3FF;
}
.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(3), .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(3), .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(3), .page-template-page-recruit-02-complete #sec-02 .new-list li:nth-child(3) {
  margin-right: 0;
}
.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(3):before, .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(3):before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(3):before, .page-template-page-recruit-02-complete #sec-02 .new-list li:nth-child(3):before {
  content: "SI Service";
  background: #2199D8;
}
.page-template-page-recruit-02 #sec-02, .page-template-page-recruit-02-entry #sec-02, .page-template-page-recruit-02-confirm #sec-02, .page-template-page-recruit-02-complete #sec-02 {
  position: relative;
  z-index: 1;
}
.page-template-page-recruit-02 #sec-03, .page-template-page-recruit-02-entry #sec-03, .page-template-page-recruit-02-confirm #sec-03, .page-template-page-recruit-02-complete #sec-03 {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}
.page-template-page-recruit-02 #sec-04, .page-template-page-recruit-02-entry #sec-04, .page-template-page-recruit-02-confirm #sec-04, .page-template-page-recruit-02-complete #sec-04 {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}

/* contact */
.page-template-page-contact .page-hero .mainimg picture, .page-template-page-contact-confirm .page-hero .mainimg picture, .page-template-page-contact-complete .page-hero .mainimg picture {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("./assets/images/contact/page_hero_bg_pc.jpg") no-repeat center top;
  opacity: 1;
  background-size: cover;
}
.page-template-page-contact #page-common, .page-template-page-contact-confirm #page-common, .page-template-page-contact-complete #page-common {
  padding-bottom: 0;
}
.page-template-page-contact #sec-01, .page-template-page-contact-confirm #sec-01, .page-template-page-contact-complete #sec-01 {
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}

/* tab */
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab-box .tab-item {
  width: calc((100% - 120px) / 5);
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  background: #FFFFFF;
  color: #D5C3B4;
  border: 1px solid #F8F2ED;
  border-radius: 6px;
  text-align: center;
  display: block;
  float: left;
  flex-wrap: nowrap;
  text-align: center;
  transition: all 0.2s;
  font-weight: 700;
  cursor: pointer;
  margin-right: 30px;
}
.tab-box .tab-item:last-of-type {
  margin-right: 0;
}
.tab-box {
  /* inputボタンは目には見えないところで働いてもらう */
}
.tab-box input[name=tab-item] {
  display: none;
}
.tab-box {
  /* タブで切り替えたいコンテンツの部分。ここはお好みで */
}
.tab-box .tab-content {
  display: none;
  padding: 60px 0;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.tab-box {
  /* 選択されているタブのコンテンツを表示させる */
}
.tab-box #a:checked ~ #a-content,
.tab-box #b:checked ~ #b-content,
.tab-box #c:checked ~ #c-content,
.tab-box #d:checked ~ #d-content,
.tab-box #e:checked ~ #e-content {
  display: block;
}
.tab-box {
  /* 選択されていることがわかるように、選択されているタブはスタイルを変える */
}
.tab-box input:checked + .tab-item {
  background: #FDBE2D;
  color: #FFFFFF;
  border: 1px solid #FDBE2D;
}

@media only screen and (max-width: 767px) {
  .page-hero {
    position: relative;
    margin: 0;
    padding: 0;
    height: 210px;
  }
  .page-hero .mainimg {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 210px;
    z-index: 1;
    background: #f2f4f6;
  }
  .page-hero .mainimg h2 {
    width: auto;
    max-width: 235px;
    height: 50%;
    max-height: 80px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    z-index: 3;
    color: #000000;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    right: 20px;
    bottom: 20px;
    text-transform: uppercase;
  }
  .page-hero .mainimg h2 span {
    padding-top: 10px;
    display: block;
    font-size: 24px;
    letter-spacing: -0.02em;
  }
  /* bread-box */
  .breadBox {
    position: relative;
    padding: 15px 10px;
  }
  .breadBox ul {
    display: flex;
    justify-content: right;
    flex-wrap: nowrap;
  }
  .breadBox ul li {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    font-size: 13px;
    position: relative;
  }
  .breadBox ul li:after {
    position: absolute;
    content: "/";
    right: 8px;
    top: 0;
    font-weight: 100;
  }
  .breadBox ul li a {
    text-decoration: underline;
    padding-right: 30px;
  }
  .breadBox ul li:last-child:after {
    content: "";
  }
  /* page-common */
  #page-common {
    margin: 30px auto 0 auto;
    padding: 0 0 80px 0;
  }
  #page-common .main-copy {
    padding: 0 20px;
  }
  #page-common .main-copy h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 50px auto;
    background: none;
    color: #000000;
  }
  #page-common .main-copy h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 1rem auto;
    background: none;
    color: #000000;
  }
  #page-common .main-copy p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 4rem auto;
  }
  #page-common h2 {
    background: linear-gradient(90deg, rgb(24, 216, 255) 0%, rgb(33, 153, 216) 100%);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 40px auto;
    padding: 15px;
  }
  #page-common h3 {
    text-align: left;
  }
  #page-common h3.sub-tit {
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  #page-common h3.sub-tit span {
    font-size: 15px;
    margin-left: 10px;
  }
  #page-common h3.sub-tit::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(24, 216, 255) 0%, rgb(33, 153, 216) 100%);
  }
  #page-common h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  #page-common h4.sub-arrow {
    position: relative;
    padding-left: 24px;
  }
  #page-common h4.sub-arrow:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(./assets/images/common/ico_arrow.svg) no-repeat left top;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  #page-common .wrap-box {
    margin-bottom: 40px;
  }
  #page-common .lead-wrap {
    background: #18B3FF;
    max-width: 100%;
    padding: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 30px auto;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page-common .lead-wrap .lead-wrap-txt-box {
    display: inline-block;
    width: 100%;
  }
  #page-common .lead-wrap .lead-wrap-img-box {
    margin-top: 1em;
    display: inline-block;
    width: 100%;
  }
  #page-common .lead-wrap .lead-wrap-img-box img {
    width: 100%;
    height: auto;
  }
  #page-common .product-list {
    width: 100%;
  }
  #page-common .product-list li {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: 20px;
  }
  #page-common .product-list li .product-list-img-box {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 1rem;
  }
  #page-common .product-list li .product-list-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: 90%;
    padding: 10px;
    height: auto;
    margin: auto;
    display: block;
  }
  #page-common .product-list li .product-list-txt-box {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  #page-common .product-list li .product-list-txt-box h4 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  #page-common .product-list li .product-list-txt-box p {
    margin-bottom: 1rem;
  }
  #page-common .product-list li .product-list-txt-box .btn-more {
    margin-top: 1rem;
  }
  #page-common .product-list li .product-list-txt-box .btn-more a {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    padding: 0;
  }
  #page-common .product-list li .product-list-txt-box .btn-more a:hover {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
  }
  /* post-template-default */
  .post-template-default .page-hero .mainimg picture, .archive .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/news/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 0.75 !important;
    background-size: cover;
  }
  .post-template-default #page-common, .archive #page-common {
    padding-bottom: 0;
  }
  .post-template-default #blog .wrapper, .archive #blog .wrapper {
    padding: 0;
  }
  /* businesses */
  .page-template-page-businesses .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/business/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-businesses #page-common {
    padding-bottom: 0;
  }
  .page-template-page-businesses #business {
    margin: 0 auto;
    padding: 30px 20px 80px 20px;
  }
  /* work-style */
  .page-template-page-work-style .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/business/work-style/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-work-style .page-hero .mainimg h2 {
    width: auto;
    font-size: 21px;
  }
  .page-template-page-work-style .page-hero .mainimg h2 span {
    font-size: 15px;
  }
  .page-template-page-work-style #page-common {
    padding-bottom: 0;
  }
  .page-template-page-work-style #sec-01 {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
  }
  .page-template-page-work-style #sec-01:after {
    position: absolute;
    content: "";
    background: #f2f4f6;
    top: 200px;
    width: 100%;
    height: calc(100% - 170px);
    z-index: -1;
  }
  .page-template-page-work-style #sec-02 {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }
  .page-template-page-work-style #sec-02 .center {
    text-align: center;
    margin: 20px auto;
  }
  .page-template-page-work-style #sec-02 img {
    margin-bottom: 20px;
  }
  .page-template-page-work-style #sec-03 {
    padding: 45px 0 90px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    background: #f2f4f6;
  }
  .page-template-page-work-style #sec-03 .flex-box {
    display: block;
  }
  .page-template-page-work-style #sec-03 .flex-box div {
    display: block;
    width: 100%;
    padding: 2rem;
    background: #FFFFFF;
    margin-bottom: 2rem;
  }
  .page-template-page-work-style #sec-03 .flex-box div h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-left: 90px;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.3;
  }
  .page-template-page-work-style #sec-03 .flex-box div h4:before {
    position: absolute;
    content: "";
  }
  .page-template-page-work-style #sec-03 .flex-box div:nth-of-type(1) h4:before {
    background: url(./assets/images/business/work-style/ico_h4_01.svg) no-repeat left top;
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 30px;
    top: 0;
  }
  .page-template-page-work-style #sec-03 .flex-box div:nth-of-type(2) h4:before {
    background: url(./assets/images/business/work-style/ico_h4_02.svg) no-repeat left top;
    background-size: cover;
    width: 30.5px;
    height: 45px;
    left: 34px;
    top: 0;
  }
  .page-template-page-work-style #sec-03 .flex-box div ul {
    list-style: none;
    padding-left: 0;
  }
  .page-template-page-work-style #sec-03 .flex-box div ul li {
    margin-bottom: 1rem;
    background: url(./assets/images/business/work-style/ico_check.svg) no-repeat left top 2px;
    background-size: 21px;
    padding-left: 36px;
  }
  .page-template-page-work-style #sec-03 .bizrobo {
    float: right;
    width: 200px;
    text-align: center;
  }
  .page-template-page-work-style #sec-03 .bizrobo img {
    text-align: center;
    margin: 0 auto;
  }
  .page-template-page-work-style #sec-04 {
    clear: both;
    position: relative;
    z-index: 1;
    padding-top: 45px;
    margin-bottom: 90px;
  }
  .page-template-page-work-style #sec-04 .wrapper .wrap-box .product-list li {
    background: #e0e7ee;
  }
  .page-template-page-work-style #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
    padding-left: 0;
  }
  .page-template-page-work-style #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
    display: none;
  }
  .page-template-page-work-style #sec-05 {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
  }
  .page-template-page-work-style #sec-05 .wrapper .wrap-box .product-list li {
    background: #e0e7ee;
  }
  .page-template-page-work-style #sec-05 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
    padding-left: 0;
  }
  .page-template-page-work-style #sec-05 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
    display: none;
  }
  /* erp, qsa, perfecttwin */
  .page-template-page-erp .page-hero .mainimg picture,
  .page-template-page-qsa .page-hero .mainimg picture,
  .page-template-page-perfectwin .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/business/erp/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-erp .page-hero .mainimg h2,
  .page-template-page-qsa .page-hero .mainimg h2,
  .page-template-page-perfectwin .page-hero .mainimg h2 {
    width: auto;
    font-size: 21px;
  }
  .page-template-page-erp .page-hero .mainimg h2 span,
  .page-template-page-qsa .page-hero .mainimg h2 span,
  .page-template-page-perfectwin .page-hero .mainimg h2 span {
    font-size: 14px;
    letter-spacing: -0.075em;
  }
  .page-template-page-erp #page-common,
  .page-template-page-qsa #page-common,
  .page-template-page-perfectwin #page-common {
    padding-bottom: 0;
  }
  .page-template-page-erp #sec-01,
  .page-template-page-qsa #sec-01,
  .page-template-page-perfectwin #sec-01 {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
  }
  .page-template-page-erp #sec-01:after,
  .page-template-page-qsa #sec-01:after,
  .page-template-page-perfectwin #sec-01:after {
    position: absolute;
    content: "";
    background: #f2f4f6;
    top: 200px;
    width: 100%;
    height: calc(100% - 170px);
    z-index: -1;
  }
  .page-template-page-erp #sec-01 .lead-wrap .lead-wrap-txt-box p,
  .page-template-page-qsa #sec-01 .lead-wrap .lead-wrap-txt-box p,
  .page-template-page-perfectwin #sec-01 .lead-wrap .lead-wrap-txt-box p {
    text-align: left;
  }
  .page-template-page-erp #sec-02,
  .page-template-page-qsa #sec-02,
  .page-template-page-perfectwin #sec-02 {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }
  .page-template-page-erp #sec-03,
  .page-template-page-qsa #sec-03,
  .page-template-page-perfectwin #sec-03 {
    padding: 45px 0 1px 0;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    background: #f2f4f6;
  }
  .page-template-page-erp #sec-04,
  .page-template-page-qsa #sec-04,
  .page-template-page-perfectwin #sec-04 {
    position: relative;
    z-index: 1;
  }
  .page-template-page-erp #sec-04 .wrapper .wrap-box .product-list li,
  .page-template-page-qsa #sec-04 .wrapper .wrap-box .product-list li,
  .page-template-page-perfectwin #sec-04 .wrapper .wrap-box .product-list li {
    background: #e0e7ee;
  }
  .page-template-page-erp #sec-04 img,
  .page-template-page-qsa #sec-04 img,
  .page-template-page-perfectwin #sec-04 img {
    margin-bottom: 20px;
  }
  .page-template-page-erp #sec-05,
  .page-template-page-qsa #sec-05,
  .page-template-page-perfectwin #sec-05 {
    padding: 45px 0 1px 0;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    background: #f2f4f6;
  }
  .page-template-page-erp #sec-05 .wrapper .wrap-box .product-list li,
  .page-template-page-qsa #sec-05 .wrapper .wrap-box .product-list li,
  .page-template-page-perfectwin #sec-05 .wrapper .wrap-box .product-list li {
    background: #e0e7ee;
  }
  .page-template-page-erp #sec-05 .wrapper .wrap-box img,
  .page-template-page-qsa #sec-05 .wrapper .wrap-box img,
  .page-template-page-perfectwin #sec-05 .wrapper .wrap-box img {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .page-template-page-erp #sec-05 .wrapper .wrap-box:last-of-type img,
  .page-template-page-qsa #sec-05 .wrapper .wrap-box:last-of-type img,
  .page-template-page-perfectwin #sec-05 .wrapper .wrap-box:last-of-type img {
    margin-bottom: 20px;
  }
  .page-template-page-erp #sec-05 .wrapper .wrap-box table,
  .page-template-page-qsa #sec-05 .wrapper .wrap-box table,
  .page-template-page-perfectwin #sec-05 .wrapper .wrap-box table {
    margin-top: 40px;
  }
  .page-template-page-erp #sec-06,
  .page-template-page-qsa #sec-06,
  .page-template-page-perfectwin #sec-06 {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
  }
  .page-template-page-erp #sec-06 table thead th,
  .page-template-page-qsa #sec-06 table thead th,
  .page-template-page-perfectwin #sec-06 table thead th {
    background: #e0e7ee;
    text-align: center;
    width: auto;
  }
  .page-template-page-erp #sec-06 table tbody tr:nth-child(odd) th, .page-template-page-erp #sec-06 table tbody tr:nth-child(odd) td,
  .page-template-page-qsa #sec-06 table tbody tr:nth-child(odd) th,
  .page-template-page-qsa #sec-06 table tbody tr:nth-child(odd) td,
  .page-template-page-perfectwin #sec-06 table tbody tr:nth-child(odd) th,
  .page-template-page-perfectwin #sec-06 table tbody tr:nth-child(odd) td {
    background: #f2f4f6;
  }
  .page-template-page-erp #sec-06 table tbody th,
  .page-template-page-qsa #sec-06 table tbody th,
  .page-template-page-perfectwin #sec-06 table tbody th {
    width: auto;
  }
  .page-template-page-erp #sec-06 table tbody td,
  .page-template-page-qsa #sec-06 table tbody td,
  .page-template-page-perfectwin #sec-06 table tbody td {
    width: auto;
  }
  .page-template-page-erp #sec-07,
  .page-template-page-qsa #sec-07,
  .page-template-page-perfectwin #sec-07 {
    position: relative;
    z-index: 1;
    padding: 45px 0 1px 0;
    margin-bottom: 45px;
    background: #f2f4f6;
  }
  .page-template-page-erp #sec-07 .wrapper .wrap-box .product-list li,
  .page-template-page-qsa #sec-07 .wrapper .wrap-box .product-list li,
  .page-template-page-perfectwin #sec-07 .wrapper .wrap-box .product-list li {
    background: #e0e7ee;
  }
  .page-template-page-erp #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4,
  .page-template-page-qsa #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4,
  .page-template-page-perfectwin #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
    padding-left: 0;
  }
  .page-template-page-erp #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before,
  .page-template-page-qsa #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before,
  .page-template-page-perfectwin #sec-07 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
    display: none;
  }
  /* it-consulting */
  .page-template-page-it-consulting .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/business/it-consulting/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-it-consulting .page-hero .mainimg h2 {
    width: auto;
    font-size: 19px;
    letter-spacing: -0.06em;
  }
  .page-template-page-it-consulting .page-hero .mainimg h2 span {
    font-size: 16px;
  }
  .page-template-page-it-consulting #page-common {
    padding-bottom: 0;
  }
  .page-template-page-it-consulting #sec-01 {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
  }
  .page-template-page-it-consulting #sec-01:after {
    position: absolute;
    content: "";
    background: #f2f4f6;
    top: 200px;
    width: 100%;
    height: calc(100% - 170px);
    z-index: -1;
  }
  .page-template-page-it-consulting #sec-02 {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }
  .page-template-page-it-consulting #sec-02 .center {
    text-align: center;
    margin: 20px auto;
  }
  .page-template-page-it-consulting #sec-03 {
    padding: 45px 0 1px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: #f2f4f6;
  }
  .page-template-page-it-consulting #sec-04 {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
  }
  /* open */
  .page-template-page-open .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/business/open/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-open .page-hero .mainimg h2 {
    width: auto;
    font-size: 20px;
    letter-spacing: -0.1em;
  }
  .page-template-page-open .page-hero .mainimg h2 span {
    font-size: 14.5px;
    letter-spacing: -0.1em;
  }
  .page-template-page-open #page-common {
    padding-bottom: 0;
  }
  .page-template-page-open #sec-01 {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
  }
  .page-template-page-open #sec-01:after {
    position: absolute;
    content: "";
    background: #f2f4f6;
    top: 200px;
    width: 100%;
    height: calc(100% - 170px);
    z-index: -1;
  }
  .page-template-page-open #sec-02 {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }
  .page-template-page-open #sec-02 .center {
    text-align: center;
    margin: 20px auto;
  }
  .page-template-page-open #sec-03 {
    padding: 45px 0 1px 0;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    background: #f2f4f6;
  }
  .page-template-page-open #sec-04 {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
  }
  /* security */
  .page-template-page-security .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/business/security/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-security .page-hero .mainimg h2 {
    font-size: 21px;
    width: auto;
  }
  .page-template-page-security .page-hero .mainimg h2 span {
    font-size: 15px;
  }
  .page-template-page-security #page-common {
    padding-bottom: 0;
  }
  .page-template-page-security #sec-01 {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
  }
  .page-template-page-security #sec-01:after {
    position: absolute;
    content: "";
    background: #f2f4f6;
    top: 200px;
    width: 100%;
    height: calc(100% - 170px);
    z-index: -1;
  }
  .page-template-page-security #sec-02 {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }
  .page-template-page-security #sec-02 .center {
    text-align: center;
    margin: 20px auto;
  }
  .page-template-page-security #sec-02 img {
    margin-bottom: 20px;
  }
  .page-template-page-security #sec-03 {
    padding: 45px 0 1px 0;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    background: #f2f4f6;
  }
  .page-template-page-security #sec-04 {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
  }
  .page-template-page-security #sec-04 .wrapper .wrap-box .product-list li {
    background: #e0e7ee;
  }
  .page-template-page-security #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4 {
    padding-left: 0;
  }
  .page-template-page-security #sec-04 .wrapper .wrap-box .product-list li .product-list-txt-box h4:before {
    display: none;
  }
  /* recruit */
  .page-template-page-recruit-02 .page-hero .mainimg picture, .page-template-page-recruit-02-entry .page-hero .mainimg picture, .page-template-page-recruit-02-confirm .page-hero .mainimg picture, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/recruit/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-recruit-02 #page-common, .page-template-page-recruit-02-entry #page-common, .page-template-page-recruit-02-confirm #page-common, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #page-common {
    padding-bottom: 0;
  }
  .page-template-page-recruit-02 .recruit-list, .page-template-page-recruit-02-entry .recruit-list, .page-template-page-recruit-02-confirm .recruit-list, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .page-template-page-recruit-02 .recruit-list li, .page-template-page-recruit-02-entry .recruit-list li, .page-template-page-recruit-02-confirm .recruit-list li, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list li {
    display: inline-block;
    width: 47.5%;
    max-width: 100%;
    height: 15.5vh;
    background: #FFFFFF;
    position: relative;
    box-shadow: 5px 13px 20px rgba(0, 0, 0, 0.18);
    margin-right: 5%;
    transition: all 0.25s;
  }
  .page-template-page-recruit-02 .recruit-list li img, .page-template-page-recruit-02-entry .recruit-list li img, .page-template-page-recruit-02-confirm .recruit-list li img, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list li img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .page-template-page-recruit-02 .recruit-list li h3, .page-template-page-recruit-02-entry .recruit-list li h3, .page-template-page-recruit-02-confirm .recruit-list li h3, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list li h3 {
    text-align: center;
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .page-template-page-recruit-02 .recruit-list li:nth-child(1) h3, .page-template-page-recruit-02-entry .recruit-list li:nth-child(1) h3, .page-template-page-recruit-02-confirm .recruit-list li:nth-child(1) h3, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list li:nth-child(1) h3 {
    background: #18B3FF !important;
  }
  .page-template-page-recruit-02 .recruit-list li:nth-child(2), .page-template-page-recruit-02-entry .recruit-list li:nth-child(2), .page-template-page-recruit-02-confirm .recruit-list li:nth-child(2), .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list li:nth-child(2) {
    margin-right: 0;
  }
  .page-template-page-recruit-02 .recruit-list li:nth-child(2) h3, .page-template-page-recruit-02-entry .recruit-list li:nth-child(2) h3, .page-template-page-recruit-02-confirm .recruit-list li:nth-child(2) h3, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list li:nth-child(2) h3 {
    background: #2199D8 !important;
  }
  .page-template-page-recruit-02 .recruit-list li:hover, .page-template-page-recruit-02-entry .recruit-list li:hover, .page-template-page-recruit-02-confirm .recruit-list li:hover, .page-template-page-recruit-02-complete.page-template-page-recruit-02 .recruit-list li:hover {
    cursor: pointer;
    transition: all 0.25s;
    transform: translate(5px, 5px);
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.09);
  }
  .page-template-page-recruit-02 h3.sub-tit span, .page-template-page-recruit-02-entry h3.sub-tit span, .page-template-page-recruit-02-confirm h3.sub-tit span, .page-template-page-recruit-02-complete.page-template-page-recruit-02 h3.sub-tit span {
    margin-left: 0 !important;
  }
  .page-template-page-recruit-02 #sec-02 h3, .page-template-page-recruit-02-entry #sec-02 h3, .page-template-page-recruit-02-confirm #sec-02 h3, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 2rem auto;
  }
  .page-template-page-recruit-02 #sec-02 .new-list, .page-template-page-recruit-02-entry #sec-02 .new-list, .page-template-page-recruit-02-confirm #sec-02 .new-list, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 .new-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    margin-bottom: 30px;
  }
  .page-template-page-recruit-02 #sec-02 .new-list li, .page-template-page-recruit-02-entry #sec-02 .new-list li, .page-template-page-recruit-02-confirm #sec-02 .new-list li, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 .new-list li {
    display: inline-block;
    width: 50%;
    max-width: 150px;
    min-height: 320px;
    margin: 0 10px;
    position: relative;
    padding: 180px 0 10px 0;
  }
  .page-template-page-recruit-02 #sec-02 .new-list li:before, .page-template-page-recruit-02-entry #sec-02 .new-list li:before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:before, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 .new-list li:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    line-height: 150px;
    color: #FFFFFF;
    background: #e0e7ee;
    border-radius: 75px;
    font-weight: bold;
    font-size: 18px;
  }
  .page-template-page-recruit-02 #sec-02 .new-list li:nth-child(1):before, .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(1):before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(1):before, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(1):before {
    content: "IT Consulting";
    background: #35C7CC;
  }
  .page-template-page-recruit-02 #sec-02 .new-list li:nth-child(2):before, .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(2):before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(2):before, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(2):before {
    content: "SAP Consulting";
    background: #18B3FF;
  }
  .page-template-page-recruit-02 #sec-02 .new-list li:nth-child(3), .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(3), .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(3), .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(3) {
    margin-right: 10px;
  }
  .page-template-page-recruit-02 #sec-02 .new-list li:nth-child(3):before, .page-template-page-recruit-02-entry #sec-02 .new-list li:nth-child(3):before, .page-template-page-recruit-02-confirm #sec-02 .new-list li:nth-child(3):before, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-02 .new-list li:nth-child(3):before {
    content: "SI Service";
    background: #2199D8;
  }
  .page-template-page-recruit-02 #sec-03, .page-template-page-recruit-02-entry #sec-03, .page-template-page-recruit-02-confirm #sec-03, .page-template-page-recruit-02-complete.page-template-page-recruit-02 #sec-03 {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
  }
  /* contact */
  .page-template-page-contact .page-hero .mainimg picture, .page-template-page-contact-confirm .page-hero .mainimg picture, .page-template-page-contact-complete .page-hero .mainimg picture {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url("./assets/images/contact/page_hero_bg_pc.jpg") no-repeat center top;
    opacity: 1;
    background-size: cover;
  }
  .page-template-page-contact #page-common, .page-template-page-contact-confirm #page-common, .page-template-page-contact-complete #page-common {
    padding-bottom: 0;
  }
  .page-template-page-contact #sec-01, .page-template-page-contact-confirm #sec-01, .page-template-page-contact-complete #sec-01 {
    position: relative;
    z-index: 1;
    padding-bottom: 180px;
  }
}/*# sourceMappingURL=style.css.map */