@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.fv {
  position: relative;
}
.fv__slick {
  min-height: 890px;
  height: calc(100vh + 80px);
}
@media screen and (max-width: 768px) {
  .fv__slick {
    min-height: auto;
    height: auto;
  }
}
.fv__slick-list {
  min-height: 890px;
  height: calc(100vh + 80px);
}
@media screen and (max-width: 768px) {
  .fv__slick-list {
    min-height: auto;
    height: 300px;
  }
}
.fv__slick-list.list01 {
  background: url("./img/fv1.jpg");
  background-position: bottom center;
  background-size: cover;
}
.fv__slick-list.list02 {
  background: url("./img/fv2.jpg");
  background-position: bottom center;
  background-size: cover;
}
.fv__slick-list.list03 {
  background: url("./img/fv3.jpg");
  background-position: bottom center;
  background-size: cover;
}
.fv h2 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  .fv h2 {
    max-width: 80%;
  }
}
.fv .slick-dots {
  max-width: 1200px;
  text-align: right;
  margin: auto;
  position: static;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .fv .slick-dots {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.fv .slick-dots li {
  width: 78px;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .fv .slick-dots li {
    width: 32px;
    height: 4px;
  }
}
.fv .slick-dots li button:before {
  width: 78px;
  height: 6px;
  border-radius: 10px;
  background-color: #cccccc;
  opacity: 1;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .fv .slick-dots li button:before {
    width: 32px;
    height: 3px;
  }
}
.fv .slick-dots li.slick-active button:before {
  background-color: #00a1e8;
}

.eng-ttl {
  font-size: 1.4rem;
  color: #00a1e8;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.jp-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 28px;
  margin-bottom: 35px;
  position: relative;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .jp-ttl {
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.jp-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #333;
}

.btn {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  border: 2px solid #00a1e8;
  color: #00a1e8;
  padding: 20px;
  line-height: 1;
  max-width: 384px;
  width: 100%;
  border-radius: 50em;
  font-weight: 700;
  position: relative;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.6rem;
    padding: 15px;
    width: 90%;
    margin: auto;
  }
}
.btn:after {
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #00a1e8;
  border-right: 2px solid #00a1e8;
  transform: rotate(45deg);
  transition: 0.6s;
}
.btn:hover {
  color: #fff;
  background: #00a1e8;
  opacity: 1;
}
.btn:hover:after {
  border-color: white;
}

.top-company {
  margin: 140px auto 5vw;
}
@media screen and (max-width: 768px) {
  .top-company {
    margin: 50px auto;
  }
}
.top-company__fl {
  float: left;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-company__fl {
    float: none;
    width: 100vw;
    margin-left: -5%;
  }
}
.top-company__fl-img {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translate(0, -50%);
}
.top-company__fl-img img {
  max-width: 50vw;
}
@media screen and (max-width: 768px) {
  .top-company__fl-img img {
    max-width: 100%;
  }
}
.top-company__fl-catch {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .top-company__fl-catch {
    margin-right: 5%;
  }
}
.top-company__fl-catch span {
  background: #ffe58c;
  border-radius: 5px;
  padding: 5px 3px;
  display: inline-block;
  font-size: 2.4rem;
  color: #333;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .top-company__fl-catch span {
    font-size: 1.4rem;
  }
}
.top-company__fl-catch span:nth-of-type(2) {
  margin-top: 4em;
}
.top-company__fl-catch span:nth-of-type(3) {
  margin-top: 2em;
}
.top-company__fr {
  float: right;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .top-company__fr {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}
.top-company__fr-txt {
  font-size: 1.8rem;
  color: #333;
  line-height: 2.4em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .top-company__fr-txt {
    font-size: 1.4rem;
  }
}

.mg0 {
  margin: 0;
}

.top-service {
  background: #00a1e8;
  padding: 80px 0 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding: 50px 0;
  }
}
.top-service-illust1 {
  position: absolute;
  left: 0;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .top-service-illust1 {
    display: none;
  }
}
.top-service-illust2 {
  position: absolute;
  right: 30px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-service-illust2 {
    display: none;
  }
}
.top-service .eng-ttl {
  text-align: center;
  color: #fff;
}
.top-service .jp-ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-service .jp-ttl {
    margin-bottom: 30px;
  }
}
.top-service .jp-ttl:before {
  background: #fff;
  left: calc(50% - 30px);
}
.top-service__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-service__list {
    display: block;
  }
}
.top-service__list li {
  width: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-service__list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-service__list li figure {
  width: 80%;
  margin: 0 auto 30px;
}
.top-service__list-txt {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
}
.top-service .btn {
  color: #fff;
  border-color: #fff;
  margin: auto;
}
.top-service .btn:after {
  border-color: #fff;
}
.top-service .btn:hover {
  background: #fff;
  color: #00a1e8;
}
.top-service .btn:hover:after {
  border-color: #00a1e8;
}

.top-recruit {
  padding: 105px 0 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 50px 0;
  }
}
.top-recruit .top-interview-illust1 {
  position: absolute;
  left: 0;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-interview-illust1 {
    max-width: 20%;
    top: 30px;
  }
}
.top-recruit .top-interview-illust2 {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-recruit .top-interview-illust2 {
    max-width: 20%;
    bottom: 100px;
  }
}
.top-recruit .eng-ttl {
  text-align: center;
}
.top-recruit .jp-ttl {
  text-align: center;
}
.top-recruit .jp-ttl:before {
  left: calc(50% - 30px);
}
.top-recruit__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-recruit__list {
    display: block;
  }
}
.top-recruit__list li {
  width: 32%;
  position: relative;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .top-recruit__list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-recruit__list-box {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  width: 86%;
  padding: 15px 25px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-recruit__list-box {
    padding: 10px 25px;
    min-height: 90px;
  }
}
.top-recruit__list-box p {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-recruit__list-box p {
    font-size: 1.6rem;
  }
}
.top-recruit .btn {
  margin: auto;
}

.top-sns {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-sns {
    margin-bottom: 50px;
  }
}
.top-sns .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-sns .container {
    display: block;
  }
}
.top-sns h3 {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.top-sns h3:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #b3b3b3;
  margin-left: 20px;
  padding-right: 15px;
}
.top-sns h3 span {
  color: #00a1e8;
}
.top-sns h3.mt {
  margin-top: 40px;
}
.top-sns__fl {
  width: 51.25%;
}
@media screen and (max-width: 768px) {
  .top-sns__fl {
    width: 100%;
    margin-bottom: 50px;
  }
}
.top-sns__fl .insta_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-sns__fl .insta_list li {
  width: 32%;
  margin-bottom: 10px;
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-sns__fl .insta_list li {
    width: 48%;
    height: 30vw;
  }
}
.top-sns__fr {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .top-sns__fr {
    width: 100%;
  }
}
.top-sns__fr .fbbox {
  position: relative;
  width: 100%;
  padding-top: 66.25%;
}
@media screen and (max-width: 768px) {
  .top-sns__fr .fbbox {
    padding-top: 106.25%;
  }
}
.top-sns__fr .fbbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top-sns__fr ul {
  margin-bottom: 20px;
}
.top-sns__fr ul li {
  border-bottom: 1px solid #ccc;
}
.top-sns__fr ul li a {
  font-size: 1.6rem;
  color: #333;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .top-sns__fr ul li a {
    font-size: 1.4rem;
    display: block;
  }
}
.top-sns__fr ul li a .date {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .top-sns__fr ul li a .date {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
  }
}
.top-sns__fr ul li:first-child a {
  padding-top: 0;
}
.top-sns__fr .tar {
  text-align: right;
}
.top-sns__fr .tar a {
  display: inline-block;
  padding-right: 30px;
  font-size: 1.4rem;
  position: relative;
}
.top-sns__fr .tar a:after {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #00a1e8;
  border-right: 2px solid #00a1e8;
  transform: rotate(45deg);
  transition: 0.6s;
}

.under_fv.news_fv {
  background: url("./img/news_fv.png");
  background-size: cover;
  background-position: center bottom;
}
.under_fv.contact_fv {
  background: url("./img/contact_fv.png");
  background-size: cover;
  background-position: center bottom;
}
.under_fv.company_fv {
  background: url("./img/company_fv.png");
  background-size: cover;
  background-position: center bottom;
}
.under_fv.service_fv {
  background: url("./img/service_fv.png");
  background-size: cover;
  background-position: center bottom;
}
.under_fv.recruit_fv {
  background: url("./img/recruit_fv.png");
  background-size: cover;
  background-position: center bottom;
}
.under_fv .container {
  min-height: 380px;
  height: 35vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .under_fv .container {
    min-height: auto;
    height: 300px;
  }
}
.under_fv h2 {
  max-width: 1200px;
  margin: auto;
  color: #fff;
  filter: drop-shadow(0 0 1rem rgb(0, 161, 232));
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .under_fv h2 {
    font-size: 2.4rem;
  }
}
.under_fv h2 span {
  font-size: 1.4rem;
  display: block;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  font-size: 1.4rem;
  color: #000;
}
.breadcrumb ul li a {
  padding-right: 25px;
  margin-right: 10px;
  position: relative;
  color: #000;
}
.breadcrumb ul li a:before {
  position: absolute;
  right: 0;
  top: 0;
  content: ">";
}

