@charset "UTF-8";
@font-face {
  font-family: "mainfont.ttf";
  src: url(../css/A-OTF\ Gothic\ MB101\ Pro\ H.otf) format("truetype");
}
body {
  font-family: "mainfont.ttf", "a-otf-gothic-mb101-pr6n", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 1.7;
}
@media (min-width: 621px) and (max-width:940px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 620px) {
  body {
    font-size: 16px;
  }
}

.inner {
  width: 865px;
  margin: 0 auto;
}
@media (min-width: 621px) and (max-width:940px) {
  .inner {
    width: 580px;
  }
}
@media screen and (max-width: 620px) {
  .inner {
    width: 350px;
  }
}

.section-title {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  padding-top: 140px;
  padding-bottom: 75px;
}
@media (min-width: 621px) and (max-width:940px) {
  .section-title {
    font-size: 38px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 620px) {
  .section-title {
    font-size: 34px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

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

/*==================================


header


====================================*/
header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  background-color: #ffffff;
}

.header-nav {
  display: flex;
  justify-content: center;
  padding-top: 18px;
}
.header-nav li a {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 621px) and (max-width:940px) {
  .header-nav li a {
    font-size: 16px;
  }
}
.header-nav span {
  padding: 0 35px;
}
@media (min-width: 621px) and (max-width:940px) {
  .header-nav span {
    padding: 0 20px;
  }
}
@media screen and (max-width: 620px) {
  .header-nav {
    display: none;
  }
}

.hover-pink:hover {
  color: #FF41A5;
}

.hover-blue:hover {
  color: #00BEFF;
}

.hover-orange:hover {
  color: #FF6400;
}

.hover-purple:hover {
  color: #9B00FF;
}

.drawer-icon {
  position: fixed;
  top: 22px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 620px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
  background: #000000;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
  background: #000000;
}

.drawer-icon-bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  border-radius: 8px;
  background: #000000;
  top: 0;
  left: 0;
  transition: all 0.4s;
}

.drawer-icon-bar1 {
  top: 0px;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.logo {
  width: 140px;
  padding: 15px 0 0 20px;
  margin-bottom: 40px;
}

.drawer-content-item {
  padding-bottom: 26px;
  padding-top: 26px;
  border-bottom: 1px solid #000000;
}
.drawer-content-item a {
  display: block;
  color: #000;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  font-weight: 900;
}

/*==================================


FV


====================================*/
.sp-only {
  display: none;
}
@media screen and (max-width: 620px) {
  .sp-only {
    display: block;
  }
}

.fv {
  background: url(../img/fv.jpg) no-repeat center center/cover;
  margin-top: 50px;
  width: 100%;
  height: 100vh;
}

.about {
  padding-top: 110px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (min-width: 621px) and (max-width:940px) {
  .about {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 620px) {
  .about {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.about-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.25;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 621px) and (max-width:940px) {
  .about-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 620px) {
  .about-text {
    line-height: 1.9;
    font-size: 18px;
  }
}

.about-title {
  width: 590px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 621px) and (max-width:940px) {
  .about-title {
    width: 580px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 620px) {
  .about-title {
    width: 90%;
  }
}

/*==================================


result


====================================*/
.result {
  background-color: #000000;
}
@media screen and (max-width: 620px) {
  .result {
    padding-bottom: 40px;
  }
}

.result-title {
  color: #AFFF00;
}

.result-best {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 60px;
  margin-bottom: 110px;
}
@media (min-width: 621px) and (max-width:940px) {
  .result-best {
    padding: 50px 30px 30px 30px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 620px) {
  .result-best {
    padding: 60px 20px 20px 20px;
    margin-bottom: 80px;
    display: block;
    position: relative;
  }
}

.result-best-left {
  position: relative;
  width: 50%;
}
.result-best-left span {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 620px) {
  .result-best-left span {
    font-size: 12px;
  }
}
.result-best-left p {
  font-size: 12px;
  padding-bottom: 10px;
}
@media screen and (max-width: 620px) {
  .result-best-left {
    width: 100%;
  }
}

.icon-pink {
  position: absolute;
  width: 210px;
  top: -100px;
  left: -90px;
}
.icon-pink::after {
  content: "大賞";
  position: absolute;
  font-size: 37px;
  font-weight: bold;
  color: #ffffff;
  top: 30px;
  left: 40px;
  transform: skew(-30deg) rotate(-10deg);
}
@media (min-width: 621px) and (max-width:940px) {
  .icon-pink::after {
    font-size: 32px;
    top: 25px;
  }
}
@media screen and (max-width: 620px) {
  .icon-pink::after {
    font-size: 26px;
    top: 20px;
    left: 30px;
  }
}
@media (min-width: 621px) and (max-width:940px) {
  .icon-pink {
    width: 180px;
    top: -80px;
    left: -60px;
  }
}
@media screen and (max-width: 620px) {
  .icon-pink {
    width: 150px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.best-company-name {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 621px) and (max-width:940px) {
  .best-company-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 620px) {
  .best-company-name {
    font-size: 20px;
  }
}

.best-cm-title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (min-width: 621px) and (max-width:940px) {
  .best-cm-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 620px) {
  .best-cm-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.best-radio-name {
  font-size: 22px;
  padding-bottom: 25px;
  font-weight: 600;
}
@media (min-width: 621px) and (max-width:940px) {
  .best-radio-name {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 620px) {
  .best-radio-name {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 3px solid #FF41A5;
    margin-bottom: 280px;
  }
}

.cm-audio {
  width: 90%;
}
@media screen and (max-width: 620px) {
  .cm-audio {
    padding-bottom: 10px;
  }
}

.result-best-right {
  width: 50%;
}
@media screen and (max-width: 620px) {
  .result-best-right {
    width: calc(100% - 40px);
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.result-item-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 620px) {
  .result-item-wrap {
    display: block;
  }
}

.result-item {
  padding: 70px 50px 50px 50px;
  background-color: #ffffff;
  width: calc((100% - 60px) / 2);
  margin-bottom: 110px;
  position: relative;
}
@media (min-width: 621px) and (max-width:940px) {
  .result-item {
    width: calc((100% - 30px) / 2);
    padding: 70px 30px 30px 30px;
  }
}
@media screen and (max-width: 620px) {
  .result-item {
    width: 100%;
    padding: 50px 20px 20px 20px;
    margin-bottom: 80px;
  }
}
.result-item:nth-child(even) {
  margin-left: 60px;
}
@media (min-width: 621px) and (max-width:940px) {
  .result-item:nth-child(even) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 620px) {
  .result-item:nth-child(even) {
    margin-left: 0;
  }
}
.result-item p {
  font-size: 12px;
  margin-top: 30px;
  padding-bottom: 10px;
}

.icon-blue {
  position: absolute;
  width: 220px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 621px) and (max-width:940px) {
  .icon-blue {
    width: 200px;
  }
}
@media screen and (max-width: 620px) {
  .icon-blue {
    width: 140px;
    top: -40px;
  }
}
.icon-blue::after {
  content: "優秀賞";
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  top: 30px;
  left: 40px;
  transform: skew(-30deg) rotate(-10deg);
}
@media (min-width: 621px) and (max-width:940px) {
  .icon-blue::after {
    font-size: 28px;
  }
}
@media screen and (max-width: 620px) {
  .icon-blue::after {
    font-size: 20px;
    top: 18px;
    left: 30px;
  }
}

.icon-orange {
  padding: 20px;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  background-color: #FF6400;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) skew(-30deg) rotate(-10deg);
}
@media screen and (max-width: 620px) {
  .icon-orange {
    padding: 10px;
    top: -30px;
  }
}
.icon-orange img {
  transform: skew(20deg) rotate(15deg);
  width: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 620px) {
  .icon-orange img {
    width: 20px;
  }
}
.icon-orange span {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}
@media (min-width: 621px) and (max-width:940px) {
  .icon-orange span {
    font-size: 28px;
  }
}
@media screen and (max-width: 620px) {
  .icon-orange span {
    font-size: 20px;
  }
}

.result-company-name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  .result-company-name {
    font-size: 20px;
  }
}

.result-cm-title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  .result-cm-title {
    font-size: 20px;
  }
}

.result-radio-name {
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.result-radio-name span {
  font-size: 12px;
}

.result-item1 .result-radio-name {
  border-bottom: 3px solid #00BEFF;
}

.result-item2 .result-radio-name {
  border-bottom: 3px solid #FF6400;
}

/*==================================


news


====================================*/
.news-wrap {
  padding-bottom: 115px;
  border-bottom: 3px solid #000000;
}
@media (min-width: 621px) and (max-width:940px) {
  .news-wrap {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 620px) {
  .news-wrap {
    padding-bottom: 70px;
  }
}

.news-item a {
  color: #000000;
  display: flex;
  padding: 22px 60px 22px 42px;
  background-color: #E4E4E4;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.7s;
}
@media (min-width: 621px) and (max-width:940px) {
  .news-item a {
    padding: 20px 50px 20px 30px;
  }
}
@media screen and (max-width: 620px) {
  .news-item a {
    display: block;
    padding: 15px 40px 15px 20px;
  }
}
.news-item a:hover {
  background-color: #FF41A5;
}
.news-item a:hover::after {
  background-color: #ffffff;
}
.news-item a:hover .news-date {
  color: #ffffff;
}
.news-item a:hover .news-text {
  color: #ffffff;
}
.news-item a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FF41A5;
  border-radius: 50%;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (min-width: 621px) and (max-width:940px) {
  .news-item a::after {
    right: 15px;
  }
}
@media screen and (max-width: 620px) {
  .news-item a::after {
    right: 10px;
  }
}

.news-date {
  font-size: 16px;
  padding-top: 5px;
  color: #FF41A5;
}

.news-text {
  font-size: 20px;
  font-weight: 700;
  padding-left: 70px;
}
@media (min-width: 621px) and (max-width:940px) {
  .news-text {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 620px) {
  .news-text {
    font-size: 16px;
    padding-left: 0;
  }
}

/*==================================


entry


====================================*/
.entry-title {
  color: #00BEFF;
}

.icon-black {
  width: 181px;
  height: 74px;
  padding-top: 10px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  transform: skew(-20deg) rotate(-10deg);
  margin-top: 25px;
}
@media (min-width: 621px) and (max-width:940px) {
  .icon-black {
    width: 160px;
    height: 68px;
    font-size: 28px;
  }
}
@media screen and (max-width: 620px) {
  .icon-black {
    width: 140px;
    height: 50px;
    font-size: 22px;
    padding-top: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.entry-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (min-width: 621px) and (max-width:940px) {
  .entry-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  .entry-item {
    display: block;
  }
}

.entry-item-texts {
  width: calc(100% - 260px);
  line-height: 1.7;
}
@media (min-width: 621px) and (max-width:940px) {
  .entry-item-texts {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 620px) {
  .entry-item-texts {
    width: 100%;
  }
}

.under-text {
  padding-top: 20px;
}

.entry-item-list {
  padding-bottom: 30px;
}
.entry-item-list li {
  position: relative;
  padding-left: 18px;
}
.entry-item-list li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #00BEFF;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.entry-item-list li a {
  color: #00BEFF;
}
.entry-item-list li a:hover {
  opacity: 0.7;
}

.entry-item-text {
  padding-top: 10px;
}
.entry-item-text span {
  font-size: 25px;
  color: #00BEFF;
  padding-right: 10px;
  font-weight: 700;
}

.DL-btn a {
  color: #00BEFF;
  font-weight: 600;
}
.DL-btn a:hover {
  opacity: 0.7;
}

/*==================================


banner


====================================*/
.banner {
  background-color: #E4E4E4;
  padding-top: 120px;
  padding-bottom: 85px;
}
@media (min-width: 621px) and (max-width:940px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 620px) {
  .banner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.big-banners {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 620px) {
  .big-banners {
    display: block;
  }
}

.banner-L {
  width: 330px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 35px;
  aspect-ratio: 13/5;
}
@media (min-width: 621px) and (max-width:940px) {
  .banner-L {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 620px) {
  .banner-L {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.banner-L img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 1s;
}
.banner-L img:hover {
  scale: 1.05;
}

.small-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-s {
  width: 260px;
  aspect-ratio: 13/5;
  margin-bottom: 35px;
}
.banner-s img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 1s;
}
.banner-s img:hover {
  scale: 1.05;
}
@media (min-width: 621px) and (max-width:940px) {
  .banner-s {
    width: 180px;
  }
}
@media screen and (max-width: 620px) {
  .banner-s {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}

/*==================================


hint


====================================*/
.hint {
  background-color: #000000;
  padding-bottom: 140px;
}
@media (min-width: 621px) and (max-width:940px) {
  .hint {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 620px) {
  .hint {
    padding-bottom: 100px;
  }
}

.hint-title {
  color: #ffffff;
}

.hint-wrap {
  background-color: #ffffff;
  padding: 90px 105px;
}
@media (min-width: 621px) and (max-width:940px) {
  .hint-wrap {
    padding: 60px;
  }
}
@media screen and (max-width: 620px) {
  .hint-wrap {
    padding: 30px 15px;
  }
}

.hint-subtitle {
  padding-bottom: 45px;
  font-size: 28px;
  color: #FF6400;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #FF6400;
}
@media (min-width: 621px) and (max-width:940px) {
  .hint-subtitle {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 620px) {
  .hint-subtitle {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.hint-content-item {
  padding-top: 50px;
}
@media (min-width: 621px) and (max-width:940px) {
  .hint-content-item {
    padding-top: 30px;
  }
}
@media screen and (max-width: 620px) {
  .hint-content-item {
    padding-top: 30px;
  }
}

.hint-item-title {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  .hint-item-title {
    margin-bottom: 10px;
  }
}
.hint-item-title h4 {
  font-size: 22px;
  font-weight: 700;
  margin-left: 15px;
  padding-top: 5px;
}
@media (min-width: 621px) and (max-width:940px) {
  .hint-item-title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 620px) {
  .hint-item-title h4 {
    font-size: 20px;
    margin-left: 10px;
    padding-top: 0;
  }
}

.hint-item-number {
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 22px;
  padding-top: 5px;
  text-align: center;
  background-color: #FF6400;
}
@media screen and (max-width: 620px) {
  .hint-item-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.hint-item-text {
  font-size: 16px;
}

.entry-btn {
  text-align: center;
  margin: 60px 0;
}
.entry-btn a {
  display: inline-block;
  width: 400px;
  text-align: center;
}
.entry-btn a img {
  transition: all 1s;
}
@media screen and (max-width: 620px) {
  .entry-btn a {
    width: 80%;
  }
}

.hint-check-title {
  display: flex;
  margin-bottom: 45px;
}
.hint-check-title p {
  font-weight: 700;
  line-height: 1.4;
}

.icon-border {
  margin-right: 40px;
  margin-top: 10px;
  font-size: 24.5px;
  width: 153px;
  height: 55px;
  font-weight: 700;
  text-align: center;
  border: 3px solid #FF6400;
  padding-top: 3px;
  transform: skew(-25deg) rotate(-10deg);
}
@media (min-width: 621px) and (max-width:940px) {
  .icon-border {
    margin-right: 30px;
  }
}
@media screen and (max-width: 620px) {
  .icon-border {
    margin-right: 20px;
    font-size: 20px;
    padding-top: 5px;
  }
}

.check-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .check-card-wrap {
    display: block;
  }
}

.hint-check-card {
  width: calc((100% - 60px) / 2);
  margin-bottom: 40px;
}
@media (min-width: 621px) and (max-width:940px) {
  .hint-check-card {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 620px) {
  .hint-check-card {
    width: 100%;
  }
}

.check-card-img {
  overflow: hidden;
}
.check-card-img img {
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s;
}
.check-card-img img:hover {
  scale: 1.05;
}

.check-card-title {
  padding: 30px;
  background-color: #E4E4E4;
}
@media (min-width: 621px) and (max-width:940px) {
  .check-card-title {
    padding: 15px;
  }
}
@media screen and (max-width: 620px) {
  .check-card-title {
    padding: 15px;
    margin-bottom: 30px;
  }
}

/*==================================


Q&A


====================================*/
.faqs-title {
  color: #9B00FF;
}

.faqs-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (min-width: 621px) and (max-width:940px) {
  .faqs-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 620px) {
  .faqs-wrap {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }
}

.faq-wrap-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 35px;
  font-weight: 900;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 3;
}
.faq-wrap-title::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 54px;
  background-color: #FF41A5;
  transform: skew(-25deg) rotate(-10deg);
  z-index: -1;
  top: 10px;
  left: -20px;
}
@media screen and (max-width: 620px) {
  .faq-wrap-title::before {
    left: 40px;
    top: 20px;
  }
}
@media (min-width: 621px) and (max-width:940px) {
  .faq-wrap-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 620px) {
  .faq-wrap-title {
    font-size: 28px;
    margin-top: 0;
    writing-mode: horizontal-tb;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
  }
}

.faqs-body {
  width: 721px;
}
@media (min-width: 621px) and (max-width:940px) {
  .faqs-body {
    width: 480px;
  }
}
@media screen and (max-width: 620px) {
  .faqs-body {
    width: 100%;
  }
}

.accordion {
  border-bottom: 1.5px solid #FF41A5;
}

.accordion-head {
  padding: 25px 60px 25px 25px;
  display: flex;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 620px) {
  .accordion-head {
    padding: 15px 40px 15px 15px;
  }
}
.accordion-head p {
  padding-left: 40px;
  padding-top: 10px;
  width: calc(100% - 100px);
  font-weight: 700;
}
@media screen and (min-width: 941px) {
  .accordion-head p {
    font-size: 18px;
  }
}
@media (min-width: 621px) and (max-width:940px) {
  .accordion-head p {
    font-size: 18px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 620px) {
  .accordion-head p {
    font-size: 18px;
    width: calc(100% - 30px);
    padding-left: 20px;
  }
}

.question {
  width: 45px;
}
@media screen and (max-width: 620px) {
  .question {
    margin-top: 20px;
  }
}

.accordion-body {
  padding: 25px 60px 35px 100px;
  display: none;
  position: relative;
}
@media screen and (max-width: 620px) {
  .accordion-body {
    padding: 15px 40px 30px 80px;
  }
}
.accordion-body.is-open {
  display: block;
}
.accordion-body p {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.accordion-body p a {
  color: #FF41A5;
}
.accordion-body p a:hover {
  opacity: 0.7;
}

.answer {
  width: 40px;
  top: 20px;
  left: 20px;
  position: absolute;
}
@media (min-width: 621px) and (max-width:940px) {
  .answer {
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 620px) {
  .answer {
    top: 15px;
    left: 10px;
  }
}

.accordion-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.5s;
}
.accordion-icon.is-open .icon-bar2 {
  display: none;
}
@media (min-width: 621px) and (max-width:940px) {
  .accordion-icon {
    right: 10px;
  }
}
@media screen and (max-width: 620px) {
  .accordion-icon {
    right: 10px;
  }
}

.icon-bar1 {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF41A5;
}

.icon-bar2 {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF41A5;
}

@media screen and (max-width: 620px) {
  .faqs-copy {
    flex-direction: column;
  }
}
.faqs-copy .accordion {
  border-bottom: 1.5px solid #00BEFF;
}
.faqs-copy .accordion-body a {
  color: #00BEFF;
}
.faqs-copy .accordion-body a:hover {
  opacity: 0.7;
}
.faqs-copy .icon-bar1 {
  background-color: #00BEFF;
}
.faqs-copy .icon-bar2 {
  background-color: #00BEFF;
}
.faqs-copy .faq-wrap-title::before {
  background-color: #00BEFF;
}
@media screen and (max-width: 620px) {
  .faqs-copy .faq-wrap-title::before {
    left: 20px;
  }
}

.faqs-award .accordion {
  border-bottom: 1.5px solid #FF6400;
}
.faqs-award .accordion-body a {
  color: #FF6400;
}
.faqs-award .accordion-body a:hover {
  opacity: 0.7;
}
.faqs-award .icon-bar1 {
  background-color: #FF6400;
}
.faqs-award .icon-bar2 {
  background-color: #FF6400;
}
.faqs-award .faq-wrap-title::before {
  background-color: #FF6400;
}

/*==================================


footer


====================================*/
.footer-contact {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 10px;
  background-color: #E4E4E4;
}
@media (min-width: 621px) and (max-width:940px) {
  .footer-contact {
    padding-top: 60px;
  }
}
@media screen and (max-width: 620px) {
  .footer-contact {
    padding-top: 60px;
  }
}

.footer-contact-title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.contact-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 620px) {
  .contact-wrap {
    display: block;
  }
}

.contact-info {
  font-size: 16px;
}

.contact-logo {
  margin-left: 50px;
}
.contact-logo a {
  display: inline-block;
  width: 100px;
  transition: all 0.7s;
}
.contact-logo a:hover {
  scale: 1.1;
}
@media screen and (max-width: 620px) {
  .contact-logo {
    margin-top: 20px;
  }
}