@charset "UTF-8";

/*
Theme Name: ecokimera
Description:name
Version: 1.0
*/
/*変数設定用*/
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: 2s;
  transition-delay: 2s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.spinner {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 0;
  width: 100%;
  padding-top: 100%;
}

.spinner img {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.fix_btn {
  position: fixed;
  right: 0;
  top: 20vh;
  z-index: 100;
}

.mv {
  position: relative;
}

.mv h2 {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 2.4rem;
  letter-spacing: 10px;
  line-height: 3.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .mv h2 {
    font-size: 1.8rem;
    line-height: 3em;
    top: 40%;
    text-shadow: 1px 1px 3px #fff;
  }
}

.mv h2 span {
  max-width: 600px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .mv h2 span {
    width: 90%;
  }
}

.slider {
  margin: 6% auto 6%;
}

.slider .slick-dots {
  text-align: center;
}

.slider .slick-dots li {
  display: inline-block;
  margin: 20px 6px;
  max-width: 100px;
  text-align: center;
}

.slider .slick-dots li button {
  width: 12px;
  height: 13px;
  background: #95cdd7;
  color: #95cdd7;
  border: none;
  border-radius: 5px;
}

.slider .slick-dots li.slick-active button {
  background: #6ea8b2;
  color: #6ea8b2;
}

.news {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .news {
    margin-top: 50px;
  }
}

.news .container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .news .container {
    display: block;
  }
}

.news__list {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .news__list {
    width: 100%;
    margin-bottom: 30px;
  }
}

.news__list ul {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .news__list ul {
    padding: 15px;
    margin-top: 25px;
  }
}