.news {
  margin: 85px auto 105px;
}
@media screen and (max-width: 768px) {
  .news {
    margin: 50px auto;
  }
}
.news .newslist {
  border: 1px solid #ccc;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .news .newslist {
    padding: 15px 0;
    display: block;
  }
}
.news .newslist:last-of-type {
  margin-bottom: 0;
}
.news .newslist figure {
  padding-left: 35px;
  width: 335px;
}
@media screen and (max-width: 768px) {
  .news .newslist figure {
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
.news .newslist .newslist__Detail {
  padding: 0 35px;
  width: calc(100% - 335px);
}
@media screen and (max-width: 768px) {
  .news .newslist .newslist__Detail {
    padding: 0 15px;
    width: 100%;
  }
}
.news .newslist .newslist__Detail.w100 {
  width: 100%;
}
.news .newslist .newslist__Date {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.news .newslist .newslist__Ttl {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .news .newslist .newslist__Ttl {
    font-size: 1.8rem;
  }
}
.news .newslist .newslist__Content {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.news .pager {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .pager span {
  font-size: 1.6rem;
  color: #fff;
  background: #00a1e8;
  border-radius: 10rem;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 0 5px;
}
.news .pager a {
  font-size: 1.6rem;
  color: #000;
  background: #ddd;
  border-radius: 10rem;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 0 5px;
}
.news .pager a:hover {
  color: #fff;
  background: #00a1e8;
  opacity: 1;
}
.news .pager a.prev {
  display: none;
}
.news .pager a.next {
  display: none;
}

.contact_wrap {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .contact_wrap {
    padding-bottom: 50px;
  }
}
.contact_wrap .contact_txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .contact_wrap .contact_txt {
    margin: 30px auto;
  }
}
.contact_wrap table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact_wrap table {
    margin-bottom: 0px;
  }
}
.contact_wrap table tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_wrap table tr {
    display: block;
    margin-bottom: 10px;
  }
}
.contact_wrap table tr.vat {
  align-items: flex-start;
}
.contact_wrap table th {
  width: 300px;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 25px 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact_wrap table th {
    width: 100%;
    display: block;
    font-weight: 700;
    padding: 10px 0 5px;
  }
}
.contact_wrap table th .required {
  background: #00a1e8;
  color: #fff;
  margin-right: 10px;
  font-size: 1.2rem;
  padding: 2px 15px;
}
.contact_wrap table th .any {
  background: #ccc;
  color: #fff;
  margin-right: 10px;
  font-size: 1.2rem;
  padding: 2px 15px;
}
.contact_wrap table td {
  width: calc(100% - 300px);
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  .contact_wrap table td {
    width: 100%;
    display: block;
    padding: 5px 0 10px;
  }
}
.contact_wrap table td input[type=text] {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 1.6rem;
  width: 100%;
}
.contact_wrap table td textarea {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 1.6rem;
  width: 100%;
  min-height: 310px;
}
@media screen and (max-width: 768px) {
  .contact_wrap table td textarea {
    min-height: 200px;
  }
}
.contact_wrap table td.flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_wrap table td.flex {
    display: block;
  }
}
.contact_wrap table td.flex .select-image {
  border: 1px solid #ccc;
  width: 460px;
  display: inline-block;
  padding: 15px;
  margin-right: 20px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .contact_wrap table td.flex .select-image {
    width: 100%;
    margin: 0;
  }
}
.contact_wrap table td.flex label {
  padding: 15px 20px;
  font-size: 1.4rem;
  background: #00a1e8;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10rem;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contact_wrap table td.flex label {
    display: block;
    margin-top: 10px;
  }
}
.contact_wrap table td.flex label:hover {
  opacity: 0.8;
}
.contact_wrap table td.flex input[type=file] {
  display: none;
}
.contact_wrap table td .mwform-file-delete {
  display: none;
}
.contact_wrap .agree_txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .contact_wrap .agree_txt {
    font-size: 1.2rem;
  }
}
.contact_wrap .agree_txt a {
  color: #0ab6a8;
}
.contact_wrap .tac {
  text-align: center;
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 40px auto;
  border-radius: 5px;
}
.contact_wrap .horizontal-item {
  display: inline-block;
}
.contact_wrap input[type=checkbox] {
  display: none;
}
.contact_wrap input[type=checkbox] + span.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  /* margin-left: 10px; */
  padding: 15px 0px 15px 30px;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact_wrap input[type=checkbox] + span.mwform-checkbox-field-text {
    font-size: 1.2rem;
  }
}
.contact_wrap input[type=checkbox] + span.mwform-checkbox-field-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  margin-top: -10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ddd;
}
.contact_wrap input[type=checkbox]:checked + span.mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -8px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(45deg);
}
.contact_wrap .submit_wrap {
  display: flex;
  margin: 35px auto;
  justify-content: center;
  align-items: center;
  max-width: 384px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_wrap .submit_wrap {
    margin: 20px auto 0;
  }
}
.contact_wrap .submit_wrap:after {
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #00a1e8;
  border-right: 2px solid #00a1e8;
  transform: rotate(45deg);
  transition: 0.6s;
}
.contact_wrap .submit_wrap:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.contact_wrap .submit_wrap input[type=submit].send_btn {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  border: 2px solid #00a1e8;
  color: #00a1e8;
  padding: 20px;
  line-height: 1;
  width: 100%;
  border-radius: 50em;
  font-weight: 700;
  transition: 0.6s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact_wrap .submit_wrap input[type=submit].send_btn {
    font-size: 1.6rem;
  }
}
.contact_wrap .submit_wrap input[type=submit].send_btn:hover {
  background: #00a1e8;
  color: #fff;
}

.mw_wp_form_confirm .agree_txt {
  display: none;
}
.mw_wp_form_confirm .tac {
  display: none;
}
.mw_wp_form_confirm .contact_txt {
  display: none;
}
.mw_wp_form_confirm .select-image {
  display: none !important;
}
.mw_wp_form_confirm .form-image {
  display: none !important;
}
.mw_wp_form_confirm table td {
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm table td {
    padding: 5px 0 10px;
  }
}
.mw_wp_form_confirm table td.flex label {
  display: none;
}

.messege {
  margin: 90px auto 110px;
}
@media screen and (max-width: 768px) {
  .messege {
    margin: 50px auto;
  }
}
.messege .messege__Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex {
    display: block;
  }
}
.messege .messege__Flex .messege__Left {
  width: calc(100% - 475px);
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Left {
    width: 100%;
  }
}
.messege .messege__Flex .messege__Left .messege__Txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.messege .messege__Flex .messege__Left .messege__Name {
  text-align: right;
  font-size: 2.4rem;
}
.messege .messege__Flex .messege__Left .messege__Name span {
  margin-right: 10px;
  font-size: 1.6rem;
}
.messege .messege__Flex .messege__Right {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .messege .messege__Flex .messege__Right {
    width: 100%;
    margin-bottom: 20px;
  }
}

