* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
body > img {
  display: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #049ee4;
}

.text-center {
  text-align: center;
}

.orange {
  color: #ff9900;
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.c-header {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-header {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.c-header__in {
  max-width: 168rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header__in {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-header__in {
    padding-right: 9.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-header__in {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding-right: 0;
  }
}
.c-header__logo img {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .c-header__logo img {
    width: 18.3rem;
  }
}
.c-header__contact {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-header__contact {
    padding-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-header__contact {
    gap: 2rem;
  }
}
.c-header__contact .c__text {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-header__contact .c__text {
    width: 100%;
    text-align: center;
  }
}
.c-header__contact .c__btn {
  display: block;
  background-color: #049ee4;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  color: #fff;
  height: 5.2rem;
}
.c-header__contact .c__btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .c-header__contact .c__btn {
    height: 4rem;
    width: calc(50% - 1rem);
    padding: 1rem 0;
    gap: 0.5rem;
    justify-content: center;
  }
}
.c-header__contact .c__btn .c__btn-icon svg {
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-header__contact .c__btn .c__btn-icon svg {
    width: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-header__contact .c__btn .c__btn-icon svg {
    width: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-header__contact .c__btn .c__btn-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-header__contact .c__btn .c__btn-text {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.c-header__contact .c_phone .c__btn-text {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-header__contact .c_phone .c__btn-text {
    font-size: 2.3rem;
    line-height: 3.4rem;
  }
}
.c-header__contact .c_contact .c__btn-text {
  font-family: "Noto Sans JP";
}

#btn-menu {
  display: none;
}

.btn-menu {
  position: fixed;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  width: 6.2rem;
  height: 6.2rem;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    right: 1.5rem;
    top: 0.75rem;
    transform: scale(0.8);
  }
}
@media screen and (min-width: 768px) {
  .btn-menu {
    right: max((100% - 164rem) / 2, 2rem);
    top: 2.5rem;
  }
}
.btn-menu .burger {
  transition: 0.3s;
  fill: #049ee4;
}
.btn-menu .burger path {
  transition: 0.3s;
}
.btn-menu .close {
  display: none;
}
.btn-menu .close g {
  transform: rotateZ(45deg);
  transform-origin: 50%;
  stroke: #ffffff;
  transition: stroke 0.25s ease-in-out;
}
.btn-menu .close:hover g {
  stroke: #cccccc;
}
.btn-menu .text {
  color: #049ee4;
  font-family: "Inter";
  font-size: 1.2rem;
  line-height: 1.5rem;
  transition: 0.3s;
}
.btn-menu.fixed {
  border-radius: 100%;
  background-color: #049ee4;
}
.btn-menu.fixed .burger {
  fill: #fff;
}
.btn-menu.fixed .burger path {
  fill: #fff;
}
.btn-menu.fixed .text {
  color: #fff;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: #049ee4;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #ffffff;
  text-transform: uppercase;
}
.menu .menu-logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .menu .menu-logo img {
    width: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .menu .menu-logo img {
    width: 20rem;
  }
}
.menu .menu-contact {
  text-align: center;
}
.menu .menu-contact .c-btn__link {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  background: #ff9900;
  color: #fff;
  border-radius: 10rem;
  width: 22.3rem;
  padding: 1.5rem 0;
  text-decoration: none;
}
.menu .menu-content {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.menu .menu-content ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.menu .menu-content ul li a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .menu .menu-content ul li a {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .menu .menu-content ul li a {
    padding: 2rem;
  }
}

#btn-menu:checked ~ .btn-menu .burger {
  display: none;
}
#btn-menu:checked ~ .btn-menu .close {
  display: block;
  margin: 0 auto;
}
#btn-menu:checked ~ .btn-menu .text {
  display: none;
}
#btn-menu:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}

.menu div {
  margin-top: 50px;
  transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input:checked ~ .menu div {
  margin-top: 0px;
}

.c-footer {
  background-color: #049ee4;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.c-footer__in {
  max-width: 113rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__in {
    flex-direction: column;
    text-align: center;
  }
}
.c-footer__logo img {
  width: 21rem;
}
.c-footer__nav ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-footer__nav ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5rem auto;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__nav ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__nav ul li {
    width: 33.3333333333%;
  }
}
.c-footer__nav ul li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-footer__nav ul li a {
    padding: 0.5rem 1rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__nav ul li a {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}
.c-footer__contact {
  margin-top: 1.7rem;
}
.c-footer__contact p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.3rem;
}
.c-footer__contact .c-btn {
  margin-top: 1.7rem;
}
.c-footer__contact .c-btn__link {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
  background: #ff9900;
  color: #fff;
  border-radius: 10rem;
  width: 22.3rem;
  height: 6rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-footer__contact .c-btn__link {
    margin: 0 auto;
  }
}
.c-footer__contact .c-btn__link .text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.9rem;
}
.c-footer .copyright {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #fff;
  text-align: right;
}
.c-footer .footer-right {
  max-width: 69.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 112rem;
  width: 100%;
}

.comn-title {
  font-weight: 700;
  color: #0b0b0b;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .comn-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .comn-title {
    font-size: 4rem;
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .comn-title {
    font-size: 3.4rem;
  }
}
.comn-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #ff9900;
}
@media screen and (max-width: 767px) {
  .comn-title::after {
    width: 12rem;
    height: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .comn-title::after {
    width: 24.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .comn-title.line-primary {
    font-size: 2.2rem;
  }
}
.comn-title.line-primary::after {
  background-color: #049ee4;
}

@media screen and (max-width: 767px) {
  .company-overview {
    margin: 5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .company-overview {
    margin: 10rem 0;
  }
}
.company-overview .co-content {
  background: url("../images/company-header-bg.jpg") no-repeat top center;
  background-size: 192rem 37.3rem;
  padding-top: 20rem;
  margin-top: 2.2rem;
}
.company-overview .co-box {
  background-color: #fff;
  box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .company-overview .co-box {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .company-overview .co-box {
    padding: 7rem 13.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .company-overview .co-box {
    padding: 4rem 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .company-overview .co-box .co-outline__item {
    display: flex;
  }
}
.company-overview .co-box .co-outline__item .co-key,
.company-overview .co-box .co-outline__item .co-value {
  border-bottom: 0.2rem solid #e5f7ff;
}
@media screen and (max-width: 767px) {
  .company-overview .co-box .co-outline__item .co-key,
.company-overview .co-box .co-outline__item .co-value {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .company-overview .co-box .co-outline__item .co-key,
.company-overview .co-box .co-outline__item .co-value {
    padding: 2rem 3rem;
  }
}
.company-overview .co-box .co-outline__item .co-key {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .company-overview .co-box .co-outline__item .co-key {
    font-size: 2rem;
    line-height: 2.9rem;
    width: 26rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .company-overview .co-box .co-outline__item .co-key {
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .company-overview .co-box .co-outline__item .co-value {
    font-size: 1.8rem;
    line-height: 3.3rem;
    width: calc(100% - 26rem);
  }
}
@media screen and (max-width: 767px) {
  .company-overview .co-box .co-outline__item .co-value .note {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .company-overview .co-box .co-outline__item .co-value {
    width: calc(100% - 20rem);
  }
}

.top-creca {
  background-image: linear-gradient(transparent 23%, #f8f8f8 23%, #f8f8f8 78%, transparent 78%);
}
.top-creca .tc-content {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content {
    padding: 5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .top-creca .tc-content {
    padding: 9rem 2rem 7rem;
  }
}
@media screen and (min-width: 768px) {
  .top-creca .tc-content .tc-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top-creca .tc-content .img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-creca .tc-content .img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .img {
    margin-bottom: 5rem;
  }
  .top-creca .tc-content .img img {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-creca .tc-content .img {
    width: 50%;
  }
}
.top-creca .tc-content .img .img14 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .img .img14 {
    width: 20rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-creca .tc-content .img .img14 {
    width: 30rem;
  }
}
.top-creca .tc-content .img .btn-1,
.top-creca .tc-content .img .btn-2,
.top-creca .tc-content .img .btn-3 {
  position: absolute;
}
.top-creca .tc-content .img .btn-1 a,
.top-creca .tc-content .img .btn-2 a,
.top-creca .tc-content .img .btn-3 a {
  transition: all 0.2s;
}
.top-creca .tc-content .img .btn-1 a:hover,
.top-creca .tc-content .img .btn-2 a:hover,
.top-creca .tc-content .img .btn-3 a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .img .btn-1 img,
.top-creca .tc-content .img .btn-2 img,
.top-creca .tc-content .img .btn-3 img {
    width: 20rem;
  }
}
.top-creca .tc-content .img .btn-1 {
  left: -7rem;
  top: 15%;
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .img .btn-1 {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-creca .tc-content .img .btn-1 {
    left: -3rem;
  }
}
.top-creca .tc-content .img .btn-2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .img .btn-2 img {
    width: 23rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-creca .tc-content .img .btn-2 {
    right: -2rem;
  }
}
.top-creca .tc-content .img .btn-3 {
  left: -7rem;
  bottom: 15%;
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .img .btn-3 {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-creca .tc-content .img .btn-3 {
    left: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .top-creca .tc-content .text {
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-creca .tc-content .text {
    width: 50%;
  }
}
.top-creca .tc-content .text .list1 {
  max-width: 73.6rem;
  margin-left: auto;
}
.top-creca .tc-content .text .list1 .item {
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .text .list1 .item {
    padding: 1rem 0;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .top-creca .tc-content .text .list1 .item {
    padding: 2rem 3rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-creca .tc-content .text .list1 .item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top-creca .tc-content .text .list1 .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.contact-banner {
  background: url("../images/conntact-bn-bg.jpg") no-repeat center/cover;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .contact-banner {
    background-size: 60rem auto;
    background-position: top center;
  }
}
.contact-banner .cb-ttl {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-banner .cb-ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner .cb-ttl {
    font-size: 3rem;
    line-height: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-banner .cb-box {
    margin-top: 2rem;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner .cb-box {
    margin-top: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 7rem;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact-banner .cb-box {
    padding: 2rem 2rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner .cb-box .cb-phone {
    padding: 0 1rem;
  }
}
.contact-banner .cb-box .cb-phone__link {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact-banner .cb-box .cb-phone__link {
    justify-content: center;
  }
}
.contact-banner .cb-box .cb-phone__link .icon {
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #049ee4;
}
.contact-banner .cb-box .cb-phone__link .text {
  color: #049ee4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .contact-banner .cb-box .cb-phone__link .text {
    font-size: 3rem;
    line-height: 2.6666666667;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner .cb-box .cb-phone__link .text {
    font-size: 5.5rem;
    line-height: 1.4545454545;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact-banner .cb-box .cb-phone__link .text {
    font-size: 3.5rem;
  }
}
.contact-banner .cb-box .cb-contact .text {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5rem;
}
.contact-banner .cb-box .cb-contact .cb-btn__link {
  padding: 2rem;
  display: block;
  background: #ff9900;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-banner .cb-box .cb-contact .cb-btn__link:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .contact-banner .cb-box .cb-contact .cb-btn__link {
    padding: 2rem 0;
    justify-content: center;
    gap: 1rem;
  }
}
.contact-banner .cb-box .cb-contact .cb-btn__link .icon {
  line-height: 1;
}
.contact-banner .cb-box .cb-contact .cb-btn__link .text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .contact-banner .cb-box .cb-contact .cb-btn__link .text {
    font-size: 1.6rem;
  }
}

.cre-gift {
  overflow: hidden;
}
.cre-gift .cre-wrap {
  max-width: 110rem;
  margin: 5rem auto;
  margin-bottom: 0;
}
.cre-gift .cre-wrap .cre-table {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
.cre-gift .cre-wrap .cre-table thead th {
  font-weight: bold;
  padding: 1rem 0;
}
.cre-gift .cre-wrap .cre-table thead th:nth-child(1) {
  color: #049ee4;
}
.cre-gift .cre-wrap .cre-table thead th:nth-child(2) {
  background-color: #049ee4;
  color: #fff;
}
.cre-gift .cre-wrap .cre-table thead th:nth-child(3) {
  background-color: #ff9900;
  color: #fff;
}
.cre-gift .cre-wrap .cre-table tbody tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.cre-gift .cre-wrap .cre-table tbody tr td {
  padding: 1.5rem 0;
  font-weight: 500;
}
.cre-gift .cre-wrap .cre-table tbody tr td:nth-child(1) {
  color: #0b0b0b;
}
.cre-gift .cre-wrap .cre-table tbody tr td:nth-child(2) {
  color: #049ee4;
}
.cre-gift .cre-wrap .cre-table tbody tr td:nth-child(3) {
  color: #ff9900;
}
@media screen and (min-width: 768px) {
  .cre-gift .cre-wrap .cre-content-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.cre-gift .cre-wrap .cre-content-group .cre-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content {
    margin-bottom: 5rem;
  }
}
.cre-gift .cre-wrap .cre-content-group .cre-content .cre-title {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content .cre-title {
    font-size: 4.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content .cre-title {
    font-size: 3.4rem;
  }
}
.cre-gift .cre-wrap .cre-content-group .cre-content .cre-title span {
  color: #049ee4;
}
@media screen and (max-width: 767px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content .cre-detail {
    font-size: 1.4rem;
    color: #0b0b0b;
  }
}
@media screen and (min-width: 768px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content .cre-detail {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.cre-gift .cre-wrap .cre-content-group .cre-content .cre-detail span {
  color: #ff9900;
}
.cre-gift .cre-wrap .cre-content-group .cre-content .cre-subtitle {
  font-weight: bold;
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content .cre-subtitle {
    font-size: 3rem;
    line-height: 1.6;
  }
}
.cre-gift .cre-wrap .cre-content-group .cre-content .cre-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #049ee4;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.cre-gift .cre-wrap .cre-content-group .cre-content .cre-action a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content .cre-action a {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content .cre-action a {
    width: 32rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cre-gift .cre-wrap .cre-content-group .cre-content {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .cre-gift .cre-wrap .cre-content-group .cre-image img {
    width: 30rem;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cre-gift .cre-wrap .cre-content-group .cre-image img {
    max-width: 46rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cre-gift .cre-wrap .cre-content-group .cre-image {
    width: 45%;
  }
}

.faq {
  margin: 10rem 0;
}
@media screen and (max-width: 767px) {
  .faq {
    margin: 5rem 0;
  }
}
.faq .faq-content {
  margin-top: 5rem;
}
.faq .faq-content .faq-list .faq-item .question {
  font-weight: 500;
  padding: 1.5rem 2rem;
  color: #ffffff;
  background-color: #049ee4;
}
@media screen and (min-width: 768px) {
  .faq .faq-content .faq-list .faq-item .question {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }
}
.faq .faq-content .faq-list .faq-item .question span {
  display: flex;
  gap: 0.5rem;
}
.faq .faq-content .faq-list .faq-item .question span:before {
  content: "Q. ";
}
.faq .faq-content .faq-list .faq-item .answer {
  padding: 1.5rem 2rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .faq .faq-content .faq-list .faq-item .answer {
    font-size: 1.8rem;
    line-height: 1.8333333333;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-content .faq-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    gap: 3rem 0;
  }
  .faq .faq-content .faq-list .faq-item {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .faq .faq-content .faq-list .faq-item .question {
    min-height: 9rem;
    display: flex;
    align-items: center;
  }
  .faq .faq-content .faq-list .faq-item .answer {
    flex: 1;
  }
}

.customer-voice {
  margin: 10rem 0;
}
@media screen and (max-width: 767px) {
  .customer-voice {
    margin: 5rem 0;
  }
}
.customer-voice .sub-note {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .customer-voice .sub-note {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}
.customer-voice .cv-content {
  margin-top: 4.5rem;
}
.customer-voice .cv-content .cv-item {
  background: #f8f8f8;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .customer-voice .cv-content .cv-item {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .customer-voice .cv-content .cv-item {
    padding: 3rem;
  }
}
.customer-voice .cv-content .cv-item:not(:last-child) {
  margin-bottom: 3rem;
}
.customer-voice .cv-content .cv-item .cv-info {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.customer-voice .cv-content .cv-item .cv-info .vc-img {
  /* 
  border: 0.4rem solid #ffffff; */
  width: 9rem;
  height: 9rem;
}
.customer-voice .cv-content .cv-item .cv-info .cv-text .cv-ttl {
  color: #049ee4;
  font-weight: 500;
  line-height: 2.9rem;
  font-size: 2rem;
}
.customer-voice .cv-content .cv-item .cv-info .cv-text .cv-datetime {
  font-size: 1.8rem;
  line-height: 3.3rem;
  color: #838383;
}
.customer-voice .cv-content .cv-item .cv-detail {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .customer-voice .cv-content .cv-item .cv-detail {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}

.solve-problem {
  background-color: rgba(4, 158, 228, 0.05);
}
@media screen and (max-width: 767px) {
  .solve-problem {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .solve-problem {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.solve-problem .sp-content {
  margin-top: 5rem;
}
.solve-problem .sp-list {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item {
    display: flex;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .solve-problem .sp-list .sp-item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.solve-problem .sp-list .sp-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .solve-problem .sp-list .sp-item .sp-img {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item .sp-img {
    width: 12.2rem;
    height: 12.2rem;
  }
}
.solve-problem .sp-list .sp-item .sp-img img {
  display: block;
  border: 0.5rem solid #049ee4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .solve-problem .sp-list .sp-item .sp-img img {
    margin: 0 auto;
  }
}
.solve-problem .sp-list .sp-item .sp-text {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item .sp-text {
    width: calc(100% - 12.2rem);
  }
}
.solve-problem .sp-list .sp-item .sp-text .sp-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.9rem;
  color: #049ee4;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .solve-problem .sp-list .sp-item .sp-text .sp-snip {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .explain-flow {
    margin: 5rem 0;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .explain-flow {
    margin: 10rem 0;
  }
}
.explain-flow .container {
  max-width: 133rem;
}
.explain-flow .ef-content {
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .explain-flow .ef-content .flow {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .explain-flow .ef-content .flow {
    flex-direction: column;
    align-items: center;
  }
}
.explain-flow .ef-content .flow .flow-item {
  position: relative;
  background: url("../images/ip14pro.png") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .explain-flow .ef-content .flow .flow-item {
    margin-bottom: 5rem;
    padding-top: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .explain-flow .ef-content .flow .flow-item {
    width: 33.3333333333%;
    padding-top: 7.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 19.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .explain-flow .ef-content .flow .flow-item {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 6rem;
    width: 52%;
    margin-bottom: 5rem;
  }
}
.explain-flow .ef-content .flow .flow-item .fi-number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #049ee4;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.44;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .explain-flow .ef-content .flow .flow-item .fi-number {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .explain-flow .ef-content .flow .flow-item .fi-number {
    width: 7.6rem;
    height: 7.5rem;
  }
}
.explain-flow .ef-content .flow .flow-item .fi-ttl {
  color: #049ee4;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.45;
  text-align: center;
}
.explain-flow .ef-content .flow .flow-item .fi-ttl span {
  display: block;
  font-size: 0.85em;
}
.explain-flow .ef-content .flow .flow-item .fi-text {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .explain-flow .ef-content .flow .flow-item .fi-text {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}
.explain-flow .ef-content .flow .flow-item .fi-img {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .explain-flow .ef-content .flow .flow-item .fi-img img {
    width: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .apply {
    margin: 5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .apply {
    margin: 10rem 0;
  }
}
.apply .apply-note {
  margin-top: 2.2rem;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .apply .apply-note {
    gap: 1rem;
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.apply .apply-note_label {
  background: #ff9900;
  border-radius: 0.5rem;
  padding: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .apply .apply-note_label {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.apply .apply-note_cnt {
  background: #f8f8f8;
  border-radius: 0.5rem;
  padding: 1rem;
}
.apply .apply-content {
  background-color: #fff;
  box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 768px) {
  .apply .apply-content {
    margin-top: 3rem;
    padding: 5.6rem 6.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .apply .apply-content {
    padding: 4rem 3rem;
  }
}
.apply .apply-content .table-apply {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}
.apply .apply-content .table-apply tbody tr th {
  font-weight: 500;
  text-align: left;
  padding: 2rem;
  border-bottom: 0.2rem solid #d9d9d9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .apply .apply-content .table-apply tbody tr th {
    display: block;
    padding: 1rem;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .apply .apply-content .table-apply tbody tr th {
    padding-right: 6rem;
    width: 38rem;
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .apply .apply-content .table-apply tbody tr th {
    width: 30rem;
  }
}
.apply .apply-content .table-apply tbody tr th .red {
  color: #ff9900;
}
@media screen and (max-width: 767px) {
  .apply .apply-content .table-apply tbody tr th .red {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .apply .apply-content .table-apply tbody tr th .red {
    float: right;
  }
}
.apply .apply-content .table-apply tbody tr th .form-note {
  color: #838383;
}
@media screen and (max-width: 767px) {
  .apply .apply-content .table-apply tbody tr th .form-note {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .apply .apply-content .table-apply tbody tr th .form-note {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.apply .apply-content .table-apply tbody tr th .brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .apply .apply-content .table-apply tbody tr th .required {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .apply .apply-content .table-apply tbody tr th .required {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.apply .apply-content .table-apply tbody tr td {
  padding: 2rem;
  text-align: left;
  border-bottom: 0.2rem solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .apply .apply-content .table-apply tbody tr td {
    display: block;
    padding: 1rem;
    padding-top: 0;
  }
}
.apply .apply-content .table-apply tbody tr td .form-group {
  margin-bottom: 0;
}
.apply .apply-content .table-apply tbody tr td .form-group .mr20 {
  margin-right: 2rem;
}
.apply .apply-content .table-apply tbody tr td .form-group .form-control {
  border: none;
  border-radius: 0;
  width: 100%;
  background: #f8f8f8;
  border-radius: 0.5rem;
  height: 6.4rem;
  padding: 2rem 2.7rem;
}
@media screen and (max-width: 767px) {
  .apply .apply-content .table-apply tbody tr td .form-group .form-control {
    height: 5rem;
    padding: 1rem 1.5rem;
  }
}
.apply .apply-content .table-apply tbody tr td .form-group .form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adadad;
  opacity: 1; /* Firefox */
}
.apply .apply-content .table-apply tbody tr td .form-group .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adadad;
  opacity: 1; /* Firefox */
}
.apply .apply-content .table-apply tbody tr td .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adadad;
  opacity: 1; /* Firefox */
}
.apply .apply-content .table-apply tbody tr td .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #adadad;
}
.apply .apply-content .table-apply tbody tr td .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #adadad;
}
.apply .apply-content .table-apply tbody tr td .form-group label {
  width: 40%;
}
.apply .apply-content .table-apply tbody tr td .help-block {
  color: #ff2626;
}
.apply .apply-content button {
  background: #fff;
  border: none;
  padding: 0.5rem 4rem;
  border-radius: 0.6rem;
  box-shadow: 0.2rem 0.2rem 0.1rem #7d7d7d;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
  background: #049ee4;
  color: rgb(255, 255, 255);
  border-radius: 10rem;
  width: 22.3rem;
  height: 6rem;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.apply .apply-content button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .apply .apply-content button {
    width: 17.3rem;
    height: 5rem;
  }
}

.main-mv__in {
  position: relative;
}
.main-mv__in img {
  width: 100%;
}
.main-mv__in .txt-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#form-sending {
  display: none;
}

#form-sending .sending-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.sending-content {
  width: 100%;
  height: 80px;
  margin-top: -40px;
  position: fixed;
  top: 50%;
  text-align: center;
  z-index: 2001;
  font-size: 42px;
  color: #fff;
}

#form-sending .sending-content img {
  height: 60px;
  vertical-align: bottom;
}

#thanks {
  text-align: center;
  padding: 5rem 0;
  line-height: 1.6;
}

#thanks h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  #thanks h2 {
    font-size: 4rem;
  }
}

#thanks .content {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  #thanks .content {
    font-size: 2.2rem;
  }
}

#thanks .content p {
  margin-bottom: 2rem;
}

.back-to-top {
  margin-top: 5rem;
  text-align: center;
}

.back-to-top a {
  background: #0095d9;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
}
.back-to-top a:hover {
  opacity: 0.9;
}

#contact-fixed {
  position: fixed;
  right: 7rem;
  bottom: 5rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #contact-fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #contact-fixed {
    right: 7rem;
    bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #contact-fixed .contact-fixed__item {
    width: 50%;
  }
}
#contact-fixed .contact-fixed__item.-phone {
  display: block;
  background-color: #049ee4;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  line-height: 1;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contact-fixed .contact-fixed__item.-phone {
    padding: 1rem 0;
    gap: 0.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #contact-fixed .contact-fixed__item.-phone {
    display: none;
  }
}
#contact-fixed .contact-fixed__item.-phone .c__btn-icon svg {
  height: auto;
}
@media screen and (max-width: 767px) {
  #contact-fixed .contact-fixed__item.-phone .c__btn-icon svg {
    width: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #contact-fixed .contact-fixed__item.-phone .c__btn-icon svg {
    width: 2.7rem;
  }
}
#contact-fixed .contact-fixed__item.-phone .c__btn-text {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #contact-fixed .contact-fixed__item.-phone .c__btn-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  #contact-fixed .contact-fixed__item.-phone .c__btn-text {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #contact-fixed .contact-fixed__item.-phone .c__btn-text {
    font-size: 2.3rem;
    line-height: 3.4rem;
  }
}
#contact-fixed .contact-fixed__item.-mail {
  position: relative;
  background: linear-gradient(95.34deg, #ff813a -6.12%, #ecc22d 95.66%);
  color: #fff;
}
#contact-fixed .contact-fixed__item.-mail:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  #contact-fixed .contact-fixed__item.-mail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    border-radius: 0.3rem;
    width: 100%;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #contact-fixed .contact-fixed__item.-mail {
    display: block;
    border-radius: 10rem;
    padding: 1.5rem 4rem;
  }
}
#contact-fixed .contact-fixed__item.-mail .fixed_tel {
  display: inline-block;
  background: #e6f7ff;
  color: #0b0b0b;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  #contact-fixed .contact-fixed__item.-mail .fixed_tel {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #contact-fixed .contact-fixed__item.-mail .fixed_tel {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
#contact-fixed .contact-fixed__item.-mail .fixed_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
#contact-fixed .contact-fixed__item.-mail .fixed_btn span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #contact-fixed .contact-fixed__item.-mail .fixed_btn span {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #contact-fixed .contact-fixed__item.-mail .fixed_btn span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.cashpay {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .cashpay {
    margin-bottom: 5rem;
  }
}
.cashpay .comn-title {
  color: #049ee4;
}
.cashpay .cash-content {
  max-width: 96.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5rem;
}
.cashpay .cash-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem 0;
}
.cashpay .cash-content ul .item {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cashpay .cash-content ul {
    gap: 1.5rem 0;
  }
  .cashpay .cash-content ul .item {
    width: 50%;
  }
  .cashpay .cash-content ul .item img {
    max-width: 95px;
    max-height: 59px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.form-group-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.radio-wrap {
  min-height: 6rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .none-tel .contact-banner .cb-box {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .none-tel .contact-banner .cb-box {
    justify-content: center;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */