/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_support .img .over {
  width: 100%;
}
.p_support .c_mv02 {
  background: url(../images/support/img_mv.png) no-repeat center;
  background-size: cover;
}
.p_support__item {
  margin-bottom: 60px;
}
.p_support .c_ttl01 {
  margin-bottom: 25px;
}
.p_support [class*=c_txt_16] {
  margin-bottom: 25px;
}
.p_support [class*=c_txt_16]:last-child {
  margin-bottom: 0;
}
.p_support [class*=c_txt_35] {
  margin-bottom: 20px;
}
.p_support [class*=c_txt_35]:last-child {
  margin-bottom: 0;
}
.p_support02 {
  margin-bottom: 60px;
}
.p_support02__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_support02__txt {
  width: 100%;
  margin-bottom: 30px;
}
.p_support02__img {
  width: 100%;
}
.p_support03 {
  margin-bottom: 60px;
}
.p_support03 .c_ttl01 {
  margin-bottom: 20px;
}
.p_support03 .c_ttl03 {
  margin-bottom: 20px;
}
.p_support03 .img {
  padding: 20px;
  background-color: #F3F3F6;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: auto;
}
.p_support03 .img + [class*=c_txt_16] {
  max-width: 870px;
  margin: 0 auto 0 auto;
}
.p_support03__item {
  margin-bottom: 40px;
}
.p_support03__item:last-child {
  margin-bottom: 0 !important;
}
.p_support04 {
  margin-bottom: 60px;
}
.p_support04 .c_ttl01 {
  margin-bottom: 25px;
}
.p_support04__gird {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.p_support04 .c_ttl03 {
  margin-bottom: 20px;
}
.p_support04__item {
  margin-bottom: 60px;
}
.p_support04__item:last-child {
  margin-bottom: 0 !important;
}
.p_support05 {
  margin-bottom: 60px;
}
.p_support05 .l_container .c_ttl01 {
  margin-bottom: 30px;
}
.p_support05 .img {
  margin-bottom: 20px;
}
.p_support05 .c_list02 {
  margin-top: 0;
  margin-bottom: 0;
}
.p_support05__item {
  margin-bottom: 40px;
}
.p_support05__flex__left {
  margin-bottom: 20px;
}
.p_support06 {
  margin-bottom: 60px;
}
.p_support06 .c_ttl01 {
  margin-bottom: 20px;
}
.p_support06 .c_list01 {
  margin-bottom: 40px;
}
.p_support06 [class*=c_txt_25] {
  margin-bottom: 20px;
}
.p_support06 [class*=c_txt_25]:last-child {
  margin-bottom: 0;
}
.p_support06 [class*=c_txt_16] {
  margin-bottom: 20px;
}
.p_support06 [class*=c_txt_16]:last-child {
  margin-bottom: 0;
}
.p_support06__flex {
  position: relative;
  padding: 30px 20px 30px 0;
  z-index: 1;
}
.p_support06__flex::after {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  background: #fff;
  width: calc(100% + 20px);
  height: 100%;
  z-index: -1;
}
.p_support06__flex__txt {
  margin-bottom: 15px;
}
.p_support06__flex__img img {
  border-radius: 10px;
}
.p_support .c_banner02 {
  margin-top: 60px;
}
.p_support .modalArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 144px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 99;
}
.p_support .modalArea.show {
  pointer-events: all;
  opacity: 1;
}
.p_support .modalArea__inner {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 80px);
  z-index: 100;
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}
.p_support .modalArea .modal_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.p_support .modal {
  height: 100%;
  max-height: 600px;
  position: absolute;
  display: none;
}
.p_support .modal .content {
  overflow: auto;
  height: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.p_support .modal .content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.p_support .modal .content::-webkit-scrollbar-track {
  border-radius: 5px;
}
.p_support .modal .content::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 5px;
}
.p_support .modal .content::-webkit-scrollbar-thumb:hover {
  background: #FFF;
}
.p_support .modal .close {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  background: #FFF;
  top: 0;
  right: 0;
  transform: translate(40%, -40%) rotate(45deg);
  z-index: 1;
  cursor: pointer;
  transition: 0.5s;
}
.p_support .modal .close:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.p_support .modal .close::after, .p_support .modal .close::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #405365;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.p_support .modal .close::before {
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p_support .modal_frame {
  padding: 0 0 10px;
}
.p_support .modal_frame .img {
  width: 490px;
  height: 460px;
}
.p_support .modal_frame .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p_support .c_topic {
    margin-top: 33px;
    margin-bottom: 52px;
  }
  .p_support__item {
    margin-bottom: 96px;
  }
  .p_support .c_ttl01 {
    margin-bottom: 45px;
  }
  .p_support [class*=c_txt_16] {
    margin-bottom: 43px;
  }
  .p_support [class*=c_txt_35] {
    margin-bottom: 34px;
  }
  .p_support02 {
    margin-bottom: 146px;
  }
  .p_support02__txt {
    margin-bottom: 0;
    width: 56%;
    padding-right: 30px;
  }
  .p_support02__img {
    width: 44%;
    padding: 2px 10px 0 13px;
  }
  .p_support03 {
    margin-bottom: 108px;
  }
  .p_support03 .c_ttl01 {
    margin-bottom: 25px;
  }
  .p_support03 .c_ttl03 {
    margin-bottom: 33px;
  }
  .p_support03 .img {
    padding: 50px;
    border-radius: 10px;
    padding: clamp(2.5rem, 4.83vw + 1.29rem, 6.13rem) clamp(3.13rem, 9.33vw + 0.79rem, 10.13rem);
    margin-bottom: 47px;
  }
  .p_support03__item .icon {
    pointer-events: none;
  }
  .p_support03__item {
    margin-bottom: 87px;
  }
  .p_support04 {
    margin-bottom: 112px;
  }
  .p_support04 .c_ttl01 {
    margin-bottom: 41px;
  }
  .p_support04__gird {
    grid-template-columns: 1fr;
  }
  .p_support04 .c_ttl03 {
    margin-bottom: 33px;
  }
  .p_support04__item {
    margin-bottom: 93px;
  }
  .p_support05 {
    margin-bottom: 112px;
  }
  .p_support05 .l_container .c_ttl01 {
    margin-bottom: 41px;
  }
  .p_support05 .img {
    margin-bottom: 36px;
  }
  .p_support05 .c_list02 {
    margin-top: -8px;
    margin-bottom: 8px;
  }
  .p_support05__item {
    margin-bottom: 91px;
  }
  .p_support06 {
    margin-bottom: 108px;
  }
  .p_support06 .c_ttl01 {
    margin-bottom: 42px;
  }
  .p_support06 .c_list01 {
    margin-bottom: 87px;
  }
  .p_support06 [class*=c_txt_25] {
    margin-bottom: 35px;
  }
  .p_support06 [class*=c_txt_16] {
    margin-bottom: 35px;
  }
  .p_support06__flex {
    display: flex;
    padding: 40px 40px 40px 0;
  }
  .p_support06__flex::after {
    left: -40px;
    width: calc(100% + 40px);
  }
  .p_support06__flex__txt {
    margin-bottom: 0;
    width: 64%;
    padding-right: clamp(2.5rem, 4.17vw + 1.46rem, 5.63rem);
  }
  .p_support06__flex__img {
    width: 36%;
  }
  .p_support .c_banner02 {
    margin-top: 91px;
  }
  .p_support .modal_frame .img {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p_support04__gird {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 40px;
  }
  .p_support05__flex {
    display: flex;
  }
  .p_support05__flex__left {
    width: 300px;
  }
  .p_support05__flex__right {
    position: relative;
    top: -3px;
    width: calc(100% - 300px);
  }
  .p_support .modalArea__inner {
    padding: 51px 46px 48px 59px;
    max-width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1440px) {
  .p_support02__txt {
    padding-right: 50px;
  }
  .p_support06__flex {
    padding: 98px 79px 98px 0;
  }
  .p_support06__flex::after {
    left: -80px;
    width: calc(100% + 80px);
  }
  .p_support .modalArea__inner {
    width: 100%;
    max-width: 1160px;
  }
}
/*# sourceMappingURL=support.css.map */
