@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.fv {
  position: relative;
}
.fv.vpc {
  height: 800px;
}
.fv.vpc #slider .slick-list {
  height: 800px !important;
}
.fv.vpc #slider .slick-list .slick-track {
  height: 100% !important;
}
.fv.vpc #slider .slick-list .slick-track img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.fv_abso {
  position: absolute;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  left: 50%;
  top: calc(50% + 50px);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv_abso {
    position: absolute;
    left: 50%;
    top: calc(50% + 25px);
    transform: translate(-50%, -50%);
  }
}
.fv_abso h2 {
  font-size: 4.6vw;
  color: #fff;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_abso h2 {
    font-size: 6.2vw;
    text-align: center;
  }
}
.fv_abso .fv_txt {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .fv_abso .fv_txt {
    font-size: 4vw;
  }
}

.topics {
  background: #f7f7f7;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .topics {
    padding: 15px 0;
  }
}
.topics .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topics .container {
    display: block;
  }
}
.topics .container h3 {
  font-size: 1.8rem;
  color: #c42323;
  font-weight: bold;
  margin-right: 25px;
  letter-spacing: 0.05em;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .topics .container h3 {
    font-size: 1.6rem;
    margin-right: 15px;
    width: 30%;
    float: left;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .topics .container .newdate {
    float: left;
    margin-top: 5px;
  }
}
.topics .container ul {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .topics .container ul {
    width: 100%;
    float: left;
  }
}
.topics .container ul li a {
  font-size: 1.6rem;
  color: #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topics .container ul li a {
    font-size: 3vw;
  }
}
.topics .container ul li a .date {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .topics .container ul li a .date {
    display: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .topics .container ul li a .txt {
    font-size: 1.6rem;
  }
}

.grade-wrap {
  background: linear-gradient(#fff 0%, #b0e4e8 100%);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .grade-wrap {
    padding-bottom: 40px;
  }
}

.cms-wrap {
  margin: 60px auto 160px;
}
@media screen and (max-width: 767px) {
  .cms-wrap {
    margin: 40px auto;
  }
}
.cms-wrap .fl {
  float: left;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cms-wrap .fl {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}
.cms-wrap .fr {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cms-wrap .fr {
    float: none;
    width: 100%;
  }
}
.cms-wrap h2 {
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #00ACBA;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .cms-wrap h2 {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.cms-wrap .eng {
  color: #00ACBA;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cms-wrap .eng {
    margin-bottom: 20px;
  }
}
.cms-wrap ul li {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .cms-wrap ul li {
    margin-bottom: 15px;
  }
}
.cms-wrap ul li a {
  display: flex;
  font-size: 1.6rem;
  color: #000;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-wrap ul li a {
    display: block;
  }
}
.cms-wrap ul li a .spflex {
  display: flex;
  align-items: center;
}
.cms-wrap ul li a:hover {
  opacity: 1;
}
.cms-wrap ul li a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.cms-wrap ul li a span {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .cms-wrap ul li a span {
    margin-right: 0;
    display: inline-block;
  }
}
.cms-wrap ul li a span.date {
  display: block;
}
.cms-wrap ul li a h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.6rem;
}
.cms-wrap ul li a h3.pdf {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cms-wrap ul li a h3.pdf {
    display: inline-block;
  }
}
.cms-wrap ul li a h3.pdf:after {
  content: "";
  position: absolute;
  right: -19px;
  background: url(./img/icon_pdf.png);
  background-size: cover;
  width: 13px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.cms-wrap ul li a .new-txt {
  letter-spacing: normal;
  font-size: 12px;
  background: #00ACBA;
  color: #fff;
  margin-left: 10px;
  padding: 0 8px 0 8px;
}
@-moz-document url-prefix() {
  .cms-wrap ul li a .new-txt {
    height: 18px;
    font-size: 11px;
  }
}
.cms-wrap .news_area ul li a h3 {
  white-space: break-spaces;
}

.more-btn {
  background: #00ACBA;
  color: #fff;
  font-size: 1.6rem;
  max-width: 280px;
  width: 100%;
  padding: 16px;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #00ACBA;
  transition: 0.6s;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .more-btn {
    padding: 15px;
    margin: auto;
    max-width: 250px;
    margin-top: 30px;
  }
}
.more-btn:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.6s;
}
.more-btn:hover {
  background: #fff;
  color: #00ACBA;
}
.more-btn:hover:before {
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
}

.service h2 {
  text-align: center;
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .service h2 {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.service .eng {
  text-align: center;
  color: #00ACBA;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service .eng {
    margin-bottom: 20px;
  }
}
.service .txt {
  font-size: 1.8rem;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .service .txt {
    margin-bottom: 30px;
    font-size: 4vw;
  }
}
.service ul li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service ul li {
    width: 100%;
  }
}
.service ul li:nth-child(odd) {
  float: left;
}
@media screen and (max-width: 767px) {
  .service ul li:nth-child(odd) {
    float: none;
  }
}
.service ul li:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  .service ul li:nth-child(even) {
    float: none;
  }
}
.service ul li a {
  display: block;
}
.service ul li a figure img {
  max-width: auto;
  width: 100%;
}
.service ul li .txt-box {
  background: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .service ul li .txt-box {
    padding: 15px 20px;
  }
}
.service ul li .txt-box h3 {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 2.6rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .service ul li .txt-box h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.service ul li .txt-box h3:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.service ul li .txt-box p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .service ul li .txt-box p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service ul li:last-child {
    margin-bottom: 0;
  }
}

.company_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .company_wrap {
    margin-top: 50px;
  }
}
.company_wrap .company_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company_wrap .company_list {
    display: block;
    width: 95%;
    margin: 0 auto 50px;
  }
}
.company_wrap .company_list .thum {
  width: 55vw;
}
@media screen and (max-width: 767px) {
  .company_wrap .company_list .thum {
    width: 100%;
  }
}
.company_wrap .company_list .detail {
  width: calc(45vw - 120px);
  margin: 0 60px;
}
.company_wrap .company_list .detail .btnblue {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .company_wrap .company_list .detail {
    width: 100%;
    margin: 20px auto 0;
  }
}
.company_wrap .company_list .detail h2 {
  margin-bottom: 5px;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 15px 0;
  position: relative;
  font-size: 4rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  line-height: 1;
  position: relative;
  transition: 0.6s;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .company_wrap .company_list .detail h2 {
    font-size: 2.4rem;
  }
}
.company_wrap .company_list .detail .eng {
  color: #00ACBA;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}
.company_wrap .company_list .detail .txt {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company_wrap .company_list .detail .txt {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company_wrap .company_list .detail .txt br {
    display: none;
  }
}
.company_wrap .company_list .detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_wrap .company_list .detail ul li {
  width: 48%;
}
.company_wrap .company_list .detail ul li:nth-child(n+3) {
  margin-top: 10px;
}
.company_wrap .company_list .detail ul li a {
  width: 100%;
  display: block;
  padding: 15px;
  font-size: 2.4rem;
  line-height: 1;
  color: #00ACBA;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 2px;
  position: relative;
  transition: 0.6s;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .company_wrap .company_list .detail ul li a {
    font-size: 1.8rem;
  }
}
.company_wrap .company_list .detail ul li a:before {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.6s;
}
.company_wrap .company_list .detail ul li a:hover {
  color: #fff;
  background: #00ACBA;
  opacity: 1;
}
.company_wrap .company_list .detail ul li a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.recruit {
  padding: 80px 0;
  background: url(./img/recruit.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 40px 0;
    background-size: cover;
    background-position: 35%;
  }
}
.recruit h2 {
  text-align: center;
  font-size: 4rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .recruit h2 {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.recruit .eng {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit .eng {
    margin-bottom: 20px;
  }
}
.recruit .txt {
  font-size: 1.8rem;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit .txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.recruit .txt .big-txt {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruit .txt .big-txt {
    font-size: 1.8rem;
  }
}
.recruit .more-btn {
  background: #00ACBA;
  color: #fff;
  font-size: 1.6rem;
  max-width: 280px;
  margin: auto;
  width: 100%;
  padding: 20px;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #00ACBA;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .recruit .more-btn {
    padding: 15px;
  }
}
.recruit .more-btn:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.6s;
}
.recruit .more-btn:hover {
  background: #fff;
  color: #00ACBA;
}
.recruit .more-btn:hover:before {
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
}

.f_contact {
  background: #d6f0f2;
  padding: 40px 0;
}
.f_contact .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .f_contact .flex {
    display: block;
    text-align: center;
  }
}
.f_contact .flex dl {
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  .f_contact .flex dl {
    margin-right: 0;
  }
}
.f_contact .flex dl dt {
  font-size: 4rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .f_contact .flex dl dt {
    font-size: 2.4rem;
  }
}
.f_contact .flex dl dd {
  font-size: 1.6rem;
  color: #00ACBA;
}
@media screen and (max-width: 767px) {
  .f_contact .flex dl dd {
    font-size: 1.4rem;
  }
}
.f_contact .flex .btn {
  background: #fff;
  color: #00ACBA;
  border: 1px solid #00ACBA;
  font-size: 1.6rem;
  max-width: 280px;
  /* margin: auto; */
  width: 100%;
  padding: 20px;
  display: block;
  text-align: center;
  position: relative;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .f_contact .flex .btn {
    padding: 15px;
    margin: 15px auto;
  }
}
.f_contact .flex .btn:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.6s;
}
.f_contact .flex .btn:hover {
  background: #00ACBA;
  color: #fff;
}
.f_contact .flex .btn:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.f_nav {
  background: #00ACBA;
  padding: 30px 0;
}
.f_nav .flex {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .f_nav .flex {
    display: block;
  }
}
.f_nav .flex h3 {
  font-size: 2.4rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .f_nav .flex h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.f_nav .flex ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .f_nav .flex ul {
    display: block;
    width: 80%;
    margin: auto;
  }
}
.f_nav .flex ul li {
  padding: 0 25px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .f_nav .flex ul li {
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.f_nav .flex ul li:nth-of-type(2) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f_nav .flex ul li:nth-of-type(2) {
    text-align: left;
  }
}
.f_nav .flex ul li:nth-of-type(2) .small-txt {
  font-size: 1.4rem;
}
.f_nav .flex ul li:last-child {
  border-right: none;
}
.f_nav .flex ul li a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .f_nav .flex ul li a {
    white-space: nowrap;
  }
}

/*ページ*/
#page .h2wrap {
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #page .h2wrap img {
    width: 40%;
  }
  #page .h2wrap .txt-box {
    width: 58%;
  }
  #page .h2wrap .txt-box h2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #page .h2wrap .txt-box h2 {
    margin: 10px 0 0;
  }
}
#page .h2wrap .txt-box h2 {
  text-align: left;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
