@charset "UTF-8";
.page_header {
  background-color: #e6e6e6;
  background-image: url(../images/common/page_header_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1280px;
  height: 280px;
  margin: 0 auto 80px auto;
  padding: 0 100px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page_header {
    height: 160px;
    margin: 0 auto 40px auto;
    padding: 0 3.75%;
  }
}
.page_header h1 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.2;
}
.page_header h1 span {
  color: #1575b5;
  font-family: "Roboto";
  font-size: 56.25%;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.page_content a:link, .page_content a:visited {
  color: inherit;
}
.page_content__wrapper {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}
.page_content__wrapper--lg {
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .page_content__wrapper--lg {
    width: 96%;
  }
}
.page_content__nav {
  line-height: 1.2;
  margin: 120px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page_content__nav {
    margin: 60px auto 0 auto;
  }
}
.page_content__nav--index {
  margin: 0 auto;
}
.page_content__nav--center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page_content__nav--center {
    justify-content: flex-start;
  }
}
.page_content__nav li {
  width: calc((100% - 120px) / 3);
  border-bottom: 1px #cccccc solid;
}
@media screen and (max-width: 1024px) {
  .page_content__nav li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .page_content__nav li {
    width: 48.125%;
  }
}
.page_content__nav li:not(:nth-of-type(3n + 1)) {
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .page_content__nav li:not(:nth-of-type(3n + 1)) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page_content__nav li:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_content__nav li:nth-of-type(even) {
    margin-left: 3.75%;
  }
}
.page_content__nav li a {
  color: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px 30px 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page_content__nav li a {
    padding: 15px 20px 15px 0;
  }
}
.page_content__nav li a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px #1575b5 solid;
  border-right: 2px #1575b5 solid;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.page_content__nav li a:hover {
  opacity: 0.8;
}
.page_content__nav li a span {
  font-weight: 600;
}
.page_content section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .page_content section {
    margin-top: 60px;
  }
}

.c-title {
  font-size: 175%;
  font-weight: 700;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 2px #e6e6e6 solid;
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
.c-title:before {
  content: "";
  background-color: #1575b5;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-title:before {
    width: 32px;
  }
}

.c-btn {
  color: #ffffff !important;
  background-color: #1575b5;
  width: 100%;
  max-width: 400px;
  height: 60px;
  font-size: 112.5%;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 84%;
    height: 48px;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn span {
  font-weight: 500;
}

.c-solutionList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-solutionList {
    display: block;
  }
}
.c-solutionList article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-solutionList article {
    padding: 20px 3.75%;
  }
}
.c-solutionList article div h3 {
  font-size: 112.5%;
  flex-shrink: 0;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .c-solutionList article div h3 {
    margin-right: 0;
  }
}
.c-solutionList article div h3 span {
  font-family: "Roboto";
  font-size: 200%;
  font-weight: 300;
  letter-spacing: -0.01em;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-solutionList article div h3 span {
    margin-bottom: 5px;
  }
}
.c-solutionList article div h3 span strong {
  font-weight: 700;
  margin-right: 0.25em;
  display: inline-block;
}
.c-solutionList article .level1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-solutionList article .level1 {
    margin-top: 20px;
  }
}
.c-solutionList article .level1 > li {
  margin-top: 10px;
}
.c-solutionList article .level1 > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-solutionList article .level1 > li > div > a {
  width: calc(100% - 25px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-solutionList article .level1 > li > div > a figure {
  width: 140px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-solutionList article .level1 > li > div > a figure {
    width: 100px;
  }
}
.c-solutionList article .level1 > li > div > a figure img {
  width: 100%;
}
.c-solutionList article .level1 > li > div > a p {
  width: calc(100% - 140px);
  font-size: 112.5%;
  font-weight: 700;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-solutionList article .level1 > li > div > a p {
    width: calc(100% - 100px);
    padding: 0 15px;
  }
}
.c-solutionList article .level1 > li > div i {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.c-solutionList article .level1 > li > div i:before, .c-solutionList article .level1 > li > div i:after {
  content: "";
  background-color: #ffffff;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-solutionList article .level1 > li > div i:after {
  transform: rotate(90deg);
}
.c-solutionList article .level1 > li > div i.is-open:after {
  content: none;
}
.c-solutionList article .level2 {
  font-size: 112.5%;
  display: none;
}
.c-solutionList article .level2 > li {
  list-style-type: disc !important;
}
.c-solutionList article .level2 > li:nth-of-type(n + 2) {
  margin-top: 0.5em;
}
.c-solutionList article .level2 > li a {
  color: inherit;
  font-weight: 500;
}
.c-solutionList article .level2 > li a span {
  font-size: 77.777777%;
  font-weight: 500;
}
.c-solutionList article .level2 > li a:hover {
  opacity: 0.8;
}
.c-solutionList article.office {
  background-image: url(../images/common/solutionList_bg01_pc.jpg);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-solutionList article.office {
    background-image: url(../images/common/solutionList_bg01_sp.jpg);
  }
}
.c-solutionList article.office > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-solutionList article.office > div {
    display: block;
  }
}
.c-solutionList article.office > div h3 span {
  color: #1575b5;
}
@media screen and (max-width: 1024px) {
  .c-solutionList article.office > div > p {
    margin-top: 20px;
  }
}
.c-solutionList article.office .level1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-solutionList article.office .level1 {
    display: block;
  }
}
.c-solutionList article.office .level1 > li {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 1024px) {
  .c-solutionList article.office .level1 > li {
    width: 100%;
  }
}
.c-solutionList article.office .level1 > li > div a {
  color: #1575b5;
}
.c-solutionList article.office .level1 > li > div i {
  background-color: #1575b5;
}
.c-solutionList article.office .level2 {
  margin: 50px auto 0 1em;
}
@media screen and (max-width: 1024px) {
  .c-solutionList article.office .level2 {
    margin: 20px auto 40px 1em;
  }
}
.c-solutionList article.office .level2 li::marker {
  color: #1575b5;
}
.c-solutionList article.smart, .c-solutionList article.environment {
  width: calc((100% - 40px) / 2);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-solutionList article.smart, .c-solutionList article.environment {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-solutionList article.smart, .c-solutionList article.environment {
    margin-top: 20px;
  }
}
.c-solutionList article.smart > div > p, .c-solutionList article.environment > div > p {
  margin-top: 20px;
}
.c-solutionList article.smart .level2, .c-solutionList article.environment .level2 {
  margin: 20px auto 40px 1em;
}
.c-solutionList article.smart {
  background-image: url(../images/common/solutionList_bg02.jpg);
}
.c-solutionList article.smart div h3 span {
  color: #ff8800;
}
.c-solutionList article.smart .level1 > li > div > a {
  color: #ff8800;
}
.c-solutionList article.smart .level1 > li > div i {
  background-color: #ff8800;
}
.c-solutionList article.smart .level2 li::marker {
  color: #ff8800;
}
.c-solutionList article.environment {
  background-image: url(../images/common/solutionList_bg03.jpg);
}
.c-solutionList article.environment div h3 span {
  color: #009744;
}
.c-solutionList article.environment .level1 > li > div > a {
  color: #009744;
}
.c-solutionList article.environment .level1 > li > div i {
  background-color: #009744;
}
.c-solutionList article.environment .level2 li::marker {
  color: #009744;
}

.sec_contact {
  color: #ffffff;
  background-color: #1575b5;
  background-image: url(../images/common/sec_contact_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 120px auto 0 auto;
  padding: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .sec_contact {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact {
    margin: 60px auto 0 auto;
    padding: 40px 2%;
  }
}
.sec_contact h2 {
  font-size: 175%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_contact h2 {
    margin-bottom: 20px;
  }
}
.sec_contact h2 span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 64.285714%;
  font-family: "Roboto";
  font-weight: 500;
  display: block;
}
.sec_contact ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec_contact ul {
    display: block;
  }
}
.sec_contact ul li {
  width: calc((100% - 40px) / 2);
  margin-top: 40px;
  padding: 30px;
  border: 1px #ffffff solid;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .sec_contact ul li {
    width: calc((100% - 20px) / 2);
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .sec_contact ul li {
    width: 100%;
    margin-top: 20px;
    padding: 15px 2%;
  }
}
.sec_contact ul li h3 {
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_contact ul li h3 {
    margin-bottom: 20px;
  }
}
.sec_contact ul li:nth-of-type(1) dl dt {
  font-size: 112.5%;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_contact ul li:nth-of-type(1) dl dt a {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 300%;
  font-weight: 700;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_contact ul li:nth-of-type(1) dl dt a {
    font-size: 230%;
  }
}
.sec_contact ul li:nth-of-type(1) dl dt a:before {
  content: "";
  background-image: url(../images/common/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  display: inline-block;
}
.sec_contact ul li:nth-of-type(1) dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.sec_contact ul li:nth-of-type(1) dl dd span:nth-of-type(1) {
  font-size: 112.5%;
  font-weight: 700;
  margin: 0 1em;
}
.sec_contact ul li:nth-of-type(1) dl dd span:nth-of-type(2) {
  font-size: 87.5%;
}
@media screen and (max-width: 1024px) {
  .sec_contact ul li:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact ul li:nth-of-type(2) {
    margin-top: 20px;
  }
}
.sec_contact ul li:nth-of-type(2) a {
  color: #1575b5;
  background-color: #ffffff;
  width: 100%;
  max-width: 410px;
  height: 72px;
  font-size: 112.5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec_contact ul li:nth-of-type(2) a {
    height: 40px;
  }
}
.sec_contact ul li:nth-of-type(2) a span {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.sec_contact ul li:nth-of-type(2) a span:before {
  content: "";
  background-image: url(../images/common/icon_email.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
  margin-right: 20px;
  display: inline-block;
}
.sec_contact ul li:nth-of-type(2) a:hover {
  text-decoration: none;
}

.form_common {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .form_common {
    margin: 20px auto 0 auto;
  }
}
.form_common dl {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  border-bottom: 1px #cccccc solid;
}
@media screen and (max-width: 768px) {
  .form_common dl {
    padding: 20px 3.75%;
    flex-direction: column;
  }
}
.form_common dl dt {
  color: #1575b5;
  width: 36%;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form_common dl dt {
    width: 100%;
    line-height: 1.6;
  }
}
.form_common dl dd {
  width: 64%;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form_common dl dd {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.form_common dl dd input[type=text],
.form_common dl dd input[type=email],
.form_common dl dd select,
.form_common dl dd textarea {
  background-color: #ffffff;
  width: 100%;
  font-family: inherit;
  font-size: 100%;
  border: 1px #cccccc solid;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
}
.form_common dl dd input[type=text]::-moz-placeholder, .form_common dl dd input[type=email]::-moz-placeholder, .form_common dl dd select::-moz-placeholder, .form_common dl dd textarea::-moz-placeholder {
  color: #cccccc;
}
.form_common dl dd input[type=text]::placeholder,
.form_common dl dd input[type=email]::placeholder,
.form_common dl dd select::placeholder,
.form_common dl dd textarea::placeholder {
  color: #cccccc;
}
.form_common dl dd input[type=text],
.form_common dl dd input[type=email],
.form_common dl dd select {
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
}
.form_common dl dd input[type=text].half,
.form_common dl dd input[type=email].half,
.form_common dl dd select.half {
  width: 50%;
}
.form_common dl dd textarea {
  line-height: 1.5;
  padding: 1em;
}
.form_common dl dd .mwform-tel-field input[type=text] {
  width: auto;
}
.form_common__required {
  color: #ffffff;
  background-color: #c60b0b;
  font-size: 66.666666%;
  font-weight: 500;
  line-height: 20px;
  margin-left: 20px;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .form_common__required {
    line-height: 16px;
    margin-left: 10px;
  }
}
.form_common__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_common__name p {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form_common__name p span:not(.error) {
  width: 3em;
}
.form_common__name p input {
  width: calc(100% - 3em) !important;
}
.form_common__radio label {
  display: flex;
  align-items: center;
}
.form_common__privacy {
  margin-top: 20px;
}
.form_common__privacy ol {
  width: 100%;
  max-width: 680px;
  height: 200px;
  line-height: 1.75;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  border: 1px #cccccc solid;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .form_common__privacy ol {
    padding: 20px 3.75%;
  }
}
.form_common__privacy p {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .form_common__privacy p {
    margin-top: 20px;
  }
}
.form_common__privacy p label {
  padding-left: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form_common__privacy p label {
    padding-left: 36px;
  }
}
.form_common__privacy p label:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px #cccccc solid;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .form_common__privacy p label:before {
    width: 26px;
    height: 26px;
  }
}
.form_common__privacy p label span {
  display: inline-block;
}
.form_common__privacy p input[type=checkbox] {
  display: none;
}
.form_common__privacy p input[type=checkbox]:checked + span:before {
  content: "";
  background-image: url(../images/common/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .form_common__privacy p input[type=checkbox]:checked + span:before {
    width: 19px;
    height: 14px;
    left: 3.5px;
  }
}
.form_common__btns {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form_common__btn {
  color: #ffffff;
  background-color: #1575b5;
  width: 100%;
  max-width: 400px;
  font-family: inherit;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 80px;
  margin: 40px 20px 0 20px;
  display: block;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form_common__btn {
    line-height: 40px;
    margin: 20px 10px 0 10px;
  }
}
.form_common__btn:hover {
  opacity: 0.8;
}
.form_common__btn:disabled {
  background-color: #cccccc;
}
.form_common__btn:disabled:hover {
  opacity: 1;
  cursor: auto;
}

.mw_wp_form_confirm .form_common dl dt,
.mw_wp_form_confirm .form_common dl dd {
  line-height: 1.6;
}
.mw_wp_form_confirm .form_common__emailCheck, .mw_wp_form_confirm .form_common__privacy {
  display: none;
}

a[data-lity] {
  display: block;
  position: relative;
}
a[data-lity]:after {
  content: "";
  background-color: #1575b5;
  background-image: url(../images/common/icon_zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  a[data-lity]:after {
    background-size: 11px 11px;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 0;
  }
}
a[data-lity] img {
  width: 100%;
  max-width: 640px;
}

.js-accordion dt {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.top_title {
  font-size: 118.75%;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .top_title {
    font-size: 125%;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.top_title span {
  color: #1575B5;
  font-family: "Roboto";
  font-size: 189.473684%;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_title span {
    font-size: 213.333333%;
    margin-bottom: 5px;
  }
}
.top .mv {
  width: 100%;
}
.top .mv .slick-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.top .mv_text {
  width: 96%;
  max-width: 1280px;
  height: 100%;
  max-height: 480px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .mv_text.first {
  align-items: center;
  margin: auto;
}
.top .mv_text.first p {
  color: #0E292B;
  font-size: 175%;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: -0.01em;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top .mv_text.first p {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .mv_text.first p {
    font-size: 133.333333%;
    padding: 0 8%;
  }
}
@media screen and (max-width: 768px) {
  .top .mv_text.first p br {
    display: none;
  }
}
.top .mv_text.solution {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top .mv_text.solution {
    align-items: center;
  }
}
.top .mv_text.solution dl {
  margin-bottom: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .top .mv_text.solution dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .mv_text.solution dl {
    margin-bottom: 0;
    padding: 0 4%;
  }
}
.top .mv_text.solution dl dt {
  font-size: 300%;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .top .mv_text.solution dl dt {
    font-size: 250%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top .mv_text.solution dl dt {
    font-size: 233.333333%;
  }
}
.top .mv_text.solution dl dt span {
  font-family: "Roboto";
  font-size: 50%;
  font-weight: 300;
  letter-spacing: -0.01em;
  display: block;
}
@media screen and (max-width: 768px) {
  .top .mv_text.solution dl dt span {
    font-size: 64.285714%;
    margin-bottom: 10px;
  }
}
.top .mv_text.solution dl dt span strong {
  font-weight: 700;
  margin-right: 0.25em;
  display: inline-block;
}
.top .mv_text.solution dl dd {
  font-size: 131.25%;
}
@media screen and (max-width: 768px) {
  .top .mv_text.solution dl dd {
    font-size: 100%;
    letter-spacing: -0.04em;
  }
}
.top .mv_text.solution.office dl dt span {
  color: #1575B5;
}
.top .mv_text.solution.smart dl dt span {
  color: #FF8800;
}
.top .mv_text.solution.environment dl dt span {
  color: #009744;
}
.top_keywords {
  margin-top: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px #1575B5 solid;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top_keywords {
    margin-top: 20px;
    padding: 20px;
  }
}
.top_keywords p {
  color: #1575B5;
  width: 180px;
  font-size: 112.5%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top_keywords p {
    width: 130px;
  }
}
.top_keywords ul {
  width: calc(100% - 180px);
  font-size: 87.5%;
  text-align: center;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_keywords ul {
    width: calc(100% - 130px);
    padding: 0 20px;
  }
}
.top_keywords ul li {
  margin: 0 5px;
}
.top_keywords ul li a {
  color: #ffffff;
  background-color: #1575B5;
  width: 100%;
  height: 48px;
  line-height: 1.2;
  padding: 0 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .top_keywords ul li a {
    height: 30px;
    border-radius: 15px;
  }
}
.top_keywords ul li a:hover {
  opacity: 0.8;
}
.top_keywords .slick-prev,
.top_keywords .slick-next {
  background-color: #1575B5;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top_keywords .slick-prev,
  .top_keywords .slick-next {
    width: 15px;
    height: 15px;
  }
}
.top_keywords .slick-prev:before,
.top_keywords .slick-next:before {
  content: none;
}
.top_keywords .slick-prev:after,
.top_keywords .slick-next:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px #ffffff solid;
  border-left: 1px #ffffff solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_keywords .slick-prev:after,
  .top_keywords .slick-next:after {
    width: 5px;
    height: 5px;
  }
}
.top_keywords .slick-prev:hover,
.top_keywords .slick-next:hover {
  color: #ffffff;
  background-color: #1575B5;
}
.top_keywords .slick-prev {
  left: 0;
}
.top_keywords .slick-prev:after {
  transform: rotate(-45deg);
}
.top_keywords .slick-next {
  right: 0;
}
.top_keywords .slick-next:after {
  transform: rotate(135deg);
}
.top_solution .c-solutionList {
  width: 80%;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top_solution .c-solutionList {
    width: 92.5%;
    margin: 20px auto 0 auto;
  }
}
.top_solution .c-solutionList article div h3 span {
  font-family: "Roboto";
  font-size: 250%;
}
.top_case-voice {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .top_case-voice {
    margin-top: 60px;
  }
}
.top_case-voice-posts {
  background-color: #F5F5F5;
  padding: 40px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .top_case-voice-posts {
    padding: 20px 0 30px 0;
  }
}
.top_case-voice-posts__wrapper {
  width: calc(80% + 25px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_case-voice-posts__wrapper {
    width: 92.5%;
  }
}
.top_case-voice-posts__wrapper article {
  background-color: #ffffff;
  margin: 10px 12.5px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .top_case-voice-posts__wrapper article {
    margin: 10px 1.25%;
  }
}
.top_case-voice-posts__wrapper article a {
  color: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}
.top_case-voice-posts__wrapper article a:hover {
  opacity: 0.8;
}
.top_case-voice-posts__wrapper article figure {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 66.666666%;
  position: relative;
}
.top_case-voice-posts__wrapper article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top_case-voice-posts__wrapper article div {
  padding: 20px;
  box-sizing: border-box;
}
.top_case-voice-posts__wrapper article div ul {
  margin-bottom: 10px;
}
.top_case-voice-posts__wrapper article div ul li {
  color: #ffffff;
  background-color: #1575B5;
  font-size: 75%;
  line-height: 20px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top_case-voice-posts__wrapper article div ul li {
    padding: 0 20px;
  }
}
.top_case-voice-posts__wrapper article div h3 {
  color: #1575B5;
  font-size: 112.5%;
  font-weight: 700;
}
.top_case-voice-posts__wrapper article div p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top_case-voice-posts__wrapper article div p {
    margin-top: 15px;
  }
}
.top_case-voice-posts__wrapper .slick-track {
  display: flex;
}
.top_case-voice-posts__wrapper .slick-slide {
  height: auto !important;
}
.top_case-voice-posts__wrapper .slick-prev,
.top_case-voice-posts__wrapper .slick-next {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_case-voice-posts__wrapper .slick-prev:before,
.top_case-voice-posts__wrapper .slick-next:before {
  content: none;
}
.top_case-voice-posts__wrapper .slick-prev:after,
.top_case-voice-posts__wrapper .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px #1575B5 solid;
  border-left: 2px #1575B5 solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_case-voice-posts__wrapper .slick-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .top_case-voice-posts__wrapper .slick-prev {
    left: 0;
  }
}
.top_case-voice-posts__wrapper .slick-prev:after {
  transform: rotate(-45deg);
}
.top_case-voice-posts__wrapper .slick-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .top_case-voice-posts__wrapper .slick-next {
    right: 0;
  }
}
.top_case-voice-posts__wrapper .slick-next:after {
  transform: rotate(135deg);
}
.top_case-voice .c-btn {
  margin: -30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top_case-voice .c-btn {
    margin: -20px auto 0 auto;
  }
}
.top_company {
  margin-top: 90px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_company {
    margin-top: 60px;
    padding-top: 40px;
  }
}
.top_company:before {
  content: "";
  background-color: #1575B5;
  background-image: url(../images/top/top_company_bg_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
}
.top_company__wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top_company__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top_company__wrapper {
    width: 92.5%;
  }
}
.top_company__wrapper div {
  color: #ffffff;
  width: 50%;
  text-align: left;
  padding-right: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .top_company__wrapper div {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .top_company__wrapper div {
    width: 100%;
    padding-right: 0;
  }
}
.top_company__wrapper div .top_title {
  color: #ffffff;
  text-align: left;
}
.top_company__wrapper div .top_title span {
  color: #ffffff;
}
.top_company__wrapper div p {
  font-size: 112.5%;
}
.top_company__wrapper div .c-btn {
  color: #1575B5 !important;
  background-color: #ffffff;
  margin: 30px auto 0 0;
}
@media screen and (max-width: 1000px) {
  .top_company__wrapper div .c-btn {
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top_company__wrapper div .c-btn {
    margin: 20px auto 0 auto;
  }
}
.top_company__wrapper ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top_company__wrapper ul {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top_company__wrapper ul {
    margin-top: 40px;
  }
}
.top_company__wrapper ul li {
  background-color: #ffffff;
  width: calc((100% - 30px) / 2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .top_company__wrapper ul li {
    width: 48.125%;
  }
}
.top_company__wrapper ul li:nth-of-type(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top_company__wrapper ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.top_company__wrapper ul li a {
  color: inherit;
  display: flex;
  flex-direction: column;
}
.top_company__wrapper ul li a:hover {
  text-decoration: none;
}
.top_company__wrapper ul li figure {
  width: 100%;
  margin: 0 auto;
}
.top_company__wrapper ul li figure img {
  width: 100%;
}
.top_company__wrapper ul li p {
  font-size: 118.75%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .top_company__wrapper ul li p {
    padding: 10px;
  }
}
.top_recruitment {
  background-image: url(../images/top/top_recruitment_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .top_recruitment {
    margin-top: 60px;
    padding: 30px 0;
  }
}
.top_recruitment__wrapper {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_recruitment__wrapper {
    width: 92.5%;
  }
}
.top_recruitment__wrapper div {
  background-color: rgba(255, 255, 255, 0.95);
  width: 50%;
  margin: 0 0 0 auto;
  padding: 50px 60px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_recruitment__wrapper div {
    width: 100%;
    padding: 30px 3.75% 10px 3.75%;
  }
}
.top_recruitment__wrapper div:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.95);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100vw;
}
@media screen and (max-width: 768px) {
  .top_recruitment__wrapper div:after {
    content: none;
  }
}
.top_recruitment__wrapper div .top_title {
  text-align: left;
}
.top_recruitment__wrapper div .c-btn {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 768px) {
  .top_recruitment__wrapper div .c-btn {
    width: 100%;
    margin: 20px auto 0 0;
  }
}
.top_column {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top_column {
    margin-top: 60px;
  }
}
.top_column-posts {
  margin: 0 auto;
}
.top_column-posts__wrapper {
  width: calc(80% + 40px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_column-posts__wrapper {
    width: 92.5%;
  }
}
.top_column-posts__wrapper article {
  background-color: #ffffff;
  margin: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .top_column-posts__wrapper article {
    margin: 10px 1.25%;
  }
}
.top_column-posts__wrapper article a {
  color: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}
.top_column-posts__wrapper article a:hover {
  opacity: 0.8;
}
.top_column-posts__wrapper article figure {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 66.666666%;
  position: relative;
}
.top_column-posts__wrapper article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top_column-posts__wrapper article div {
  padding: 20px;
}
.top_column-posts__wrapper article div ul {
  margin-bottom: 10px;
}
.top_column-posts__wrapper article div ul li {
  color: #ffffff;
  background-color: #1575B5;
  font-size: 75%;
  line-height: 20px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
}
.top_column-posts__wrapper article div h3 {
  color: #1575B5;
  font-size: 112.5%;
  font-weight: 700;
}
.top_column-posts__wrapper .slick-track {
  display: flex;
}
.top_column-posts__wrapper .slick-slide {
  height: auto !important;
}
.top_column-posts__wrapper .slick-prev,
.top_column-posts__wrapper .slick-next {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_column-posts__wrapper .slick-prev:before,
.top_column-posts__wrapper .slick-next:before {
  content: none;
}
.top_column-posts__wrapper .slick-prev:after,
.top_column-posts__wrapper .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px #1575B5 solid;
  border-left: 2px #1575B5 solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_column-posts__wrapper .slick-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .top_column-posts__wrapper .slick-prev {
    left: 0;
  }
}
.top_column-posts__wrapper .slick-prev:after {
  transform: rotate(-45deg);
}
.top_column-posts__wrapper .slick-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .top_column-posts__wrapper .slick-next {
    right: 0;
  }
}
.top_column-posts__wrapper .slick-next:after {
  transform: rotate(135deg);
}
.top_column .c-btn {
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top_column .c-btn {
    margin-right: 20px auto 0 auto;
  }
}

.solution_content {
  /* 一覧 */
  /* 詳細 */
  /* tos_index */
  /* wifi */
}
.solution_content section strong {
  font-weight: 700;
}
.solution_content section img {
  max-width: 100% !important;
}
.solution_content_index__lead {
  font-size: 112.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .solution_content_index__lead {
    margin-bottom: 30px;
  }
}
.solution_content_index__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.solution_content_index__wrapper article {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 1024px) {
  .solution_content_index__wrapper article {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .solution_content_index__wrapper article {
    width: 48.125%;
  }
}
.solution_content_index__wrapper article:not(:nth-of-type(3n + 1)) {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .solution_content_index__wrapper article:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
}
.solution_content_index__wrapper article:nth-of-type(n + 4) {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .solution_content_index__wrapper article:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .solution_content_index__wrapper article:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .solution_content_index__wrapper article:nth-of-type(even) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .solution_content_index__wrapper article:nth-of-type(even) {
    margin-left: 3.75%;
  }
}
.solution_content_index__wrapper article a {
  width: 100%;
  height: 100%;
  display: block;
}
.solution_content_index__wrapper article a:hover {
  opacity: 0.8;
}
.solution_content_index__wrapper article figure {
  width: 100%;
  margin: 0 auto;
}
.solution_content_index__wrapper article figure img {
  width: 100%;
}
.solution_content_index__wrapper article h3 {
  font-size: 150%;
  line-height: 1.2;
  font-weight: 700;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .solution_content_index__wrapper article h3 {
    margin: 10px auto;
  }
}
.solution_content_index__wrapper article p {
  line-height: 2;
}
.solution_content__lead {
  font-size: 112.5% !important;
}
.solution_content__voice-posts {
  width: calc(100% + 40px);
  margin: 0 auto;
  position: relative;
  left: -20px;
}
@media screen and (max-width: 1280px) {
  .solution_content__voice-posts {
    width: calc(90% + 40px);
  }
}
@media screen and (max-width: 768px) {
  .solution_content__voice-posts {
    width: 92.5%;
    left: auto;
  }
}
.solution_content__voice-posts article {
  background-color: #ffffff;
  margin: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .solution_content__voice-posts article {
    margin: 10px 1.25%;
  }
}
.solution_content__voice-posts article a {
  color: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  border: 1px #e6e6e6 solid;
  box-sizing: border-box;
}
.solution_content__voice-posts article figure {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 60%;
  position: relative;
}
.solution_content__voice-posts article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.solution_content__voice-posts article div {
  padding: 20px;
  box-sizing: border-box;
}
.solution_content__voice-posts article div ul {
  margin-bottom: 10px;
}
.solution_content__voice-posts article div ul li {
  color: #ffffff;
  background-color: #1575b5;
  font-size: 75%;
  line-height: 20px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .solution_content__voice-posts article div ul li {
    padding: 0 20px;
  }
}
.solution_content__voice-posts article div h3 {
  font-size: 112.5%;
  font-weight: 700;
}
.solution_content__voice-posts article div p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .solution_content__voice-posts article div p {
    margin-top: 15px;
  }
}
.solution_content__voice-posts .slick-track {
  display: flex;
}
.solution_content__voice-posts .slick-slide {
  height: auto !important;
}
.solution_content__voice-posts .slick-prev,
.solution_content__voice-posts .slick-next {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.solution_content__voice-posts .slick-prev:before,
.solution_content__voice-posts .slick-next:before {
  content: none;
}
.solution_content__voice-posts .slick-prev:after,
.solution_content__voice-posts .slick-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px #1575b5 solid;
  border-left: 2px #1575b5 solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.solution_content__voice-posts .slick-prev {
  left: -40px;
}
@media screen and (max-width: 1280px) {
  .solution_content__voice-posts .slick-prev {
    left: 0;
  }
}
.solution_content__voice-posts .slick-prev:after {
  transform: rotate(-45deg);
}
.solution_content__voice-posts .slick-next {
  right: -40px;
}
@media screen and (max-width: 1280px) {
  .solution_content__voice-posts .slick-next {
    right: 0;
  }
}
.solution_content__voice-posts .slick-next:after {
  transform: rotate(135deg);
}
.solution_content__download-lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .solution_content__download-lead {
    margin-bottom: 20px;
  }
}
.solution_content__download-lead a {
  text-decoration: underline;
}
.solution_content__download-posts li:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .solution_content__download-posts li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.solution_content__download-posts li a {
  color: inherit;
  background-color: #f5f5f5;
  width: 100%;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 60px 20px 40px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .solution_content__download-posts li a {
    padding: 15px calc(3.75% + 16px + 1.25%) 15px 3.75%;
  }
}
.solution_content__download-posts li a:before {
  content: "";
  background-image: url(../images/common/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 36px;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .solution_content__download-posts li a:before {
    width: 18px;
    height: 24px;
    margin-right: 10px;
  }
}
.solution_content__download-posts li a:after {
  content: "";
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .solution_content__download-posts li a:after {
    right: 3.75%;
  }
}
.solution_content__download-posts li a span {
  font-size: 87.5%;
  margin-left: 1em;
  display: inline-block;
}
.solution_content__download-posts li a:hover {
  opacity: 0.8;
}
.solution_content__relation-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution_content__relation-posts article {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .solution_content__relation-posts article {
    width: 48.75%;
  }
}
.solution_content__relation-posts article:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .solution_content__relation-posts article:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.solution_content__relation-posts article a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  border: 1px #e6e6e6 solid;
  box-sizing: border-box;
}
.solution_content__relation-posts article a:hover {
  opacity: 0.8;
}
.solution_content__relation-posts article a figure {
  width: 100%;
  margin: 0 auto;
}
.solution_content__relation-posts article a figure img {
  width: 100%;
}
.solution_content__relation-posts article a div {
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .solution_content__relation-posts article a div {
    padding: 15px 10px;
  }
}
.solution_content__relation-posts article a div ul {
  margin-bottom: 10px;
}
.solution_content__relation-posts article a div ul li {
  color: #ffffff;
  background-color: #1575b5;
  font-size: 75%;
  line-height: 20px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .solution_content__relation-posts article a div ul li {
    padding: 0 20px;
  }
}
.solution_content__relation-posts article a div ul li.smart {
  background-color: #ff8800;
}
.solution_content__relation-posts article a div ul li.eco {
  background-color: #009744;
}
.solution_content__relation-posts article a div h3 {
  color: #1575b5;
  font-size: 125%;
  font-weight: 700;
}
.solution_content__relation-posts article a div p {
  margin-top: 10px;
}
.solution_content__relation_link-posts {
  list-style-type: disc;
  margin-left: 1.5em;
}
.solution_content__relation_link-posts li a {
  text-decoration: underline;
}
.solution_content__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .solution_content__column {
    display: block;
  }
}
.solution_content__column > * {
  width: calc((100% - 40px) / 2);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .solution_content__column > * {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .solution_content__column > * {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .solution_content__column > *:last-of-type {
    margin-top: 20px;
  }
}
.solution_content__detail .scroll_ttl_ul {
  margin-bottom: 20px;
  position: static !important;
}
.solution_content__detail .scroll_ttl_ul > li {
  height: 100%;
  min-height: 53px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .solution_content__detail .scroll_ttl_ul > li {
    border-bottom: 1px #ffffff solid;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .solution_content__detail .scroll_ttl_ul > li:not(:first-child)::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow02.svg) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
  }
}
.solution_content__detail .scroll_ttl_ul > li > a,
.solution_content__detail .scroll_ttl_ul > li > span {
  color: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  padding: 0 1em;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .solution_content__detail .scroll_ttl_ul > li > a,
  .solution_content__detail .scroll_ttl_ul > li > span {
    border-bottom: none;
  }
}
.solution_content__detail .solution_about_area_wrap > p {
  text-align: center;
}
.solution_content-wifi__lead p {
  font-size: 150%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .solution_content-wifi__lead p {
    margin-bottom: 20px;
  }
}
.solution_content-wifi__lead .solution_content__column figure img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.solution_content-wifi__lead .solution_content__column dl dt {
  color: #1575b5;
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .solution_content-wifi__lead .solution_content__column dl dt {
    margin-bottom: 15px;
  }
}
.solution_content-wifi__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .solution_content-wifi__features {
    display: block;
  }
}
.solution_content-wifi__features article {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1024px) {
  .solution_content-wifi__features article {
    width: 100%;
  }
}
.solution_content-wifi__features article figure {
  margin: 0 auto 20px auto;
}
.solution_content-wifi__features article h3 {
  color: #1575b5;
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 10px;
}
.solution_content-wifi__features article.full {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .solution_content-wifi__features article.full {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .solution_content-wifi__features article:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .solution_content-wifi__features article:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.solution_content-wifi__features article .example {
  margin-top: 20px;
}
.solution_content-wifi__features article .example h4 {
  color: #1575b5;
  font-size: 131.25%;
  font-weight: 700;
  margin-bottom: 10px;
}
.solution_content-wifi__spec h3 {
  color: #1575b5;
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 10px;
}
.solution_content-wifi__spec dl dd .w50 {
  margin: 0 0 0 8%;
}
@media screen and (max-width: 768px) {
  .solution_content-wifi__spec dl dd .w50 {
    margin: 15px auto 0 auto;
  }
}

.content_wrap.office .page_header {
  background-image: url(../images/solution/page_header_office_bg.jpg);
}
.content_wrap.office .page_header h1 span {
  color: #1575b5;
}
.content_wrap.office .page_content section .c-title:before {
  background-color: #1575b5;
}
.content_wrap.office .solution_content_index__wrapper article h3 {
  color: #1575b5;
}
.content_wrap.smart .page_header {
  background-image: url(../images/solution/page_header_smart_bg.jpg);
}
.content_wrap.smart .page_header h1 span {
  color: #ff8800;
}
.content_wrap.smart .page_content section .c-title:before {
  background-color: #ff8800;
}
.content_wrap.smart .solution_content_index__wrapper article h3 {
  color: #ff8800;
}
.content_wrap.eco .page_header {
  background-image: url(../images/solution/page_header_eco_bg.jpg);
}
.content_wrap.eco .page_header h1 span {
  color: #009744;
}
.content_wrap.eco .page_content section .c-title:before {
  background-color: #009744;
}
.content_wrap.eco .solution_content_index__wrapper article h3 {
  color: #009744;
}

.content_wrap.company .page_header {
  background-image: url(../images/company/page_header_bg.jpg);
}
.content_wrap.company .page_header h1 span {
  color: #1575B5;
}

.company_lead {
  text-align: center;
}
.company_lead dl dt {
  color: #1575B5;
  font-size: 177.777777%;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company_lead dl dt {
    margin-bottom: 20px;
  }
}
.company_lead dl dd {
  font-size: 112.5%;
  line-height: 2;
}
.company_lead div {
  color: #ffffff;
  background-image: url(../images/company/lead_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1280px;
  height: 360px;
  font-size: 177.777777%;
  line-height: 2;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-640px);
}
@media screen and (max-width: 1024px) {
  .company_lead div {
    width: 100%;
    height: auto;
    padding: 60px 4%;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .company_lead div {
    margin-top: 60px;
  }
}
.company_lead div p {
  font-weight: 700;
  text-shadow: 0 0 26px #333333;
}
@media screen and (max-width: 768px) {
  .company_lead div p {
    text-shadow: 0 0 13px #333333;
  }
}
.company_links {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company_links {
    margin-top: 60px;
  }
}
.company_links li p:nth-of-type(1) {
  color: #1575B5;
  font-size: 112.5%;
  font-weight: 700;
}
.company_links li p:nth-of-type(2) {
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .company_links li p:nth-of-type(2) {
    margin-top: 20px;
  }
}
.company_links li:first-of-type {
  background-image: url(../images/company/links_img01.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 370px;
  margin-bottom: 120px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company_links li:first-of-type {
    background-position: 20% center;
    height: auto;
    padding: 40px 2%;
    margin-bottom: 40px;
  }
}
.company_links li:first-of-type div {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .company_links li:first-of-type div {
    width: 50%;
  }
}
.company_links li:first-of-type div p:nth-of-type(1) {
  font-size: 150%;
}
.company_links li:first-of-type div .c-btn {
  color: #ffffff !important;
  max-width: 280px;
  height: 50px;
  margin: 40px auto 0 0;
}
@media screen and (max-width: 768px) {
  .company_links li:first-of-type div .c-btn {
    margin: 20px auto 0 0;
  }
}
.company_links li:not(:first-of-type) {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 1024px) {
  .company_links li:not(:first-of-type) {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .company_links li:not(:first-of-type) {
    width: 30.6666666667%;
  }
}
.company_links li:not(:first-of-type) a {
  display: block;
}
.company_links li:not(:first-of-type) a:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  margin: 0 auto 20px auto;
  display: block;
}
.company_links li:not(:first-of-type) a:hover {
  opacity: 0.8;
}
.company_links li:nth-of-type(2) a:before {
  background-image: url(../images/company/links_img02.jpg);
}
.company_links li:nth-of-type(3) a:before {
  background-image: url(../images/company/links_img03.jpg);
}
.company_links li:nth-of-type(4) a:before {
  background-image: url(../images/company/links_img04.jpg);
}
.company_sec03 .date {
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .company_sec03 .date {
    margin-bottom: 10px;
  }
}

.content_wrap.recruit .page_header {
  background-image: url(../images/recruit/page_header_bg.jpg);
}
.content_wrap.recruit .page_header h1 span {
  color: #1575b5;
}

.recruit_intro {
  display: flex;
  justify-content: flex-end;
  background: #f5f5f5 url(../images/recruit/recruit_intro_bg.jpg) no-repeat left bottom;
  background-size: cover;
  padding: 50px 30px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  .recruit_intro {
    background-position: 0 0;
    background-size: 130%;
    padding: 40% 2% 2%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_intro {
    background-size: 200%;
    padding-top: 70%;
    margin-bottom: 70px;
  }
}
.recruit_intro > div {
  width: 53.2787%;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .recruit_intro > div {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_intro > div {
    padding: 25px;
  }
}
.recruit_intro > div p {
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.6;
}
.recruit_sec01_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .recruit_sec01_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .recruit_sec01_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.recruit_sec01_list li a {
  display: inline-block;
}
.recruit_sec01_list li a figure {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recruit_sec01_list li a figure {
    margin-bottom: 15px;
  }
}
.recruit_sec01_list li a figure img {
  width: 100%;
}
.recruit_sec01_list li a dl dt {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  color: #1575b5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit_sec01_list li a dl dt {
    margin-bottom: 20px;
  }
}
.recruit_sec01_list li a dl dd {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .recruit_sec01_list li a dl dd {
    line-height: 1.6;
  }
}
.recruit_sec02_list {
  display: flex;
  gap: 70px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit_sec02_list {
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
}
.recruit_sec02_list li {
  width: 360px;
  text-align: center;
  color: #000;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit_sec02_list li {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_sec02_list li {
    width: 300px;
    min-height: 300px;
    padding-top: 30px;
    box-sizing: border-box;
  }
}
.recruit_sec02_list li::before {
  content: "";
  display: inline-block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(21, 117, 181, 0.06);
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .recruit_sec02_list li::before {
    width: 330px;
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_sec02_list li::before {
    width: 300px;
    height: 300px;
  }
}
.recruit_sec02_list li figure img {
  margin: 0 auto;
}
.recruit_sec02_list li p {
  font-weight: 700;
  color: #000;
}
.recruit_sec02_list_ttl {
  font-size: 150%;
  line-height: 1.25;
  margin-bottom: 15px;
}
.recruit_sec02_list_num {
  font-size: 150%;
  margin-top: 10px;
}
.recruit_sec02_list_num span {
  font-size: 1.5em;
  font-weight: inherit;
}
.recruit_sec03_item {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit_sec03_item {
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
}
.recruit_sec03_list {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit_sec03_list {
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
}
.recruit_sec03_list li {
  width: 360px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit_sec03_list li {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_sec03_list li {
    width: 300px;
    min-height: 300px;
  }
}
.recruit_sec03_list li::before {
  content: "";
  display: inline-block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(21, 117, 181, 0.06);
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .recruit_sec03_list li::before {
    width: 330px;
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_sec03_list li::before {
    width: 300px;
    height: 300px;
  }
}
.recruit_sec03_list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 215px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_sec03_list li figure {
    min-height: unset;
    margin-bottom: 15px;
  }
}
.recruit_sec03_list li dl dt {
  font-size: 131.25%;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_sec03_list li dl dt {
    margin-bottom: 15px;
  }
}
.recruit_sec03_list li dl dd {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .recruit_sec03_list li dl dd {
    line-height: 1.6;
  }
}
.recruit_tab__list {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit_tab__list {
    text-align: left;
    display: block;
  }
}
.recruit_tab__list li {
  background-color: #f5f5f5;
  padding: 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit_tab__list li {
    padding: 15px 4%;
    align-items: flex-start;
  }
}
.recruit_tab__list li:after {
  content: "";
  width: 15px;
  height: 10px;
  border-top: 10px #333333 solid;
  border-left: 7.5px transparent solid;
  border-right: 7.5px transparent solid;
  box-sizing: border-box;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recruit_tab__list li:after {
    content: none;
  }
}
.recruit_tab__list li:nth-of-type(n + 2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .recruit_tab__list li:nth-of-type(n + 2) {
    margin: 10px auto 0 auto;
  }
}
.recruit_tab__list li p {
  color: #222222;
}
.recruit_tab__list li p span {
  color: #000000;
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit_tab__list li p span {
    margin-bottom: 5px;
  }
}
.recruit_tab__list li.is-active {
  background-color: #ffffff;
  border: 1px #1575b5 solid;
}
.recruit_tab__list li.is-active:after {
  border-top-color: #1575b5;
}
.recruit_tab__list li.is-active p span {
  color: #1575b5;
}
.recruit_tab__panel {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_tab__panel {
    margin-top: 30px;
  }
}
.recruit_tab__panel div p {
  font-size: 112.5%;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit_tab__panel div p {
    margin-bottom: 20px;
  }
}
.recruit_tab__panel div p span {
  color: #1575b5;
  font-size: 133.333333%;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.recruit_tab__panel div dl {
  line-height: 2;
  display: flex;
  justify-content: space-between;
  border-top: 1px #e6e6e6 solid;
}
@media screen and (max-width: 768px) {
  .recruit_tab__panel div dl {
    display: block;
  }
}
.recruit_tab__panel div dl:last-of-type {
  border-bottom: 1px #e6e6e6 solid;
}
.recruit_tab__panel div dl dt {
  background-color: #f5f5f5;
  width: 30%;
  font-weight: 700;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_tab__panel div dl dt {
    width: 100%;
    padding: 10px 4%;
  }
}
.recruit_tab__panel div dl dd {
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_tab__panel div dl dd {
    width: 100%;
    padding: 10px 4%;
  }
}
.recruit_tab__panel div dl dd strong {
  font-weight: 700;
}
.recruit_tab__select p {
  font-size: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
.recruit_tab__select_box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 112.5%;
  font-weight: 700;
  color: #333;
  background: #efefef url(../images/recruit/icon_down.svg) right 25px center no-repeat;
  border: none;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .recruit_tab__select_box select {
    padding: 15px 10px;
    background-position: right 20px center;
    background-size: 21px auto;
  }
}
.recruit_entry.c-btn {
  color: #ffffff !important;
  height: 90px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit_entry.c-btn {
    height: 60px;
    margin: 30px auto 0 auto;
  }
}
.recruit_lnavi {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  background: #1575b5;
  border-radius: 35px;
  padding: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit_lnavi {
    flex-direction: column;
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
  }
}
.recruit_lnavi li {
  font-size: 131.25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_lnavi li {
    font-size: 100%;
    width: 100%;
    text-align: left;
  }
}
.recruit_lnavi li a {
  display: inline-block;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 50px;
}
@media screen and (max-width: 768px) {
  .recruit_lnavi li a {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
  }
}
.recruit_lnavi li a:link, .recruit_lnavi li a:visited {
  color: #fff;
}
.recruit_lnavi li a:link:hover, .recruit_lnavi li a:visited:hover {
  color: #1575b5;
  background: #fff;
}
.recruit_lnavi li.is-current a {
  color: #1575b5;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruit_lnavi-acc {
    background: #1575b5;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 60px;
  }
}
.recruit_lnavi-acc dt {
  font-size: 100%;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit_lnavi-acc dt {
    display: block;
  }
}
.recruit_lnavi-acc dt button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 21px;
  height: 21px;
  background: #fff;
  border: none;
  border-radius: 50%;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.recruit_lnavi-acc dt button::before, .recruit_lnavi-acc dt button::after {
  content: "";
  width: 11px;
  height: 1px;
  display: inline-block;
  background: #1575b5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.recruit_lnavi-acc dt button::after {
  transform: rotate(90deg);
}
.recruit_lnavi-acc dt.is-open button::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .recruit_lnavi-acc dd {
    display: none;
  }
}
.recruit_ttl {
  font-size: 225%;
  font-weight: 700;
  color: #1575b5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_ttl {
    margin-bottom: 30px;
  }
}
.recruit_bh {
  font-size: 150%;
  font-weight: 700;
  color: #1575b5;
  margin: 40px 0 20px;
}
.recruit_interview {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_interview {
    margin-bottom: 60px;
  }
}
.recruit_interview_profile {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 7.8125%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_interview_profile {
    padding-left: 5.7971%;
  }
}
.recruit_interview_profile > p {
  font-size: 112.5%;
  font-weight: 700;
  color: #1575b5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit_interview_profile > p {
    font-size: 85.7143%;
    margin-bottom: 5px;
  }
}
.recruit_interview_profile dl dt {
  font-size: 225%;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit_interview_profile dl dt {
    font-size: 178.5714%;
  }
}
.recruit_interview_profile dl dd p {
  font-size: 112.5%;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .recruit_interview_profile dl dd p {
    font-size: 85.7143%;
  }
}
.recruit_interview_profile dl dd p span {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_interview_profile dl dd p span {
    margin-bottom: 15px;
  }
}
.recruit_list-col li {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .recruit_list-col li {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .recruit_list-col li {
    margin-top: 60px;
  }
}
.recruit_list-col li > div {
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit_list-col li > div {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_list-col li > div {
    margin-bottom: 30px;
  }
}
.recruit_list-col li > div h3 {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.3;
  color: #1575b5;
  margin-bottom: 30px;
}
.recruit_list-col li > div p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .recruit_list-col li > div p {
    line-height: 1.6;
  }
}
.recruit_list-col li > figure {
  width: 48.4375%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .recruit_list-col li > figure {
    width: 100%;
  }
}
.recruit_list-col li > figure img {
  width: 100%;
  margin: 0 auto;
}
.recruit_list-col li:nth-child(even) {
  flex-direction: row-reverse;
}
.recruit_list-col li:nth-child(even) > div {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .recruit_list-col li:nth-child(even) > div {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_list-col li:nth-child(even) > div {
    margin-bottom: 30px;
  }
}
.recruit_contact.sec_contact {
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .recruit_contact.sec_contact {
    padding: 30px 2%;
  }
}
.recruit_contact.sec_contact ul li {
  border: none;
  padding: 0;
  margin-top: 0;
}
.recruit_contact.sec_contact ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: unset;
  height: 100%;
  font-size: inherit;
  color: inherit;
  background: none;
  border: 1px solid #fff;
  padding: 20px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_contact.sec_contact ul li a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.recruit_contact.sec_contact ul li a h3 {
  font-size: 150%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recruit_contact.sec_contact ul li a h3 {
    margin-bottom: 20px;
  }
}
.recruit_contact.sec_contact ul li a p {
  line-height: 2;
}
.recruit_contact.sec_contact ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .recruit_contact.sec_contact ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.recruit_flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .recruit_flow {
    flex-direction: column;
    gap: 30px;
  }
}
.recruit_flow li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #1575b5;
  border: 2px solid #1575b5;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_flow li {
    width: 100%;
    height: auto;
    font-size: 100%;
    border-width: 1px;
    border-radius: 20px;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_flow li br {
    display: none;
  }
}
.recruit_flow li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #1575b5;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: -44.5px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit_flow li:not(:last-child)::after {
    border-width: 10px 5.5px 0 5.5px;
    border-color: #1575b5 transparent transparent transparent;
    margin: 0 auto;
    top: auto;
    right: 0;
    left: 0;
    bottom: -20px;
  }
}
.recruit_flow li span {
  margin-top: 5px;
  font-weight: inherit;
  font-size: 87.5%;
}
.recruit_flow li:last-child {
  color: #fff;
  background: #1575b5;
}
.recruit_flow-period {
  width: calc(100% - 64px);
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #1575b5;
  padding: 6px;
  margin: 20px auto 0;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit_flow-period {
    width: auto;
    height: calc(100% - 32px);
    font-size: 85.7143%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.recruit_flow-period::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 32px 18px 0;
  border-color: transparent #1575b5 transparent transparent;
  position: absolute;
  top: 0;
  left: -32px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .recruit_flow-period::before {
    border-width: 0 13px 16px 13px;
    border-color: transparent transparent #1575b5 transparent;
    margin: 0 auto;
    top: -16px;
    right: 0;
    left: 0;
  }
}
.recruit_flow-period::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 32px;
  border-color: transparent transparent transparent #1575b5;
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .recruit_flow-period::after {
    border-width: 16px 13px 0 13px;
    border-color: #1575B5 transparent transparent transparent;
    margin: 0 auto;
    top: auto;
    right: 0;
    bottom: -16px;
    left: 0;
  }
}
.recruit_flow-period span {
  font-weight: inherit;
  display: none;
}
@media screen and (max-width: 1266px) {
  .recruit_flow-period span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .recruit_flow-period span {
    display: none;
  }
}
.recruit_flow-col {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_flow-col > ol {
    padding-right: 55px;
  }
}
.recruit_faq dt {
  font-size: 112.5%;
  font-weight: 600;
  background: #efefef;
  padding: 22px 15px;
  margin-top: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_faq dt {
    padding: 15px 10px;
  }
}
.recruit_faq dt button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  background: #1575b5;
  border: none;
  border-radius: 50%;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruit_faq dt button {
    width: 21px;
    height: 21px;
    right: 20px;
  }
}
.recruit_faq dt button::before, .recruit_faq dt button::after {
  content: "";
  width: 13px;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit_faq dt button::before, .recruit_faq dt button::after {
    width: 11px;
  }
}
.recruit_faq dt button::after {
  transform: rotate(90deg);
}
.recruit_faq dt.is-open {
  color: #fff;
  background: #1575b5;
}
.recruit_faq dt.is-open button {
  background: #fff;
}
.recruit_faq dt.is-open button::before {
  background: #1575b5;
}
.recruit_faq dt.is-open button::after {
  content: none;
}
.recruit_faq dd {
  background: #efefef;
  padding: 0 30px;
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit_faq dd {
    padding: 0 10px;
  }
}
.recruit_faq dd ul li {
  padding: 30px 0;
}
.recruit_faq dd ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.recruit_faq_question {
  display: flex;
  font-size: 131.25%;
  color: #1575b5;
  margin-bottom: 10px;
}
.recruit_faq_question span {
  flex: none;
  font-size: 1.1429em;
  font-weight: 600;
  margin: -3px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit_faq_question span {
    margin: 0 20px 0 0;
  }
}
.recruit_faq_answer {
  display: flex;
  font-size: 112.5%;
  line-height: 2;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .recruit_faq_answer {
    line-height: 1.6;
  }
}
.recruit_faq_answer span {
  flex: none;
  font-size: 1.1667em;
  font-weight: 600;
  margin: -3px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit_faq_answer span {
    margin: -2px 20px 0 0;
  }
}
.recruit_know {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .recruit_know {
    display: block;
  }
}
.recruit_know > div {
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit_know > div {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.recruit_know > div h2 {
  font-size: 225%;
  font-weight: 700;
  color: #1575b5;
  margin-bottom: 20px;
}
.recruit_know > div p {
  font-size: 112.5%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .recruit_know > div p {
    line-height: 1.6;
  }
}
.recruit_know > figure {
  width: 48.4375%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .recruit_know > figure {
    width: 100%;
  }
}
.recruit_know > figure img {
  width: 100%;
  margin: 0 auto;
}
.recruit_kenko {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit_kenko {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.recruit_kenko > figure {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit_kenko > figure {
    width: 100%;
  }
}
.recruit_kenko > p {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .recruit_kenko > p {
    flex: unset;
  }
}

.content_wrap.download .page_header {
  background-image: url(../images/download/page_header_bg.jpg);
}
.content_wrap.download .page_header h1 span {
  color: #1575B5;
}

.download__lead {
  font-size: 112.5%;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download__lead {
    text-align: left;
  }
}
.download__lead a {
  text-decoration: underline;
}
.download__flow {
  width: 100%;
  height: 80px;
  line-height: 1.2;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .download__flow {
    height: 40px;
    font-size: 75%;
  }
}
.download__flow li {
  background-color: #F5F5F5;
  width: calc((100% - 40px) / 4);
  height: 100%;
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .download__flow li {
    width: calc((100% - 20px) / 4);
    padding-left: 10px;
  }
}
.download__flow li:before {
  content: "";
  background-color: #F5F5F5;
  width: 60px;
  height: 60px;
  position: absolute;
  border-top: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: -28px;
  margin: auto;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .download__flow li:before {
    width: 30px;
    height: 30px;
    right: -14px;
  }
}
.download__flow li:nth-of-type(n+2) {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .download__flow li:nth-of-type(n+2) {
    padding-left: 30px;
  }
}
.download__flow li span {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.download__flow li.is-active {
  color: #ffffff;
  background-color: #1575B5;
}
.download__flow li.is-active:before {
  background-color: #1575B5;
}
.download__flow li.is-active span {
  font-weight: 700;
}
.download__notice {
  line-height: 2;
}
.download__notice p:nth-of-type(n+2) {
  margin-top: 2em;
}
.download__notice p a {
  text-decoration: underline;
}
.download .page_content__nav {
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .download .page_content__nav {
    margin: 30px auto 0 auto;
  }
}
.download section h2 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .download section h2 {
    margin-bottom: 30px;
  }
}
.download section article {
  background-color: #F5F5F5;
  margin-top: 40px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .download section article {
    margin-top: 20px;
    padding: 20px 3.75%;
    display: block;
  }
}
.download section article figure {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .download section article figure {
    width: 100%;
    margin: 0 auto;
  }
}
.download section article figure img {
  width: 100%;
}
.download section article div {
  width: calc(100% - 320px - 40px);
}
@media screen and (max-width: 768px) {
  .download section article div {
    width: 100%;
    margin-top: 20px;
  }
}
.download section article div ul {
  margin-bottom: 10px;
}
.download section article div ul li {
  color: #1575B5;
  background-color: #ffffff;
  font-size: 87.5%;
  line-height: 20px;
  display: inline-block;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .download section article div ul li {
    padding: 0 10px;
  }
}
.download section article div h3 {
  color: #1575B5;
  font-size: 150%;
  line-height: 1.2;
}
.download section article div h3 label {
  padding-left: 35px;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .download section article div h3 label {
    padding-left: 30px;
  }
}
.download section article div h3 label:before {
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border: 1px #cccccc solid;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 3px;
}
.download section article div h3 label span {
  font-weight: 700;
  display: inline-block;
}
.download section article div h3 input[type=checkbox] {
  display: none;
}
.download section article div h3 input[type=checkbox]:checked + span:before {
  content: "";
  background-image: url(../images/common/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
.download section article div p {
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .download section article div p {
    margin-top: 10px;
  }
}
.download .c-btn {
  margin: 80px auto 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .download .c-btn {
    margin: 40px auto 0 auto;
  }
}/*# sourceMappingURL=add.css.map */