@charset "UTF-8";
.index_feature_btn_box_bg {
  padding: 90px 180px;
  margin-top: 90px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.index_feature_btn_box_bg .index_feature_btn_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn {
  width: calc((100% / 3) - 30px);
  background: #fff;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #5b6e94;
  position: relative;
  text-shadow: 2px 2px 0 white;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: -20px;
  width: 100px;
  height: 1px;
  background: #cccccc;
  transition: .5s all ease-in-out;
  z-index: 1;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a:hover::after {
  right: -10px;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
  width: 170px;
  overflow: hidden;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img img {
  width: 100%;
  height: auto;
  transition: .5s all ease-in-out;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
  width: calc(100% - 170px);
  padding: 0px 15px;
  font-size: 1.2em;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}

.index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text span {
  margin-top: 5px;
  display: block;
  font-size: 0.6em;
}

@media screen and (min-width: 1200px) {
  .index_feature_btn_box_bg {
    padding: 10px 90px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index_feature_btn_box_bg {
    padding: 10px 6%;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
    width: 50%;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
    width: 50%;
    padding: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .index_feature_btn_box_bg {
    padding: 10px 0;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a {
    display: block;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
    width: 100%;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .index_feature_btn_box_bg {
    display: none;
    padding: 10px 6%;
  }
  .index_feature_btn_box_bg .index_feature_btn_box {
    display: block;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a {
    display: block;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_img {
    width: 100%;
  }
  .index_feature_btn_box_bg .index_feature_btn_box .index_feature_btn a .index_feature_btn_text {
    width: 100%;
    padding: 10px;
  }
}

/*トップページ　文字調整*/
/*共通*/
.searchBar__subTitle {
  font-size: 12px;
}

.searchBar__select__button, .searchBar__keyWord {
  font-size: 16px;
  color: #000000;
  padding: 0 10px;
  opacity: 1;
  background: #ffffff;
  position: relative;
}

.searchBar__select__button, .searchBar__keyWord input {
  color: #000000 !important;
}

.searchBar__select__button::after, .searchBar__keyWord input::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #192b84 transparent transparent transparent;
}

.worksArea__header__title small {
  font-size: 20px;
}

.tab__item {
  font-size: 16px;
}

/*横幅によって変更*/
@media screen and (min-width: 1200px) {
  .header__nav__item__button small {
    font-size: 12px;
  }
  .indexKeyVisual__title small {
    font-size: 14px;
  }
  .indexKeyVisual__lead {
    font-size: 18px;
  }
  .indexSearch__detail__title__addition {
    width: calc( 540vw / 1440 * 90);
  }
  .indexSearch__detail__list__addition {
    width: calc( 270vw / 1440 * 130);
  }
  .indexSearch__detail__list__addition li a {
    font-size: 18px;
    padding: 0 0 15px 0;
  }
  .indexSearch__detail__list__addition li a::before {
    margin-right: 10px;
  }
  .indexSearch__detail__list li a {
    font-size: 18px;
    padding: 0 0 15px 0;
  }
  .indexSearch__detail__list li a::before {
    margin-right: 10px;
  }
  .worksArea__detail {
    height: 6em;
  }
  .worksArea__itemName {
    font-size: 16px;
  }
  .pickUpArea {
    padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 70);
  }
  .pickUpArea__item {
    width: 32%;
  }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em;
  }
  .pickUpArea__item__title small {
    font-size: 14px;
  }
  .pickUpArea__item__lead {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .indexKeyVisual__detail {
    top: 30%;
    height: 550px !important;
  }
  .indexKeyVisual__lead {
    font-size: 16px;
  }
  .indexSearch__detail__list li a {
    font-size: 13px;
  }
  .worksArea__detail {
    height: 6em;
  }
  .worksArea__itemName {
    font-size: 16px;
  }
  .pickUpArea {
    padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 40);
  }
  .pickUpArea__item {
    width: 32%;
  }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em;
  }
  .pickUpArea__item__title small {
    font-size: 14px;
  }
  .pickUpArea__item__lead {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .indexKeyVisual__detail {
    top: 40%;
    height: 250px !important;
  }
  .indexKeyVisual__title small {
    font-size: 12px;
  }
  .indexKeyVisual__lead {
    font-size: 13px;
  }
  .indexSearch__detail__list li a {
    font-size: 16px;
  }
  .worksArea__detail {
    height: 6em;
  }
  .worksArea__itemName {
    font-size: 15px;
  }
  .pickUpArea {
    padding: calc( 90vw / 1440 * 100) calc( 180vw / 1440 * 20);
  }
  .pickUpArea__item {
    width: 32%;
  }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em;
  }
  .pickUpArea__item__title small {
    font-size: 14px;
  }
  .pickUpArea__item__lead {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .indexKeyVisual__title small {
    font-size: 14px;
  }
  .indexKeyVisual__lead {
    font-size: 15px;
  }
  .indexSearch__detail__list li a {
    font-size: 16px;
  }
  .pickUpArea__item__title {
    font-size: 18px;
    height: 5em;
  }
  .pickUpArea__item__title small {
    font-size: 14px;
  }
  .pickUpArea__item__lead {
    font-size: 13px;
    letter-spacing: 0;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** 2019/04/12追加
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== コンセプト・代表あいさつ・代表ブログ・アクセスマップ === */
.companyInfoArea {
  margin: 90px 90px 0px;
  padding: 60px 180px;
  background: #fff;
}

@media screen and (max-width: 1439px) {
  .companyInfoArea {
    margin: calc( 90vw / 1440 * 100) calc( 90vw / 1440 * 100) calc( 0vw / 1440 * 100);
  }
}

@media screen and (max-width: 1439px) {
  .companyInfoArea {
    padding: calc( 60vw / 1440 * 100) calc( 180vw / 1440 * 100);
  }
}

@media screen and (max-width: 991px) {
  .companyInfoArea {
    padding: 60px 90px;
  }
}

@media screen and (max-width: 991px) and (max-width: 1439px) {
  .companyInfoArea {
    padding: calc( 60vw / 1440 * 100) calc( 90vw / 1440 * 100);
  }
}

.companyInfoArea__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.companyInfoArea__item {
  width: calc((100% - 60px) / 4);
}

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

.companyInfoArea__thumb {
  overflow: hidden;
}

.companyInfoArea__thumb img {
  transition: 0.6s all ease-in-out;
}

.companyInfoArea__thumb img:hover {
  transition: 0.6s all ease-in-out;
}

.companyInfoArea__englishTitle {
  font-size: 40px;
  font-size: calc( 40vw / 1440 * 100);
  color: #ddd;
  margin-top: -.45em;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  letter-spacing: .2em;
  font-weight: 300;
}

@media screen and (min-width: 1440px) {
  .companyInfoArea__englishTitle {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .companyInfoArea__englishTitle {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .companyInfoArea__englishTitle {
    font-size: 36px;
    font-size: calc( 36vw / 1440 * 100);
  }
}

@media screen and (max-width: 991px) and (min-width: 1440px) {
  .companyInfoArea__englishTitle {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .companyInfoArea__englishTitle {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.companyInfoArea__title {
  font-size: 14px;
  font-size: calc( 14vw / 1440 * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #999;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
}

.companyInfoArea__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-right: 1em;
}

@media screen and (min-width: 1440px) {
  .companyInfoArea__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .companyInfoArea__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .companyInfoArea__item:hover .companyInfoArea__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* ==== 機能で選びたい・用途で選びたい === */
.index_search_function_bg {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: -90px auto 0;
  position: relative;
}

.index_search_function_bg .index_search_function {
  background: rgba(211, 219, 226, 0.75);
  padding: 60px;
}

.index_search_function_bg .index_search_function:nth-child(2) {
  margin-top: 40px;
}

.index_search_function_bg .index_search_function h2 {
  width: 100%;
  font-size: 2.1em;
  text-align: center;
  color: #4e576e;
  margin-bottom: 50px;
}

.index_search_function_bg .index_search_function .index_search_function_list_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
  width: calc((100% - 80px) / 5);
  height: 200px;
  margin-left: 20px;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list:first-child {
  margin-left: 0;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #ffffff;
  padding-top: calc(50% + 35px);
  line-height: 1.4em;
  position: relative;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span {
  padding: 8px 5px 8px 5px;
  display: block;
  margin: 0 auto;
  background: #192A86;
  width: calc(100% - 40px);
  transition: 0.5s all ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span::before {
  content: "+";
  font-size: 1.1em;
  margin-right: 5px;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a:hover span {
  background: #ffffff;
  color: #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01 {
  background: url("../img/index/index_search_function_list_01.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01:hover {
  background: url("../img/index/index_search_function_list_01_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02 {
  background: url("../img/index/index_search_function_list_02.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02:hover {
  background: url("../img/index/index_search_function_list_02_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03 {
  background: url("../img/index/index_search_function_list_03.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03:hover {
  background: url("../img/index/index_search_function_list_03_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04 {
  background: url("../img/index/index_search_function_list_04.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04:hover {
  background: url("../img/index/index_search_function_list_04_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05 {
  background: url("../img/index/index_search_function_list_05.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05:hover {
  background: url("../img/index/index_search_function_list_05_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06 {
  background: url("../img/index/index_search_function_list_06.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06:hover {
  background: url("../img/index/index_search_function_list_06_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07 {
  background: url("../img/index/index_search_function_list_07.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07:hover {
  background: url("../img/index/index_search_function_list_07_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 {
  padding-top: calc(50% + 35px);
  background: url("../img/index/index_search_function_list_08.png") center calc(50% - 20px) no-repeat #ffffff;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08:hover {
  background: url("../img/index/index_search_function_list_08_ov.png") center calc(50% - 20px) no-repeat #192A86;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 span {
  line-height: 1.2;
  font-size: 0.9em;
  padding: 3px 5px 3px 5px;
}

.index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 span::before {
  margin-top: 10px;
  content: "+";
  font-size: 1.1em;
  margin-right: 5px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
    width: calc((100% - 80px) / 3);
    height: 170px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
    padding-top: calc(30% + 50px);
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 {
    padding-top: calc(30% + 46px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
    width: calc((100% - 80px) / 3);
    height: 170px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
    padding-top: calc(30% + 70px);
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span {
    width: calc(100% - 0px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .index_search_function_bg {
    width: 100%;
    display: block;
    margin: 50px auto 0;
  }
  .index_search_function_bg .index_search_function {
    padding: 10px;
    width: 100%;
  }
  .index_search_function_bg .index_search_function:nth-child(2) {
    margin-top: 40px;
  }
  .index_search_function_bg .index_search_function h2 {
    margin-bottom: 0px;
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list {
    width: calc((100% /2) - 10px);
    height: 33vw;
    line-height: 1;
    margin: 15px 5px 5px 5px;
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a {
    padding-top: calc(40% + 70px);
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a span {
    width: calc(100% - 0px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08 {
    width: 100%;
  }
  .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_01:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_02:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_03:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_04:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_05:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_06:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_07:hover, .index_search_function_bg .index_search_function .index_search_function_list_box .index_search_function_list a.index_search_function_list_08:hover {
    background-size: 50% auto;
  }
}

/* ==== 施工実績検索 === */
.worksarea_bnr_bg {
  width: 100%;
  max-width: 1700px;
  display: block;
  margin: 40px auto;
  background: url("../img/index/worksarea_bnr_bg.png") center center repeat;
}

.worksarea_bnr_bg.worksarea_bnr_bg_dark {
  display: none;
}

.worksarea_bnr_bg a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.6s all ease-in-out;
}

.worksarea_bnr_bg a::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  right: 20px;
  bottom: -30px;
  background: url("../img/index/worksarea_bnr_arrow.png") center center no-repeat #182a86;
  transition: 0.5s all ease-in-out;
}

.worksarea_bnr_bg a .worksarea_bnr {
  font-size: 1.6em;
  color: #ffffff;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0 30px;
}

.worksarea_bnr_bg a .worksarea_bnr span {
  font-size: 0.7em;
  margin-left: 10px;
}

.worksarea_bnr_bg a .worksarea_bnr img {
  margin: -84px 20px 0 0;
}

.worksarea_bnr_bg a:hover {
  opacity: 0.7;
}

.worksarea_bnr_bg a:hover::after {
  right: -20px;
}

@media screen and (max-width: 767px) {
  .worksarea_bnr_bg {
    padding: 0 15px;
  }
  .worksarea_bnr_bg a::after {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: -45px;
    background: url("../img/index/worksarea_bnr_arrow.png") center center no-repeat #182a86;
  }
  .worksarea_bnr_bg a .worksarea_bnr {
    font-size: 1.4em;
    padding: 50px 0 30px;
    display: block;
  }
  .worksarea_bnr_bg a .worksarea_bnr span {
    font-size: 0.8em;
    display: block;
    margin-left: 0;
  }
  .worksarea_bnr_bg a .worksarea_bnr img {
    width: 145px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }
  .worksarea_bnr_bg a:hover::after {
    right: 0px;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** 2019/05/17追加
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== 塗料の種類・選び方 === */
.main_ptac .lowerKeyVisual_nav_bg {
  margin: 170px auto 0;
  z-index: 10 !important;
  background: #ffffff;
  position: relative !important;
  padding: 0 1% 40px;
  width: calc(100% - 360px);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_ptac .lowerKeyVisual_nav_bg * {
  box-sizing: border-box;
}

.main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav {
  width: calc((100% - 60px) / 4);
  border: 1px solid #DDDDDD;
}

.main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav a {
  display: block;
  width: 100%;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav a:hover {
  opacity: 0.7;
}

.main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_point {
  width: 70px;
  height: 70px;
  background: #182A86;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 0.6em;
  text-align: center;
  line-height: 1;
}

.main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_point span {
  margin-top: -22px;
  width: 100%;
  display: block;
  font-size: 2.5em;
}

.main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_text {
  width: calc(100% - 80px);
  color: #4e576e;
  font-size: 1em;
}

.main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav:last-child .lowerKeyVisual_nav_text {
  letter-spacing: 0;
  font-size: 0.95em;
}

@media screen and (max-width: 1440px) and (min-width: 767px) {
  .main_ptac .lowerKeyVisual_nav_bg {
    margin-top: 150px;
    padding: 0 10px 40px;
    width: calc(100% - 360px);
    width: 75%;
    box-sizing: border-box;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main_ptac #point_1, .main_ptac #point_2, .main_ptac #point_3, .main_ptac #point_4 {
    padding-top: 1.5em;
  }
  .main_ptac .lowerKeyVisual .lowerKeyVisual__closing {
    padding: 2em 1.5em;
  }
  .main_ptac .lowerKeyVisual_nav_bg {
    margin-top: -60px;
    margin-bottom: 30px;
    padding: 0 10px 10px;
    width: calc(100% - 360px);
    width: 81%;
    box-sizing: border-box;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav a {
    padding: 10px 12px;
    position: relative;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav a::after {
    content: "▼";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-size: 1em;
    color: #8891a8;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_point {
    width: 50px;
    height: 50px;
    font-size: 0.7em;
    line-height: 1;
    box-sizing: border-box;
    padding: 1.2em 0;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_point span {
    margin-top: 4px;
    font-size: 1.6em;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_text {
    width: calc(100% - 60px);
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav .lowerKeyVisual_nav_text br {
    display: none;
  }
  .main_ptac .lowerKeyVisual_nav_bg .lowerKeyVisual_nav:last-child .lowerKeyVisual_nav_text br {
    display: block;
  }
}

.main_ptac .lowerKeyVisual__closing__lead {
  margin-top: -10px;
  font-size: 0.95em;
  text-align: center;
}

.main_ptac .pointBlock__compare__lead {
  font-size: 1em;
}

.main_ptac .pointBlock__compare__item {
  max-width: 330px;
}

.main_ptac .pointBlock__compare {
  max-width: 680px;
}

.main_ptac .paintTypeTableTdBlue {
  background: #195591;
}

.main_ptac .paintTypeTableTdRed {
  background: #911941;
}

.main_ptac .paintTypeTableTdWhite {
  background: #ffffff;
}

.main_ptac .annotation {
  font-size: 0.9em;
}

.main_ptac table.table_merit_demerit tr:nth-child(2n+1) td:nth-child(2) {
  background: #F2CCDA;
}

.main_ptac table.table_merit_demerit tr:nth-child(2n+1) td:nth-child(3) {
  background: #C8DAF0;
}

.main_ptac table.table_merit_demerit tr:first-child td:nth-child(2) {
  background: #911941;
}

.main_ptac table.table_merit_demerit tr:first-child td:nth-child(3) {
  background: #195591;
}

.main_ptac table.table_merit_demerit tr:first-child td ul {
  margin-left: 20px;
  text-align: left;
}

.main_ptac table.table_merit_demerit tr td:nth-child(1) {
  width: 20%;
}

.main_ptac table.table_merit_demerit tr td:nth-child(2) {
  background: #F8E4EB;
  width: 33%;
}

.main_ptac table.table_merit_demerit tr td:nth-child(3) {
  background: #E4EDF8;
  width: 33%;
}

.main_ptac table.table_merit_demerit tr td:nth-child(4) {
  width: 14%;
}

.main_ptac table.table_merit_demerit tr td ul {
  margin-left: 20px;
  text-align: left;
}

.main_ptac section section input {
  display: none;
}

@media screen and (max-width: 767px) {
  .main_ptac table.table_merit_demerit tr th a {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .main_ptac table.table_merit_demerit tr th a::after {
    content: "＞";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    font-size: .5em;
    color: #4e576e;
    font-weight: bold;
  }
  .main_ptac table.table_merit_demerit tr th a span.small {
    padding: .4em 0;
  }
  .main_ptac table.table_merit_demerit tr:nth-child(2n+1) td:nth-child(2) {
    background: #F8E4EB;
  }
  .main_ptac table.table_merit_demerit tr:nth-child(2n+1) td:nth-child(3) {
    background: #E4EDF8;
  }
  .main_ptac table.table_merit_demerit tr td:nth-child(1) {
    width: 100%;
  }
  .main_ptac table.table_merit_demerit tr td:nth-child(2) {
    width: 100%;
  }
  .main_ptac table.table_merit_demerit tr td:nth-child(3) {
    width: 100%;
  }
  .main_ptac table.table_merit_demerit tr td:nth-child(4) {
    width: 100%;
  }
}

.main_ptac h3.ptac_point3_h3 {
  background: #7a8799;
  color: #ffffff;
  text-align: center;
  margin: 50px 0 40px 0;
  padding: 20px;
}

.main_ptac h3.ptac_point3_h3::before, .main_ptac h3.ptac_point3_h3::after {
  display: none;
}

.main_ptac h3 .ptac_point_icon {
  color: #ffffff;
  text-align: center;
  background: #7a8799;
  width: 130px;
  line-height: 1.3;
  margin-right: 10px;
}

.main_ptac .ptac_gray_bg {
  margin-top: 20px;
  padding: 20px;
  background: #eaeff7;
}

.main_ptac label[for="box01"], .main_ptac label[for="box02"], .main_ptac label[for="box03"],
.main_ptac label[for="box04"], .main_ptac label[for="box05"] {
  cursor: default;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .main_ptac .pc {
    display: none;
  }
  .main_ptac .lowerKeyVisual__closing__lead {
    text-align: left;
    padding-bottom: 1em;
  }
  .main_ptac section h2 {
    font-size: 2.7rem;
  }
  .main_ptac section h2 + p {
    margin-bottom: 40px;
    text-align: left !important;
  }
  .main_ptac section section {
    margin-bottom: 40px;
  }
  .main_ptac label + .acobox {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
  }
  .main_ptac label[for="box01"] + .acobox, .main_ptac label[for="box02"] + .acobox, .main_ptac label[for="box03"] + .acobox,
  .main_ptac label[for="box04"] + .acobox, .main_ptac label[for="box05"] + .acobox {
    transition: .5s;
  }
  .main_ptac label h3.ptac_point3_h3 {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    padding: 20px 10px 40px;
    margin: 0;
    transition: all .5s;
    position: relative;
    font-size: 1.8rem;
    border: none;
    width: 100%;
  }
  .main_ptac label h3.ptac_point3_h3::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
    transition: all .5s;
    bottom: 1em;
    left: 50%;
  }
  .main_ptac input[id="box01"]:checked ~ .acobox {
    max-height: 410px;
    transition: .5s;
    padding-top: 2em;
  }
  .main_ptac input[id="box02"]:checked ~ .acobox {
    max-height: 450px;
    transition: .5s;
    padding-top: 2em;
  }
  .main_ptac input[id="box03"]:checked ~ .acobox {
    max-height: 1210px;
    transition: .6s;
    padding-top: 2em;
  }
  .main_ptac input[id="box04"]:checked ~ .acobox {
    max-height: 330px;
    transition: .5s;
    padding-top: 2em;
  }
  .main_ptac input[id="box05"]:checked ~ .acobox {
    max-height: 430px;
    transition: .5s;
    padding-top: 2em;
  }
  .main_ptac input:checked + label > h3.ptac_point3_h3 {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .main_ptac input:checked + label > h3.ptac_point3_h3::after {
    transform: translateX(-50%) rotate(315deg);
  }
  .main_ptac h3 .ptac_point_icon {
    display: inline-block;
    width: 25px;
  }
  .main_ptac section.closingArea p br.no_line {
    display: none;
  }
}

.main_ptac .index_search_function .ptac_index_search_function_list_box {
  margin-bottom: 50px;
}

.main_ptac .index_search_function .bottomSearchArea {
  margin: 0;
}

.main_ptac .index_search_function .bottomSearchArea__item {
  width: 100%;
}

.main_ptac .index_search_function .searchByMaterial {
  width: 100%;
}

.main_ptac .index_search_function .bottomSearchArea__item {
  width: 100%;
}

.main_ptac .index_search_function .bottomSearchArea__item img {
  width: 100%;
  height: auto;
}

.main_ptac .ptac_graph_bg {
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main_ptac .ptac_graph_bg .ptac_graph_img {
  width: 424px;
}

.main_ptac .ptac_graph_bg .ptac_graph_img img {
  width: 100%;
  height: auto;
}

.main_ptac .ptac_graph_bg .ptac_graph_table {
  width: calc(100% - 444px);
}

.main_ptac .ptac_graph_bg .ptac_graph_table p {
  font-size: 0.8em;
  margin-top: 10px;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table {
  width: 100%;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr {
  width: 100%;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr th {
  padding: 10px;
  color: #ffffff;
  background: #5b9bd5;
  text-align: center;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr th:nth-child(1) {
  width: calc((100% / 5) * 2);
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr th:nth-child(2) {
  width: calc((100% / 5) * 1);
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr th:nth-child(3) {
  width: calc((100% / 5) * 2);
  border-right: none;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr td {
  padding: 10px;
  color: #4e576e;
  text-align: center;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr td:nth-child(3) {
  border-right: none;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr:nth-child(2) td {
  color: #f4746e;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr:nth-child(2n) td {
  background: #eaeff7;
}

.main_ptac .ptac_graph_bg .ptac_graph_table table tr:nth-child(2n+1) td {
  background: #d2deef;
}

@media screen and (max-width: 900px) {
  .main_ptac .ptac_graph_bg .ptac_graph_img {
    width: 100%;
  }
  .main_ptac .ptac_graph_bg .ptac_graph_img img {
    max-width: 424px;
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
  }
  .main_ptac .ptac_graph_bg .ptac_graph_table {
    width: 100%;
  }
}

.main_ptac .button--plus::after {
  content: "▶";
}

.main_ptac .index_search_function_bg {
  margin-top: 80px;
}

/* ==== 対応素材一覧 === */
.formaldehyde_text {
  margin-top: 20px;
}

.formaldehyde_table_arrow {
  display: none;
}

.formaldehyde_table {
  margin-top: 20px;
  border: 1px solid #8AA1CC;
  width: 100%;
}

.formaldehyde_table table tr th {
  color: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #8AA1CC;
  padding: 10px;
  text-align: center;
}

.formaldehyde_table table tr td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
  .formaldehyde_table_arrow {
    display: block;
    width: 100%;
    height: 25px;
    background: #dddddd;
    position: relative;
  }
  .formaldehyde_table_arrow::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #777777 transparent transparent;
  }
  .formaldehyde_table_arrow::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #777777;
  }
  .formaldehyde_table {
    width: 100%;
    overflow: auto;
  }
  .formaldehyde_table table {
    width: 500px;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** パーツ・素材
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== ローディング一時削除 === */
#loadBegin, #load, .loadBegin__item {
  display: none;
}

/* ==== サイズ変更サンプル === */
/* ==== サイズ変更チェック === */
.size_check {
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0 5px;
  z-index: 1000;
}

@media screen and (max-width: 1439px) {
  .size_check {
    background: #000;
  }
  .size_check::after {
    content: "@media screen and (max-width: 1439px)";
  }
}

@media screen and (min-width: 1200px) {
  .size_check {
    background: #f00;
  }
  .size_check::after {
    content: "@media screen and (min-width: 1200px)";
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .size_check {
    background: #0f0;
  }
  .size_check::after {
    content: "@media screen and (min-width: 992px) and (max-width: 1199px)";
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .size_check {
    background: #00f;
  }
  .size_check::after {
    content: "@media screen and (min-width: 768px) and (max-width: 991px)";
  }
}

@media screen and (max-width: 767px) {
  .size_check {
    background: #666;
  }
  .size_check::after {
    content: "@media screen and (max-width: 767px)";
  }
}

/* 2019/12/24 平山 */
/* ==== ローディング一時削除 === */
#loadBegin, #load, .loadBegin__item {
  /*display: none;*/
}

/* ==== 2019/12/13追加分 === */
.index_search_function_bg .index_search_function {
  padding: 20px 60px;
}

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

.index_search_function_bg .index_search_function h2 {
  margin-bottom: 20px;
}

.indexSearch__header {
  max-height: 330px;
}

.worksArea_link a {
  height: calc( 90vw / 1440 * 100);
  max-height: 90px;
  min-width: 300px;
  color: #ffffff;
  background: #0089CD;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.worksArea_link a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}

.worksArea_link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}

.worksArea_link a:hover {
  background: #00ACF3;
}

.worksArea_link a br {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .worksArea_link {
    display: none;
  }
}

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

.index_color_con_bnr_bg {
  padding: 90px 10vw;
  margin-top: 0px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.index_color_con_bnr_bg .index_color_con_bnr {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box {
  width: calc((100% - 40px) / 3);
  position: relative;
  overflow: hidden;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box:first-child {
  display: none;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box:last-child {
  pointer-events: none;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box:last-child .index_color_con_bnr_box_nolink {
  z-index: 99;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  text-align: center;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box:last-child .index_color_con_bnr_box_nolink span {
  width: 100%;
  display: block;
  font-size: 14px;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box img {
  width: 100%;
  position: relative;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box:hover img {
  transform: scale(1.05, 1.05);
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  transition: .5s all ease-in-out;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover {
  background: rgba(24, 42, 134, 0.5);
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover .index_color_con_bnr_box_text {
  background: #182a86;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text {
  color: #ffffff;
  background: rgba(24, 42, 134, 0.8);
  padding: 30px;
  display: block;
  width: 90%;
  max-width: 400px;
  text-align: center;
  transition: .5s all ease-in-out;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text .index_color_con_bnr_box_text_title {
  font-size: 18px;
  width: 100%;
}

.index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text p {
  font-size: 14px;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .index_color_con_bnr_bg {
    padding: 6vw 6vw;
    width: 100%;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover {
    background: rgba(24, 42, 134, 0);
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover .index_color_con_bnr_box_text {
    background: rgba(24, 42, 134, 0);
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text {
    background: rgba(24, 42, 134, 0.6);
    width: 100%;
    height: 100%;
    max-width: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .index_color_con_bnr_bg {
    padding: 6vw 6vw;
    width: 100%;
  }
  .index_color_con_bnr_bg .index_color_con_bnr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box:first-child {
    display: block;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover {
    background: rgba(24, 42, 134, 0);
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover .index_color_con_bnr_box_text {
    background: rgba(24, 42, 134, 0);
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text {
    background: rgba(24, 42, 134, 0.6);
    width: 100%;
    height: 100%;
    max-width: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text .index_color_con_bnr_box_text_title {
    min-height: 2em;
  }
}

@media screen and (max-width: 767px) {
  .index_color_con_bnr_bg {
    padding: 6vw 6vw;
    width: 100%;
  }
  .index_color_con_bnr_bg .index_color_con_bnr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box {
    width: 100%;
    margin-top: 10px;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box:first-child {
    display: block;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover {
    background: rgba(24, 42, 134, 0);
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg:hover .index_color_con_bnr_box_text {
    background: rgba(24, 42, 134, 0);
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text {
    background: rgba(24, 42, 134, 0.6);
    width: 100%;
    height: 100%;
    max-width: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .index_color_con_bnr_bg .index_color_con_bnr .index_color_con_bnr_box .index_color_con_bnr_box_text_bg .index_color_con_bnr_box_text .index_color_con_bnr_box_text_title {
    min-height: 2em;
  }
}

/* ==== サイズ変更サンプル === */
/* ==== コンテンツ大枠サンプル === */
.con_sample_bg {
  padding: 0px 180px 0;
  width: 100%;
  min-width: 1050px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.con_sample_bg.con_sample_bg_first {
  margin-top: 320px;
}

.con_sample_bg .con_sample {
  background: #ffffff;
  width: 100%;
  padding: 100px 50px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .con_sample_bg {
    padding: 0px 6vw 0;
    min-width: inherit;
  }
  .con_sample_bg.con_sample_bg_first {
    margin-top: 270px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .con_sample_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit;
  }
  .con_sample_bg.con_sample_bg_first {
    margin-top: 270px;
  }
}

@media screen and (max-width: 767px) {
  .con_sample_bg {
    padding: 0px 6vw 0;
    width: 100%;
    min-width: inherit;
    margin-bottom: 40px;
  }
  .con_sample_bg.con_sample_bg_first {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .con_sample_bg .con_sample {
    padding: 20px;
  }
}

/* ==== サイズ変更チェック === */
.size_check {
  position: fixed;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0 5px;
  z-index: 1000;
}

@media screen and (max-width: 1439px) {
  .size_check {
    background: #000;
  }
  .size_check::after {
    content: "@media screen and (max-width: 1439px)";
  }
}

@media screen and (min-width: 1200px) {
  .size_check {
    background: #f00;
  }
  .size_check::after {
    content: "@media screen and (min-width: 1200px)";
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .size_check {
    background: #0f0;
  }
  .size_check::after {
    content: "@media screen and (min-width: 992px) and (max-width: 1199px)";
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .size_check {
    background: #00f;
  }
  .size_check::after {
    content: "@media screen and (min-width: 768px) and (max-width: 991px)";
  }
}

@media screen and (max-width: 767px) {
  .size_check {
    background: #666;
  }
  .size_check::after {
    content: "@media screen and (max-width: 767px)";
  }
}
