@charset "UTF-8";
/* COMMON */
.block-pc {
  display: block;
}

.block-sp {
  display: none;
}

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

/* END: COMMON */
/* .block-loading */
.block-loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}

.block-loading:empty {
  display: none;
}

.block-loading .loading-inline {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-loading .loading-inline .block-loading-inline {
  width: 30px;
  height: 30px;
  border-width: 3px;
  vertical-align: -9px;
  margin-right: 14px;
}

.block-loading .loading-inline .block-loading-inline::before {
  width: 10px;
  height: 10px;
  top: -4px;
}

.block-loading .loading-inline::after {
  content: "ロード中...";
  color: #32aaf3;
  font-weight: bold;
}

/* END: .block-loading */
/* .block-company */
.block-company .holder {
  max-width: 1029px;
}

.block-company .block-header {
  color: #ECA026;
  max-width: 838px;
  width: 100%;
  margin: 20px auto 0;
}

.block-company .block-header .sub-title {
  font-size: 14px;
}

.block-company .block-header .title {
  font-size: 32px;
}

.block-company .wrapper-info-item {
  max-width: 838px;
  width: 100%;
  margin: 0 auto;
}

.block-company .wrapper-info-item .item {
  padding: 40px 0;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
}

.block-company .wrapper-info-item .item:last-child {
  border-bottom: none;
}

.block-company .wrapper-info-item .label {
  font-size: 24px;
  line-height: 45px;
  color: #ECA026;
  width: 35%;
  font-weight: bold;
}

.block-company .wrapper-info-item .value {
  font-size: 24px;
  line-height: 45px;
  width: 65%;
}

.block-company .google-map {
  height: 483px;
  width: 100%;
  margin: 20px 0 80px;
}

.block-company .google-map iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .block-company .wrapper-info-item .item {
    padding: 18px 0;
    flex-wrap: wrap;
  }
  .block-company .wrapper-info-item .label {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 5px;
  }
  .block-company .wrapper-info-item .value {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  .block-company .google-map {
    height: 358px;
    margin-bottom: 53px;
  }
}

/* END: .block-company */
/* .block-breadcrumb */
.block-breadcrumb {
  margin: 40px 0;
}

.block-breadcrumb .holder {
  max-width: 1207px;
}

.block-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  align-items: center;
}

.block-breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: var(--color-text, #6A6969);
}

.block-breadcrumb ul li:last-child::after {
  display: none;
}

