@charset "utf-8";

/* mainTitle02 */
@media print,
screen {
  .mainTitle02 {
    margin: 0 auto;
    width: 100%;
    background: url(../images/02/bg_main_title.webp) no-repeat center top / cover;
  }

  .mainTitle02 .main_inner {
    margin: 0 auto;
    padding: 260px 0 0;
    width: 1320px;
    max-width: 100%;
    height: 1080px;
    background: url(../images/02/title_line.webp) no-repeat left top 340px;
    background-size: auto 85px;
    box-sizing: border-box;
  }

  .mainTitle02 .main_inner .m_title {
    padding: 0 0 107px 75px;
    color: var(--common_color01);
    font-size: 40px;
  }

  .mainTitle02 .main_inner .m_copyBox {
    padding: 60px 76px;
    width: 100%;
    height: 390px;
    color: #fff;
    background-image: url(../images/02/bg_m_copy.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 840px auto;
    box-sizing: border-box;
  }

  .mainTitle02 .main_inner .m_copyBox .commonText01 {
    width: 720px;
    letter-spacing: normal;
  }
}

@media screen and (min-width:728px) and (max-width:1900px) {
  .mainTitle02 {
    min-width: 1170px;
  }
}

@media screen and (max-width:767px) {
  .mainTitle02 {
    width: 100%;
    background: url(../images/02/sp/bg_main_title.webp) no-repeat center top;
    background-size: 100% auto;
  }

  .mainTitle02 .main_inner {
    padding: 40.8vw 0 0;
    width: 100%;
    height: 184.933vw;
    background: url(../images/02/title_line.webp) no-repeat left -8vw top 64.666vw;
    background-size: auto 15.2vw;
  }

  .mainTitle02 .main_inner .m_title {
    padding: 0 0 28vw 5vw !important;
    font-size: 8.533vw;
  }

  .mainTitle02 .main_inner .m_copyBox {
    padding: 10vw 5vw;
    width: 100%;
    height: 390px;
    color: #fff;
    background: none;
  }

  .mainTitle02 .main_inner .m_copyBox .commonText01 {
    width: 100%;
  }
}

/* mainTitle04 */
@media print,
screen {
  .mainTitle04 {
    margin: 0 auto;
    width: 100%;
    background: url(../images/04/bg_main_title.webp) no-repeat center top / cover;
  }

  .mainTitle04 .main_inner {
    align-items: center;
    margin: 0 auto;
    width: 1320px;
    max-width: 100%;
    height: 600px;
    background: url(../images/04/title_line.webp) no-repeat left top 342px;
  }

  .mainTitle04 .main_inner .m_title {
    padding: 0 0 0 75px;
    color: var(--common_color01);
    font-size: 40px;
  }
}

@media screen and (min-width:728px) and (max-width:1900px) {
  .mainTitle04 .main_inner {
    height: 29vw;
    min-height: 320px;
    background-position: left top 18vw;
  }
}

@media screen and (max-width:767px) {
  .mainTitle04 {
    width: 100%;
    background: url(../images/04/sp/bg_main_title.webp) no-repeat center top / cover;
  }

  .mainTitle04 .main_inner {
    padding: 20vw 0 0;
    width: 100%;
    height: 80vw;
    background: url(../images/04/title_line.webp) no-repeat left -15vw top 64.8vw;
    box-sizing: border-box;
  }

  .mainTitle04 .main_inner .m_title {
    padding: 0 0 0 5.2vw;
    color: var(--common_color01);
    font-size: 8.533vw;
  }
}


/* 1カラム */
@media print,
screen {
  .layoutType1 {
    display: block;
    width: 100%;
  }
}

/* reverse */
@media print,
screen {
  .reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width:767px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

/* last */
@media print,
screen {
  .first {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--common_color10);
  }

  .first02 {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--common_color10);
  }

  .last {
    margin-bottom: 50px;
    padding: 0 0 60px;
    border-bottom: 1px solid var(--common_color10);
  }
}

@media screen and (max-width:767px) {
  .first {
    margin-top: 13vw;
    padding-top: 10.666vw;
  }

  .first02 {
    margin-top: 0;
    padding-top: 10.666vw;
  }

  .last {
    /* margin-bottom: 13vw;
    padding: 0 0 10.666vw; */
  }
}


