@charset "UTF-8";
main {
  margin-top: 0;
}

body {
	overflow:hidden;
}

body:has(.opening.hide) {
overflow:auto;
}

#header {
  overflow: hidden;
}
#header #key {
  position: relative;
}
#header #key .key-slider .slick-slide .img {
  height: 100vh;
  transform: scale(1.2);
  transition: transform 1.2s ease;
}
#header #key .key-slider .slick-slide.slick-active .img {
  transform: scale(1);
}
#header #key .shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
  opacity: 0;
}
#header #key .key-ttl {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 713.5px;
  transform: translate(-50%, -50%);
}
#header #key .key-txt {
  text-align: center;
  position: absolute;
  z-index: 3;
  color: #fff;
  top: calc(50vh + 51px);
  left: 0;
  right: 0;
  transform: translateY(100vh);
  line-height: 2.6;
}
@media screen and (max-height: 680px) {
  #header #key .key-txt {
    top: 45vh;
  }
}
@media screen and (max-width: 767px) {
  #header #key .key-ttl {
    width: 446px;
  }
  #header #key .key-txt {
    top: 50vh;
  }
}
@media screen and (max-width: 767px) and (max-height: 700px) {
  #header #key .key-txt {
    top: 47vh;
  }
}

.btn-fixed {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .btn-fixed.show {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .has-nav .btn-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.nav-fixed {
  color: #fff;
  background: transparent;
}
.nav-fixed .logo a .on {
  opacity: 0;
  visibility: hidden;
}
.nav-fixed .logo a .off {
  opacity: 1;
  visibility: visible;
}

.has-nav .nav-fixed {
  color: #3A3A3A;
  background: #fff;
}
.has-nav .nav-fixed .logo a .on {
  opacity: 1;
  visibility: visible;
}
.has-nav .nav-fixed .logo a .off {
  opacity: 0;
  visibility: hidden;
}

#information {
  width: 1240px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
}
#information .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 79px;
}
#information .right {
  width: 687px;
  max-width: calc(100% - 410px);
  margin: 60px 0 0;
}
#information .right .list-information {
  padding: 0 0 0 48px;
  border-left: 1px solid #D8D8D8;
}
#information .right .btn-more {
  margin: 32px 0 0 48px;
}
#information .right .btn-more a {
  color: #EB5F46;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#information .right .btn-more a:after {
  content: "";
  background: url("../img/shared/arrow.svg") no-repeat center/100% auto;
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  #information .right .btn-more a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 900px) {
  #information .wrap {
    display: block;
  }
  #information .right {
    margin: 20px 0 0;
    width: 100%;
    max-width: 100%;
    
  }
  #information .right .list-information {
    border: 0;
    padding: 24px 0 0;
  }
  #information .right .btn-more {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #information .right .list .item .date {
    font-size: 10px;
    line-height: 1.5;
    margin: 0 0 8px;
  }
  #information .right .list .item + .item {
    margin-top: 24px;
  }
  #information .right .btn-more {
    margin-top: 24px;
  }
  #information .right .btn-more a {
    font-size: 16px;
  }
}

.dib {
  display: inline-block;
}

#product {
  margin: 120px 0 0;
  position: relative;
  z-index: 2;
  padding: 0 0 96px;
}
#product::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 417.5px;
  background: rgba(0, 96, 150, 0.08);
  border-radius: 8px;
  width: calc(50% + 600px);
  max-width: calc(100% - 15px);
}
#product .set1 {
  width: calc(50% + 497px);
  max-width: calc(100% - 20px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#product .set1 .group-title-common {
  margin: 120px 0 0;
}
#product .set1 .product-slide {
  width: calc(100% - 411px);
  position: relative;
}
#product .set1 .product-slide::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  height: 520px;
  top: 0;
  background: url("../img/shared/bg_linear.png") repeat-y top right/100% auto;
  width: 247px;
}
#product .set1 .product-slide .item {
  width: 560px;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