.block-breadcrumb ul li a {
  font-size: 14px;
  color: var(--color-text, #6A6969);
}
.page-template-services .block-breadcrumb ul li a,
.page-template-services .block-breadcrumb ul li:after {
  color: #222222;
}

.block-breadcrumb ul li:last-child a {
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 700px) {
  .block-breadcrumb {
    margin: 15px 0;
  }
}

/* END: .block-breadcrumb */
/* .block-hero */
.block-hero .block-wrapper {
  height: 881px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.block-hero .holder {
  position: relative;
  height: 100%;
}

.block-hero .sale-off .holder {
  height: 68px;
}

.block-hero .sale-off .holder a:hover {
 opacity: 1;
}

.block-hero .sale-off .image-003 {
  max-width: 576px;
  width: 100%;
  position: absolute;
  bottom: -14px;
}

.block-hero .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.block-hero .backgournd-footer {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.block-hero .image-001,
.block-hero .image-002 {
  position: absolute;
  z-index: 1;
  width: 724px;
  height: 752px;
}

.block-hero .image-001 {
  right: 348px;
  bottom: 45px;
}

.block-hero .image-002 {
  top: 0;
  right: -130px;

}

.block-hero .wrapper-icon .icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #FFE600;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-hero .wrapper-icon .icon img {
  width: 60%;
}

.block-hero .wrapper-icon .icon.dark {
  background-color: #FFB700;
}

.block-hero .wrapper-icon .icon.large {
  width: 75px;
  height: 75px;
}

.block-hero .wrapper-icon .icon.icon-1 {
  top: 124px;
  left: 25px;
}

.block-hero .wrapper-icon .icon.icon-2 {
  top: 170px;
  left: 190px;
}

.block-hero .wrapper-icon .icon.icon-3 {
  bottom: 355px;
  left: 26px;
}

.block-hero .wrapper-icon .icon.icon-4 {
  bottom: 173px;
  left: 5px;
}

.block-hero .wrapper-icon .icon.icon-5 {
  bottom: 189px;
  right: 0px;
}

.block-hero .wrapper-icon .icon.square::after, .block-hero .wrapper-icon .icon.circle::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 5px solid #fff;
}

.block-hero .wrapper-icon .icon.circle::after {
  border-radius: 50%;
}

.block-hero .text {
  position: absolute;
  top: 320px;
  z-index: 2;
  left: 0;
  /* transform: translateY(-50%); */
}

.block-hero .text strong {
  display: inline-block;
}

.block-hero .text .line-1,
.block-hero .text .line-2 {
  font-size: 68.23px;
  margin-bottom: 17px;
  line-height: normal;
}

.block-hero .text .line-1 strong,
.block-hero .text .line-2 strong {
  height: 73.39px;
  line-height: 73.39px;
  background-color: #fff;
  color: #000;
  padding: 0 10px;
}

.block-hero .text .line-3 {
  font-size: 28px;
  margin-bottom: 38px;
}

.block-hero .text .line-3 strong {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  color: #000;
  padding: 0 10px;
}

.block-hero .text .line-3 strong.dark {
  background-color: #000;
  color: #fff;
}

.block-hero .text .line-3 strong.light {
  margin-left: -8px;
}

.block-hero .text .button {
  display: inline-block;
  font-size: 31px;
  color: #fff;
  font-weight: bold;
  height: 80px;
  line-height: 33px;
  padding: 23.5px 40px;
  background-color: #D90000;
  border-radius: 40px;
  box-shadow: 6px 6px 0px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.block-hero .text .button:hover {
  opacity: 1;
  background-color: #000;
}

.block-hero .text .button span {
  display: inline-block;
}

.block-hero .image-003 {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -10px;
}

.block-hero .wrapper-badge {
  display: flex;
  position: absolute;
  bottom: 202px;
  right: 30px;
  z-index: 2;
}

.block-hero .wrapper-badge .item {
  width: 165px;
  height: 165px;
  position: relative;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-hero .wrapper-badge .item img {
  position: absolute;
  z-index: 3;
  max-width: 92px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-hero .wrapper-badge .item:last-child {
  margin-right: 0;
}

.block-hero .wrapper-badge .item::before, .block-hero .wrapper-badge .item::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-position: center center;
}

.block-hero .wrapper-badge .item::before {
  background-image: url(/wp-content/themes/techcam/assets/images/home/img_004.png);
  z-index: 2;
  animation: spin var(--time-duration, 18s) linear infinite;
}

.block-hero .wrapper-badge .item::after {
  background-image: url(/wp-content/themes/techcam/assets/images/home/img_005.png);
  z-index: 1;
  margin-top: 6px;
  margin-left: 6px;
  animation: spin var(--time-duration, 18s) linear infinite;
}
.block-hero .to-sale-block-btn.clicked {
  opacity: 1;
  background-color: #000;
}

@media screen and (max-width: 1200px) {
  .block-hero .text {
    left: 24px;
  }
  .block-hero .text .line-1,
  .block-hero .text .line-2 {
    font-size: 54px;
  }
  .block-hero .text .line-1 strong,
  .block-hero .text .line-2 strong {
    height: 65px;
    line-height: 65px;
  }
  .block-hero .text .line-3 {
    font-size: 20px;
  }
  .block-hero .text .line-3 strong {
    height: 40px;
    line-height: 40px;
  }
  .block-hero .text .button {
    font-size: 23px;
    height: 60px;
    line-height: 26px;
    padding: 20px 20px;
    border-radius: 30px;
    box-shadow: 4px 4px 0px 1px rgba(0, 0, 0, 0.5);
  }
  .block-hero .block-hero .image-003 {
    right: 24px;
  }
}

@media screen and (max-width: 991px) {
  .block-hero .block-wrapper {
    height: 805px;
  }
  
  .block-hero .image-001,
  .block-hero .image-002 {
    position: absolute;
    z-index: 1;
    width: calc(724px * 0.76);
    height: calc(752px * 0.76);
  }

  .block-hero .image-001 {
    right:  calc(348px * 0.76);
    bottom: calc(45px * 0.76);
  }

  .block-hero .image-002 {
    top: 0;
    right:  calc(-130px * 0.76);

  }
  .block-hero .image-001 {
    right: calc(227px * 0.76);
    top: calc(106px * 0.76);
    bottom: 0;
  }
  .block-hero .image-002 {
    top: calc(72px * 0.76);
  }
  .block-hero .text {
    position: relative;
    display: inline-block;
  }
  .block-hero .wrapper-badge {
    bottom: 7px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  .block-hero .sale-off {
    padding-top: 30px;
  }
  .block-hero .sale-off .holder {
    height: inherit;
  }
  .block-hero .sale-off .image-003 {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .block-hero .text {
    top: 33%;
  }
}

@media screen and (max-width: 700px) {
  .block-hero {
    overflow: hidden;
  }
  .block-hero .block-wrapper {
    overflow: visible;
    height: inherit;
    margin-bottom: 70px;
  }
  .block-hero .backgournd-footer {
    display: none;
  }
  .block-hero .image-001 {
    bottom: inherit;
    right: 33%;
    width: 90%;
    height: inherit;
  }
  .block-hero .image-002 {
    left: 33%;
    height: inherit;
    width: 90%;
  }
  .block-hero .text {
    top: inherit;
    transform: none;
    margin-top: 53%;
  }
  .block-hero .text .line-1,
  .block-hero .text .line-2 {
    font-size: 38px;
  }
  .block-hero .text .line-1 strong,
  .block-hero .text .line-2 strong {
    height: 40px;
    line-height: 40px;
  }
  .block-hero .text .line-3 {
    font-size: 16px;
  }
  .block-hero .text .line-3 strong {
    height: 25px;
    line-height: 25px;
  }
  .block-hero .text .button {
    font-size: 19px;
    height: auto;
    line-height: 20px;
    padding: 20px 25px;
    border-radius: 28px;
    box-shadow: 4px 4px 0px 1px rgba(0, 0, 0, 0.5);
  }
  .block-hero .text .button img {
    width: 8px;
  }
  .block-hero .wrapper-badge {
    position: relative;
    transform: translateY(40%);
    left: inherit;
    justify-content: center;
  }
  .block-hero .sale-off {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .block-hero .block-wrapper {
    height: 630px;
    margin-bottom: 40px;
  }
  .block-hero .text {
    left: 0;
    margin-top: 350px !important;
    width: 100%;
  }
  .block-hero .text .line-1, 
  .block-hero .text .line-2 {
    font-size: 38.76px !important;
  }
  .block-hero .text .line-3 {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .block-hero .text .button {
    width: 100%;
    padding: 16px 12px;
  }
  .block-hero .text .button img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
  }
  .block-hero .wrapper-badge {
    bottom: 37px;
  }
  .block-hero .wrapper-badge .item {
    width: 33.3%;
    height: auto;
  }
  .block-hero .wrapper-badge .item::after, .block-hero .wrapper-badge .item::before {
    width: 100%;
    height: 100%;
  }
  .block-hero .wrapper-badge .item span {
    width: 100%;
    padding-top: 100%;
    display: block;
  }
  .block-hero .wrapper-badge .item img {
    width: 65%;
  }
  .block-hero .image-001,
  .block-hero .image-002 {
    width: 100vw !important;
    width: auto;
  }
  .block-hero .image-001 {
    top: 108px;
    right: 36%;

  }
  .block-hero .image-002 {
    top: 72px;
    left: 28.5%;
  }
}
@media screen and (min-width: 400px) and (max-width: 540px) {
  .block-hero .block-wrapper {
    height: inherit;
  }
  .block-hero .text {
    margin-top: 88% !important;
  }
  .block-hero .text .line-1, 
  .block-hero .text .line-2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 400px) {
  .block-hero .block-wrapper {
    margin-bottom: 10px;
  }
  .block-hero .text {
    margin-top: 80vw !important;
  }
  .block-hero .text .line-1,
  .block-hero .text .line-2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .block-hero .text .line-3 {
    font-size: 13px;
  }
  .block-hero .text .line-3 strong {
    padding: 0 5px;
  }
  .block-hero .text .line-3 strong.light {
    margin-left: -4px;
  }
  .block-hero .text .button {
    font-size: 17px;
  }
  .block-hero .text .button span {
    margin-right: 2px;
  }
  .block-hero .wrapper-badge {
    bottom: 26px;
  }
}
@media screen and (max-width: 361px) {
  .block-hero .text {
    margin-top: 84vw !important;
  }

  .block-hero .text .line-1, 
  .block-hero .text .line-2 {
    font-size: 30px !important;
  }
  .block-hero .holder .text [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 320px) {
  .block-hero .block-wrapper {
    height: 580px;
  }
}
/* END: .block-hero */
/* .block-booking */
.block-booking {
  background: #E0EFFF;
  position: relative;
  overflow: hidden;
}

.block-booking .holder {
  position: relative;
  padding: 182px 20px 150px;
}

.block-booking .image-001 {
  position: absolute;
  top: 160px;
  max-width: 216px;
  left: 0;
  -webkit-animation: phonering-alo-circle-img-anim 5s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 5s infinite ease-in-out;
}

.block-booking .block-title {
  font-weight: bold;
  color: #231815;
  text-align: center;
  margin-bottom: 80px;
}

.block-booking .block-title .line-1 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}

.block-booking .block-title .line-1 img {
  display: inline-block;
  vertical-align: -12px;
  width: 72px;
}

.block-booking .block-title .line-1 span {
  font-size: 39px;
  color: #32AAF3;
}

.block-booking .block-title .line-2 {
  font-size: 58px;
  font-weight: bold;
}

.block-booking .block-title .line-2 span {
  color: #32AAF3;
  display: inline-block;
  padding: 0 5px;
  height: 66px;
  line-height: 66px;
  background-color: #fff;
}

.block-booking .button {
  text-align: center;
  margin-bottom: 20px;
}

.block-booking .button a {
  display: inline-block;
  font-size: 32px;
  color: #32AAF3;
  padding: 14px 50px;
  border: 2px solid #32AAF3;
  border-radius: 5px;
  font-weight: bold;
  cursor: default;
}

.block-booking .button a:hover {
  opacity: 1;
}

.block-booking .text {
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 25px;
}

.block-booking .text .line-1 {
  font-size: 28px;
}

.block-booking .calendar .calendar-content {
  background: #fff;
  padding: 5px;
  margin-bottom: 40px;
}

.block-booking .calendar .loading-inline {
  padding: 182px 0;
  text-align: center;
}

.block-booking .calendar .table {
  margin-bottom: 0;
  font-size: 16px;
}

.block-booking .calendar .table thead th {
  color: #fff;
  background-color: #32aaf3;
  font-weight: bold;
}

.block-booking .calendar .table td:first-child {
  background-color: #fafafa;
}

.block-booking .calendar .table .book {
  padding: 0;
}

.block-booking .calendar .table .book a {
  display: block;
  padding: .75rem;
}

.block-booking .calendar .table .book a:hover {
  background-color: #dee2e6;
}

.block-booking .calendar .table .disabled {
  background-color: #eeeeee;
}

.block-booking .calendar .navigation {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
}

.block-booking .calendar .navigation a {
  font-size: 19px;
  display: inline-block;
  border: 2px solid #000;
  padding: 17px 70px 17px 50px;
  font-weight: bold;
  background-color: #fff;
  position: relative;
}

.block-booking .calendar .navigation a:hover {
  color: #000;
}

.block-booking .calendar .navigation a.disabled {
  pointer-events: none;
  cursor: default;
  color: #8f8f8f;
  border: 2px solid #8f8f8f;
}

.block-booking .calendar .navigation a.disabled img {
  opacity: 0.6;
}

.block-booking .calendar .navigation a img {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
}

.block-booking .calendar .navigation a.prev {
  padding-right: 50px;
  padding-left: 70px;
}

.block-booking .calendar .navigation a.prev img {
  right: inherit;
  left: 29px;
  transform: translateY(-50%) rotate(180deg);
}

.block-booking .foot {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.block-booking .foot a {
  color: #ECA026;
}

.block-thank-you {
  padding:0 58px;
}
.block-thank-you-title > br,
.block-thank-you-text > br {
  display: none;
}

.block-thank-you-title {
  margin-top: 26px;
  font-weight: bold;
  color: #ECA026;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 33px;
}

.block-thank-you-text {
  margin-bottom: 60px;
  font-size:20px;
  color: #000;
}
.block-thank-you .redirect-home-button {
  display: inline-block; 
  width: 216px; 
  height: 70px; 
  line-height: 70px; 
  background-color: black; 
  color: white; 
  border-radius: 35px; 
  text-decoration: none; 
  font-weight: bold; 
  font-size: 16px; 
  text-align: center;
  font-family: sans-serif;
}

.block-form-booking [type="radio"]:checked,
.block-form-booking [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.block-form-booking [type="radio"]:checked + label,
.block-form-booking [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.block-form-booking [type="radio"]:checked + label:before,
.block-form-booking [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #001733;
    border-radius: 100%;
    background: #fff;
}
.block-form-booking [type="radio"]:checked + label:after,
.block-form-booking [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #001733;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block-form-booking [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.block-form-booking [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 700px) {
  .block-thank-you-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .block-thank-you-text {
    font-size: 14px;
  }
  .block-thank-you-title > br ,
  .block-thank-you-text > br {
    display: block;
  }
  .block-thank-you .redirect-home-button{
    display: inline-block; 
    width: 173px; 
    height: 56px; 
    line-height: 56px; 
    color: white; 
    border-radius: 28px; 
    text-align: center;
  }
}

@media screen and (max-width: 1400px) {
  .block-booking .image-001 {
    left: 24px;
    /* top: 30px; */
  }
}

@media screen and (max-width: 1000px) {
  .block-booking .holder {
    padding: 76px 20px 50px;
  }
  .block-booking .image-001 {
    width: 142px;
    top: 39px;
  }
  .block-booking .block-title {
    margin-bottom: 40px;
  }
  .block-booking .block-title .line-1 {
    font-size: 12.79px;
    margin-bottom: 20px;
  }
  .block-booking .block-title .line-1 img {
    width: 34px;
    vertical-align: -4px;
  }
  .block-booking .block-title .line-1 span {
    font-size: 18.98px;
  }
  .block-booking .block-title .line-2 {
    font-size: 30px;
  }
  .block-booking .block-title .line-2 span {
    font-size: 33px;
    height: 38px;
    line-height: 38px;
  }
  .block-booking .button a {
    font-size: 15px;
    padding: 8px 14px;
  }
  .block-booking .text {
    font-size: 13px;
    line-height: 22px;
  }
  .block-booking .text .line-1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .block-booking .calendar .calendar-content {
    margin-bottom: 20px;
  }
  .block-booking .calendar .navigation a {
    padding: 10.5px 40px 10.5px 33px;
    font-size: 13px;
  }
  .block-booking .calendar .navigation a img {
    right: 20px;
    width: 9px;
  }
  .block-booking .calendar .navigation a.prev {
    padding-right: 33px;
    padding-left: 40px;
  }
  .block-booking .calendar .navigation a.prev img {
    left: 20px;
  }
  .block-booking .calendar .table {
    font-size: 13px;
  }
  .block-booking .foot {
    font-size: 13px;
  }
}

@media screen and (max-width: 650px) {
  .block-booking .block-title .line-1 {
    margin-bottom: 12px;
  }
  .block-booking .block-title .line-2 strong {
    display: block;
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .block-booking .image-001 {
    right: 0;
    left: inherit;
    top: 81px;
  }
  .block-booking .block-title {
    text-align: left;
    padding-right: 0px;
  }
  .block-booking .text span {
    display: inline-block;
  }
}

@media screen and (max-width: 376px) {
  .block-booking .image-001 {
    width: 142px;
    top: 60px;
  }
}


/* END: .block-booking */
/* .block-loading-inline */
.block-loading-inline {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 4px solid #32aaf3;
  border-radius: 100%;
  position: relative;
  animation: loading 1.3s linear infinite;
}

.block-loading-inline::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #32aaf3;
}

/* END: .block-loading-inline */
/* .block-banner-thanks */
.block-banner-thanks {
  position: relative;
  overflow: hidden;
  padding: 174px 20px 80px;
}

.block-banner-thanks .holder {
  position: relative;
  background: #E0EFFF;
}

.block-banner-thanks .image-001 {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-animation: phonering-alo-circle-img-anim 5s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 5s infinite ease-in-out;
  width: 150px;
  margin-top: -84px;
}

.block-banner-thanks .block-title {
  font-weight: bold;
  color: #231815;
  text-align: center;
  padding: 54px 0;
}

.block-banner-thanks .block-title .line-1 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}

.block-banner-thanks .block-title .line-1 img {
  display: inline-block;
  vertical-align: -12px;
  width: 72px;
}

.block-banner-thanks .block-title .line-1 span {
  font-size: 39px;
  color: #32AAF3;
}

.block-banner-thanks .block-title .line-2 {
  font-size: 58px;
  font-weight: bold;
}

.block-banner-thanks .block-title .line-2 span {
  color: #32AAF3;
  display: inline-block;
  padding: 0 5px;
  height: 66px;
  line-height: 66px;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .block-banner-thanks {
    background: #E0EFFF;
    margin-bottom: 60px;
    margin-top: 130px;
    padding: 0;
  }
  .block-banner-thanks .image-001 {
    width: 120px;
    margin-top: -67.5px;
  }
  .block-banner-thanks .block-title .line-1 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .block-banner-thanks .block-title .line-1 img {
    width: 34px;
    vertical-align: -4px;
  }
  .block-banner-thanks .block-title .line-1 span {
    font-size: 19px;
  }
  .block-banner-thanks .block-title .line-2 {
    font-size: 30px;
  }
  .block-banner-thanks .block-title .line-2 span {
    font-size: 30px;
    height: 38px;
    line-height: 38px;
  }
}

@media screen and (max-width: 650px) {
  .block-banner-thanks .block-title .line-2 strong {
    display: block;
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .block-banner-thanks .block-title .line-1 {
    margin-bottom: 5px;
  }
  .block-banner-thanks .image-001 {
    right: 0;
    left: inherit;
    width: 105px;
    margin-top: -57.5px;
  }
  .block-banner-thanks .block-title {
    text-align: left;
    padding-right: 70px;
  }
}

/* END: .block-banner-thanks */
/* .block-date-thanks */
.block-date-thanks {
  margin: 0 0 80px;
}

.block-date-thanks .holder {
  max-width: 860px;
}

.block-date-thanks .title {
  font-size: 53px;
  color: #294A80;
  text-align: center;
  margin-bottom: 45px;
}

.block-date-thanks .text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid #294A80;
  background-color: #fff;
  font-size: 26px;
  padding: 30px 0;
  font-weight: bold;
}

.block-date-thanks .text .value {
  color: #294A80;
}

.block-date-thanks .block-note {
  color: #C40000;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  margin-top: 40px;
}
.block-date-thanks .block-note br {
  display: none;
}
@media screen and (min-width: 901px) {
  .block-date-thanks .block-note {
    width: calc(100% + 90px);
    transform: translateX(-45px);
  }
  .block-date-thanks .block-note br {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .block-date-thanks .title {
    font-size: 30px;
  }
  .block-date-thanks .text {
    font-size: 20px;
    flex-wrap: wrap;
  }
  .block-date-thanks .block-note {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 700px) {
  .block-date-thanks .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .block-date-thanks {
    margin-bottom: 22px;
  }
  .block-date-thanks .holder {
    position: relative;
    padding-bottom: 32px;
  }
  .block-date-thanks .text {
    font-size: 14px;
    text-align: center;
    padding: 20px;
    border-width: 2px;
  }
  .block-date-thanks .text .label,
  .block-date-thanks .text .value {
    width: 100%;
  }
  .block-date-thanks .text .value {
    font-size: 16px;
    margin-top: 15px;
  }
  .block-date-thanks .text .value span {
    display: block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 400px) {
  .block-date-thanks .title {
    font-size: 20px;
  }
}

/* END: .block-date-thanks */
/* .block-what */
.block-what {
  position: relative;
}
.block-what .block-what-logo-img {
  max-width: 125px;
}
.block-what .wrap-block {
  padding: 120px 0;
  position: relative;
}

.block-what .sp {
  display: none;
}

.block-what .icon-arrow {
  position: absolute;
  transform: translate(-50%, 100%);
  bottom: 1px;
  left: 50%;
  z-index: 1;
}

.block-what .wrapper-icon .item-1 {
  position: absolute;
  top: -42px;
  left: 0;
}

.block-what .wrapper-icon .item-2 {
  width: 152px;
  height: 173px;
  position: absolute;
  top: 90px;
  right: 24px;
}

.block-what .wrapper-icon .icon {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #FFE600;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-what .wrapper-icon .icon img {
  width: 60%;
}

.block-what .wrapper-icon .icon.dark {
  background-color: #FED200;
}

.block-what .wrapper-icon .icon.large {
  width: 80px;
  height: 80px;
}

.block-what .wrapper-icon .icon.icon-1 {
  width: 45px;
  height: 45px;
  top: 94px;
  left: 70px;
}

.block-what .wrapper-icon .icon.icon-2 {
  top: 56px;
  left: 399px;
}

.block-what .wrapper-icon .icon.icon-3 {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

.block-what .wrapper-icon .icon.icon-4 {
  bottom: 0;
  right: 0;
}

.block-what .wrapper-icon .icon.square::after, .block-what .wrapper-icon .icon.circle::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 5px solid #fff;
}

.block-what .wrapper-icon .icon.circle::after {
  border-radius: 50%;
}

.block-what .block-title {
  display: inline-block;
  margin: 0 auto 140px;
  text-align: center;
}

.block-what .block-title p {
  font-size: 56.32px;
  margin-bottom: 5px;
  line-height: 80px;
  text-align: left;
}

.block-what .block-title p span {
  font-size: 66.43px;
  color: #ECA026;
  text-align: center;
}

.block-what .block-title p span.feature {
  padding: 0 30px;
}

.block-what .block-title .line-1 {
  font-size: 45.11px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-what .block-content {
  display: flex;
  align-items: center;
}

.block-what .block-content .left,
.block-what .block-content .right {
  width: 50%;
}

.block-what .block-content .left {
  width: 50%;
  overflow: hidden;
}

.block-what .block-content .left img {
  width: 100%;
  max-width: 100%;
  transition: all 0.7s ease;
}

.block-what .block-content .left img:hover {
  transform: scale(1.1);
}

.block-what .block-content .right {
  padding: 0 64px;
  font-size: 21px;
}

.block-what .block-content .right .text {
  line-height: 44px;
}

.block-what .block-content .right .text span {
  color: #ECA026;
}

.block-what .block-content .right .list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -5px 0;
  list-style: none;
}

.block-what .block-content .right .list li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.block-what .block-content .right .list li a {
  display: block;
  border: 5px solid #231815;
  font-size: 27.34px;
  padding: 7px 0;
  text-align: center;
  border-radius: 33px;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 1100px) {
  .block-what .wrap-block {
    overflow: hidden;
  }
  .block-what .sp {
    display: block;
  }
  .block-what .wrapper-icon .item-1 {
    left: auto;
    right: -93px;
    top: 0px;
  }
  .block-what .wrapper-icon .item-2 {
    top: 33%;
  }
  .block-what .wrapper-icon .icon.icon-1 {
    top: 75px;
    right: 156px;
    left: auto;
  }
  .block-what .wrapper-icon .icon.icon-2 {
    top: 54px;
    right: 392px;
    left: auto;
  }
  .block-what .wrapper-icon .image {
    transform: scaleX(-1);
  }
  .block-what .block-title {
    display: block;
  }
  .block-what .block-title p span.feature {
    padding: 0;
  }
  .block-what .block-title .line-1 {
    justify-content: flex-start;
  }
  .block-what .block-content .right {
    padding: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  .block-what .block-content {
    flex-wrap: wrap;
  }
  .block-what .block-content .left,
  .block-what .block-content .right {
    width: 100%;
  }
  .block-what .block-content .right {
    padding: 25px 25px 0;
  }
}

@media screen and (max-width: 750px) {
  .block-what .wrap-block {
    padding: 74px 0 64px;
  }
  .block-what .wrapper-icon .item-2 {
    top: 27%;
  }
  .block-what .icon-arrow {
    width: 152px;
  }
  .block-what .block-title {
    margin-bottom: 80px;
  }
  .block-what .block-title p {
    font-size: 36.02px;
    line-height: 60px;
  }
  .block-what .block-title p span {
    font-size: 42.41px;
  }
  .block-what .block-title .line-1 {
    font-size: 25.03px;
    margin-bottom: 35px;
  }
  .block-what .block-title .line-1 img {
    width: 70px;
  }
}

@media screen and (max-width: 500px) {
  .block-what .wrapper-icon .item-1 {
    width: 241px;
    right: -57px;
  }
  .block-what .wrapper-icon .icon {
    width: 30px;
    height: 30px;
  }
  .block-what .wrapper-icon .icon.icon-1 {
    width: 22px;
    height: 22px;
    top: 48px;
    right: 90px;
  }
  .block-what .wrapper-icon .icon.icon-2 {
    top: 40px;
    right: 245px;
  }
  .block-what .wrapper-icon .icon.large {
    width: 45px;
    height: 45px;
  }
  .block-what .wrapper-icon .icon.icon-3 {
    width: 33px;
    height: 33px;
  }
  .block-what .wrapper-icon .icon.square::after, .block-what .wrapper-icon .icon.circle::after {
    width: 40%;
    height: 40%;
    border: 3px solid #fff;
  }
  .block-what .block-content .right .text {
    font-size: 16px;
    line-height: 32px;
  }
  .block-what .block-content .right .list {
    margin-top: 30px;
  }
  .block-what .block-content .right .list li a {
    font-size: 17.56px;
    border-width: 3px;
  }
}

@media screen and (max-width: 400px) {
  .block-what .block-title {
    margin-bottom: 50px;
  }
  .block-what .block-title p {
    font-size: 30px;
    line-height: 45px;
  }
  .block-what .block-title p span {
    font-size: 34px;
  }
}

/* END: .block-what */
/* .block-bottom-ads */
.block-bottom-ads .holder {
  max-width: 1300px;
  padding: 0;
}

.block-bottom-ads .wrapper-item {
  display: flex;
  flex-wrap: wrap;
}

.block-bottom-ads .wrapper-item .item {
  width: 50%;
  position: relative;
}

.block-bottom-ads .wrapper-item .item a {
  display: flex;
  font-weight: bold;
  font-size: 22.58px;
  background: #D90000;
  color: #fff;
  position: absolute;
  bottom: 12%;
  left: 6.5%;
  border-radius: 330px;
  box-shadow: 3px 5px 0px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  top: 71.5%;
  right: 28%;
  align-items: center;
  justify-content: center;
}

.block-bottom-ads .wrapper-item .item a:hover {
  background-color: #000;
  opacity: 1;
}

.block-bottom-ads .wrapper-item .item.contact a {
  /* box-shadow: none; */
  bottom: 11.5%;
  right: 27%;
  background-color: #00B2B4;
}

.block-bottom-ads .wrapper-item .item.contact a:hover {
  background-color: #007B7C;
  opacity: 1;
}

.block-bottom-ads .wrapper-item .item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 1100px) {
  .block-bottom-ads .wrapper-item .item a {
    font-size: 17px;
  }
}

@media screen and (max-width: 880px) {
  .block-bottom-ads .wrapper-item .item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .block-bottom-ads .wrapper-item .item {
    width: 100%;
  }
  .block-bottom-ads .wrapper-item .item a {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .block-bottom-ads .wrapper-item .item a {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) {
  .block-bottom-ads .wrapper-item .item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .block-bottom-ads .wrapper-item .item a {
    font-size: 13px;
  }
}

/* END: .block-bottom-ads */
/* .block-reason */
.block-reason {
  position: relative;
}

.block-reason .wrap-block {
  background: #FED200;
  overflow: hidden;
  padding: 174px 0 143px;
  position: relative;
}

.block-reason .img-bg1,
.block-reason .img-bg2,
.block-reason .img-bg3 {
  position: absolute;
}

.block-reason .img-bg1 {
  top: 37px;
  right: 17px;
}

.block-reason .img-bg2 {
  bottom: 37px;
  left: 17px;
}

.block-reason .img-bg3 {
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  z-index: 1;
}

.block-reason .block-wrap {
  border-radius: 20px;
  background-color: #fff;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.block-reason .block-wrap .left {
  width: 51%;
}

.block-reason .block-wrap .right {
  width: 49%;
}

.block-reason .block-wrap .left {
  padding-right: 36px;
}

.block-reason .block-wrap .left .img {
  position: relative;
  margin-bottom: 47px;
}

.block-reason .block-wrap .left .img .wrap-thumb {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.block-reason .block-wrap .left .img .img-thumb {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.7s ease;
  vertical-align: middle;
}

.block-reason .block-wrap .left .img .img-thumb:hover {
  transform: scale(1.1);
}

.block-reason .block-wrap .left .img .icon-thumb {
  max-width: 217px;
  position: absolute;
  right: 15px;
  bottom: -42px;
}

.block-reason .block-wrap .left .content {
  display: flex;
  align-items: center;
}

.block-reason .block-wrap .left .content img {
  width: 180px;
  margin-right: 13px;
  position: relative;
  left: -19px;
}

.block-reason .block-wrap .left .content .text {
  font-size: 15.28px;
  width: calc(100% - 193px);
  line-height: 29px;
}

.block-reason .block-wrap .right {
  padding-left: 36px;
}

.block-reason .block-wrap .right .block-title {
  font-size: 31.54px;
  margin-bottom: 25px;
}

.block-reason .block-wrap .right .block-title p {
  margin-bottom: 17px;
}

.block-reason .block-wrap .right .block-title span {
  color: #ECA026;
}

.block-reason .block-wrap .right .block-title .sub-title {
  font-size: 25.33px;
  margin-bottom: 17px;
  position: relative;
}

.block-reason .block-wrap .right .block-title .sub-title img {
  position: absolute;
  top: -17px;
  left: -31px;
}

.block-reason .block-wrap .right .block-title .line-2 {
  font-size: 41.89px;
  line-height: 61px;
}

.block-reason .block-wrap .right .text {
  font-size: 21px;
  line-height: 37px;
}

.block-reason .block-wrap .right .button {
  margin-top: 28px;
}

.block-reason .block-wrap .right .button a {
  display: block;
  max-width: 318px;
  margin: 0 auto;
  font-size: 27.57px;
  background-color: #FFDB00;
  padding: 18px 56px;
  border-radius: 39px;
  position: relative;
  text-align: center;
  box-shadow: 3px 5px 0px 1px rgba(0, 0, 0, 0.5);
}

.block-reason .block-wrap .right .button a img {
  position: absolute;
  width: 13px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 951px) and (max-width: 1100px) {
  .block-reason .block-wrap {
    padding: 22px;
  }
  .block-reason .block-wrap .left {
    padding-right: 11px;
  }
  .block-reason .block-wrap .right {
    padding-right: 11px;
  }
  .block-reason .block-wrap .right .block-title {
    font-size: 27px;
  }
  .block-reason .block-wrap .right .block-title .line-2 {
    font-size: 35px;
    line-height: 56px;
  }
}

@media screen and (max-width: 950px) {
  .block-reason .block-wrap {
    flex-direction: column-reverse;
  }
  .block-reason .block-wrap .left,
  .block-reason .block-wrap .right {
    width: 100%;
    padding: 0;
  }
  .block-reason .block-wrap .right {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 700px) {
  .block-reason .wrap-block {
    padding: 97px 0 58px;
  }
  .block-reason .img-bg3 {
    width: 152px;
  }
  .block-reason .block-wrap {
    padding: 22px;
  }
  .block-reason .block-wrap .left .img .icon-thumb {
    max-width: 135px;
    bottom: -26px;
  }
  .block-reason .block-wrap .left .content img {
    left: 0;
    width: 112px;
  }
  .block-reason .block-wrap .left .content .text {
    width: calc(100% - 124px);
    font-size: 12px;
    line-height: 22px;
  }
  .block-reason .block-wrap .right .block-title {
    font-size: 19.6px;
    margin-top: 17px;
  }
  .block-reason .block-wrap .right .block-title p {
    margin-bottom: 5px;
  }
  .block-reason .block-wrap .right .block-title .sub-title {
    font-size: 15.74px;
    position: relative;
    padding-left: 23px;
  }
  .block-reason .block-wrap .right .block-title .sub-title img {
    position: absolute;
    width: 24px;
    bottom: 100%;
    left: 0;
  }
  .block-reason .block-wrap .right .block-title .line-2 {
    font-size: 28.26px;
    line-height: 42px;
  }
  .block-reason .block-wrap .right .text {
    font-size: 16px;
    line-height: 28px;
  }
  .block-reason .block-wrap .right .button {
    margin-top: 17px;
  }
  .block-reason .block-wrap .right .button a {
    font-size: 17.8px;
    max-width: 205px;
    padding: 16px 39px;
  }
  .block-reason .block-wrap .right .button a img {
    width: 10px;
    right: 23px;
  }
}

/* END: .block-reason */
/* .block-prepare */
.block-prepare {
  padding: 130px 0;
  overflow: hidden;
}

.block-prepare .title {
  margin-bottom: 103px;
}

.block-prepare .content-prepare {
  background: #EFF5F9;
  font-size: 27px;
  font-weight: bold;
  padding: 50px;
  border-radius: 20px;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.block-prepare .content-prepare p {
  margin-bottom: 16px;
}

.block-prepare .content-prepare p:last-child {
  margin-bottom: 0;
}

.block-prepare .content-specifications {
  max-width: 1080px;
  margin: 0 auto;
}

.block-prepare .content-specifications .wrapper-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.block-prepare .content-specifications .wrapper-item .item {
  width: 50%;
  padding: 0 15px;
}

.block-prepare .content-specifications .wrapper-item .item .wrap {
  height: 100%;
  padding: 50px 38px;
  background: #EFF5F9;
  border-radius: 20px;
}

.block-prepare .content-specifications .wrapper-item .item h3 {
  font-size: 33px;
  margin-bottom: 36px;
}

.block-prepare .content-specifications .wrapper-item .item .text {
  font-size: 20px;
  line-height: 36px;
}

.block-prepare .content-specifications .wrapper-item .item .text p {
  margin-bottom: 0;
}

.block-prepare .content-specifications .wrapper-item .item .text p span {
  display: inline-block;
}

@media (max-width: 1023px) {
  .block-prepare {
    padding: 68px 0 78px 0;
  }
  .block-prepare .title {
    margin-bottom: 40px;
  }
  .block-prepare .content-prepare {
    padding: 30px;
    font-size: 17px;
    margin-bottom: 30px;
  }
  .block-prepare .content-prepare p {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 1000px) {
  .block-prepare .content-specifications .wrapper-item .item h3 {
    font-size: 19px;
  }
  .block-prepare .content-specifications .wrapper-item .item .text {
    font-size: 16.18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 800px) {
  .block-prepare .content-specifications .wrapper-item {
    margin: 0;
  }
  .block-prepare .content-specifications .wrapper-item .item {
    width: 100%;
    padding: 0;
  }
  .block-prepare .content-specifications .wrapper-item .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .block-prepare .content-specifications .wrapper-item .item .wrap {
    padding: 36px 30px;
  }
  .block-prepare .content-specifications .wrapper-item .item h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .block-prepare .col-md-6 {
    margin-bottom: 18px;
  }
  .block-prepare .col-md-6:last-child {
    margin-bottom: 0;
  }
}

/* END: .block-prepare */
/* .block-sale */
.block-sale {
  position: relative;
  z-index: 1;
}

.block-sale .wrap-block {
  overflow: hidden;
  padding: 115px 0 70px;
}

.block-sale .icon-arrow {
  position: absolute;
  transform: translate(-50%, 100%);
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.block-sale .wrapper-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-sale .wrapper-item .item {
  max-width: 678px;
  width: 100%;
}

.block-sale .wrapper-item .item .wrap {
  background-color: #FDFBED;
  border-radius: 20px;
  padding: 47px 65px 30px;
}

.block-sale .wrapper-item .item .ttl {
  font-size: 23.27px;
  line-height: 36px;
  margin-bottom: 20px;
}

.block-sale .wrapper-item .item .box {
  max-width: 461px;
  margin: 0 auto;
}

.block-sale .wrapper-item .item .button {
  margin-bottom: 20px;
}

.block-sale .wrapper-item .item .button a {
  display: block;
  font-size: 42px;
  background-color: #ECA026;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  pointer-events: none;
  cursor: default;
}

.block-sale .wrapper-item .item .sale-off {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 18.5px 10px;
  margin-bottom: 20px;
}

.block-sale .wrapper-item .item .sale-off img {
  max-width: 396px;
  width: 100%;
  display: inline-block;
}

.block-sale .wrapper-item .item .note {
  font-size: 12.53px;
  color: #757575;
}

.block-sale .wrapper-item .item .note p {
  margin-bottom: 3px;
}

.block-sale .line {
  margin-top: 45px;
}

.block-sale .line .line-title {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 20px;
}

.block-sale .line .button {
  text-align: center;
}

.block-sale .line .button a {
  display: inline-block;
  max-width: 427px;
}

.block-sale .line .button a img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .block-sale .icon-arrow {
    width: 152px;
  }
}

@media screen and (max-width: 700px) {
  .block-sale .wrapper-item .item .wrap {
    padding: 26px;
  }
  .block-sale .wrapper-item .item .ttl {
    font-size: 15.98px;
    line-height: 24.7px;
  }
  .block-sale .wrapper-item .item .ttl br {
    display: none;
  }
  .block-sale .wrapper-item .item .box {
    max-width: inherit;
  }
  .block-sale .wrapper-item .item .button {
    max-width: 253px;
    margin: 0 auto 20px;
  }
  .block-sale .wrapper-item .item .button a {
    font-size: 24.25px;
    padding: 12px 10px;
  }
  .block-sale .wrapper-item .item .sale-off {
    max-width: 312px;
    padding: 4.5px 10px;
    margin: 0 auto 20px;
  }
  .block-sale .wrapper-item .item .sale-off img {
    max-width: 275px;
  }
  .block-sale .wrapper-item .item .note {
    font-size: 11px;
  }
  .block-sale .line {
    margin-top: 20px;
  }
  .block-sale .line .line-title {
    font-size: 14px;
    line-height: 24px;
  }
  .block-sale .line .button a {
    width: 268px;
  }
}

@media screen and (max-width: 360px) {
  .block-sale .line .line-title {
    font-size: 13px;
  }
}

/* END: .block-sale */
/* .block-contact */
.block-contact .holder {
  text-align: center;
  padding: 0;
}

.block-contact iframe {
  max-width: 100%;
  height: 1268px;
}

@media screen and (max-width: 620px) {
  .block-contact iframe {
    height: 1292px;
  }
}

@media screen and (max-width: 470px) {
  .block-contact iframe {
    height: 1354px;
  }
}

/* END: .block-contact */
/* block-same */
.block-same .title-same {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 60px;
}

.block-same .title-same span {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  border-bottom: 3px solid;
}

.block-same .table-same-header ul,
.block-same .content-table-same ul {
  list-style: none;
  display: flex;
}

.block-same .table-same-header ul li,
.block-same .content-table-same ul li {
  flex: 0 0 26%;
  max-width: 26%;
  border-right: 1px solid #E3E3E3;
}

.block-same .table-same-header ul li:nth-child(1),
.block-same .content-table-same ul li:nth-child(1) {
  flex: 0 0 22%;
  max-width: 22%;
}

.block-same .table-same-header ul li:first-child,
.block-same .content-table-same ul li:first-child {
  border-right: 0;
}

.block-same .table-same-header ul li:last-child,
.block-same .content-table-same ul li:last-child {
  border-right: 0;
}

.block-same .table-same-header {
  background: #474748;
  color: #fff;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.block-same .table-same-header ul li:nth-child(2) {
  background: #F49C00;
  border-right: 0;
}

.block-same .table-same-header ul li span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-weight: bold;
  font-size: 23px;
  line-height: normal;
}

.block-same .table-same-header .table-same-logo-img {
  max-width: 80px;
}

.block-same .content-table-same {
  background: #F6F6F6;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  color: #000000;
}

.block-same .content-table-same ul {
  border-bottom: 1px solid #E3E3E3;
}

.block-same .content-table-same ul:last-child {
  border-bottom: 0;
}

.block-same .content-table-same ul:last-child li:nth-child(2) {
  border-bottom: 2px solid #ECA026;
}

.block-same .content-table-same ul li {
  padding: 16px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-same .content-table-same ul li:first-child {
  font-size: 18px;
  font-weight: bold;
}

.block-same .content-table-same ul li:nth-child(2) {
  border-right: 2px solid #F49C00;
  border-left: 2px solid #F49C00;
  background: #FFFEEE;
}

.block-same .content-table-same ul li:nth-child(2) p strong {
  color: #ECA026;
}

.block-same .content-table-same p {
  font-size: 19px;
  line-height: 17.51px;
  margin-bottom: 7px;
}

.block-same .content-table-same p:last-child {
  margin-bottom: 0;
}

.block-same .content-table-same p span {
  color: #ECA026;
}

.block-same .content-table-same p strong {
  font-weight: bold;
}

.block-same .content-table-same label {
  font-size: 12px;
  color: #757575;
  margin: 0;
}

@media (max-width: 1160px) {
  .block-same .table-same {
    width: 1100px;
    padding: 0 20px;
  }
  .block-same .table-same-header ul li,
  .block-same .content-table-same ul li {
    flex: 0 0 28.06%;
    max-width: 28.06%;
  }
  .block-same .table-same-header ul li:nth-child(1),
  .block-same .content-table-same ul li:nth-child(1) {
    flex: 0 0 14%;
    max-width: 14%;
  }
  .block-same .data-table {
    overflow-x: auto;
    position: relative;
    margin: 0 -20px;
  }
  .block-same .data-table::-webkit-scrollbar {
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #919191;
  }
  .block-same .data-table::-webkit-scrollbar-track {
    background-color: #fff;
    border: 1px solid #919191;
    border-radius: 4px;
    clip-path: inset(20px 0 20px 0);
  }
  .block-same .data-table::-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 40px;
    background-color: #EBA12A;
  }
  .block-same .data-table::-webkit-scrollbar-thumb:hover {
    opacity: 0.7;
  }
  .block-same .content-table-same {
    margin-bottom: 32px;
  }
}

@media (max-width: 1023px) {
  .block-same .title-same {
    font-size: 30px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .block-same .title-same {
    font-size: 29.15px;
  }
  .block-same .content-table-same {
    margin-bottom: 16px;
  }
}

@media (max-width: 350px) {
  .block-same .title-same {
    font-size: 26px;
  }
}

/* END: block-same */
/* .block-image-business */
.block-image-business .wrapper-item {
  display: flex;
  margin: 0 auto;
  max-width: 937px;
}

.block-image-business .wrapper-item .item {
  width: 50%;
  padding: 0 20px;
}

.block-image-business .wrapper-item .img img {
  width: 100%;
}

.block-image-business .wrapper-item .text .title {
  margin: 32px 0;
  width: fit-content;
  display: flex;
  align-items: center;
  
}

.block-image-business .wrapper-item .text .title .icon {
  width: 75px;
  object-fit: contain;
  object-position: top;
}

.block-image-business .wrapper-item .text .title .ttl {
  margin-left: 18px;
  font-size: 29.42px;
  font-weight: bold;
  word-break: keep-all;
  width: calc(100% - 75px);
}

.block-image-business .wrapper-item .text .title .ttl span {
  font-size: 51px;
  color: #20A4DD;
  border: none;
}

.block-image-business .wrapper-item .text .title .ttl span.color {
  color: #6DA547;
}

.block-image-business .wrapper-item .text .desc {
  font-size: 21px;
  font-weight: bold;
  line-height: 37px;
}

@media (max-width: 1045px) {
  .block-image-business .wrapper-item {
    flex-wrap: wrap;
  }
  .block-image-business .wrapper-item .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  .block-image-business .wrapper-item .text .title {
    margin: 18px 0;
  }
  .block-image-business .wrapper-item .text .title .icon {
    width: 55px;
  }
  .block-image-business .wrapper-item .text .title .ttl {
    font-size: 21.58px;
    width: calc(100% - 55px);
    margin-left: 9px;
  }
  .block-image-business .wrapper-item .text .title .ttl span {
    font-size: 34px;
  }
  .block-image-business .wrapper-item .text .desc {
    font-size: 15.4px;
    line-height: 27px;
  }

  .block-thank-you {
    padding:0 29px;
  }
  .block-thank-you-text {
    margin-bottom: 25px;
  }
}

@media (max-width: 400px) {
  .block-image-business .wrapper-item .text .title {
    margin: 18px 0;
    align-items: center;
  }
  .block-image-business .wrapper-item .text .title .icon {
    width: 55px;
  }
  .block-image-business .wrapper-item .text .title .ttl {
    font-size: 20px;
    width: calc(100% - 55px);
  }
  .block-image-business .wrapper-item .text .title .ttl span {
    font-size: 34px;
  }
}

/* END: .block-image-business */
/* .block-form-contact */
.block-form-contact form {
  background-color: #fff;
  font-size: 26px;
  padding: 50px;
}

.block-form-contact .wapper-item {
  max-width: 1060px;
  margin: 0 auto;
}

.block-form-contact .wapper-item .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.block-form-contact .wapper-item .label {
  font-weight: bold;
  width: 300px;
  font-size: 21px;
  text-align: right;
  position: relative;
  padding-right: 94px;
  color: #001733;
}

.block-form-contact .wapper-item .value {
  width: calc(100% - 300px);
  padding-left: 53px;
}

.block-form-contact .wapper-item .required {
  background-color: #FFDB00;
  color: #001733;
  padding: 0 10px;
  font-size: 17.11px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 29px;
  width: 63px;
}

.block-form-contact .wapper-item input,
.block-form-contact .wapper-item select,
.block-form-contact .wapper-item textarea {
  padding: 15px 26px;
  width: 100%;
  font-size: 21px;
  color: #000;
  border: 1px solid #D6D5C9;
  background: #FDFBED;
}

.block-form-contact .wapper-item input::placeholder,
.block-form-contact .wapper-item select::placeholder,
.block-form-contact .wapper-item textarea::placeholder {
  color: #B8B8B8;
}

.block-form-contact .wapper-item input:focus,
.block-form-contact .wapper-item select:focus,
.block-form-contact .wapper-item textarea:focus {
  border-color: #ffdb00;
  box-shadow: 0 0 0 0.2rem rgba(255, 219, 0, 0.25);
}

.block-form-contact .wapper-item input.is-invalid,
.block-form-contact .wapper-item select.is-invalid,
.block-form-contact .wapper-item textarea.is-invalid {
  border-color: #dc3545;
  color: #dc3545;
}

.block-form-contact .wapper-item input.is-invalid:focus,
.block-form-contact .wapper-item select.is-invalid:focus,
.block-form-contact .wapper-item textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.block-form-contact .wapper-item select {
  height: auto !important;
}

.block-form-contact .agree {
  text-align: center;
  font-size: 24px;
  margin: 50px 0;
  font-weight: bold;
  line-height: 29px;
}

.block-form-contact .agree a {
  font-size: 24px;
  color: #32AAF3;
  position: relative;
}

.block-form-contact .agree a::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #32AAF3;
  left: 0;
  bottom: -1px;
}

.block-form-contact .agree .form-check {
  display: inline-block;
  padding-left: 30px;
  color: #000;
}

.block-form-contact .agree input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  left: 0;
  margin-left: 0;
  border: 1px solid #969696;
  top: 50%;
  transform: translateY(-50%);
}

.block-form-contact .botton {
  text-align: center;
  margin-bottom: 50px;
}

.block-form-contact .botton button {
  background-color: #00B2B4;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding: 22px 103px;
  cursor: pointer;
  outline: none;
  font-size: 34.57px;
  border: none;
}

.block-form-contact .botton button:disabled {
  opacity: 1;
  cursor: default;
  opacity: 0.7;
}

.block-form-contact .botton button:hover {
  opacity: 0.7;
}

.block-form-contact .block-note {
  line-height: 20px;
  padding-left: 21%;
  color: #001733;
}

.block-form-contact .block-note p {
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .block-form-contact .holder {
    padding: 0;
  }
  .block-form-contact form {
    padding: 50px;
  }
}

@media screen and (max-width: 900px) {
  .block-form-contact form {
    font-size: 20px;
    padding: 50px 25px;
    padding-bottom: 40px;
  }
  .block-form-contact .wapper-item .item {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .block-form-contact .wapper-item .label {
    width: auto;
    display: inline-block;
    text-align: center;
    padding-right: 72px;
    font-size: 19.83px;
    margin-bottom: 20px;
  }
  .block-form-contact .wapper-item .label span {
    font-size: 14.14px;
    line-height: 23.96px;
    width: 52.05px;
  }
  .block-form-contact .wapper-item .value {
    width: 100%;
    padding: 0;
  }
  .block-form-contact .agree {
    font-size: 14px;
    margin: 37px 0;
  }
  .block-form-contact .agree a {
    font-size: 14px;
  }
  .block-form-contact .agree a::after {
    height: 1px;
  }
  .block-form-contact .agree input {
    width: 16px;
    height: 16px;
  }
  .block-form-contact .block-note {
    padding-left: 16%;
  }
  .block-form-contact .botton button {
    font-size: 18px;
    padding: 15.5px 55px;
  }
}

@media screen and (max-width: 767px) {
  .block-form-contact .wapper-item .value .first-name {
    margin-bottom: 15px;
  }
  .block-form-contact .agree .form-check-label {
    text-align: left;
  }
}

@media screen and (max-width: 700px) {
  .block-form-contact form {
    font-size: 14px;
  }
  .block-form-contact .wapper-item .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .block-form-contact .block-note {
    padding-left: 0;
  }
}

@media screen and (max-width: 540px ) {
  .block-form-contact .botton {
    margin-bottom: 0px;
  }
  .block-form-contact .wapper-item input,
  .block-form-contact .wapper-item select,
  .block-form-contact .wapper-item textarea {
    padding: 15px 8px;
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .block-form-contact .botton button {
    padding: 15.5px 15px;
    width: 100%;
    max-width: 170px;
    font-size: 14px;
  }
}

/* END: .block-form-contact */

/*# sourceMappingURL=blocks.css.map */