@charset "utf-8";

@font-face {
  font-family: "Lexend Deca";
  font-weight: 700;
  src: url("../font/LexendDeca-VariableFont_wght.ttf");
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-weight: 500;
  font-family: "Yu Gothic", "Yu Gothic Medium", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.8;
}

body {
  color: #000;
  font-size: 1.4rem;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

.l-inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* header */
#header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 100;
}

#header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#header.is-hidden {
  transform: translateY(-100%);
}

#header .global-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

#header h1 {
  display: block;
  width: 20%;
  max-width: 160px;
  height: auto;
  transition: all 0.3s ease;
}

#header h1:hover {
  opacity: 0.8;
}

#header h1 a,
#footer .footer-logo a {
  display: inline-block;
}

#header .global-nav {
  max-width: 80%;
}

#header .global-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#header .global-nav ul li {
  margin-right: 30px;
}

#header .global-nav ul li:last-child {
  margin-right: 0;
}

#header .global-nav ul li a {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

#header .global-nav ul li a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 12px;
  height: 13px;
  background-image: url(../images/common/ico_arr.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
}

#header .menu {
  display: none;
}

@media screen and (max-width:1200px) {

  #header,
  #header .global-header {
    height: 74px;
  }

  #header .global-nav ul li {
    margin-right: 22px;
  }

  #header .global-nav ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
  }

  #header.is-hidden:not(:has(.open-menu)) {
    transform: translateY(-100%);
  }

  #header.is-fixed,
  #header:has(.open-menu) {
    transform: translateY(0);
  }

  #header .global-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 66px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
  }

  #header h1 {
    width: 35%;
    max-width: 122px;
  }

  #header .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50px;
    background: #3ebbc3;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  #header .menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2.6px 0;
    background: #fff;
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  #header .menu-btn.close-btn .bar1 {
    transform: translateY(7px) rotate(45deg);
  }

  #header .menu-btn.close-btn .bar2 {
    opacity: 0;
  }

  #header .menu-btn.close-btn .bar3 {
    transform: translateY(-7px) rotate(-45deg);
  }

  #header .menu {
    position: fixed;
    top: 66px;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 66px);
    background-color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.7s ease-in-out, opacity 0.6s ease-in-out, visibility 0.7s;
  }

  #header .menu .menu-bg {
    width: 100%;
    height: calc(100vh - 66px);
    padding: 40px 20px 50px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background: #fef6df;
    box-sizing: border-box;
  }

  #header .menu.open-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  #header .global-nav ul li a::before {
    left: -20px;
    width: 12px;
    height: 13px;
  }

  #header .menu ul {
    display: block;
    padding-left: 45px;
  }

  #header .menu ul li {
    padding: 6px;
    margin-right: 0;
  }

  #header .menu ul li a {
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }

  #header .menu .contact-btn {
    display: flex;
    justify-content: center;
    margin-top: 38px;
  }

  #header .menu .contact-btn a {
    display: inline-block;
    position: relative;
    padding: 17px 68px 17px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 27.5px;
    background-color: #fab400;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    box-sizing: border-box;
    line-height: 1.2;
    letter-spacing: 0.3px;
  }

  #header .menu .contact-btn a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 31px;
    width: 29px;
    height: 26.5px;
    transform: translateY(-50%);
    background-image: url(../images/common/icon_contact.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
}

@media screen and (max-width:335px) {
  #header .menu .contact-btn a {
    padding: 17px 60px 17px 25px;
  }

  #header .menu .contact-btn a:after {
    right: 20px;
  }
}

/* sec-mainvisual */
.sec-mainvisual {
  position: relative;
  width: 100%;
  height: 515px;
  padding-top: 80px;
  background-image: url(../images/top/mv_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec-mainvisual .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 515px;
}

.sec-mainvisual .mv-text {
  width: 42%;
}

.sec-mainvisual .mv-image {
  position: absolute;
  right: -1.6%;
  bottom: 0;
  left: 38%;
  max-width: 780px;
}

.sec-mainvisual .mv-text .mv-txt {
  display: inline-block;
  padding: 4px 21px 2px;
  font-size: 22px;
  color: #fff;
  background-color: #3ebbc3;
  border-radius: 20px;
  line-height: 1.6;
}

.sec-mainvisual .mv-text .mv-ttl {
  margin: 25px 0 12px;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.3;
}

.sec-mainvisual .mv-text .mv-ttl span {
  color: #3ebbc3;
}

.sec-mainvisual .mv-text .mv-desc {
  font-size: 16px;
}

.sec-mainvisual .mv-btn-list {
  display: flex;
  margin-top: 24px;
}

.sec-mainvisual .cmn-btn {
  margin-right: 16px;
  max-width: 60%;
}

.sec-mainvisual .cmn-btn:last-child {
  margin: 0;
}

.sec-mainvisual .cmn-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding: 0 54px 0 26px;
  font-size: 16px;
  font-weight: 700;
  color: #3ebbc3;
  background-color: #fff;
  text-align: center;
  border: 3px solid #3ebbc3;
  border-radius: 30px;
  transition: all 0.3s ease;
  line-height: 1;
}

.sec-mainvisual .cmn-btn a:hover {
  color: #fff;
  background-color: #3ebbc3;
}