/* ２カラム写真＋テキスト */
@media print,
screen {
  .layoutType2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* min-width: 1170px; */
  }

  .layoutType2 .layoutItem1 {
    /* flex-grow: 1; */
    width: 47.8%;
    max-width: 560px;
  }

  .layoutType2 .layoutItem2 {
    /* flex-grow: 1; */
    width: 48.7%;
    max-width: 570px;
  }
}

@media screen and (max-width:767px) {
  .layoutType2 {
    /* padding: 0; */
    min-width: inherit;
  }

  .layoutType2 .layoutItem1 {
    width: 100%;
    max-width: inherit;
  }

  .layoutType2 .layoutItem2 {
    width: 100%;
    max-width: inherit;
  }

  .layoutType2.reverse {
    flex-direction: row-reverse;
  }
}

/* 3カラム */
@media print,
screen {
  .layoutType3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .layoutType3::after {
    content: "";
    display: block;
    width: 31.6%;
  }

  .layoutType3 li {
    width: 31.6%;
  }

  .layoutType3 li a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }

  .layoutType3 li a .detailBtn {
    margin-top: auto;
  }
}

@media screen and (max-width:767px) {
  .layoutType3 li {
    margin-bottom: 6vw;
    width: 47%;
  }

  .layoutType3 li a .commonText03,
  .layoutType3 li a .detailBtn {
    display: none;
  }
}

/* 3カラム 等間隔 */
@media print,
screen {
  .layoutType6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .layoutType6::after {
    content: "";
    display: block;
    width: 33.333%;
  }

  .layoutType6 li {
    padding: 20px 40px;
    width: 33.333%;
    /* min-height: 420px; */
    text-align: center;
    border-left: 1px solid var(--common_color10);
    box-sizing: border-box;
  }

  .layoutType6 li:last-of-type {
    border-right: 1px solid var(--common_color10);
  }

  .layoutType6 li .landingIcon {
    min-height: 100px;
    color: var(--common_color09);
    font-size: 80px;
  }

  .layoutType6.caseAnswer {
    padding: 0;
    background-color: var(--common_color03);
  }

  .layoutType6.caseAnswer li {
    padding: 30px 40px 40px !important;
    font-size: 18px;
    text-align: left;
    color: var(--common_color01);
    position: relative;
  }

  .layoutType6.caseAnswer li::after {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    background: #fff;
    height: 14px;
    width: 50px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

@media screen and (max-width:767px) {
  .spType6_left {
    width: 28%;
  }

  .spType6_right {
    width: 70.5%;
  }

  .spType6_right .commonHead03 {
    text-align: left;
  }

  .layoutType6 li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8vw 0;
    width: 100%;
    min-height: inherit;
    border-top: 1px solid var(--common_color10);
    border-left: none;
  }

  .layoutType6 li:last-of-type {
    border-bottom: 1px solid var(--common_color10);
    border-right: none;
  }

  .layoutType6 li .landingIcon {
    min-height: inherit;
    color: var(--common_color09);
    font-size: 10.666vw;
  }

  .layoutType6 .caseAnswer {
    padding: 8vw;
    color: var(--common_color01);
    font-size: 4.266vw;
    text-align: left;
    background-color: var(--common_color03);
    position: relative;
  }

  .layoutType6 .caseAnswer::after {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    background: #fff;
    height: 3.733vw;
    width: 13vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

/* 3カラムサイズ写真小＋テキスト＋数字 */
@media print,
screen {
  .layoutType7 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 40px;
    width: 100%;
    /* min-width: 1170px; */
  }

  .layoutType7 .layoutItem1 {
    /* flex-grow: 1; */
    width: 31.6%;
    max-width: 370px;
  }

  .layoutType7 .layoutItem2 {
    /* flex-grow: 2; */
    width: 65.6%;
    max-width: 768px;
  }

  .layoutType7.reverse {
    flex-direction: row-reverse;
  }

  .layoutType7.last {
    padding: 0 0 50px;
    border-bottom: 1px solid var(--common_color10);
  }
}

@media screen and (max-width:767px) {
  .layoutType7 {
    padding: 0 0 40px;
    min-width: inherit;
    flex-direction: column-reverse;
  }

  .layoutType7 .layoutItem1 {
    width: 100%;
    max-width: inherit;
  }

  .layoutType7 .layoutItem2 {
    flex-grow: 1;
    width: 100%;
    max-width: inherit;
  }

  .layoutType7.reverse {
    flex-direction: column-reverse;
  }

  .layoutType7.last {
    padding: 0 0 10.666vw;
  }
}

/* 4カラム */
@media print,
screen {
  .layoutType4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .layoutType4::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }

  .layoutType4::after {
    content: "";
    display: block;
    width: 23%;
  }

  .layoutType4 li {
    width: 23%;
  }
}

@media screen and (max-width:767px) {
  .layoutType4 li {
    width: 47%;
  }

  .layoutType4 li a .detailBtn {
    display: none;
  }
}

/* 4カラムサイズ横並び写真＋テキスト */
@media print,
screen {
  .layoutType8 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 20px;
    width: 100%;
    min-width: 1170px;
    border-bottom: 1px solid var(--common_color10);
  }

  .layoutType8 .layoutItem {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    width: 48.7%;
  }

  .layoutType8 .layoutItem1,
  .layoutType8 .layoutItem2 {
    flex-grow: 1;
    width: 50%;
    max-width: 270px;
  }
}

@media screen and (max-width:767px) {
  .layoutType8 {
    padding: 0 0 5.333vw;
    min-width: inherit;
  }

  .layoutType8 .layoutItem {
    margin-bottom: 0;
    width: 47%;
  }

  .layoutType8 .layoutItem1,
  .layoutType8 .layoutItem2 {
    width: 100%;
    max-width: inherit;
  }

  .layoutType8 .layoutItem1 {
    margin-bottom: 5.333vw;
  }
}

/* 5カラム */
@media print,
screen {
  .layoutType5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .layoutType5::before {
    content: "";
    display: block;
    width: 18%;
    order: 1;
  }

  .layoutType5::after {
    content: "";
    display: block;
    width: 18%;
  }

  .flex__item-empty {
    display: block;
    width: 18%;
  }

  .layoutType5 li {
    width: 18%;
  }
}

@media screen and (max-width:767px) {
  .layoutType5 li {
    width: 47%;
  }

  .layoutType5 li .commonHead04 {
    position: relative;
  }

  a .commonHead04::after {
    position: absolute;
    right: 0;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\e09f";
  }

  .layoutType5 li a .detailBtn {
    display: none;
  }
}

/* 5カラムサイズ写真＋テキスト */
@media print,
screen {
  .layoutType9 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 1170px;
  }

  .layoutType9+.layoutType9 {
    margin-top: 40px;
  }

  .layoutType9 .layoutItem1 {
    flex-grow: 1;
    width: 100%;
    max-width: 210px;
  }

  .layoutType9 .layoutItem2 {
    flex-grow: 4;
    width: 100%;
    max-width: 930px;
  }

  .layoutType9 .layoutItem2 .commonBtn.noBorder a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width:767px) {
  .layoutType9 {
    align-items: flex-start;
    min-width: inherit;
  }

  .layoutType9+.layoutType9 {
    margin-top: 9vw;
  }

  .layoutType9 .layoutItem1 {
    flex-grow: inherit;
    width: 29.4%;
    max-width: inherit;
  }

  .layoutType9 .layoutItem2 {
    flex-grow: inherit;
    width: 64.7%;
    max-width: inherit;
  }
}

/* パンくず */
@media print,
screen {
  .breadcrumbs {
    margin: 0 auto;
    padding: 40px 75px;
    width: 100%;
    max-width: 1320px;
    color: var(--common_color03);
    font-weight: 500;
    box-sizing: border-box;
  }

  .breadcrumbs a span {
    color: var(--common_color09);
    font-weight: 400;
  }

  .breadcrumbs span {
    color: var(--common_color03);
    font-weight: 500;
  }
}

@media screen and (max-width:767px) {
  .breadcrumbs {
    padding: 10vw 4.8vw;
  }
}