.bg-wrap {
  padding: 90px 0;
  background: linear-gradient(180deg, #00a1e8 0%, #00a1e8 50%, #fff 50%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .bg-wrap {
    padding: 50px 0;
  }
}
.bg-wrap .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .bg-wrap .container {
    display: block;
  }
}
.bg-wrap .container .eng-ttl {
  text-align: center;
}
.bg-wrap .container .jp-ttl {
  text-align: center;
}
.bg-wrap .container .jp-ttl:before {
  left: calc(50% - 30px);
}
.bg-wrap .container .philosophy {
  width: calc(50% - 20px);
  background: #fff;
  padding: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .bg-wrap .container .philosophy {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.bg-wrap .container .philosophy ul {
  counter-reset: number 0;
}
.bg-wrap .container .philosophy ul li {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding-left: 60px;
  counter-increment: mycounter;
  position: relative;
  margin-bottom: 25px;
}
.bg-wrap .container .philosophy ul li:before {
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00a1e8;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10rem;
  counter-increment: number 1;
  content: counter(number) " ";
}
.bg-wrap .container .philosophy .philosophy__Txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.bg-wrap .container .policy {
  width: calc(50% - 20px);
  background: #fff;
  padding: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .bg-wrap .container .policy {
    width: 100%;
    padding: 30px 20px;
  }
}
.bg-wrap .container .policy ul {
  counter-reset: number 0;
}
.bg-wrap .container .policy ul li {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding-left: 60px;
  counter-increment: mycounter;
  position: relative;
  margin-bottom: 25px;
  min-height: 3.75em;
}
@media screen and (max-width: 768px) {
  .bg-wrap .container .policy ul li {
    min-height: initial;
  }
}
.bg-wrap .container .policy ul li:before {
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #00a1e8;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10rem;
  counter-increment: number 1;
  content: counter(number) " ";
}

.company-wrap .eng-ttl {
  text-align: center;
}
.company-wrap .jp-ttl {
  text-align: center;
}
.company-wrap .jp-ttl:before {
  left: calc(50% - 30px);
}
.company-wrap table {
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .company-wrap table {
    margin-bottom: 50px;
  }
}
.company-wrap table tr {
  border-bottom: 1px solid #ccc;
}
.company-wrap table th {
  width: 230px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px;
  vertical-align: top;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .company-wrap table th {
    display: block;
    width: 100%;
    padding: 15px 15px 0;
  }
}
.company-wrap table td {
  width: calc(100% - 230px);
  font-size: 1.6rem;
  padding: 25px 25px 25px 0;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .company-wrap table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.company-wrap .company__Flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .company-wrap .company__Flex {
    display: block;
    margin-bottom: 50px;
  }
}
.company-wrap .company__Flex .company__Left {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .company-wrap .company__Flex .company__Left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.company-wrap .company__Flex .company__Right {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .company-wrap .company__Flex .company__Right {
    width: 100%;
    margin-top: 50px;
  }
}
.company-wrap .company__Flex h3 {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company-wrap .company__Flex h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.company-wrap .company__Flex h3:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #333;
  margin-left: 30px;
}
.company-wrap .company__Flex h3.mt {
  margin-top: 50px;
}
.company-wrap .company__Flex ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .company-wrap .company__Flex ul li {
    display: block;
  }
}
.company-wrap .company__Flex ul li span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .company-wrap .company__Flex ul li span {
    display: block;
    margin-bottom: 10px;
  }
}
.company-wrap .company__Flex ul li a {
  font-size: 1.4rem;
  padding-right: 18px;
  position: relative;
}
.company-wrap .company__Flex ul li a:after {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #00a1e8;
  border-right: 2px solid #00a1e8;
  transform: rotate(45deg);
  transition: 0.6s;
}

.service__Wrap {
  margin: 80px auto 90px;
}
@media screen and (max-width: 768px) {
  .service__Wrap {
    margin: 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List {
    margin-bottom: 20px;
  }
}
.service__Wrap .service__List .service__Left {
  float: left;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List .service__Left {
    float: none;
  }
}
.service__Wrap .service__List .service__Right {
  float: right;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List .service__Right {
    float: none;
  }
}
.service__Wrap .service__List .service__Thum {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List .service__Thum {
    width: 100%;
  }
}
.service__Wrap .service__List .service__Detail {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List .service__Detail {
    width: 100%;
    margin-top: 20px;
  }
}
.service__Wrap .service__List .service__Detail .service__Ttl {
  font-size: 2rem;
  padding: 0 0 20px 50px;
  background-image: linear-gradient(to right, #999 4px, transparent 4px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List .service__Detail .service__Ttl {
    font-size: 1.8rem;
  }
}
.service__Wrap .service__List .service__Detail .service__Ttl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 28px;
  height: 29px;
  background: url("./img/icon_service_ttl.png");
  background-size: cover;
}
.service__Wrap .service__List .service__Detail .service__Ttl.-mt {
  margin-top: 40px;
}
.service__Wrap .service__List .service__Detail .service__Txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.service__Wrap .service__List.-list01 {
  background: url("./img/service-bg01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List.-list01 {
    background: #e3f0f6;
    border-radius: 3rem;
    padding: 50px 5%;
  }
}
.service__Wrap .service__List.-list02 {
  background: url("./img/service-bg02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 40px 90px;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List.-list02 {
    background: #e3f0f6;
    border-radius: 3rem;
    padding: 50px 5%;
  }
}
.service__Wrap .service__List.-list03 {
  background: url("./img/service-bg03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 40px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List.-list03 {
    background: #e3f0f6;
    border-radius: 3rem;
    padding: 50px 5%;
    margin-top: 0;
  }
}
.service__Wrap .service__List.-list03 .service__Detail {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List.-list03 .service__Detail {
    margin-top: 20px;
  }
}
.service__Wrap .service__List.-list04 {
  background: url("./img/service-bg04.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .service__Wrap .service__List.-list04 {
    background: #e3f0f6;
    border-radius: 3rem;
    padding: 50px 5%;
  }
}

.interview {
  margin: 90px auto 0;
}
.interview .eng-ttl {
  text-align: center;
}
.interview .jp-ttl {
  text-align: center;
}
.interview .jp-ttl:before {
  left: calc(50% - 30px);
}
.interview .interview__List .interview__Mv {
  position: relative;
}
.interview .interview__List .interview__Mv .interview__Mvttl {
  font-size: 2.8rem;
  color: #00a1e8;
  line-height: 2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(0);
  text-shadow: 4px 4px 5px #ffffff, -4px 4px 5px #ffffff, 4px -4px 5px #ffffff, -4px -4px 5px #ffffff, 4px 0px 5px #ffffff, 0px 4px 5px #ffffff, -4px 0px 5px #ffffff, 0px -4px 5px #ffffff;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Mv .interview__Mvttl {
    position: static;
    font-size: 2rem;
    line-height: 1.8em;
    transform: translateY(0) translateX(0);
    margin-top: 20px;
  }
}
.interview .interview__List .interview__Namebox {
  max-width: 340px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: -50px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Namebox {
    margin-top: 10px;
    margin-left: 0;
    padding: 15px;
  }
}
.interview .interview__List .interview__Namebox .interview__Position {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
}
.interview .interview__List .interview__Namebox .interview__Position span {
  display: block;
}
.interview .interview__List .interview__Namebox .interview__Name {
  font-size: 2.4rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Namebox .interview__Name {
    font-size: 1.8rem;
  }
}
.interview .interview__List .interview__Namebox .interview__Name span {
  color: #00a1e8;
  font-size: 1.4rem;
  margin-left: 15px;
}
.interview .interview__List .interview__Cont {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Cont {
    margin-top: 50px;
  }
}
.interview .interview__List .interview__Cont .interview__Right {
  float: right;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Cont .interview__Right {
    float: none;
  }
}
.interview .interview__List .interview__Cont .interview__Left {
  float: left;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Cont .interview__Left {
    float: none;
  }
}
.interview .interview__List .interview__Cont .interview__Thum {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Cont .interview__Thum {
    width: 100%;
  }
}
.interview .interview__List .interview__Cont .interview__Faq {
  width: calc(100% - 520px);
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Cont .interview__Faq {
    width: 100%;
    margin-top: 20px;
  }
}
.interview .interview__List .interview__Cont .interview__Faq .interview__FaqDl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Cont .interview__Faq .interview__FaqDl:last-child {
    margin-bottom: 0;
  }
}
.interview .interview__List .interview__Cont .interview__Faq .interview__FaqDl .interview__FaqDt {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview .interview__List .interview__Cont .interview__Faq .interview__FaqDl .interview__FaqDt {
    font-size: 2rem;
  }
}
.interview .interview__List .interview__Cont .interview__Faq .interview__FaqDl .interview__FaqDt:before {
  position: absolute;
  left: 0;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  background: #00a1e8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  border-radius: 10rem;
}
.interview .interview__List .interview__Cont .interview__Faq .interview__FaqDl .interview__FaqDd {
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #333;
  padding-left: 60px;
  position: relative;
}
.interview .interview__List .interview__Cont .interview__Faq .interview__FaqDl .interview__FaqDd:before {
  position: absolute;
  left: 0;
  content: "A";
  font-size: 2.4rem;
  color: #333;
  background: #fff100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  border-radius: 10rem;
}
.interview .interview__List.-bgblue {
  background: #ebf1f4;
  padding: 100px 0;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .interview .interview__List.-bgblue {
    padding: 50px 0;
    margin: 50px auto;
  }
}
.interview .interview__List.-bgblue .interview__Mv .interview__Mvttl {
  right: auto;
  left: 5%;
}
.interview .interview__List.-bgblue .interview__Namebox {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .interview .interview__List.-bgblue .interview__Namebox {
    margin-left: 0;
    margin-right: 0;
  }
}