.sec-mainvisual .cmn-btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 13px;
  height: 14px;
  background-image: url(../images/common/ico_arr.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.sec-mainvisual .cmn-btn a:hover::after {
  background-image: url(../images/common/ico_arr_white.png);
}

.sec-mainvisual .cmn-btn.cmn-btn-02 a {
  padding: 0 50px 0 22px;
}

.sec-mainvisual .cmn-btn.cmn-btn-02 a::after {
  right: 25px;
}

.sec-mainvisual .mv-keypoints {
  position: absolute;
  top: 114px;
  left: -60px;
  right: 0;
  width: 160px;
  margin: 0 auto;
}

.sec-mainvisual .mv-keypoints ul li {
  position: relative;
  padding-left: 24px;
  font-size: 27px;
  font-weight: 700;
  font-family: "Lexend Deca";
  color: #3ebbc3;
  line-height: 1.54;
  letter-spacing: 2px;
}

.sec-mainvisual .mv-keypoints ul li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../images/top/ico_diamond.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (max-width:1200px) {
  .sec-mainvisual {
    height: 450px;
    padding-top: 74px;
    background-position: center left 62%;
  }

  .sec-mainvisual .l-inner {
    height: 450px;
  }

  .sec-mainvisual .mv-text {
    width: 48%;
    margin: 0;
  }

  .sec-mainvisual .mv-image {
    position: absolute;
    bottom: 0;
    left: 38%;
    right: 0%;
  }

  .sec-mainvisual .mv-text .mv-txt {
    font-size: 20px;
  }

  .sec-mainvisual .mv-text .mv-ttl {
    font-size: 45px;
  }

  .sec-mainvisual .mv-text .mv-desc {
    font-size: 14px;
  }

  .sec-mainvisual .cmn-btn {
    margin: 0 10px 0 0;
  }

  .sec-mainvisual .cmn-btn a {
    height: 42px;
    padding: 0 42px 0 20px;
    font-size: 14px;
  }

  .sec-mainvisual .cmn-btn a::after {
    right: 24px;
    width: 10px;
    height: 11px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a {
    padding: 0 44px 0 20px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a::after {
    right: 26px;
  }

  .sec-mainvisual .mv-keypoints {
    top: inherit;
    bottom: 46%;
    left: -25px;
    width: 150px;
  }

  .sec-mainvisual .mv-keypoints ul li {
    padding-left: 24px;
    font-size: 24px;
  }

  .sec-mainvisual .mv-keypoints ul li::before {
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width:1000px) {
  .sec-mainvisual .mv-image {
    left: 35%;
    right: -2%;
  }

  .sec-mainvisual .mv-text .mv-txt {
    font-size: 18px;
  }

  .sec-mainvisual .mv-text .mv-ttl {
    font-size: 38px;
  }

  .sec-mainvisual .mv-btn-list {
    flex-direction: column;
  }

  .sec-mainvisual .cmn-btn {
    max-width: 80%;
    margin: 0 0 12px 0;
  }

  .sec-mainvisual .cmn-btn a {
    width: 166px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a {
    width: 210px;
  }

  .sec-mainvisual .mv-keypoints {
    bottom: 47%;
    left: -25px;
    width: 140px;
  }

  .sec-mainvisual .mv-keypoints ul li {
    font-size: 22px;
    padding-left: 22px;
  }

  .sec-mainvisual .mv-keypoints ul li::before {
    width: 15px;
    height: 15px;
  }
}

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

  .sp {
    display: block !important;
  }

  .sec-mainvisual {
    padding-top: 67px;
    background-image: url(../images/top/mv_bg_sp.jpg);
    background-position: center center;
  }

  .sec-mainvisual {
    height: 600px;
  }

  .sec-mainvisual .l-inner {
    flex-direction: column;
    height: 600px;
  }

  .sec-mainvisual .mv-text {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    z-index: 1;
  }

  .sec-mainvisual .mv-text .mv-txt {
    font-size: 16px;
  }

  .sec-mainvisual .mv-text .mv-ttl {
    margin: 15px 0;
    padding-left: 26px;
    font-size: 35px;
  }

  .sec-mainvisual .mv-image {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .sec-mainvisual .mv-btn-list {
    flex-direction: row;
    justify-content: space-between;
    max-width: 380px;
    margin: 20px auto 0;
  }

  .sec-mainvisual .cmn-btn {
    width: 45%;
    max-width: 100%;
    margin: 0 3% 0 0;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 {
    width: 52%;
  }

  .sec-mainvisual .cmn-btn a {
    width: 100% !important;
    height: 40px;
    padding: 1px 28px 0 5px;
    font-size: 13px;
    border: 2px solid #3ebbc3;
    box-sizing: border-box;
  }

  .sec-mainvisual .cmn-btn a::after {
    width: 10px;
    height: 11px;
    right: 30px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a {
    padding: 1px 22px 0 5px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a::after {
    right: 20px;
  }

  .sec-mainvisual .mv-keypoints {
    bottom: 40%;
    left: -6px;
    width: 130px;
  }

  .sec-mainvisual .mv-keypoints ul li {
    padding-left: 15px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .sec-mainvisual .mv-keypoints ul li::before {
    width: 11px;
    height: 11px;
  }

  #footer .footer-content {
    flex-direction: column;
  }
}

@media screen and (max-width:390px) {

  .sec-mainvisual,
  .sec-mainvisual .l-inner {
    height: 552px;
  }

  .sec-mainvisual .cmn-btn a {
    padding: 0 26px 0 5px;
    width: auto !important;
    height: 37px;
  }

  .sec-mainvisual .cmn-btn a::after {
    right: 26px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a {
    padding: 0 23px 0 5px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a::after {
    right: 17px;
  }
}

@media screen and (max-width:374px) {

  .sec-mainvisual .cmn-btn a,
  .sec-mainvisual .cmn-btn.cmn-btn-02 a {
    font-size: 12px;
  }

  .media-select h5 {
    font-size: 13px;
  }
}

@media screen and (max-width:350px) {

  .sec-mainvisual,
  .sec-mainvisual .l-inner {
    height: 520px;
  }

  .sec-mainvisual .mv-text .mv-ttl {
    font-size: 32px;
  }

  .sec-mainvisual .cmn-btn a,
  .sec-mainvisual .cmn-btn.cmn-btn-02 a {
    font-size: 11px;
  }

  .sec-mainvisual .cmn-btn a {
    height: 34px;
    padding: 0 25px 0 7px;
  }

  .sec-mainvisual .cmn-btn a::after {
    width: 8px;
    height: 9px;
    right: 22px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a {
    padding: 0 22px 0 7px;
  }

  .sec-mainvisual .cmn-btn.cmn-btn-02 a::after {
    right: 15px;
  }

  .media-select h5 {
    font-size: 12px;
  }
}

/* sec-service */
.sec-service {
  padding: 66px 0 50px;
}

.sec-service .l-inner {
  border-bottom: 1px solid #dcdcdc;
}

.sec-service .service-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 54px;
}

.sec-service .cmn-subttl {
  margin-bottom: 14px;
}

.sec-service .service-blk {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec-service .service-txt {
  width: 55.2%;
}

.sec-service .service-img {
  width: 44.8%;
  max-width: 504px;
  padding-bottom: 9px;
}

.sec-service .service-txt p {
  font-size: 16px;
  line-height: 1.86;
  letter-spacing: -0.1px;
}

.sec-service .service-txt p span {
  padding: 3px;
  font-size: 20px;
  font-weight: 700;
  background-color: #fab400;
}

@media screen and (max-width:1200px) {
  .sec-service .service-txt p {
    font-size: 14px;
  }

  .sec-service .service-blk {
    align-items: center;
  }
}

@media screen and (max-width:1000px) {
  .sec-service .service-txt, .sec-service .service-img {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  .sec-service {
    padding: 50px 0 35px;
  }

  .sec-service .service-content {
    padding-bottom: 42px;
  }

  .sec-service .service-blk {
    flex-direction: column;
  }

  .sec-service .service-txt {
    width: 100%;
    margin-bottom: 22px;
  }

  .sec-service .service-txt p {
    font-size: 13px;
    letter-spacing: 0;
  }

  .sec-service .service-img {
    width: 100%;
    padding-bottom: 0;
  }

  .sec-service .service-txt p span {
    font-size: 16px;
  }
}

/* media-select */
.media-select {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.media-select .media-select-ttl {
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 700;
  color: #3ebbc3;
  text-align: center;
}

.media-select .media-select-list {
  display: flex;
  flex-wrap: wrap;
}

.media-select .media-select-list li {
  width: 22.7%;
  margin-right: 3.06%;
  margin-bottom: 20px;
  background-color: #e8f7f8;
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.13);
}

.media-select .media-select-list li:nth-child(4n),
.media-select .media-select-list li:last-child {
  margin-right: 0;
}

.media-select h5 {
  padding: 16px 12px 12px;
  font-size: 18px;
  color: #fff;
  background-color: #3ebbc3;
  border-radius: 20px 20px 0 0;
  text-align: center;
}

.media-select .select-item {
  padding: 20px 6px 16px;
}

.media-select .select-img {
  margin-bottom: 16px;
  text-align: center;
}

.media-select .select-img.select-img-01 {
  margin: 4px 0 16px;
}

.media-select .select-img img {
  width: 40%;
}

.media-select .select-img.select-img-01 img {
  max-width: 77px;
}

.media-select .select-img.select-img-02 img {
  max-width: 71px;
}

.media-select .select-img.select-img-03 img {
  max-width: 66px;
}

.media-select .select-img.select-img-04 img {
  max-width: 86px;
}

.media-select .select-txt {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width:1200px) {
  .media-select .media-select-ttl {
    font-size: 22px;
  }

  .media-select h5 {
    padding: 16px 0px 12px;
    font-size: 14px;
  }

  .media-select .select-txt {
    font-size: 13px;
  }

  .media-select .media-select-list li {
    width: 23.7%;
    margin-right: 1.73%;
  }
}

@media screen and (max-width:767px) {
  .media-select {
    padding-bottom: 42px;
  }

  .media-select .media-select-ttl {
    font-size: 21px;
  }

  .media-select .media-select-list li {
    width: 48.5%;
    max-width: 100%;
    margin-right: 3%;
    margin-bottom: 3%;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
  }

  .media-select .media-select-list li:nth-child(2n),
  .media-select .media-select-list li:last-child {
    margin-right: 0;
  }

  .media-select h5 {
    padding: 12px 5px 11px;
    font-size: 14px;
    border-radius: 15px 15px 0 0;
    line-height: 1.5;
  }

  .media-select .select-item {
    padding: 19px 6px 6px;
  }

  .media-select .media-select-list li:nth-child(3) .select-item {
    padding: 12px 0 10px;
  }

  .media-select .media-select-list li:last-child .select-item {
    padding: 15px 0 10px;
  }

  .media-select .select-img.select-img-01 img {
    max-width: 61px;
  }

  .media-select .select-img.select-img-02 img {
    max-width: 57px;
  }

  .media-select .select-img.select-img-03 img {
    max-width: 53px;
  }

  .media-select .select-img.select-img-04 img {
    max-width: 69px;
  }

  .media-select .select-img {
    margin: 0 0 12px 0 !important;
  }

  .media-select .select-txt {
    font-size: 13px;
    line-height: 1.7;
  }
}

@media screen and (max-width:374px) {
  .media-select h5 {
    font-size: 13px;
  }
}

@media screen and (max-width:350px) {
  .media-select h5 {
    font-size: 12px;
  }
}

/* sec-contact */
.sec-contact {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 68px 0 70px;
  background-image: url(../images/top/contact_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100px;
}

.sec-contact .contact-inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec-contact .contact-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0 12px;
}

.sec-contact .contact-ttl h3 {
  font-size: 35px;
  font-weight: 700;
}

.sec-contact .contact-ttl p {
  font-size: 14px;
}

.sec-contact .contact-form {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.sec-contact .contact-form .txt-require {
  margin-right: 10px;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 700;
  background-color: #fab400;
  border-radius: 3px;
}

.sec-contact .contact-form .txt-any {
  margin-left: 52px;
}

.sec-contact .contact-form label {
  font-size: 16px;
}

.sec-contact .wpcf7-form p {
  margin: 0;
  padding: 0;
}

.sec-contact .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
}

.sec-contact .form-group.text-area {
  align-items: flex-start;
}

.sec-contact .form-group.text-area .form-lbl {
  padding-top: 3px;
}

.sec-contact .form-lbl {
  width: 25%;
  max-width: 185px;
  margin-right: 20px;
}

.sec-contact .form-group .form-lbl+p {
  width: 75%;
  max-width: 596px;
}

.sec-contact .form-group input {
  width: 100%;
  max-width: 596px;
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Yu Gothic", "Yu Gothic Medium", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  border: 1px solid #c9edef;
  border-radius: 5px;
  box-sizing: border-box;
}

.sec-contact .form-group textarea {
  width: 100%;
  height: 210px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Yu Gothic", "Yu Gothic Medium", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  border: 1px solid #c9edef;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
  line-height: 1.7;
}

.sec-contact .contact-btn {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.sec-contact .contact-btn>p {
  position: relative;
  width: 340px;
  margin: 0 auto;
}

.sec-contact .contact-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}

.sec-contact .contact-btn input {
  position: relative;
  width: 340px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 56px 0 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Yu Gothic", "Yu Gothic Medium", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #3ebbc3;
  background-color: #fff;
  border-radius: 50px;
  border: 4px solid #3ebbc3;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background-image: url(https://suisen-nyusha.jp/saiyouhiroba/wp-content/themes/saiyouhiroba/images/top/ico_arr_right.png);
  background-repeat: no-repeat;
  background-position: right 116px center;
  background-size: 16px 17px;
  text-align: center;
  cursor: pointer;
  line-height: 1.5;
}

.sec-contact .contact-btn input:hover {
  background-image: url(https://suisen-nyusha.jp/saiyouhiroba/wp-content/themes/saiyouhiroba/images/common/ico_arr_white.png);
}

.sec-contact .contact-btn input:hover {
  color: #fff;
  background-color: #3ebbc3;
}

.sec-contact .wpcf7 form .wpcf7-response-output {
  text-align: center;
}

@media screen and (max-width:1200px) {
  .sec-contact {
    border-radius: 60px;
  }

  .sec-contact .contact-ttl h3 {
    width: 70%;
    max-width: 330px;
    margin-right: 40px;
    font-size: 28px;
  }

  .sec-contact .form-lbl {
    width: 32%;
  }

  .sec-contact .form-group .form-lbl+p {
    width: 68%;
  }

  .sec-contact .contact-btn>p {
    width: 300px;
  }

  .sec-contact .contact-btn input {
    width: 300px;
    height: 58px;
    padding: 0 56px 0 20px;
    font-size: 16px;
    background-position: right 108px center;
    background-size: 14px 15px;
  }
}

@media screen and (max-width:767px) {
  .sec-contact {
    padding: 47px 0;
    border-radius: 40px;
    background-image: url(../images/top/contact_bg_sp.png);
  }

  .sec-contact .form-group .form-lbl+p {
    width: 100%;
    max-width: 100%;
  }

  .sec-contact .form-group input {
    max-width: 100%;
    height: 35px;
    font-size: 16px;
  }

  .sec-contact .form-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 0;
  }

  .sec-contact .contact-form .txt-any {
    margin-left: 50px;
  }

  .sec-contact .form-lbl {
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px 0;
  }

  .sec-contact .form-group textarea {
    width: 100%;
    max-width: 100%;
    height: 168px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.6;
  }

  .sec-contact .contact-ttl h3 {
    margin: 0 0 15px 0;
    width: 100%;
    max-width: 100%;
    font-size: 25px;
  }

  .sec-contact .contact-form {
    width: 100%;
  }

  .sec-contact .contact-ttl {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 12px;
  }

  .sec-contact .contact-ttl p {
    font-size: 13px;
  }

  .sec-contact .contact-form .txt-require {
    font-size: 13px;
  }

  .sec-contact .contact-form label {
    font-size: 14px;
  }

  .sec-contact .contact-btn {
    margin: 5px auto;
    text-align: center;
  }

  .sec-contact .contact-btn .wpcf7-spinner {
    right: -65px;
  }

  .sec-contact .contact-btn>p {
    width: 100%;
    max-width: 225px;
  }

  .sec-contact .contact-btn input {
    width: 100%;
    max-width: 225px;
    height: 42px;
    padding: 0 53px 0 31px;
    font-size: 15px;
    border: 2px solid #3ebbc3;
    background-position: right 73px center;
    background-size: 11px 12px;
    line-height: 1.8;
  }

  .sec-contact .custom-success-msg {
    font-size: 14px;
  }
}

/* flow */
.flow {
  padding: 66px 0 72px;
  background-color: #fef6df;
}

.flow .cmn-subttl {
  margin-bottom: 20px;
  text-align: center;
}

.flow .cmn-subttl span {
  padding-left: 0;
}

.flow .cmn-subttl span::before {
  display: none;
}

.flow .flow-list {
  display: flex;
  flex-wrap: wrap;
}

.flow .flow-list li {
  position: relative;
  width: 14.5%;
  margin-right: 2.6%;
  background-color: #fff;
  border: 2px solid #3ebbc3;
  border-radius: 20px;
  box-sizing: border-box;
}

.flow .flow-list li:last-child {
  margin-right: 0;
}

.flow .flow-list li:last-child:after {
  display: none;
}

.flow .flow-list li::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -24px;
  width: 14px;
  height: 22px;
  background-image: url(../images/top/ico_flow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
}

.flow .flow-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 30px;
  color: #3ebbc3;
  font-family: 'Lexend Deca';
  letter-spacing: 2px;
}

.flow .flow-step .step {
  padding-top: 2px;
  font-size: 18px;
}

.flow .flow-step .num {
  font-size: 27px;
}

.flow .flow-img {
  padding: 28px 10px 6px;
  background-color: #3ebbc3;
  text-align: center;
}

.flow .flow-img .flow-inr-img {
  margin: 0 auto;
  text-align: center;
}

.flow .flow-img-01 .flow-inr-img {
  width: 85px;
  margin-bottom: 19px;
  padding-right: 8px;
}

.flow .flow-img-02 {
  padding: 18px 10px 6px;
}

.flow .flow-img-02 .flow-inr-img {
  width: 65px;
  margin-bottom: 11px;
}

.flow .flow-img-03 {
  padding: 19px 10px 6px;
}

.flow .flow-img-03 .flow-inr-img {
  width: 59px;
  margin-bottom: 6px;
  padding-left: 11px;
}

.flow .flow-img-04 {
  padding: 23px 10px 6px;
}

.flow .flow-img-04 .flow-inr-img {
  width: 65px;
  margin-bottom: 15px;
}

.flow .flow-img-05 {
  padding: 21px 10px 6px;
}

.flow .flow-img-05 .flow-inr-img {
  width: 58px;
  margin-bottom: 13px;
}

.flow .flow-img-06 {
  padding: 18px 10px 6px;
}

.flow .flow-img-06 .flow-inr-img {
  width: 76px;
  margin-bottom: 8px;
  padding-left: 12px;
}

.flow h4 {
  font-size: 18px;
  color: #fff;
}

.flow .flow-txt {
  padding: 12px 13px 6px;
  font-size: 14px;
  line-height: 1.65 !important;
  letter-spacing: 0.3px;
}

@media screen and (max-width:1200px) {
  .flow .flow-step {
    padding: 1px 25px;
  }

  .flow .flow-list li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
  }

  .flow .flow-list li:nth-child(4n) {
    margin-right: 0;
  }

  .flow .flow-list li:nth-child(4n)::after {
    display: none;
  }

  .flow .flow-list li::after {
    right: -9%;
    width: 5.3%;
    height: 7.5%;
  }
}

@media screen and (max-width:767px) {
  .flow {
    padding: 45px 0 20px;
  }

  .flow .flow-list li {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 15px;
  }

  .flow .flow-list li::after {
    top: inherit;
    bottom: -28px;
    right: 0;
    left: 0;
    width: 14px;
    height: 22px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .flow .flow-list li:nth-child(4n)::after {
    display: block;
  }

  .flow .flow-wrap {
    max-width: 140px;
    width: 44.5%;
    background-color: #3ebbc3;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 2px 0 4px;
  }

  .flow .flow-step {
    padding: 0 15px;
    color: #fff;
    background-color: transparent;
    line-height: 1.7;
  }

  .flow .flow-img {
    padding: 8px 6px;
    background-color: transparent;
  }

  .flow .flow-img-01 .flow-inr-img {
    margin-bottom: 18px;
  }

  .flow .flow-img-02 {
    padding: 0 6px 7px;
  }

  .flow .flow-img-02 .flow-inr-img {
    margin-bottom: 8px;
  }

  .flow .flow-img-03 {
    padding: 1px 6px 9px;
  }

  .flow .flow-img-03 .flow-inr-img {
    margin-bottom: 3px;
    padding-left: 4px;
  }

  .flow .flow-img-04 {
    padding: 3px 6px 8px;
  }

  .flow .flow-img-05 {
    padding: 2px 6px 8px;
  }

  .flow .flow-img-05 .flow-inr-img {
    margin-bottom: 10px;
  }

  .flow .flow-img-06 {
    padding: 0px 6px 9px;
  }

  .flow .flow-img-06 .flow-inr-img {
    margin-bottom: 6px;
    padding-left: 4px;
  }

  .flow h4 {
    font-size: 16px;
  }

  .flow .flow-txt {
    display: flex;
    align-items: center;
    width: 55.5%;
    padding: 10px 13px;
    font-size: 13px;
  }
}

/* sec-media */
h2.cmn-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 2.6;
  text-align: center;
  color: #3ebbc3;
}

h3.cmn-subttl {
  font-size: 35px;
  font-weight: 700;
  line-height: 2;
}

h3.cmn-subttl span {
  position: relative;
  display: block;
  padding-left: 14px;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #3ebbc3;
}

h3.cmn-subttl span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 15px;
  background-color: #3ebbc3;
  content: "";
  transform: translateY(-50%);
}

.sec-media .cmn-btn {
  text-align: center;
}

.sec-media .cmn-btn a {
  position: relative;
  display: inline-block;
  padding: 11px 98px 11px 56px;
  border: 4px solid #3ebbc3;
  font-size: 18px;
  line-height: 1.7;
}

.sec-media .cmn-btn a:after {
  position: absolute;
  top: 50%;
  right: 57px;
  width: 16px;
  height: 17px;
  background-image: url(../images/top/ico_arr_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}

.sec-media .inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

.sec-media p {
  font-size: 14px;
  line-height: 1.92;
}

.sec-media p.txt {
  margin-bottom: 24px;
  text-align: center;
}

.sec-media .logo-gp {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  gap: 20px;
}

.sec-media .logo-gp+.voice {
  margin-top: 67px;
}

.sec-media .logo-ticker {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
}

.sec-media .logo-slide {
  display: flex;
  align-items: center;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  gap: 30px;
}

.sec-media .logo-slide li {
  display: block;
  flex: 0 0 auto;
  margin: 0 3px;
  max-width: 100%;
}

.sec-media .logo-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-media .logo-slide .logo-01 {
  width: 214px;
}

.sec-media .logo-slide .logo-02 {
  width: 219px;
}

.sec-media .logo-slide .logo-03 {
  width: 150px;
}

.sec-media .logo-slide .logo-04 {
  width: 163px;
}

.sec-media .logo-slide .logo-05 {
  width: 123px;
}

.sec-media .logo-slide .logo-06 {
  width: 238px;
}

.sec-media .logo-slide .logo-07 {
  width: 228px;
}

.sec-media .logo-slide .logo-08 {
  width: 292px;
}

.sec-media .logo-slide .logo-09 {
  width: 273px;
}

.sec-media .logo-slide .logo-10 {
  width: 138px;
}

.sec-media .logo-slide .logo-11 {
  width: 225px;
}

.sec-media .logo-slide .logo-12 {
  width: 200px;
}

.sec-media .logo-slide .logo-13 {
  width: 291px;
}

.sec-media .logo-slide .logo-14 {
  width: 289px;
}

.sec-media .row-left {
  -webkit-animation: scroll-left 80s linear infinite;
  animation: scroll-left 80s linear infinite;
}

.sec-media .row-right {
  -webkit-animation: scroll-right 80s linear infinite;
  animation: scroll-right 80s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.3333%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-33.3333%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-33.3333%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-33.3333%);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

/* voice */
.sec-media .voice {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 70px 0 73px;
  border-radius: 100px;
  background-color: #fef6df;
  background-image: url(../images/top/voice_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.13);
}

.sec-media .voice .voice-list {
  position: relative;
  max-width: 1000px;
  height: 403px;
  margin-top: 25px;
  border: 2px solid #3ebbc3;
  background-color: #fff;
}

.sec-media .voice .voice-inr-ttl {
  font-family: "Lexend Deca";
  font-size: 50px;
  color: #3ebbc3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 3.8px;
}

/* sec-voice */

.sec-media .sec-voice .cmn-btn {
  text-align: center;
}

.sec-media .sec-voice .cmn-btn a {
  position: relative;
  display: inline-block;
  padding: 12px 98px 13px 56px;
  border: 4px solid #3ebbc3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #3ebbc3;
  background-color: #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.sec-media .sec-voice .cmn-btn a:hover {
  color: #fff;
  background-color: #3ebbc3;
}

.sec-media .sec-voice .cmn-btn a:after {
  position: absolute;
  top: 50%;
  right: 57px;
  width: 16px;
  height: 17px;
  background-image: url(../images/top/ico_arr_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.sec-media .sec-voice .cmn-btn a:hover::after {
  background-image: url(../images/common/ico_arr_white.png);
}

.sec-media .sec-voice {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 65px 0 73px;
  border-radius: 100px;
  background-color: #fef6df;
  background-image: url(../images/top/voice_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.13);
}

.sec-media .sec-voice .voice-gp {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 26px 0 10px;
}

.sec-media .sec-voice .voice-gp a {
  display: flex;
  flex-direction: column;
  width: 23.2%;
  margin: 0 2.4% 3% 0;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 5px 5px rgba(114, 87, 0, 0.13);
}

.sec-media .sec-voice .voice-gp a:last-child,
.sec-media .sec-voice .voice-gp a:nth-child(4n) {
  margin-right: 0;
}

.sec-media .sec-voice .voice-gp .voice-image img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.sec-media .sec-voice .voice-gp a .voice-txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 13px 20px 15px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffffff;
}

.sec-media .sec-voice .voice-gp a h4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: #3ebbc3;
}

.sec-media .sec-voice .voice-gp a p {
  color: #666;
  line-height: 1.8;
}

/* reason */
.sec-media .reason {
  position: relative;
  z-index: 0;
  margin-top: -140px;
  padding: 143px 0 50px;
  background-image: url(../images/top/reason_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-media .reason h3 {
  padding-top: 65px;
  color: #fab400;
  text-align: center;
}

.sec-media .reason h3 span {
  padding-left: 0;
  color: #fff;
}

.sec-media .reason h3.cmn-subttl span::before {
  display: none;
}

.sec-media .reason .reason-gp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
  counter-reset: my-step-counter;
}

.sec-media .reason .reason-gp .reason-box {
  width: 31.9%;
  margin-bottom: 25px;
  padding: 16px 0 19px;
  border-radius: 20px;
  background-color: #fff;
}

.sec-media .reason .reason-gp .bg {
  margin-top: 13px;
  padding: 13px 20px 4px;
  background-color: #f4f4f4;
}

.sec-media .reason .reason-gp h4 {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  color: #fab400;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.9;
}

.sec-media .reason .reason-gp h4::before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 15px 0 0;
  width: 100%;
  max-width: 42px;
  height: 42px;
  border-radius: 5px;
  background-color: #3ebbc3;
  color: #fff;
  font-size: 28px;
  content: counter(my-step-counter);
  counter-increment: my-step-counter;
}

.sec-media .reason .reason-gp .history {
  display: inline-block;
  padding: 2px 11px;
  border: 1px solid #3ebbc3;
  border-radius: 12px;
  color: #3ebbc3;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.sec-media .reason .reason-gp .box-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}

.sec-media .reason .reason-gp .box-inner:after {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 23px;
  height: 26px;
  background-image: url(../images/top/ico_arr_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.sec-media .reason .reason-gp .box-inner .btn {
  display: inline-block;
  max-width: 96px;
  margin-bottom: 18px;
  padding: 2px 16px;
  border-radius: 15px;
  background-color: #3ebbc3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.sec-media .reason .reason-gp .box-inner p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.3px;
}

.sec-media .reason .reason-gp .reason-box:last-child .box-inner p,
.sec-media .reason .reason-gp .reason-box:has(+ :last-child) .box-inner p {
  letter-spacing: 0.4px;
}

.sec-media .reason .reason-gp .box-inner .box-txt {
  width: 62.5%;
}

.sec-media .reason .reason-gp .box-inner .box-img {
  width: 33.9%;
}

/* other-service */
.sec-media .other-service {
  padding: 70px 0 70px;
}

.sec-media .other-service .other-gp {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sec-media .other-service .other-gp::after {
  position: absolute;
  right: 0.5%;
  bottom: -1%;
  width: 5%;
  height: 25.3%;
  background: url(../images/top/img_other01.png) no-repeat center / contain;
  content: "";
}

.sec-media .other-service h3 {
  margin-bottom: 36px;
  color: #3ebbc3;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.sec-media .other-service .other-gp .sns h3 {
  margin-bottom: 67px;
}

.sec-media .other-service .other-gp .other-box {
  position: relative;
  width: 63%;
}

.sec-media .other-service .other-gp .other-box .box {
  padding-right: 14%;
  border-right: 1px solid #dcdcdc;
}

.sec-media .other-service .other-gp .other-box::after {
  position: absolute;
  top: 0;
  right: -4.7%;
  width: 13%;
  height: 68%;
  background: url(../images/top/img_other.png) no-repeat center / contain;
  content: "";
}

.sec-media .other-service .other-gp .sns {
  width: 37%;
}

.sec-media .other-service .other-gp .other-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 65px;
  border-radius: 20px;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.13);
  transition: transform .2s ease;
}

.sec-media .other-service .other-gp .other-box a:hover {
  transform: translateY(-2px);
}

.sec-media .other-service .other-gp .other-box a:hover .link-txt {
  color: #000;
}

.sec-media .other-service .other-gp .logo {
  width: 41.8%;
}

.sec-media .other-service .other-gp .txt-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6%;
  width: 52%;
}

.sec-media .other-service .other-gp .link-txt {
  margin-right: 11%;
  width: 73%;
  max-width: 196px;
}

.sec-media .other-service .other-gp .more {
  position: relative;
  padding-bottom: 26px;
  width: 100%;
  max-width: 44px;
  color: #3ebbc3;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}

.sec-media .other-service .other-gp .more::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: 0 auto;
  width: 16px;
  height: 17px;
  background-image: url(../images/top/ico_arr_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.sec-media .other-service .other-gp .sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-media .other-service .other-gp .sns-box a {
  display: inline-block;
  width: 24%;
  max-width: 99px;
  transition: transform .15s ease, opacity .15s ease;
}

.sec-media .other-service .other-gp .sns-box a:hover {
  transform: scale(1.05);
}

.sec-media .other-service .other-gp .sns-box a:first-child {
  margin-right: 9.3%;
}

@media screen and (max-width:1280px) {

  /* reason */
  .sec-media .reason .reason-gp .reason-box {
    width: 48.9%;
  }

  /* other-service */
  .sec-media .other-service .other-gp .other-box a {
    padding: 25px 30px;
  }
}

@media screen and (max-width:1200px) {
  h3.cmn-subttl {
    font-size: 28px;
  }

  h2.cmn-ttl {
    font-size: 22px;
  }

  .sec-media .voice {
    border-radius: 60px;
  }

  .sec-media .voice .voice-list {
    height: 350px;
  }

  .sec-media .voice .voice-inr-ttl {
    font-size: 40px;
  }

  .sec-media .sec-voice {
    border-radius: 60px;
  }

  .sec-media .sec-voice .cmn-btn a {
    padding: 10px 92px 11px 50px;
    font-size: 16px;
  }
}

@media screen and (max-width:1000px) {
  .sec-media .voice .voice-list {
    height: 300px;
  }

  .sec-media .sec-voice .voice-gp a h4 {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {

  /* sec-media */
  .sec-media .inner {
    width: 92%;
  }

  h2.cmn-ttl {
    font-size: 21px;
  }

  h3.cmn-subttl {
    line-height: 1.7;
    font-size: 25px;
  }

  h3.cmn-subttl span {
    padding-left: 12px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  h3.cmn-subttl span::before {
    width: 4px;
    height: 10px;
  }

  .sec-media .cmn-btn {
    text-align: center;
  }

  .sec-media .cmn-btn a {
    line-height: 1.7;
    padding: 8px 52px 7px 29px;
    border: 2px solid #3ebbc3;
    font-size: 13px;
  }

  .sec-media .cmn-btn a:after {
    right: 32px;
    width: 10px;
    height: 11px;
  }

  .sec-media p {
    line-height: 1.8;
    font-size: 13px;
  }

  .sec-media p.txt {
    margin: 8px 0 25px;
  }

  .sec-media .logo-gp {
    gap: 5px;
  }

  .sec-media .logo-gp+.voice {
    margin-top: 40px;
  }

  .sec-media .logo-slide {
    padding-right: 10px;
    gap: 10px;
  }

  .sec-media .logo-slide .logo-01 {
    width: 136px;
  }

  .sec-media .logo-slide .logo-02 {
    width: 139px;
  }

  .sec-media .logo-slide .logo-03 {
    width: 95px;
  }

  .sec-media .logo-slide .logo-04 {
    width: 100px;
  }

  .sec-media .logo-slide .logo-05 {
    width: 95px;
  }

  .sec-media .logo-slide .logo-06 {
    width: 163px;
  }

  .sec-media .logo-slide .logo-07 {
    width: 114px;
  }

  .sec-media .logo-slide .logo-08 {
    width: 194px;
  }

  .sec-media .logo-slide .logo-09 {
    width: 182px;
  }

  .sec-media .logo-slide .logo-10 {
    width: 86px;
  }

  .sec-media .logo-slide .logo-11 {
    width: 169px;
  }

  .sec-media .logo-slide .logo-12 {
    width: 150px;
  }

  .sec-media .logo-slide .logo-13 {
    width: 194px;
  }

  .sec-media .logo-slide .logo-14 {
    width: 173px;
  }

  .sec-media .row-left {
    animation: scroll-left 75s linear infinite;
    -webkit-animation: scroll-left 75s linear infinite;
  }

  .sec-media .row-right {
    animation: scroll-right 75s linear infinite;
    -webkit-animation: scroll-right 75s linear infinite;
  }

  /* voice */
  .sec-media .voice {
    margin-top: 20px;
    padding: 48px 0 50px;
    border-radius: 40px;
    background-image: url(../images/top/voice_bg_sp.png);
  }

  .sec-media .voice .voice-list {
    height: 240px;
    margin-top: 20px;
    box-sizing: border-box;
  }

  .sec-media .voice .voice-inr-ttl {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 2px;
  }

  /* sec-voice */

  .sec-media .sec-voice .cmn-btn a {
    padding: 8px 52px 7px 29px;
    border: 2px solid #3ebbc3;
    font-size: 13px;
  }

  .sec-media .sec-voice .cmn-btn a:after {
    right: 32px;
    width: 10px;
    height: 11px;
  }

  .sec-media .sec-voice {
    padding: 48px 0 50px;
    border-radius: 40px;
    background-image: url(../images/top/voice_bg_sp.png);
  }

  .sec-media .sec-voice .voice-gp {
    margin: 20px 0 15px;
  }

  .sec-media .sec-voice .voice-gp a {
    width: 47.5%;
    margin: 0 4.9% 4.7% 0;
    border-radius: 15px;
  }

  .sec-media .sec-voice .voice-gp a:nth-child(2n) {
    margin-right: 0;
  }

  .sec-media .sec-voice .voice-gp .voice-image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .sec-media .sec-voice .voice-gp a .voice-txt {
    padding: 12px 14px;
    margin-top: -11%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .sec-media .sec-voice .voice-gp a h4 {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5;
  }

  .sec-media .sec-voice .voice-gp a p {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.2px;
  }

  /* reason */
  .sec-media .reason {
    margin-top: -147px;
    padding: 150px 0 38px;
    background-image: url(../images/top/reason_bg_sp.jpg);
  }

  .sec-media .reason h3 {
    padding-top: 47px;
  }

  .sec-media .reason h3 span {
    margin-bottom: 0;
    letter-spacing: 1px;
  }

  .sec-media .reason h3.cmn-subttl span::before {
    display: none;
  }

  .sec-media .reason .reason-gp {
    margin-top: 20px;
  }

  .sec-media .reason .reason-gp .reason-box {
    width: 100%;
    margin-bottom: 16px;
    padding: 16px 0 15px;
    border-radius: 15px;
  }

  .sec-media .reason .reason-gp .bg {
    margin-top: 15px;
    padding: 12px 20px 4px;
  }

  .sec-media .reason .reason-gp p {
    line-height: 1.92;
  }

  .sec-media .reason .reason-gp h4 {
    padding: 0 20px;
    font-size: 21px;
    line-height: 2;
    letter-spacing: 0.5px;
  }

  .sec-media .reason .reason-gp h4::before {
    margin: 5px 10px 0 0;
    max-width: 32px;
    height: 32px;
    font-size: 21px;
  }

  .sec-media .reason .reason-gp .history {
    padding: 3px 11px 2px;
    border-radius: 12px;
    color: #3ebbc3;
    font-size: 13px;
    line-height: 1.4;
  }

  .sec-media .reason .reason-gp .box-inner {
    padding: 21px 20px 0;
  }

  .sec-media .reason .reason-gp .box-inner .btn {
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: 15px;
  }

  .sec-media .reason .reason-gp .box-inner p {
    font-size: 15px;
  }

  .sec-media .reason .reason-gp .reason-box:last-child .box-inner p,
  .sec-media .reason .reason-gp .reason-box:has(+ :last-child) .box-inner p {
    letter-spacing: 0.4px;
  }

  /* other-service */
  .sec-media .other-service {
    padding: 50px 0 50px;
  }

  .sec-media .other-service .other-gp {
    display: block;
  }

  .sec-media .other-service .other-gp::before {
    position: absolute;
    right: 5px;
    bottom: 22px;
    width: 25.4%;
    height: 123px;
    background: url(../images/top/img_other_sp.png) no-repeat center / contain;
    content: "";
  }

  .sec-media .other-service .other-gp::after {
    position: absolute;
    left: 17px;
    right: inherit;
    bottom: -26px;
    width: 13.3%;
    height: 43px;
    background: url(../images/top/img_other01.png) no-repeat center / contain;
    content: "";
  }

  .sec-media .other-service h3 {
    margin-bottom: 30px;
    font-size: 21px;
  }

  .sec-media .other-service .other-gp .sns h3 {
    margin-bottom: 24px;
  }

  .sec-media .other-service .other-gp .other-box {
    position: relative;
    width: 100%;
  }

  .sec-media .other-service .other-gp .other-box .box {
    padding-right: 0;
    border-right: none;
  }

  .sec-media .other-service .other-gp .other-box::after {
    display: none;
  }

  .sec-media .other-service .other-gp .sns {
    width: 100%;
    margin-top: 48px;
  }

  .sec-media .other-service .other-gp .other-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 560px;
    margin: 0 auto;
    padding: 25px 25px;
    border-radius: 15px;
  }

  .sec-media .other-service .other-gp .logo {
    width: 52%;
  }

  .sec-media .other-service .other-gp .txt-box {
    display: block;
    margin-left: 0;
    width: 40%;
    text-align: center;
  }

  .sec-media .other-service .other-gp .link-txt {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    line-height: 1.6;
  }

  .sec-media .other-service .other-gp .more {
    margin: 9px auto 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    font-size: 12px;
  }

  .sec-media .other-service .other-gp .more span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
  }

  .sec-media .other-service .other-gp .more::after {
    display: none;
  }

  .sec-media .other-service .other-gp .more span::after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    height: 14px;
    background-image: url(../images/top/ico_arr_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    transform: translateY(-50%);
  }

  .sec-media .other-service .other-gp .sns-box a {
    width: 24%;
    max-width: 75px;
  }

  .sec-media .other-service .other-gp .sns-box a:first-child {
    margin-right: 9.3%;
  }
}

@media screen and (max-width:335px) {
  .sec-media .reason .reason-gp .box-inner:after {
    width: 20px;
    height: 23px;
  }

  .sec-media .reason .reason-gp .box-inner .btn {
    padding: 2px 12px;
  }
}

.wpcf7-response-output:empty {
  display: none !important;
}

.wpcf7-response-output {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.custom-success-msg {
  display: none;
  margin-top: 40px;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #3ebbc3;
  background-color: #fff;
  border: 2px solid #3ebbc3;
  border-radius: 4px;
  line-height: 1.8;
}

.wpcf7 form.sent .custom-success-msg {
  display: block !important;
}

/* fixed-btn */
.fixed-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  transform: translateY(-50%) translateX(100%);
  transition: all 0.3s ease;
  opacity: 0;
}

.fixed-btn.show {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

@supports (-webkit-touch-callout: none) {
  .fixed-btn {
    transform: translate(100%, calc(-50% + 1px));
  }
}

.pc-right-btn a {
  position: relative;
  width: 38px;
  padding: 26px 12px 62px;
  font-size: 24px;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #fab400;
  border: 4px solid #fab400;
  border-radius: 30px 0 0 30px;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.pc-right-btn a::after {
  position: absolute;
  bottom: 24px;
  left: 52%;
  width: 28px;
  height: 25px;
  content: "";
  transform: translateX(-50%);
  background: url(../images/top/ico_mail.png) no-repeat center / contain;
  transition: all 0.3s ease;
}

.pc-right-btn a:hover {
  color: #fab400;
  background-color: #fff;
  border: 4px solid;
}

.pc-right-btn a:hover::after {
  background: url(../images/top/ico_mail_orange.png) no-repeat center / contain;
}

@media screen and (max-width:1280px) {
  .pc-right-btn a {
    font-size: 20px;
    width: 32px;
  }
}

/* float-btn */
.float-btn {
  position: fixed;
  top: inherit;
  bottom: 4px;
  width: 219px;
  right: 1px;
  animation: shake_catcher 5s infinite;
  z-index: 10;
}

.float-btn a:hover {
  opacity: 0.9;
}

@keyframes shake_catcher {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0px);
  }
}

.anim-box {
  opacity: 0;
}

.anim-box.is-animated {
  opacity: 1;
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* footer */
#footer {
  margin-top: -100px;
  padding: 162px 0 52px;
  color: #fff;
  background-color: #444;
}

#footer .footer-logo {
  width: 160px;
  margin-bottom: 26px;
  transition: all 0.3s ease;
}

#footer .footer-logo:hover {
  opacity: 0.8;
}

#footer .social-link.pc {
  display: flex !important;
  margin-top: 20px;
}

#footer .social-link a {
  display: inline-block;
  transition: transform .15s ease, opacity .15s ease;
}

#footer .social-link a:hover {
  transform: scale(1.05);
}

#footer .link-x {
  margin-right: 20px;
}

#footer .link-x img,
#footer .link-insta img {
  width: 38px;
  height: 38px;
}

#footer .footer-content {
  display: flex;
  justify-content: space-between;
}

#footer .footer-text {
  padding-top: 10px;
}

#footer .telLink {
  pointer-events: none;
  color: #fff;
}

#footer .footer-nav {
  display: flex;
  padding-right: 15px;
}

#footer .ftr-nav-item {
  margin-right: 60px;
}

#footer .ftr-nav-item:last-child {
  margin-right: 0;
}

#footer .ftr-nav-item .ftr-nav-ttl {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lexend Deca";
  color: #3ebbc3;
  letter-spacing: 2px;
}

#footer .ftr-nav-item ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 17px;
  font-size: 14px;
}

