@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP Tate";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/aircon/NotoSansJP-Bold-Tategaki.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/aircon/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/aircon/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/aircon/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/aircon/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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .left {
  padding: 61px 0;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #000;
}
.header .left .logo h1 a:hover {
  opacity: 0.7;
}
.header .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 50px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right {
    padding: 3.8461538462vw 0;
  }
}
@media (max-width: 750px) {
  .header .right {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header .main_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .main_nav ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: 20px;
  text-decoration: none;
}
@media screen and (min-width: 1421px) and (max-width: 1600px) {
  .header .main_nav ul li a {
    font-size: 18px;
    padding: 21px 15px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1420px) {
  .header .main_nav ul li a {
    font-size: 16px;
    padding: 22px 12px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .main_nav ul li a {
    font-size: 1.2307692308vw;
    padding: 1.6923076923vw 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: 15px;
    width: calc(100% - 34px);
    height: 10px;
    border-radius: 5px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-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: 1.1538461538vw;
    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(../../images/aircon/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 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.header #menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  height: 17.8666666667vw;
  width: 20vw;
  padding: 5.3333333333vw 0;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.3s;
  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%;
  -webkit-transform: translateY(-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 .main_nav {
    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 40vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
  }
}
.header.open .main_nav {
  left: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(155deg);
          transform: translateY(-50%) rotate(155deg);
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-155deg);
          transform: translateY(-50%) rotate(-155deg);
}
.header.scroll, .header.scroll_open {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header.scroll, .header.scroll_open {
    -webkit-box-shadow: 0 0 0.7692307692vw rgba(17, 17, 17, 0.15);
            box-shadow: 0 0 0.7692307692vw rgba(17, 17, 17, 0.15);
  }
}
@media (max-width: 750px) {
  .header.scroll, .header.scroll_open {
    -webkit-box-shadow: 0 0 2vw rgba(17, 17, 17, 0.15);
            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;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header.scroll .right, .header.scroll_open .right {
    padding: 1.5384615385vw 0;
  }
}
@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;
  -webkit-transition: 0.5s !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-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;
    -webkit-transform: translateX(2.6923076923vw);
            transform: translateX(2.6923076923vw);
  }
}
@media (max-width: 750px) {
  .follow_btn a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 9.3333333333vw;
    font-size: 4vw;
    border: 0.5333333333vw solid #000;
    padding-right: 2.6923076923vw;
    border-radius: 0;
    -webkit-transform: none;
            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;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .follow_btn a:hover {
    -webkit-transform: translateX(0.3846153846vw);
            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 {
  -webkit-animation: jump 0.2s 0.6s alternate 2;
          animation: jump 0.2s 0.6s alternate 2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .chara_jump.active_move {
    -webkit-animation: jump_tab 0.2s 0.6s alternate 2;
            animation: jump_tab 0.2s 0.6s alternate 2;
  }
}
@media (max-width: 750px) {
  .chara_jump.active_move {
    -webkit-animation: jump_sp 0.3s 0.6s alternate 2;
            animation: jump_sp 0.3s 0.6s alternate 2;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(-24px) scaleY(1);
            transform: translateY(-24px) scaleY(1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(-24px) scaleY(1);
            transform: translateY(-24px) scaleY(1);
  }
}
@-webkit-keyframes jump_tab {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(-1.8461538462vw) scaleY(1);
            transform: translateY(-1.8461538462vw) scaleY(1);
  }
}
@keyframes jump_tab {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(-1.8461538462vw) scaleY(1);
            transform: translateY(-1.8461538462vw) scaleY(1);
  }
}
@-webkit-keyframes jump_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(-3.2vw) scaleY(1);
            transform: translateY(-3.2vw) scaleY(1);
  }
}
@keyframes jump_sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: translateY(-3.2vw) scaleY(1);
            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 {
  -webkit-animation: chara_up 0.6s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
          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 {
    -webkit-animation: chara_up_tab 0.6s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
            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 {
    -webkit-animation: chara_up_sp 0.9s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
            animation: chara_up_sp 0.9s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
  }
}

@-webkit-keyframes chara_up {
  0% {
    top: -25px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    top: -110px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

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

@-webkit-keyframes chara_yure {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

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

@-webkit-keyframes chara_yure_center {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@keyframes chara_yure_center {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            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;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .main_animetext .spt,
  .animetext .spt {
    -webkit-transform: translateY(3.8461538462vw);
            transform: translateY(3.8461538462vw);
  }
}
@media (max-width: 750px) {
  .main_animetext .spt,
  .animetext .spt {
    -webkit-transform: translateY(6.6666666667vw);
            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;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-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 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          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(../../images/aircon/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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
  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;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.qa_item.open .qa_title_wrap .toggle_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

/********************************************
* contact_box_wrap
********************************************/
.contact_box_wrap .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact_box_wrap .contact_box .contact_btn a .icon svg .cls-2 {
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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%;
  -webkit-transition: 0.2s;
  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(../../images/aircon/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;
  -webkit-animation: blink 0.9s ease-in-out infinite alternate;
          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;
  -webkit-animation: blink 0.9s ease-in-out 0.3s infinite alternate;
          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;
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1.2, 1.5);
            transform: scale(1.2, 1.5);
  }
  80% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1.2, 1.5);
            transform: scale(1.2, 1.5);
  }
  80% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-transform: translateY(-10px) translateX(-6px);
          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;
    -webkit-transform: translateY(-0.7692307692vw) translateX(-0.4615384615vw);
            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;
    -webkit-transform: translateY(-1.3333333333vw) translateX(-0.8vw);
            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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: 5px 9px;
  background-image: url(../../images/aircon/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;
  -webkit-transform: translateY(-5px) translateX(-3px);
          transform: translateY(-5px) translateX(-3px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_wrap a:hover {
    -webkit-transform: translateY(-0.3846153846vw) translateX(-0.2307692308vw);
            transform: translateY(-0.3846153846vw) translateX(-0.2307692308vw);
  }
}
@media (max-width: 750px) {
  .more_btn_wrap a:hover {
    -webkit-transform: translateY(-0.6666666667vw) translateX(-0.4vw);
            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(../../images/aircon/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;
  -webkit-transition: 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: all 0.2s;
  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;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-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 {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #00c8f5;
}

/********************************************
* news_list
********************************************/
.news_list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .article_text_list .item .date_wrap {
    margin-right: 3.8461538462vw;
  }
}
@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;
  -webkit-transition: 0.2s;
  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 {
  text-align: center;
  min-width: 80px;
  padding: 0 12px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 2px;
  background-color: #00c8f5;
}
@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 {
  background-color: #ffe100;
}
.article_text_list .item .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
  color: #c8c8c8;
  font-size: 16px;
}
.form_content dd input::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
  color: #c8c8c8;
  font-size: 16px;
}
.form_content dd input:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 16px;
}
.form_content dd input::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 16px;
}
.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::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  -webkit-transition: 0.2s;
  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 {
  -webkit-transform: rotate(-135deg);
          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;
  -webkit-transition: all 0.2s;
  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;
  -webkit-transition: all 0.2s;
  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;
  -webkit-transition: 0.2s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  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;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  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;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: 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(../../images/aircon/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  background-color: #000;
}
#cboxClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose:hover {
  -webkit-transform: scale(1.1);
          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;
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-transform-origin: center center;
          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 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-video-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-video-close-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/********************************************
* top_main
********************************************/
.main_animetext .spt {
  opacity: 0;
}

.top_main {
  height: 850px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main {
    height: 44.2708333333vw;
  }
}
@media (max-width: 750px) {
  .top_main {
    height: 146.6666666667vw;
  }
}
.top_main .main_panel_wrap {
  width: 100%;
  height: 100%;
}
.top_main .main_panel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .main_panel {
    padding: 1.5625vw;
  }
}
@media (max-width: 750px) {
  .top_main .main_panel {
    padding: 2.6666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .main_panel .square_deco::before {
    width: 8.8541666667vw;
    height: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .main_panel .square_deco::after {
    width: 1.5625vw;
    height: 8.8541666667vw;
  }
}
.top_main .main_panel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .top_main .main_panel_inner {
    display: block;
  }
}
.top_main .sec_inner {
  max-width: 830px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .sec_inner {
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    max-width: 43.2291666667vw;
  }
}
@media (max-width: 750px) {
  .top_main .sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_main .catch_box {
  position: relative;
  z-index: 0;
}
@media (max-width: 750px) {
  .top_main .catch_box {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 20vw;
  }
}
.top_main .catch_box .catch {
  font-size: 100px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .catch_box .catch {
    font-size: 5.2083333333vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 750px) {
  .top_main .catch_box .catch {
    font-size: 11.3333333333vw;
    font-family: "Noto Sans JP Tate";
    margin-bottom: 0;
    line-height: 1;
    margin-left: -7.2vw;
  }
}
.top_main .catch_box .catch .spt {
  font-weight: bold;
}
.top_main .catch_box .catch .bag {
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .catch_box .catch .bag {
    -webkit-text-stroke: 0.1041666667vw #000;
    text-stroke: 0.1041666667vw #000;
  }
}
@media (max-width: 750px) {
  .top_main .catch_box .catch .bag {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }
}
.top_main .catch_box .sub_catch {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.03em;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.5625;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .catch_box .sub_catch {
    font-size: 1.6666666667vw;
  }
}
.top_main .catch_box .sub_catch.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top_main .catch_box .sub_catch span {
  font-weight: bold;
}
.top_main .catch_box .sub_catch .line {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.top_main .catch_box .sub_catch .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  width: 0;
  height: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .catch_box .sub_catch .line::after {
    bottom: 0.2604166667vw;
    height: 0.5208333333vw;
    border-radius: 0.5208333333vw;
  }
}
.top_main .catch_box .sub_catch .line.active::after {
  width: 100%;
}
.top_main .news_box_wrap {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1860px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.top_main .news_box {
  position: absolute;
  left: 50px;
  bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .news_box {
    left: 2.6041666667vw;
    bottom: 1.0416666667vw;
  }
}
@media (max-width: 750px) {
  .top_main .news_box {
    left: 6.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.top_main .news_box .news_box_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 40px 0 20px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .news_box .news_box_title_wrap {
    margin: 0 2.0833333333vw 0 1.0416666667vw;
  }
}
.top_main .news_box .news_box_title_wrap .news_box_title {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .news_box .news_box_title_wrap .news_box_title {
    font-size: 1.0416666667vw;
  }
}
.top_main .news_box .news_box_title_wrap .more_text_btn {
  line-height: 1.4;
}
.top_main .news_box .ticker {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 520px;
  height: 32px;
  padding: 14px 40px;
  border-radius: 60px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .news_box .ticker {
    width: 27.0833333333vw;
    padding: 0.7291666667vw 2.0833333333vw;
    border-radius: 3.125vw;
  }
}
@media (max-width: 750px) {
  .top_main .news_box .ticker {
    display: block;
    bottom: 8.6666666667vw;
    width: 92vw;
    padding: 2vw 4vw;
    border: 0.5333333333vw solid #c8324b;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0.8vw 0.8vw 0 #000;
            box-shadow: 0.8vw 0.8vw 0 #000;
  }
}
.top_main .news_box .ticker .ticker_news_list {
  position: relative;
}
.top_main .news_box .ticker .ticker_news_list li {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.top_main .news_box .ticker .ticker_news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 750px) {
  .top_main .news_box .ticker .ticker_news_list li a {
    display: block;
  }
}
.top_main .news_box .ticker .ticker_news_list li a .date {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-right: 30px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .top_main .news_box .ticker .ticker_news_list li a .date {
    margin-right: 1.5625vw;
  }
}
@media (max-width: 750px) {
  .top_main .news_box .ticker .ticker_news_list li a .date {
    margin-right: 4vw;
  }
}
.top_main .news_box .ticker .ticker_news_list li a .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_main .news_box .ticker .ticker_news_list li a .title::after {
  width: 100%;
  left: 0;
}
@media (max-width: 750px) {
  .top_main .news_box .ticker .ticker_news_list li a .title {
    width: 100%;
    margin-right: 0;
  }
}
.top_main .news_box .ticker .ticker_news_list li a:hover .title {
  color: #666;
}

/* main_panel_bg */
.main_panel_bg_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: #00c8f5;
  height: 100% !important;
}

#main_panel_bg {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0px;
  left: 0;
  overflow: visible;
}

.shape_circle {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.shape_circle.key {
  mix-blend-mode: multiply;
  background-color: #00c8f5;
}

.illust_circle {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.size40 {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size40 {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 2.0833333333vw;
  }
}
@media (max-width: 750px) {
  .size40 {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}

.size60 {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size60 {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 3.125vw;
  }
}
@media (max-width: 750px) {
  .size60 {
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
  }
}

.size80 {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size80 {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 4.1666666667vw;
  }
}
@media (max-width: 750px) {
  .size80 {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}

.size100 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size100 {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    border-radius: 5.2083333333vw;
  }
}
@media (max-width: 750px) {
  .size100 {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
  }
}

.size120 {
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size120 {
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 6.25vw;
  }
}
@media (max-width: 750px) {
  .size120 {
    width: 16vw;
    height: 16vw;
    border-radius: 16vw;
  }
}

.size130 {
  width: 130px;
  height: 130px;
  border-radius: 130px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size130 {
    width: 6.7708333333vw;
    height: 6.7708333333vw;
    border-radius: 6.7708333333vw;
  }
}
@media (max-width: 750px) {
  .size130 {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    border-radius: 17.3333333333vw;
  }
}

.size140 {
  width: 140px;
  height: 140px;
  border-radius: 140px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size140 {
    width: 7.2916666667vw;
    height: 7.2916666667vw;
    border-radius: 7.2916666667vw;
  }
}
@media (max-width: 750px) {
  .size140 {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    border-radius: 18.6666666667vw;
  }
}

.size150 {
  width: 150px;
  height: 150px;
  border-radius: 150px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size150 {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 7.8125vw;
  }
}
@media (max-width: 750px) {
  .size150 {
    width: 20vw;
    height: 20vw;
    border-radius: 20vw;
  }
}

.size160 {
  width: 160px;
  height: 160px;
  border-radius: 160px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .size160 {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 8.3333333333vw;
  }
}
@media (max-width: 750px) {
  .size160 {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    border-radius: 21.3333333333vw;
  }
}

.transparent15 {
  opacity: 0.15;
}

.transparent20 {
  opacity: 0.2;
}

.transparent30 {
  opacity: 0.3;
}

.transparent40 {
  opacity: 0.4;
}

.transparent50 {
  opacity: 0.5;
}

.shape_circle01 {
  margin-left: -861px;
  margin-top: -258px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle01 {
    margin-left: -44.84375vw;
    margin-top: -13.4375vw;
  }
}
@media (max-width: 750px) {
  .shape_circle01 {
    margin-left: -32.6666666667vw;
    margin-top: -9.4666666667vw;
  }
}

.shape_circle02 {
  margin-left: -782px;
  margin-top: -187px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle02 {
    margin-left: -40.7291666667vw;
    margin-top: -9.7395833333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle02 {
    margin-left: -22.1333333333vw;
    margin-top: 0;
  }
}

.shape_circle03 {
  margin-left: -745px;
  margin-top: -157px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle03 {
    margin-left: -38.8020833333vw;
    margin-top: -8.1770833333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle03 {
    margin-left: -45.8666666667vw;
    margin-top: -26.4vw;
  }
}

.shape_circle04 {
  margin-left: -485px;
  margin-top: -344px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle04 {
    margin-left: -25.2604166667vw;
    margin-top: -17.9166666667vw;
  }
}
@media (max-width: 750px) {
  .shape_circle04 {
    margin-left: -34vw;
    margin-top: -54.9333333333vw;
  }
}

.shape_circle05 {
  margin-left: -414px;
  margin-top: -250px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle05 {
    margin-left: -21.5625vw;
    margin-top: -13.0208333333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle05 {
    margin-left: -24.5333333333vw;
    margin-top: -42.4vw;
  }
}

.shape_circle06 {
  margin-left: -868px;
  margin-top: 34px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle06 {
    margin-left: -45.2083333333vw;
    margin-top: 1.7708333333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle06 {
    margin-left: -45.8666666667vw;
    margin-top: 19.4666666667vw;
  }
}

.shape_circle07 {
  margin-left: -697px;
  margin-top: 31px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle07 {
    margin-left: -36.3020833333vw;
    margin-top: 1.6145833333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle07 {
    margin-left: -42.2666666667vw;
    margin-top: 3.7333333333vw;
  }
}

.shape_circle08 {
  margin-left: -664px;
  margin-top: 180px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle08 {
    margin-left: -34.5833333333vw;
    margin-top: 9.375vw;
  }
}
@media (max-width: 750px) {
  .shape_circle08 {
    margin-left: -20.8vw;
    margin-top: 20.5333333333vw;
  }
}

.shape_circle09 {
  margin-left: -542px;
  margin-top: 147px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle09 {
    margin-left: -28.2291666667vw;
    margin-top: 7.65625vw;
  }
}
@media (max-width: 750px) {
  .shape_circle09 {
    margin-left: -29.8666666667vw;
    margin-top: 50.2666666667vw;
  }
}

.shape_circle10 {
  margin-left: -486px;
  margin-top: 48px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle10 {
    margin-left: -25.3125vw;
    margin-top: 2.5vw;
  }
}
@media (max-width: 750px) {
  .shape_circle10 {
    margin-left: -23.3333333333vw;
    margin-top: 55.0666666667vw;
  }
}

.shape_circle11 {
  margin-left: -433px;
  margin-top: 134px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle11 {
    margin-left: -22.5520833333vw;
    margin-top: 6.9791666667vw;
  }
}
@media (max-width: 750px) {
  .shape_circle11 {
    margin-left: -31.2vw;
    margin-top: 58.6666666667vw;
  }
}

.shape_circle12 {
  margin-left: 504px;
  margin-top: -277px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle12 {
    margin-left: 26.25vw;
    margin-top: -14.4270833333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle12 {
    margin-left: 21.3333333333vw;
    margin-top: -56.1333333333vw;
  }
}

.shape_circle13 {
  margin-left: 582px;
  margin-top: -241px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle13 {
    margin-left: 30.3125vw;
    margin-top: -12.5520833333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle13 {
    margin-left: 34.8vw;
    margin-top: -46.9333333333vw;
  }
}

.shape_circle14 {
  margin-left: 764px;
  margin-top: -100px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle14 {
    margin-left: 39.7916666667vw;
    margin-top: -5.2083333333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle14 {
    margin-left: 37.0666666667vw;
    margin-top: -9.0666666667vw;
  }
}

.shape_circle15 {
  margin-left: 422px;
  margin-top: -73px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle15 {
    margin-left: 21.9791666667vw;
    margin-top: -3.8020833333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle15 {
    margin-left: 19.2vw;
    margin-top: -46.1333333333vw;
  }
}

.shape_circle16 {
  margin-left: 622px;
  margin-top: 21px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle16 {
    margin-left: 32.3958333333vw;
    margin-top: 1.09375vw;
  }
}
@media (max-width: 750px) {
  .shape_circle16 {
    margin-left: 16.5333333333vw;
    margin-top: 11.7333333333vw;
  }
}

.shape_circle17 {
  margin-left: 603px;
  margin-top: 101px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle17 {
    margin-left: 31.40625vw;
    margin-top: 5.2604166667vw;
  }
}
@media (max-width: 750px) {
  .shape_circle17 {
    margin-left: 19.8666666667vw;
    margin-top: 4.9333333333vw;
  }
}

.shape_circle18 {
  margin-left: 837px;
  margin-top: 160px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle18 {
    margin-left: 43.59375vw;
    margin-top: 8.3333333333vw;
  }
}
@media (max-width: 750px) {
  .shape_circle18 {
    margin-left: 39.0666666667vw;
    margin-top: 26.4vw;
  }
}

.shape_circle19 {
  margin-left: 543px;
  margin-top: 180px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .shape_circle19 {
    margin-left: 28.28125vw;
    margin-top: 9.375vw;
  }
}
@media (max-width: 750px) {
  .shape_circle19 {
    margin-left: 30.9333333333vw;
    margin-top: 46.6666666667vw;
  }
}

.illust_circle01 {
  margin-left: -700px;
  margin-top: -250px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle01 {
    margin-left: -36.4583333333vw;
    margin-top: -13.0208333333vw;
  }
}
@media (max-width: 750px) {
  .illust_circle01 {
    margin-left: -45.6vw;
    margin-top: -45.6vw;
  }
}

.illust_circle02 {
  margin-left: -538px;
  margin-top: -211px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle02 {
    margin-left: -28.0208333333vw;
    margin-top: -10.9895833333vw;
  }
}
@media (max-width: 750px) {
  .illust_circle02 {
    margin-left: -39.0666666667vw;
    margin-top: -26vw;
  }
}

.illust_circle03 {
  margin-left: -622px;
  margin-top: -32px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle03 {
    margin-left: -32.3958333333vw;
    margin-top: -1.6666666667vw;
  }
}
@media (max-width: 750px) {
  .illust_circle03 {
    margin-left: -38.2666666667vw;
    margin-top: 8.4vw;
  }
}

.illust_circle04 {
  margin-left: -810px;
  margin-top: 109px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle04 {
    margin-left: -42.1875vw;
    margin-top: 5.6770833333vw;
  }
}
@media (max-width: 750px) {
  .illust_circle04 {
    margin-left: -43.2vw;
    margin-top: 38.1333333333vw;
  }
}

.illust_circle05 {
  margin-left: 374px;
  margin-top: -250px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle05 {
    margin-left: 19.4791666667vw;
    margin-top: -13.0208333333vw;
  }
}
@media (max-width: 750px) {
  .illust_circle05 {
    margin-left: 22.6666666667vw;
    margin-top: -40vw;
  }
}

.illust_circle06 {
  margin-left: 603px;
  margin-top: -153px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle06 {
    margin-left: 31.40625vw;
    margin-top: -7.96875vw;
  }
}
@media (max-width: 750px) {
  .illust_circle06 {
    margin-left: 28.6666666667vw;
    margin-top: 2.9333333333vw;
  }
}

.illust_circle07 {
  margin-left: 471px;
  margin-top: -50px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle07 {
    margin-left: 24.53125vw;
    margin-top: -2.6041666667vw;
  }
}
@media (max-width: 750px) {
  .illust_circle07 {
    margin-left: 16.6666666667vw;
    margin-top: -14.6666666667vw;
  }
}

.illust_circle08 {
  margin-left: 650px;
  margin-top: 99px;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .illust_circle08 {
    margin-left: 33.8541666667vw;
    margin-top: 5.15625vw;
  }
}
@media (max-width: 750px) {
  .illust_circle08 {
    margin-left: 21.3333333333vw;
    margin-top: 30vw;
  }
}

.main_illust01 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  margin-left: 161px;
  margin-top: 85px;
  width: 386px;
  height: 288px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 751px) and (max-width: 1920px) {
  .main_illust01 {
    margin-left: 8.3854166667vw;
    margin-top: 4.4270833333vw;
    width: 20.1041666667vw;
    height: 15vw;
  }
}
@media (max-width: 750px) {
  .main_illust01 {
    margin-left: -22.5333333333vw;
    margin-top: 33.2vw;
    width: 46.6666666667vw;
    height: 34.8vw;
  }
}
.main_illust01.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/********************************************
* top_main_sp
********************************************/
.top_main_sp {
  max-width: 100vw;
  margin-top: 8vw;
}
.top_main_sp .sub_catch_box {
  margin-bottom: 5.3333333333vw;
}
.top_main_sp .sub_catch_box .sub_catch {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.5;
}
.top_main_sp .sub_catch_box .sub_catch .line {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.top_main_sp .sub_catch_box .sub_catch .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.6666666667vw;
  z-index: -1;
  width: 100%;
  height: 1.3333333333vw;
  border-radius: 1.3333333333vw;
  background-color: #ffe100;
}
.top_main_sp .wave {
  line-height: 1;
  margin-bottom: 9.3333333333vw;
}
.top_main_sp .news_box .news_box_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top_main_sp .news_box .news_box_title_wrap .news_box_title {
  color: #00c8f5;
  font-size: 5.3333333333vw;
  line-height: 1.6;
}
.top_main_sp .news_box .news_box_title_wrap .more_text_btn a {
  color: #000;
}
.top_main_sp .news_box .ticker {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 16vw !important;
}
.top_main_sp .news_box .ticker .ticker_news_list {
  position: relative;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.top_main_sp .news_box .ticker .ticker_news_list li {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.top_main_sp .news_box .ticker .ticker_news_list li a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 2.9333333333vw 0;
}
.top_main_sp .news_box .ticker .ticker_news_list li a .date {
  line-height: 1.6;
}
.top_main_sp .news_box .ticker .ticker_news_list li a .title {
  display: block;
  line-height: 1.6;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/********************************************
* top_features
********************************************/
@media (max-width: 750px) {
  .top_features .section {
    padding-top: 13.3333333333vw;
  }
}
.top_features .title_h2_wrap {
  margin-bottom: 140px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .title_h2_wrap {
    margin-bottom: 10.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_features .title_h2_wrap {
    margin-bottom: 20vw;
  }
}
.top_features .onayami_block_wrap {
  position: relative;
  width: 550px;
  padding: 30px 0 25px;
  border-top: 2px solid #00c8f5;
  border-bottom: 2px solid #00c8f5;
  margin: 0 auto 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap {
    width: 42.3076923077vw;
    padding: 2.3076923077vw 0 1.9230769231vw;
    border-top: 0.1538461538vw solid #00c8f5;
    border-bottom: 0.1538461538vw solid #00c8f5;
    margin: 0 auto 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap {
    width: 100%;
    padding: 5.3333333333vw 0 4.6666666667vw;
    border-top: 0.5333333333vw solid #00c8f5;
    border-bottom: 0.5333333333vw solid #00c8f5;
    margin: 0 auto 6.6666666667vw;
  }
}
.top_features .onayami_block_wrap .onayami_title_wrap {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap .onayami_title_wrap {
    top: -1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap .onayami_title_wrap {
    top: -2.9333333333vw;
  }
}
.top_features .onayami_block_wrap .onayami_title_wrap .onayami_title {
  display: inline-block;
  color: #00c8f5;
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: bold;
  padding: 0 15px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap .onayami_title_wrap .onayami_title {
    font-size: 1.6923076923vw;
    padding: 0 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap .onayami_title_wrap .onayami_title {
    font-size: 4vw;
    padding: 0 2.6666666667vw;
  }
}
.top_features .onayami_block_wrap .onayami_block {
  width: 480px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap .onayami_block {
    width: 36.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap .onayami_block {
    width: 64vw;
  }
}
.top_features .onayami_block_wrap .onayami_block .onayami_list li {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap .onayami_block .onayami_list li {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap .onayami_block .onayami_list li {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin-bottom: 2vw;
  }
  .top_features .onayami_block_wrap .onayami_block .onayami_list li:last-child {
    margin-bottom: 0;
  }
}
.top_features .onayami_block_wrap .img3 {
  top: -110px;
  left: 0;
  right: 0;
  width: 81px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap .img3 {
    top: -8.4615384615vw;
    width: 6.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap .img3 {
    top: -16vw;
    width: 10.8vw;
  }
}
.top_features .onayami_block_wrap .img4 {
  top: 0;
  left: -127px;
  width: 114px;
  height: 160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap .img4 {
    left: -9.7692307692vw;
    width: 8.7692307692vw;
    height: 12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap .img4 {
    top: 9.3333333333vw;
    left: -4vw;
    width: 15.2vw;
    height: 21.3333333333vw;
  }
}
.top_features .onayami_block_wrap .img5 {
  top: 10px;
  right: -105px;
  width: 104px;
  height: 143px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .onayami_block_wrap .img5 {
    top: 0.7692307692vw;
    right: -8.0769230769vw;
    width: 8vw;
    height: 11vw;
  }
}
@media (max-width: 750px) {
  .top_features .onayami_block_wrap .img5 {
    top: 10.6666666667vw;
    right: -2.6666666667vw;
    width: 13.8666666667vw;
    height: 19.0666666667vw;
  }
}
.top_features .features_info {
  position: relative;
  padding-bottom: 70px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_info {
    padding-bottom: 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_info {
    padding-bottom: 17.3333333333vw;
  }
}
.top_features .features_info .text_large {
  line-height: 2.1111111111;
}
@media (min-width: 751px) {
  .top_features .features_info .text_large {
    text-align: center;
  }
}
.top_features .features_info .text_large:first-child {
  margin-top: 0;
}
.top_features .features_info .text_large + .text_large {
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_info .text_large + .text_large {
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_info .text_large + .text_large {
    margin-top: 4vw;
  }
}
.top_features .features_info .text_large .large1 {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_info .text_large .large1 {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_info .text_large .large1 {
    font-size: 3.7333333333vw;
  }
}
.top_features .features_info .text_large .large2 {
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_info .text_large .large2 {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_info .text_large .large2 {
    font-size: 4vw;
  }
}
.top_features .features_info .text_large .large3 {
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_info .text_large .large3 {
    font-size: 2vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_info .text_large .large3 {
    font-size: 4.5333333333vw;
  }
}
.top_features .features_info .text_large .link {
  font-weight: bold;
}
.top_features .features_info .img1 {
  bottom: 70px;
  left: 151px;
  width: 118px;
  height: 206px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_info .img1 {
    bottom: 5.3846153846vw;
    left: 11.6153846154vw;
    width: 9.0769230769vw;
    height: 15.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_info .img1 {
    bottom: -5.3333333333vw;
    left: -1.3333333333vw;
    width: 13.0666666667vw;
    height: auto;
  }
}
.top_features .features_info .img2 {
  bottom: 70px;
  left: 929px;
  width: 122px;
  height: 204px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_info .img2 {
    bottom: 5.3846153846vw;
    left: 71.4615384615vw;
    width: 9.3846153846vw;
    height: 15.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_info .img2 {
    bottom: -5.3333333333vw;
    left: auto;
    right: -1.3333333333vw;
    width: 13.3333333333vw;
    height: auto;
  }
}
.top_features .features_box {
  width: 1000px;
  margin: 80px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box {
    width: 76.9230769231vw;
    margin: 6.1538461538vw auto 0;
  }
}
@media (max-width: 750px) {
  .top_features .features_box {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
}
.top_features .features_box .features_block {
  position: relative;
  border: 3px solid #000;
  margin-top: 120px;
  border-radius: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block {
    border: 0.2307692308vw solid #000;
    margin-top: 9.2307692308vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block {
    border: 0.2666666667vw solid #000;
    margin-top: 18.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.top_features .features_box .features_block .features_title_wrap {
  position: relative;
  text-align: center;
  margin-top: -34px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap {
    margin-top: -2.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap {
    margin-top: -3.2vw;
  }
}
.top_features .features_box .features_block .features_title_wrap .balloon_wrap {
  position: absolute;
  z-index: 1;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .balloon_wrap {
    top: -3.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .balloon_wrap {
    top: -9.6vw;
  }
}
.top_features .features_box .features_block .features_title_wrap .balloon {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 3px 20px;
  border-radius: 38px;
  background-color: #ffe100;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .balloon {
    padding: 0.2307692308vw 1.5384615385vw;
    border-radius: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .balloon {
    padding: 0.5333333333vw 4vw;
    border-radius: 3.7333333333vw;
  }
}
.top_features .features_box .features_block .features_title_wrap .balloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #ffe100 transparent transparent transparent;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .balloon::after {
    bottom: -0.6153846154vw;
    border-width: 1.3846153846vw 0.6923076923vw 0 0.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .balloon::after {
    bottom: -1.4666666667vw;
    border-width: 3.2vw 1.6vw 0 1.6vw;
  }
}
.top_features .features_box .features_block .features_title_wrap .features_title {
  position: relative;
  display: inline-block;
  color: #00c8f5;
  font-size: 26px;
  font-weight: bold;
  padding: 0 44px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .features_title {
    font-size: 2vw;
    padding: 0 3.3846153846vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title {
    font-size: 4.2666666667vw;
    padding: 0 2vw;
    margin-bottom: 4vw;
    line-height: 1.25;
  }
}
.top_features .features_box .features_block .features_title_wrap .features_title::before, .top_features .features_box .features_block .features_title_wrap .features_title::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 38px;
  height: 2px;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .features_title::before, .top_features .features_box .features_block .features_title_wrap .features_title::after {
    top: 1.9230769231vw;
    width: 2.9230769231vw;
    height: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title::before, .top_features .features_box .features_block .features_title_wrap .features_title::after {
    content: none;
    top: 3.3333333333vw;
    width: 5.0666666667vw;
    height: 0.2666666667vw;
  }
}
.top_features .features_box .features_block .features_title_wrap .features_title::before {
  left: 6px;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .features_title::before {
    left: 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title::before {
    left: 0.8vw;
  }
}
.top_features .features_box .features_block .features_title_wrap .features_title::after {
  right: 6px;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .features_title::after {
    right: 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title::after {
    right: 0.8vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title.line2 {
    line-height: 1.4;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title.line2::before, .top_features .features_box .features_block .features_title_wrap .features_title.line2::after {
    top: 5.3333333333vw;
    width: 10.1333333333vw;
    height: 0.2666666667vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title.line2::before {
    left: -1.0666666667vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_title.line2::after {
    right: -1.0666666667vw;
  }
}
.top_features .features_box .features_block .features_title_wrap .features_sub_title {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_title_wrap .features_sub_title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_title_wrap .features_sub_title {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.top_features .features_box .features_block .features_block_inner {
  width: 800px;
  padding: 10px 0 40px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_block_inner {
    width: 61.5384615385vw;
    padding: 0.7692307692vw 0 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_block_inner {
    width: 100%;
    padding: 4vw 5.3333333333vw 8vw;
  }
}
.top_features .features_box .features_block .features_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_list {
    display: block;
  }
}
.top_features .features_box .features_block .features_list li {
  width: 240px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_list li {
    width: 18.4615384615vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_list li {
    width: 74.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.top_features .features_box .features_block .features_list li .img {
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_list li .img {
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_list li .img {
    margin-bottom: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .top_features .features_box .features_block .features_list li .img .img_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 180px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_list li .img .img_inner {
    height: 13.8461538462vw;
  }
}
.top_features .features_box .features_block .features_list li .img .img_inner .caption {
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .features_list li .img .img_inner .caption {
    margin-top: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_list li .img .img_inner .caption {
    text-align: center;
    margin-top: 2vw;
  }
}
.top_features .features_box .features_block .features_list li .caption {
  line-height: 1.5;
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_list li .caption {
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .features_list li:last-child {
    margin-bottom: 0;
  }
}
.top_features .features_box .features_block .img6 {
  z-index: 1;
  top: -62px;
  left: -52px;
  width: 138px;
  height: 157px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .features_box .features_block .img6 {
    top: -4.7692307692vw;
    left: -4vw;
    width: 10.6153846154vw;
    height: 12.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_features .features_box .features_block .img6 {
    top: -12.2666666667vw;
    left: -6.6666666667vw;
    width: 18.4vw;
    height: 20.9333333333vw;
  }
}
.top_features .wave {
  line-height: 1;
}
.top_features .wave .wave_text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_features .wave .wave_text {
    font-size: 1.5384615385vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_features .wave .wave_text {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    line-height: 1.6;
  }
}

/********************************************
* top_works
********************************************/
.top_works {
  background-color: #00c8f5;
}
.top_works .sec_inner {
  max-width: 1200px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .sec_inner {
    max-width: 92.3076923077vw;
  }
}
.top_works .slide_box {
  position: relative;
}
.top_works .slide_arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .slide_arrow {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    border-radius: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_works .slide_arrow {
    top: 23.3333333333vw;
    bottom: auto;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.top_works .slide_arrow .icon_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .slide_arrow .icon_arrow {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_works .slide_arrow .icon_arrow {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.top_works .slide_arrow .icon_arrow svg {
  width: 12px;
  height: 22px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .slide_arrow .icon_arrow svg {
    width: 0.9230769231vw;
    height: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_works .slide_arrow .icon_arrow svg {
    width: 1.6vw;
    height: 2.9333333333vw;
  }
}
.top_works .slide_arrow .icon_arrow svg path {
  fill: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_works .slide_arrow:hover {
  background-color: #ffe100;
}
.top_works .slide_arrow:hover .icon_arrow svg path {
  fill: #000;
}
.top_works .prev_arrow {
  left: -100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .prev_arrow {
    left: -7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_works .prev_arrow {
    left: 0;
  }
}
.top_works .prev_arrow .icon_arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top_works .next_arrow {
  right: -100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .next_arrow {
    right: -7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_works .next_arrow {
    right: 0;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner {
    display: block;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box {
  position: relative;
  width: 500px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box {
    width: 38.4615384615vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box {
    width: 66.6666666667vw;
    margin: 0 auto;
    padding-right: 1.3333333333vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 512px;
  height: 412px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .frame {
    width: 39.3846153846vw;
    height: 31.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .frame {
    left: 0;
    right: 0;
    width: 68.2666666667vw;
    height: 54.9333333333vw;
    margin: 0 auto;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .frame path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .img {
  width: 498px;
  height: 398px;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .img {
    width: 38.3076923077vw;
    height: 30.6153846154vw;
    margin-top: 0.0769230769vw;
    margin-left: 0.0769230769vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .img {
    width: 66.4vw;
    height: 53.0666666667vw;
    margin-top: 0.1333333333vw;
    margin-left: 0.1333333333vw;
    border-radius: 1.3333333333vw;
    margin: 0 auto;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon {
    right: 0.7692307692vw;
    bottom: 0.7692307692vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::after, .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::after, .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::before {
    border-radius: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::after, .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::before {
    border-radius: 0.2666666667vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::before {
  width: 2px;
  height: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::before {
    width: 0.1538461538vw;
    height: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::before {
    width: 0.2666666667vw;
    height: 2vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::after {
  width: 15px;
  height: 2px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::after {
    width: 1.1538461538vw;
    height: 0.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .img_box .icon::after {
    width: 2vw;
    height: 0.2666666667vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner a:hover .img_box .frame path {
  fill: #ffe100;
}
.top_works .works_slider .works_slider_item .works_slider_item_inner a:hover .img_box .icon {
  background-color: #ffe100;
}
.top_works .works_slider .works_slider_item .works_slider_item_inner a:hover .img_box .icon::before, .top_works .works_slider .works_slider_item .works_slider_item_inner a:hover .img_box .icon::after {
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info {
  width: 550px;
}
@media (min-width: 751px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: 404px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info {
    width: 42.3076923077vw;
    min-height: 31.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 20px;
  margin-bottom: 15px;
  border-radius: 30px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .category {
    font-size: 1.0769230769vw;
    padding: 0.0769230769vw 1.5384615385vw;
    margin-bottom: 1.1538461538vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .category {
    font-size: 2.9333333333vw;
    padding: 0.1333333333vw 2.6666666667vw;
    margin-bottom: 2vw;
    border-radius: 4vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .client {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .client {
    font-size: 1.6923076923vw;
    padding-bottom: 1.9230769231vw;
    margin-bottom: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .client {
    font-size: 3.7333333333vw;
    padding-bottom: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .client::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .client::after {
    width: 7.6923076923vw;
    height: 0.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .client::after {
    width: 20vw;
    height: 0.2666666667vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .option {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .option {
    font-size: 3.4666666667vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .option dt {
  white-space: nowrap;
  line-height: 1.7777777778;
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .option dd {
  line-height: 1.7777777778;
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_address dt {
  letter-spacing: 0.25em;
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_address dd {
  margin-left: -4px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_address dd {
    margin-left: -0.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_address dd {
    margin-left: -0.5333333333vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_industry dt {
  letter-spacing: 0.67em;
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_industry dd {
  margin-left: -11px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_industry dd {
    margin-left: -0.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .option.client_industry dd {
    margin-left: -1.4666666667vw;
  }
}
@media (min-width: 751px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .more_btn_wrap {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .more_btn_wrap {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_works .works_slider .works_slider_item .works_slider_item_inner .info .more_btn_wrap {
    margin-top: 5.3333333333vw;
  }
}
.top_works .works_slider .works_slider_item .works_slider_item_inner .info .more_btn_wrap a:hover {
  color: #fff;
  background-color: #c1272d;
}

/********************************************
* top_voice
********************************************/
.top_voice .voice_box .article_list .article_block a {
  text-align: center;
}
@media (max-width: 750px) {
  .top_voice .voice_box .article_list .article_block a .title {
    font-size: 2.6666666667vw;
  }
}

/********************************************
* top_flow
********************************************/
.top_flow .step_block_list .step_block {
  width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block {
    width: 72.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block {
    width: 100%;
  }
}
.top_flow .step_block_list .step_block:first-child {
  margin-top: 0;
}
.top_flow .step_block_list .step_block:last-child .num_wrap::after {
  content: none;
}
.top_flow .step_block_list .step_block:last-child .info_box_wrap {
  margin-bottom: 0;
}
.top_flow .step_block_list .step_block .num_wrap {
  position: relative;
  z-index: 0;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .num_wrap {
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .num_wrap {
    margin-right: 2.6666666667vw;
  }
}
.top_flow .step_block_list .step_block .num_wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .num_wrap::after {
    width: 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .num_wrap::after {
    width: 0.5333333333vw;
  }
}
.top_flow .step_block_list .step_block .num_wrap .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  color: #000;
  font-family: "Oswald", "Noto Sans JP", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 40px;
  line-height: 1;
  border: 3px solid #000;
  border-radius: 100px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .num_wrap .num {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    font-size: 3.0769230769vw;
    border: 0.2307692308vw solid #000;
    border-radius: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .num_wrap .num {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 5.3333333333vw;
    border: 0.5333333333vw solid #000;
    border-radius: 13.3333333333vw;
  }
}
.top_flow .step_block_list .step_block .info_box_wrap {
  position: relative;
  width: 100%;
  margin: 24px 0 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .info_box_wrap {
    margin: 1.8461538462vw 0 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap {
    margin: 2.9333333333vw 0 8vw;
  }
}
.top_flow .step_block_list .step_block .info_box_wrap.open .info_title:before,
.top_flow .step_block_list .step_block .info_box_wrap.open .info_title:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.top_flow .step_block_list .step_block .info_box_wrap .info_title {
  cursor: pointer;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_title {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_title {
    font-size: 4.2666666667vw;
  }
}
.top_flow .step_block_list .step_block .info_box_wrap .info_title:before, .top_flow .step_block_list .step_block .info_box_wrap .info_title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top_flow .step_block_list .step_block .info_box_wrap .info_title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_title:before {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_title:before {
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
  }
}
.top_flow .step_block_list .step_block .info_box_wrap .info_title:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 11px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: 8px 14px;
  background-image: url(../../images/aircon/common/icon_arrow.svg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_title:after {
    width: 0.6153846154vw;
    height: 1.0769230769vw;
    right: 0.8461538462vw;
    background-size: 0.6153846154vw 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_title:after {
    width: 1.0666666667vw;
    height: 1.8666666667vw;
    right: 1.4666666667vw;
    background-size: 1.0666666667vw 1.8666666667vw;
  }
}
.top_flow .step_block_list .step_block .info_box_wrap .info_title:hover {
  color: #666;
  border-color: #ffe100;
}
.top_flow .step_block_list .step_block .info_box_wrap .info_title:hover:before {
  background-color: #ffe100;
}
.top_flow .step_block_list .step_block .info_box_wrap .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_box {
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_box {
    position: relative;
    display: block;
    margin-top: 4vw;
    padding-bottom: 10.6666666667vw;
  }
}
.top_flow .step_block_list .step_block .info_box_wrap .info_box .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_box .info {
    margin-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_box .info {
    margin-right: 4vw;
  }
}
.top_flow .step_block_list .step_block .info_box_wrap .info_box .info .text_large {
  width: 600px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_box .info .text_large {
    width: 46.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_box .info .text_large {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block .info_box_wrap .info_box .img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .info {
  margin-right: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .info {
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .info {
    margin-right: 0;
  }
}
.top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .info .text_large {
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .info .text_large {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .info .text_large {
    margin-bottom: 2.6666666667vw;
  }
}
.top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .img {
  width: 200px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .img {
    width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block.step1 .info_box_wrap .info_box .img {
    width: 22.6666666667vw;
    bottom: -9.3333333333vw;
  }
}
.top_flow .step_block_list .step_block.step2 .info_box .img {
  width: 134px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block.step2 .info_box .img {
    width: 10.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block.step2 .info_box .img {
    width: 15.2vw;
  }
}
.top_flow .step_block_list .step_block.step3 .info_box .img {
  width: 131px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block.step3 .info_box .img {
    width: 10.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block.step3 .info_box .img {
    width: 14.8vw;
    bottom: 0;
  }
}
@media (min-width: 751px) {
  .top_flow .step_block_list .step_block.step4 .info_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_flow .step_block_list .step_block.step4 .info_box .img {
  width: 146px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block.step4 .info_box .img {
    width: 11.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block.step4 .info_box .img {
    width: 16.8vw;
    bottom: 0;
  }
}
.top_flow .step_block_list .step_block.step5 .info_box .img {
  width: 128px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_flow .step_block_list .step_block.step5 .info_box .img {
    width: 9.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_flow .step_block_list .step_block.step5 .info_box .img {
    width: 14.4vw;
    bottom: 0;
  }
}

/********************************************
* top_movie
********************************************/
.top_movie {
  background-color: #f4f4f4;
  /* cursor-pointer */
}
.top_movie .movie_title_wrap {
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_movie .movie_title_wrap {
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_movie .movie_title_wrap {
    margin-bottom: 4.6666666667vw;
  }
}
.top_movie .movie_title_wrap .movie_title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_movie .movie_title_wrap .movie_title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_movie .movie_title_wrap .movie_title {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.top_movie .movie_title_wrap .channel_link {
  text-align: center;
}
@media (min-width: 751px) {
  .top_movie #slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_movie #slide li {
  width: 480px;
  margin: 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_movie #slide li {
    width: 36.9230769231vw;
    margin: 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_movie #slide li {
    width: 66.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
  .top_movie #slide li:first-child {
    margin-top: 0;
  }
}
.top_movie #slide li img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 480px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_movie #slide li img {
    width: 36.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_movie #slide li img {
    width: 66.6666666667vw;
  }
}
@media (min-width: 751px) {
  .top_movie #slide li:hover a img {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
  }
}
@media (min-width: 751px) {
  .top_movie .cursor-pointer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 10000;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    width: 120px;
    border-radius: 120px;
    background-color: #ffe100;
    margin: -60px 0 0 -60px;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    pointer-events: none;
  }
  .top_movie .cursor-pointer .text {
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
  }
  .top_movie .cursor-pointer.is-active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .top_movie .cursor-none {
    cursor: none;
  }
}
@media (max-width: 750px) {
  .top_movie .cursor-pointer {
    display: none;
  }
}

/********************************************
* top_price
********************************************/
.top_price .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .sec_inner {
    max-width: 84.6153846154vw;
  }
}
.top_price .accordion {
  position: relative;
}
.top_price .accordion .img1 {
  z-index: 0;
  right: 200px;
  width: 135px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .accordion .img1 {
    right: 15.3846153846vw;
    width: 10.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_price .accordion .img1 {
    right: 4vw;
    width: 18vw;
  }
}
.top_price .qa_item_list .qa_item {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .qa_item_list .qa_item {
    width: 61.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .qa_item_list .qa_item {
    width: 100%;
  }
}
.top_price .qa_item_list .qa_item .qa_item_inner {
  padding-top: 70px;
}
@media (min-width: 751px) {
  .top_price .qa_item_list .qa_item .qa_item_inner {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .qa_item_list .qa_item .qa_item_inner {
    padding-top: 5.3846153846vw;
    padding-left: 2.8461538462vw;
    padding-right: 2.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_price .qa_item_list .qa_item .qa_item_inner {
    padding-top: 12vw;
  }
}
.top_price .price_block_list .price_block {
  padding-top: 40px;
  border-top: 1px dashed #000;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_block_list .price_block {
    padding-top: 3.0769230769vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_block_list .price_block {
    padding-top: 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.top_price .price_block_list .price_block:first-child {
  padding-top: 0;
  border: none;
  margin-top: 0;
}
.top_price .price_block_list .price_block .thanks_title {
  text-align: center;
  color: #c1272d;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_block_list .price_block .thanks_title {
    font-size: 2vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_block_list .price_block .thanks_title {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top_price .price_block_list .price_block2 {
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_block_list .price_block2 {
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_block_list .price_block2 {
    margin-top: 5.3333333333vw;
  }
}
.top_price .price_block_list .price_block2:first-child {
  margin-top: 0;
}
.top_price .disc_title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 21px;
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_title {
    font-size: 1.5384615385vw;
    padding-left: 1.6153846154vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_title {
    font-size: 3.7333333333vw;
    padding-left: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top_price .disc_title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_title::before {
    top: 0.6153846154vw;
    width: 1.0769230769vw;
    height: 1.0769230769vw;
    border-radius: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_title::before {
    top: 1.4666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.top_price .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .img_list {
    margin-bottom: 1.5384615385vw;
    -webkit-column-gap: 0.6153846154vw;
       -moz-column-gap: 0.6153846154vw;
            column-gap: 0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_price .img_list {
    margin-bottom: 3.3333333333vw;
    -webkit-column-gap: 1.3333333333vw;
       -moz-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
  }
}
.top_price .img_list li {
  width: 174px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .img_list li {
    width: 13.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_price .img_list li {
    width: 36vw;
    margin-top: 2.6666666667vw;
  }
  .top_price .img_list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.top_price .disc_dl {
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl {
    margin-bottom: 3.3333333333vw;
  }
}
.top_price .disc_dl dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 21px;
  margin-top: 8px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl dl {
    padding-left: 1.6153846154vw;
    margin-top: 0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl dl {
    padding-left: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}
.top_price .disc_dl dl:first-child {
  margin-top: 0;
}
.top_price .disc_dl dl::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #ffe100;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl dl::before {
    top: 0.6153846154vw;
    left: 0;
    width: 1.0769230769vw;
    height: 1.0769230769vw;
    border-radius: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl dl::before {
    top: 1.4666666667vw;
    left: 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.top_price .disc_dl dt {
  position: relative;
  width: 90px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl dt {
    width: 6.9230769231vw;
    font-size: 1.5384615385vw;
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl dt {
    width: 17.3333333333vw;
    font-size: 3.7333333333vw;
    margin-right: 3.3333333333vw;
  }
}
.top_price .disc_dl dt::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 20px;
  margin: auto 0;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl dt::after {
    top: 0.3846153846vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl dt::after {
    top: 0.6666666667vw;
    height: 4vw;
  }
}
.top_price .disc_dl dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl dd {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl dd {
    font-size: 3.7333333333vw;
  }
}
.top_price .disc_dl2 dl {
  padding: 15px 0;
  border-top: 1px dashed #000;
}
@media (min-width: 751px) {
  .top_price .disc_dl2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl2 dl {
    padding: 1.1538461538vw 0;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl2 dl {
    padding: 3.3333333333vw 0;
  }
}
.top_price .disc_dl2 dl:first-child {
  padding-top: 0;
  border: none;
}
.top_price .disc_dl2 dl:last-child {
  border-bottom: 1px dashed #000;
}
.top_price .disc_dl2 dt {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 21px;
  margin-right: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl2 dt {
    display: block;
    font-size: 1.5384615385vw;
    padding-left: 1.6153846154vw;
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl2 dt {
    font-size: 3.7333333333vw;
    padding-left: 3.7333333333vw;
    margin-right: 0;
    margin-bottom: 1.3333333333vw;
  }
}
.top_price .disc_dl2 dt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl2 dt::before {
    top: 0.6153846154vw;
    width: 1.0769230769vw;
    height: 1.0769230769vw;
    border-radius: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl2 dt::before {
    top: 1.4666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.top_price .disc_dl2 dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl2 dd {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl2 dd {
    display: block;
    font-size: 3.7333333333vw;
    margin-left: 1em;
  }
}
.top_price .disc_dl2 dd.caption {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  padding-left: 21px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .disc_dl2 dd.caption {
    font-size: 1.2307692308vw;
    padding-left: 1.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_price .disc_dl2 dd.caption {
    font-size: 3.2vw;
    padding-left: 0;
  }
}
.top_price .price_content1 .text_wrap {
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content1 .text_wrap {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content1 .text_wrap {
    margin-bottom: 5.3333333333vw;
  }
}
.top_price .price_content1 .text_wrap .text {
  line-height: 2.1111111111;
  margin-top: 15px;
}
@media (min-width: 751px) {
  .top_price .price_content1 .text_wrap .text {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content1 .text_wrap .text {
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content1 .text_wrap .text {
    margin-top: 2.6666666667vw;
  }
}
.top_price .price_content1 .text_wrap .text:first-child {
  margin-top: 0;
}
.top_price .price_content1 .disc_dl {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .top_price .price_content1 .disc_dl dl {
    display: block;
  }
}
.top_price .price_content1 .disc_dl dl dt.size2 {
  width: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content1 .disc_dl dl dt.size2 {
    width: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content1 .disc_dl dl dt.size2 {
    width: 100%;
    margin: 0;
  }
  .top_price .price_content1 .disc_dl dl dt.size2::after {
    content: none;
  }
}
.top_price .price_content1 .disc_dl dl dt.size3 {
  width: 300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content1 .disc_dl dl dt.size3 {
    width: 23.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content1 .disc_dl dl dt.size3 {
    width: 100%;
    margin: 0;
  }
  .top_price .price_content1 .disc_dl dl dt.size3::after {
    content: none;
  }
}
.top_price .price_content2 .text {
  line-height: 2.1111111111;
  margin-top: 15px;
}
@media (min-width: 751px) {
  .top_price .price_content2 .text {
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .text {
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .text {
    margin-top: 2.6666666667vw;
  }
}
.top_price .price_content2 .text:first-child {
  margin-top: 0;
}
.top_price .price_content2 .text .link {
  font-weight: bold;
}
.top_price .price_content2 .large1 {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .large1 {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .large1 {
    font-size: 3.7333333333vw;
  }
}
.top_price .price_content2 .large2 {
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .large2 {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .large2 {
    font-size: 4vw;
  }
}
.top_price .price_content2 .campaign_list .campaign_block {
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .campaign_list .campaign_block {
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .campaign_list .campaign_block {
    margin-top: 2.6666666667vw;
  }
}
.top_price .price_content2 .campaign_list .campaign_block dt {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .campaign_list .campaign_block dt {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .campaign_list .campaign_block dt {
    font-size: 3.7333333333vw;
  }
}
.top_price .price_content2 .campaign_list .campaign_block dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_price .price_content2 .campaign_list .campaign_block dd .text {
  text-align: left;
}
.top_price .price_content2 .campaign_list .campaign_block dd .large1 {
  line-height: 1;
}
.top_price .price_content2 .campaign_list .campaign_block .price_block_list .price_block {
  margin-top: 0;
  border: none;
}
.top_price .price_content2 .campaign_list .campaign_period {
  width: 690px;
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .campaign_list .campaign_period {
    width: 53.0769230769vw;
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .campaign_list .campaign_period {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.top_price .price_content2 .campaign_list .line_btn {
  width: 340px;
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .campaign_list .line_btn {
    width: 26.1538461538vw;
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .campaign_list .line_btn {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.top_price .price_content2 .campaign_list .line_btn a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_price .price_content2 .campaign_list .line_btn a:hover {
  opacity: 0.7;
}
.top_price .price_content2 .img_list {
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .img_list {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .img_list {
    margin-bottom: 4vw;
  }
}
.top_price .price_content2 .attention_list li {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .attention_list li {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .attention_list li {
    font-size: 3.2vw;
  }
}
.top_price .price_content2 .disc_title {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .disc_title {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .disc_title {
    margin-top: 2.6666666667vw;
  }
}
.top_price .price_content2 .disc_dl {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .top_price .price_content2 .disc_dl dl {
    display: block;
  }
}
.top_price .price_content2 .disc_dl dl dt.size2 {
  width: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .disc_dl dl dt.size2 {
    width: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .disc_dl dl dt.size2 {
    width: 100%;
    margin: 0;
  }
  .top_price .price_content2 .disc_dl dl dt.size2::after {
    content: none;
  }
}
.top_price .price_content2 .disc_dl dl dt.size3 {
  width: 300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .disc_dl dl dt.size3 {
    width: 23.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .disc_dl dl dt.size3 {
    width: 100%;
    margin: 0;
  }
  .top_price .price_content2 .disc_dl dl dt.size3::after {
    content: none;
  }
}
.top_price .price_content2 .calculation_block {
  text-align: center;
  padding: 13px 15px;
  border: 2px solid #c1272d;
  margin: 40px 0 20px;
  border-radius: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .calculation_block {
    padding: 1vw 1.1538461538vw;
    border: 0.1538461538vw solid #c1272d;
    margin: 3.0769230769vw 0 1.5384615385vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .calculation_block {
    padding: 2.4vw 2.6666666667vw;
    border: 0.5333333333vw solid #c1272d;
    margin: 5.3333333333vw 0 4vw;
    border-radius: 0.6666666667vw;
  }
}
.top_price .price_content2 .calculation_block .calculation_catch {
  color: #c1272d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .calculation_block .calculation_catch {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .calculation_block .calculation_catch {
    font-size: 3.7333333333vw;
  }
}
.top_price .price_content2 .calculation_block .caption {
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content2 .calculation_block .caption {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content2 .calculation_block .caption {
    font-size: 3.2vw;
  }
}
.top_price .price_content4 .disc_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content4 .disc_title {
    font-size: 1.3846153846vw;
    margin-bottom: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content4 .disc_title {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top_price .price_content4 .disc_title::before {
  top: 7px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_price .price_content4 .disc_title::before {
    top: 0.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_price .price_content4 .disc_title::before {
    top: 1.2vw;
  }
}
.top_price .price_content4 .attention_list,
.top_price .price_content4 .disc_list {
  margin-left: 1.3em;
}
.top_price .price_content4 .attention_list li,
.top_price .price_content4 .disc_list li {
  line-height: 1.625;
}

/********************************************
* top_necessity
********************************************/
.top_necessity .sec_inner {
  max-width: 1100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .sec_inner {
    max-width: 84.6153846154vw;
  }
}
.top_necessity .balloon_title_wrap .balloon_title {
  color: #c1272d;
  font-size: 28px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .balloon_title_wrap .balloon_title {
    font-size: 2.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .balloon_title_wrap .balloon_title {
    font-size: 4.2666666667vw;
  }
}
.top_necessity .necessity_block_list .necessity_block {
  margin-top: 70px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block {
    margin-top: 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block {
    margin-top: 9.3333333333vw;
  }
}
.top_necessity .necessity_block_list .necessity_block:first-child {
  margin-top: 0;
}
@media (min-width: 751px) {
  .top_necessity .necessity_block_list .necessity_block:last-child .info_box {
    padding-bottom: 50px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block:last-child .info_box {
    padding-bottom: 3.8461538462vw;
  }
}
.top_necessity .necessity_block_list .necessity_block:last-child .info_box .after_wrap {
  text-align: left;
}
.top_necessity .necessity_block_list .necessity_block:last-child .info_box .after_wrap .attention {
  text-align: right;
}
.top_necessity .necessity_block_list .necessity_block:last-child .img_box .img {
  margin-left: auto;
}
@media (min-width: 751px) {
  .top_necessity .necessity_block_list .necessity_block:last-child .img_box .img {
    width: 584px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block:last-child .img_box .img {
    width: 44.9230769231vw;
  }
}
.top_necessity .necessity_block_list .necessity_block .info_box {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 751px) {
  .top_necessity .necessity_block_list .necessity_block .info_box {
    margin-top: -16px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block .info_box {
    width: 28.4615384615vw;
    margin-top: -1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block .info_box {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.top_necessity .necessity_block_list .necessity_block .info_box .title {
  color: #00c8f5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .title {
    font-size: 1.8461538462vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .title {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top_necessity .necessity_block_list .necessity_block .info_box .text {
  line-height: 1.625;
}
.top_necessity .necessity_block_list .necessity_block .info_box .after_wrap {
  text-align: right;
  margin-top: auto;
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .after_wrap {
    margin-top: 2.6666666667vw;
    text-align: left;
  }
}
.top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
  padding-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after {
    font-size: 1.3846153846vw;
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after {
    font-size: 3.4666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after .icon_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  position: absolute;
  top: 7px;
  margin: 0 auto;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #00c8f5;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after .icon_arrow {
    width: 1.3846153846vw;
    height: 1.3846153846vw;
    border-radius: 1.3846153846vw;
    top: 0.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after .icon_arrow {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-radius: 3.4666666667vw;
    top: 1.2vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after .icon_arrow svg {
  width: 6px;
  height: 9px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after .icon_arrow svg {
    width: 0.4615384615vw;
    height: 0.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after .icon_arrow svg {
    width: 1.3333333333vw;
    height: 1.8666666667vw;
    margin-left: 0.1333333333vw;
  }
}
.top_necessity .necessity_block_list .necessity_block .info_box .after_wrap .after .icon_arrow svg path {
  fill: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top_necessity .necessity_block_list .necessity_block .img_box {
  width: 610px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_necessity .necessity_block_list .necessity_block .img_box {
    width: 46.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_necessity .necessity_block_list .necessity_block .img_box {
    width: 100%;
  }
}

/********************************************
* top_faq
********************************************/
.top_faq .sec_inner {
  max-width: 900px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .sec_inner {
    max-width: 69.2307692308vw;
  }
}
.top_faq .qa_item_list .qa_item {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_item_list .qa_item {
    width: 61.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_item_list .qa_item {
    width: 100%;
  }
}
.top_faq .qa_item_list .qa_item .qa_item_inner {
  padding-top: 70px;
}
@media (min-width: 751px) {
  .top_faq .qa_item_list .qa_item .qa_item_inner {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_item_list .qa_item .qa_item_inner {
    padding-top: 5.3846153846vw;
    padding-left: 2.8461538462vw;
    padding-right: 2.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_item_list .qa_item .qa_item_inner {
    padding-top: 12vw;
  }
}
.top_faq .qa_item_list .qa_item .red {
  font-weight: 500;
}
.top_faq .qa_item_list .qa_item.qa_item1 .link {
  font-weight: bold;
}
.top_faq .qa_block .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .title {
    font-size: 4vw;
  }
}
.top_faq .qa_block .text_large {
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (max-width: 750px) {
  .top_faq .qa_block .text_large {
    font-size: 3.2vw;
  }
}
.top_faq .qa_block .text_large + .title {
  margin-top: 2em;
}
.top_faq .qa_block .disc_list {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .disc_list {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .disc_list {
    font-size: 3.7333333333vw;
  }
}
.top_faq .qa_block .disc_list + .title {
  margin-top: 2em;
}
.top_faq .qa_block .num_list {
  padding-left: 1.6em;
}
@media (max-width: 750px) {
  .top_faq .qa_block .num_list {
    padding-left: 1.4em;
  }
}
.top_faq .qa_block .num_list li {
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .num_list li {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .num_list li {
    font-size: 3.7333333333vw;
  }
}
.top_faq .qa_block .info_box {
  width: 450px;
}
@media (min-width: 751px) {
  .top_faq .qa_block .info_box {
    margin-top: -8px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .info_box {
    width: 34.6153846154vw;
    margin-top: -0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .info_box {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.top_faq .qa_block .img_box {
  width: 240px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .img_box {
    width: 18.4615384615vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .img_box {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .img_box .img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_faq .qa_block .img_box .img_list li {
  margin-top: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .img_box .img_list li {
    margin-top: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .img_box .img_list li {
    margin-top: 2.6666666667vw;
    width: 36vw;
  }
}
.top_faq .qa_block .img_box .img_list li:first-child {
  margin-top: 0;
}
@media (max-width: 750px) {
  .top_faq .qa_block .img_box .img_list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.top_faq .qa_block .contact_box_wrap {
  margin-top: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .contact_box_wrap {
    margin-top: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .contact_box_wrap {
    margin-top: 4.6666666667vw;
  }
}
.top_faq .qa_block .contact_box_wrap .contact_box {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .top_faq .qa_block .contact_box_wrap .contact_box {
    text-align: left;
  }
}
.top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a {
  background-color: #ffe100;
}
@media (min-width: 751px) {
  .top_faq .qa_block .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) {
  .top_faq .qa_block .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) {
  .top_faq .qa_block .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;
  }
}
@media (min-width: 751px) {
  .top_faq .qa_block .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) {
  .top_faq .qa_block .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) {
  .top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a .icon {
    width: 6.4vw;
    height: 4.2666666667vw;
  }
}
@media (min-width: 751px) {
  .top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 36px;
    height: 24px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 2.7692307692vw;
    height: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a .icon svg {
    width: 6.4vw;
    height: 4.2666666667vw;
  }
}
.top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a:hover {
  color: #fff;
  background-color: #00c8f5;
}
.top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a:hover .cls-1 {
  fill: #fff;
}
.top_faq .qa_block .contact_box_wrap .contact_box .contact_btn a:hover .cls-2 {
  stroke: #fff;
}
.top_faq .qa_item3 .qa_block {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_item3 .qa_block {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_item3 .qa_block {
    margin-top: 2.6666666667vw;
  }
}
.top_faq .qa_item3 .qa_block:first-child {
  margin-top: 0;
}
.top_faq .qa_item3 .qa_block .info_box {
  width: 230px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_item3 .qa_block .info_box {
    width: 17.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_item3 .qa_block .info_box {
    width: 100%;
  }
}
.top_faq .qa_item3 .qa_block .img_box {
  width: 490px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_item3 .qa_block .img_box {
    width: 37.6923076923vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_item3 .qa_block .img_box {
    width: 100%;
  }
}
.top_faq .qa_item3 .qa_block .img_box .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_faq .qa_item3 .qa_block .img_box .img_list li {
  width: 240px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_faq .qa_item3 .qa_block .img_box .img_list li {
    width: 18.4615384615vw;
  }
}
@media (max-width: 750px) {
  .top_faq .qa_item3 .qa_block .img_box .img_list li {
    width: 36vw;
  }
}
.top_faq .qa_item3 .qa_block .img_box .img_list li:nth-child(-n+2) {
  margin-top: 0;
}

/********************************************
* top_corporate
********************************************/
.top_corporate .corporate_block1 {
  position: relative;
  border-radius: 10px;
  padding: 90px 95px;
  margin-bottom: 80px;
  background-color: #e5f9fe;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block1 {
    border-radius: 0.7692307692vw;
    padding: 6.9230769231vw 7.3076923077vw;
    margin-bottom: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 {
    border-radius: 1.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.top_corporate .corporate_block1 .illust1 {
  left: 100px;
  width: 133px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block1 .illust1 {
    left: 7.6923076923vw;
    width: 10.2307692308vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .illust1 {
    left: 0;
    width: 17.7333333333vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .title_wrap {
    text-align: center;
  }
}
.top_corporate .corporate_block1 .title_wrap .title {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block1 .title_wrap .title {
    font-size: 1.6923076923vw;
    padding-bottom: 1.5384615385vw;
    border-bottom: 0.1538461538vw solid #000;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .title_wrap .title {
    font-size: 4vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.5333333333vw solid #000;
    margin-bottom: 5.3333333333vw;
  }
}
.top_corporate .corporate_block1 .corporate_block1_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .corporate_block1_inner {
    display: block;
  }
}
.top_corporate .corporate_block1 .corporate_block1_inner .info {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_corporate .corporate_block1 .corporate_block1_inner .info .text_large {
  line-height: 2.1111111111;
}
.top_corporate .corporate_block1 .corporate_block1_inner .info .text_large + .text_large {
  margin-top: 1em;
}
.top_corporate .corporate_block1 .corporate_block1_inner .info .text_large + .text_large:first-child {
  margin-top: 0;
}
.top_corporate .corporate_block1 .corporate_block1_inner .img_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box {
    width: 23.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.top_corporate .corporate_block1 .corporate_block1_inner .img_box .img {
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box .img {
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box .img {
    width: 40vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.top_corporate .corporate_block1 .corporate_block1_inner .img_box .name_wrap {
  text-align: center;
}
.top_corporate .corporate_block1 .corporate_block1_inner .img_box .name_wrap .position {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box .name_wrap .position {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box .name_wrap .position {
    font-size: 3.2vw;
  }
}
.top_corporate .corporate_block1 .corporate_block1_inner .img_box .name_wrap .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box .name_wrap .name {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block1 .corporate_block1_inner .img_box .name_wrap .name {
    font-size: 3.7333333333vw;
  }
}
.top_corporate .corporate_block2 {
  margin-bottom: 80px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block2 {
    margin-bottom: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block2 {
    margin-bottom: 10.6666666667vw;
  }
}
.top_corporate .corporate_block2 .local_contents {
  width: 1000px;
  margin: 0 auto 80px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block2 .local_contents {
    width: 76.9230769231vw;
    margin: 0 auto 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block2 .local_contents {
    width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
}
.top_corporate .corporate_block2 .local_block {
  margin-top: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block2 .local_block {
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block2 .local_block {
    margin-top: 6.6666666667vw;
  }
}
.top_corporate .corporate_block2 .local_block:first-child {
  margin-top: 0;
}
.top_corporate .corporate_block2 .local_block .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block2 .local_block .title {
    font-size: 1.5384615385vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block2 .local_block .title {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top_corporate .corporate_block2 .local_block .text_wrap {
  margin-bottom: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block2 .local_block .text_wrap {
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block2 .local_block .text_wrap {
    margin-bottom: 6.6666666667vw;
  }
}
.top_corporate .corporate_block2 .local_block .text_wrap .text_large {
  margin-bottom: 1em;
}
.top_corporate .corporate_block2 .wave {
  line-height: 1;
}
.top_corporate .corporate_block3 .table {
  width: 800px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .top_corporate .corporate_block3 .table {
    width: 61.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_corporate .corporate_block3 .table {
    width: 100%;
  }
}