.recruitmessege {
  background: #00a1e8;
  padding: 80px 0 0;
  position: relative;
}
.recruitmessege-illust {
  position: absolute;
  left: 0;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .recruitmessege-illust {
    display: none;
  }
}
.recruitmessege-illust2 {
  position: absolute;
  right: 30px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .recruitmessege-illust2 {
    display: none;
  }
}
.recruitmessege .container {
  position: relative;
  padding: 0 0 130px;
}
@media screen and (max-width: 768px) {
  .recruitmessege .container {
    padding: 0 0 50px;
  }
}
.recruitmessege-illust3 {
  position: absolute;
  left: 0;
  bottom: -8vw;
  max-width: 250px;
  width: 30%;
}
.recruitmessege-illust4 {
  position: absolute;
  right: 20px;
  bottom: -4vw;
  max-width: 250px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .recruitmessege-illust4 {
    right: 0;
  }
}
.recruitmessege .eng-ttl {
  text-align: center;
  color: #fff;
}
.recruitmessege .jp-ttl {
  text-align: center;
  color: #fff;
}
.recruitmessege .jp-ttl:before {
  left: calc(50% - 30px);
  background: #fff;
}
.recruitmessege .recruitmessege__Txt {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 1.8em;
}

.requirements {
  margin: 100px auto 90px;
}
@media screen and (max-width: 768px) {
  .requirements {
    margin: 50px auto;
  }
}
.requirements .eng-ttl {
  text-align: center;
}
.requirements .jp-ttl {
  text-align: center;
}
.requirements .jp-ttl:before {
  left: calc(50% - 30px);
}
.requirements .tab-area {
  display: flex;
  cursor: pointer;
  background: #ccc;
}
.requirements .tab {
  width: 33.3333333333%;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .requirements .tab {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.requirements .tab.active {
  background: #00a1e8;
}
.requirements .panel {
  display: none;
}
.requirements .panel table {
  width: 100%;
  margin-top: 50px;
}
.requirements .panel table tr {
  border-bottom: 1px solid #ccc;
}
.requirements .panel table th {
  width: 230px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px;
  vertical-align: top;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .requirements .panel table th {
    display: block;
    width: 100%;
    padding: 15px 15px 0;
  }
}
.requirements .panel table td {
  width: calc(100% - 230px);
  font-size: 1.6rem;
  padding: 25px 25px 25px 0;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .requirements .panel table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.requirements .panel.active {
  display: block;
}

.recruit_form .eng-ttl {
  text-align: center;
}
.recruit_form .jp-ttl {
  text-align: center;
}
.recruit_form .jp-ttl:before {
  left: calc(50% - 30px);
}

.compbox {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .compbox {
    margin: 50px auto;
  }
}
.compbox h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .compbox h2 {
    font-size: 1.8rem;
  }
}
.compbox .txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.compbox .btn {
  margin: auto;
}/*# sourceMappingURL=style.css.map */