/* contactArea */
@media print,
screen {
  .contactArea {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    background-color: var(--common_color03);
  }

  .contactArea .contactArea_inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    color: var(--common_color01);
    letter-spacing: 0.05rem;
  }

  .contactArea .contactArea_title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
  }

  .contactArea .contactArea_box {
    align-items: center;
    width: 100%;
    border-left: 1px solid var(--common_color06);
    border-right: 1px solid var(--common_color06);
    box-sizing: border-box;
  }

  .contactArea .contactArea_item {
    padding: 30px 0 0;
    width: 50%;
    height: 280px;
    text-align: center;
    box-sizing: border-box;
  }

  .contactArea .contactArea_item:last-of-type {
    border-left: 1px solid var(--common_color06);
  }

  .contactArea .contactArea_item .itemTitle_en {
    margin-bottom: 24px;
    font-size: 40px;
  }

  .contactArea .contactArea_item .itemTitle {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .contactArea .contactArea_item .commonBtn {
    margin: 0 auto;
  }

  .contactArea .contactArea_item .commonBtn a {
    font-size: 18px;
    font-weight: 500;
    background-color: var(--common_color01);
  }

  .contactArea .contactArea_item .commonBtn a:hover {
    background-color: var(--common_color04);
    border: 1px solid var(--common_color03);
    opacity: 1;
  }
}

@media screen and (min-width:768px) and (max-width:1400px) {
  .contactArea {
    min-width: 1170px;
  }
}

@media screen and (max-width:767px) {
  .contactArea {
    padding: 13.333vw 4.666vw 8vw;
    box-sizing: border-box;
  }

  .contactArea .contactArea_title {
    margin-bottom: 9vw;
    font-size: 5.333vw;
    line-height: 1.35;
  }

  .contactArea .contactArea_box {
    display: block;
    width: 100%;
    border: none;
  }

  .contactArea .contactArea_item {
    padding: 8.5vw 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--common_color06);
  }

  .contactArea .contactArea_item:last-of-type {
    border: none;
  }

  .contactArea .contactArea_item .itemTitle_en {
    margin-bottom: 5.333vw;
    font-size: 8vw;
  }

  .contactArea .contactArea_item .itemTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.666vw;
    font-size: 4.8vw;
  }

  .contactArea .contactArea_item .itemTitle i {
    margin-right: 2vw;
    font-size: 8vw;
  }

  .contactArea .contactArea_item .commonBtn a {
    font-size: 4.266vw;
  }
}

/* アンカー */
@media print,
screen {
  .spAnchorBox {
    margin-bottom: 50px;
    padding: 0 0 10px;
    width: 100%;
    overflow: hidden;
  }

  .layoutAnchor01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid var(--common_color10);
  }

  .layoutAnchor01 li {
    padding: 0 16px;
  }

  .layoutAnchor01 li a {
    display: block;
    padding: 15px 0;
    font-size: 20px;
    position: relative;
  }

  .layoutAnchor01 li:hover a {
    font-weight: 500;
    opacity: 1;
  }

  .layoutAnchor01 li a:hover::after {
    content: "●";
    margin: 0 auto;
    width: 100%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
  }

  .layoutAnchor01.en li a {
    letter-spacing: 0.055em;
  }

  .layoutAnchor01.en li:hover a {
    letter-spacing: 0.04em;
  }

  .layoutAnchor02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid var(--common_color10);
  }

  .layoutAnchor02 li {
    display: block;
    padding: 15px 16px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
  }

  .layoutAnchor02 li:hover {
    font-weight: 500;
    opacity: 1;
  }

  .layoutAnchor02 li:hover::after {
    content: "●";
    margin: 0 auto;
    width: 100%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
  }

  .layoutAnchor02 li.is-active::after {
    content: "●";
    margin: 0 auto;
    width: 100%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
  }
}