.news__list li {
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .news__list li {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.news__list li span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.news .ttl {
  font-size: 7.2rem;
  color: #95cdd7;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news .ttl {
    font-size: 3.8rem;
  }
}

.news .ttl span {
  display: block;
  letter-spacing: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news .ttl span {
    display: block;
    margin-top: 0;
  }
}

.news .ttl.blk {
  color: #000;
}

.news .detail_btn {
  display: block;
  max-width: 350px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #95cdd7;
  padding: 10px 30px;
  border-radius: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .news .detail_btn {
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
}

.about {
  margin: 120px 0;
}

@media screen and (max-width: 767px) {
  .about {
    margin: 60px 0;
  }
}

.about .ttl {
  text-align: center;
  font-size: 7.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .about .ttl {
    font-size: 3.8rem;
  }
}

.about .ttl span {
  display: block;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .about .ttl span {
    margin-bottom: 20px;
  }
}

.about p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .about p {
    font-size: 1.4rem;
  }
}

.about .detail_btn {
  display: block;
  max-width: 350px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: #6ea8b2;
  padding: 10px 30px;
  border-radius: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .about .detail_btn {
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
}

.movie-wrap {
  float: left;
  width: 32%;
  position: relative;
  height: 0;
  padding-top: 17.5%;
}

@media screen and (max-width: 767px) {
  .movie-wrap {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 56.25%;
  }
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-wrap:nth-child(2) {
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .movie-wrap:nth-child(2) {
    margin: 20px auto;
  }
}

.f_banner {
  margin: 70px 0 100px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .f_banner {
    margin: 30px 0;
    width: 100%;
  }
}

.f_banner ul {
  display: inline-block;
}

.f_banner ul li {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .f_banner ul li {
    width: 100%;
  }
}

.f_banner ul li:nth-child(1) {
  margin-right: 1%;
  float: left;
}

@media screen and (max-width: 767px) {
  .f_banner ul li:nth-child(1) {
    float: none;
    margin: 0 auto 10px;
  }
}

.f_banner ul li:nth-child(2) {
  margin-left: 1%;
  float: right;
}

@media screen and (max-width: 767px) {
  .f_banner ul li:nth-child(2) {
    float: none;
    margin: 0;
  }
}

.under_mv {
  width: 100%;
  background-size: cover;
  background-position: top;
}

.under_mv h2 {
  padding: 10% 0;
  font-size: 7.2rem;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .under_mv h2 {
    font-size: 3.8rem;
    padding: 15% 0;
  }
}

.under_mv h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.under_mv.about_page {
  background-image: url(img/about_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.about_page {
    background-image: url(img/about_fv_sp.png);
  }
}

.under_mv.products_s {
  background-image: url(img/products_s_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.products_s {
    background-image: url(img/products_s_fv_sp.png);
  }
}

.under_mv.products_c {
  background-image: url(img/products_c_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.products_c {
    background-image: url(img/products_c_fv_sp.png);
  }
}

.under_mv.products_f {
  background-image: url(img/products_f_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.products_f {
    background-image: url(img/products_f_fv_sp.png);
  }
}

.under_mv.case_study_s {
  background-image: url(img/case_study_s_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.case_study_s {
    background-image: url(img/case_study_s_fv_sp.png);
  }
}

.under_mv.case_study_c {
  background-image: url(img/case_study_c_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.case_study_c {
    background-image: url(img/case_study_c_fv_sp.png);
  }
}

.under_mv.case_study_f {
  background-image: url(img/case_study_f_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.case_study_f {
    background-image: url(img/case_study_f_fv_sp.png);
  }
}

.under_mv.patent {
  background-image: url(img/patent_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.patent {
    background-image: url(img/patent_fv_sp.png);
  }
}

.under_mv.scenery {
  background-image: url(img/scenery_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.scenery {
    background-image: url(img/scenery_fv_sp.png);
  }
}

.under_mv.member {
  background-image: url(img/member_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.member {
    background-image: url(img/member_fv_sp.png);
  }
}

.under_mv.contact {
  background-image: url(img/contact_mv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.contact {
    background-image: url(img/under_mv_sp.png);
  }
}

.under_mv.company {
  background-image: url(img/company_fv.png);
}

@media screen and (max-width: 767px) {
  .under_mv.company {
    background-image: url(img/company_fv_sp.png);
  }
}

.under_mv.processing {
  background-image: url(img/processing_fv.png);
}


.contact_wrap {
  margin-bottom: 50px;
}

.contact_wrap .complete_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  justify-content: center;
}

.contact_wrap .complete_ttl:before,
.contact_wrap .complete_ttl:after {
  display: none;
}

.contact_wrap .complete_txt {
  font-size: 1.8rem;
  text-align: center;
}

.breadcrumb ul {
  margin: 10px auto;
  font-size: 1.2rem;
}

.breadcrumb ul li {
  float: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-right: 25px;
}

.breadcrumb ul li a {
  color: #6ea8b2;
  position: relative;
}

.breadcrumb ul li a:before {
  position: absolute;
  content: "▶︎";
  top: 0px;
  right: -23px;
  font-size: 1rem;
  color: #6ea8b2;
}

.breadcrumb ul li:nth-child(n + 2) {
  margin-left: 10px;
}

.content_area {
  width: 100%;
  margin-top: 60px;
}

.content_area .form_area {
  max-width: 800px;
  margin: auto;
}

.content_area .form_area .form_list {
  margin-bottom: 30px;
}

.content_area .form_area .form_list p {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.content_area .form_area .form_list p span.mast {
  color: #e58100;
  margin-right: 5px;
}

.content_area .form_area .form_list input[type="text"],
.content_area .form_area .form_list input[type="email"] {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  width: 100%;
}

.content_area .form_area .form_list input[type="text"].tel {
  width: 97px;
}

.content_area .form_area .form_list input[type="checkbox"] {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 767px) {
  .content_area .form_area .form_list .horizontal-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
}

.content_area .form_area .form_list textarea {
  width: 100%;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  min-height: 250px;
}

.content_area .form_area .submit_area {
  max-width: 650px;
  margin: 40px auto 70px;
}

.content_area .form_area .submit_area input[type="submit"] {
  float: left;
  width: 49%;
  background: #6ea8b2;
  padding: 12px 0;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.content_area .form_area .submit_area input[type="submit"].back_btn {
  width: 49%;
  background: #a3a3a3;
  padding: 12px 0;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-right: 2%;
}

.content_area .form_area .submit_area input[type="reset"] {
  float: right;
  width: 49%;
  background: #a3a3a3;
  padding: 12px 0;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.content_area .mw_wp_form .error {
  font-size: 100%;
  color: #b70000;
  display: block;
  margin-top: 5px;
}

.mw_wp_form_confirm input[type="reset"] {
  display: none !important;
}

.news_list {
  padding: 20px 0 60px;
}

.news_list li {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}

.news_list li h2 {
  border-left: 2px solid #6ea8b2;
  margin: 0 0 20px;
  padding: 5px 0 5px 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

.news_list li h2 span {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: normal;
  color: #000;
}

.news_list li .text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.news_detail {
  padding: 60px 0;
}

.news_detail .left {
  width: 70%;
  float: left;
}

@media screen and (max-width: 767px) {
  .news_detail .left {
    width: 100%;
  }
}

.news_detail .left .title {
  border-left: 2px solid #6ea8b2;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 5px 0 5px 15px;
  font-size: 2.4rem;
  font-weight: bold;
}

.news_detail .left .title span {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: normal;
  color: #000;
}

.news_detail .left .thum {
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}

.news_detail .left .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.news_detail .left .content h1 {
  color: #6ea8b2;
  margin: 20px 0;
  padding: 20px 0;
  font-size: 2rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-weight: bold;
}

.news_detail .left .content h2 {
  margin: 20px 0;
  padding: 0 0 0 20px;
  font-size: 1.8rem;
  border-left: 6px solid #6ea8b2;
  font-weight: bold;
}

.news_detail .left .content h3 {
  margin: 20px 0;
  padding: 15px;
  font-size: 1.6rem;
  color: #fff;
  background: #6ea8b2;
  font-weight: bold;
}

.news_detail .left .content h4 {
  margin: 20px 0;
  padding: 15px;
  font-size: 1.6rem;
  color: #fff;
  background: #95cdd7;
  font-weight: bold;
}

.news_detail .left .content h5 {
  color: #6ea8b2;
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.news_detail .side {
  width: 25%;
  float: right;
}

@media screen and (max-width: 767px) {
  .news_detail .side {
    width: 100%;
  }
}

.news_detail .side .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #6ea8b2;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.news_detail .side li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.news_detail .side li h2 {
  font-size: 1.4rem;
  font-weight: bold;
}

.news_detail .side li h2 span {
  display: block;
  font-size: 1rem;
  margin: 0 0 10px;
  font-weight: normal;
  color: #000;
}

.case_wrap {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .case_wrap {
    margin-top: 50px;
  }
}

.case_wrap .tab-group {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .case_wrap .tab-group {
    display: block;
  }
}

.case_wrap .tab {
  flex-grow: 1;
  padding: 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background: #f2f2f2;
  font-size: 1.8rem;
  position: relative;
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .case_wrap .tab {
    width: 100%;
  }
}

.case_wrap .tab a {
  display: block;
}

.case_wrap .tab:before {
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 30px;
  content: "";
  position: absolute;
}

.case_wrap .tab:after {
  width: 6px;
  height: 6px;
  top: 52%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -5px;
  right: 26px;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
}

.case_wrap .tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
}

.case_wrap .tab.is-active:before {
  background: #fff !important;
}

.case_wrap .tab.is-active:after {
  border-right: 2px solid #5186bd;
  border-bottom: 2px solid #5186bd;
}

.case_wrap .tab:nth-child(1).is-active {
  background-color: #5ebdc9;
}

.case_wrap .tab:nth-child(1).is-active a {
  color: #fff;
}

.case_wrap .tab:nth-child(1):before {
  background: #fff !important;
}

.case_wrap .tab:nth-child(1):after {
  border-right: 2px solid #5ebdc9;
  border-bottom: 2px solid #5ebdc9;
}

.case_wrap .tab:nth-child(2).is-active {
  background-color: #9ac583;
}

.case_wrap .tab:nth-child(2).is-active a {
  color: #fff;
}

.case_wrap .tab:nth-child(2):before {
  background: #fff !important;
}

.case_wrap .tab:nth-child(2):after {
  border-right: 2px solid #9ac583;
  border-bottom: 2px solid #9ac583;
}

.case_wrap .tab:nth-child(3).is-active {
  background-color: #e9979d;
}

.case_wrap .tab:nth-child(3).is-active a {
  color: #fff;
}

.case_wrap .tab:nth-child(3):before {
  background: #fff !important;
}

.case_wrap .tab:nth-child(3):after {
  border-right: 2px solid #e9979d;
  border-bottom: 2px solid #e9979d;
}

.case_wrap .result_img {
  background: #e9f5f6;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}

.case_wrap .result_img .img_list {
  text-align: center;
  width: 46%;
}

@media screen and (max-width: 767px) {
  .case_wrap .result_img .img_list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.case_wrap .result_img .img_list p {
  font-size: 1.6rem;
  margin: 10px 0;
}

.case_wrap .result_img .img_list p.small {
  font-size: 1.2rem;
  margin: 0px 0px 10px;
  text-align: right;
}

.case_wrap .page_link {
  max-width: 480px;
  margin: 60px auto 70px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.case_wrap .page_link li {
  width: 50%;
  font-size: 1.6rem;
  position: relative;
  border-right: 1px solid #666;
}

.case_wrap .page_link li a:hover::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #5186bd;
}

.case_wrap .page_link li a.active::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #5186bd;
}

.case_wrap .page_link li:last-child {
  border: none;
}

.case_wrap .result_content {
  width: 100%;
  margin-bottom: 50px;
}

.case_wrap .result_content .ttl {
  font-size: 30px;
  border-bottom: 1px solid #5186bd;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.case_wrap .result_content ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.case_wrap .result_content ul li {
  width: 31%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .case_wrap .result_content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.case_wrap .result_content ul li p {
  text-align: center;
  font-size: 1.6rem;
  margin: 10px 0;
}

.case_wrap .result_content ul li img {
  width: 310px;
  height: 232px;
  object-fit: cover;
}

.case_wrap .result_content ul li:nth-child(3n + 2) {
  margin: 0 3.5%;
}

.case_wrap .panel {
  display: none;
}

.case_wrap .panel.is-show {
  display: block;
}

.case_wrap .panel h2 {
  margin: 90px auto 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .case_wrap .panel h2 {
    margin: 50px auto;
  }
}

.case_wrap .panel h2 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #5186bd;
  border-bottom: 1px solid #5186bd;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .case_wrap .panel h2 span {
    font-size: 2.4rem;
  }
}

.case_wrap .panel .case_attention {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
}

.case_wrap .panel .case_list {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .case_wrap .panel .case_list {
    margin-bottom: 30px;
  }
}

.case_wrap .panel h3 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #5186bd;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .case_wrap .panel h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.case_wrap .panel .case_list_comment {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .case_wrap .panel .case_list_comment {
    margin-bottom: 25px;
  }
}

.case_wrap .panel .case_img_list {
  display: flex;
  flex-wrap: wrap;
}

.case_wrap .panel .case_img_list li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
  overflow: hidden;
  height: 170px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .case_wrap .panel .case_img_list li {
    width: 48%;
    height: 100px;
    margin: 0 1% 10px;
  }
}

.case_wrap .panel .case_img_list li:nth-child(4n) {
  margin-right: 0;
}

.case_wrap .panel .case_img_list li img {
  position: absolute;
  width: 100%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.member_wrap .container {
  background: url(./img/member_japan.png);
  background-position: right 100px;
  background-repeat: no-repeat;
  padding: 140px 0 360px;
}

@media screen and (max-width: 767px) {
  .member_wrap .container {
    background: url(./img/member_japan.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0 100px;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
}

.member_wrap .btn_list {
  max-width: 670px;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .member_wrap .btn_list {
    margin-left: 0;
    width: 95%;
  }
}

.member_wrap .btn_list ul {
  display: flex;
  flex-wrap: wrap;
}

.member_wrap .btn_list li {
  width: 32%;
  float: left;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .member_wrap .btn_list li {
    width: 48%;
    margin: 0 1% 20px;
  }
}

.member_wrap .btn_list li:nth-child(3n + 2) {
  margin: 0 2% 20px;
}

@media screen and (max-width: 767px) {
  .member_wrap .btn_list li:nth-child(3n + 2) {
    margin: 0 1% 20px;
  }
}

.member_wrap .btn_list li a {
  font-size: 1.6rem;
  color: #000;
  padding: 0 0 15px 45px;
  display: block;
  position: relative;
}

.member_wrap .btn_list li a:before {
  width: 25px;
  height: 25px;
  top: 0;
  margin-top: 0;
  left: 0;
  content: "";
  position: absolute;
}

.member_wrap .btn_list li a:after {
  width: 6px;
  height: 6px;
  top: 50%;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  margin-top: -5px;
  right: 0;
  content: "";
  position: absolute;
  transform: rotate(45deg);
}

.member_wrap .btn_list li:nth-child(1) a:before {
  background: #b2dbc7;
}

.member_wrap .btn_list li:nth-child(2) a:before {
  background: #9ec1ce;
}

.member_wrap .btn_list li:nth-child(3) a:before {
  background: #f7e389;
}

.member_wrap .btn_list li:nth-child(4) a:before {
  background: #e79d94;
}

.member_wrap .btn_list li:nth-child(5) a:before {
  background: #7ec7ac;
}

.member_wrap .btn_list li:nth-child(6) a:before {
  background: #e4caa4;
}

.member_wrap .btn_list li:nth-child(7) a:before {
  background: #e9d7e9;
}

.member_wrap .btn_list li:nth-child(8) a:before {
  background: #cfd7b7;
}

.member_wrap .btn_list li:nth-child(9) a:before {
  background: #d3d3d3;
}

.member_wrap .attention_txt {
  font-size: 1.6rem;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .member_wrap .attention_txt {
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.member_wrap .attention_txt .star {
  color: #5179af;
}

.member_list h3 {
  font-size: 2.4rem;
  padding: 10px 10px 25px 27px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  color: #000;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .member_list h3 {
    font-size: 2rem;
    padding: 10px 10px 15px 20px;
    margin-bottom: 20px;
  }
}

.member_list h3:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 40px;
  left: 0;
  top: 10px;
  background: #000;
}

.member_list h3:nth-of-type(1):before {
  background: #b2dbc7;
}

.member_list h3:nth-of-type(2):before {
  background: #9ec1ce;
}

.member_list h3:nth-of-type(3):before {
  background: #f7e389;
}

.member_list h3:nth-of-type(4):before {
  background: #e79d94;
}

.member_list h3:nth-of-type(5):before {
  background: #7ec7ac;
}

.member_list h3:nth-of-type(6):before {
  background: #e4caa4;
}

.member_list h3:nth-of-type(7):before {
  background: #e9d7e9;
}

.member_list h3:nth-of-type(8):before {
  background: #cfd7b7;
}

.member_list .pref_ttl {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .member_list .pref_ttl {
    font-size: 1.8rem;
  }
}

.member_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.member_list ul li {
  float: left;
  width: 32%;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .member_list ul li {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
}

.member_list ul li .royal {
  position: absolute;
  right: 0;
  top: 0;
}

.member_list ul li .member_logo {
  margin: 0 10px;
  max-width: 80px;
  display: inline-block;
}

.member_list ul li .cate,
.member_list ul li .name,
.member_list ul li .address,
.member_list ul li .tel,
.member_list ul li .fax,
.member_list ul li .president,
.member_list ul li .lisence {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.member_list ul li .s-siries,
.member_list ul li .other-siries {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.member_list ul li .s-siries .blue,
.member_list ul li .other-siries .blue {
  color: #6ea8b2;
}

.member_list ul li .s-siries .green,
.member_list ul li .other-siries .green {
  color: #8eb65d;
}

.member_list ul li .s-siries .orange,
.member_list ul li .other-siries .orange {
  color: #ff9000;
}

.member_list ul li .cate .star_img {
  margin-left: 10px;
  width: 40px;
  display: inline-block;
  line-height: 1;
}

.member_list ul li .address {
  padding-left: 40px;
  position: relative;
}

.member_list ul li .address span {
  position: absolute;
  left: 0;
}

.member_list ul li .lisence {
  position: relative;
}

.member_list ul li .lisence .star_img {
  margin-left: 10px;
  width: 40px;
  display: inline-block;
  line-height: 1;
}

.member_list ul li:nth-child(3n + 2) {
  margin: 0 2% 10px;
}

@media screen and (max-width: 767px) {
  .member_list ul li:nth-child(3n + 2) {
    margin: 0 0 10px;
  }
}

.member_list ul li .iso {
  font-size: 1.4rem;
  margin-bottom: 5px;
  display: flex;
}

.member_list ul li .iso.iso_img {
  justify-content: flex-start;
  margin: 0 auto 10px;
}

.member_list ul li .iso.iso_img span {
  display: block;
  width: 80px;
  margin: 0 1%;
}

.scenery_wrap {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .scenery_wrap {
    margin-top: 50px;
  }
}

.scenery_wrap h3 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #5186bd;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .scenery_wrap h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.scenery_wrap .youtube {
  max-width: 900px;
  margin: auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .scenery_wrap .youtube {
    padding-top: 55%;
    margin-bottom: 30px;
  }
}

.scenery_wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottom_banner {
  margin: 60px auto 100px;
}

@media screen and (max-width: 767px) {
  .bottom_banner {
    margin: 50px auto;
  }
}

.bottom_banner a {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .bottom_banner a {
    width: 100%;
    display: block;
  }
}

.bottom_banner a:nth-child(1) {
  float: left;
}

@media screen and (max-width: 767px) {
  .bottom_banner a:nth-child(1) {
    float: none;
    margin-bottom: 10px;
  }
}

.bottom_banner a:nth-child(2) {
  float: right;
}

@media screen and (max-width: 767px) {
  .bottom_banner a:nth-child(2) {
    float: none;
  }
}

.privacy_wrap .privacy_txt {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .privacy_wrap .privacy_txt {
    margin: 20px auto;
    font-size: 1.2rem;
  }
}

.privacy_wrap dl {
  margin-bottom: 30px;
}

.privacy_wrap dt {
  font-size: 2.4rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .privacy_wrap dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.privacy_wrap dd {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .privacy_wrap dd {
    font-size: 1.2rem;
  }
}

.privacy_wrap dd>ul>ul {
  margin-left: 1em;
}

.patent_wrap {
  margin: 60px auto;
}

.patent_wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.patent_wrap ul li {
  width: 49%;
  display: flex;
  align-items: flex-start;
  padding: 30px 40px;
  background: #f0f7f8;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .patent_wrap ul li {
    width: 100%;
    padding: 15px 20px;
  }
}

.patent_wrap ul li:nth-child(even) {
  float: right;
  margin-left: 1%;
}

@media screen and (max-width: 767px) {
  .patent_wrap ul li:nth-child(even) {
    float: none;
    margin-left: 0;
  }
}

.patent_wrap ul li:nth-child(odd) {
  float: left;
  margin-right: 1%;
}

@media screen and (max-width: 767px) {
  .patent_wrap ul li:nth-child(odd) {
    float: none;
    margin-right: 0;
  }
}

.patent_wrap ul li a {
  width: 20%;
}

.patent_wrap ul li .patent_txt {
  width: 80%;
  border-left: 1px solid #cccccc;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .patent_wrap ul li .patent_txt {
    width: 75%;
    margin-left: 5%;
    padding-left: 20px;
  }
}

.green_ttl {
  text-align: center;
  padding: 10px;
  font-size: 2.4rem;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #7abfca;
}

@media screen and (max-width: 767px) {
  .green_ttl {
    font-size: 1.8rem;
  }
}

.about_wrap {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .about_wrap {
    padding-bottom: 50px;
  }
}

.about_wrap .about_logo {
  margin: 40px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_wrap .about_logo img {
    max-width: 80%;
  }
}

.about_wrap .about_list {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .about_wrap .about_list {
    padding: 20px 0;
    display: block;
  }
}

.about_wrap .about_list.vat {
  align-items: flex-start;
}

.about_wrap .about_list .thum {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .about_wrap .about_list .thum {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.about_wrap .about_list .txt {
  width: 75%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .about_wrap .about_list .txt {
    width: 100%;
    padding-left: 0;
  }
}

.about_wrap .about_list .txt dt {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .about_wrap .about_list .txt dt {
    font-size: 1.8rem;
  }
}

.about_wrap .about_list .txt dt.fs18 {
  font-size: 1.8rem;
}

.about_wrap .about_list .txt dd {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
}

.about_wrap .about_list .txt dd .gr_txt {
  color: #6ea8b2;
  font-size: 1.6rem;
  display: block;
}

.about_wrap .about_list .txt01 dd {
  padding: 15px 30px;
  position: relative;
  font-size: 1.6rem;
}

.about_conparison {
  background: url("./img/about_comparison.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .about_conparison {
    padding: 50px 0;
  }
}

.about_conparison_ttl {
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .about_conparison_ttl {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .about_conparison_ttl img {
    max-width: 80%;
  }
}

.about_conparison table {
  width: 100%;
  background: #fff;
}

.about_conparison table tr.first td.green {
  background: #6ea8b2;
  color: #fff;
}

.about_conparison table tr.first td {
  background: #dadada;
  color: #000;
}

.about_conparison table th {
  width: calc(100% / 3);
  border: 1px solid #cccccc;
  padding: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .about_conparison table th {
    padding: 10px 5px;
    font-size: 1rem;
  }
}

.about_conparison table td {
  width: calc(100% / 3);
  padding: 20px;
  font-size: 1.6rem;
  border: 1px solid #cccccc;
  color: #221815;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_conparison table td {
    padding: 10px 5px;
    font-size: 1rem;
  }
}

.about_conparison table td.green {
  background: #e1f4f7;
  color: #6ea8b2;
}

.about_conparison table td .small_txt {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .about_conparison table td .small_txt {
    font-size: 11px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    display: inline-block;
    vertical-align: middle;
  }
}

.about_intro {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .about_intro {
    padding-top: 50px;
  }
}

.about_intro .txt {
  text-align: center;
  margin: 60px auto;
  font-size: 1.8rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .about_intro .txt {
    margin: 30px auto;
    font-size: 1.3rem;
  }
}

.about_intro .touroku_ttl {
  font-size: 2.5rem;
  margin: 20px 0 40px;
  position: relative;
}

.about_intro .touroku_ttl:before {
  position: absolute;
  content: "";
  width: 880px;
  height: 2px;
  top: 17px;
  right: 0;
  background: #000;
}

@media screen and (max-width: 767px) {
  .about_intro .touroku_ttl:before {
    width: 230px;
  }
}

.about_intro .touroku_ttl01 {
  font-size: 2.5rem;
  margin: 20px 0 40px;
  position: relative;
}

.about_intro .touroku_ttl01:before {
  position: absolute;
  content: "";
  width: 800px;
  height: 2px;
  top: 17px;
  right: 0;
  background: #000;
}

@media screen and (max-width: 767px) {
  .about_intro .touroku_ttl01:before {
    width: 140px;
  }
}

.about_intro .intro_img {
  margin-bottom: 40px;
  margin-top: 30px;
  display: block;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .about_intro .intro_img {
    display: flex;
  }
}

.about_intro .intro_img span {
  display: inline-block;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .about_intro .intro_img span {
    padding: 0 20px;
  }
}

.about_intro .intro_txt {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .about_intro .intro_txt {
    margin-bottom: 50px;
  }
}

.about_intro .intro_txt span {
  width: 32%;
  float: left;
  text-align: center;
  color: #fff;
  padding: 10px;
  background: #5585c5;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .about_intro .intro_txt span {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

.about_intro .intro_txt span:nth-child(2) {
  margin: 0 2%;
}

@media screen and (max-width: 767px) {
  .about_intro .intro_txt span:nth-child(2) {
    margin: 0 0 10px;
  }
}

.series_banner {
  margin: 70px auto 50px;
}

@media screen and (max-width: 767px) {
  .series_banner {
    margin: 30px auto;
  }
}

.series_banner li {
  float: left;
  width: 32%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .series_banner li {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.series_banner li:nth-child(1) {
  background: url("./img/s_banner.png");
  background-size: cover;
}

.series_banner li:nth-child(2) {
  margin: 0 2%;
  background: url("./img/c_banner.png");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .series_banner li:nth-child(2) {
    margin: 20px auto;
  }
}

.series_banner li:nth-child(3) {
  background: url("./img/f_banner.png");
  background-size: cover;
}

.series_banner li a {
  display: block;
  padding: 100px 0 75px;
}

@media screen and (max-width: 767px) {
  .series_banner li a {
    padding: 30px 0;
  }
}

.series_banner_ttl {
  color: #fff;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.series_banner_ttl:before {
  content: "";
  flex-grow: 1;
  border-bottom: 2px solid #fff;
  margin-right: 40px;
  padding-left: 15px;
}

.series_banner_ttl:after {
  content: "";
  flex-grow: 1;
  border-bottom: 2px solid #fff;
  margin-left: 40px;
  padding-right: 15px;
}

.series_banner_txt {
  font-size: 1.9rem;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.series_cont_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
  padding-bottom: 10px;
  font-size: 3.6rem;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .series_cont_ttl {
    font-size: 2.4rem;
  }
}

.series_cont_pdf {
  float: right;
  border: 1px solid #6ea8b2;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 10px 10px 45px;
  margin-top: 10px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.series_cont_pdf::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 12px;
  background: url(./img/pdf_icon.png);
  background-size: cover;
  width: 20px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .series_cont_pdf {
    font-size: 1.2rem;
    margin-top: 0px;
  }
}

.series_cont_pdf a {
  color: #6ea8b2;
}

.series_cont .series_catch_img {
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .series_cont .series_catch_img img {
    max-width: 80%;
  }
}

.series_cont .green_ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .series_cont .green_ttl {
    margin-bottom: 20px;
  }
}

.series_cont .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.series_cont table {
  width: 100%;
  margin: 40px auto;
}

.series_cont table tr th {
  border: 1px solid #ccc;
  width: 35%;
  background: #d4edf2;
  text-align: center;
  padding: 15px 35px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .series_cont table tr th {
    padding: 15px;
  }
}

.series_cont table tr td {
  border: 1px solid #ccc;
  width: 65%;
  padding: 15px 35px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .series_cont table tr td {
    padding: 15px 10px;
  }
}

.series_cont .mechanism {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .series_cont .mechanism img {
    max-width: 80%;
  }
}

.series_cont .flex {
  margin-bottom: 40px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .series_cont .flex {
    justify-content: flex-start;
  }
}

.series_cont .flex .mechanism {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .series_cont .flex .mechanism {
    margin-top: 20px;
  }
}

.s_green_box {
  border: 1px solid #6ea8b2;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .s_green_box {
    padding: 20px 10px;
  }
}

.s_green_box_ttl {
  margin-top: -50px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .s_green_box_ttl {
    margin-top: -35px;
    margin-bottom: 10px;
  }
}

.s_green_box_ttl span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  color: #6ea8b2;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .s_green_box_ttl span {
    font-size: 2.2rem;
  }
}

.s_green_box_txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #221815;
}

.s_green_box_txt.img_box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .s_green_box_txt.img_box {
    display: block;
  }
}

.s_green_box_txt.img_box img {
  margin-left: auto;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .s_green_box_txt.img_box img {
    margin: 10px auto;
    padding: 0;
    display: block;
  }
}

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

.s_green_box .s_table_box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .s_green_box .s_table_box {
    display: block;
  }
}

.s_green_box .s_table_box .fl {
  width: 48%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .s_green_box .s_table_box .fl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.s_green_box .s_table_box .fl table {
  margin: auto;
}

.s_green_box .s_table_box .fl table th {
  background: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s_green_box .s_table_box .fl table th {
    padding: 10px 5px;
  }
}

.s_green_box .s_table_box .fl table th.wid_auto {
  width: auto;
}

.s_green_box .s_table_box .fl table td.wid_auto {
  width: auto;
}

.s_green_box .s_table_box .fr {
  width: 48%;
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .s_green_box .s_table_box .fr {
    width: 100%;
    margin-left: 0;
  }
}

.s_green_box .s_table_box .fr li {
  font-size: 1.4rem;
  line-height: 2em;
}

.s_green_box .s_table_box.column3 {
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .s_green_box .s_table_box.column3 {
    display: none;
  }
}

.s_green_box .s_table_box.column3 table {
  margin: 0;
}

.s_green_box .s_table_box.column3 table tr th {
  background: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s_green_box .s_table_box.column3 table tr th {
    padding: 10px 5px;
  }
}

.s_green_box .s_table_box.column3 table tr th:nth-child(1) {
  width: 25%;
}

.s_green_box .s_table_box.column3 table tr th:nth-child(2) {
  width: 25%;
}

.s_green_box .s_table_box.column3 table tr th:nth-child(3) {
  width: 50%;
}

.s_green_box .s_table_box.column3 table tr td {
  text-align: center;
  font-size: 1.4rem;
}

.s_green_box .s_table_box.column3 table tr td:nth-child(1) {
  width: 25%;
}

.s_green_box .s_table_box.column3 table tr td:nth-child(2) {
  width: 25%;
}

.s_green_box .s_table_box.column3 table tr td:nth-child(3) {
  width: 50%;
}

.column3_sp {
  border: 1px solid #ccc;
}

.column3_sp dt {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
}

.column3_sp dd {
  font-size: 1.4rem;
  padding: 15px 10px;
}

.s_mechanism01 {
  text-align: center;
  margin-bottom: 50px;
}

.result_wrap {
  margin: 90px auto 55px;
}

@media screen and (max-width: 767px) {
  .result_wrap {
    margin: 50px auto;
  }
}

.result_wrap_ttl {
  color: #221815;
  font-size: 2.8rem;
  margin-bottom: 40px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .result_wrap_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.result_wrap dl {
  margin-bottom: 30px;
}

.result_wrap dl dt {
  color: #fff;
  font-size: 2.4rem;
  padding: 20px;
  background: #6ea8b2;
  text-align: center;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .result_wrap dl dt {
    font-size: 2rem;
    padding: 10px;
  }
}

.result_wrap dl dt:before {
  position: absolute;
  left: 50%;
  bottom: -55px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 25px solid #95cdd7;
  content: "";
  margin-left: -30px;
}

.result_wrap dl dd {
  padding: 55px 40px;
  background: #e1f4f7;
  color: #221815;
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .result_wrap dl dd {
    padding: 30px 20px;
    font-size: 1.4rem;
  }
}

.result_wrap .red {
  text-align: center;
  color: #d90000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .result_wrap .red {
    font-size: 1.4rem;
  }
}

.smell_box {
  margin-bottom: 75px;
}

.smell_box .fl {
  float: left;
  width: 49%;
  position: relative;
}

.smell_box .fl:before {
  position: absolute;
  bottom: 0;
  right: -2%;
  height: 60%;
  width: 1px;
  background: #ccc;
  content: "";
}

@media screen and (max-width: 767px) {
  .smell_box .fl {
    float: none;
    width: 100%;
  }
}

.smell_box .fr {
  float: right;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .smell_box .fr {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
}

.smell_box h3 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 65px auto 30px;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .smell_box h3 {
    margin: 30px auto 15px;
  }
}

.smell_box h3:before {
  content: "";
  flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 2px solid #7abfca;
  margin-right: 20px;
  /* 線と文字の間のスペース */
  padding-left: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

.smell_box h3:after {
  content: "";
  flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 2px solid #7abfca;
  margin-left: 20px;
  /* 線と文字の間のスペース */
  padding-right: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

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

.smell_box .smell_txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-top: 40px;
}

.series_cont .smell_test {
  margin-bottom: 50px;
}

.series_cont .smell_test_ttl {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 65px auto 30px;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.series_cont .smell_test_ttl:before {
  content: "";
  flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 2px solid #7abfca;
  margin-right: 20px;
  /* 線と文字の間のスペース */
  padding-left: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

.series_cont .smell_test_ttl:after {
  content: "";
  flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 2px solid #7abfca;
  margin-left: 20px;
  /* 線と文字の間のスペース */
  padding-right: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

.series_cont .smell_test table {
  margin-bottom: 10px;
}

.series_cont .smell_test table th {
  width: 20%;
  background: #fff4c1;
  border: 1px solid #cccccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .series_cont .smell_test table th {
    padding: 10px 5px;
  }
}

.series_cont .smell_test table td {
  width: 20%;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 15px 20px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.series_cont .smell_test table td:nth-of-type(1) {
  background: #fff4c1;
}

.series_cont .smell_test table .pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .series_cont .smell_test table .pc_none {
    display: table-cell;
  }
}

@media screen and (max-width: 767px) {
  .series_cont .smell_test table .sp_none {
    display: none;
  }
}

.series_cont .smell_test_txt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
}

.series_cont .smell_test_txt .red {
  color: #fe0000;
}

.smell_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .smell_list {
    display: block;
  }
}

.smell_list dl {
  float: left;
  padding: 20px;
  background: #e9f3f5;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .smell_list dl {
    float: none;
    padding: 15px;
    background: #e9f3f5;
    width: 100%;
  }
}

.smell_list dl dd {
  text-align: center;
}

.smell_list dl:nth-child(1) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .smell_list dl:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.smell_list dl:nth-child(2) {
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .smell_list dl:nth-child(2) {
    margin-left: 0;
  }
}

.deploma_list .virus_ttl img {
  display: block;
  margin: 50px auto 20px;
}

.deploma_list .thum img {
  display: block;
  margin: auto;
}

.deploma_list .txt {
  max-width: 800px;
  margin: auto;
}

.parallelogram_ttl {
  margin-top: -30px;
  text-align: center;
  margin-bottom: 50px;
}

.parallelogram_ttl span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  z-index: 1;
}

.parallelogram_ttl span:before {
  width: calc(100% + 80px);
  content: "";
  height: calc(100% + 10px);
  background: #000;
  transform: skewX(-30deg);
  position: absolute;
  left: -40px;
  top: -5px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .parallelogram_ttl span:before {
    width: calc(100% + 30px);
    height: calc(100% + 10px);
    left: -15px;
    top: -5px;
  }
}

.siaa {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .siaa {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .siaa .thum {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.siaa dl {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .siaa dl {
    width: 100%;
  }
}

.siaa dl .parallelogram_ttl {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .siaa dl .parallelogram_ttl {
    text-align: center;
    margin-left: 0;
  }
}

.siaa dl dd {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.siaa2 {
  margin: 20px auto 60px;
}

.siaa2 .fl {
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .siaa2 .fl {
    float: none;
    width: 100%;
    display: block;
  }
}

.siaa2 .fl .thum {
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .siaa2 .fl .thum {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.siaa2 .fl .txt {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .siaa2 .fl .txt {
    width: 100%;
  }
}

.siaa2 .fl .virus_img {
  text-align: center;
  margin: 10px 0 20px;
}

@media screen and (max-width: 767px) {
  .siaa2 .fr {
    border-left: none;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.siaa_red .fl {
  float: left;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .siaa_red .fl {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .siaa_red .fl img {
    display: block;
    margin: 0 auto 20px;
  }
}

.siaa_red .fl .small_txt {
  font-size: 1.2rem;
}

.siaa_red .ri {
  float: right;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .siaa_red .ri {
    width: 100%;
    float: none;
  }
}

.siaa_red .ri h3 {
  margin-left: 6%;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .siaa_red .ri h3 {
    margin-left: 10%;
  }
}

.siaa_red .ri h3 span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  z-index: 1;
}

.siaa_red .ri h3 span::before {
  width: calc(100% + 80px);
  content: "";
  height: calc(100% + 10px);
  background: #000;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  position: absolute;
  left: -40px;
  top: -5px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .siaa_red .ri h3 span::before {
    width: calc(100% + 30px);
    height: calc(100% + 10px);
    left: -15px;
    top: -5px;
  }
}

.siaa_red .ri .body_txt {
  font-size: 1.4rem;
  line-height: 1.9;
}

.siaa_green .fl {
  width: 49%;
  float: left;
  border-right: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .siaa_green .fl {
    width: 100%;
    float: none;
    border-bottom: 1px solid #eee;
    border-right: none;
  }
}

.siaa_green .fl .img_box {
  width: 25%;
  float: left;
}

@media screen and (max-width: 767px) {
  .siaa_green .fl .img_box {
    width: 100%;
    float: none;
  }
}

.siaa_green .fl .img_box p {
  text-align: left;
  font-size: 1.2rem;
}

.siaa_green .fl .text_box {
  width: 73%;
  float: right;
}

@media screen and (max-width: 767px) {
  .siaa_green .fl .text_box {
    width: 100%;
    float: none;
  }
}

.siaa_green .fl .text_box p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 10px;
}

.siaa_green .ri {
  width: 49%;
  float: right;
}

@media screen and (max-width: 767px) {
  .siaa_green .ri {
    width: 100%;
    float: none;
  }
}

.left_box {
  width: 48%;
  float: left;
}

@media screen and (max-width: 767px) {
  .left_box {
    width: 100%;
    float: none;
  }
}

.right_box {
  width: 48%;
  float: right;
}

@media screen and (max-width: 767px) {
  .right_box {
    width: 100%;
    float: none;
  }
}

.company_area {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}

.company_area .company_table {
  width: 100%;
  margin-bottom: 40px;
}

.company_area .company_table th {
  background-color: #eaf4f6;
  border: 1px solid #eee;
  text-align: center;
  padding: 15px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .company_area .company_table th {
    width: 100%;
    display: block;
  }
}

.company_area .company_table td {
  font-size: 1.6rem;
  padding: 15px 0 15px 30px;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .company_area .company_table td {
    width: 100%;
    display: block;
    padding: 15px 0 15px 15px;
  }
}

.info {
  margin: 40px auto 60px;
}

.info .fl {
  float: left;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .info .fl {
    float: none;
    width: 100%;
  }
}

.info .fr {
  float: right;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .info .fr {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
}

.info a {
  display: flex;
}

.info a .detail {
  width: 50%;
  background: #6ea8b2;
  padding: 100px 0 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info a .detail {
    padding: 50px 0;
  }
}

.info a .detail h3 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 25px;
}

.info a .bg1 {
  width: 50%;
  background: url(./img/info01.png);
  background-size: cover;
  background-position: center;
}

.info a .bg2 {
  width: 50%;
  background: url(./img/info02.png);
  background-size: cover;
  background-position: center;
}

.exam .tab-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .exam .tab-group {
    display: block;
  }
}

.exam .tab {
  flex-grow: 1;
  padding: 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background: #f2f2f2;
  font-size: 1.8rem;
  position: relative;
}

.exam .tab:before {
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 30px;
  content: "";
  position: absolute;
}

.exam .tab:after {
  width: 6px;
  height: 6px;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -5px;
  right: 25px;
  content: "";
  position: absolute;
  transform: rotate(45deg);
}

.exam .tab.is-active {
  background: #5186bd;
  color: #fff;
  transition: all 0.2s ease-out;
}

.exam .tab.is-active:before {
  background: #fff !important;
}

.exam .tab.is-active:after {
  border-right: 2px solid #5186bd;
  border-bottom: 2px solid #5186bd;
}

.exam .tab.is-active a {
  color: #fff;
}

.exam .tab:nth-child(1):before {
  background: #ff0090;
}

.exam .tab:nth-child(2):before {
  background: #ffc600;
}

.exam .tab:nth-child(3):before {
  background: #8fc57e;
}

.exam .panel {
  display: none;
}

.exam .panel.is-show {
  display: block;
}

.exam .panel .bd-ttl {
  text-align: center;
  margin-bottom: 50px;
}

.exam .panel .bd-ttl span {
  display: inline-block;
  font-size: 2.4rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 20px;
  max-width: 450px;
  width: 95%;
}

.trademark-wrap {
  margin: 55px auto 85px;
}

@media screen and (max-width: 767px) {
  .trademark-wrap {
    margin: 30px auto;
  }
}

.trademark-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.trademark-wrap ul li {
  width: 32%;
  border: 1px solid #ccc;
  padding: 18px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trademark-wrap ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }
}

.trademark-wrap ul li:nth-child(3n + 2) {
  margin: 0 2% 30px;
}

@media screen and (max-width: 767px) {
  .trademark-wrap ul li:nth-child(3n + 2) {
    margin: 0 auto 20px;
  }
}

.trademark-wrap ul li figure {
  min-height: 80px;
  text-align: center;
}

.trademark-wrap ul li figure span {
  line-height: 105px;
  font-size: 1.6rem;
  min-height: 105px;
  display: block;
}

.trademark-wrap ul li h3 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: #5585c5;
  margin: 10px auto;
}

.trademark-wrap ul li .number {
  font-size: 1.6rem;
  text-align: center;
  color: #000;
}

.new-siaa .fl {
  float: left;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .new-siaa .fl {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.new-siaa .fr {
  float: right;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .new-siaa .fr {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.new-siaa figure {
  margin-bottom: 25px;
}

.new-siaa .red_txt {
  margin-top: 1em;
  color: #e20000;
}

.new-siaa-product {
  margin: 35px auto 80px;
}

.new-siaa-product h2 {
  text-align: center;
  margin-bottom: 30px;
}

.new-siaa-product h2 span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  z-index: 1;
}

.new-siaa-product h2 span:before {
  width: calc(100% + 80px);
  content: "";
  height: calc(100% + 20px);
  background: #000;
  transform: skewX(-30deg);
  position: absolute;
  left: -40px;
  top: -10px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .new-siaa-product h2 span:before {
    width: calc(100% + 40px);
    left: -20px;
  }
}

.new-siaa-product dl dt {
  margin: 30px auto 15px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 20px;
  border-left: 4px solid #7abfca;
}

.new-siaa-product .detail_btn {
  max-width: 240px;
  width: 95%;
  font-size: 1.4rem;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 40px auto 70px;
  background: #7abfca;
  color: #fff;
  border-radius: 50px;
}

.new-about-virus {
  border: 1px solid #7abfca;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.new-about-virus-inner {
  max-width: 745px;
  width: 95%;
  margin: auto;
}

.new-about-virus h2 {
  text-align: center;
  margin-top: -2.5em;
  margin-bottom: 30px;
}

.new-about-virus h2 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 0 35px;
  background: #fff;
  font-size: 2rem;
}

.new-about-virus-box {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .new-about-virus-box {
    display: block;
  }
}

.new-about-virus-box img {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .new-about-virus-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
}

.new-about-virus-movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.new-about-virus-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-link {
  padding: 40px 0;
  background: #deefca;
}

@media screen and (max-width: 767px) {
  .page-link {
    padding: 20px 0;
  }
}

.page-link ul li {
  width: 23.5%;
  float: left;
}

@media screen and (max-width: 767px) {
  .page-link ul li {
    width: 100%;
    float: none;
  }
}

.page-link ul li:nth-child(2) {
  margin: 0 2%;
}

.page-link ul li:nth-child(3) {
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .page-link ul li:nth-child(3) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page-link ul li:nth-child(2) {
    margin: 10px auto;
  }
}

.page-link ul li a {
  display: block;
  padding: 20px 20px 40px;
  text-align: center;
  background: #fff;
  color: #8eb65d;
  border: 1px solid #8eb65d;
  position: relative;
  font-size: 1.6rem;
  transition: 0.3s;
}

.page-link ul li a:after {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -3px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8eb65d;
  border-right: 2px solid #8eb65d;
  transform: rotate(135deg);
  transition: 0.3s;
}

.page-link ul li a:hover {
  background: #8eb65d;
  color: #fff;
}

.page-link ul li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.page-link.f {
  background: #ffedd1;
}

.page-link.f ul li a {
  color: #f8b754;
  border: 1px solid #f8b754;
}

.page-link.f ul li a:after {
  border-top: 2px solid #f8b754;
  border-right: 2px solid #f8b754;
}

.page-link.f ul li a:hover {
  background: #f8b754;
  color: #fff;
}

.page-link.f ul li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.page-link.s {
  background: #e1f4f7;
  margin-bottom: 86px;
}

@media screen and (max-width: 767px) {
  .page-link.s {
    margin-bottom: 40px;
  }
}

.page-link.s ul li a {
  color: #6ea8b2;
  border: 1px solid #6ea8b2;
}

.page-link.s ul li a:after {
  border-top: 2px solid #6ea8b2;
  border-right: 2px solid #6ea8b2;
}

.page-link.s ul li a:hover {
  background: #6ea8b2;
  color: #fff;
}

.page-link.s ul li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.new-c {
  margin-top: 56px;
}

.new-c .new-ttl {
  background: #8eb65d;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .new-c .new-ttl {
    font-size: 2rem;
  }
}

.new-c .sec01 {
  margin-top: 61px;
}

@media screen and (max-width: 767px) {
  .new-c .sec01 {
    margin-top: 30px;
  }
}

.new-c .sec01-thum {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .new-c .sec01-thum {
    margin-bottom: 30px;
  }
}

.new-c .sec01 h4 {
  text-align: center;
  font-size: 3rem;
  color: #8eb65d;
  margin-bottom: 66px;
}

@media screen and (max-width: 767px) {
  .new-c .sec01 h4 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.new-c .sec01 dl {
  width: 46%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .new-c .sec01 dl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.new-c .sec01 dl:nth-child(odd) {
  float: left;
}

@media screen and (max-width: 767px) {
  .new-c .sec01 dl:nth-child(odd) {
    float: none;
  }
}

.new-c .sec01 dl:nth-child(even) {
  float: right;
}

@media screen and (max-width: 767px) {
  .new-c .sec01 dl:nth-child(even) {
    float: none;
  }
}

.new-c .sec01 dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .new-c .sec01 dl dt {
    margin-bottom: 5px;
  }
}

.new-c .sec01 dl dt .item-number,
.new-c .sec01 dl dt .item-name {
  font-size: 2.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {

  .new-c .sec01 dl dt .item-number,
  .new-c .sec01 dl dt .item-name {
    font-size: 1.6rem;
  }
}

.new-c .sec01 dl dd {
  font-size: 1.6rem;
  color: #000;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .new-c .sec01 dl dd {
    font-size: 1.4rem;
  }
}

.new-c .sec02 .txt {
  font-size: 1.4rem;
  color: #000;
  margin: 15px auto 35px;
}

.new-c .sec02 h4 {
  text-align: center;
  font-size: 3rem;
  color: #8eb65d;
  margin: 90px auto 50px;
}

@media screen and (max-width: 767px) {
  .new-c .sec02 h4 {
    font-size: 2rem;
    margin: 30px auto 20px;
  }
}

.new-c .sec02 .flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .new-c .sec02 .flex {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .new-c .sec02 .flex p.vsp {
    margin: 20px auto;
  }
}

.new-c .sec02 dl {
  width: 48%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .new-c .sec02 dl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.new-c .sec02 dl:nth-child(odd) {
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .new-c .sec02 dl:nth-child(odd) {
    float: none;
    margin-right: 0;
  }
}

.new-c .sec02 dl:nth-child(even) {
  float: right;
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .new-c .sec02 dl:nth-child(even) {
    float: none;
    margin-left: 0;
  }
}

.new-c .sec02 dl dt {
  font-size: 2.4rem;
  color: #8eb65d;
  padding: 10px 0;
  border-top: 1px solid #8eb65d;
  border-bottom: 1px solid #8eb65d;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .new-c .sec02 dl dt {
    font-size: 1.8rem;
    padding: 7px 0;
    margin-bottom: 5px;
  }
}

.new-c .sec02 dl dd .desc {
  margin: 20px auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .new-c .sec02 dl dd .desc {
    margin: 10px auto;
    font-size: 1.4rem;
  }
}

.new-c .sec03-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .new-c .sec03-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.new-c .sec03-wrap .fl {
  width: 50%;
  float: left;
}

@media screen and (max-width: 767px) {
  .new-c .sec03-wrap .fl {
    width: 100%;
    float: none;
  }
}

.new-c .sec03-wrap .fl table {
  width: 100%;
  border: 1px solid #ccc;
}

.new-c .sec03-wrap .fl table th {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 25px;
}

@media screen and (max-width: 767px) {
  .new-c .sec03-wrap .fl table th {
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 50%;
  }
}

.new-c .sec03-wrap .fl table th.tac {
  text-align: center;
}

.new-c .sec03-wrap .fl table td {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px 25px;
}

@media screen and (max-width: 767px) {
  .new-c .sec03-wrap .fl table td {
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 50%;
  }
}

.new-c .sec03-wrap .fr {
  float: right;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .new-c .sec03-wrap .fr {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.new-c .sec03-wrap .fr .txt {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .new-c .sec03-wrap .fr .txt {
    font-size: 1.2rem;
  }
}

.new-c .sec03-wrap .fr .txt:last-of-type {
  margin-bottom: 0;
}

.new-c .sec03 h4 {
  text-align: center;
  font-size: 3rem;
  color: #8eb65d;
  margin: 90px auto 20px;
}

@media screen and (max-width: 767px) {
  .new-c .sec03 h4 {
    font-size: 2rem;
    margin: 50px auto 10px;
  }
}

.new-c .sec03 .subttl {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .new-c .sec03 .subttl {
    margin-bottom: 25px;
  }
}

.new-c .sec03 dl dt {
  font-size: 1.6rem;
  background: #deefca;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  border-bottom: none;
}

.new-c .sec03 dl dd {
  padding: 25px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .new-c .sec03 dl dd {
    padding: 15px;
  }
}

.new-c .sec04 h4 {
  text-align: center;
  font-size: 3rem;
  color: #8eb65d;
  margin: 80px auto 50px;
}

@media screen and (max-width: 767px) {
  .new-c .sec04 h4 {
    font-size: 2rem;
    margin: 50px auto 20px;
  }
}

.new-c .sec04 .flexbox {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .new-c .sec04 .flexbox {
    display: block;
  }
}

.new-c .sec04 .fl {
  float: left;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new-c .sec04 .fl {
    float: none;
    width: 100%;
  }
}

.new-c .sec04 .fr {
  float: right;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new-c .sec04 .fr {
    float: none;
    width: 100%;
  }
}

.new-c .sec04 dl {
  border: 1px solid #ccc;
}

.new-c .sec04 dl dt {
  font-size: 1.6rem;
  background: #deefca;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.new-c .sec04 dl dd {
  padding: 30px;
  font-size: 1.4rem;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .new-c .sec04 dl dd {
    padding: 15px;
  }
}

.new-c .sec04 dl dd table {
  width: 100%;
}

.new-c .sec04 dl dd table th {
  width: 130px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .new-c .sec04 dl dd table th {
    width: 100px;
    padding: 5px 0;
  }
}

.new-c .sec04 dl dd table td {
  width: calc(100% - 130px);
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .new-c .sec04 dl dd table td {
    width: calc(100% - 100px);
    padding: 5px 0;
  }
}

.new-f {
  margin-top: 56px;
}

.new-f .new-ttl {
  background: #f8b754;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .new-f .new-ttl {
    font-size: 2rem;
  }
}

.new-f .sec01 {
  margin-top: 61px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.new-f .sec01-thum {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .new-f .sec01-thum {
    margin-bottom: 30px;
  }
}

.new-f .sec01 h4 {
  text-align: center;
  font-size: 3rem;
  color: #f8b754;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 h4 {
    font-size: 2rem;
  }
}

.new-f .sec01 .subttl {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 .subttl {
    margin-bottom: 30px;
  }
}

.new-f .sec01 dl {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 dl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.new-f .sec01 dl:nth-child(odd) {
  float: left;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 dl:nth-child(odd) {
    float: none;
  }
}

.new-f .sec01 dl:nth-child(even) {
  float: right;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 dl:nth-child(even) {
    float: none;
  }
}

.new-f .sec01 dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 dl dt {
    margin-bottom: 5px;
  }
}

.new-f .sec01 dl dt .item-number,
.new-f .sec01 dl dt .item-name {
  font-size: 2.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {

  .new-f .sec01 dl dt .item-number,
  .new-f .sec01 dl dt .item-name {
    font-size: 1.6rem;
  }
}

.new-f .sec01 dl dd {
  font-size: 1.6rem;
  color: #000;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .new-f .sec01 dl dd {
    font-size: 1.4rem;
  }
}

.new-f .sec02 .txt {
  font-size: 1.4rem;
  color: #000;
  margin: 15px auto 35px;
}

.new-f .sec02 h4 {
  text-align: center;
  font-size: 3rem;
  color: #f8b754;
  margin: 90px auto 50px;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 h4 {
    font-size: 2rem;
    margin: 30px auto 20px;
  }
}

.new-f .sec02 .box .fl {
  float: left;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 .box .fl {
    float: none;
    width: 100%;
  }
}

.new-f .sec02 .box .fr {
  float: right;
  width: 55%;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 .box .fr {
    float: none;
    width: 100%;
  }
}

.new-f .sec02 .box .fr .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-f .sec02 .box .fr .flexbox .bd {
  border: 1px solid #000;
  padding: 10px;
  width: 50%;
  font-size: 1.4rem;
  text-align: center;
}

.new-f .sec02 .box .fr .flexbox .desc {
  width: 45%;
  font-size: 1.4rem;
}

.new-f .sec02 dl {
  width: 48%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 dl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.new-f .sec02 dl:nth-child(odd) {
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 dl:nth-child(odd) {
    float: none;
    margin-right: 0;
  }
}

.new-f .sec02 dl:nth-child(even) {
  float: right;
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 dl:nth-child(even) {
    float: none;
    margin-left: 0;
  }
}

.new-f .sec02 dl dt {
  font-size: 2.4rem;
  color: #f8b754;
  padding: 10px 0;
  border-top: 1px solid #f8b754;
  border-bottom: 1px solid #f8b754;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 dl dt {
    font-size: 1.8rem;
    padding: 7px 0;
    margin-bottom: 5px;
  }
}

.new-f .sec02 dl dd .desc {
  margin: 20px auto;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .new-f .sec02 dl dd .desc {
    margin: 10px auto;
    font-size: 1.4rem;
  }
}

.new-f .sec03-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .new-f .sec03-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.new-f .sec03-wrap .fl {
  width: 50%;
  float: left;
}

@media screen and (max-width: 767px) {
  .new-f .sec03-wrap .fl {
    width: 100%;
    float: none;
  }
}

.new-f .sec03-wrap .fl table {
  width: 100%;
  border: 1px solid #ccc;
}

.new-f .sec03-wrap .fl table th {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 25px;
}

@media screen and (max-width: 767px) {
  .new-f .sec03-wrap .fl table th {
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 50%;
  }
}

.new-f .sec03-wrap .fl table th.tac {
  text-align: center;
}

.new-f .sec03-wrap .fl table td {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px 25px;
}

@media screen and (max-width: 767px) {
  .new-f .sec03-wrap .fl table td {
    font-size: 1.4rem;
    padding: 10px 15px;
    width: 50%;
  }
}

.new-f .sec03-wrap .fr {
  float: right;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .new-f .sec03-wrap .fr {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

.new-f .sec03-wrap .fr .txt {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .new-f .sec03-wrap .fr .txt {
    font-size: 1.2rem;
  }
}

.new-f .sec03-wrap .fr .txt:last-of-type {
  margin-bottom: 0;
}

.new-f .sec03 h4 {
  text-align: center;
  font-size: 3rem;
  color: #f8b754;
  margin: 90px auto 20px;
}

@media screen and (max-width: 767px) {
  .new-f .sec03 h4 {
    font-size: 2rem;
    margin: 50px auto 10px;
  }
}

.new-f .sec03 .subttl {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .new-f .sec03 .subttl {
    margin-bottom: 25px;
  }
}

.new-f .sec03 dl dt {
  font-size: 1.6rem;
  background: #ffedd1;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  border-bottom: none;
}

.new-f .sec03 dl dd {
  padding: 25px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .new-f .sec03 dl dd {
    padding: 15px;
  }
}

.new-f .sec04 h3 {
  font-size: 2rem;
  color: #f8b754;
  margin: 35px auto 20px;
}

@media screen and (max-width: 767px) {
  .new-f .sec04 h3 {
    font-size: 1.8rem;
  }
}

.new-f .sec04 table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.new-f .sec04 table th {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 25px;
  text-align: center;
  background: #ffedd1;
}

@media screen and (max-width: 767px) {
  .new-f .sec04 table th {
    font-size: 1.2rem;
    padding: 10px 5px;
  }
}

.new-f .sec04 table th.tac {
  text-align: center;
}

.new-f .sec04 table td {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px 25px;
}

.new-f .sec04 table td.tal {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .new-f .sec04 table td {
    font-size: 1.2rem;
    padding: 10px 5px;
  }
}

.new-f .sec04 .txt {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 20px;
}

.new-f .sec04 dl {
  margin-bottom: 20px;
}

.new-f .sec04 dl dt {
  font-size: 1.4rem;
  color: #000;
}

.new-f .sec04 dl dd {
  font-size: 1.4rem;
  color: #000;
}

.pager {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager span.current {
  background: #95cdd7;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  margin: 0 10px;
}

.pager a {
  margin: 0 5px;
  border: 1px solid #95cdd7;
  color: #95cdd7;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 1.6rem;
}