#page header {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
@media screen and (max-width: 767px) {
  #page header {
    background: #fff;
  }
}
#page .pageTop {
  padding-top: 66px;
  background-position: center;
  background-size: cover;
}
#page .pageTop.newstop {
  background-image: url(img/pagetop.png);
}
#page .pageTop.fv_company {
  background-image: url(./img/fv_company.png);
}
#page .pageTop.fv_company_profile {
  background-image: url(./img/fv_company_profile.png);
  background-position: right;
}
#page .pageTop .container {
  color: #fff;
  text-align: center;
  padding: 10vh 0;
}
#page .pageTop .container h1 {
  font-size: 4rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  #page .pageTop .container h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #page .pageTop .container h1.envi-ttl {
    font-size: 3.2rem;
  }
}
#page .pageTop .container p {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 768px) {
  #page .flex {
    display: flex;
    align-items: center;
  }
}
#page .flex-btw {
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  #page .flex-reverse li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
#page main {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  #page main {
    padding: 40px 0 0;
  }
}
#page main.news-page {
  padding: 60px 0 0;
}
#page main.news-page .year-list {
  display: flex;
  justify-content: left;
}
#page main.news-page .year-list li {
  float: left;
}
#page main.news-page .article__item .ttl span::after {
  display: none;
}
#page main h2 {
  color: #00ACBA;
  margin-bottom: 30px;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 900;
  letter-spacing: 5px;
}
@media screen and (min-width: 768px) {
  #page main h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #page main h2 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
#page main h3 {
  color: #00ACBA;
  margin-bottom: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  #page main h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  #page main h3 {
    font-size: 1.8rem;
  }
}
#page main p {
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  #page main p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #page main p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#page main p.small-name {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #page main p.small-name {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #page main .col2 li {
    width: 50%;
  }
}
#page .bg-gradient {
  background: linear-gradient(#fff 0%, #b0e4e8 100%);
}

#breadcrumb {
  background: #00ACBA;
  color: #fff;
  font-size: 1.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  #breadcrumb .flex {
    flex-wrap: wrap;
    display: flex;
  }
  #breadcrumb .flex li {
    margin-right: 10px;
  }
  #breadcrumb .flex span {
    margin-right: 10px;
  }
}
#breadcrumb li span {
  margin: 0;
}
#breadcrumb li:last-child {
  text-decoration: underline;
}
#breadcrumb li a {
  margin-right: 10px;
  color: #fff;
}
#breadcrumb span {
  margin-right: 10px;
}

#product-page {
  padding-bottom: 80px;
}
#product-page .titlearea {
  text-align: center;
  padding-bottom: 30px;
}
#product-page .titlearea h2 {
  background: linear-gradient(to right, transparent 0%, #81d6dd 20%, #00ACBA, #81d6dd 85%, transparent);
  color: #fff;
  padding: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #product-page .titlearea h2 {
    background: linear-gradient(to right, transparent 0%, #fff 0%, #00ACBA 29%, #81d6dd 85%, #fff 100%, transparent);
  }
}
#product-page .titlearea p .big-txt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .product-list {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    padding-bottom: 50px;
  }
}
.product-list .flex {
  background: #fff;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .product-list .flex figure {
    width: 50%;
  }
  .product-list .flex figure img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .product-list .flex figure img {
    height: 280px;
  }
}
.product-list .flex figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list .flex .txt-box h3 {
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .product-list .flex .txt-box {
    width: 50%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .product-list .flex .txt-box {
    width: 100%;
    padding: 20px 5%;
  }
}
.product-list .flex .txt-box .more-btn {
  margin-top: 30px;
}
.product-list .flex .txt-box .btn-list {
  margin-top: 40px;
  letter-spacing: 1px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .product-list .flex .txt-box .btn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.product-list .flex .txt-box .btn-list li {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .product-list .flex .txt-box .btn-list li {
    width: 45%;
    padding-right: 0;
    margin-right: 0;
  }
}
.product-list .flex .txt-box .btn-list li:before {
  position: absolute;
  right: 30px;
  top: 45%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .product-list .flex .txt-box .btn-list li:before {
    content: none;
  }
}
.product-list .flex .txt-box .btn-list li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00ACBA;
}
@media screen and (max-width: 767px) {
  .product-list .flex .txt-box .btn-list li a {
    position: relative;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .product-list .flex .txt-box .btn-list li a:before {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #00ACBA;
    border-right: 1px solid #00ACBA;
    content: "";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg), translateY(-50%);
    transition: 0.6s;
  }
}

#detailPage.newsdetail .container {
  padding-top: 0;
}
#detailPage.newsdetail .container h2 {
  text-align: left;
  border-bottom: 1px solid #00ACBA;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
#detailPage.newsdetail .container time {
  font-size: 16px;
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  #detailPage.newsdetail .container time {
    margin-bottom: 30px;
  }
}
#detailPage.newsdetail .container h4 {
  font-size: 26px;
  color: #00ACBA;
  font-weight: bold;
  padding: 20px 3%;
  margin: 35px 0 20px;
}
#detailPage .pagedesc_wrap {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 80px;
  font-size: 16px;
}
#detailPage .pagedesc_wrap.ad {
  padding: 80px 0 0;
  margin-bottom: 0;
}
#detailPage .pagedesc_wrap p {
  margin-bottom: 60px;
  text-align: center;
}
#detailPage .pagedesc_wrap .flex .txt-left {
  text-align: left;
}
#detailPage .pagedesc_wrap .pageLink {
  max-width: 1100px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #detailPage .pagedesc_wrap .pageLink {
    justify-content: center;
    display: flex;
  }
  #detailPage .pagedesc_wrap .pageLink.col2 li {
    width: calc(50% - 1.5rem);
    max-width: 280px;
    margin: 0 1rem;
  }
  #detailPage .pagedesc_wrap .pageLink.col3 li {
    width: 33.3333333333%;
    max-width: 280px;
    margin: 0 1rem;
  }
  #detailPage .pagedesc_wrap .pageLink.col4 {
    justify-content: space-between;
  }
  #detailPage .pagedesc_wrap .pageLink.col4 li {
    width: calc(25% - 1.5rem);
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #detailPage .pagedesc_wrap .pageLink {
    padding: 0 5%;
  }
  #detailPage .pagedesc_wrap .pageLink li {
    margin-bottom: 8px;
  }
  #detailPage .pagedesc_wrap .pageLink li:last-child {
    margin-bottom: 0;
  }
}
#detailPage .pagedesc_wrap .pageLink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00ACBA;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  height: 60px;
  position: relative;
}
#detailPage .pagedesc_wrap .pageLink li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 24px;
}
#detailPage .pagedesc_wrap .pageLink li a:before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
}
#detailPage section {
  margin: auto;
}
#detailPage .container.nopdtb {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #detailPage .container {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #detailPage .container {
    padding: 40px 0;
  }
}
#detailPage .tac {
  text-align: center;
}
#detailPage .btnblue.arrow-none::before {
  content: none;
}
#detailPage .tar {
  text-align: right;
}
#detailPage small {
  display: block;
}
#detailPage .paddingCmn {
  padding: 20px 3%;
}
@media screen and (max-width: 767px) {
  #detailPage .paddingCmn {
    overflow: auto;
  }
}
#detailPage .paddingCmn small {
  font-size: 16px;
}
#detailPage .paddingCmn .highlight-inner img {
  max-width: auto;
  width: 100%;
  image-rendering: auto;
}
@media screen and (min-width: 768px) {
  #detailPage .paddingCmn.use {
    max-width: 880px;
    margin: 0 auto;
  }
}
#detailPage h2 {
  font-size: 32px;
  font-weight: bolder;
  text-align: center;
}
#detailPage h3 {
  font-size: 26px;
  padding: 14px 3%;
  background: #e4f2f4;
  color: #00ACBA;
  font-weight: bold;
  margin-top: 40px;
  border-bottom: 1px solid #e2e2e2;
}
#detailPage .typeList li {
  background: #e4f2f4;
  margin-bottom: 20px;
}
#detailPage .typeList li strong {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #detailPage .typeList li strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #detailPage .typeList li strong {
    font-size: 18px;
  }
}
#detailPage .bgBlue h3 {
  background: #fff;
  color: #00ACBA;
}
#detailPage .bgBlue .typeList li {
  background: #fff;
}
#detailPage #pageTable {
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #00ACBA;
}
#detailPage #pageTable.same td {
  width: 25%;
}
#detailPage #pageTable.ver_top tbody th {
  vertical-align: text-top;
}
#detailPage #pageTable.w5 th,
#detailPage #pageTable.w5 td {
  width: 50%;
}
#detailPage #pageTable thead {
  background: #00ACBA;
}
#detailPage #pageTable thead tr {
  border-bottom: 1px solid #fff;
}
#detailPage #pageTable thead tr:nth-child(2) {
  border: none;
}
#detailPage #pageTable thead tr:nth-child(2) th {
  padding: 6px;
}
#detailPage #pageTable thead th {
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #fff;
}
#detailPage #pageTable thead th:last-child {
  border: none;
}
#detailPage #pageTable tbody {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #detailPage #pageTable tbody td {
    min-width: 100px;
  }
  #detailPage #pageTable tbody td img {
    min-width: 100px;
  }
}
#detailPage #pageTable tbody td.inbk-wrap div {
  display: inline-block;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  #detailPage #pageTable tbody td.inbk-wrap div {
    text-align: left;
  }
}
#detailPage #pageTable tbody td .flow li {
  background: #d6f0f2;
  text-align: center;
  padding: 5px 5%;
  margin-bottom: 40px;
  position: relative;
}
#detailPage #pageTable tbody td .flow li:before {
  position: absolute;
  border: 25px;
  left: 0;
  right: 0;
  bottom: -23px;
  content: "";
  width: 12px;
  border-right: 1px solid #00ACBA;
  border-bottom: 1px solid #00ACBA;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
}
#detailPage #pageTable tbody td .flow li:last-child {
  margin-bottom: 0;
}
#detailPage #pageTable tbody td .flow li:last-child:before {
  display: none;
}
#detailPage #pageTable tr {
  border-bottom: 1px solid #00ACBA;
}
#detailPage #pageTable tr:last-child {
  border: none;
}
#detailPage #pageTable th {
  text-align: center;
  color: #00ACBA;
  font-weight: bold;
  border-right: 1px solid #00ACBA;
  padding: 15px 10px;
  white-space: nowrap;
}
#detailPage #pageTable td {
  border-right: 1px solid #00ACBA;
}
@media screen and (min-width: 768px) {
  #detailPage #pageTable td {
    padding: 15px 3%;
  }
}
@media screen and (max-width: 767px) {
  #detailPage #pageTable td {
    padding: 15px 10px;
  }
}
#detailPage #pageTable.short thead th:first-of-type {
  width: 150px;
}

.graphScroll {
  background: #fff;
  border: 1px solid #00ACBA;
  padding: 3%;
}

.partsList__box ol {
  font-size: 1.6rem;
  line-height: 3.1rem;
}
.partsList__box ol.nmblist {
  padding-left: 30px !important;
}
.partsList__box ol.nmblist li {
  list-style: auto;
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .partsList__box .flex {
    justify-content: space-between;
  }
  .partsList__box .flex .img-box img {
    width: 100%;
    margin-bottom: 5px;
  }
  .partsList__box .flex .w6 {
    width: 77%;
  }
}

#accordion #pageTable td {
  padding: 20px 5%;
}
@media screen and (max-width: 767px) {
  #accordion h3 {
    padding-right: 40px;
    font-size: 1.8rem !important;
  }
}
#accordion.faqwrap h3 {
  margin-bottom: 0;
  padding: 12px 7%;
}
@media screen and (max-width: 767px) {
  #accordion.faqwrap h3 {
    padding: 12px 40px;
  }
}
#accordion.faqwrap h3 i {
  position: absolute;
  font-size: 2.6rem;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  vertical-align: text-top;
  margin-right: 10px;
  top: 12px;
  left: 3%;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#accordion.faqwrap .target p {
  vertical-align: text-top;
  position: relative;
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  #accordion.faqwrap .target p {
    padding-left: 30px;
  }
}
#accordion.faqwrap .target p i {
  position: absolute;
  font-size: 2.6rem;
  color: #00ACBA;
  font-style: normal;
  font-weight: bold;
  vertical-align: text-top;
  margin-right: 10px;
  top: 0;
  left: 0;
  line-height: 26px;
}
#accordion li {
  background: #fff;
  cursor: pointer;
}
#accordion li.active h3:before {
  transform: translate(0, 0) rotate(45deg);
}
#accordion li.active h3:after {
  transform: translate(0, 0) rotate(-45deg);
}
#accordion h3 {
  background: #00ACBA !important;
  color: #fff !important;
  position: relative;
}
#accordion h3:before, #accordion h3:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  transition: all ease 0.3s;
}
#accordion h3:before {
  transform: translate(-5px, 0) rotate(45deg);
  width: 15px;
}
#accordion h3:after {
  transform: translate(5px, 0) rotate(-45deg);
  width: 15px;
}
#accordion h4 {
  font-size: 24px;
  font-weight: bold;
  color: #00ACBA;
  border-bottom: 1px solid #00ACBA;
  margin: 20px 0 40px;
}
#accordion .flex .img-box {
  width: unset;
}
#accordion .flex .img-box img {
  width: unset;
}
#accordion .flex ol li {
  position: relative;
}
#accordion .flex ol li.nopd {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #accordion .flex ol li {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  #accordion .flex ol li {
    padding-left: 35px;
  }
}
#accordion .flex ol li i {
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #accordion .flex ol {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #accordion .flex ol {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .flex.col3 li {
    width: calc(33.3333333333% - 1rem);
  }
}
.flex.col3 li img {
  margin-bottom: 0 !important;
}
.flex .bdBox {
  text-align: center;
  color: #00ACBA;
  font-weight: bold;
}
.flex .bdBox .img-box {
  border: 1px solid #00ACBA;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .flex .bdBox .img-box.use {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .flex .bdBox .img-box img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .w25 {
    width: 25%;
    line-height: 3rem;
  }
  .w22 {
    width: 17%;
    line-height: 3rem;
  }
  .w35 {
    width: 35%;
    line-height: 3rem;
  }
  .w6 {
    width: 62%;
    line-height: 3rem;
  }
  .w6.mt1 {
    margin-top: -35px;
  }
  .w6.mt2 {
    margin-top: -70px;
  }
  .w7 {
    width: 72%;
    line-height: 3rem;
  }
  .w8 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .w25,
.w35,
.w22 {
    text-align: center;
    margin-bottom: 20px;
  }
  .w25 img,
.w35 img,
.w22 img {
    margin: auto;
  }
  .sp_scroll {
    overflow: auto;
  }
}
.btngray {
  display: block;
  color: #fff;
  background: #c7c7c7;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  height: 60px;
  max-width: 280px;
  margin: 40px auto 0;
  border: none;
}

.btnblue {
  display: block;
  color: #fff;
  background: #00ACBA;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  height: 60px;
  position: relative;
  max-width: 280px;
  margin: 40px auto 0;
  border: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btnblue {
    margin: 20px auto 0;
  }
}
.btnblue:before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

#cmnListbox {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch !important;
}
#cmnListbox.bdblue li {
  border: 1px solid #00ACBA;
}
#cmnListbox.bdblue li h3 {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}
#cmnListbox.bdblue li h4 {
  text-align: center;
  letter-spacing: -0.01em;
}
#cmnListbox li {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #cmnListbox li {
    width: 48.5%;
    padding: 2%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  #cmnListbox li {
    padding: 5%;
    margin-bottom: 30px;
  }
}
#cmnListbox li h3 {
  text-align: center;
  margin: 0;
  border-bottom: none;
}
#cmnListbox li h4 {
  font-weight: bold;
  padding: 10px 3%;
  color: #00ACBA;
}
@media screen and (min-width: 768px) {
  #cmnListbox li h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #cmnListbox li h4 {
    font-size: 20px;
  }
}
#cmnListbox li .ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#cmnListbox li .ellipsis.txt_catch_archive {
  overflow: auto;
  -webkit-line-clamp: inherit;
}
#cmnListbox li .ellipsis_txt {
  min-height: 75px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #cmnListbox li .ellipsis_txt {
    height: auto;
  }
}
#cmnListbox li figure {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}
#cmnListbox li figure span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #005093;
  color: #fff;
  padding: 5px 20px;
  font-size: 1.2rem;
}

.downloadlist ul li span {
  position: relative;
  color: #00ACBA;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  padding-right: 25px;
}
.downloadlist ul li span:before {
  position: absolute;
  content: "";
  background: url(img/download.svg) no-repeat center;
  width: 13px;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
}

.newsList {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .newsList {
    margin-bottom: 60px;
  }
  .newsList li a {
    display: block;
    padding: 10px 0;
  }
  .newsList li h2 {
    padding: 0 !important;
    font-size: 16px !important;
  }
  .newsList li time {
    display: block;
    font-size: 14px !important;
  }
}
.newsList li {
  border-top: 1px dashed #e2e2e2;
}
@media screen and (min-width: 768px) {
  .newsList li a {
    display: inline-flex;
    align-items: center;
  }
  .newsList li a time {
    width: 15%;
    min-width: 150px;
  }
  .newsList li a h2 {
    width: 85%;
  }
}
.newsList li.article__item {
  padding: 0 3%;
}
.newsList li.article__item:first-child {
  border-top: none;
}
.newsList li.article__item a h2 {
  width: auto;
}
.newsList li.article__item.soukai span::after {
  display: none;
}
.newsList li.article__item.soukai img.pdf_icon {
  width: 15px;
  vertical-align: text-top;
}
.newsList li.article__item.soukai .new-txt {
  display: inline-block;
}
@-moz-document url-prefix() {
  .newsList li.article__item.soukai .new-txt {
    font-size: 11px;
  }
}
.newsList li:last-child {
  border-bottom: 1px dashed #e2e2e2;
}
.newsList li:first-child h2 span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .newsList li:first-child h2 span::before {
    content: "";
    display: none;
  }
}
.newsList li time {
  padding-right: 25px;
  vertical-align: middle;
}
.newsList li h2 {
  text-align: left !important;
  vertical-align: middle;
  padding: 20px 0;
  margin: 0 !important;
  font-size: 18px !important;
  font-family: "Yu Gothic", "游ゴシック", sans-serif !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
  .newsList li h2 {
    font-size: 16px !important;
  }
}
.newsList li h2 span {
  position: relative;
  letter-spacing: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList li h2 span {
    display: inline-block;
  }
}
.newsList li h2 span:after {
  content: "";
  position: absolute;
  right: -19px;
  background: url(./img/icon_pdf.png);
  background-size: cover;
  width: 13px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .newsList li h2 span:after {
    content: "";
    transform: initial;
    top: auto;
    bottom: 7px;
    margin-left: 10px;
    right: auto;
  }
}
.newsList li .urgent-notice {
  background: #c42323;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  padding: 3px 10px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .newsList li .urgent-notice {
    display: inline-block;
  }
}
.newsList.nopdf li h2 span:after {
  display: none;
}
.newsList span.new-txt {
  letter-spacing: normal;
  font-size: 12px;
  background: #00ACBA;
  color: #fff;
  margin: auto;
  padding: 0 8px 0 8px;
}

.contactflow {
  margin: 30px auto;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contactflow {
    margin: 15px auto 30px;
  }
}
.contactflow li {
  width: 33.3333333333%;
  padding: 16px 5%;
  background: url(img/flowbg2.png) no-repeat center/100%;
  color: #00ACBA;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contactflow li {
    padding: 10px 5%;
    background: url(img/flowbg2.png) no-repeat center right/cover;
  }
}
.contactflow .showinput {
  background: url(img/flowbg1.png) no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .contactflow .showinput {
    padding: 10px 5%;
    background: url(img/flowbg1.png) no-repeat center right/cover;
  }
}
@media screen and (max-width: 767px) {
  .contactflow {
    display: flex;
    align-items: center;
  }
}

.mw_wp_form_input .showinput {
  background: url(img/flowbg1-active.png) no-repeat center/100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .showinput {
    padding: 10px 5%;
    background: url(img/flowbg1-active.png) no-repeat center right/cover;
  }
}

.mw_wp_form_confirm .showconfirm {
  background: url(img/flowbg2-active.png) no-repeat center/100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .showconfirm {
    padding: 10px 5%;
    background: url(img/flowbg2-active.png) no-repeat center right/cover;
  }
}

.mw_wp_form_complete .showcomplete {
  background: url(img/flowbg2-active.png) no-repeat center/100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete .showcomplete {
    padding: 10px 5%;
    background: url(img/flowbg2-active.png) no-repeat center right/cover;
  }
}

.form {
  width: 100%;
  border: 1px solid #00ACBA;
  padding-bottom: 60px;
}
.form tr {
  border-bottom: 1px solid #00ACBA;
}
.form tr:last-child {
  border-bottom: none;
}
.form tr th {
  background: #e4f2f4;
  font-size: 16px;
}
.form tr th .required {
  margin-left: 10px;
  color: red;
}
.form tr td {
  font-size: 16px;
}
.form tr td p {
  font-size: 14px !important;
  margin-top: 5px;
}
.form tr td .flex span {
  display: block;
}
.form input {
  border: 1px solid #c7c7c7;
  font-size: 16px;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  height: 32px;
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
}
.form input[type=text]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=email]::-moz-placeholder {
  color: #c7c7c7;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=tel]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder {
  color: #c7c7c7;
}
.form input[type=text]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=email]::placeholder {
  color: #c7c7c7;
}
.form textarea {
  border: 1px solid #c7c7c7;
  padding: 15px;
  width: 100%;
  resize: none;
  font-size: 16px;
}
.form textarea::-moz-placeholder {
  color: #c7c7c7;
}
.form textarea:-ms-input-placeholder {
  color: #c7c7c7;
}
.form textarea::placeholder {
  color: #c7c7c7;
}
@media screen and (min-width: 768px) {
  .form tr th {
    width: 20%;
    padding: 0 2%;
    border-right: 1px solid #00ACBA;
  }
  .form tr td {
    padding: 20px 2%;
  }
  .form tr td .flex div {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .form tr th {
    display: block;
    width: 100%;
    padding: 15px 3%;
  }
  .form tr td {
    display: block;
    width: 100%;
    padding: 20px 5%;
  }
  .form tr .flex input {
    margin-bottom: 10px;
  }
}

.acceptance {
  margin: 60px 0;
  text-align: center;
  padding: 30px 5%;
}
@media screen and (max-width: 767px) {
  .acceptance {
    margin: 30px auto;
  }
}
.acceptance strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.acceptance p {
  width: 100%;
  max-width: 840px;
  margin: auto;
  text-align: left;
  font-size: 14px;
}
.acceptance p a {
  color: #00ACBA;
  text-decoration: underline;
}
.acceptance .checkboxwrap {
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .acceptance .checkboxwrap {
    font-size: 15px;
  }
}
.acceptance .checkboxwrap label {
  cursor: pointer;
}
.acceptance .checkboxwrap input[type=checkbox] {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  position: relative;
  visibility: hidden;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .acceptance .checkboxwrap input[type=checkbox] {
    width: 19px;
    height: 19px;
    margin-right: 0;
  }
}
.acceptance .checkboxwrap input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  background: url(img/checkbox.svg) no-repeat center/contain;
  width: 20px;
  height: 15px;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  visibility: visible;
  border-radius: 5px;
}
.acceptance .checkboxwrap input[type=checkbox]:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  visibility: visible;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 767px) {
  .acceptance .checkboxwrap input[type=checkbox]:before {
    width: 19px;
    height: 19px;
  }
}

.bgBlue {
  background: #e4f2f4;
}

.Btnwrap {
  text-align: center;
}
.Btnwrap button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Btnwrap button {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  .Btnwrap button {
    margin: 10px 0;
  }
}

.acceptance,
.inputonly {
  display: none;
}

.mw_wp_form_complete h2 {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
.mw_wp_form_complete .btnblue {
  margin-top: 60px;
  padding: 15px;
}

.mw_wp_form_input .acceptance {
  display: block;
}
.mw_wp_form_input .inputonly {
  display: block;
}

.mw_wp_form_confirm .Btnwrap {
  margin-top: 50px;
}

#irinfo-page h3 {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e2e2e2;
}