@media screen and (max-width:767px) {
  .spAnchorBox {
    margin-bottom: 6.666vw;
    padding: 0 0 2.666vw;
    width: 100%;
    overflow: auto;
  }

  .layoutAnchor01 {
    width: 850px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .layoutAnchor01 li {
    padding: 0 4vw;
  }

  .layoutAnchor01 li a {
    padding: 4.666vw 0;
    font-size: 3.733vw;
  }

  .layoutAnchor01 li a:hover::after {
    font-size: 2.666vw;
    bottom: -1.866vw;
  }

  .layoutAnchor02 {
    width: 500px;
  }

  .layoutAnchor02 li {
    padding: 4.666vw 4vw;
    font-size: 3.733vw !important;
  }
}

/* タブ */
@media print,
screen {
  .spTabBox {
    margin-bottom: 40px;
    padding: 0 0 10px;
    width: 100%;
    overflow: hidden;
  }

  .layoutTab01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid var(--common_color10);
  }

  .layoutTab01 li {
    display: block;
    padding: 15px 16px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    cursor: pointer;
  }

  .layoutTab01 li.tab.is-active {
    font-weight: 500;
    transition: all 0.2s ease-out;
  }

  .layoutTab01 li:hover {
    font-weight: 500;
    opacity: 1;
  }

  .layoutTab01 li:hover::after {
    content: "●";
    margin: 0 auto;
    width: 100%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
  }

  .layoutTab01 li.is-active::after {
    content: "●";
    margin: 0 auto;
    width: 100%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
  }

  .layoutPanel01 {
    width: 100%;
  }

  .layoutPanel01 .panel {
    display: none;
  }

  .layoutPanel01 .panel.is-show {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .spTabBox {
    margin-bottom: 8vw;
    padding: 0 0 3vw;
  }

  .layoutTab01 {
    border-bottom: none;
  }

  .layoutTab01 li {
    display: block;
    padding: 2vw 4vw;
    width: 50%;
    font-size: 5.333vw;
    box-sizing: border-box;
  }

  .layoutTab01 li:hover {
    font-weight: 500;
    opacity: 1;
  }

  .layoutTab01 li.tab.is-active::after {
    content: "●";
    font-size: 2.666vw;
    position: absolute;
    left: 0;
    top: 40%;
  }

  .layoutTab01 li:hover::after {
    content: "●";
    margin: 0;
    width: 100%;
    font-size: 2.666vw;
    text-align: left;
    left: 0;
    top: 40%;
    right: inherit;
    bottom: inherit;
  }

  .layoutPanel01 {
    width: 100%;
  }

  .layoutPanel01 .panel {
    display: none;
  }

  .layoutPanel01 .panel.is-show {
    display: block;
  }
}

/* modal */
@media print,
screen {
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal__content {
    background: #fff;
    left: 50%;
    padding: 25px 60px 60px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    text-align: center;
    box-sizing: border-box;
  }

  .mdClose {
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
    position: relative;
  }

  .mdClose::after {
    position: absolute;
    right: -40px;
    color: var(--common_color07);
    font-size: 30px;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f00d";
  }

  .modalTerm {
    margin: 0 auto 25px;
    padding: 1px 0 2px;
    width: 96px;
    color: var(--common_color01);
    font-size: 14px;
    line-height: 1.1;
    background-color: var(--common_color03);
  }

  .modalNav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
  }

  .modalNav .modalNav_left,
  .modalNav .modalNav_right {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    border: 1px solid var(--common_color06);
    position: relative;
  }

  .modalNav .modalNav_left {
    /* border: 1px solid #CFD0CF; */
  }

  .modalNav .modalNav_right {}

  .modalNav .modalNav_left:hover,
  .modalNav .modalNav_right:hover {
    color: var(--common_color01);
    background-color: var(--common_color03);
  }

  .modalNav .modalNav_left:hover {
    /* background-color: #CFD0CF; */
  }

  .modalNav .modalNav_left::after,
  .modalNav .modalNav_right::after {
    font-size: 26px;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    position: absolute;
    left: 40%;
    top: 30%;
  }

  .modalNav .modalNav_left::after {
    content: "\e09d";

  }

  .modalNav .modalNav_right::after {
    content: "\e09f";
  }

  .modalNav .modalNav_left:hover::after {
    content: "\f060";
    opacity: 1.0;
  }

  .modalNav .modalNav_right:hover::after {
    content: "\f061";
  }

  .modalNav .modalNav_left.md-off,
  .modalNav .modalNav_right.md-off {
    border: 1px solid #CFD0CF;
  }

  .modalNav .modalNav_left.md-off:hover,
  .modalNav .modalNav_right.md-off:hover {
    background-color: var(--common_color01);
  }

  .modalNav .modalNav_left.md-off::after,
  .modalNav .modalNav_right.md-off::after {
    content: "\e09d";
    opacity: 0.2;
  }

  .modalNav .modalNav_right.md-off::after {
    content: "\e09f";
  }

  .modalNav .modalNav_left.md-off:hover::after,
  .modalNav .modalNav_right.md-off:hover::after {
    color: var(--common_color03);
    opacity: 0.2;
  }
}

@media screen and (max-width:767px) {
  .modal__content {
    padding: 4vw 8vw 8vw;
    width: 90%;
  }

  .mdClose::after {
    right: 0;
  }
}