#footer .ftr-nav-item ul li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 10px;
  background-image: url(../images/common/ico_arr.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
}

#footer .ftr-nav-item ul li a {
  color: #fff;
}

#footer .ftr-nav-item ul li a:hover,
#footer .ftr-nav-item .ftr-link a:hover {
  text-decoration: underline;
}

#footer .ftr-nav-item .ftr-link a {
  font-size: 14px;
  color: #3ebbc3;
}

#footer .company-link p {
  font-size: 14px;
}

#footer .copyright {
  margin-top: 42px;
  font-size: 12px;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.3px;
}

@media screen and (max-width:1280px) {
  #footer .telLink {
    pointer-events: inherit;
  }

  #footer .telLink:hover {
    color: #3ebbc3;
    opacity: 0.8;
  }
}

@media screen and (max-width:1200px) {
  #footer .footer-nav {
    padding-right: 0;
  }

  #footer .ftr-nav-item {
    margin-right: 40px;
  }
}

@media screen and (max-width:767px) {
  #footer {
    padding: 140px 0 30px;
    text-align: center;
  }

  #footer .footer-logo {
    width: 128px;
    margin: 0 auto 24px;
  }

  #footer .social-link.pc {
    display: none !important;
  }

  #footer .social-link.sp {
    display: flex !important;
    justify-content: center;
    margin-top: 24px;
  }

  #footer .link-x {
    margin-right: 15px;
  }

  #footer .link-x img,
  #footer .link-insta img {
    width: 42px;
    height: 42px;
  }

  #footer .footer-content {
    flex-direction: column;
  }

  #footer .footer-text {
    padding-top: 10px;
  }

  #footer .footer-nav {
    flex-direction: column-reverse;
  }

  #footer .ftr-nav-item {
    margin-right: 0;
  }

  #footer .ftr-nav-item:last-child {
    margin-right: 0;
  }

  #footer .ftr-nav-item .ftr-nav-ttl {
    margin: 24px 0 10px;
    font-size: 16px;
  }

  #footer .ftr-nav-item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 200px;
    margin: 0 auto;
  }

  #footer .ftr-nav-item ul li {
    position: relative;
    width: 37.5%;
    margin-bottom: 4px;
    padding-left: 17px;
    font-size: 12px;
    text-align: left;
  }

  #footer .ftr-nav-item ul li::before {
    left: 3px;
    width: 7px;
    height: 8px;
  }

  #footer .ftr-nav-item .ftr-link a {
    font-size: 12px;
  }

  #footer p,
  #footer .company-link p {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.6px;
  }

  #footer .copyright {
    margin-top: 18px;
    font-size: 9px;
    letter-spacing: 0.2px;
  }

  .float-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
  }

  .float-btn.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease;
  }

  .float-btn.is-hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
  }
}

/* gsap animation */
.gsap.sec-mainvisual {
  background: none;
  overflow: hidden;
}

.gsap .mv-bg {
  position: absolute;
  inset: 0;
  background: #e8f7f8;
  opacity: 0;
  z-index: 0;
}

.gsap .mv-txt,
.gsap .mv-ttl {
  opacity: 0;
  transform: translateY(30px);
}

.gsap .mv-desc {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, opacity;
}

.gsap .cmn-btn {
  opacity: 0;
  transform: translateY(20px);
}

.gsap .mv-keypoints li {
  opacity: 0;
  transform: translateY(20px);
}

.gsap .mv-icons .icon {
  position: absolute;
  opacity: 0;
  transform: scale(0.2);
  will-change: transform, opacity;
}

.gsap .icon-1 {
  top: -43px;
  left: -37px;
  width: 42%;
  max-width: 307px;
}

.gsap .icon-2 {
  top: -60px;
  right: 236px;
  width: 18%;
  max-width: 126px;
}

.gsap .icon-3 {
  bottom: 160px;
  left: 148px;
  width: 12%;
  max-width: 90px;
}

.gsap .icon-4 {
  bottom: -26px;
  left: 270px;
  width: 28%;
  max-width: 212px;
}

.gsap .icon-5 {
  top: 57px;
  right: -38px;
  width: 13%;
  max-width: 98px;
}

.gsap .icon-6 {
  right: -224px;
  bottom: 80px;
  width: 42%;
  max-width: 307px;
}

.gsap .mv-image>img {
  opacity: 0;
  transform: scale(1.05);
}

.gsap .sec-mainvisual {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gsap .mv-text,
.gsap .mv-image {
  will-change: transform, opacity;
}

@media screen and (min-width: 1241px) and (max-width: 1279px) {
  .gsap .icon-2 {
    top: -90px;
  }

  .gsap .icon-4 {
    left: 260px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1240px) {
  .gsap .icon-2 {
    top: -105px;
  }

  .gsap .icon-3 {
    bottom: 12.2vw;
    left: 138px;
  }

  .gsap .icon-4 {
    left: 252px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .gsap .icon-2 {
    top: -80px;
  }

  .gsap .icon-3 {
    bottom: 13vw;
    left: 12.4vw;
  }

  .gsap .icon-4 {
    left: 21vw;
    bottom: -15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .gsap .icon-1 {
    top: -15px;
    left: -30px;
    width: 37%;
  }

  .gsap .icon-2 {
    right: 236px;
    width: 13%;
  }

  .gsap .icon-3 {
    width: 10%;
  }

  .gsap .icon-4 {
    width: 27%;
    max-width: 212px;
  }

  .gsap .icon-5 {
    top: 45px;
    right: 0px;
    width: 10%;
  }

  .gsap .icon-6 {
    right: -160px;
    width: 35%;
    max-width: 292px;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .gsap .icon-2 {
    top: -50px;
  }

  .gsap .icon-3 {
    bottom: 12vw;
    left: 11.7vw;
  }

  .gsap .icon-4 {
    left: 20.5vw;
    bottom: -17px;
  }
}

@media screen and (max-width:767px) {
  .gsap .icon-1 {
    top: -35px;
    left: -32px;
    width: 45%;
    max-width: 161px;
  }

  .gsap .icon-2 {
    top: inherit;
    right: 29vw;
    bottom: 51vw;
    width: 18%;
    max-width: 60px;
  }

  .gsap .icon-3 {
    bottom: 16.5vw;
    left: 12.8vw;
    width: 24%;
    max-width: 50px;
  }

  .gsap .icon-4 {
    bottom: -12px;
    width: 30%;
    max-width: 90px;
    left: 31vw;
  }

  .gsap .icon-5 {
    top: inherit;
    right: 24vw;
    bottom: 27.5vw;
    width: 12%;
    max-width: 41px;
  }

  .gsap .icon-6 {
    right: -14.5vw;
    bottom: 30.5vw;
    width: 38%;
    max-width: 133px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .gsap .icon-2 {
    right: 145px;
    bottom: 225px;
  }

  .gsap .icon-3 {
    bottom: 75px;
    left: 65px;
  }

  .gsap .icon-4 {
    max-width: 100px;
    left: 144px;
  }

  .gsap .icon-5 {
    right: 115px;
    bottom: 132px;
  }

  .gsap .icon-6 {
    right: -46px;
    bottom: 152px;
  }
}

@media screen and (max-width: 376px) {
  .gsap .icon-3 {
    max-width: 48px;
  }
}

/* detail popup */
.voice-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
}

.voice-popup.active {
  display: flex !important;
}

.voice-popup .popup-content {
  position: relative;
  width: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 5px solid #3ebbc3;
  border-radius: 35px;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  max-height: 85vh;
  overflow-y: scroll;
  z-index: 9999;
  animation: popupFadeIn 0.3s ease-out;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE, Edge */
}

.voice-popup .popup-content::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

@keyframes popupFadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.voice-popup .voice-content {
  padding: 35px 0;
}

.voice-popup .voice-inr {
  padding: 0 40px;
}

.voice-popup .breadcrumb {
  position: relative;
  font-size: 14px;
  color: #666;
}

.voice-popup .breadcrumb span:first-child:after {
  margin: 0 3px;
  content: "/";
}

.voice-popup .voice-img {
  width: 100%;
  height: auto;
  max-height: 380px;
}

.voice-popup .voice-img img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  object-position: top center;
}

.voice-popup .voice-ttl {
  margin: 16px 0 30px;
}

.voice-popup .voice-ttl p {
  font-size: 24px;
  font-weight: bold;
  color: #3ebbc3;
  line-height: 1.6;
}

.voice-popup .voice-cmn-list {
  background-color: #f4f4f4;
}

.voice-popup .voice-cmn-list .voice-inr {
  display: flex;
  margin: 0 40px;
  padding: 15px 0;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.voice-popup .achievement.voice-cmn-list .voice-inr {
  border-bottom: 0;
}

.voice-popup .voice-cmn-list p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 48px;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  background-color: #7fb7ef;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  line-height: 1;
}

.voice-popup .voice-cmn-list ul {
  margin-left: 30px;
  width: calc(100% - 120px);
}

.voice-popup .voice-cmn-list ul li {
  position: relative;
  padding-left: 22px;
  font-size: 17px;
  font-weight: bold;
}

.voice-popup .voice-cmn-list ul li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../images/top/ico_popup_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.voice-popup .achievement.voice-cmn-list ul li::before {
  background-image: url(../images/top/ico_popup_orange.png);
}

.voice-popup .voice-cmn-list.achievement p {
  background-color: #fab400;
}

.voice-popup .voice-msg {
  padding: 36px 40px 0;
}

.voice-popup .voice-msg p {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.7;
}

.voice-popup .voice-msg p:last-child {
  margin-bottom: 0;
}

.voice-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.voice-popup .popup-close:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .voice-popup {
    height: 100%;
    padding: 15px;
  }

  .voice-popup.active {
    display: block !important;
  }

  .voice-popup .popup-content {
    max-width: 500px;
    max-height: 80%;
    margin: 20% auto 0;
    -webkit-overflow-scrolling: touch;
    border: 4px solid #3ebbc3;
    border-radius: 25px;
  }

  .voice-popup .voice-content {
    padding: 16px 0 20px;
  }

  .voice-popup .breadcrumb {
    font-size: 13px;
  }

  .voice-popup .voice-inr {
    padding: 0 15px;
  }

  .voice-popup .voice-ttl {
    margin: 10px 0 15px;
  }

  .voice-popup .voice-ttl p {
    font-size: 19px;
    line-height: 1.54;
  }

  .voice-popup .voice-cmn-list .voice-inr {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 15px;
    padding: 20px 0 12px;
  }

  .voice-popup .voice-cmn-list p {
    width: 71px;
    height: 38px;
    font-size: 17px;
    border-radius: 8px;
    border-bottom-right-radius: 0;
  }

  .voice-popup .voice-cmn-list ul {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .voice-popup .voice-cmn-list ul li {
    padding-left: 20px;
    font-size: 16px;
  }

  .voice-popup .voice-cmn-list ul li::before {
    width: 13px;
    height: 13px;
    top: 8px;
    transform: inherit;
  }

  .voice-popup .voice-msg {
    padding: 15px 15px 0;
  }

  .voice-popup .voice-msg p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
  }

  .voice-popup .popup-close {
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
  }

  .voice-popup .voice-img,
  .voice-popup .voice-img img {
    max-height: 250px;
  }
}


/* voice-list */
.sec-media .voice-detail-list {
  margin-top: 58px;
  padding: 90px 0 100px;
  background-image: url(../images/top/voice_list_bg.png);
  border-radius: 0 0 100px 100px;
}

.sec-media .voice-detail-list .voice-gp {
  margin: 27px 0 0;
}

@media screen and (max-width: 1200px) {
  .sec-media .voice-detail-list {
    border-radius: 0 0 60px 60px;
  }
}

@media screen and (max-width:767px) {
  .sec-media .voice-detail-list .voice-gp {
    margin: 27px 0 0;
  }
  .sec-media .voice-detail-list {
    padding: 48px 0 58px;
    border-radius: 0 0 40px 40px;
  }
}

/* pagination */
.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #3ebbc3;
  box-sizing: border-box;
  border-radius: 50px;
  text-decoration: none;
  color: #3ebbc3;
  font-size: 17px;
  font-weight: bold;
}

.pagination .page-numbers a.is-past {
  color: #999;
  border-color: #999;
}

.pagination .page-numbers .current {
  color: #fff;
  background: #3ebbc3;
  border-color: #3ebbc3;
}

.pagination .page-numbers a:hover {
  color: #fff;
  background: #3ebbc3;
  border-color: #3ebbc3;
}

.pg-prev,
.pg-next {
  width: 17px !important;
  height: 28px !important;
  background-image: url(../images/top/ico_prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
  transition: all 0.3s ease;
  border: none !important;
  position: absolute;
  top: 50%;
}

.pg-next {
  background-image: url(../images/top/ico_next.png);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: 30px;
  height: 30px;
  background: none !important;
  border: none;
}

.pagination .prev.page-numbers a:hover .pg-prev,
.pagination .next.page-numbers a:hover .pg-next {
  opacity: 0.7 !important;
}

.pagination ul li {
  position: relative;
  margin-right: 10px;
}

.pagination ul li:last-child {
  margin: 0;
}

@media screen and (max-width:767px) {
  .pagination {
    margin-top: 20px;
  }

  .pagination .page-numbers a, .pagination .page-numbers span {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: 20px;
    height: 20px;
  }

  .pg-prev, .pg-next {
    width: 12px !important;
    height: 18px !important;
    top: 50%;
  }
}