.ttl {
  margin-bottom: 20px;
}
.ttl a {
  font-size: 16px;
  color: #00ACBA;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .year-list {
    justify-content: center;
  }
  .year-list li {
    margin: 0 9px;
    width: 15%;
    float: left;
  }
}
.year-list a {
  display: block;
  position: relative;
  background: #fff;
  color: #00ACBA;
  border: 1px solid #00ACBA;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  /* height: 60px; */
  max-width: 280px;
  margin: 40px auto 0;
  width: 100%;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .year-list a {
    margin: 20px auto 0;
    font-size: 14px;
    padding: 10px 35px 10px 15px;
  }
}
.year-list a:before {
  position: absolute;
  content: "";
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  transition: all ease 0.3s;
}
.year-list a:hover {
  background: #00ACBA;
  color: #fff;
}
.year-list a:hover:before {
  border-color: #fff;
}
.year-list.mb50 {
  margin-bottom: 50px;
}

#irbtnwrap .flex {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #irbtnwrap .flex li {
    width: 49%;
  }
  #irbtnwrap .flex li a {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #irbtnwrap .flex li {
    width: 100%;
  }
  #irbtnwrap .flex li a {
    max-width: 100%;
  }
}

.bgWht {
  background: #fff;
}
.bgWht h3.bdbluettl {
  border: 1px solid #00ACBA !important;
}

.downloadlist h3 {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 0 !important;
}
.downloadlist li:first-child {
  border-top: none;
}
.downloadlist h3 {
  margin-bottom: 0;
}
.downloadlist a {
  display: block;
  padding: 15px 3%;
}

#pageContact .contactwrap {
  text-align: center;
  border: 1px solid #00ACBA;
  padding-bottom: 10px;
}
#pageContact .contactwrap h3 {
  background: #00ACBA;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
#pageContact .contactwrap strong {
  font-weight: bold;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #pageContact .contactwrap strong span:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #pageContact .contactwrap strong {
    font-size: 2rem;
  }
}

.moviewrap {
  flex-wrap: wrap;
}
.moviewrap li {
  margin-bottom: 50px;
  padding: 3%;
  background: #e4f2f4;
  border: 1px solid #00ACBA;
}
@media screen and (min-width: 768px) {
  .moviewrap li {
    width: 48.5%;
  }
}
.moviewrap li iframe {
  width: 100%;
  height: 270px;
}
.moviewrap h3 {
  margin: 0 !important;
  text-align: center;
  border-bottom: none !important;
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  .moviewrap h3 {
    font-size: 1.4rem !important;
  }
}

.cblue {
  color: #00ACBA;
  text-decoration: underline;
}

.fv_irinfo {
  background: url(img/fv_irinfo.png);
  background-size: cover;
}

.fv_contact {
  background: url(img/fv_contact.png);
  background-size: cover;
}

.fv_news {
  background: url(img/fv_news.png) !important;
  background-size: cover;
  background-position: bottom !important;
}

.fv_product {
  background: url(img/fv_contact.png);
  background-size: cover;
}

.fv_kinzoku_oroshi {
  background: url(img/fv_kinzoku_oroshi.png);
  background-size: cover;
}

.fv_policy {
  background: url(./img/fv_policy.png);
  background-size: cover;
}

.fv_environmental {
  background: url(./img/fv_environmental.png);
  background-size: cover;
}

.fv_base {
  background: url(./img/fv_base.png);
  background-size: cover;
}

.pagelink-btn {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pagelink-btn {
    margin-bottom: 40px;
  }
}
.pagelink-btn ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pagelink-btn ul {
    flex-wrap: wrap;
  }
}
.pagelink-btn ul li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .pagelink-btn ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pagelink-btn ul li a {
  background: #00ACBA;
  color: #fff;
  font-size: 1.6rem;
  max-width: 280px;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: 1px solid #00ACBA;
  transition: 0.6s;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pagelink-btn ul li a {
    max-width: none;
    font-size: 1.4rem;
  }
}
.pagelink-btn ul li a:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transition: 0.6s;
  transform: rotate(135deg);
}
.pagelink-btn ul li a:hover {
  background: #fff;
  color: #00ACBA;
}
.pagelink-btn ul li a:hover:before {
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
}
.pagelink-btn.center ul {
  max-width: 590px;
  margin: auto;
}
.pagelink-btn.center ul li {
  width: 48%;
}
.pagelink-btn.policy .container ul {
  flex-wrap: wrap;
  justify-content: center;
}
.pagelink-btn.policy .container ul li {
  width: 27.2%;
}
@media screen and (max-width: 767px) {
  .pagelink-btn.policy .container ul li {
    width: 100%;
  }
}
.pagelink-btn.policy .container ul li a {
  font-size: 1.4rem;
  max-width: 285px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .pagelink-btn.policy .container ul li a {
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
  }
}
.pagelink-btn.policy .container ul li a:before {
  right: 12px;
}
.pagelink-btn.policy .container ul li:nth-of-type(2) .small-txt {
  font-size: 1.4rem;
}
.pagelink-btn.policy .container ul li:nth-of-type(n+4) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .pagelink-btn.policy .container ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}

.common-cont {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .common-cont {
    padding: 40px 0;
  }
}
.common-cont.mb0 {
  margin-bottom: 0;
  padding: 0;
}
.common-cont h2 {
  text-align: center;
  color: #00ACBA;
  margin-bottom: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .common-cont h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.common-cont#profile01 {
  background: #E4F2F4;
}
.common-cont .profile01-white {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .common-cont .profile01-white {
    padding: 20px;
  }
}
.common-cont .profile01-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common-cont .profile01-flex {
    display: block;
    margin-bottom: 20px;
  }
}
.common-cont .profile01-flex figure {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .common-cont .profile01-flex figure {
    width: 100%;
  }
}
.common-cont .profile01-flex > div {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .common-cont .profile01-flex > div {
    margin-top: 20px;
    width: 100%;
  }
}
.common-cont .profile01-flex > div h3 {
  font-size: 2.2rem;
  color: #00ACBA;
}
.common-cont .profile01-flex > div .position {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 10px;
}
.common-cont .profile01-flex > div h4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.common-cont .profile01-flex > div h4 span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-right: 10px;
}
.common-cont .profile01-flex > div .eng {
  display: block;
  font-size: 1.2rem !important;
  letter-spacing: 3px;
  letter-spacing: 3px;
  text-align: right;
}
.common-cont .profile01-flex > div p {
  line-height: 1.6em !important;
}
.common-cont .txt {
  font-size: 1.6rem;
  color: #000;
}
.common-cont#profile02 dl {
  padding: 40px;
  border: 1px solid #00ACBA;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common-cont#profile02 dl {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.common-cont#profile02 dl dt {
  font-size: 2.6rem;
  color: #00ACBA;
  padding-bottom: 10px;
  border-bottom: 1px solid #00ACBA;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .common-cont#profile02 dl dt {
    font-size: 1.8rem;
  }
}
.common-cont#profile02 dl dd {
  counter-reset: number 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .common-cont#profile02 dl dd {
    font-size: 1.4rem;
  }
}
.common-cont#profile02 dl dd figure {
  text-align: center;
}
.common-cont#profile02 dl dd h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .common-cont#profile02 dl dd h3 {
    font-size: 1.6rem;
  }
}
.common-cont#profile02 dl dd ul {
  margin-bottom: 20px;
}
.common-cont#profile02 dl dd ul li {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .common-cont#profile02 dl dd ul li {
    font-size: 1.4rem;
  }
}
.common-cont#profile02 dl dd h4 {
  font-size: 1.6rem;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-cont#profile02 dl dd h4 {
    font-size: 1.4rem;
  }
}
.common-cont#profile02 dl dd h4:before {
  position: absolute;
  left: 0;
  color: #00ACBA;
  counter-increment: number 1;
  content: counter(number) " ";
}
.common-cont#profile02 dl dd h4:nth-of-type(2) {
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .common-cont#profile02 dl dd h4:nth-of-type(2) {
    margin: 10px auto;
  }
}
.common-cont#profile02 dl dd p {
  padding-left: 25px;
}
.common-cont#profile02 dl.operation-list p {
  line-height: 1.6em;
}
.common-cont#profile03 {
  background: #E4F2F4;
}
.common-cont#profile03 table {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  border: 1px solid #00ACBA;
  background: #fff;
}
.common-cont#profile03 table th {
  width: 210px;
  background: #00ACBA;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .common-cont#profile03 table th {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
}
.common-cont#profile03 table td {
  color: #000;
  font-size: 1.6rem;
  padding: 20px;
  border-bottom: 1px solid #00ACBA;
}
@media screen and (max-width: 767px) {
  .common-cont#profile03 table td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
}
.common-cont#profile04 .table-wrap {
  padding: 40px 60px;
  border: 1px solid #00ACBA;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common-cont#profile04 .table-wrap {
    padding: 20px;
  }
}
.common-cont#profile04 table {
  width: 100%;
  background: #fff;
}
.common-cont#profile04 table tbody {
  width: 100%;
}
.common-cont#profile04 table tr {
  border-bottom: 1px solid #00ACBA;
  padding: 15px 0 8px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .common-cont#profile04 table tr {
    flex-wrap: wrap;
  }
}
.common-cont#profile04 table th {
  color: #00ACBA;
  font-size: 1.8rem;
  width: 85px;
}
@media screen and (max-width: 767px) {
  .common-cont#profile04 table th {
    font-size: 1.4rem;
    width: 18%;
  }
}
.common-cont#profile04 table td {
  color: #000;
  font-size: 1.8rem;
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .common-cont#profile04 table td {
    width: 100%;
    font-size: 1.4rem;
  }
}
.common-cont#policy01 {
  background: #E4F2F4;
}
.common-cont#policy01 dl {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common-cont#policy01 dl {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.common-cont#policy01 dt {
  font-size: 2.6rem;
  color: #00ACBA;
  padding-bottom: 10px;
  border-bottom: 1px solid #00ACBA;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .common-cont#policy01 dt {
    font-size: 2rem;
  }
}
.common-cont#policy01 dd {
  counter-reset: number 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .common-cont#policy01 dd {
    font-size: 1.4rem;
  }
}
.common-cont#policy01 dd figure {
  text-align: center;
}
.common-cont#policy01 dd h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.common-cont#policy01 dd ul {
  margin-bottom: 20px;
}
.common-cont#policy01 dd ul li {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .common-cont#policy01 dd ul li {
    font-size: 1.4rem;
  }
}
.common-cont#policy01 dd h4 {
  font-size: 1.6rem;
  padding-left: 25px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common-cont#policy01 dd h4 {
    font-size: 1.4rem;
  }
}
.common-cont#policy01 dd h4:before {
  position: absolute;
  left: 0;
  color: #00ACBA;
  counter-increment: number 1;
  content: counter(number) " ";
}
.common-cont#policy01 dd p {
  padding-left: 25px;
  margin-bottom: 40px;
}
.common-cont#policy02 {
  background: #E4F2F4;
}
.common-cont#policy02 dl {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .common-cont#policy02 dl {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.common-cont#policy02 dt {
  font-size: 2.6rem;
  color: #00ACBA;
  padding-bottom: 10px;
  border-bottom: 1px solid #00ACBA;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .common-cont#policy02 dt {
    font-size: 2rem;
  }
}
.common-cont#policy02 dd {
  counter-reset: number 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .common-cont#policy02 dd {
    font-size: 1.4rem;
  }
}
.common-cont#policy02 dd h4 {
  font-size: 1.6rem;
  padding-left: 25px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common-cont#policy02 dd h4 {
    font-size: 1.4rem;
  }
}
.common-cont#policy02 dd h4:before {
  position: absolute;
  left: 0;
  color: #00ACBA;
  counter-increment: number 1;
  content: counter(number) " ";
}
.common-cont#policy02 dd p {
  padding-left: 25px;
  margin-bottom: 40px;
}
.common-cont#policy03 {
  background: #fff;
}
.common-cont#policy03 .whitebg {
  background: #fff;
  padding: 40px;
  border: 1px solid #00ACBA;
}
@media screen and (max-width: 767px) {
  .common-cont#policy03 .whitebg {
    padding: 20px;
  }
}
.common-cont#policy03 h4 {
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common-cont#policy03 h4 {
    font-size: 1.4rem;
  }
}
.common-cont#policy03 p {
  margin-bottom: 40px;
}
.common-cont#policy04 {
  background: #E4F2F4;
}
.common-cont#policy04 .policy04box {
  padding: 40px;
  background: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .common-cont#policy04 .policy04box {
    padding: 20px;
  }
}
.common-cont#policy04 .policy04box h4 {
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common-cont#policy04 .policy04box h4 {
    font-size: 1.4rem;
  }
}
.common-cont#policy04 .policy04box p {
  margin-bottom: 40px;
}
.common-cont#policy05 {
  background: #fff;
}
.common-cont#policy05 .whitebg {
  background: #fff;
  padding: 40px;
  border: 1px solid #00ACBA;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .common-cont#policy05 .whitebg {
    padding: 20px;
  }
}
.common-cont#policy05 h4 {
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .common-cont#policy05 h4 {
    font-size: 1.4rem;
  }
}
.common-cont#policy05 h4:before {
  position: absolute;
  left: 0;
  color: #00ACBA;
  counter-increment: number 1;
  content: counter(number) " ";
}
.common-cont#policy05 p {
  margin-bottom: 40px;
  padding-left: 25px;
}

.common-cont#policy06 {
  background: #fff;
}
.common-cont#policy06 .whitebg {
  background: #fff;
  padding: 40px;
  border: 1px solid #00ACBA;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .common-cont#policy06 .whitebg {
    padding: 20px;
  }
}
.common-cont#policy06 h4 {
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .common-cont#policy06 h4 {
    font-size: 1.4rem;
  }
}
.common-cont#policy06 h4:before {
  position: absolute;
  left: 0;
  color: #00ACBA;
  counter-increment: number 1;
  content: counter(number) " ";
}
.common-cont#policy06 p {
  margin-bottom: 40px;
  padding-left: 25px;
}

.environmental_catch {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .environmental_catch {
    padding: 40px 0;
  }
}
.environmental_catch h2 {
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .environmental_catch h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.environmental_catch .txt {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .environmental_catch .txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .environmental_catch .txt br {
    display: none;
  }
}

.certification {
  padding: 75px 0;
  background: #d6f0f2;
}
@media screen and (max-width: 767px) {
  .certification {
    padding: 40px 0;
  }
}
.certification h2 {
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .certification h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.certification .table-wrap {
  padding: 40px 60px;
  border: 1px solid #00ACBA;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .certification .table-wrap {
    padding: 20px;
  }
}
.certification table {
  width: 100%;
}
.certification table tbody {
  width: 100%;
}
.certification table tr {
  border-bottom: 1px solid #00ACBA;
  padding: 15px 0 8px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .certification table tr {
    flex-wrap: wrap;
  }
}
.certification table th {
  color: #00ACBA;
  font-size: 1.8rem;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .certification table th {
    font-size: 1.4rem;
  }
}
.certification table th:nth-child(1) {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .certification table th:nth-child(1) {
    width: 60px;
  }
}
.certification table th br {
  display: none;
}
.certification table td {
  color: #000;
  font-size: 1.8rem;
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .certification table td {
    width: 100%;
    font-size: 1.4rem;
  }
}

.consideration {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .consideration {
    padding: 40px 0;
  }
}
.consideration .consideration-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .consideration .consideration-flex {
    flex-wrap: wrap;
  }
}
.consideration h2 {
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .consideration h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.consideration-list {
  padding: 30px;
  background: #d6f0f2;
}
.consideration-list .consideration-ttl h3 {
  font-size: 2.4rem;
  color: #00ACBA;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00ACBA;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .consideration-list .consideration-ttl h3 {
    font-size: 1.8rem;
  }
}
.consideration-list .image-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .consideration-list .image-flex {
    flex-wrap: wrap;
  }
}
.consideration-list .image-flex .img-wrap {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .consideration-list .image-flex .img-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .consideration-list .image-flex .img-wrap:last-of-type {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .consideration-list .img-wrap figure {
    text-align: center;
  }
}
.consideration-list .img-wrap .sub-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00ACBA;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .consideration-list .img-wrap .sub-ttl {
    font-size: 1.8rem;
  }
}
.consideration-list:nth-of-type(1) {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .consideration-list:nth-of-type(1) {
    width: 100%;
  }
}
.consideration-list:nth-of-type(2) {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .consideration-list:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
  }
}

.co2 {
  padding: 75px 0;
  background: #d6f0f2;
}
@media screen and (max-width: 767px) {
  .co2 {
    padding: 40px 0;
  }
}
.co2 h2 {
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .co2 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.co2 figure {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .co2 figure {
    margin-bottom: 20px;
  }
}
.co2 p {
  font-size: 1.6rem;
  color: #1C1C1C;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .co2 p {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .co2 p br {
    display: none;
  }
}

