@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP Tate";
  font-style: normal;
  font-weight: 500;
  src: url("../../../assets/aircon/fonts/NotoSansJP-Bold-Tategaki.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../../assets/aircon/fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../../assets/aircon/fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../../assets/aircon/fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../../../assets/aircon/fonts/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* header
********************************************/
body.fixed {
  position: fixed;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  transition: all 0.2s;
  background-color: transparent;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header {
    padding: 0 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .header {
    padding: 0 20vw 0 4.6666666667vw;
  }
}
.header .header_inner {
  max-width: 1860px;
  margin: 0 auto;
}
.header .gnav {
  display: block;
  text-align: left;
  width: 100%;
  margin: auto;
}
.header .gnav .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s;
}
.header .left {
  padding: 61px 0;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left {
    padding: 4.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  .header .left {
    padding: 6.4vw 0;
  }
}
.header .left .logo h1 {
  line-height: 1;
}
.header .left .logo h1 a {
  display: block;
  transition: 0.2s;
}
.header .left .logo h1 a svg {
  width: 259px;
  height: 38px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left .logo h1 a svg {
    width: 19.9230769231vw;
    height: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .left .logo h1 a svg {
    width: 34.5333333333vw;
    height: 5.0666666667vw;
  }
}
.header .left .logo h1 a svg path,
.header .left .logo h1 a svg polygon {
  transition: 0.2s;
  fill: #000;
}
.header .left .logo h1 a:hover {
  opacity: 0.7;
}
.header .right {
  flex: 1;
  width: 100%;
  padding: 46px 0 35px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right {
    padding: 3.5384615385vw 0 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .header .right {
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 751px) {
  .header .nav_wrap {
    display: flex;
    flex-direction: column;
  }
}
.header .main_nav {
  flex: 1;
}
@media (min-width: 751px) {
  .header .main_nav {
    order: 1;
  }
}
.header .main_nav ul {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .header .main_nav ul {
    display: block;
  }
}
.header .main_nav ul li {
  display: block;
}
@media (min-width: 751px) {
  .header .main_nav ul li.sp {
    display: none;
  }
}
.header .main_nav ul li a {
  position: relative;
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
}
@media screen and (min-width: 1421px) and (max-width: 1600px) {
  .header .main_nav ul li a {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1420px) {
  .header .main_nav ul li a {
    font-size: 16px;
    padding: 10px 12px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .main_nav ul li a {
    font-size: 1.2307692308vw;
    padding: 0.7692307692vw 0.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li a {
    display: block;
    font-size: 4.8vw;
    padding: 3.3333333333vw 0 3.3333333333vw 6.6666666667vw;
  }
}
.header .main_nav ul li a::after {
  content: "";
  position: absolute;
}
@media (min-width: 751px) {
  .header .main_nav ul li a::after {
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 5px;
    width: calc(100% - 34px);
    height: 10px;
    border-radius: 5px;
    margin: 0 auto;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s;
  }
}
@media screen and (min-width: 1421px) and (max-width: 1600px) {
  .header .main_nav ul li a::after {
    width: calc(100% - 24px);
  }
}
@media screen and (min-width: 1301px) and (max-width: 1420px) {
  .header .main_nav ul li a::after {
    width: calc(100% - 18px);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .main_nav ul li a::after {
    bottom: 0.3846153846vw;
    width: calc(100% - 1.3846153846vw);
    height: 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li a::after {
    top: 0;
    bottom: 0;
    left: 1.4666666667vw;
    margin: auto 0;
    width: 1.0666666667vw;
    height: 1.8666666667vw;
    background-size: 1.0666666667vw 1.8666666667vw;
    background-image: url(../../../assets/aircon/images/common/icon_arrow.svg);
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    background: #000;
  }
}
.header .main_nav ul li:hover a {
  color: #666;
}
.header .main_nav ul li:hover a::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media (min-width: 751px) {
  .header .sub_nav {
    order: 0;
  }
}
@media (min-width: 751px) {
  .header .sub_nav ul {
    display: flex;
    justify-content: flex-end;
  }
}
.header .sub_nav ul li a {
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 4px 20px;
  text-decoration: none;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .sub_nav ul li a {
    font-size: 1.2307692308vw;
    padding: 0.3076923077vw 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .header .sub_nav ul li a {
    font-size: 4.2666666667vw;
    padding: 3.3333333333vw 0;
  }
}
.header #menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  height: 17.8666666667vw;
  width: 20vw;
  padding: 5.3333333333vw 0;
  transition: 0.2s;
  background-color: transparent;
}
.header #menu-icon .menu_bar_wrap {
  position: relative;
  width: 9.3333333333vw;
  height: 3.7333333333vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.0666666667vw;
  display: block;
  line-height: 0;
  background-color: #000;
  font-size: 0;
  transition: 0.3s;
  border-radius: 0.5333333333vw;
  margin: auto;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 0;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  top: 100%;
  transform: translateY(-100%);
}
@media (max-width: 750px) {
  .header #menu-icon .caption {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 2.6666666667vw;
    letter-spacing: 0.4em;
    margin-left: 0.4em;
    margin-top: 0.9333333333vw;
  }
}
@media (max-width: 750px) {
  .header .nav_wrap {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    left: 100vw;
    overflow: scroll;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 17.3333333333vw 13.3333333333vw 13.3333333333vw;
    transition: 0.3s;
    z-index: 99999;
  }
}
.header.open .nav_wrap {
  left: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(155deg);
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-155deg);
}
.header.scroll, .header.scroll_open {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header.scroll, .header.scroll_open {
    box-shadow: 0 0 0.7692307692vw rgba(17, 17, 17, 0.15);
  }
}
@media (max-width: 750px) {
  .header.scroll, .header.scroll_open {
    box-shadow: 0 0 2vw rgba(17, 17, 17, 0.15);
  }
}
.header.scroll .left, .header.scroll_open .left {
  padding: 31px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header.scroll .left, .header.scroll_open .left {
    padding: 2.3846153846vw 0;
  }
}
@media (max-width: 750px) {
  .header.scroll .left, .header.scroll_open .left {
    padding: 4.1333333333vw 0;
  }
}
.header.scroll .left .logo h1 a svg path,
.header.scroll .left .logo h1 a svg polygon, .header.scroll_open .left .logo h1 a svg path,
.header.scroll_open .left .logo h1 a svg polygon {
  fill: #0094d8;
}
.header.scroll .right, .header.scroll_open .right {
  padding: 20px 0 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header.scroll .right, .header.scroll_open .right {
    padding: 1.5384615385vw 0 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .header.scroll .right, .header.scroll_open .right {
    padding: 0;
  }
}
@media (min-width: 751px) {
  .header.scroll .main_nav ul li a::after, .header.scroll_open .main_nav ul li a::after {
    background: #ffe100;
  }
}
.header.scroll #menu-icon, .header.scroll_open #menu-icon {
  height: 13.3333333333vw;
  padding: 3.0666666667vw 0;
}

.page-template-page-front .order3 {
  opacity: 0;
  transition: 0.5s !important;
}
.page-template-page-front .order3.active {
  opacity: 1;
}

.follow_btn {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 10;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .follow_btn {
    top: 11.5384615385vw;
  }
}
@media (max-width: 750px) {
  .follow_btn {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.follow_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 185px;
  height: 150px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border: 3px solid #000;
  padding-right: 35px;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background-color: #ffe100;
  transform: translateX(35px);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .follow_btn a {
    width: 14.2307692308vw;
    height: 11.5384615385vw;
    font-size: 1.5384615385vw;
    border: 0.2307692308vw solid #000;
    padding-right: 2.6923076923vw;
    border-radius: 0.7692307692vw 0 0 0.7692307692vw;
    transform: translateX(2.6923076923vw);
  }
}
@media (max-width: 750px) {
  .follow_btn a {
    flex-direction: row;
    width: 100%;
    height: 9.3333333333vw;
    font-size: 4vw;
    border: 0.5333333333vw solid #000;
    padding-right: 2.6923076923vw;
    border-radius: 0;
    transform: none;
  }
}
.follow_btn a .yen {
  display: inline-block;
  width: 46px;
  height: 35px;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .follow_btn a .yen {
    width: 3.5384615385vw;
    height: 2.6923076923vw;
    margin-top: 0.2307692308vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .follow_btn a .yen {
    width: 6.1333333333vw;
    height: 4.6666666667vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2vw;
  }
}
@media (min-width: 751px) {
  .follow_btn a:hover {
    color: #c1272d;
    transform: translateX(5px);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .follow_btn a:hover {
    transform: translateX(0.3846153846vw);
  }
}

/* footer
********************************************/
.footer .contact_section {
  padding-top: 60px;
  background-color: #ffe100;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section {
    padding-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section {
    padding-top: 10.6666666667vw;
  }
}
.footer .contact_section .sec_inner {
  max-width: 900px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .sec_inner {
    max-width: 69.2307692308vw;
  }
}
.footer .contact_section .contact_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_title {
    font-size: 2.3076923077vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_title {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.footer .contact_section .contact_title span {
  font-weight: bold;
}
@media (min-width: 751px) {
  .footer .contact_section .contact_box_wrap .contact_box {
    margin-bottom: 15px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .contact_box {
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_box_wrap .contact_box {
    text-align: center;
  }
}
@media (min-width: 751px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn {
    margin-right: 30px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn {
    margin-right: 2.3076923077vw;
  }
}
@media (min-width: 751px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a {
    width: 400px;
    font-size: 26px;
    padding: 17px 25px;
    border: 2px solid #000;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a {
    width: 30.7692307692vw;
    font-size: 2vw;
    padding: 1.3076923077vw 1.9230769231vw;
    border: 0.1538461538vw solid #000;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a {
    width: 66.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 3.3333333333vw;
    border: 0.2666666667vw solid #000;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a .icon {
    width: 36px;
    height: 24px;
    vertical-align: -3px;
    margin-right: 15px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a .icon {
    width: 2.7692307692vw;
    height: 1.8461538462vw;
    vertical-align: -0.2307692308vw;
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a .icon {
    width: 6.4vw;
    height: 4.2666666667vw;
  }
}
@media (min-width: 751px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 36px;
    height: 24px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 2.7692307692vw;
    height: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 6.4vw;
    height: 4.2666666667vw;
  }
}
.footer .contact_section .contact_box_wrap .contact_box .contact_btn a:hover {
  color: #fff;
  background-color: #c1272d;
}
.footer .contact_section .contact_box_wrap .contact_box .contact_btn a:hover .cls-1 {
  fill: #fff;
}
.footer .contact_section .contact_box_wrap .contact_box .contact_btn a:hover .cls-2 {
  stroke: #fff;
}
@media (min-width: 751px) {
  .footer .contact_section .contact_box_wrap .contact_box .tel_btn a {
    font-size: 50px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .contact_box .tel_btn a {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_box_wrap .contact_box .tel_btn a {
    font-size: 9.6vw;
  }
}
@media (min-width: 751px) {
  .footer .contact_section .contact_box_wrap .time {
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .time {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_box_wrap .time {
    width: 70.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin: 0 auto;
  }
}
.footer .contact_section .contact_box_wrap .img1 {
  top: -78px;
  right: 90px;
  width: 135px;
  height: 150px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .contact_section .contact_box_wrap .img1 {
    top: -6vw;
    right: 6.9230769231vw;
    width: 10.3846153846vw;
    height: 11.5384615385vw;
  }
}
@media (max-width: 750px) {
  .footer .contact_section .contact_box_wrap .img1 {
    top: -20vw;
    right: 8vw;
    width: 18vw;
    height: 20vw;
  }
}
.footer .logo_box {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .logo_box {
    padding-top: 4.6153846154vw;
    padding-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .logo_box {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
.footer .logo_box .catch {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .logo_box .catch {
    font-size: 1.3846153846vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .footer .logo_box .catch {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    line-height: 1.6;
  }
}
.footer .logo_box .logo {
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .logo_box .logo {
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .footer .logo_box .logo {
    margin-bottom: 3.3333333333vw;
  }
}
.footer .logo_box .logo img {
  width: 400px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .logo_box .logo img {
    width: 30.7692307692vw;
  }
}
@media (max-width: 750px) {
  .footer .logo_box .logo img {
    width: 66.6666666667vw;
  }
}
.footer .logo_box .address {
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .logo_box .address {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .logo_box .address {
    font-size: 2.9333333333vw;
  }
}
.footer .copy_wrap {
  text-align: center;
  padding: 18px 0;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .copy_wrap {
    padding: 1.3846153846vw 0;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap {
    padding: 2.4vw 0 11.7333333333vw;
  }
}
.footer .copy_wrap .copy {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .copy_wrap .copy {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap .copy {
    font-size: 2.6666666667vw;
  }
}

/********************************************
* animation
********************************************/
.chara_jump.active_move {
  animation: jump 0.2s 0.6s alternate 2;
  transform-origin: center bottom;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .chara_jump.active_move {
    animation: jump_tab 0.2s 0.6s alternate 2;
  }
}
@media (max-width: 750px) {
  .chara_jump.active_move {
    animation: jump_sp 0.3s 0.6s alternate 2;
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: scaleY(0.9);
  }
  100% {
    transform: translateY(-24px) scaleY(1);
  }
}
@keyframes jump_tab {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: scaleY(0.9);
  }
  100% {
    transform: translateY(-1.8461538462vw) scaleY(1);
  }
}
@keyframes jump_sp {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: scaleY(0.9);
  }
  100% {
    transform: translateY(-3.2vw) scaleY(1);
  }
}
.chara_up {
  top: -25px;
  z-index: -1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .chara_up {
    top: -1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .chara_up {
    top: -3.3333333333vw;
  }
}
.chara_up.active_move {
  animation: chara_up 0.6s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .chara_up.active_move {
    animation: chara_up_tab 0.6s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
  }
}
@media (max-width: 750px) {
  .chara_up.active_move {
    animation: chara_up_sp 0.9s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
  }
}

@keyframes chara_up {
  0% {
    top: -25px;
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -110px;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes chara_up_tab {
  0% {
    top: -1.9230769231vw;
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -8.4615384615vw;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes chara_up_sp {
  0% {
    top: -3.3333333333vw;
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -14.6666666667vw;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.chara_yure {
  transform-origin: bottom;
  animation: chara_yure ease-in-out 1s infinite alternate;
}

@keyframes chara_yure {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.chara_yure_center {
  transform: rotate(-8deg);
  transform-origin: center bottom;
  animation: chara_yure_center ease-in-out 1.1s infinite alternate;
}

@keyframes chara_yure_center {
  0% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
/********************************************
* en
********************************************/
.en {
  font-family: "Oswald", "Noto Sans JP", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
}

/********************************************
* color
********************************************/
.red {
  color: #c1272d;
}

.key {
  color: #00c8f5;
}

/********************************************
* font-weight
********************************************/
.fw500 {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

/********************************************
* animetext
********************************************/
.main_animetext {
  opacity: 0;
}

.animetext,
.main_animetext {
  display: inline-block;
  overflow: hidden;
}

.main_animetext .spt,
.animetext .spt {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .main_animetext .spt,
  .animetext .spt {
    transform: translateY(3.8461538462vw);
  }
}
@media (max-width: 750px) {
  .main_animetext .spt,
  .animetext .spt {
    transform: translateY(6.6666666667vw);
  }
}

/********************************************
* illust
********************************************/
.illust {
  position: absolute;
}

/********************************************
* anchor_margin
********************************************/
.anchor_margin {
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .anchor_margin {
    padding-top: 7.6923076923vw;
    margin-top: -7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .anchor_margin {
    padding-top: 13.3333333333vw;
    margin-top: -13.3333333333vw;
  }
}

/********************************************
* link_line
********************************************/
.link_line {
  position: relative;
  display: inline-block;
}
.link_line::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3px;
  bottom: 0;
  width: calc(100% + 6px);
  height: 10px;
  border-radius: 5px;
  margin: 0 auto;
  background: #ffe100;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .link_line::after {
    left: -0.2307692308vw;
    width: calc(100% - 0.4615384615vw);
    height: 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .link_line::after {
    left: -0.4vw;
    width: calc(100% - 0.8vw);
    height: 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}

.qa_title_wrap:hover .link_line::after,
a:hover .link_line::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

/********************************************
* section
********************************************/
.section {
  padding: 50px 0 80px;
  border-bottom: 5px solid #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .section {
    padding: 3.8461538462vw 0 6.1538461538vw;
    border-bottom: 0.3846153846vw solid #000;
  }
}
@media (max-width: 750px) {
  .section {
    padding: 9.3333333333vw 0 13.3333333333vw;
    border-bottom: 0.8vw solid #000;
  }
}
.section .sec_inner {
  max-width: 1300px;
}

/********************************************
* square_deco
********************************************/
.square_deco::before, .square_deco::after {
  content: "";
  position: absolute;
  background-color: #80e3fa;
}
.square_deco::before {
  width: 170px;
  height: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .square_deco::before {
    width: 13.0769230769vw;
    height: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .square_deco::before {
    width: 13.3333333333vw;
    height: 2.6666666667vw;
  }
}
.square_deco::after {
  width: 30px;
  height: 170px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .square_deco::after {
    width: 2.3076923077vw;
    height: 13.0769230769vw;
  }
}
@media (max-width: 750px) {
  .square_deco::after {
    width: 2.6666666667vw;
    height: 13.3333333333vw;
  }
}
.square_deco.square_deco_l::after, .square_deco.square_deco_l::before {
  left: 0;
}
.square_deco.square_deco_r::after, .square_deco.square_deco_r::before {
  right: 0;
}
.square_deco.square_deco_t::after, .square_deco.square_deco_t::before {
  top: 0;
}
.square_deco.square_deco_b::after, .square_deco.square_deco_b::before {
  bottom: 0;
}

/********************************************
* pattern
********************************************/
.pattern_stripe {
  background-size: auto auto;
  background-color: rgb(0, 200, 245);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(0, 157, 235) 5px, rgb(0, 157, 235) 10px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern_stripe {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 0.3846153846vw, rgb(0, 157, 235) 0.3846153846vw, rgb(0, 157, 235) 0.7692307692vw);
  }
}
@media (max-width: 750px) {
  .pattern_stripe {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6666666667vw, rgb(0, 157, 235) 0.6666666667vw, rgb(0, 157, 235) 1.3333333333vw);
  }
}

.pattern_stripe2 {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgb(229, 249, 254) 20px, rgb(229, 249, 254) 40px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern_stripe2 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1.5384615385vw, rgb(229, 249, 254) 1.5384615385vw, rgb(229, 249, 254) 3.0769230769vw);
  }
}
@media (max-width: 750px) {
  .pattern_stripe2 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2.6666666667vw, rgb(229, 249, 254) 2.6666666667vw, rgb(229, 249, 254) 5.3333333333vw);
  }
}

.pattern_border {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(255, 251, 217) 15px, rgb(255, 251, 217) 30px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern_border {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 1.1538461538vw, rgb(255, 251, 217) 1.1538461538vw, rgb(255, 251, 217) 2.3076923077vw);
  }
}
@media (max-width: 750px) {
  .pattern_border {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 2vw, rgb(255, 251, 217) 2vw, rgb(255, 251, 217) 4vw);
  }
}

.pattern_check {
  background: linear-gradient(45deg, #e5f9fe 25%, transparent 25%, transparent 75%, #e5f9fe 75%), linear-gradient(45deg, #e5f9fe 25%, transparent 25%, transparent 75%, #e5f9fe 75%);
  background-color: #fff;
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern_check {
    background-size: 2.3076923077vw 2.3076923077vw;
    background-position: 0 0, 1.1538461538vw 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .pattern_check {
    background-size: 4vw 4vw;
    background-position: 0 0, 2vw 2vw;
  }
}

.pattern_dots {
  background-size: 28px;
  background-position: top 5px center;
  background-image: url(../../../assets/aircon/images/common/pattern_dots2.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern_dots {
    background-size: 2.1538461538vw;
    background-position: top 0.3846153846vw center;
  }
}
@media (max-width: 750px) {
  .pattern_dots {
    background-size: 3.7333333333vw;
    background-position: top 0.6666666667vw center;
  }
}

/********************************************
* qa_item
********************************************/
.qa_item {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .qa_item {
    margin-top: 4vw;
  }
}
.qa_item:first-child {
  margin-top: 0;
}
.qa_item .qa_title_wrap {
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 16px 70px;
  border: 3px solid #000;
  border-radius: 100px;
  transition: 0.2s;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_title_wrap {
    padding: 1.2307692308vw 5.3846153846vw;
    border: 0.2307692308vw solid #000;
    border-radius: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_title_wrap {
    padding: 3.4666666667vw 12vw;
    border: 0.5333333333vw solid #000;
    border-radius: 16vw;
  }
}
.qa_item .qa_title_wrap .qa_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_title_wrap .qa_title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_title_wrap .qa_title {
    font-size: 3.7333333333vw;
  }
}
.qa_item .qa_title_wrap .toggle_icon {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  border-radius: 30px;
  transition: 0.2s;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_title_wrap .toggle_icon {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    right: 1.5384615385vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_title_wrap .toggle_icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.qa_item .qa_title_wrap .toggle_icon::before, .qa_item .qa_title_wrap .toggle_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
}
.qa_item .qa_title_wrap .toggle_icon::before {
  width: 2px;
  height: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_title_wrap .toggle_icon::before {
    width: 0.1538461538vw;
    height: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_title_wrap .toggle_icon::before {
    width: 0.2666666667vw;
    height: 2.6666666667vw;
  }
}
.qa_item .qa_title_wrap .toggle_icon::after {
  width: 14px;
  height: 2px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_title_wrap .toggle_icon::after {
    width: 1.0769230769vw;
    height: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_title_wrap .toggle_icon::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
}
.qa_item .qa_title_wrap:hover {
  border-color: #ffe100;
}
.qa_item .qa_title_wrap:hover .toggle_icon {
  background-color: #ffe100;
}
.qa_item .qa_title_wrap:hover .toggle_icon::before, .qa_item .qa_title_wrap:hover .toggle_icon::after {
  background-color: #000;
}
.qa_item .qa_item_inner {
  display: none;
  position: relative;
  z-index: 0;
  top: -35px;
  padding: 55px 50px 50px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  border-radius: 0 0 35px 35px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_item_inner {
    top: -2.6923076923vw;
    padding: 4.2307692308vw 3.8461538462vw 3.8461538462vw;
    border-left: 0.2307692308vw solid #000;
    border-right: 0.2307692308vw solid #000;
    border-bottom: 0.2307692308vw solid #000;
    border-radius: 0 0 2.6923076923vw 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_item_inner {
    top: -7vw;
    padding: 11.2vw 5.3333333333vw 6.6666666667vw;
    border-left: 0.5333333333vw solid #000;
    border-right: 0.5333333333vw solid #000;
    border-bottom: 0.5333333333vw solid #000;
    border-radius: 0 0 4.6666666667vw 4.6666666667vw;
  }
}
.qa_item .qa_item_inner .qa_block {
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_item_inner .qa_block {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_item_inner .qa_block {
    margin-top: 5.3333333333vw;
  }
}
.qa_item .qa_item_inner .qa_block:first-child {
  margin-top: 0;
}
.qa_item .qa_item_inner .qa_block .qa_block_title {
  position: relative;
  padding-left: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_item_inner .qa_block .qa_block_title {
    padding-left: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_item_inner .qa_block .qa_block_title {
    padding-left: 4vw;
  }
}
.qa_item .qa_item_inner .qa_block .qa_block_title::before {
  position: absolute;
  top: 10px;
  left: 0;
  color: #00c8f5;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .qa_item .qa_item_inner .qa_block .qa_block_title::before {
    top: 0.7692307692vw;
    left: 0;
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .qa_item .qa_item_inner .qa_block .qa_block_title::before {
    top: 1.7333333333vw;
    left: 0;
    font-size: 3.7333333333vw;
  }
}
.qa_item .qa_item_inner .qa_block .qa_block_title.que:before {
  content: "Q.";
}
.qa_item .qa_item_inner .qa_block .qa_block_title.ans:before {
  content: "A.";
}
@media (max-width: 750px) {
  .qa_item .qa_item_inner .qa_block .qa_block_title .text_large {
    font-size: 3.4666666667vw;
  }
}
.qa_item.open .qa_title_wrap .toggle_icon::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.qa_item.open .qa_title_wrap .toggle_icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

/********************************************
* contact_box_wrap
********************************************/
.contact_box_wrap .contact_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_box_wrap .contact_box {
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box {
    display: block;
    margin-bottom: 4vw;
  }
}
.contact_box_wrap .contact_box .contact_btn {
  margin-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_box_wrap .contact_box .contact_btn {
    margin-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box .contact_btn {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
.contact_box_wrap .contact_box .contact_btn a {
  display: block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 25px;
  border: 2px solid #000;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_box_wrap .contact_box .contact_btn a {
    width: 23.0769230769vw;
    font-size: 1.5384615385vw;
    padding: 1vw 1.9230769231vw;
    border: 0.1538461538vw solid #000;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box .contact_btn a {
    width: 53.3333333333vw;
    font-size: 3.7333333333vw;
    padding: 1.7333333333vw 3.3333333333vw;
    border: 0.2666666667vw solid #000;
  }
}
.contact_box_wrap .contact_box .contact_btn a .icon {
  display: inline-block;
  line-height: 1;
  width: 30px;
  height: 20px;
  vertical-align: -3px;
  margin-right: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_box_wrap .contact_box .contact_btn a .icon {
    width: 2.3076923077vw;
    height: 1.5384615385vw;
    vertical-align: -0.2307692308vw;
    margin-right: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box .contact_btn a .icon {
    width: 5.6vw;
    height: 3.7333333333vw;
    vertical-align: -0.5333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.contact_box_wrap .contact_box .contact_btn a .icon svg {
  width: 30px;
  height: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 2.3076923077vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 5.6vw;
    height: 3.7333333333vw;
  }
}
.contact_box_wrap .contact_box .contact_btn a .icon svg .cls-1 {
  transition: 0.2s;
}
.contact_box_wrap .contact_box .contact_btn a .icon svg .cls-2 {
  transition: 0.2s;
}
.contact_box_wrap .contact_box .contact_btn a:hover {
  color: #000;
  background-color: #ffe100;
}
.contact_box_wrap .contact_box .tel_btn a {
  position: relative;
  font-size: 39px;
  line-height: 1;
  transition: 0.2s;
  text-decoration: none !important;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_box_wrap .contact_box .tel_btn a {
    font-size: 3vw;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box .tel_btn a {
    font-size: 7.7333333333vw;
  }
}
.contact_box_wrap .contact_box .tel_btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  transition: 0.2s;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_box_wrap .contact_box .tel_btn a::after {
    height: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box .tel_btn a::after {
    height: 0.2666666667vw;
  }
}
@media (max-width: 750px) {
  .contact_box_wrap .contact_box .time {
    line-height: 1.6;
  }
}

/********************************************
* text
********************************************/
.text_large {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .text_large {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .text_large {
    font-size: 3.7333333333vw;
  }
}

/********************************************
* title
********************************************/
.title_h2_wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap {
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap {
    margin-bottom: 6.6666666667vw;
  }
}
.title_h2_wrap .title_h2 {
  position: relative;
  display: inline-block;
  color: #00c8f5;
  font-family: "Oswald", "Noto Sans JP", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  padding: 0 40px;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 {
    font-size: 6.9230769231vw;
    padding: 0 3.0769230769vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 {
    font-size: 12vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.title_h2_wrap .title_h2:before, .title_h2_wrap .title_h2:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-image: url(../../../assets/aircon/images/common/title_star.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2:before, .title_h2_wrap .title_h2:after {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    background-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2:before, .title_h2_wrap .title_h2:after {
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
  }
}
.title_h2_wrap .title_h2:before {
  top: 4px;
  left: 0;
  animation: blink 0.9s ease-in-out infinite alternate;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2:before {
    top: 0.3076923077vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2:before {
    top: 0.5333333333vw;
  }
}
.title_h2_wrap .title_h2:after {
  bottom: -5px;
  right: 0;
  animation: blink 0.9s ease-in-out 0.3s infinite alternate;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2:after {
    bottom: -0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2:after {
    bottom: -0.6666666667vw;
  }
}
.title_h2_wrap .title_h2.white {
  color: #fff;
}
.title_h2_wrap .title_jp {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_jp {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_jp {
    font-size: 4vw;
  }
}
.title_h2_wrap .title_jp span {
  font-weight: bold;
}

@keyframes blink {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.2, 1.5);
  }
  80% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.balloon_title_wrap {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .balloon_title_wrap {
    padding-bottom: 0.7692307692vw;
    border-bottom: 0.1538461538vw solid #000;
    margin-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .balloon_title_wrap {
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.2666666667vw solid #000;
    margin-bottom: 6vw;
  }
}
.balloon_title_wrap:before, .balloon_title_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  display: inline-block;
  border-style: solid;
  border-width: 21px 16px 0 16px;
  border-color: #000 transparent transparent transparent;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .balloon_title_wrap:before, .balloon_title_wrap:after {
    border-width: 1.6153846154vw 1.2307692308vw 0 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .balloon_title_wrap:before, .balloon_title_wrap:after {
    border-width: 3.7333333333vw 2.8vw 0 2.8vw;
  }
}
.balloon_title_wrap:before {
  z-index: -1;
  bottom: -20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .balloon_title_wrap:before {
    bottom: -1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .balloon_title_wrap:before {
    bottom: -4vw;
  }
}
.balloon_title_wrap:after {
  z-index: 1;
  bottom: -17px;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .balloon_title_wrap:after {
    bottom: -1.3076923077vw;
  }
}
@media (max-width: 750px) {
  .balloon_title_wrap:after {
    bottom: -3.4666666667vw;
  }
}
.balloon_title_wrap .balloon_title {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .balloon_title_wrap .balloon_title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .balloon_title_wrap .balloon_title {
    font-size: 4.2666666667vw;
  }
}

/********************************************
/* Wrap
********************************************/
.sec_inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec_inner {
    padding-left: 3.846vw;
    padding-right: 3.846vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.666vw;
    padding-right: 6.666vw;
  }
}

.col2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .col2 {
    display: block;
  }
}

/********************************************
* Table
********************************************/
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #000;
}
.table th {
  width: 130px;
  padding: 25px 15px 25px 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table th {
    width: 10vw;
    padding: 1.9230769231vw 1.1538461538vw 1.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .table th {
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 3.3333333333vw 0 0;
    border: none;
  }
}
.table td {
  width: 670px;
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table td {
    width: 51.5384615385vw;
    padding: 1.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .table td {
    display: block;
    width: 100%;
    padding: 0 0 3.3333333333vw;
  }
}
.table td .kakko {
  margin-left: -0.6em;
}
.table .text + .title {
  margin-top: 1em;
}
.table .disc_list + .title {
  margin-top: 1em;
}
.table .data_list dt {
  font-weight: 500;
  margin-left: -0.5em;
}
.table .data_list + .data_list {
  margin-top: 1em;
}

/********************************************
* btn
********************************************/
.more_btn_wrap {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 50px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap {
    margin: 3.8461538462vw auto 0;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap {
    margin: 6.6666666667vw auto 0;
  }
}
.more_btn_wrap .more_btn {
  position: relative;
  display: inline-block;
  min-width: 240px;
  height: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap .more_btn {
    min-width: 18.4615384615vw;
    height: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap .more_btn {
    min-width: 48vw;
    height: 9.8666666667vw;
  }
}
.more_btn_wrap .more_btn.white a {
  width: 300px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap .more_btn.white a {
    width: 23.0769230769vw;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap .more_btn.white a {
    width: 61.3333333333vw;
  }
}
.more_btn_wrap .more_btn.white a:hover {
  color: #fff;
  background-color: #c1272d;
}
.more_btn_wrap a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #000;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 50px;
  background: #ffe100;
  transform: translateY(-10px) translateX(-6px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap a {
    line-height: 3.8461538462vw;
    padding: 0 3.0769230769vw;
    border-radius: 3.8461538462vw;
    transform: translateY(-0.7692307692vw) translateX(-0.4615384615vw);
  }
}
@media (max-width: 750px) {
  .more_btn_wrap a {
    line-height: 9.8666666667vw;
    padding: 0 4vw;
    border-radius: 9.8666666667vw;
    transform: translateY(-1.3333333333vw) translateX(-0.8vw);
  }
}
.more_btn_wrap a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  transition: 0.2s;
  background: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap a:before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
    right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap a:before {
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    right: 4vw;
  }
}
.more_btn_wrap a:after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 27px;
  transition: 0.2s;
  background-size: 5px 9px;
  background-image: url(../../../assets/aircon/images/common/icon_arrow.svg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap a:after {
    width: 0.3846153846vw;
    height: 0.6923076923vw;
    right: 2.0769230769vw;
    background-size: 0.3846153846vw 0.6923076923vw;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap a:after {
    width: 1vw;
    height: 1.8vw;
    right: 5.4vw;
    background-size: 1vw 1.8vw;
  }
}
.more_btn_wrap a:hover {
  background-color: #00c8f5;
  transform: translateY(-5px) translateX(-3px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap a:hover {
    transform: translateY(-0.3846153846vw) translateX(-0.2307692308vw);
  }
}
@media (max-width: 750px) {
  .more_btn_wrap a:hover {
    transform: translateY(-0.6666666667vw) translateX(-0.4vw);
  }
}
.more_btn_wrap a:hover:before {
  right: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap a:hover:before {
    right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap a:hover:before {
    right: 3.3333333333vw;
  }
}
.more_btn_wrap a:hover:after {
  right: 22px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap a:hover:after {
    right: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap a:hover:after {
    right: 4.7333333333vw;
  }
}
.more_btn_wrap .bg {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 240px;
  padding: 0 40px;
  border-radius: 100px;
  background-size: 8px;
  background-position: top 4px left -2px;
  background-image: url(../../../assets/aircon/images/common/pattern_dots1.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap .bg {
    min-width: 18.4615384615vw;
    padding: 0 3.0769230769vw;
    border-radius: 7.6923076923vw;
    background-size: 0.6153846154vw;
    background-position: top 0.3076923077vw left -0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .more_btn_wrap .bg {
    min-width: 48vw;
    padding: 0 5.3333333333vw;
    border-radius: 13.3333333333vw;
    background-size: 1.0666666667vw;
    background-position: top 0.5333333333vw left -0.2666666667vw;
  }
}

.more_text_btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding-right: 23px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_text_btn a {
    font-size: 1.5384615385vw;
    padding-right: 1.7692307692vw;
  }
}
@media (max-width: 750px) {
  .more_text_btn a {
    font-size: 3.2vw;
    padding-right: 3.6vw;
  }
}
.more_text_btn a .icon_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: 0.2s;
  background: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_text_btn a .icon_arrow {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_text_btn a .icon_arrow {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.more_text_btn a .icon_arrow svg {
  width: 5px;
  height: 9px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_text_btn a .icon_arrow svg {
    width: 0.3846153846vw;
    height: 0.6923076923vw;
  }
}
@media (max-width: 750px) {
  .more_text_btn a .icon_arrow svg {
    width: 0.6666666667vw;
    height: 1.2vw;
  }
}
.more_text_btn a .icon_arrow svg path {
  fill: #fff;
  transition: 0.2s;
}
.more_text_btn a:hover {
  color: #ffe100 !important;
}
.more_text_btn a:hover .icon_arrow {
  background-color: #ffe100;
}
.more_text_btn a:hover .icon_arrow .icon_arrow svg path {
  fill: #000;
}

/********************************************
* page_top
********************************************/
.page_top {
  display: none;
  position: fixed;
  z-index: 500;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top {
    bottom: 3.0769230769vw;
    right: 3.0769230769vw;
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top {
    bottom: 12vw;
    right: 2.6666666667vw;
    height: 16vw;
    width: 16vw;
  }
}
.page_top a {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  transition: all 0.2s;
  border-radius: 100%;
  background-color: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.page_top a img {
  width: 35px;
  height: 19px;
  margin: 30px 22.5px;
  transition: transform 0.2s ease;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a img {
    width: 2.6923076923vw;
    height: 1.4615384615vw;
    margin: 2.3076923077vw 1.7307692308vw;
  }
}
@media (max-width: 750px) {
  .page_top a img {
    width: 8vw;
    height: 4.5333333333vw;
    margin: 4.2666666667vw 2.6666666667vw;
  }
}
.page_top a:hover {
  transform: translateY(-3px);
  background-color: #00c8f5;
}

/********************************************
* news_list
********************************************/
.news_list {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list {
    max-width: 92.3076923077vw;
  }
}
.news_list::after {
  content: "";
  display: block;
  width: 360px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list::after {
    width: 27.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list::after {
    width: 41.3333333333vw;
  }
}
.news_list .item_block {
  position: relative;
  width: 360px;
  margin-top: 100px;
}
.news_list .item_block:nth-child(-n+3) {
  margin-top: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .item_block {
    width: 27.6923076923vw;
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list .item_block {
    width: 41.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+3) {
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+2) {
    margin-top: 0;
  }
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover .thumb {
  opacity: 0.7;
}
.news_list a:hover h3,
.news_list a:hover p {
  color: #666;
}
.news_list .thumb {
  margin-bottom: 20px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .thumb {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .news_list .thumb {
    margin-bottom: 3.3333333333vw;
  }
}
.news_list .date {
  font-size: 14px;
  margin-bottom: 5px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .date {
    font-size: 1.0769230769vw;
    margin-bottom: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .news_list .date {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.news_list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .title {
    font-size: 1.5384615385vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .news_list .title {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.news_list .desc {
  margin-bottom: 30px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .desc {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .news_list .desc {
    margin-bottom: 2.6666666667vw;
  }
}
.news_list .more {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more {
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .news_list .more {
    padding-right: 8vw;
  }
}
.news_list .more:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: 0.2s;
  background: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    border-radius: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.news_list .more:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:after {
    width: 0.9230769231vw;
    height: 0.9230769231vw;
    right: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 2.1333333333vw;
  }
}

/********************************************
* article_text_list
********************************************/
.article_text_list .item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_text_list .item a {
    padding: 1.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .article_text_list .item a {
    display: block;
    padding: 3.3333333333vw 0;
  }
}
.article_text_list .item a:hover {
  opacity: 0.7;
}
.article_text_list .item .date_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_text_list .item .date_wrap {
    margin-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .article_text_list .item .date_wrap {
    margin-right: 0;
    margin-bottom: 0.6666666667vw;
  }
}
.article_text_list .item .date {
  font-size: 18px;
  margin-right: 18px;
  line-height: 1.6;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_text_list .item .date {
    font-size: 1.3846153846vw;
    margin-right: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .article_text_list .item .date {
    font-size: 3.4666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.article_text_list .item .category {
  white-space: nowrap;
  text-align: center;
  min-width: 80px;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 2px;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_text_list .item .category {
    min-width: 6.1538461538vw;
    padding: 0 0.9230769231vw;
    font-size: 1.0769230769vw;
    border-radius: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .article_text_list .item .category {
    min-width: 13.3333333333vw;
    padding: 0 1.6vw;
    font-size: 2.6666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.article_text_list .item .category.news {
  color: #fff;
  background-color: #000;
}
.article_text_list .item .category.housedoibarakimasago {
  color: #000;
  background-color: #ffe100;
}
.article_text_list .item .category.staff_holiday {
  color: #000;
  background-color: #ffe6b4;
}
.article_text_list .item .category.airconditioner {
  color: #000;
  background-color: #afe1ff;
}
.article_text_list .item .category.syakaikoukenkatudou {
  color: #000;
  background-color: #dcdcdc;
}
.article_text_list .item .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 1.6;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_text_list .item .title {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .article_text_list .item .title {
    display: block;
    font-size: 3.4666666667vw;
  }
}
.article_text_list .item:first-child {
  border-top: 1px solid #ccc;
}

/********************************************
* form_content
********************************************/
.mw_wp_form {
  padding-top: 160px;
  margin-top: -160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form {
    padding-top: 12.3076923077vw;
    margin-top: -12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form {
    padding-top: 17.3333333333vw;
    margin-top: -17.3333333333vw;
  }
}

.mw_wp_form_input .return {
  display: none;
}

.form_content {
  position: relative;
  z-index: 1;
}
.form_content .text_large {
  margin-bottom: 40px;
}
@media (min-width: 751px) {
  .form_content .text_large {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content .text_large {
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .form_content .text_large {
    margin-bottom: 5.3333333333vw;
  }
}
.form_content dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl {
    display: block;
    margin-bottom: 4vw;
  }
}
.form_content dl.radio dt {
  padding-top: 0;
}
.form_content dl.radio input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  padding: 0;
  margin: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio input[type=radio] {
    width: 1.2307692308vw;
    height: 1.2307692308vw;
    vertical-align: -0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio input[type=radio] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
  }
}
.form_content dl.radio .mwform-radio-field-text {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.radio .mwform-radio-field label {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 5.3333333333vw;
  }
}
.form_content dl.check dt {
  padding-top: 0;
}
.form_content dl.check input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  padding: 0;
  margin: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check input[type=checkbox] {
    width: 1.2307692308vw;
    height: 1.2307692308vw;
    vertical-align: -0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check input[type=checkbox] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.4vw;
  }
}
.form_content dl.check .mwform-checkbox-field-text {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.check .mwform-checkbox-field label {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 5.3333333333vw;
  }
}
.form_content dl.select dt {
  padding-top: 0;
}
.form_content dl.select select {
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.select select {
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.select select {
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dt {
  width: 180px;
  font-weight: 500;
  padding-top: 9px;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt {
    width: 13.8461538462vw;
    padding-top: 0.6923076923vw;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dt {
    float: none;
    width: 100%;
    font-size: 4vw;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 0.6666666667vw;
  }
}
.form_content dt .req {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 5px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #c1272d;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt .req {
    padding: 0.3076923077vw 0.3846153846vw;
    font-size: 1.0769230769vw;
    margin-left: 0.7692307692vw;
    border-radius: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .req {
    padding: 0.5333333333vw 0.6666666667vw;
    font-size: 3.2vw;
    margin-left: 2.6666666667vw;
    border-radius: 0.2666666667vw;
  }
}
.form_content dd {
  flex: 1;
}
.form_content dd input,
.form_content dd textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #fafafa;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input,
  .form_content dd textarea {
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input,
  .form_content dd textarea {
    font-size: 3.7333333333vw !important;
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dd input:focus,
.form_content dd textarea:focus {
  font-size: 16px;
  outline: none;
  border: 1px solid #555;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input:focus,
  .form_content dd textarea:focus {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input:focus,
  .form_content dd textarea:focus {
    font-size: 3.7333333333vw;
  }
}
.form_content dd input::placeholder,
.form_content dd textarea::placeholder {
  color: #c8c8c8;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 3.7333333333vw;
  }
}
.form_content dd input.zip,
.form_content dd textarea.zip {
  width: 150px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input.zip,
  .form_content dd textarea.zip {
    width: 11.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input.zip,
  .form_content dd textarea.zip {
    width: 26.6666666667vw;
  }
}
.form_content dd input {
  height: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input {
    height: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input {
    height: 10.6666666667vw;
  }
}
.form_content dd input.address + input {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input.address + input {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input.address + input {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd textarea {
  height: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd textarea {
    height: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd textarea {
    height: 33.3333333333vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-tel-field input {
    width: 25%;
  }
}
.form_content dd label img {
  max-width: 200px;
  margin-right: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd label img {
    max-width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd label img {
    max-width: 16vw;
  }
}
.form_content dd .cap {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .cap {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .cap {
    font-size: 3.2vw;
  }
}
.form_content dd .error {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .error {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .error {
    font-size: 3.2vw;
  }
}
.form_content dd .input_block_list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_block_list {
    gap: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_list {
    gap: 1.6vw 0;
  }
}
.form_content dd .input_block_wrap {
  display: flex;
  gap: 0 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_block_wrap {
    gap: 0 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_wrap {
    gap: 0 4vw;
  }
}
.form_content dd .input_title.cap {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_title.cap {
    font-size: 1.0769230769vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_title.cap {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.form_content dd .input_field.small {
  width: 200px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_field.small {
    width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.small {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_field.smaller {
  width: 140px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_field.smaller {
    width: 10.7692307692vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.smaller {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_file {
  display: flex;
  flex-wrap: wrap;
}
.form_content dd .input_file input {
  width: 350px;
  height: auto;
  font-size: 16px !important;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_file input {
    width: 26.9230769231vw;
    font-size: 1.2307692308vw !important;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_file input {
    width: 81.3333333333vw;
    font-size: 3.7333333333vw !important;
  }
}
.form_content dd .attention_list {
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .attention_list {
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd .attention_list li {
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .attention_list li {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list li {
    font-size: 2.9333333333vw;
  }
}
.form_content dd .mwform-file-delete {
  font-size: 30px;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .mwform-file-delete {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-file-delete {
    font-size: 4vw;
  }
}

/********************************************
* form_content 確認画面
********************************************/
.mw_wp_form_preview .form_content dd {
  min-height: 50px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #eee;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 3.8461538462vw;
    padding: 1.1538461538vw 1.5384615385vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 10.6666666667vw;
    padding: 2vw 4vw;
    border-radius: 0.6666666667vw;
  }
}
.mw_wp_form_preview .form_content .form_title_wrap,
.mw_wp_form_preview .form_content .input_title,
.mw_wp_form_preview .form_content .attention_list,
.mw_wp_form_preview .form_content .read,
.mw_wp_form_preview .form_content .text_large,
.mw_wp_form_preview .form_content .form_block_tel,
.mw_wp_form_preview .form_content dt .req,
.mw_wp_form_preview .form_content .img_icon,
.mw_wp_form_preview .form_content .caption,
.mw_wp_form_preview .form_content .cap,
.mw_wp_form_preview .form_content .atten,
.mw_wp_form_preview .form_content .form_atten,
.mw_wp_form_preview .form_content .form_privacy,
.mw_wp_form_preview .form_content .terms_check {
  display: none;
}

/********************************************
* form_content input_btn
********************************************/
.input_btn {
  width: 380px;
  position: relative;
  text-align: center;
  margin: 100px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn {
    width: 29.2307692308vw;
    margin: 7.6923076923vw auto 0;
  }
}
@media (max-width: 750px) {
  .input_btn {
    width: 66.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
.input_btn input[type=submit],
.input_btn input[type=button] {
  text-decoration: none;
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100px;
  padding: 0 60px 0 30px;
  border-radius: 10px;
  background: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    height: 7.6923076923vw;
    font-size: 1.2307692308vw;
    line-height: 7.6923076923vw;
    padding: 0 4.6153846154vw 0 2.3076923077vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    font-size: 3.2vw;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    padding: 0 8vw 0 4vw;
    border-radius: 1.3333333333vw;
  }
}
.input_btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn:after {
    width: 0.4615384615vw;
    height: 0.4615384615vw;
    right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .input_btn:after {
    width: 0.8vw;
    height: 0.8vw;
    right: 4vw;
    border-top: solid 0.2666666667vw #fff;
    border-right: solid 0.2666666667vw #fff;
  }
}
.input_btn:hover:after {
  right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn:hover:after {
    right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn:hover:after {
    right: 2.6666666667vw;
  }
}
.input_btn:hover input[type=submit],
.input_btn:hover input[type=button] {
  background: #7996cd;
}
.input_btn.return input[type=submit],
.input_btn.return input[type=button] {
  text-align: right;
  padding: 0 30px 0 60px;
  background: #555;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn.return input[type=submit],
  .input_btn.return input[type=button] {
    padding: 0 2.3076923077vw 0 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .input_btn.return input[type=submit],
  .input_btn.return input[type=button] {
    padding: 0 4vw 0 8vw;
  }
}
.input_btn.return:after {
  transform: rotate(-135deg);
  right: auto;
  left: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn.return:after {
    left: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .input_btn.return:after {
    left: 4vw;
  }
}
.input_btn.return:hover input[type=submit],
.input_btn.return:hover input[type=button] {
  background: #999;
}
.input_btn.return:hover:after {
  left: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn.return:hover:after {
    left: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn.return:hover:after {
    left: 2.6666666667vw;
  }
}

/********************************************
* form_privacy
********************************************/
.form_privacy {
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .form_privacy {
    margin-top: 8vw;
  }
}
.form_privacy .privacy_title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .privacy_title {
    font-size: 1.5384615385vw;
    padding-bottom: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .privacy_title {
    font-size: 4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.form_privacy .atten_text {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .atten_text {
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .atten_text {
    text-align: left;
    margin-bottom: 9.3333333333vw;
  }
}

/********************************************
* checkbox
********************************************/
.terms_check {
  text-align: center;
}
.terms_check input[type=checkbox] {
  height: 24px;
  width: 24px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check input[type=checkbox] {
    height: 1.8461538462vw;
    width: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .terms_check input[type=checkbox] {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
.terms_check .mwform-checkbox-field-text {
  font-size: 16px;
  vertical-align: 3px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 1.2307692308vw;
    vertical-align: 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 3.2vw;
    vertical-align: 0.9333333333vw;
  }
}

/********************************************
* thanks_content
********************************************/
.thanks_content {
  text-align: center;
}
.thanks_content .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .title {
    font-size: 1.8461538462vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .title {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.thanks_content .message {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .message {
    font-size: 1.3846153846vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .message {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.thanks_content .mail {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .mail {
    font-size: 1.8461538462vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .mail {
    font-size: 4.5333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.thanks_content .tel {
  font-size: 24px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .tel {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel {
    font-size: 4.5333333333vw;
  }
}
.thanks_content .time {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .time {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .time {
    font-size: 3.2vw;
  }
}

/********************************************
* pager
********************************************/
.pager {
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .pager {
    margin-top: 10.6666666667vw;
  }
}
.pager ul {
  text-align: center;
}
.pager ul li {
  position: relative;
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  line-height: 1;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #000;
  transition: all 0.2s;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li {
    font-size: 1.5384615385vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    margin: 0 0.3846153846vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .pager ul li {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pager ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 14px 0;
  transition: all 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a {
    padding: 1.0769230769vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li a {
    padding: 5px 0;
  }
}
.pager ul li a span {
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a span {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .pager ul li a span {
    font-size: 16px;
  }
}
.pager ul li.active {
  color: #fff;
  background: #000;
  padding: 14px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li.active {
    padding: 1.0769230769vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li.active {
    padding: 5px 0;
  }
}
.pager ul li:hover {
  cursor: pointer;
  background: #000;
}
.pager ul li:hover a {
  color: #fff;
}

/********************************************
* wp-caption
********************************************/
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wp-caption .wp-caption-text {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .wp-caption .wp-caption-text {
    font-size: 3.2vw;
  }
}

/********************************************
* iPhone
********************************************/
@media (max-width: 750px) {
  .iPhone .mwform-checkbox-field-text {
    vertical-align: 0.4vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.check input[type=checkbox] {
    vertical-align: 0.5333333333vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.radio input[type=radio] {
    vertical-align: 0;
  }
}

/********************************************
* cat_list
********************************************/
.cat_list {
  margin-bottom: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list {
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .cat_list {
    margin-bottom: 5.3333333333vw;
  }
}
.cat_list li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li {
    margin: 0 0.7692307692vw 0.3846153846vw 0;
  }
}
@media (max-width: 750px) {
  .cat_list li {
    margin: 0 1.3333333333vw 0.6666666667vw 0;
  }
}
.cat_list li a {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  min-width: 80px;
  padding: 0 12px;
  border-radius: 2px;
  transition: 0.2s;
  background-color: #ccc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li a {
    font-size: 1.0769230769vw;
    min-width: 6.1538461538vw;
    padding: 0 0.9230769231vw;
    border-radius: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .cat_list li a {
    font-size: 2.6666666667vw;
    min-width: 13.3333333333vw;
    padding: 0 1.6vw;
    border-radius: 0.2666666667vw;
  }
}
.cat_list li a:hover {
  background-color: #00c8f5;
}
.cat_list li.current a {
  background-color: #00c8f5;
}

/********************************************
* works_list
********************************************/
.works_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works_list .works_block {
  width: 450px;
  margin-top: 75px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block {
    width: 34.6153846154vw;
    margin-top: 5.7692307692vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block {
    width: 41.3333333333vw;
    margin-top: 10vw;
  }
}
.works_list .works_block:nth-child(-n+2) {
  margin-top: 0;
}
.works_list .works_block .img_box {
  position: relative;
  width: 450px;
  margin-bottom: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .img_box {
    width: 34.6153846154vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .img_box {
    width: 41.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.works_list .works_block .img_box .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 462px;
  height: 372px;
  background-position: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .img_box .frame {
    width: 35.5384615385vw;
    height: 28.6153846154vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .img_box .frame {
    width: 42.6666666667vw;
    height: 30vw;
  }
}
.works_list .works_block .img_box .frame path {
  transition: 0.2s;
}
.works_list .works_block .img_box .img {
  width: 448px;
  height: 358px;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .img_box .img {
    width: 34.4615384615vw;
    height: 27.5384615385vw;
    margin-top: 0.0769230769vw;
    margin-left: 0.0769230769vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .img_box .img {
    width: 41.3333333333vw;
    height: 33.0666666667vw;
    margin-top: 0.1333333333vw;
    margin-left: 0.1333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.works_list .works_block .img_box .icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  transition: 0.2s;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .img_box .icon {
    right: 0.7692307692vw;
    bottom: 0.7692307692vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .img_box .icon {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
  }
}
.works_list .works_block .img_box .icon::after, .works_list .works_block .img_box .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .img_box .icon::after, .works_list .works_block .img_box .icon::before {
    border-radius: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .img_box .icon::after, .works_list .works_block .img_box .icon::before {
    border-radius: 0.2666666667vw;
  }
}
.works_list .works_block .img_box .icon::before {
  width: 2px;
  height: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .img_box .icon::before {
    width: 0.1538461538vw;
    height: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .img_box .icon::before {
    width: 0.2666666667vw;
    height: 2vw;
  }
}
.works_list .works_block .img_box .icon::after {
  width: 15px;
  height: 2px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .img_box .icon::after {
    width: 1.1538461538vw;
    height: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .img_box .icon::after {
    width: 2vw;
    height: 0.2666666667vw;
  }
}
.works_list .works_block a:hover .img_box .frame path {
  fill: #ffe100;
}
.works_list .works_block a:hover .img_box .icon {
  background-color: #ffe100;
}
.works_list .works_block a:hover .img_box .icon::before, .works_list .works_block a:hover .img_box .icon::after {
  background-color: #000;
  transform: translate(-50%, -50%) rotate(180deg);
}
.works_list .works_block .info {
  width: 450px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .info {
    width: 34.6153846154vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .info {
    width: 100%;
  }
}
.works_list .works_block .info .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 20px;
  border: 1px solid #000;
  margin-bottom: 15px;
  border-radius: 30px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .info .category {
    font-size: 1.0769230769vw;
    padding: 0.0769230769vw 1.5384615385vw;
    margin-bottom: 1.1538461538vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .info .category {
    font-size: 2.9333333333vw;
    padding: 0.1333333333vw 2.6666666667vw;
    margin-bottom: 2vw;
    border-radius: 4vw;
  }
}
.works_list .works_block .info .client {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .works_list .works_block .info .client {
    font-size: 1.5384615385vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .info .client {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.works_list .works_block .info .more_btn_wrap {
  margin-top: 0;
}
@media (min-width: 751px) {
  .works_list .works_block .info .more_btn_wrap {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .info .more_btn_wrap .more_btn {
    min-width: initial;
    width: 40vw;
  }
}
@media (max-width: 750px) {
  .works_list .works_block .info .more_btn_wrap .more_btn .bg {
    min-width: initial;
    width: 40vw;
  }
}

/********************************************
* article_list
********************************************/
.article_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article_list::after {
  content: "";
  display: block;
  width: 360px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list::after {
    width: 27.6923076923vw;
  }
}
@media (max-width: 750px) {
  .article_list::after {
    width: 41.3333333333vw;
  }
}
.article_list .article_block {
  width: 360px;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block {
    width: 27.6923076923vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block {
    width: 41.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.article_list .article_block:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 750px) {
  .article_list .article_block:nth-child(-n+3) {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block:nth-child(-n+2) {
    margin-top: 0;
  }
}
.article_list .article_block a {
  position: relative;
  z-index: 0;
  display: block;
  text-decoration: none;
}
.article_list .article_block a .img_box {
  position: relative;
  width: 360px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .img_box {
    width: 27.6923076923vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .img_box {
    width: 41.3333333333vw;
  }
}
.article_list .article_block a .img_box .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 372px;
  height: 262px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .img_box .frame {
    width: 28.6153846154vw;
    height: 20.1538461538vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .img_box .frame {
    width: 42.6666666667vw;
    height: 30vw;
  }
}
.article_list .article_block a .img_box .frame path {
  transition: 0.2s;
}
.article_list .article_block a .img_box .img {
  width: 358px;
  height: 248px;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .img_box .img {
    width: 27.5384615385vw;
    height: 19.0769230769vw;
    margin-top: 0.0769230769vw;
    margin-left: 0.0769230769vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .img_box .img {
    width: 41.0666666667vw;
    height: 28.4vw;
    margin-top: 0.1333333333vw;
    margin-left: 0.1333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.article_list .article_block a .img_box .icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  transition: 0.2s;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .img_box .icon {
    right: 0.7692307692vw;
    bottom: 0.7692307692vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .img_box .icon {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
  }
}
.article_list .article_block a .img_box .icon::after, .article_list .article_block a .img_box .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .img_box .icon::after, .article_list .article_block a .img_box .icon::before {
    border-radius: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .img_box .icon::after, .article_list .article_block a .img_box .icon::before {
    border-radius: 0.2666666667vw;
  }
}
.article_list .article_block a .img_box .icon::before {
  width: 2px;
  height: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .img_box .icon::before {
    width: 0.1538461538vw;
    height: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .img_box .icon::before {
    width: 0.2666666667vw;
    height: 2vw;
  }
}
.article_list .article_block a .img_box .icon::after {
  width: 15px;
  height: 2px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .img_box .icon::after {
    width: 1.1538461538vw;
    height: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .img_box .icon::after {
    width: 2vw;
    height: 0.2666666667vw;
  }
}
.article_list .article_block a .title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_list .article_block a .title {
    font-size: 1.5384615385vw;
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .article_list .article_block a .title {
    font-size: 2.9333333333vw;
    margin-top: 3.3333333333vw;
  }
}
.article_list .article_block a:hover .img_box .frame path {
  fill: #ffe100;
}
.article_list .article_block a:hover .img_box .icon {
  background-color: #ffe100;
}
.article_list .article_block a:hover .img_box .icon::before, .article_list .article_block a:hover .img_box .icon::after {
  background-color: #000;
  transform: translate(-50%, -50%) rotate(180deg);
}

/********************************************
* modal_content
********************************************/
.modal_content {
  width: 800px;
  overflow-x: hidden !important;
  padding: 60px 100px 70px;
  border-radius: 30px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content {
    width: 61.5384615385vw;
    padding: 4.6153846154vw 7.6923076923vw 5.3846153846vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .modal_content {
    width: 86.6666666667vw;
    padding: 8vw 5.3333333333vw 9.3333333333vw;
    border-radius: 4vw;
  }
}
.modal_content .profile_block + .profile_block {
  margin-top: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .profile_block + .profile_block {
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .modal_content .profile_block + .profile_block {
    margin-top: 6.6666666667vw;
  }
}
.modal_content .profile_block .profile_name_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 36px;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .profile_block .profile_name_wrap {
    padding-bottom: 2.7692307692vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .modal_content .profile_block .profile_name_wrap {
    padding-bottom: 4.1333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.modal_content .profile_block .profile_name_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-size: 166px 6px;
  background-image: url(../../../assets/aircon/images/common/line_color.svg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .profile_block .profile_name_wrap::after {
    height: 0.4615384615vw;
    background-size: 12.7692307692vw 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  .modal_content .profile_block .profile_name_wrap::after {
    height: 0.8vw;
    background-size: 21.8666666667vw 0.8vw;
  }
}
.modal_content .profile_block .profile_name_wrap .profile_position {
  min-width: 200px;
  text-align: center;
  color: #fff;
  padding: 4px 20px;
  border-radius: 40px;
  margin-right: 10px;
  background-color: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .profile_block .profile_name_wrap .profile_position {
    min-width: 15.3846153846vw;
    padding: 0.3076923077vw 1.5384615385vw;
    border-radius: 3.0769230769vw;
    margin-right: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .modal_content .profile_block .profile_name_wrap .profile_position {
    min-width: 34.6666666667vw;
    line-height: 1.4;
    padding: 0.5333333333vw 1.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.modal_content .profile_block .profile_name_wrap .profile_name {
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .profile_block .profile_name_wrap .profile_name {
    font-size: 2.1538461538vw;
    line-height: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .modal_content .profile_block .profile_name_wrap .profile_name {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.modal_content .profile_block .profile_text {
  text-align: justify;
  text-justify: inter-ideograph;
}
.modal_content .profile_block .profile_text + .profile_img {
  margin-top: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .profile_block .profile_text + .profile_img {
    margin-top: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .modal_content .profile_block .profile_text + .profile_img {
    margin-top: 4.6666666667vw;
  }
}
.modal_content .voice_block + .voice_block {
  margin-top: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .voice_block + .voice_block {
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .modal_content .voice_block + .voice_block {
    margin-top: 6.6666666667vw;
  }
}
.modal_content .voice_block .name {
  position: relative;
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 3px solid #00c8f5;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .voice_block .name {
    font-size: 2.1538461538vw;
    padding-bottom: 1.5384615385vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .modal_content .voice_block .name {
    font-size: 4.2666666667vw;
    padding-bottom: 3.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
.modal_content .voice_block .img {
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal_content .voice_block .img {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .modal_content .voice_block .img {
    margin-bottom: 3.3333333333vw;
  }
}
.modal_content .voice_block .text {
  text-align: justify;
  text-justify: inter-ideograph;
}

/********************************************
* colorbox
********************************************/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: visible !important;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  width: 100% !important;
  left: auto !important;
  pointer-events: none;
}

#cboxWrapper {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

#cboxContent {
  width: 800px !important;
  pointer-events: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #cboxContent {
    width: 61.5384615385vw !important;
  }
}
@media (max-width: 750px) {
  #cboxContent {
    width: 100% !important;
  }
}

#cboxLoadedContent {
  display: block !important;
  width: 830px !important;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #cboxLoadedContent {
    width: 63.8461538462vw !important;
  }
}
@media (max-width: 750px) {
  #cboxLoadedContent {
    width: 100% !important;
  }
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.85);
}

#colorbox {
  outline: 0;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
  display: none !important;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
  display: none !important;
}

#cboxNext,
#cboxPrevious {
  display: none !important;
}

#cboxClose {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 10px;
  right: 10px;
  background-color: #00c8f5;
  transition: all 0.3s ease;
  pointer-events: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #cboxClose {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    border-radius: 3.8461538462vw;
    top: 0.7692307692vw;
    right: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #cboxClose {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 2.3076923077vw;
    right: 2.3076923077vw;
  }
}
#cboxClose:before, #cboxClose:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  transform-origin: center center;
  position: absolute;
  background-color: #000;
}
#cboxClose:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose:hover {
  transform: scale(1.1);
}

/********************************************
* text_list
********************************************/
.attention_list {
  list-style-type: none;
}
.attention_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.attention_list li::before {
  content: "※";
}

.disc_list {
  list-style-type: none;
  padding-left: 0;
}
.disc_list li {
  text-indent: -1em;
  padding-left: 0.7em;
}
.disc_list li::before {
  content: "・";
}

.disc_list2 {
  list-style-type: none;
  padding-left: 0;
}
.disc_list2 li {
  text-indent: -1em;
  padding-left: 1.5em;
}
.disc_list2 li::before {
  content: "●";
}

.num_list {
  padding-left: 1.1em;
}

/********************************************
* modal-video
********************************************/
.modal-video {
  background-color: rgba(255, 255, 255, 0.95);
}

.modal-video-close-btn {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: -50px;
  right: -50px;
  background-color: #ffe100;
  transition: all 0.3s ease;
  pointer-events: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal-video-close-btn {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    border-radius: 3.8461538462vw;
    top: -3.8461538462vw;
    right: -3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .modal-video-close-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -14.6666666667vw;
    right: 0vw;
  }
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  top: 62%;
  left: 50%;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  transform-origin: center center;
  position: absolute;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    height: 0.1538461538vw;
    border-radius: 0.1538461538vw;
  }
}
.modal-video-close-btn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-video-close-btn:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-video-close-btn:hover {
  transform: scale(1.1);
}

/********************************************
* content
********************************************/
/********************************************
* content_header
********************************************/
.content_header_wrap {
  height: 400px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header_wrap {
    height: 30.7692307692vw;
  }
}
@media (max-width: 750px) {
  .content_header_wrap {
    height: 45.3333333333vw;
  }
}
.content_header_wrap .content_header {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header_wrap .content_header {
    padding: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .content_header_wrap .content_header {
    padding: 2.6666666667vw;
  }
}
.content_header_wrap .content_header_inner {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  background-color: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header_wrap .content_header_inner {
    padding-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .content_header_wrap .content_header_inner {
    padding-top: 8vw;
  }
}
.content_header_wrap .sec_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content_header_wrap .title_h2_wrap {
  margin: 0;
}
.content_header_wrap .title_h2_wrap .title_h2 {
  color: #fff;
}
.content_header_wrap .square_deco::before {
  width: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header_wrap .square_deco::before {
    width: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .content_header_wrap .square_deco::before {
    width: 13.3333333333vw;
  }
}
.content_header_wrap .square_deco::after {
  height: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header_wrap .square_deco::after {
    height: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .content_header_wrap .square_deco::after {
    height: 13.3333333333vw;
  }
}

/********************************************
* content_main
********************************************/
.content_main {
  padding: 100px 0 120px;
  border-bottom: 5px solid #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_main {
    padding: 7.6923076923vw 0 9.2307692308vw;
    border-bottom: 0.3846153846vw solid #000;
  }
}
@media (max-width: 750px) {
  .content_main {
    padding: 13.3333333333vw 0 16vw;
    border-bottom: 0.8vw solid #000;
  }
}
.content_main .sec_inner {
  max-width: 1300px;
}

/********************************************
* page archive
********************************************/
.post-type-archive-post .content_main .sec_inner,
.archive.date .content_main .sec_inner,
.category .content_main .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .post-type-archive-post .content_main .sec_inner,
  .archive.date .content_main .sec_inner,
  .category .content_main .sec_inner {
    max-width: 84.6153846154vw;
  }
}

/********************************************
* page works
********************************************/
.post-type-archive-works .content_main .sec_inner,
.tax-works_category .content_main .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .post-type-archive-works .content_main .sec_inner,
  .tax-works_category .content_main .sec_inner {
    max-width: 84.6153846154vw;
  }
}

/********************************************
* page error404
********************************************/
.error404 .content_main .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .error404 .content_main .sec_inner {
    max-width: 84.6153846154vw;
  }
}

/********************************************
* page contact
********************************************/
#contact .content_main .sec_inner,
#confirm .content_main .sec_inner,
#thanks .content_main .sec_inner {
  max-width: 900px;
}

/********************************************
* single_content
********************************************/
.single-post .single_content .single_content_left {
  width: 630px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single-post .single_content .single_content_left {
    width: 48.4615384615vw;
  }
}
@media (max-width: 750px) {
  .single-post .single_content .single_content_left {
    width: 100%;
  }
}
.single-post .single_content .single_content_right {
  width: 300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single-post .single_content .single_content_right {
    width: 23.0769230769vw;
  }
}
@media (max-width: 750px) {
  .single-post .single_content .single_content_right {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.single_content .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .sec_inner {
    max-width: 84.6153846154vw;
  }
}
.single_content .single_content_left {
  width: 100%;
}
.single_content .post_title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title {
    padding-bottom: 0.7692307692vw;
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
.single_content .post_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title:after {
    height: 0.3076923077vw;
    border-radius: 0.3076923077vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title:after {
    height: 0.5333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.single_content .post_title .date_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .date_wrap {
    margin-bottom: 0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .date_wrap {
    margin-bottom: 1.0666666667vw;
  }
}
.single_content .post_title .date {
  font-size: 18px;
  margin-right: 18px;
  line-height: 1.6;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .date {
    font-size: 1.3846153846vw;
    margin-right: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .date {
    font-size: 3.4666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.single_content .post_title .category {
  text-align: center;
  min-width: 80px;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 2px;
  background-color: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .category {
    min-width: 6.1538461538vw;
    padding: 0 0.9230769231vw;
    font-size: 1.0769230769vw;
    border-radius: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .category {
    min-width: 13.3333333333vw;
    padding: 0 1.6vw;
    font-size: 2.6666666667vw;
    border-radius: 0.5333333333vw;
  }
}
.single_content .post_title .category.news {
  color: #fff;
  background-color: #000;
}
.single_content .post_title .category.housedoibarakimasago {
  color: #000;
  background-color: #ffe100;
}
.single_content .post_title .category.staff_holiday {
  color: #000;
  background-color: #ffe6b4;
}
.single_content .post_title .category.airconditioner {
  color: #000;
  background-color: #afe1ff;
}
.single_content .post_title .category.syakaikoukenkatudou {
  color: #000;
  background-color: #dcdcdc;
}
.single_content .post_title .title {
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .title {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .title {
    font-size: 4.2666666667vw;
  }
}
.single_content .post_body h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0;
  margin: 50px 0 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body h2 {
    font-size: 1.6923076923vw;
    margin: 3.8461538462vw 0 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body h2 {
    font-size: 4.2666666667vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.single_content .post_body h2 span {
  font-weight: bold;
}
.single_content .post_body h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 25px 0 8px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body h3 {
    font-size: 1.5384615385vw;
    margin: 1.9230769231vw 0 0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body h3 {
    font-size: 4vw;
    margin: 4vw 0 1.3333333333vw;
  }
}
.single_content .post_body h4 {
  font-weight: 500;
  line-height: 1.6;
}
.single_content .post_body p {
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body p {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body p {
    margin: 0 0 2.6666666667vw;
  }
}
.single_content .post_body a {
  color: #00c8f5;
  text-decoration: underline;
}
.single_content .post_body a:hover {
  text-decoration: none;
}
.single_content .post_body .btn a {
  text-decoration: none;
}
.single_content .post_body strong {
  font-weight: bold;
}
.single_content .post_body ul {
  list-style-type: none;
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body ul {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body ul {
    margin: 0 0 2.6666666667vw;
  }
}
.single_content .post_body ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.single_content .post_body ul li:before {
  content: "・";
}
.single_content .post_body ol {
  padding-left: 1.1em;
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body ol {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body ol {
    margin: 0 0 2.6666666667vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body iframe {
    width: 100%;
    height: 52vw;
  }
}
.single_content .post_body hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/********************************************
* sidebar
********************************************/
.side_title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .side_title {
    font-size: 1.5384615385vw;
    padding-bottom: 0.3846153846vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .side_title {
    font-size: 4vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}

.side_block {
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .side_block {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .side_block {
    margin-top: 5.3333333333vw;
  }
}
.side_block:first-child {
  margin-top: -5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .side_block:first-child {
    margin-top: -0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .side_block:first-child {
    margin-top: 0;
  }
}

.side_cat_list li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .side_cat_list li a {
    padding: 0.3846153846vw 0;
  }
}
@media (max-width: 750px) {
  .side_cat_list li a {
    padding: 1.0666666667vw 0;
  }
}

.wp-block-archives-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 0 5px 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wp-block-archives-list li a {
    padding: 0.3846153846vw 0 0.3846153846vw 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .wp-block-archives-list li a {
    padding: 0.6666666667vw 0 0.6666666667vw 4vw;
  }
}
.wp-block-archives-list li a::after, .wp-block-archives-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.2s;
}
.wp-block-archives-list li a::after {
  left: 4px;
  width: 3px;
  height: 5px;
  background-size: 3px 5px;
  background-image: url(../../../assets/aircon/images/common/icon_arrow2.svg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wp-block-archives-list li a::after {
    left: 0.3076923077vw;
    width: 0.2307692308vw;
    height: 0.3846153846vw;
    background-size: 0.2307692308vw 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .wp-block-archives-list li a::after {
    left: 1.0666666667vw;
    width: 0.8vw;
    height: 1.3333333333vw;
    background-size: 0.8vw 1.3333333333vw;
  }
}
.wp-block-archives-list li a:before {
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wp-block-archives-list li a:before {
    width: 0.7692307692vw;
    height: 0.7692307692vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .wp-block-archives-list li a:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.wp-block-archives-list li a:hover {
  color: #666;
}
.wp-block-archives-list li a:hover::after, .wp-block-archives-list li a:hover::before {
  opacity: 0.7;
}

/********************************************
* page privacy-policy
********************************************/
#privacy-policy .content_main .sec_inner {
  max-width: 1100px;
}
#privacy-policy .content_main .title {
  font-size: 20px;
  margin: 50px 0 6px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .title {
    font-size: 1.5384615385vw;
    margin: 3.8461538462vw 0 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title {
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw 0 0.8vw;
  }
}
#privacy-policy .content_main .title_small {
  font-size: 18px;
  margin: 25px 0 6px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .title_small {
    font-size: 1.3846153846vw;
    margin: 1.9230769231vw 0 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title_small {
    font-size: 3.4666666667vw;
    margin: 3.3333333333vw 0 0.8vw;
  }
}
#privacy-policy .content_main .desc_list li {
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 1.3333333333vw;
  }
}
#privacy-policy .content_main .text {
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .text {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .text {
    margin-bottom: 1.3333333333vw;
  }
}/*# sourceMappingURL=page.css.map */