#product .set1 .product-slide .item .img {
  overflow: hidden;
  border-radius: 8px;
}
#product .set1 .product-slide .item .tit {
  line-height: 1.2;
  font-size: 16px;
  margin: 10px 0 0;
  color: #000;
}
#product .set1 .product-slide .slick-arrow {
  top: 472px;
  bottom: auto;
}
#product .set1 .product-slide .slick-arrow.slick-prev {
  left: -145px;
}
#product .set1 .product-slide .slick-arrow.slick-next {
  right: auto;
  left: -81px;
}
@media screen and (max-width: 950px) {
  #product .set1 {
    display: block;
  }
  #product .set1 .product-slide {
    width: 100%;
    margin: 24px 0 0;
  }
  #product .set1 .product-slide .slick-arrow {
    top: auto;
    bottom: -64px;
  }
  #product .set1 .product-slide .slick-arrow.slick-prev {
    left: 0;
  }
  #product .set1 .product-slide .slick-arrow.slick-next {
    left: 56px;
  }
}
#product .set2 {
  position: relative;
  z-index: 2;
  margin: 54px 0 0;
}
@media screen and (max-width: 950px) {
  #product .set2 {
    margin: 100px 0 0;
  }
}
#product .set2 .price {
  display: flex;
  overflow: hidden;
  border: 1px solid;
  border-radius: 8px;
  background: #fff;
  color: #EB5F46;
}
#product .set2 .price dt {
  width: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  background: rgba(235, 95, 70, 0.2);
}
#product .set2 .price dd {
  width: calc(100% - 247px);
  text-align: center;
  padding: 17.5px;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 1;
}
#product .set2 .price dd .dib {
  margin-left: 14px;
}
#product .set2 .price dd .price-num {
  font-size: 32px;
}
#product .set2 .price dd small {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
#product .set2 .price + .price {
  margin-top: 16px;
}
#product .set2 ul {
  margin: 32px 0 72px;
}
#product .set2 ul li {
  display: flex;
  align-items: flex-start;
}
#product .set2 ul li::before {
  content: "•";
  text-align: center;
  min-width: 24px;
}
#product .set2 .box-price {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
#product .set2 .box-price + .box-price {
  margin-top: 20px;
}
#product .set2 .box-price .title {
  background: #5C5C5C;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 6.5px 0;
}
#product .set2 .box-price .inner {
  padding: 9px 20px 26px;
}
#product .set2 .box-price .inner .num-price {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
}
#product .set2 .box-price .inner .num-price small {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}
#product .set2 .box-price .inner .txt {
  font-size: 14px;
}
#product .set2 .box-price .inner.flex {
  padding: 20px 22px;
}
#product .set2 .box-price .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 11.5px;
  justify-content: center;
}
#product .set2 .box-price .flex dl {
  width: calc(50% - 5.75px);
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  padding: 14px 20px;
}
#product .set2 .box-price .flex dl dt {
  line-height: 1.5;
}
#product .set2 .box-price .flex dl dd {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
#product .set2 .box-price .flex dl dd.smaller {
  font-size: 24px;
  line-height: 28px;
}
#product .set2 .box-price .flex dl dd span {
  display: inline-block;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 500;
}
#product .set2 .box-price .flex dl.last {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #product .set2 .box-price .flex dl.last {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px 0;
  }
}
#product .set2 .plus {
  text-align: center;
  margin: 20px 0;
  width: auto;
}
#product .set2 .notice {
  margin: 20px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #product {
    margin: 80px 0 0;
    padding: 0 0 56px;
  }
  #product::before {
    width: 100%;
    max-width: 100%;
    top: 221px;
  }
  #product .set1 {
    width: calc(100% - 16px);
    max-width: 100%;
  }
  #product .set1 .group-title-common {
    margin: 0;
  }
  #product .set1 .product-slide::before {
    display: none;
  }
  #product .set1 .product-slide .item {
    width: 321px;
    padding: 0 16px 0 0;
  }
  #product .set1 .product-slide .slick-arrow {
    width: 24px;
    height: 24px;
    bottom: -40px;
  }
  #product .set1 .product-slide .slick-arrow.slick-next {
    left: 32px;
  }
  #product .set2 {
    margin: 64px 0 0;
  }
  #product .set2 .price dt {
    width: 147px;
  }
  #product .set2 .price dd {
    width: calc(100% - 147px);
    font-size: 16px;
  }
  #product .set2 .price dd .dib {
    display: block;
    margin: 4px 0 0;
  }
  #product .set2 .price dd .price-num {
    font-size: 28px;
  }
  #product .set2 .price dd small {
    font-size: 14px;
    margin-left: 6px;
  }
  #product .set2 ul {
    margin: 16px 0 33px;
  }
  #product .set2 ul li::before {
    min-width: 20px;
  }
  #product .set2 .box-price .title {
    font-size: 16px;
    padding: 8px 0;
  }
  #product .set2 .box-price .inner {
    padding: 16px 20px 24px;
  }
  #product .set2 .box-price .inner .num-price {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 8px;
  }
  #product .set2 .box-price .inner .num-price small {
    font-size: 12px;
  }
  #product .set2 .box-price .inner .txt {
    font-size: 12px;
  }
  #product .set2 .box-price .inner.flex {
    padding: 20px;
  }
  #product .set2 .box-price .flex dl {
    width: 100%;
    padding: 16px 12px;
  }
  #product .set2 .box-price .flex dl dd {
    font-size: 24px;
  }
  #product .set2 .box-price .flex dl dd.smaller {
    font-size: 18px;
    line-height: 24px;
  }
  #product .set2 .box-price .flex dl dd span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
  #product .set2 .plus {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  #product .set2 .notice {
    font-size: 10px;
  }
}

#portrait {
  margin: 120px 0 0;
  position: relative;
  z-index: 2;
  padding: 0 0 96px;
}
#portrait::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 417.5px;
  background: rgba(0, 96, 150, 0.08);
  border-radius: 8px;
  width: calc(50% + 600px);
  max-width: calc(100% - 15px);
}
#portrait .set1 {
  width: calc(50% + 497px);
  max-width: calc(100% - 20px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#portrait .set1 .group-title-common {
  margin: 120px 0 0;
}
#portrait .set1 .portrait-slide {
  width: calc(100% - 411px);
  position: relative;
}
#portrait .set1 .portrait-slide::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  height: 520px;
  top: 0;
  background: url("../img/shared/bg_linear.png") repeat-y top right/100% auto;
  width: 247px;
}
#portrait .set1 .portrait-slide .item {
  width: 560px;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
#portrait .set1 .portrait-slide .item .img {
  overflow: hidden;
  border-radius: 8px;
}
#portrait .set1 .portrait-slide .item .tit {
  line-height: 1.2;
  font-size: 16px;
  margin: 10px 0 0;
  color: #000;
}
#portrait .set1 .portrait-slide .slick-arrow {
  top: 472px;
  bottom: auto;
}
#portrait .set1 .portrait-slide .slick-arrow.slick-prev {
  left: -145px;
}
#portrait .set1 .portrait-slide .slick-arrow.slick-next {
  right: auto;
  left: -81px;
}
@media screen and (max-width: 950px) {
  #portrait .set1 {
    display: block;
  }
  #portrait .set1 .portrait-slide {
    width: 100%;
    margin: 24px 0 0;
  }
  #portrait .set1 .portrait-slide .slick-arrow {
    top: auto;
    bottom: -64px;
  }
  #portrait .set1 .portrait-slide .slick-arrow.slick-prev {
    left: 0;
  }
  #portrait .set1 .portrait-slide .slick-arrow.slick-next {
    left: 56px;
  }
}
#portrait .set2 {
  position: relative;
  z-index: 2;
  margin: 54px 0 0;
}
@media screen and (max-width: 950px) {
  #portrait .set2 {
    margin: 100px 0 0;
  }
}
#portrait .set2 .price {
  display: flex;
  overflow: hidden;
  border: 1px solid;
  border-radius: 8px;
  background: #fff;
  color: #EB5F46;
}
#portrait .set2 .price dt {
  width: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  background: rgba(235, 95, 70, 0.2);
}
#portrait .set2 .price dd {
  width: calc(100% - 247px);
  text-align: center;
  padding: 17.5px;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 1;
}
#portrait .set2 .price dd .dib {
  margin-left: 14px;
}
#portrait .set2 .price dd .price-num {
  font-size: 32px;
}
#portrait .set2 .price dd small {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
#portrait .set2 .price + .price {
  margin-top: 16px;
}
#portrait .set2 ul {
  margin: 32px 0 72px;
}
#portrait .set2 ul li {
  display: flex;
  align-items: flex-start;
}
#portrait .set2 ul li::before {
  content: "•";
  text-align: center;
  min-width: 24px;
}
#portrait .set2 .box-price {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
#portrait .set2 .box-price + .box-price {
  margin-top: 20px;
}
#portrait .set2 .box-price .title {
  background: #5C5C5C;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 6.5px 0;
}
#portrait .set2 .box-price .inner {
  padding: 9px 20px 26px;
}
#portrait .set2 .box-price .inner .num-price {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
}
#portrait .set2 .box-price .inner .num-price small {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}
#portrait .set2 .box-price .inner .txt {
  font-size: 14px;
}
#portrait .set2 .box-price .inner.flex {
  padding: 20px 22px;
}
#portrait .set2 .box-price .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 11.5px;
  justify-content: center;
}
#portrait .set2 .box-price .flex dl {
  width: calc(50% - 5.75px);
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  padding: 14px 20px;
}
#portrait .set2 .box-price .flex dl dt {
  line-height: 1.5;
}
#portrait .set2 .box-price .flex dl dd {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
#portrait .set2 .box-price .flex dl dd.smaller {
  font-size: 24px;
  line-height: 28px;
}
#portrait .set2 .box-price .flex dl dd span {
  display: inline-block;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 500;
}
#portrait .set2 .box-price .flex dl.last {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #portrait .set2 .box-price .flex dl.last {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px 0;
  }
}
#portrait .set2 .plus {
  text-align: center;
  margin: 20px 0;
  width: auto;
}
#portrait .set2 .notice {
  margin: 20px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #portrait {
    margin: 80px 0 0;
    padding: 0 0 56px;
  }
  #portrait::before {
    width: 100%;
    max-width: 100%;
    top: 221px;
  }
  #portrait .set1 {
    width: calc(100% - 16px);
    max-width: 100%;
  }
  #portrait .set1 .group-title-common {
    margin: 0;
  }
  #portrait .set1 .portrait-slide::before {
    display: none;
  }
  #portrait .set1 .portrait-slide .item {
    width: 321px;
    padding: 0 16px 0 0;
  }
  #portrait .set1 .portrait-slide .slick-arrow {
    width: 24px;
    height: 24px;
    bottom: -40px;
  }
  #portrait .set1 .portrait-slide .slick-arrow.slick-next {
    left: 32px;
  }
  #portrait .set2 {
    margin: 64px 0 0;
  }
  #portrait .set2 .price dt {
    width: 147px;
  }
  #portrait .set2 .price dd {
    width: calc(100% - 147px);
    font-size: 16px;
  }
  #portrait .set2 .price dd .dib {
    display: block;
    margin: 4px 0 0;
  }
  #portrait .set2 .price dd .price-num {
    font-size: 28px;
  }
  #portrait .set2 .price dd small {
    font-size: 14px;
    margin-left: 6px;
  }
  #portrait .set2 ul {
    margin: 16px 0 33px;
  }
  #portrait .set2 ul li::before {
    min-width: 20px;
  }
  #portrait .set2 .box-price .title {
    font-size: 16px;
    padding: 8px 0;
  }
  #portrait .set2 .box-price .inner {
    padding: 16px 20px 24px;
  }
  #portrait .set2 .box-price .inner .num-price {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 8px;
  }
  #portrait .set2 .box-price .inner .num-price small {
    font-size: 12px;
  }
  #portrait .set2 .box-price .inner .txt {
    font-size: 12px;
  }
  #portrait .set2 .box-price .inner.flex {
    padding: 20px;
  }
  #portrait .set2 .box-price .flex dl {
    width: 100%;
    padding: 16px 12px;
  }
  #portrait .set2 .box-price .flex dl dd {
    font-size: 24px;
  }
  #portrait .set2 .box-price .flex dl dd.smaller {
    font-size: 18px;
    line-height: 24px;
  }
  #portrait .set2 .box-price .flex dl dd span {
    margin-left: 0;
    font-size: 14px;
  }
  #portrait .set2 .plus {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  #portrait .set2 .notice {
    font-size: 10px;
  }
}

#flow {
  padding: 120px 0;
}
#flow .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
#flow .list-flow {
  width: 768px;
  max-width: 100%;
  position: relative;
}
#flow .list-flow::before {
  content: "";
  position: absolute;
  top: 40px;
  width: 1px;
  bottom: 40px;
  left: 47px;
  background: #EB5F46;
}
#flow .list-flow .item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15.5px;
}
#flow .list-flow .item .icon {
  width: 96px;
  border-radius: 50%;
  background: #fff;
  align-self: flex-start;
}
#flow .list-flow .item .group-content {
  width: calc(100% - 111.5px);
  font-size: 18px;
  line-height: 1.6;
}
#flow .list-flow .item .group-content .sub-txt {
  font-size: 12px;
  line-height: 1.5;
  margin: 7px 0 0;
}
#flow .list-flow .item + .item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 80px 0;
  }
  #flow .list-flow .item {
    min-height: 111px;
  }
  #flow .list-flow .item .group-content {
    padding: 15px 0;
    font-size: 16px;
    box-sizing: border-box;
  }
  #flow .list-flow .item .group-content .sub-txt {
    font-size: 10px;
    margin: 5px 0 0;
  }
  #flow .list-flow .item + .item {
    margin-top: 17px;
  }
}

#faq {
  background: rgba(0, 96, 150, 0.08);
  padding: 120px 0 180px;
}
#faq .group-title-common {
  margin: 0 0 24px;
}
#faq .toggle {
  border-radius: 8px;
  background: #fff;
}
#faq .toggle + .toggle {
  margin-top: 16px;
}
#faq .toggle .toggle-link {
  padding: 32px 84px 32px 30px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}
#faq .toggle .toggle-link .inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
#faq .toggle .toggle-link span {
  font-weight: 500;
  color: #EB5F46;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
#faq .toggle .toggle-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  background: url("../img//shared/toggle_off.svg") no-repeat center/100% auto;
  width: 48px;
  height: 48px;
  transition: all 0.5s;
}
#faq .toggle .toggle-main .inner {
  display: flex;
  align-items: flex-start;
  padding: 0 34px 49px 41px;
  gap: 16px;
}
#faq .toggle .toggle-main .inner .a {
  font-weight: 500;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
#faq .toggle .toggle-main .inner .group-content {
  font-size: 18px;
  line-height: 1.6;
}
#faq .toggle.active .toggle-link:after {
  background-image: url("../img/shared/toggle_on.svg");
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 80px 0;
  }
  #faq .group-title-common {
    margin: 0 0 19px;
  }
  #faq .toggle + .toggle {
    margin-top: 10px;
  }
  #faq .toggle .toggle-link {
    padding: 16px 62px 16px 16px;
    font-size: 18px;
    line-height: 1.8;
    min-height: 94px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #faq .toggle .toggle-link .inner {
    gap: 6px;
    font-size: 16px;
  }
  #faq .toggle .toggle-link span {
    font-size: 24px;
    padding: 5px 0 0;
  }
  #faq .toggle .toggle-link:after {
    width: 32px;
    height: 32px;
    right: 16.5px;
  }
  #faq .toggle .toggle-main .inner {
    padding: 0 17px 20px;
    gap: 10.5px;
  }
  #faq .toggle .toggle-main .inner .a {
    font-size: 24px;
  }
  #faq .toggle .toggle-main .inner .group-content {
    font-size: 16px;
  }
}

#other {
  padding: 120px 0 0;
}
#other .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#other .group-content {
  width: 706px;
  margin: 63px 0 0;
  max-width: calc(100% - 230px);
}
#other .group-content ul {
  margin: 40px 0 0;
}
#other .group-content ul li {
  display: flex;
}
@media screen and (max-width: 767px) {
  #other {
    padding: 80px 0 0;
  }
  #other .wrap {
    display: block;
  }
  #other .group-content {
    margin: 24px 0 0;
    width: 100%;
    max-width: 100%;
  }
  #other .group-content ul {
    margin: 24px 0 0;
  }
}