@charset "UTF-8";
/*------------メディアクエリ----------------*/
/*============================
	sub_visual
============================*/
#sub_visual {
  position: relative;
  background: url(../img/main_001.jpg) no-repeat;
  background-size: cover;
  height: 450px;
}
@media (max-width: 767px) {
  #sub_visual {
    height: 250px;
  }
}
#sub_visual h2 {
  font-size: 24px;
  letter-spacing: 0.1em;
  max-width: 1280px;
  padding-top: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  #sub_visual h2 {
    font-size: 18px;
    padding-top: 120px;
  }
}
#sub_visual h2 strong {
  font-size: 100px;
  display: block;
  text-transform: uppercase;
  margin: 0 auto 15px;
  color: rgb(14, 14, 14);
  -webkit-text-stroke: 4px rgb(14, 14, 14);
  text-stroke: 4px rgb(14, 14, 14);
}
@media (max-width: 767px) {
  #sub_visual h2 strong {
    font-size: 40px;
    -webkit-text-stroke: 2px rgb(14, 14, 14);
    text-stroke: 2px rgb(14, 14, 14);
  }
}
#sub_visual h2 strong:first-letter {
  color: #fff;
}
#sub_visual h2 span {
  border-bottom: 5px solid #e83433;
}

/*============================
	sub_contents 
============================*/
#sub_contents {
  font-size: 14px;
  line-height: 180%;
  color: rgb(14, 14, 14);
  font-weight: bold;
  /*============================
  	基本設定
  ============================*/
  /*============================
  	page_navi
  ============================*/
  /*============================
  	bread_crumb_list
  ============================*/
  /*============================
  option_area
   ============================*/
  /*============================
  screen
   ============================*/
  /*============================
  company
   ============================*/
  /*============================
  news
   ============================*/
}
@media (max-width: 767px) {
  #sub_contents {
    font-size: 14px;
  }
}
#sub_contents section {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  #sub_contents section {
    padding: 70px 0;
  }
}
@media (max-width: 599px) {
  #sub_contents section {
    padding: 40px 0;
  }
}
#sub_contents .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2%;
}
@media (max-width: 599px) {
  #sub_contents .inner {
    padding: 0 5%;
  }
}
#sub_contents img {
  max-width: 100%;
}
#sub_contents iframe {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #sub_contents iframe {
    height: 300px;
  }
}
#sub_contents .dryer_area iframe {
  width: 560px;
  height: 315px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #sub_contents .dryer_area iframe {
    height: 300px;
  }
}
#sub_contents h3 {
  font-size: 20px;
  font-weight: bold;
}
#sub_contents h3 span {
  font-weight: inherit;
  padding-left: 5px;
  border-left: 5px solid #e75b0e;
}
#sub_contents h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #sub_contents h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#sub_contents h4 span {
  font-weight: bold;
  display: block;
  position: relative;
}
#sub_contents h4 span::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #e75b0e 0%, #e75b0e 50%, #2e559b 50%, #2e559b 100%);
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
#sub_contents h5 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #sub_contents h5 {
    margin-bottom: 10px;
  }
}
#sub_contents h5 span {
  position: relative;
  padding-left: 85px;
  border-bottom: 3px solid #2e559b;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  #sub_contents h5 span {
    font-size: 18px;
    padding-left: 45px;
  }
}
#sub_contents h5 span b {
  font-size: 70px;
  color: #e75b0e;
  opacity: 0.7;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #sub_contents h5 span b {
    font-size: 36px;
  }
}
#sub_contents h5.pl75 span {
  padding-left: 75px;
}
@media (max-width: 767px) {
  #sub_contents h5.pl75 span {
    padding-left: 35px;
  }
}
#sub_contents .txt_cen {
  font-size: 20px;
  text-align: center;
  line-height: 180%;
  font-weight: bold;
}
@media (max-width: 767px) {
  #sub_contents .txt_cen {
    font-size: 14px;
    line-height: 160%;
  }
}
#sub_contents .txt_cen span {
  font-size: 120%;
  font-weight: bold;
  color: #e75b0e;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #sub_contents .txt_cen span {
    font-size: 110%;
    margin-bottom: 10px;
  }
}
#sub_contents .txt_cen.left {
  text-align: left;
}
#sub_contents .txt_cen b {
  font-weight: bold;
  font-size: 20px;
}
#sub_contents .txt_cen.center {
  text-align: center;
}
#sub_contents .s_ttl {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #sub_contents .s_ttl {
    font-size: 18px;
  }
}
#sub_contents .s_ttl span b {
  font-weight: bold;
  font-size: 28px;
  background: linear-gradient(transparent 75%, #00b900 75%);
}
@media (max-width: 767px) {
  #sub_contents .s_ttl span b {
    font-size: 18px;
  }
}
#sub_contents .s_ttl p {
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #sub_contents .s_ttl p {
    font-size: 16px;
  }
}
#sub_contents .check_list li {
  position: relative;
  padding: 8px 20px 10px 35px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px #ccc dashed;
}
@media (max-width: 767px) {
  #sub_contents .check_list li {
    padding: 8px 10px 10px 25px;
    font-size: 14px;
    width: 100%;
  }
}
#sub_contents .check_list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #f06060;
  left: 5px;
  top: 14px;
}
@media (max-width: 767px) {
  #sub_contents .check_list li:before {
    width: 13px;
    height: 13px;
    left: 5px;
    top: 15px;
  }
}
#sub_contents .check_list li:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 2px solid #f06060;
  border-bottom: 2px solid #f06060;
  width: 18px;
  height: 5px;
  transform: rotate(-45deg);
  left: 10px;
  top: 14px;
}
@media (max-width: 767px) {
  #sub_contents .check_list li:after {
    border-left: 1px solid #f06060;
    border-bottom: 1px solid #f06060;
    width: 12px;
    height: 3px;
    left: 8px;
    top: 15px;
  }
}
#sub_contents .cl01 {
  color: #e75b0e;
}
#sub_contents .cl02 {
  color: #2e559b;
}
#sub_contents .bg_01 {
  background-color: #e75b0e;
}
#sub_contents .bg_02 {
  background-color: #2e559b;
}
#sub_contents .sub_bg {
  background-color: #ddd;
}
#sub_contents .flex-nml {
  display: flex;
  flex-wrap: wrap;
}
#sub_contents .flex-btw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sub_contents .flex-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sub_contents .flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#sub_contents .row-reverse {
  flex-direction: row-reverse;
}
#sub_contents .items-center {
  align-items: center;
}
#sub_contents .items-start {
  align-items: flex-start;
}
#sub_contents .items-end {
  align-items: flex-end;
}
#sub_contents .grid_2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
}
@media (max-width: 767px) {
  #sub_contents .grid_2 {
    gap: 20px;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}
#sub_contents .grid_3 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
}
@media (max-width: 767px) {
  #sub_contents .grid_3 {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
#sub_contents .grid_4 {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
}
@media (max-width: 767px) {
  #sub_contents .grid_4 {
    gap: 20px;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
#sub_contents .w20 {
  width: 20%;
}
@media (max-width: 767px) {
  #sub_contents .w20 {
    width: 100%;
  }
}
#sub_contents .w30 {
  width: 28%;
}
@media (max-width: 767px) {
  #sub_contents .w30 {
    width: 100%;
  }
}
#sub_contents .w32 {
  width: 32%;
}
#sub_contents .w50 {
  width: 49%;
}
@media (max-width: 767px) {
  #sub_contents .w50 {
    width: 100%;
  }
}
#sub_contents .w70 {
  width: 68%;
}
@media (max-width: 767px) {
  #sub_contents .w70 {
    width: 100%;
  }
}
#sub_contents .w80 {
  width: 78%;
}
@media (max-width: 767px) {
  #sub_contents .w80 {
    width: 100%;
  }
}
#sub_contents .m0a {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#sub_contents .mb15 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #sub_contents .mb15 {
    margin-bottom: 15px;
  }
}
#sub_contents .mb30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #sub_contents .mb30 {
    margin-bottom: 20px;
  }
}
#sub_contents .mb50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #sub_contents .mb50 {
    margin-bottom: 30px;
  }
}
#sub_contents .mb80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #sub_contents .mb80 {
    margin-bottom: 40px;
  }
}
#sub_contents .mb100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #sub_contents .mb100 {
    margin-bottom: 50px;
  }
}
#sub_contents .sp {
  display: none;
}
@media (max-width: 767px) {
  #sub_contents .sp {
    display: block;
  }
}
@media (max-width: 767px) {
  #sub_contents .pc {
    display: none;
  }
}
#sub_contents .ulbox {
  font-size: 15px;
}
@media (max-width: 767px) {
  #sub_contents .ulbox {
    font-size: 14px;
  }
}
#sub_contents .ulbox li {
  list-style-type: disc;
  overflow: visible;
  list-style-position: inside;
}
#sub_contents .ulbox li::marker {
  margin-right: 0;
}
#sub_contents .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #sub_contents .wp-pagenavi {
    margin-top: 30px;
  }
}
#sub_contents .wp-pagenavi a {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  #sub_contents .wp-pagenavi a {
    padding: 5px 5px;
  }
}
#sub_contents .wp-pagenavi a:hover {
  color: #fff;
  background-color: #e75b0e;
  border: 1px solid #e75b0e;
}
#sub_contents .wp-pagenavi span {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  #sub_contents .wp-pagenavi span {
    padding: 5px 5px;
  }
}
#sub_contents .wp-pagenavi span.pages {
  display: none;
}
#sub_contents .wp-pagenavi span.current {
  color: #fff;
  background-color: #e75b0e;
  font-weight: bold;
  border: 1px solid #e75b0e;
}
#sub_contents .bread_crumb_list {
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #2e559b;
}
@media (max-width: 767px) {
  #sub_contents .bread_crumb_list {
    font-size: 12px;
  }
}
#sub_contents .bread_crumb_list .bread_crumb {
  text-align: left;
  padding: 15px 0;
  max-width: 1200px;
  margin: 0px auto 0px;
}
@media (max-width: 1200px) {
  #sub_contents .bread_crumb_list .bread_crumb {
    width: 94%;
  }
}
@media (max-width: 767px) {
  #sub_contents .bread_crumb_list .bread_crumb {
    text-align: left;
    padding: 10px 0px 10px;
    margin: 0px auto 0px;
  }
}
#sub_contents .bread_crumb_list .bread_crumb li {
  display: inline;
}
#sub_contents .bread_crumb_list .bread_crumb li:last-child:after {
  content: "";
}
#sub_contents .bread_crumb_list .bread_crumb li a {
  text-decoration: underline;
}
#sub_contents .bread_crumb_list .bread_crumb li a:hover {
  text-decoration: none;
}
#sub_contents .bread_crumb_list .bread_crumb li:after {
  content: "ー";
  padding-left: 5px;
  text-decoration: none;
}
#sub_contents .bread_crumb_list .bread_crumb li.current {
  font-weight: normal;
}
#sub_contents .option_area ul.sub-img {
  margin-top: 10px;
}
#sub_contents .option_area ul.sub-img li {
  width: 15%;
  border: 2px solid #fff;
}
#sub_contents .option_area ul.sub-img li img {
  border: 2px solid transparent;
  transition: border 0.5s;
  cursor: pointer;
}
#sub_contents .option_area ul.sub-img li.current img {
  border: 2px solid #e75b0e;
  transition: border 0.5s;
}
#sub_contents .option_area strong {
  display: block;
  color: #e75b0e;
  letter-spacing: 0.05em;
}
#sub_contents .option_img img {
  max-height: 224px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #sub_contents .tab-wrap .txt {
    display: flex;
    flex-direction: column;
  }
}
#sub_contents .tab-wrap .txt ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #sub_contents .tab-wrap .txt ul {
    order: 1;
  }
}
@media (max-width: 767px) {
  #sub_contents .tab-wrap .txt h3 {
    order: 2;
  }
}
@media (max-width: 767px) {
  #sub_contents .tab-wrap .txt p {
    order: 3;
  }
}
#sub_contents .tab-btn {
  width: 15%;
  cursor: pointer;
  border: 2px solid #fff;
}
#sub_contents .tab-btn.show {
  width: 15%;
  cursor: pointer;
  border: 2px solid #e75b0e;
  transition: border 0.5s;
}
#sub_contents .tab-btn figcaption {
  text-align: center;
}
#sub_contents .tab-contents {
  display: none;
}
#sub_contents .tab-contents.show {
  display: block;
}
#sub_contents .option_area02 {
  border: 3px solid #e75b0e;
  padding: 20px;
}
#sub_contents .screen_area > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#sub_contents .screen_area > div figure {
  width: 38%;
}
@media (max-width: 767px) {
  #sub_contents .screen_area > div figure {
    width: 100%;
    margin-bottom: 5px;
  }
}
#sub_contents .screen_area > div figure figcaption {
  text-align: center;
}
#sub_contents .screen_area > div .txt {
  width: 58%;
}
@media (max-width: 767px) {
  #sub_contents .screen_area > div .txt {
    width: 100%;
  }
}
#sub_contents .screen_area > div .txt strong {
  color: #e75b0e;
}
#sub_contents .screen_area > div:nth-child(even) {
  flex-direction: row-reverse;
}
#sub_contents .screen_area.sub_con > div:nth-child(even) {
  flex-direction: row;
}
#sub_contents .screen_area.figures_imgs > div figure {
  width: 58%;
  display: flex;
}
@media (max-width: 767px) {
  #sub_contents .screen_area.figures_imgs > div figure {
    width: 100%;
    margin-bottom: 5px;
  }
}
#sub_contents .screen_area.figures_imgs > div .txt {
  width: 38%;
}
@media (max-width: 767px) {
  #sub_contents .screen_area.figures_imgs > div .txt {
    width: 100%;
  }
}
#sub_contents .screen_flex img {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#sub_contents .screen_img_box {
  align-items: center;
}
#sub_contents .screen_img_box .screen_img {
  overflow: hidden;
  width: 70%;
}
@media (max-width: 767px) {
  #sub_contents .screen_img_box .screen_img {
    margin: 0 auto 10px;
  }
}
#sub_contents .screen_img_box .screen_img:not(:first-child) {
  margin-left: 1%;
}
@media (max-width: 767px) {
  #sub_contents .screen_img_box .screen_img:not(:first-child) {
    margin-right: auto;
  }
}
#sub_contents .screen_check > li {
  width: 100%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  #sub_contents .screen_check > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
#sub_contents .screen_check > li strong {
  color: #e75b0e;
  text-align: center;
  display: block;
  font-size: 18px;
}
#sub_contents .screen_check > li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #sub_contents .screen_check > li:last-child {
    margin-bottom: 0;
  }
}
#sub_contents .screen_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 767px) {
  #sub_contents .screen_tbl {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
#sub_contents .screen_tbl th {
  text-align: center;
  color: white;
  background: #e75b0e;
  border-left: 1px solid #ee8c56;
  border-top: 1px solid #ee8c56;
  border-bottom: 1px solid #ee8c56;
  padding: 10px 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #sub_contents .screen_tbl th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}
#sub_contents .screen_tbl th:last-child {
  border-right: 1px solid #ee8c56;
}
#sub_contents .screen_tbl td {
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
  padding: 10px 10px;
  vertical-align: middle;
}
#sub_contents .screen_tbl td:first-child {
  background: #eee;
  padding: 10px 20px;
  width: 20%;
  text-align: left;
}
@media (max-width: 767px) {
  #sub_contents .screen_tbl td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#sub_contents .screen_tbl td:last-child {
  border-right: 1px solid #ddd;
}
#sub_contents .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
#sub_contents .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
#sub_contents .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#sub_contents .slide-dots li button::before {
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 13.5px;
  background: #ddd;
}
#sub_contents .slide-dots li.slick-active button::before {
  background: #e75b0e;
}
#sub_contents button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
#sub_contents .case__img__after .slide-dots li.slick-active button::before {
  background: #2e559b;
}
#sub_contents .material__table {
  width: 100%;
}
#sub_contents .material__table tr {
  background: #e5eef6;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  #sub_contents .material__table tr {
    margin-bottom: 0px;
  }
}
#sub_contents .material__table tr th {
  width: 30%;
  padding: 25px 20px;
  font-weight: bold;
  background: #2e559b;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  #sub_contents .material__table tr th {
    width: 100%;
    padding: 10px 10px;
    vertical-align: middle;
    display: block;
  }
}
#sub_contents .material__table tr td {
  width: 900px;
  padding: 25px 50px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #sub_contents .material__table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    display: block;
    width: 100%;
  }
}
#sub_contents .material__table tr td ul li {
  margin: 0 3px 0 0;
}
#sub_contents .material__table tr td ul li img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=sub.css.map */