.base {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .base {
    padding: 80px 0 30px;
  }
}
.base h2 {
  font-size: 3.2rem;
  font-family: "游明朝体", "Sawarabi Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #00ACBA;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.base .sub-pagelink {
  margin-bottom: 60px;
}
.base .sub-pagelink ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base .sub-pagelink ul {
    display: block;
  }
}
.base .sub-pagelink ul li {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .base .sub-pagelink ul li {
    width: 44%;
    float: left;
    margin-bottom: 10px;
  }
}
.base .sub-pagelink ul li a {
  background: #fff;
  display: block;
  text-align: center;
  border: 1px solid #00ACBA;
  color: #00ACBA;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 30px 10px 15px;
  position: relative;
}
.base .sub-pagelink ul li a:before {
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00ACBA;
  border-right: 1px solid #00ACBA;
  content: "";
  transition: 0.6s;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .base .sub-pagelink ul li a:before {
    right: 17px;
  }
}
.base#base01 {
  background: #d6f0f2;
}
.base .base-list {
  background: #fff;
  padding: 60px 40px 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .base .base-list {
    padding: 40px 20px 40px;
  }
}
.base .base-list:last-child {
  margin-bottom: 0;
}
.base .base-list dl {
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #00ACBA;
}
@media screen and (max-width: 767px) {
  .base .base-list dl {
    padding: 15px 20px;
  }
}
.base .base-list dl:last-child {
  margin-bottom: 0;
}
.base .base-list dl dt {
  font-size: 2.6rem;
  color: #00ACBA;
  padding-bottom: 10px;
  border-bottom: 1px solid #00ACBA;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .base .base-list dl dt {
    font-size: 2rem;
  }
}
.base .base-list dl dd .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base .base-list dl dd .flx {
    display: block;
  }
}
.base .base-list dl dd .flx figure {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .base .base-list dl dd .flx figure {
    width: 100%;
  }
}
.base .base-list dl dd .flx > div {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .base .base-list dl dd .flx > div {
    width: 100%;
  }
}
.base .base-list dl dd .mainoffice {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base .base-list dl dd .mainoffice {
    display: block;
  }
}
.base .base-list dl dd .mainoffice-list {
  width: 32%;
  border: 1px solid #00ACBA;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .base .base-list dl dd .mainoffice-list {
    width: 100%;
    margin-bottom: 10px;
  }
}
.base .base-list dl dd .mainoffice-list h3 {
  text-align: center;
  font-size: 1.8rem !important;
  font-weight: bold;
  color: #00ACBA;
  margin-bottom: 10px !important;
  line-height: 1;
}
.base .base-list dl dd .mainoffice-list p {
  font-size: 1.6rem !important;
  text-align: center;
}
.base .base-list dl dd .g-btn {
  background: #00ACBA;
  border: 1px solid #00ACBA;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding: 0px 10px;
  font-size: 1.2rem;
  transition: 0.6s;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .base .base-list dl dd .g-btn {
    display: table;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.base .base-list dl dd .g-btn:hover {
  background: #fff;
  color: #00ACBA;
}
.base .base-list.other {
  background: #d6f0f2;
  padding: 0;
  margin-bottom: 30px;
}
.base .base-list.other dl {
  border: none;
}
.base .base-list.other dl dd .flx:last-child {
  margin-bottom: 0;
}
.base .base-list.other dl dd .flx h3 {
  font-size: 1.8rem !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  margin-top: 15px;
}

.modaal-content-container .flex {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .modaal-content-container .flex {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .modaal-content-container .flex .w5 {
    width: calc(50% - 1.5rem);
  }
}
.modaal-content-container .flex h3 {
  background: none;
  border-bottom: none;
  padding: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .modaal-content-container .flex h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container .flex h3 {
    font-size: 1.8rem;
  }
}
.modaal-content-container .flex p {
  font-size: 1.6rem;
}
.modaal-content-container h3 {
  font-size: 2.6rem;
  padding: 14px 3%;
  background: #e4f2f4;
  color: #00ACBA;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .modaal-content-container h3 {
    margin-top: 40px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container h3 {
    margin-top: 30px;
    font-size: 2rem;
  }
}
.modaal-content-container .paddingCmn {
  padding: 20px 3%;
}
.modaal-content-container .paddingCmn .link-area {
  text-align: center;
}
.modaal-content-container .paddingCmn a {
  display: inline-block;
}
.modaal-content-container .paddingCmn a img {
  max-width: 380px;
  width: 100%;
  image-rendering: auto;
}
.modaal-content-container .tac {
  text-align: center;
}
.modaal-content-container .mt20 {
  margin-top: 20px;
}
.modaal-content-container .mt40 {
  margin-top: 40px;
}
.modaal-content-container .block {
  display: block;
}
.modaal-content-container #pageTable {
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #00ACBA;
}
.modaal-content-container #pageTable tr th {
  text-align: center;
  color: #fff;
  background: #00ACBA;
  font-weight: bold;
  border-right: 1px solid #00ACBA;
  padding: 15px 10px;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .modaal-content-container #pageTable tr th {
    width: 25%;
  }
  .modaal-content-container #pageTable tr th:last-child {
    border-bottom: 1px solid #00ACBA;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container #pageTable tr th {
    width: 100%;
    display: block;
  }
}
.modaal-content-container #pageTable tr td {
  padding: 15px 3%;
  width: 75%;
  min-width: 150px;
  border-bottom: 1px solid #00ACBA;
}
@media screen and (min-width: 768px) {
  .modaal-content-container #pageTable tr td {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container #pageTable tr td {
    width: 100%;
    display: block;
  }
  .modaal-content-container #pageTable tr td:last-child {
    border-bottom: none;
  }
}

.mw1000 {
  max-width: 1000px;
}

.recruit_fv {
  background: #e15b30;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit_fv {
    margin-top: 50px;
  }
}
.recruit_fv:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-bottom: none;
  border-top: 100vw solid #f24f18;
  border-right: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_fv:before {
    display: none;
  }
}
.recruit_fv:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border: 50vw solid transparent;
  border-top: none;
  border-bottom: 100vw solid #f24f18;
  border-left: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit_fv:after {
    display: none;
  }
}
.recruit_fv .container {
  position: relative;
  z-index: 10;
}
.recruit_fv .container .fv_cacth {
  position: absolute;
  left: 3%;
  top: 43%;
  max-width: 830px;
  width: 69%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .recruit_fv .container .fv_cacth {
    width: 60%;
  }
}
.recruit_fv .container .fv_txt_img {
  position: absolute;
  bottom: 20px;
  right: 100px;
}
.recruit_fv .container .fv_txt {
  position: absolute;
  right: 20%;
  top: 58%;
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
  transform: translate(0, 50%) rotate(-10deg);
}
.recruit_fv .container .fv_txt .fv_txt_child {
  display: block;
}
.recruit_fv .container .fv_txt .fv_txt_child:nth-child(1) {
  padding-left: 1.2em;
}
.recruit_fv .container .fv_txt .fv_txt_child:nth-child(2) {
  padding-left: 0.9em;
}
.recruit_fv .container .fv_txt .fv_txt_child:nth-child(3) {
  padding-left: 0.6em;
}
.recruit_fv .container .fv_txt .fv_txt_child:nth-child(4) {
  padding-left: 0.3em;
}

.line-friend-icon {
  position: fixed;
  right: 40px;
  bottom: 40px;
  max-width: 160px;
  width: 20%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .line-friend-icon {
    right: 15px;
    bottom: 15px;
  }
}

.recruit_ourbusiness {
  background: #f2e018;
}
.recruit_ourbusiness .container {
  padding: 66px 0 72px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness .container {
    padding: 50px 0 250px;
  }
}
.recruit_ourbusiness h2 {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #f24f18;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 25px;
  border-radius: 0 30px 30px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness h2 {
    font-size: 1.6rem;
  }
}
.recruit_ourbusiness h2 .eng {
  font-family: "Bebas Neue", cursive;
  font-size: 4rem;
  color: #fff;
  background: #f24f18;
  padding: 7px 20px 3px 0;
  position: relative;
  z-index: 10;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness h2 .eng {
    font-size: 2rem;
    padding: 14px 20px 14px 0;
  }
}
.recruit_ourbusiness h2 .eng:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #f24f18;
  z-index: -1;
}
.recruit_ourbusiness h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness h3 {
    margin-bottom: 15px;
  }
}
.recruit_ourbusiness h3 span {
  display: inline-block;
  font-size: 4.4rem;
  border-bottom: 3px solid #000;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness h3 span {
    font-size: 2rem;
  }
}
.recruit_ourbusiness .txt {
  font-weight: 600;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4em;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness .txt {
    font-size: 1.4rem;
    line-height: 2em;
  }
}
.recruit_ourbusiness .txt .red {
  color: #f24f18;
}
.recruit_ourbusiness .fukiicon {
  position: absolute;
  top: 16%;
  right: 8%;
  width: 40%;
  max-width: 445px;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness .fukiicon {
    right: 0%;
    top: 11%;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness .fukiicon img {
    width: 65%;
    right: -18px;
    position: absolute;
  }
}
.recruit_ourbusiness .human {
  position: absolute;
  bottom: 0%;
  right: -3%;
  width: 22%;
  max-width: 235px;
}
@media screen and (max-width: 767px) {
  .recruit_ourbusiness .human {
    width: 60%;
    right: 20%;
  }
}

.recruit_movie {
  background: url("./img/recruit_movie_bg.png");
  background-size: cover;
  background-position: center;
  padding: 85px 0 90px;
}
.recruit_movie .mw1000 {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .recruit_movie {
    padding: 50px 0;
  }
}
.recruit_movie h2 {
  text-align: center;
  font-size: 8rem;
  font-family: "Bebas Neue", cursive;
  margin-bottom: 38px;
  color: #17a1e5;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .recruit_movie h2 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.recruit_movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.recruit_movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.recruit_check {
  background: #dcf1fb;
  position: relative;
  padding-top: 30px;
}
.recruit_check:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #17a1e5, #17a1e5 2px, transparent 0, transparent 6px);
}
.recruit_check .container {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit_check .container {
    display: block;
    width: 95%;
    padding: 30px 0 120px;
  }
}
.recruit_check .container dl {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .recruit_check .container dl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit_check .container dl dt {
  font-size: 3.2rem;
  color: #17a1e5;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit_check .container dl dt {
    font-size: 2rem;
    text-align: center;
  }
}
.recruit_check .container dl dd {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit_check .container dl dd {
    font-size: 1.4rem;
  }
}
.recruit_check .container > div {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_check .container > div {
    width: 50%;
    position: relative;
    margin: auto;
  }
}
.recruit_check .container > div img {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .recruit_check .container > div img {
    width: 100%;
    bottom: -120px;
  }
}

