html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "YakuHanJP", "Montserrat", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0;
}

.row {
  margin: 0;
}

.btn-grad {
  background-image: linear-gradient(to right, #36D1DC 0%, #5B86E5 51%, #36D1DC 100%);
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 3px;
  display: block;
}
.btn-grad.small {
  font-size: 1.2rem;
  padding: 8px 30px;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn1 {
  background: #000;
  display: block;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  border: none;
}
.btn1:hover {
  color: #fff;
  opacity: 0.8;
}
.btn1.blue {
  background: #137DC8;
}
.btn1:disabled {
  background: #ccc;
}

.system-header, .fixed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3%;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.system-header .drower-btn, .fixed-header .drower-btn {
  display: none;
}
.system-header .header-left, .fixed-header .header-left {
  display: flex;
  align-items: center;
}
.system-header .header-left .header-logo, .fixed-header .header-left .header-logo {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-right: 30px;
  font-size: 1.1rem;
}
.system-header .header-left .header-logo:hover, .fixed-header .header-left .header-logo:hover {
  color: #000;
}
.system-header .header-left .header-logo img, .fixed-header .header-left .header-logo img {
  height: 20px;
  margin-right: 20px;
}
.system-header .header-left .header-logo span, .fixed-header .header-left .header-logo span {
  display: none;
}
.system-header .btn-contact .btn-contact-text, .fixed-header .btn-contact .btn-contact-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.system-header nav, .fixed-header nav {
  display: flex;
}
.system-header nav a, .fixed-header nav a {
  margin-right: 30px;
}
.system-header .btn-contact-text, .fixed-header .btn-contact-text {
  display: none;
}

.system-header.front-header {
  padding: 40px 3%;
}
.system-header.front-header .header-left {
  display: block;
}
.system-header.front-header .header-left .header-logo {
  margin-bottom: 20px;
}
.system-header.front-header .header-left span {
  display: block;
}
.system-header.front-header .btn-contact-text {
  display: block;
}
.system-header.front-header .drower-btn {
  display: none;
}

.drower-menu {
  display: none;
}

.fixed-header {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.2s;
}
.fixed-header.show {
  top: 0;
}

.page-title {
  height: 180px;
  background: url(../img/title_bg.jpeg);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title h1 {
  letter-spacing: 0.2em;
}

.breadcrumb {
  background: #F5F7F8;
  font-size: 1.2rem;
  padding: 10px 3%;
  color: #999;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
  margin: 0;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #000;
}
.breadcrumb i {
  margin: 0 1em;
}

.main-visual {
  width: 100%;
  padding: 3%;
  position: relative;
}
.main-visual:before {
  content: "";
  background: #F5F7F8;
  width: 50vh;
  height: 50vh;
  max-height: 400px;
  max-width: 400px;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -3%;
}
.main-visual:after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  width: 25vh;
  height: 25vh;
  max-width: 200px;
  max-height: 200px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -3%;
}
.main-visual img {
  width: 100%;
}

.footer-contact {
  padding: 80px 0;
  background: url("../img/footer_contact.jpeg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.footer-contact .contact-title {
  letter-spacing: 0.3em;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
.footer-contact .contact-title strong {
  color: rgb(0, 238, 255);
}
.footer-contact .footer-contact-btns {
  display: flex;
  border-right: 1px solid #fff;
}
.footer-contact .footer-contact-btns > * {
  border: 1px solid #fff;
  padding: 20px;
  width: 350px;
  height: 120px;
  display: flex;
  align-items: center;
  color: #fff;
  border-right: none;
}
.footer-contact .footer-contact-btns > *:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s;
}
.footer-contact .footer-contact-btns .chatwork div {
  text-align: center;
  width: 100%;
}
.footer-contact .footer-contact-btns .chatwork img {
  height: 50px;
  display: inline-block;
}
.footer-contact .footer-contact-btns .phone {
  flex-direction: column;
  justify-content: center;
}
.footer-contact .footer-contact-btns .phone .num {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 3rem;
}
.footer-contact .footer-contact-btns .form {
  justify-content: center;
  font-size: 2rem;
}
.footer-contact .footer-contact-btns .form i {
  margin-left: 1rem;
}

.system-footer {
  background: #F5F7F8;
}

.footer-content {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-content .footer-col {
  width: 25%;
  padding: 30px;
  font-size: 1.4rem;
}
.footer-content .footer-col p {
  margin-bottom: 0.3em;
}
.footer-content .footer-col img {
  width: 220px;
  max-width: 100%;
  margin-bottom: 30px;
}
.footer-content .footer-col:first-of-type {
  width: 50%;
}
.footer-content ul a {
  display: block;
  padding: 10px 0;
}
.footer-content .title1 {
  margin-bottom: 10px;
}

.title1 {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}
.title1:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #137DC8;
}

.copyright {
  display: block;
  text-align: center;
  padding: 10px;
  color: #ccc;
}

.front-content {
  width: 1400px;
  padding: 0 9% 3%;
  margin-top: 250px;
  margin-bottom: 150px;
  background: #F5F7F8;
  max-width: 70%;
  position: relative;
}
.front-content .title {
  font-size: 18rem;
  font-weight: bold;
  opacity: 0.1;
  margin-bottom: -0.6em;
  color: #137DC8;
}
.front-content .copy {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.front-content .text-content {
  width: 60%;
}
.front-content .text-content .text {
  line-height: 1.8;
}
.front-content .text-content .btn-grad {
  margin-top: 1.5em;
}
.front-content img {
  position: absolute;
  right: -100px;
  bottom: 80px;
  width: 40%;
}

.front-content2-wrap {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.front-content2-wrap.gray {
  background: #F5F7F8;
}
.front-content2-wrap.gray .text-content {
  text-align: center;
}
.front-content2-wrap .text {
  line-height: 1.8;
}
.front-content2-wrap .front-content2 {
  background: #F5F7F8;
  padding: 0 3%;
  width: 1400px;
  max-width: 100%;
}
.front-content2-wrap .front-content2 .text-content > .title {
  font-size: 18rem;
  font-weight: bold;
  opacity: 0.1;
  margin-bottom: -0.6em;
  color: #137DC8;
}
.front-content2-wrap .front-content2 .copy {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.front-content2-wrap .front-content2 .top-arrow {
  opacity: 0.8;
  margin-top: 50px;
}
.front-content2-wrap .front-content2 .top-arrow-vertical {
  display: none;
}
.front-content2-wrap.white .front-content2 {
  background: #fff;
}

.front-phase {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.front-phase .front-phase-item {
  width: calc(25% - 10px);
  padding: 25px;
  background: #fff;
  text-align: center;
}
.front-phase .front-phase-item .title {
  font-weight: bold;
}
.front-phase .front-phase-item .title span {
  color: #137DC8;
  display: block;
}
.front-phase .front-phase-item img {
  margin: 30px auto;
  height: 80px;
}
.front-phase .front-phase-item .btn1 {
  margin-top: 20px;
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive-list .item {
  background: #aaa;
  width: calc(33.333% - 10px);
  border: 5px solid #999;
  margin-bottom: 20px;
  padding: 20px;
  color: #fff;
}
.archive-list .item .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.archive-list:after {
  content: "";
  width: calc(33.333% - 10px);
  display: block;
}

.front-section {
  margin-top: 150px;
}
.front-section h2 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
}
.front-section h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0.5em;
  letter-spacing: 0.3em;
}

.tile-list {
  margin: 50px auto 0;
  padding: 0 50px 0;
  width: 1400px;
  max-width: 100%;
}

.tile-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tile-list:after {
  content: "";
  width: 380px;
  display: block;
}

.tile-list .item {
  width: 380px;
  background: #FFF;
  margin-bottom: 20px;
  text-decoration: none;
  color: #333;
}
.tile-list .item:hover {
  opacity: 0.8;
}

.tile-list .item .img-block {
  width: 380px;
  height: 300px;
  background-image: linear-gradient(-45deg, #E0EAFC 0%, #CFDEF3 100%);
  position: relative;
}

.tile-list .item .img-block .device {
  position: absolute;
}

.tile-list .item .img-block .pc-block {
  width: 280px;
  height: 176px;
  top: calc(50% - 88px);
  left: 30px;
}

.tile-list .item img {
  max-width: 100%;
}

.tile-list .item .img-block .background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.tile-list .item .img-pc {
  position: absolute;
  top: 12px;
  left: 32px;
  width: 216px;
  height: 135px;
  overflow: hidden;
}

.tile-list .item .img-pc img {
  width: 100%;
}

.tile-list .item .img-block .sp-block {
  position: absolute;
  width: 90px;
  right: 30px;
  top: 90px;
  z-index: 2;
}

.tile-list .item .img-sp {
  position: absolute;
  top: 10px;
  left: 6px;
  width: 77px;
  height: 155px;
  overflow: hidden;
}

.obj-fit {
  position: relative;
  width: 100%;
  height: 300px;
  display: inline-block;
  overflow: hidden;
}

.obj-fit img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .obj-fit img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    transform: none;
  }
}
.tile-list .bottom {
  padding: 10px 0;
}
.tile-list .bottom .date {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.tile-list .bottom .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tile-list .bottom .tags span {
  font-size: 1.1rem;
  border: 1px solid #aaa;
  background: #ccc;
  color: #444;
  padding: 2px;
  margin-right: 5px;
  opacity: 0.3;
  width: calc(50% - 5px);
  text-align: center;
  margin-bottom: 5px;
}
.tile-list .bottom .tags span.active {
  opacity: 1;
  border-color: #137DC8;
  color: #137DC8;
  background: #fff;
}

.tile-list .bottom .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.tile-list .bottom .date span {
  font-weight: bold;
  margin-left: 10px;
  font-size: 1.2rem;
  color: rgb(255, 165, 59);
}

.tile-list .bottom .text {
  font-size: 1.4rem;
}

.tile-list.blog-list .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-elipsis {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.btn-more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.btn-more .btn1 {
  width: 380px;
  text-align: center;
}

.front-news {
  background: #F5F7F8;
  margin-top: 75px;
  padding: 75px;
}
.front-news .news-content {
  width: 1200px;
  margin: 0 auto;
}
.front-news .news-content .news-list {
  margin-top: 30px;
}
.front-news .news-content .news-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.front-news .news-content .news-list a .date {
  font-weight: bold;
  color: #777;
  margin-right: 1em;
}

.service-top {
  display: flex;
}
.service-top img {
  width: 50%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-top .texts {
  padding: 80px;
  line-height: 1.8;
  width: 50%;
}
.service-top .texts h3 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.service-top:nth-child(even) {
  flex-direction: row-reverse;
}

.service-content {
  padding: 60px 0 0;
}
.service-content .top-text {
  max-width: 1300px;
  max-width: 100%;
  margin: 0 auto 60px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.8rem;
}
.service-content h2 {
  text-align: center;
  color: #137DC8;
  font-size: 2.5rem;
}
.service-content .service-check {
  margin-bottom: 100px;
  background: #F5F7F8;
  padding: 60px 0;
}
.service-content .service-check ul {
  text-align: center;
  width: 600px;
  margin: 50px auto;
  text-align: left;
}
.service-content .service-check ul li {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  align-items: center;
}
.service-content .service-check ul li i {
  color: #137DC8;
  margin-right: 10px;
  font-size: 2rem;
}
.service-content .strong-point-wrap {
  margin-bottom: 100px;
}
.service-content .strong-point {
  margin-top: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.service-content .strong-point .item {
  width: 350px;
  margin: 0 30px;
}
.service-content .strong-point i {
  color: #fff;
  background: #137DC8;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 4rem;
  margin: 0 auto 20px;
}
.service-content .strong-point .bold {
  margin-bottom: 1em;
  font-weight: bold;
}

.service-content.service-description {
  padding-bottom: 0;
}
.service-content.service-description h2 {
  margin-bottom: 50px;
}
.service-content .service-top {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.service-content.tools .text-center {
  margin-top: 30px;
}
.service-content.tools img {
  margin: 30px auto;
}

.phase-works {
  margin: 80px 0;
}
.phase-works h3 {
  background: #000;
  width: 1300px;
  max-width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
}

.works-top-wrap {
  background: #C9CCD3;
  background-image: linear-gradient(to top right, #93a5cf 0%, #e4efe9 100%);
  background-blend-mode: lighten;
}

.works-top {
  width: 1000px;
  max-width: 100%;
  height: 680px;
  padding: 50px 0;
  position: relative;
  margin: 0 auto;
}

.works-top .pc-block {
  position: absolute;
  width: 977px;
  height: 620px;
  top: 50px;
  left: calc(50% - 491px);
  overflow: hidden;
  margin: 0 auto;
}

.works-top .background {
  z-index: 2;
}

.works-top .pc-block img {
  position: absolute;
}

.works-top .pc-block .pc-image {
  position: absolute;
  overflow: hidden;
  top: 40px;
  left: 110px;
  width: 750px;
  height: 480px;
}

.works-top .pc-block .pc-image img {
  width: 100%;
}

.works-top .sp-block {
  position: absolute;
  width: 228px;
  height: 439px;
  bottom: 40px;
  right: 0;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
}

.works-top .sp-block img {
  position: absolute;
}

.works-top .sp-block .sp-image {
  position: absolute;
  overflow: hidden;
  left: 20px;
  top: 28px;
  width: 190px;
  height: 390px;
  overflow: hidden;
}

.works-top .sp-block .sp-image img {
  width: 100%;
}

.works-main {
  position: relative;
  max-width: 930px;
  margin: 50px auto 100px;
}

.works-main img {
  width: 100%;
  height: auto;
}

.total-time {
  font-weight: bold;
  text-align: center;
  background: #F5F7F8;
  padding: 1em;
}

.works-flow {
  display: flex;
  margin-top: 60px;
  margin-bottom: 10px;
  position: relative;
}
.works-flow .works-flow-item {
  flex: 1;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 10px;
}
.works-flow .works-flow-item .count {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #137DC8;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.works-flow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  right: 0;
  height: 3px;
  background: #137DC8;
  z-index: -1;
  display: block;
}

.text-block {
  margin-top: 50px;
}
.text-block .title1 {
  margin-bottom: 0.5em;
}
.text-block .text-detail {
  line-height: 1.8;
}

.works-status {
  background: #137DC8;
  box-shadow: 15px 15px 0 #F5F7F8;
  color: #FFF;
  padding: 25px;
  max-width: 930px;
  box-sizing: border-box;
  margin: 30px auto;
}
.works-status .category_box {
  display: flex;
}
.works-status .category_box .category1 {
  margin-bottom: 0.5em;
}
.works-status .category_box a.tag {
  background: #fff;
  border-radius: 3px;
  color: #137DC8;
  font-size: 1.2rem;
  padding: 2px 5px;
  margin-right: 5px;
}
.works-status .category_box a.tag2 {
  background: #137DC8;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 1.1rem;
  padding: 1px 5px;
  color: #fff;
}

.works-status .title {
  font-size: 2.2rem;
  margin-bottom: 3px;
}

.works-status .url a {
  color: #FFF;
  font-size: 1.2rem;
}

.works-status .category {
  display: flex;
  margin-top: 20px;
}

.works-status .category span {
  display: inline-block;
  border: 1px solid #FFF;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
}

.preview {
  margin-top: 100px;
  position: relative;
}

.preview .hards {
  z-index: 2;
  position: relative;
}

.preview .pc_image {
  position: absolute;
  top: 59px;
  left: 110px;
  width: 520px;
  height: 280px;
}

.preview .sp_image {
  position: absolute;
  top: 68px;
  right: 50px;
  width: 158;
  height: 282px;
}

.works-text {
  margin: 40px 0 80px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.works-text a {
  color: #137DC8;
  text-decoration: underline;
}

.works-text-tech {
  border: 3px solid #137DC8;
  max-width: 930px;
  margin: 70px auto;
  position: relative;
  padding: 30px;
}

.works-text-tech h2 {
  position: absolute;
  display: inline-block;
  left: -20px;
  top: -20px;
  background: #FFF;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #137DC8;
}

.works-text-tech dt {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}

.works-text-tech dd {
  margin-bottom: 15px;
}

.works-content {
  margin-bottom: 50px;
  line-height: 1.8;
}

.pager {
  background: #F5F7F8;
  padding: 30px;
  text-align: center;
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin: 50px auto 50px;
}

.pager a,
.pager span {
  text-decoration: none;
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 3px;
  font-weight: bold;
}

.pager .next {
  position: absolute;
  right: 30px;
}

.pager .prev {
  position: absolute;
  left: 30px;
}

.pager .current {
  opacity: 0.5;
}

.single-article {
  background: #F5F7F8;
}
.single-article .d-flex {
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 50px 0;
}
.single-article .left-box {
  width: 850px;
}
.single-article .right-box {
  width: 300px;
}

.article-content {
  background: #fff;
  padding: 50px;
}
.article-content .article-tags {
  font-size: 1.4rem;
  margin-top: 10px;
}
.article-content .article-tags i {
  margin-right: 0.5em;
}
.article-content .article-date {
  font-size: 1.2rem;
}
.article-content .single-title {
  font-size: 3.2rem;
}
.article-content .docs {
  margin-top: 50px;
}
.article-content .docs h1 {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1em;
  line-height: 1.8;
  margin-top: 2em;
}
.article-content .docs h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  line-height: 1.8;
  margin-top: 2em;
}
.article-content .docs p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.article-content .docs a {
  color: #137DC8;
}
.article-content .docs a:hover {
  text-decoration: underline;
}
.article-content .docs ul {
  list-style-type: disc;
  margin-bottom: 2em;
  list-style-position: inside;
  padding: 0;
}
.article-content .docs ol {
  list-style-type: decimal;
  margin-bottom: 2em;
  list-style-position: inside;
  padding: 0;
}
.article-content .docs li {
  margin-bottom: 0.5em;
}
.article-content .docs blockquote {
  border-left: 5px solid #ccc;
  padding-left: 1em;
  margin-bottom: 2em;
}
.article-content .docs blockquote cite {
  font-size: 1.2rem;
  color: #999;
}
.article-content .docs figure {
  margin-bottom: 2em;
}
.article-content .docs .wp-block-image img {
  max-width: 100%;
}
.article-content .docs table {
  border-color: #ccc;
  font-size: 1.4rem;
}
.article-content .docs table * {
  border-color: #ccc;
}
.article-content .docs table tr:nth-child(even) {
  background: #eee;
}
.article-content .docs figcaption {
  text-align: center;
  font-size: 1.2rem;
  color: #999;
}
.article-content .docs pre:not(.prism) {
  background: #34352e;
  padding: 2em;
  color: #fff;
  margin-bottom: 2em;
}
.article-content .docs img {
  max-width: 100%;
}
.article-content .docs div {
  max-width: 100%;
}

.share {
  margin-bottom: 20px;
}

.share-box {
  display: flex;
}

.share a {
  color: #FFF;
  display: flex;
  width: 25%;
  height: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.share a.twitter {
  background: #55acee;
}

.share a.facebook {
  background: #3B5998;
}

.share a.google {
  background: #dd4b39;
}

.share a.hatena {
  background: #008FDE;
}

.share a.hatena img {
  height: 20px;
  vertical-align: middle;
}

.sidebar {
  position: sticky;
  top: 80px;
  left: 0;
}
.sidebar .categories {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}
.sidebar .categories a {
  margin-right: 0.5em;
}
.sidebar .categories a:hover {
  text-decoration: underline;
}

.company-top {
  background: url(../img/68953315-trans-nagoya-station-japan.jpg);
  background-size: cover;
  padding: 80px 0;
}

.company-top-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.company-top-content .title01 {
  margin-bottom: 30px;
  font-size: 3rem;
}

.company-top-content .page-text {
  margin-bottom: 0;
  line-height: 2;
}

.tbl01 {
  border-collapse: collapse;
  width: 100%;
  margin: 30px auto 0;
  border-bottom: 2px solid #EFEFEF;
}

.tbl01 th,
.tbl01 td {
  border-top: 2px solid #EFEFEF;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}

.tbl01 th {
  width: 200px;
  font-weight: bold;
}

.company-contents {
  width: 960px;
  max-width: 100%;
  margin: 80px auto;
}
.company-contents .page-section {
  margin-bottom: 100px;
}
.company-contents .tbl01 a {
  color: #137DC8;
}
.company-contents .tbl01 a:hover {
  text-decoration: underline;
}

#map {
  height: 400px;
  width: 100%;
}

.recruit {
  width: 960px;
  max-width: 100%;
  margin: 80px auto;
}
.recruit .recruit-text {
  margin-bottom: 50px;
  line-height: 1.8;
}

.row.bg-gray {
  background: #F5F7F8;
}

.row .box {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.recruit-text {
  padding-right: 300px;
  background: url(../img/bg_recruit.png) no-repeat;
  background-size: 800px;
  background-position: 100%;
  padding: 120px 0;
  margin: -50px 0;
}

.recruit-text .recruit-top-text {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8;
}

.recruit-text .text {
  width: 600px;
  max-width: 100%;
  line-height: 1.6;
  font-weight: bold;
}

.recruit-text .recruit-btn a {
  display: inline-block;
  padding: 10px 20px;
  background: #137DC8;
  margin-top: 15px;
  color: #FFF;
}

.contact-wrap {
  background: #FFF;
  padding: 30px;
}

.contact-wrap h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

.contact-wrap .form-item {
  margin-bottom: 30px;
}

.contact-wrap .form-item label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.contact-wrap .form-item label .requied {
  background: rgb(255, 105, 105);
  color: #FFF;
  padding: 4px;
  font-size: 1.2rem;
  border-radius: 2px;
  margin-left: 10px;
}

.contact-wrap .form-item select {
  padding: 15px 10px;
  min-width: 50%;
  border: 1px solid #CCC;
  background: #fff;
}

.contact-wrap .form-item [type=text],
.contact-wrap .form-item [type=tel],
.contact-wrap .form-item textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: #fff;
}

.contact-wrap .form-item [type=checkbox] {
  background: #fff;
}

.contact-wrap .form-item textarea {
  resize: vertical;
  height: 200px;
}

.form-privacy {
  height: 200px;
  overflow-y: auto;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 30px;
}

.privacy-check {
  margin: 15px 0;
  text-align: center;
}

.contact-wrap .form-item .privacy-check label {
  display: inline-block;
  font-weight: normal;
}

.contact-wrap .form-item .privacy-check [type=checkbox] {
  vertical-align: text-top;
  margin-right: 5px;
}

.submit-button .btn1 {
  margin: 0 auto;
  width: 300px;
}

.privacy-check {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-check label {
  margin-bottom: 0 !important;
}

.page-wrap {
  padding: 50px 0;
  background: #F5F7F8;
}
.page-wrap .docs {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5%;
}

.page-404 {
  background: #333;
  padding: 100px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.5);
}

.blog-author-box {
  padding: 3rem;
  margin-top: 4rem;
  color: #212529;
  background: #FFF;
  border: 3px solid #DDD;
  border-radius: 0.4rem;
  position: relative;
}

.blog-post-heading {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  background: #3B5998;
  color: #FFF;
  position: absolute;
  top: -15px;
  left: 15px;
}

.blog-author-inner {
  display: flex;
}

.blog-author-1 {
  width: 120px;
  padding: 10px;
  margin-right: 20px;
  text-align: center;
}
.blog-author-1 .blog-author-name {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-top: 1rem;
}
.blog-author-1 .blog-author-name .name-before {
  margin-right: 10px;
}
.blog-author-1 img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.blog-author-2 {
  width: calc(100% - 140px);
  padding: 10px;
  word-break: break-all;
}

@media screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
  }
  .header-right {
    display: none;
  }
  .drower-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: #137DC8;
    z-index: 999999;
    justify-content: flex-start;
    align-items: center;
    transition: left 0.2s;
  }
  .drower-menu.show {
    left: 0;
  }
  .drower-menu.show .fa-times {
    position: absolute;
  }
  .drower-menu nav {
    border-left: 4px solid #fff;
    margin-left: 15%;
  }
  .drower-menu nav a {
    display: block;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .drower-menu .fa-times {
    right: 25px;
    top: 25px;
    color: #fff;
    font-size: 2rem;
  }
  .system-header .drower-btn, .fixed-header .drower-btn {
    display: inline-block;
  }
  .system-header {
    padding: 5%;
  }
  .system-header.front-header {
    display: block;
    padding: 10px 0 5px;
  }
  .system-header.front-header span {
    color: #999;
  }
  .system-header.front-header .header-left .header-logo {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .system-header.front-header .header-left .header-logo img {
    display: inline-block;
    margin-top: 10px;
    height: 25px;
  }
  .system-header nav {
    display: none;
  }
  .system-header nav a {
    margin: 0;
  }
  .system-header.front-header nav {
    display: flex;
    justify-content: space-around;
  }
  .fixed-header nav {
    display: none;
  }
  .fixed-header {
    padding: 5%;
  }
  .system-header .header-left .header-logo img, .fixed-header .header-left .header-logo img {
    height: 15px;
    margin: 0;
  }
  .front-content {
    max-width: 100%;
    padding: 5%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .front-content .text-content {
    width: 100%;
  }
  .front-content img {
    position: static;
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 30px;
  }
  .front-content .title {
    font-size: 4rem;
    margin-bottom: 0;
  }
  .front-content .copy {
    font-size: 2rem;
  }
  .main-visual {
    padding: 0;
  }
  .main-visual:before, .main-visual:after {
    content: none;
  }
  .main-visual img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-content2-wrap .front-content2 .text-content > .title {
    font-size: 4rem;
    margin-bottom: 0;
  }
  .front-content2-wrap .front-content2 .copy {
    font-size: 2rem;
  }
  .front-phase {
    flex-wrap: wrap;
  }
  .front-phase .front-phase-item {
    width: calc(50% - 1px);
    margin-bottom: 2px;
    padding: 5%;
  }
  .front-phase .front-phase-item img {
    height: 50px;
  }
  .front-content2 .front-phase-list {
    display: flex;
    margin-top: 50px;
  }
  .front-content2 .front-phase-list .top-arrow-vertical {
    display: block;
    position: sticky;
    height: calc(100vh - 100px);
    max-height: 300px;
    top: 70px;
    margin-left: 10px;
  }
  .front-content2 .top-arrow {
    display: none;
  }
  .front-content2 .front-phase {
    display: block;
    margin-top: 0;
    width: calc(100% - 50px);
  }
  .front-content2 .front-phase-item {
    width: 100%;
  }
  .front-section {
    margin-top: 50px;
  }
  .front-section .btn-more {
    margin-top: 0;
  }
  .tile-list {
    display: block;
    padding: 0 5%;
  }
  .tile-list .item .img-block .sp-block {
    display: none;
  }
  .tile-list .item .img-block .background {
    display: none;
  }
  .tile-list .item .img-block .pc-block {
    width: 100%;
    height: 60vw;
    position: static;
  }
  .tile-list .item .img-pc {
    position: static;
    width: 100%;
    height: 60vw;
    overflow: hidden;
    border: 1px solid #eee;
  }
  .tile-list .item .img-pc img {
    width: 100%;
  }
  .tile-list .item .img-block {
    width: 100%;
    height: 60vw;
  }
  .front-news {
    padding: 5%;
  }
  .front-news .news-content {
    width: 100%;
  }
  .front-news .news-content .news-list a .date {
    display: block;
  }
  .footer-contact {
    padding: 10% 5%;
  }
  .footer-contact .footer-contact-btns {
    display: block;
  }
  .footer-contact .contact-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-contact .footer-contact-btns > * {
    padding: 10px;
    height: 100px;
  }
  .footer-contact .footer-contact-btns .phone .num {
    font-size: 2rem;
  }
  .footer-content {
    display: block;
    padding-bottom: 0;
  }
  .footer-content .footer-col:first-of-type,
  .footer-content .footer-col {
    width: 100%;
  }
  .footer-content .footer-col {
    padding: 15px 5%;
  }
  .service-top {
    display: block;
  }
  .service-top img {
    width: 100%;
    height: 200px;
  }
  .service-top .texts {
    padding: 50px 5%;
    width: 100%;
  }
  .service-top .texts h3 {
    font-size: 2.5rem;
  }
  .service-content .service-top {
    margin: 0;
  }
  .front-content2-wrap .front-content2 {
    padding: 50px 5% 5%;
  }
  .archive-list {
    display: block;
  }
  .archive-list .item {
    width: 100%;
  }
  .service-content .strong-point {
    display: block;
  }
  .service-content .service-check {
    padding: 50px 5% 5%;
  }
  .service-content .service-check ul {
    width: 100%;
    margin-bottom: 0;
  }
  .service-content .strong-point .item {
    width: 100%;
    margin: 0 0 50px;
  }
  .service-content .top-text {
    font-weight: normal;
    text-align: left !important;
    padding: 5%;
  }
  .service-content .top-text br {
    display: none;
  }
  .service-content {
    padding: 50px 5% 0;
  }
  .pager {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .pager a.page-numbers, .pager span.page-numbers {
    display: none;
  }
  .pager a.next, .pager span.next {
    display: block;
    position: static;
  }
  .pager a.prev, .pager span.prev {
    display: block;
    position: static;
  }
  .company-contents {
    padding: 10% 5%;
    margin: 0;
  }
  .tbl01 th, .tbl01 td {
    width: 100%;
    display: block;
  }
  .tbl01 th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .tbl01 td {
    border-top: none;
    padding-top: 10px;
  }
  .recruit-text {
    margin: 0;
    background: none;
    padding: 0 5%;
  }
  .recruit-text .recruit-top-text {
    font-size: 1.6rem;
  }
  .recruit-text .text {
    font-weight: normal;
  }
  .single-article .d-flex {
    display: block !important;
    width: 100%;
    padding: 0;
  }
  .single-article .left-box {
    width: 100%;
  }
  .article-content {
    padding: 10% 5%;
  }
  .single-article .right-box {
    width: 100%;
  }
  .share {
    margin-bottom: 0;
  }
  .page-title {
    height: auto;
    padding: 50px;
    background-size: cover;
  }
  .page-title h1 {
    margin-bottom: 0;
  }
  .btn-more {
    padding: 0 5%;
  }
  .btn-more .btn1 {
    width: 100%;
  }
  .page-wrap {
    padding: 0;
    background: #F5F7F8;
  }
  .page-wrap .docs {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5%;
  }
  .works-top {
    height: auto;
    padding: 0;
  }
  .works-top .pc-block {
    position: static;
    width: 100%;
    height: auto;
  }
  .works-top .pc-block .background {
    display: none;
  }
  .works-top .pc-block .pc-image {
    position: static;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
  }
  .works-top .pc-block .pc-image img {
    width: 100%;
    position: static;
  }
  .works-top .sp-block {
    display: none;
  }
  .works-main {
    margin-top: 0;
    padding: 50px 5% 0;
  }
  .works-main .works-text {
    padding: 5%;
    margin: 0;
  }
  .works-status {
    margin-top: 50px;
  }
  .works-flow {
    display: block;
    text-align: left;
    margin-top: 20px;
    background: #F5F7F8;
    padding: 5%;
    margin: 0;
  }
  .works-flow .works-flow-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
  }
  .works-flow .works-flow-item .count {
    margin: 0 20px 0 0;
    z-index: 2;
  }
  .works-flow .works-flow-item .title {
    max-width: calc(100% - 50px);
  }
  .works-flow .works-flow-item:last-of-type {
    margin-bottom: 0;
  }
  .works-flow:after {
    width: 3px;
    top: calc(10px + 5%);
    bottom: calc(10px + 5%);
    height: auto;
    left: calc(23.5px + 5%);
    z-index: 1;
  }
  .total-time {
    border-top: 1px solid #eee;
  }
  .article-content .docs pre:not(.prism) {
    padding: 0.5em;
  }
  .blog-author-box {
    padding: 2rem;
  }
  .blog-author-inner {
    flex-direction: column;
  }
  .blog-author-1 {
    width: 180px;
    border-right: none;
    margin: 0 auto;
    text-align: center;
  }
  .blog-author-1 img {
    margin: 0 auto 1rem auto;
    width: 50%;
  }
  .blog-author-2 {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */