@charset "UTF-8";
.bold {
  font-weight: 400;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

section {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 80px;
}

section#vision {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 80px;
}

section#mission {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 80px;
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.sp-none {
  display: none;
}

.sp_hid {
  display: none;
}

#hero {
  position: relative;
  margin-bottom: 200px;
  height: 600px;
}

#hero img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#hero h1 {
  text-align: center;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-top: 50px;
}

#hero .btn-scroll-down {
  margin-top: 30px;
  position: relative;
  z-index: 999;
}

#hero .btn-scroll-down a {
  padding-top: 60px;
}

#hero .btn-scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #000000;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#hero .btn-scroll-down a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#hero .btn-scroll-down a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mission .title-wrapper {
  position: relative;
  text-align: center;
}

#mission .title-wrapper img {
  position: absolute;
  top: -70px;
  left: -30px;
  width: 75%;
  z-index: -1;
}

#mission .mission- {
  margin: 0 1rem;
}

#mission h2 {
  text-align: center;
}

#mission p {
  text-align: justify;
}

#vision .title-wrapper {
  text-align: center;
}

#vision .pc-w-wrapper {
  text-align: center;
}

#service h2 {
  margin-left: 1rem;
}

.category {
  margin-left: 1rem;
  margin-right: 1rem;
}

.category img, .category2 img {
  width: 100%;
}

h2 {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 200;
  text-align: left;
}

h2:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #2818A7;
  position: absolute;
  bottom: 10px;
  right: -24px;
}

.category h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 200;
  text-align: center;
}

.category p {
  font-size: 0.9rem;
  text-align: justify;
}

.vision__box {
  margin: 30px 0;
  text-align: center;
}

.vision__box-no {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #1b1464;
}

.vision__box-txt {
  width: 100%;
  padding: 10px 20px;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.75;
  border-radius: 3px;
  background: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 2px 4px rgba(7, 7, 44, 0.3);
          box-shadow: 0px 2px 4px rgba(7, 7, 44, 0.3);
}

.service-wrapper {
  background-color: #EFF0F2;
}

.service-wrapper2 {
  background-color: transparent;
  position: relative;
}

.service-wrapper2-img img {
  position: absolute;
  top: -200px;
  right: 0;
  width: 60%;
}

.service-wrapper-clip {
  -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
          clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}

.service__box {
  margin: 20px 0;
  padding: 30px 1rem;
}

.service__box_ {
  margin: 20px 0;
  padding: 30px 1rem;
  background-color: #EFF0F2;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
          clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
}

.service__box h3 {
  margin: 30px 0 10px;
  font-weight: 200;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #1b1464;
}

.service__box h4 {
  margin: 0 0 20px;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.service__box__item {
  margin: 70px 0;
}

.service__box__item-title {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #07072c;
}

.service__box__item-title-sub {
  font-size: 0.8rem;
}

.service__box__item-subtitle {
  margin-bottom: 5px;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  color: #07072c;
}

.service__box__item ul {
  list-style-type: none;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.service__box__item ul li {
  position: relative;
  padding: 5px 0;
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}

.service__box__item ul li:before {
  counter-increment: li;
  content: "■";
  position: absolute;
  font-size: .9rem;
  top: 8px;
  left: -20px;
  width: 1.6em;
  text-align: center;
}

.aboutus-wrapper {
  margin: 10px 0;
  text-align: center;
}

.aboutus-wrapper-img {
  text-align: center;
}

.aboutus-wrapper-img img {
  width: 40%;
}

.aboutus-wrapper-img .cap {
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
}

.aboutus-wrapper-txt {
  margin: 10px;
  font-size: .9rem;
  line-height: 1.8;
  text-align: justify;
}

.aboutus-wrapper-item {
  display: block;
  width: 100%;
}

#company .category2 {
  background-color: #EFF0F2;
}

.company-wrapper {
  margin: 10px 1rem;
  padding: 30px 0;
  text-align: left;
}

.company-wrapper dt {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
}

.company-wrapper dd {
  margin: 5px 0 20px;
  padding: 0 0 10px;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.5;
  color: #414141;
  border-bottom: 1px solid #707070;
  text-align: justify;
}

.company-wrapper dd ol {
  margin: 0;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.company-wrapper dd ol li {
  padding: 5px 0;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.5;
}

.access-wrapper {
  margin: 10px 0;
  text-align: left;
}

.btn-readmore {
  display: inline-block;
  color: #707070;
  width: 240px;
  /*height: 54px;*/
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #707070;
}

.article {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
}

.article-box {
  position: relative;
  padding: 10px;
}

.article-box a {
  text-decoration: none;
}

.article-box-wrapper {
  -webkit-box-shadow: 0px 3px 6px rgba(7, 7, 44, 0.45);
          box-shadow: 0px 3px 6px rgba(7, 7, 44, 0.45);
}

.article-box .thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
  /*padding-top: 56.25%;*/
  padding-top: 60%;
}

.article-box .thumbnail img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 1;
  /*object-fit: cover;*/
  /*object-position: 0% 0% ;*/
  background: #808080;
}

.article-box .thumbnail img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.article-box .title {
  margin: 0px;
  padding: 10px;
  min-height: 100px;
  color: #000;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 80px;
}

.col_2 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3 > div {
  width: 33.33333%;
  /*padding: 5px;*/
}

.col_3 .img-box {
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .article {
    margin: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .article {
    margin: 0;
  }
  .col_3 > div {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .article {
    margin: 0;
  }
  .col_3 > div {
    width: 100%;
  }
}

.item-A {
  position: relative;
  /*display: inline-block;*/
  margin: 10px 7px 10px 10px;
  padding: 0px;
  text-align: center;
  /*background-color: #efefef;*/
  width: 490px;
  height: 400px;
  overflow: hidden;
  vertical-align: top;
  overflow-y: hidden;
}

.contact_btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  /*color: var(--color-site-image);*/
  color: #4a82af;
  border: solid 1px #4a82af;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  margin: 5px;
  font-size: 14px;
  width: 260px;
}

.contact_btn:hover {
  /*background: var(--color-site-image);*/
  background: #4a82af;
  color: white;
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .pc_hid {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .sp_hid {
    display: block;
  }
  #hero {
    margin-bottom: 100px;
    height: 500px;
  }
  #hero img {
    height: auto;
  }
  #main {
    margin: 0 auto;
    max-width: 1240px;
  }
  .category h2, .category2 h2 {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 200;
    text-align: left;
  }
  .category h2:after, .category2 h2:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #2818A7;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #mission .title-wrapper {
    text-align: left;
  }
  #mission .mission- {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 20px;
  }
  #mission .mission- p {
    margin: 30px 0;
  }
  #vision .pc-w-wrapper {
    text-align: right;
  }
  #vision h3 {
    margin: 50px 0;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 200;
    text-align: center;
  }
  #vision .title-wrapper {
    position: relative;
    text-align: right;
  }
  #vision .title-wrapper img {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 50%;
    z-index: -1;
  }
  #vision .mission- {
    display: inline-block;
    padding: 0 5px;
    width: 49%;
    vertical-align: top;
  }
  #vision .vision__box {
    text-align: justify;
    margin: 10px 0 20px;
  }
  .service-wrapper2-img {
    width: 100%;
    overflow-x: hidden;
  }
  .service-wrapper2-img img {
    position: absolute;
    top: -140px;
    right: 0;
    width: 30%;
  }
  .service-wrapper-clip {
    margin: 20px 0;
    padding: 100px 0;
    background-color: #EFF0F2;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .service__box {
    margin: 20px auto;
    padding: 30px 0;
  }
  .service__box-img-wrapper {
    margin-left: -140px;
  }
  .service__box img {
    margin: 0 auto;
    width: 500px;
    text-align: center;
  }
  .service__box-wrapper {
    text-align: center;
  }
  .service__box__item {
    margin: 10px;
    display: inline-block;
    width: 340px;
    height: 340px;
    background: transparent;
    border: 1px solid #707070;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(7, 7, 44, 0.45));
            filter: drop-shadow(0px 3px 6px rgba(7, 7, 44, 0.45));
    vertical-align: top;
  }
  .service__box__item-subtitle {
    padding: 50px 0 0;
    font-size: 12px;
  }
  .service__box__item-title {
    padding: 40px 0 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 340px;
    height: 80px;
    font-size: 16px;
  }
  .service__box__item-title-w-sub {
    padding: 0;
    height: 40px;
  }
  .service__box__item ul {
    margin: 0;
    padding: 10px 40px 10px 50px;
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .service__box__item ul li {
    padding: 5px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 1.5;
  }
  .aboutus-wrapper {
    margin: 50px auto;
    width: 700px;
  }
  .aboutus-wrapper-img {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .aboutus-wrapper-img img {
    vertical-align: top;
  }
  .aboutus-wrapper-img p.cap {
    font-size: 14px;
    margin: 10px;
    text-align: center;
  }
  .aboutus-wrapper-txt {
    display: inline-block;
    width: 58%;
    vertical-align: middle;
  }
  .company-wrapper {
    margin: 0 auto;
    width: 700px;
  }
  .access-wrapper {
    margin: 10px 0;
    text-align: left;
  }
  .contact_btn {
    margin: 10px;
    font-size: 16px;
    width: 300px;
  }
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
  .pc-none {
    display: none;
  }
  .pc_hid {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .sp_hid {
    display: block;
  }
  .pc-w-wrapper {
    width: 900px;
    margin: 0 auto;
  }
  #hero {
    margin-bottom: 200px;
    height: 800px;
  }
  section {
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 120px;
  }
  section#vision {
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 120px;
  }
  section#mission {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 120px;
  }
  #main {
    margin: 0 auto;
    max-width: 1600px;
    margin-top: 100px;
  }
  .category h2, .category2 h2 {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 200;
    text-align: left;
  }
  .category h2:after, .category2 h2:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #2818A7;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #mission .title-wrapper {
    text-align: left;
  }
  #mission .mission- {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: 0;
    margin-right: 20px;
  }
  #mission .mission- p {
    margin: 30px 0;
  }
  #vision .pc-w-wrapper {
    text-align: right;
  }
  #vision h3 {
    margin: 50px 0;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 200;
    text-align: center;
  }
  #vision .title-wrapper {
    position: relative;
    text-align: right;
  }
  #vision .title-wrapper img {
    position: absolute;
    top: -50px;
    left: -30px;
    width: 50%;
    z-index: -1;
  }
  #vision .mission- {
    display: inline-block;
    padding: 0 5px;
    width: 49%;
    vertical-align: top;
  }
  #vision .vision__box {
    text-align: justify;
    margin: 10px 0 20px;
  }
  .service-wrapper2-img {
    width: 100%;
    overflow-x: hidden;
  }
  .service-wrapper2-img img {
    position: absolute;
    top: -140px;
    right: 0;
    width: 30%;
  }
  .service-wrapper-clip {
    margin: 20px 0;
    padding: 100px 0;
    background-color: #EFF0F2;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .service__box {
    width: 900px;
    margin: 20px auto;
    padding: 30px 0;
  }
  .service__box-img-wrapper {
    margin-left: -140px;
  }
  .service__box img {
    margin: 0 auto;
    width: 660px;
    text-align: center;
  }
  .service__box-wrapper {
    text-align: center;
  }
  .service__box__item {
    margin: 20px;
    display: inline-block;
    width: 340px;
    height: 340px;
    background: transparent;
    border: 1px solid #707070;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(7, 7, 44, 0.45));
            filter: drop-shadow(0px 3px 6px rgba(7, 7, 44, 0.45));
    vertical-align: top;
  }
  .service__box__item-subtitle {
    padding: 50px 0 0;
    font-size: 12px;
  }
  .service__box__item-title {
    padding: 40px 0 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 340px;
    height: 80px;
    font-size: 16px;
  }
  .service__box__item-title-w-sub {
    padding: 0;
    height: 40px;
  }
  .service__box__item ul {
    margin: 0;
    padding: 10px 40px 10px 50px;
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .service__box__item ul li {
    padding: 5px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 1.5;
  }
  #article .atricle {
    margin: 0;
  }
  .aboutus-wrapper {
    margin: 50px auto;
    width: 900px;
  }
  .aboutus-wrapper-img {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .aboutus-wrapper-img img {
    vertical-align: top;
  }
  .aboutus-wrapper-img p.cap {
    font-size: 14px;
    margin: 10px;
    text-align: center;
  }
  .aboutus-wrapper-txt {
    display: inline-block;
    width: 58%;
    vertical-align: middle;
  }
  .company-wrapper {
    margin: 0 auto;
    width: 900px;
  }
  .access-wrapper {
    margin: 10px 0;
    text-align: left;
  }
  .contact_btn {
    margin: 10px;
    font-size: 16px;
    width: 300px;
  }
}
/*# sourceMappingURL=top.css.map */