.recruit_entry {
  padding: 80px 0 70px;
  background: #45b4eb;
  background-image: url(./img/recruit_entry_bg.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_entry {
    padding: 50px 0;
    background-size: cover;
    background-position: right center;
  }
}
.recruit_entry h2 {
  text-align: center;
  font-size: 8rem;
  font-family: "Bebas Neue", cursive;
  margin-bottom: 12px;
  color: #f2e018;
  letter-spacing: 2px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit_entry h2 {
    font-size: 4rem;
  }
}
.recruit_entry .txt {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.recruit_entry ul {
  max-width: 940px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit_entry ul {
    display: block;
  }
}
.recruit_entry ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .recruit_entry ul li {
    width: 100%;
  }
}
.recruit_entry ul li a {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #fff;
  background-image: url(./img/recruit_arrow.svg);
  background-size: 20px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  padding: 15px;
  border: 2px solid #45b4eb;
  color: #45b4eb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_entry ul li a {
    font-size: 2rem;
    padding: 10px;
  }
}

.aboutwork {
  background-color: #fff;
  background-image: radial-gradient(#f2e018 20%, transparent 20%), radial-gradient(#f2e018 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  padding: 72px 0 80px;
}
@media screen and (max-width: 767px) {
  .aboutwork {
    padding: 50px 0;
    background-image: radial-gradient(#f2e018 10%, transparent 10%), radial-gradient(#f2e018 10%, transparent 10%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
  }
}
.aboutwork .eng-ttl {
  font-size: 4rem;
  color: #f24f18;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aboutwork .eng-ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.aboutwork h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutwork h2 span {
  font-size: 4.4rem;
  width: 2em;
  background: #f24f18;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  margin: 0 -0.2em;
}
@media screen and (max-width: 767px) {
  .aboutwork h2 span {
    font-size: 3rem;
  }
}
.aboutwork dl {
  border: 4px solid #f2e018;
  border-radius: 0 30px 0 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .aboutwork dl {
    border-radius: 0 15px 0 15px;
    margin-top: 30px;
  }
}
.aboutwork dl dt {
  color: #f24f18;
  background: #f2e018;
  font-size: 2.4rem;
  padding: 10px 15px 10px 40px;
  border-radius: 0 10px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .aboutwork dl dt {
    font-size: 1.8rem;
    padding: 10px 15px 10px 20px;
  }
}
.aboutwork dl dd {
  background: #fff;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .aboutwork dl dd {
    padding: 20px;
    display: block;
  }
}
.aboutwork dl dd .txt {
  width: 48%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .aboutwork dl dd .txt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.aboutwork dl dd figure {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutwork dl dd figure {
    width: 100%;
    margin-top: 100px;
  }
}
.aboutwork dl dd figure .human {
  width: 40%;
  position: absolute;
}
.aboutwork dl dd figure .human.human01 {
  right: 0;
  width: 41%;
  top: -93%;
}
@media screen and (max-width: 767px) {
  .aboutwork dl dd figure .human.human01 {
    left: auto;
    width: 100px;
    right: 5%;
    top: -130px;
  }
}
.aboutwork dl dd figure .human.human02 {
  left: 4%;
  width: 24%;
  top: -55%;
}
@media screen and (max-width: 767px) {
  .aboutwork dl dd figure .human.human02 {
    left: auto;
    width: 100px;
    right: 5%;
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .aboutwork dl dd figure .sp-rela {
    position: relative;
  }
}

.recruit_messege {
  background: #f2e018;
  padding: 75px 0 90px;
}
@media screen and (max-width: 767px) {
  .recruit_messege {
    padding: 50px 0;
  }
}
.recruit_messege .eng-ttl {
  text-align: center;
  max-width: 270px;
  margin: 0 auto 20px;
}
.recruit_messege h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_messege h2 {
    margin-bottom: 30px;
  }
}
.recruit_messege h2 span {
  color: #f24f18;
  font-weight: bold;
  font-size: 4rem;
  display: inline-block;
  border-bottom: 4px solid #fff;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .recruit_messege h2 span {
    font-size: 2.4rem;
  }
}
.recruit_messege .messege-wrap {
  background: #fff;
  padding: 45px;
  border: 3px solid #f24f18;
  border-right: 13px solid #f24f18;
  border-bottom: 13px solid #f24f18;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  .recruit_messege .messege-wrap {
    padding: 25px 20px 50px;
    display: block;
    border-radius: 10em;
  }
}
.recruit_messege .messege-wrap:last-child {
  margin-bottom: 0;
}
.recruit_messege .messege-wrap .thum {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .recruit_messege .messege-wrap .thum {
    width: 180px;
    margin: auto;
  }
}
.recruit_messege .messege-wrap .txt {
  width: calc(100% - 250px);
  font-size: 1.8rem;
  color: #000;
  line-height: 1.8em;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_messege .messege-wrap .txt {
    margin-top: 30px;
    width: 100%;
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.recruit_messege .messege-wrap .txt.fl {
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .recruit_messege .messege-wrap .txt.fl {
    padding-left: 0;
  }
}

.requirements {
  background: #17a1e5;
  padding: 72px 0 80px;
}
.requirements .eng-ttl {
  font-size: 4rem;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .requirements .eng-ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.requirements h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .requirements h2 {
    margin-bottom: 30px;
  }
}
.requirements h2 span {
  font-size: 4.4rem;
  width: 2em;
  background: #fff;
  color: #17a1e5;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  margin: 0 -0.2em;
}
@media screen and (max-width: 767px) {
  .requirements h2 span {
    font-size: 3rem;
  }
}
.requirements-table {
  max-width: 860px;
  margin: auto;
  position: relative;
}
.requirements-table .human {
  position: absolute;
  bottom: -65px;
  max-width: 160px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .requirements-table .human {
    bottom: -50px;
    max-width: 70px;
    right: 5px;
  }
}
.requirements-table table {
  border: 6px solid #17a1e5;
}
.requirements-table table th {
  width: 160px;
  color: #17a1e5;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fbf6ba;
  text-align: center;
  border-right: 6px solid #17a1e5;
  border-bottom: 6px solid #17a1e5;
}
@media screen and (max-width: 767px) {
  .requirements-table table th {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #17a1e5;
    padding: 15px 0;
  }
}
.requirements-table table td {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 25px;
  border-bottom: 6px solid #17a1e5;
}
@media screen and (max-width: 767px) {
  .requirements-table table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px;
  }
}
.requirements-table table td.pl {
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .requirements-table table td.pl {
    padding-left: 15px;
  }
}
.requirements-table table td.pl span {
  position: absolute;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .requirements-table table td.pl span {
    display: block;
    font-weight: bold;
    position: static;
  }
}
.requirements-table table tr:last-child th,
.requirements-table table tr:last-child td {
  border-bottom: none;
}

.recruit_bnr {
  background: #5dbded;
  padding: 72px 0 80px;
}
@media screen and (max-width: 767px) {
  .recruit_bnr {
    padding: 50px 0;
  }
}
.recruit_bnr .eng-ttl {
  font-size: 4rem;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_bnr .eng-ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.recruit_bnr h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit_bnr h2 {
    margin-bottom: 30px;
  }
}
.recruit_bnr h2 span {
  font-size: 4.4rem;
  width: 2em;
  background: #fff;
  color: #17a1e5;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  margin: 0 -0.2em;
}
@media screen and (max-width: 767px) {
  .recruit_bnr h2 span {
    font-size: 3rem;
  }
}
.recruit_bnr ul {
  max-width: 866px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit_bnr ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.recruit_bnr ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .recruit_bnr ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_bnr ul li.sp100 {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 28%;
  }
}

.contact-inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact-inner {
    padding-bottom: 40px;
  }
}

.coming-soon {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .coming-soon {
    padding: 0 0 50px;
  }
}
.coming-soon .coming-title {
  text-align: center;
  font-size: 4rem;
  color: #00ACBA;
  font-family: "Lato", sans-serif !important;
}
.coming-soon .coming-des {
  text-align: center;
  font-size: 2rem;
}

.modal_tbl_uder {
  display: block;
  margin: 20px auto;
}/*# sourceMappingURL=style.css.map */