@charset "UTF-8";
.sub {
  padding: 0;
  margin: 0;
  background-color: rgba(233, 246, 255, 0.5019607843);
}
.sub.add_ptn {
  background: url("../img/sub/s_sub_ptn.png") repeat-y center center;
  background-position: top;
  background-size: auto;
}

#s_fv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #s_fv {
    margin-top: 100rem;
  }
}
#s_fv .text {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(50%);
  text-align: center;
  color: #fff;
}
#s_fv .text.sr {
  transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  #s_fv .text {
    transform: translateY(-50%);
  }
  #s_fv .text .f-128 {
    font-size: 80rem;
    text-shadow: 0 5px 5px rgba(53, 53, 53, 0.3098039216);
  }
  #s_fv .text .f-64 {
    font-size: 48rem;
    text-shadow: 0 5px 5px rgba(53, 53, 53, 0.3098039216);
  }
}

.s_sr_notification {
  padding: 140px 0;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification {
    padding: 140rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_notification {
    padding: 100rem 40rem;
  }
}
.s_sr_notification .sec-contain .sec-ttl {
  width: 100%;
  padding: 40px 0 25px;
  text-align: center;
  background: url("../img/sub/s_showroom_ttl-bg.svg") no-repeat center center;
  background-position: center;
  background-size: contain;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification .sec-contain .sec-ttl {
    padding: 40rem 0 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_notification .sec-contain .sec-ttl {
    line-height: 2;
    background-size: cover;
  }
}
.s_sr_notification .sec-contain .desc2 {
  width: 900px;
  margin: auto;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification .sec-contain .desc2 {
    width: 900rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_notification .sec-contain .desc2 {
    width: 100%;
  }
}
.s_sr_notification .sec-contain .img-previewer {
  width: 855px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification .sec-contain .img-previewer {
    margin-top: 50rem;
    width: 855rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_notification .sec-contain .img-previewer {
    width: 100%;
    padding: 0 40rem;
    margin-top: 70rem;
  }
}
.s_sr_notification .sec-contain .img-previewer .previewer {
  position: relative;
}
.s_sr_notification .sec-contain .img-previewer .previewer .item-list {
  overflow: hidden;
}
.s_sr_notification .sec-contain .img-previewer .previewer .item-list .item {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.s_sr_notification .sec-contain .img-previewer .previewer .item-list .item h5 {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification .sec-contain .img-previewer .previewer .item-list .item h5 {
    margin-top: 20rem;
  }
}
.s_sr_notification .sec-contain .img-previewer .previewer .item-list .item.active {
  position: relative;
  z-index: 5;
  visibility: visible;
  opacity: 1;
}
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-prev,
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-next {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-prev svg,
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-next svg {
  width: 94px;
  height: 94px;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-prev svg,
  .s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-next svg {
    width: 94rem;
    height: 94rem;
  }
}
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-prev:hover svg rect[fill=white],
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-next:hover svg rect[fill=white] {
  fill: #0062B2;
}
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-prev:hover svg path,
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-next:hover svg path {
  stroke: #fff;
}
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-prev {
  transform: translateX(-120%);
}
@media screen and (max-width: 768px) {
  .s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-prev {
    transform: translateX(-50%);
  }
}
.s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-next {
  transform: translateX(120%);
}
@media screen and (max-width: 768px) {
  .s_sr_notification .sec-contain .img-previewer .previewer .btn-div .btn-next {
    transform: translateX(50%);
  }
}
.s_sr_notification .sec-contain .img-previewer .sr-items-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification .sec-contain .img-previewer .sr-items-list {
    gap: 12rem;
    margin-top: 20rem;
  }
}
.s_sr_notification .sec-contain .img-previewer .sr-items-list .sr-item {
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  position: relative;
}
.s_sr_notification .sec-contain .img-previewer .sr-items-list .sr-item:hover {
  opacity: 0.7;
}
.s_sr_notification .sec-contain .img-previewer .sr-items-list .sr-item.current {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.s_sr_notification .sec-contain .btn-white.border {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_sr_notification .sec-contain .btn-white.border {
    margin-top: 70rem;
  }
}

@media screen and (max-width: 768px) {
  .s_sr_point {
    padding: 0 40rem;
  }
}
.s_sr_point .sec-contain .ttl-div .ws {
  color: #BBE4F8;
}
.s_sr_point .sec-contain .ttl-div h2 {
  color: #353535;
}
.s_sr_point .sec-contain .point-list {
  margin-top: 50px;
  padding: 0 25px;
}
@media screen and (max-width: 1900px) {
  .s_sr_point .sec-contain .point-list {
    margin-top: 50rem;
    padding: 0 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_point .sec-contain .point-list {
    padding: 0;
  }
}
.s_sr_point .sec-contain .point-list .point-item {
  background-color: #E9F6FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 25px;
  margin-top: 22px;
}
@media screen and (max-width: 1900px) {
  .s_sr_point .sec-contain .point-list .point-item {
    padding: 35rem 25rem;
    margin-top: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_point .sec-contain .point-list .point-item {
    flex-direction: column;
    gap: 40rem;
  }
}
.s_sr_point .sec-contain .point-list .point-item .num {
  width: 100px;
  padding: 50px 0;
  border-right: 1px solid #353535;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .s_sr_point .sec-contain .point-list .point-item .num {
    width: 100rem;
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_point .sec-contain .point-list .point-item .num {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20rem 0;
    border-right: none;
    border-bottom: 1px solid #353535;
  }
}
.s_sr_point .sec-contain .point-list .point-item .text {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .s_sr_point .sec-contain .point-list .point-item .text {
    width: calc(100% - 120rem);
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_point .sec-contain .point-list .point-item .text {
    width: 100%;
  }
}

.s_sr_info {
  padding-bottom: 130px;
  padding-top: 0;
  margin-top: 130px;
}
@media screen and (max-width: 1900px) {
  .s_sr_info {
    padding-bottom: 130rem;
    margin-top: 130rem;
  }
}
.s_sr_info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: url("../img/sub/s_sr_info-bg.png") no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 1900px) {
  .s_sr_info::before {
    top: 80rem;
    height: calc(100% - 80rem);
  }
}
.s_sr_info .sec-wide .ttl-div .ws {
  color: #BBE4F8;
}
.s_sr_info .sec-wide .ttl-div h2 {
  color: #353535;
}
.s_sr_info .sec-wide .info-main {
  width: 100%;
  padding: 70px 170px;
  background-color: rgba(253, 253, 253, 0.5019607843);
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_sr_info .sec-wide .info-main {
    padding: 70rem 140rem;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_info .sec-wide .info-main {
    flex-direction: column;
    padding: 40rem;
  }
}
.s_sr_info .sec-wide .info-main .map {
  width: 537px;
  height: 325px;
}
@media screen and (max-width: 1900px) {
  .s_sr_info .sec-wide .info-main .map {
    width: 537rem;
    height: 325rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_info .sec-wide .info-main .map {
    width: 100%;
    height: 480rem;
  }
}
.s_sr_info .sec-wide .info-main .info {
  width: calc(100% - 590px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  .s_sr_info .sec-wide .info-main .info {
    width: calc(100% - 590rem);
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_info .sec-wide .info-main .info {
    width: 100%;
    margin-top: 50rem;
  }
}
.s_sr_info .sec-wide .info-main .info .info-item {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .s_sr_info .sec-wide .info-main .info .info-item {
    gap: 20rem;
  }
}
.s_sr_info .sec-wide .info-main .info .info-item .key {
  width: 107px;
  height: auto;
  background-color: #BBE4F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .s_sr_info .sec-wide .info-main .info .info-item .key {
    width: 107rem;
  }
}
.s_sr_info .sec-wide .info-main .info .info-item .val {
  width: calc(100% - 127px);
  background-color: #fff;
  padding: 50px 20px;
}
@media screen and (max-width: 1900px) {
  .s_sr_info .sec-wide .info-main .info .info-item .val {
    width: calc(100% - 127rem);
    padding: 50rem 20rem;
  }
}
.s_sr_info .sec-wide .btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 96px;
}
@media screen and (max-width: 1900px) {
  .s_sr_info .sec-wide .btn-div {
    gap: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sr_info .sec-wide .btn-div {
    flex-direction: column;
    padding: 0 40rem;
    gap: 40rem;
  }
}
.s_sr_info .sec-wide .btn-div .btn-white {
  margin: 0;
}

.s_a_s2 {
  padding: 50px 0 100px;
}
@media screen and (max-width: 1900px) {
  .s_a_s2 {
    padding: 50rem 0 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_s2 {
    padding: 80rem 40rem;
  }
}
.s_a_s2 .sec-wide .to-lp {
  position: relative;
  overflow: hidden;
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .s_a_s2 .sec-wide .to-lp {
    width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_s2 .sec-wide .to-lp {
    width: 100%;
  }
}
.s_a_s2 .sec-wide .to-lp span {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 517px;
  height: 120px;
  background-color: #0062B2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  color: #fff;
  display: block;
  padding: 15px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_a_s2 .sec-wide .to-lp span {
    padding: 15rem 20rem;
    width: 517rem;
    height: 120rem;
  }
}
.s_a_s2 .sec-wide .to-lp:hover img {
  scale: 1.1;
}
.s_a_s2 .sec-wide .to-lp:hover span {
  background-color: #FFD66D;
}
.s_a_s2 .sec-wide .sec-sub1 {
  margin-top: 160px;
}
@media screen and (max-width: 1900px) {
  .s_a_s2 .sec-wide .sec-sub1 {
    margin-top: 160rem;
  }
}
.s_a_s2 .sec-wide .sec-sub1 h4 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s_a_s2 .sec-wide .sec-sub1 h4 {
    line-height: 1.5;
  }
}
.s_a_s2 .sec-wide .sec-sub1 .img {
  width: 100%;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .s_a_s2 .sec-wide .sec-sub1 .img {
    margin-top: 80rem;
  }
}
.s_a_s2 .sec-wide .sec-sub1 .img .add {
  position: absolute;
  z-index: 5;
  top: 88px;
  left: -61px;
  width: 1315px;
}
@media screen and (max-width: 1900px) {
  .s_a_s2 .sec-wide .sec-sub1 .img .add {
    width: 1315rem;
    top: 80rem;
    left: -61rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_s2 .sec-wide .sec-sub1 .img .add {
    width: 750rem;
    left: -40rem;
    top: 250rem;
  }
}
.s_a_s2 .sec-wide .more-sign {
  width: 260px;
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .s_a_s2 .sec-wide .more-sign {
    width: 260rem;
    margin-top: 100rem;
  }
}

.sec-more .sec-wide {
  padding: 100px 50px;
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide {
    padding: 100rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide {
    padding: 80rem 40rem;
  }
}
.sec-more .sec-wide .row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row1 {
    flex-direction: column;
    justify-content: center;
  }
}
.sec-more .sec-wide .row1 .img {
  width: 500px;
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide .row1 .img {
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row1 .img {
    width: 100%;
  }
}
.sec-more .sec-wide .row1 .text {
  width: calc(100% - 520px);
  text-align: center;
  position: relative;
}
.sec-more .sec-wide .row1 .text::before {
  content: "";
  width: 870px;
  height: 470px;
  position: absolute;
  z-index: -1;
  top: -10%;
  left: -5%;
  background: url("../img/sub/s_about_more_svg.svg") no-repeat center center;
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide .row1 .text::before {
    width: 870rem;
    height: 470rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row1 .text::before {
    width: 110%;
    height: 110%;
  }
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide .row1 .text {
    width: calc(100% - 520rem);
  }
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row1 .text {
    width: 100%;
    margin-top: 70rem;
  }
}
.sec-more .sec-wide .row1 .text h4 {
  line-height: 1.5;
}
.sec-more .sec-wide .row1 .text p {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide .row1 .text p {
    margin-top: 40rem;
  }
}
.sec-more .sec-wide .row2 {
  width: 1057px;
  margin: 100px auto;
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide .row2 {
    width: 1057rem;
    margin: 100rem auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row2 {
    width: 100%;
  }
}
.sec-more .sec-wide .row3 {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-more .sec-wide .row3 h4 {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row3 h4 {
    display: block;
  }
}
.sec-more .sec-wide .row3 h4 img {
  width: 600px;
  display: inline-block;
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide .row3 h4 img {
    width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row3 h4 img {
    width: 500rem;
    margin-top: 5%;
  }
}
.sec-more .sec-wide .row3 h4 span {
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .sec-more .sec-wide .row3 h4 span {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-more .sec-wide .row3 h4 span {
    margin-top: 3%;
    display: block;
  }
}

.s_m_available {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .s_m_available {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_m_available {
    padding: 100rem 40rem;
  }
}
.s_m_available .sec-wide {
  background: linear-gradient(180deg, #E9F6FF 0%, #FDFDFD 65.38%, #E9F6FF 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .s_m_available .sec-wide {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_m_available .sec-wide {
    padding: 100rem 40rem;
  }
}
.s_m_available .sec-wide h2 {
  width: 325px;
  padding: 35px;
  line-height: 1;
  color: #fff;
  background-color: #0062B2;
  border-radius: 10px;
  text-align: center;
  margin-top: -150px;
}
@media screen and (max-width: 1900px) {
  .s_m_available .sec-wide h2 {
    width: 325rem;
    padding: 35rem;
    border-radius: 10rem;
    margin-top: -150rem;
  }
}
.s_m_available .sec-wide .img {
  width: 1030px;
  margin: auto;
  margin-top: 65px;
}
@media screen and (max-width: 1900px) {
  .s_m_available .sec-wide .img {
    width: 1030rem;
    margin-top: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .s_m_available .sec-wide .img {
    width: 100%;
  }
}

.s_m_anchor-div {
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_m_anchor-div {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_m_anchor-div {
    padding: 40rem;
  }
}
.s_m_anchor-div .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  width: 950px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .s_m_anchor-div .container {
    width: 950rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_m_anchor-div .container {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.s_m_anchor-div .container .anchor {
  width: 100%;
  border: 1px solid #0062B2;
  color: #0062B2;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_m_anchor-div .container .anchor {
    padding: 25rem 20rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s_m_anchor-div .container .anchor {
    padding: 40rem;
  }
}
.s_m_anchor-div .container .anchor svg {
  width: 19px;
  height: 9px;
}
@media screen and (max-width: 1900px) {
  .s_m_anchor-div .container .anchor svg {
    width: 19rem;
    height: 9rem;
  }
}
.s_m_anchor-div .container .anchor:hover {
  color: #fff;
  background-color: #0062B2;
}
.s_m_anchor-div .container .anchor:hover svg path {
  fill: #fff;
}

.menu-detail .sec-ttl {
  width: 100%;
  height: 387px;
  background: url("../img/sub/s_menu_item1-bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #353535;
}
@media screen and (max-width: 1900px) {
  .menu-detail .sec-ttl {
    height: 387rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .sec-ttl {
    height: 450rem;
    padding: 40rem;
  }
}
.menu-detail#toso .container {
  background: url("../img/sub/s_menu_item1_body-bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
}
.menu-detail#koji .container {
  background: url("../img/sub/s_menu_item2_body-bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
}
.menu-detail#koji .sec-ttl {
  background: url("../img/sub/s_menu_item2-bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
}
.menu-detail#rifomu2 .container {
  background: url("../img/sub/s_menu_item3_body-bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .menu-detail#rifomu2 .container {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail#rifomu2 .container {
    padding: 100rem 40rem;
  }
}
.menu-detail#rifomu2 .sec-ttl {
  background: url("../img/sub/s_menu_item3-bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
}
.menu-detail .container .sec-contain .sub_sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.menu-detail .container .sec-contain .sub_sec-ttl .ws {
  color: #0062B2;
}
.menu-detail .container .sec-contain .sub_sec-ttl h2 {
  margin-top: -30px;
  color: #353535;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-ttl h2 {
    margin-top: -30rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  color: #353535;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-price {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-price {
    padding: 100rem 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-price .price.toso {
  width: 340px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-price .price.toso {
    width: 340rem;
    margin-top: 70rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-price .price.koji {
  width: 450px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-price .price.koji {
    margin-top: 70rem;
    width: 450rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-price h4 {
  width: 860px;
  margin: auto;
  margin-top: 100px;
  background-color: #F89F06;
  color: #fff;
  padding: 40px 60px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-price h4 {
    width: 860rem;
    padding: 40rem 60rem;
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-price h4 {
    width: 100%;
    padding: 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-price .ref {
  width: 860px;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-price .ref {
    width: 860rem;
    margin-top: 20rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-price .ref {
    width: 100%;
    font-size: 18rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type {
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type {
    padding: 100rem 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list {
    margin-top: 100rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list {
    grid-template-columns: 1fr;
    gap: 80rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item {
  background-color: #fff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item {
    padding: 22rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item {
    width: 100%;
    padding: 40rem 20rem;
    gap: 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-name {
  color: #0062B2;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-name {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-name span {
  display: block;
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-name span {
    display: inline-block;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-name span::before {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #BBE4F8;
  position: absolute;
  z-index: -1;
  bottom: 10%;
  left: 0;
  transform: skew(-15deg);
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-name span::before {
    height: 11rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-desc {
  flex-grow: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-desc {
    text-align: center;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend {
  background-color: #E9F6FF;
  padding: 20px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend {
    padding: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend {
    padding: 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend h4 {
  width: 210px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend h4 {
    width: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend h4 {
    width: 280rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend ul {
  list-style: none;
  height: 8em;
  padding-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend ul {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend ul {
    height: auto;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend ul li {
    margin-bottom: 10rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-recommend ul li:before {
  content: "・";
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 53px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan {
    gap: 53rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan .label {
  background-color: #00A0EA;
  color: #fff;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan .label {
    padding: 10rem 8rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan .label {
    font-size: 20rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan .value .unit {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan .value .unit {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-type .type-list .type-item .type-lifespan .value .unit {
    font-size: 20rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-type .ref {
  margin-top: 70px;
  letter-spacing: 0;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-type .ref {
    margin-top: 70rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow {
  padding: 200px 0;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-flow {
    padding: 200rem 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-flow {
    padding: 150rem 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list {
  margin-top: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list {
    margin-top: 150rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list {
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .path {
  position: absolute;
  z-index: -1;
  width: 1725px;
  left: -347px;
  top: -60px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .path {
    width: 1725rem;
    top: -60rem;
    left: -347rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .path {
    display: none;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .item.pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .item.pc {
    display: none !important;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .item.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .item.sp {
    display: flex !important;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .item .num {
  width: 83px;
  height: 83px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid #0062B2;
  color: #0062B2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .item .num {
    width: 83rem;
    height: 83rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .item h5,
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .item p {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .item h5,
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .item p {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .item p {
    width: 100%;
  }
}
.menu-detail .container .sec-contain .sub_sec-flow .flow-list .item .img {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-flow .flow-list .item .img {
    margin-top: 30rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method {
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-method {
    padding: 100rem 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method h4 {
    margin-top: 60rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method h4 img {
  width: 360px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(-10%, -10%);
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method h4 img {
    width: 360rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method h4 span {
  padding: 40px 0 30px;
  display: block;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method h4 span {
    padding: 40rem 0 30rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list {
    margin-top: 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper {
  width: 100%;
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px 7px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table {
    border-spacing: 12rem 7rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr th {
  font-weight: bold;
  color: #fff;
  background-color: #0062B2;
  text-align: center;
  width: 195px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr th {
    width: 195rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr th {
    width: 175rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr td {
  background-color: #fff;
  color: #000;
  width: calc((100% - 195px) / 4);
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr td {
    width: calc((100% - 195rem) / 4);
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr td {
    width: calc((100% - 175rem) / 2);
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr:first-child td, .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr:nth-child(4) td {
  color: #0062B2;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr:nth-child(3n+2) td {
    vertical-align: baseline;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr th,
.menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr td {
  padding: 25px 10px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr th,
  .menu-detail .container .sec-contain .sub_sec-method .sub-method .method-list.roof .wrapper table tbody tr td {
    padding: 25rem 10rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method p {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method p {
    margin-top: 20rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method.wall .method-cover {
  margin-top: 100px;
  padding: 60px;
  padding-bottom: 42px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method.wall .method-cover {
    margin-top: 100rem;
    padding: 60rem;
    padding-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method.wall .method-cover {
    padding: 60rem 40rem;
  }
}
.menu-detail .container .sec-contain .sub_sec-method .sub-method.wall .method-cover .imgs {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method.wall .method-cover .imgs {
    margin-top: 40rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method.wall .method-cover .imgs {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub_sec-method .sub-method.wall .method-cover .f-sm {
    text-align: center;
  }
}
.menu-detail .container .sec-contain .sub-grp h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub-grp h4 {
    margin-top: 60rem;
  }
}
.menu-detail .container .sec-contain .sub-grp h4 img {
  width: 360px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translate(-10%, -20%);
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub-grp h4 img {
    width: 360rem;
  }
}
.menu-detail .container .sec-contain .sub-grp h4 span {
  padding: 40px 0 30px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub-grp h4 span {
    padding: 40rem 0 30rem;
  }
}
.menu-detail .container .sec-contain .sub-grp .item-list {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub-grp .item-list {
    margin-top: 100rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub-grp .item-list {
    flex-direction: column;
    gap: 70rem;
  }
}
.menu-detail .container .sec-contain .sub-grp .item-list .item {
  width: 360px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub-grp .item-list .item {
    width: 360rem;
    border-top-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .sub-grp .item-list .item {
    width: 100%;
  }
}
.menu-detail .container .sec-contain .sub-grp .item-list .item p {
  width: 100%;
  padding: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BBE4F8;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub-grp .item-list .item p {
    padding: 27rem;
  }
}
.menu-detail .container .sec-contain .sub-grp .add {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .sub-grp .add {
    margin-top: 40rem;
  }
}
.menu-detail .container .sec-contain .ref3 {
  margin-top: 80px;
  margin-left: 240px;
}
@media screen and (max-width: 1900px) {
  .menu-detail .container .sec-contain .ref3 {
    margin-top: 80rem;
    margin-left: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .menu-detail .container .sec-contain .ref3 {
    margin-left: 0;
  }
}

.f-14 {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .f-14 {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .f-14 {
    font-size: 18rem;
  }
}

.s_faq_sec1 {
  padding: 100px 0 50px;
  background-color: rgba(233, 246, 255, 0.5019607843);
}
@media screen and (max-width: 1900px) {
  .s_faq_sec1 {
    padding: 100rem 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_faq_sec1 {
    padding: 100rem 40rem;
  }
}
.s_faq_sec1 .sec-contain {
  width: 1300px;
}
@media screen and (max-width: 1900px) {
  .s_faq_sec1 .sec-contain {
    width: 1300rem;
  }
}
@media screen and (max-width: 768px) {
  .s_faq_sec1 .sec-contain {
    width: 100%;
  }
}
.s_faq_sec1 .sec-contain .anchor-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .s_faq_sec1 .sec-contain .anchor-div {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_faq_sec1 .sec-contain .anchor-div {
    grid-template-columns: 1fr;
  }
}
.s_faq_sec1 .sec-contain .anchor-div .anchor-link {
  width: 100%;
  border: 1px solid #0062B2;
  color: #0062B2;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_faq_sec1 .sec-contain .anchor-div .anchor-link {
    padding: 25rem 15rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s_faq_sec1 .sec-contain .anchor-div .anchor-link {
    padding: 40rem;
  }
}
.s_faq_sec1 .sec-contain .anchor-div .anchor-link svg {
  width: 19px;
  height: 9px;
}
@media screen and (max-width: 1900px) {
  .s_faq_sec1 .sec-contain .anchor-div .anchor-link svg {
    width: 19rem;
    height: 9rem;
  }
}
.s_faq_sec1 .sec-contain .anchor-div .anchor-link:hover {
  color: #fff;
  background-color: #0062B2;
}
.s_faq_sec1 .sec-contain .anchor-div .anchor-link:hover svg path {
  fill: #fff;
}

.s_sub-faq {
  background: url("../img/sub/s_sub-faq_bg.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 1900px) {
  .s_sub-faq {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_sub-faq {
    padding: 80rem 40rem;
  }
}
.s_sub-faq .sec-contain .sec-ttl {
  padding: 25px 0;
  position: relative;
  width: 730px;
  margin: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_sub-faq .sec-contain .sec-ttl {
    padding: 25rem 0;
    width: 730rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sub-faq .sec-contain .sec-ttl {
    width: 100%;
  }
}
.s_sub-faq .sec-contain .sec-ttl img {
  width: 850px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .s_sub-faq .sec-contain .sec-ttl img {
    width: 850rem;
  }
}

.faq-list {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .faq-list {
    margin-top: 50rem;
  }
}
.faq-list .faq-item {
  padding: 25px 15px;
  border-bottom: 1px solid #a4a4a4;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item {
    padding: 25rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item {
    padding: 25rem 10rem;
  }
}
.faq-list .faq-item:hover {
  background-color: rgba(0, 160, 234, 0.3137254902);
  border-bottom: 1px solid rgba(0, 160, 234, 0.3137254902);
}
.faq-list .faq-item .q_div,
.faq-list .faq-item .a_div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div,
  .faq-list .faq-item .a_div {
    gap: 15rem;
  }
}
.faq-list .faq-item .q_div .mark,
.faq-list .faq-item .a_div .mark {
  width: 26px;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div .mark,
  .faq-list .faq-item .a_div .mark {
    width: 26rem;
  }
}
.faq-list .faq-item .q_div .jp-serif,
.faq-list .faq-item .q_div .jp-sans,
.faq-list .faq-item .a_div .jp-serif,
.faq-list .faq-item .a_div .jp-sans {
  width: calc(100% - 100px);
  color: #353535;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div .jp-serif,
  .faq-list .faq-item .q_div .jp-sans,
  .faq-list .faq-item .a_div .jp-serif,
  .faq-list .faq-item .a_div .jp-sans {
    width: calc(100% - 100rem);
  }
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item .q_div .jp-serif,
  .faq-list .faq-item .q_div .jp-sans,
  .faq-list .faq-item .a_div .jp-serif,
  .faq-list .faq-item .a_div .jp-sans {
    width: calc(100% - 70rem);
  }
}
.faq-list .faq-item .q_div .jp-serif .sm,
.faq-list .faq-item .q_div .jp-sans .sm,
.faq-list .faq-item .a_div .jp-serif .sm,
.faq-list .faq-item .a_div .jp-sans .sm {
  font-size: 85%;
}
.faq-list .faq-item .q_div .arw,
.faq-list .faq-item .a_div .arw {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #a4a4a4;
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.faq-list .faq-item .q_div .arw.is_open,
.faq-list .faq-item .a_div .arw.is_open {
  top: 10px;
  transform: translateY(0%);
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div .arw.is_open,
  .faq-list .faq-item .a_div .arw.is_open {
    top: 10rem;
  }
}
.faq-list .faq-item .q_div .arw.is_open .bar2,
.faq-list .faq-item .q_div .arw.is_open .bar1,
.faq-list .faq-item .a_div .arw.is_open .bar2,
.faq-list .faq-item .a_div .arw.is_open .bar1 {
  rotate: 0deg;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div .arw,
  .faq-list .faq-item .a_div .arw {
    right: 30rem;
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item .q_div .arw,
  .faq-list .faq-item .a_div .arw {
    right: 15rem;
  }
}
.faq-list .faq-item .q_div .arw .bar1,
.faq-list .faq-item .q_div .arw .bar2,
.faq-list .faq-item .a_div .arw .bar1,
.faq-list .faq-item .a_div .arw .bar2 {
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .q_div .arw .bar1,
  .faq-list .faq-item .q_div .arw .bar2,
  .faq-list .faq-item .a_div .arw .bar1,
  .faq-list .faq-item .a_div .arw .bar2 {
    width: 22rem;
  }
}
.faq-list .faq-item .q_div .arw .bar2,
.faq-list .faq-item .a_div .arw .bar2 {
  rotate: -270deg;
}
.faq-list .faq-item .q_div .arw .bar1,
.faq-list .faq-item .a_div .arw .bar1 {
  rotate: -360deg;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item .q_div {
    padding-right: 50rem;
  }
}
.faq-list .faq-item .a_div {
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .a_div {
    margin-top: 20rem;
  }
}
.faq-list .faq-item .a_div .mark {
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  .faq-list .faq-item .a_div .mark {
    margin-top: 15rem;
  }
}

.s_company_sec1 {
  padding: 100px 0;
  background-color: rgba(233, 246, 255, 0.5019607843);
}
@media screen and (max-width: 1900px) {
  .s_company_sec1 {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_company_sec1 {
    padding: 100rem 40rem;
  }
}
.s_company_sec1 .sec-contain .anchor-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .s_company_sec1 .sec-contain .anchor-div {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_company_sec1 .sec-contain .anchor-div {
    flex-direction: column;
  }
}
.s_company_sec1 .sec-contain .anchor-div .anchor-link {
  width: 280px;
  border: 1px solid #0062B2;
  color: #0062B2;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_company_sec1 .sec-contain .anchor-div .anchor-link {
    padding: 25rem 15rem;
    border-radius: 10rem;
    width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .s_company_sec1 .sec-contain .anchor-div .anchor-link {
    padding: 40rem;
    width: 100%;
  }
}
.s_company_sec1 .sec-contain .anchor-div .anchor-link svg {
  width: 19px;
  height: 9px;
}
@media screen and (max-width: 1900px) {
  .s_company_sec1 .sec-contain .anchor-div .anchor-link svg {
    width: 19rem;
    height: 9rem;
  }
}
.s_company_sec1 .sec-contain .anchor-div .anchor-link:hover {
  color: #fff;
  background-color: #0062B2;
}
.s_company_sec1 .sec-contain .anchor-div .anchor-link:hover svg path {
  fill: #fff;
}

.s_c_ceo-msg {
  padding: 100px 0;
  background-color: rgba(233, 246, 255, 0.5019607843);
}
@media screen and (max-width: 1900px) {
  .s_c_ceo-msg {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_c_ceo-msg {
    padding: 100rem 40rem;
  }
}
.s_c_ceo-msg .msg-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .s_c_ceo-msg .msg-main {
    gap: 30rem;
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_ceo-msg .msg-main {
    flex-direction: column;
  }
}
.s_c_ceo-msg .msg-main .img {
  width: 550px;
}
@media screen and (max-width: 1900px) {
  .s_c_ceo-msg .msg-main .img {
    width: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_ceo-msg .msg-main .img {
    width: 100%;
  }
}
.s_c_ceo-msg .msg-main .msg {
  width: 520px;
}
@media screen and (max-width: 1900px) {
  .s_c_ceo-msg .msg-main .msg {
    width: 520rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_ceo-msg .msg-main .msg {
    width: 100%;
  }
}
.s_c_ceo-msg .msg-main .msg .name {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .s_c_ceo-msg .msg-main .msg .name {
    margin-top: 40rem;
  }
}

h2.d-hr {
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #0062B2;
  border-bottom: 2px solid #0062B2;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  h2.d-hr {
    padding: 20rem 0;
  }
}

.s_c_profile {
  padding: 100px 0;
  background-color: rgba(233, 246, 255, 0.5019607843);
}
@media screen and (max-width: 1900px) {
  .s_c_profile {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile {
    padding: 100rem 40rem;
  }
}
.s_c_profile .profile-info {
  width: 950px;
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .profile-info {
    margin-top: 100rem;
    width: 950rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .profile-info {
    width: 100%;
  }
}
.s_c_profile .profile-info .info-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #a4a4a4;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .profile-info .info-item {
    padding: 20rem;
  }
}
.s_c_profile .profile-info .info-item .key {
  width: 300px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .profile-info .info-item .key {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .profile-info .info-item .key {
    width: 250rem;
  }
}
.s_c_profile .profile-info .info-item .val {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1900px) {
  .s_c_profile .profile-info .info-item .val {
    width: calc(100% - 300rem);
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .profile-info .info-item .val {
    width: calc(100% - 250rem);
  }
}
.s_c_profile .profile-info .info-item .val li {
  list-style: disc;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .profile-info .info-item .val li {
    font-size: 18rem;
  }
}

.s_b_main {
  overflow: hidden;
  background-color: rgba(233, 246, 255, 0.5019607843);
}
.s_b_main .add {
  position: absolute;
  top: 210px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .s_b_main .add {
    top: 210rem;
  }
}
.s_b_main .sec-contain {
  padding: 150px 0;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain {
    padding: 150rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain {
    padding: 150rem 40rem;
  }
}
.s_b_main .sec-contain .desc {
  margin-top: 0;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .desc {
    padding: 100rem 0;
  }
}
.s_b_main .sec-contain .cat-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .cat-list {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain .cat-list {
    flex-direction: column;
  }
}
.s_b_main .sec-contain .cat-list .cat-item {
  width: 280px;
  border: 1px solid #0062B2;
  color: #0062B2;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .cat-list .cat-item {
    padding: 25rem 15rem;
    border-radius: 10rem;
    width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain .cat-list .cat-item {
    padding: 40rem;
    width: 100%;
  }
}
.s_b_main .sec-contain .cat-list .cat-item svg {
  width: 19px;
  height: 9px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .cat-list .cat-item svg {
    width: 19rem;
    height: 9rem;
  }
}
.s_b_main .sec-contain .cat-list .cat-item:hover {
  color: #fff;
  background-color: #0062B2;
}
.s_b_main .sec-contain .cat-list .cat-item:hover svg path {
  fill: #fff;
}
.s_b_main .sec-contain .blogs-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 130px 60px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .blogs-list {
    gap: 130rem 60rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain .blogs-list {
    grid-template-columns: 1fr 1fr;
  }
}
.s_b_main .sec-contain .blogs-list .blog-item {
  padding: 25px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .blogs-list .blog-item {
    padding: 25rem;
  }
}
.s_b_main .sec-contain .blogs-list .blog-item:hover .img img {
  scale: 1.1;
}
.s_b_main .sec-contain .blogs-list .blog-item:hover[data-cat-name=blog] {
  background-color: #0062B2;
}
.s_b_main .sec-contain .blogs-list .blog-item:hover[data-cat-name=works] {
  background-color: #FFD66D;
}
.s_b_main .sec-contain .blogs-list .blog-item:hover .info {
  color: #fff;
}
.s_b_main .sec-contain .blogs-list .blog-item .img {
  overflow: hidden;
}
.s_b_main .sec-contain .blogs-list .blog-item .info {
  margin-top: 5%;
}
.s_b_main .sec-contain .blogs-list .blog-item .cat {
  width: 98px;
  height: 98px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .blogs-list .blog-item .cat {
    width: 98rem;
    height: 98rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain .blogs-list .blog-item .cat {
    font-size: 24rem;
  }
}
.s_b_main .sec-contain .blogs-list .blog-item .cat[data-cat-name=blog] {
  background-color: #0062B2;
}
.s_b_main .sec-contain .blogs-list .blog-item .cat[data-cat-name=works] {
  background-color: #FFD66D;
}
.s_b_main .sec-contain .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 40px 0;
}
.s_b_main .sec-contain .custom-pagination ul {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.s_b_main .sec-contain .custom-pagination li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s_b_main .sec-contain .custom-pagination li a,
.s_b_main .sec-contain .custom-pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: #00a3e9;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.s_b_main .sec-contain .custom-pagination li a.disabled,
.s_b_main .sec-contain .custom-pagination li span.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .custom-pagination li a,
  .s_b_main .sec-contain .custom-pagination li span {
    font-size: 24rem;
  }
}
.s_b_main .sec-contain .custom-pagination li a svg,
.s_b_main .sec-contain .custom-pagination li span svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .custom-pagination li a svg,
  .s_b_main .sec-contain .custom-pagination li span svg {
    width: 24rem;
    height: 24rem;
  }
}
.s_b_main .sec-contain .custom-pagination li .current {
  background: #fff;
  color: #00a3e9;
  border: 2px solid #00a3e9;
  pointer-events: none;
}
.s_b_main .sec-contain .custom-pagination li .dots {
  background: none;
  color: #00a3e9;
  font-size: 2rem;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.s_b_main .sec-contain .custom-pagination li a:hover {
  background: #007bb8;
  color: #fff;
}
.s_b_main .sec-contain .detail-wrapper {
  position: relative;
  background-color: #fff;
  padding: 35px 80px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper {
    padding: 35rem 80rem;
    padding-bottom: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain .detail-wrapper {
    padding: 80rem 40rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb {
    gap: 20rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb .icon-home svg {
  width: 39px;
  height: 29px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb .icon-home svg {
    width: 39rem;
    height: 29rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb .arw svg {
  width: 9px;
  height: 19px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb .arw svg {
    width: 9rem;
    height: 19rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb a:hover {
  color: #FFD66D;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .breadcrumb a:hover svg path {
  fill: #FFD66D;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .blog-title {
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .blog-title {
    margin: 60rem auto;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images {
    gap: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images {
    flex-direction: column;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images .main-image {
  flex: 3.3;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images .main-image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background: #aaa;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images .side-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images .side-images {
    gap: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images .side-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .blog-images .side-images img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background: #aaa;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail .blog-content {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail .blog-content {
    margin-top: 70rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail-pagination {
    margin-top: 50rem;
    gap: 16rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .back {
  width: 300px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0062B2;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .back {
    width: 300rem;
    height: 85rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination a:hover {
  background-color: #FFD66D;
  color: #000;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination a:hover svg {
  stroke: #000;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .next,
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .prev {
  width: 85px;
  height: 85px;
  background-color: #0062B2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .next,
  .s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .prev {
    width: 85rem;
    height: 85rem;
  }
}
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .next.disabled,
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .prev.disabled {
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .next svg,
.s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .prev svg {
  width: 14px;
  height: 26px;
}
@media screen and (max-width: 1900px) {
  .s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .next svg,
  .s_b_main .sec-contain .detail-wrapper .blog-detail-pagination .prev svg {
    width: 14rem;
    height: 26rem;
  }
}

.anchor-ttl {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 1900px) {
  .anchor-ttl {
    margin-top: -150rem;
    padding-top: 150rem;
  }
}/*# sourceMappingURL=sub.css.map */