@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
.lifestyle-dx {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", sans-serif;
}

@keyframes blink_ {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 768px) {
  .lifestyle-dx {
    font-size: 3.7333vw;
    color: #074572;
    overflow: hidden;
  }
  .lifestyle-dx * {
    box-sizing: border-box;
  }
  .lifestyle-dx img {
    vertical-align: middle;
  }
  .lifestyle-dx p {
    letter-spacing: 0.12em;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.6;
  }
  .lifestyle-dx h2 {
    margin: 0;
    font-size: 8vw;
    color: #0098C6;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.12em;
    line-height: 1.45;
  }
  .lifestyle-dx .contents_nav {
    position: relative;
    padding: 15px 16px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    font-family: "Noto Sans JP", sans-serif;
    background: #ffffff;
    z-index: 3;
  }
  .lifestyle-dx .contents_nav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lifestyle-dx .contents_nav .logo {
    width: 63.2vw;
  }
  .lifestyle-dx .contents_nav .logo img {
    width: 100%;
  }
  .lifestyle-dx .contents_nav .sp_menu_open {
    cursor: pointer;
  }
  .lifestyle-dx .contents_nav .sp_menu_open span {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 2px;
    background: #074572;
    margin: 7px 0;
    transition: 0.3s;
  }
  .lifestyle-dx .contents_nav .sp_menu_open span:first-child {
    margin-top: 0;
  }
  .lifestyle-dx .contents_nav .sp_menu_open span:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .contents_nav .sp_menu_open.active span {
    margin: 0;
  }
  .lifestyle-dx .contents_nav .sp_menu_open.active span:first-child {
    transform: rotate(45deg) translate(4px, 3px);
  }
  .lifestyle-dx .contents_nav .sp_menu_open.active span:nth-child(2) {
    opacity: 0;
  }
  .lifestyle-dx .contents_nav .sp_menu_open.active span:last-child {
    transform: rotate(-45deg) translate(3px, -1px);
  }
  .lifestyle-dx .contents_nav .nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F7FBFC;
    box-shadow: inset 0 16px 20px rgba(5, 68, 85, 0.1);
    z-index: 1;
  }
  .lifestyle-dx .contents_nav .nav ul {
    list-style: none;
    padding: 84px 0;
  }
  .lifestyle-dx .contents_nav .nav li {
    margin-bottom: 36px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .lifestyle-dx .contents_nav .nav a {
    font-size: 24px;
    color: #074572;
    text-decoration: none;
    white-space: nowrap;
  }
  .lifestyle-dx .contents_nav .nav a:hover {
    color: #0098C6;
  }
  .lifestyle-dx .contents_nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }
  .lifestyle-dx .contents_nav.is-fixed .nav {
    position: fixed;
  }
  .lifestyle-dx .contents_nav.is-fixed + .contents_container {
    margin-top: 60px;
  }
  .lifestyle-dx .contents_nav.bottom {
    position: relative !important;
    top: auto;
    padding: 19.4666666667vw 4.2666666667vw 18.4vw;
    z-index: 1;
  }
  .lifestyle-dx .contents_nav.bottom .inner {
    display: block;
  }
  .lifestyle-dx .contents_nav.bottom .inner .logo {
    margin: 0 auto 9.6vw;
  }
  .lifestyle-dx .contents_nav.bottom .sp_menu_open {
    display: none;
  }
  .lifestyle-dx .contents_nav.bottom .nav {
    position: relative !important;
    display: block !important;
    background: none;
    box-shadow: none;
    top: auto;
    height: auto;
  }
  .lifestyle-dx .contents_nav.bottom .nav ul {
    padding: 0;
    margin: 0;
  }
  .lifestyle-dx .contents_nav.bottom .nav li {
    margin-bottom: 8.5333333333vw;
  }
  .lifestyle-dx .contents_nav.bottom .nav li:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .contents_nav.bottom .nav a {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .lifestyle-dx .fv {
    background: url(../img/mv_bg_sp20230428.jpg) no-repeat center top;
    background-size: 100%;
    padding: 0 0 26.6666vw 0;
  }
  .lifestyle-dx .fv .fv_contents {
    text-align: center;
    padding: 13.3999vw 0 49.5333vw 0;
  }
  .lifestyle-dx .fv h1 {
    margin: 0 0 20vw 0;
  }
  .lifestyle-dx .fv h1 img {
    width: 45.3333vw;
  }
  .lifestyle-dx .fv .catch {
    margin: 0 0 3vw 0;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 9.3866vw;
  }
  .lifestyle-dx .fv .vision {
    background: url(../img/bg_vision_sp.png) no-repeat center top #ffffff;
    background-size: 100% 100%;
    margin: auto;
    padding: 12.8vw 6.4vw;
    border-radius: 8vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    text-align: center;
    margin: 0 5.3333vw;
  }
  .lifestyle-dx .fv .vision h2 {
    margin-bottom: 14.3999vw;
  }
  .lifestyle-dx .fv .vision .catch {
    margin-bottom: 18px;
  }
  .lifestyle-dx .fv .vision p {
    line-height: 1.6;
  }
  .lifestyle-dx .news {
    margin: 0 auto 25.0666vw auto;
    padding: 0 5.3333vw;
  }
  .lifestyle-dx .news h2 {
    text-align: center;
    margin-bottom: 5vw;
  }
  .lifestyle-dx .news ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .lifestyle-dx .news li {
    border-bottom: 1px solid #C6DBE1;
    padding: 5vw 0;
    font-size: 4.2666vw;
    letter-spacing: 0.05em;
  }
  .lifestyle-dx .news li .date {
    margin-bottom: 1.8vw;
  }
  .lifestyle-dx .news li .title a:hover {
    text-decoration: none;
  }
  .lifestyle-dx .news a {
    color: #0098C6;
  }
  .lifestyle-dx .collaboration {
    background: url(../img/collabo_bg_sp.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 28.2666vw 0 26.6666vw 0;
  }
  .lifestyle-dx .collaboration .inner {
    margin: auto;
    padding: 0 5.3333vw;
  }
  .lifestyle-dx .collaboration h2 {
    text-align: center;
    margin-bottom: 14.3999vw;
  }
  .lifestyle-dx .collaboration h3 {
    text-align: center;
    font-size: 5.8666vw;
    letter-spacing: 0.12em;
    margin-bottom: 20vw;
  }
  .lifestyle-dx .collaboration .collabo_sec {
    margin-bottom: 21.3333vw;
  }
  .lifestyle-dx .collaboration .collabo_sec:nth-child(3) {
    margin-bottom: 8vw;
  }
  .lifestyle-dx .collaboration .collabo_sec:nth-child(4) {
    margin-bottom: 11.2vw;
  }
  .lifestyle-dx .collaboration .two_column .box {
    background: #ffffff;
    border-radius: 8vw;
    padding: 12.8vw 6.4vw;
    margin-bottom: 6.4vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .collaboration .two_column .box .image {
    text-align: center;
  }
  .lifestyle-dx .collaboration .two_column .box .image img {
    width: calc(100% + 12.8vw);
    transform: translateX(-6.4vw);
  }
  .lifestyle-dx .collaboration .two_column .box h4 {
    margin: 9.6vw 0 8vw 0;
    font-size: 5.3333vw;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .lifestyle-dx .collaboration .two_column .box p {
    margin-bottom: 0;
    font-size: 4.2666vw;
    line-height: 1.8;
  }
  .lifestyle-dx .collaboration .three_column .box {
    margin-bottom: 14.3999vw;
  }
  .lifestyle-dx .collaboration .three_column .box dt {
    width: 66.6666vw;
    height: 66.6666vw;
    border-radius: 33.3333vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    text-align: center;
    padding-top: 11.7333vw;
    margin: 0 auto;
  }
  .lifestyle-dx .collaboration .three_column .box dt.merit1 {
    background: url(../img/collabo_bg_merit01.png) no-repeat;
    background-size: 100% 100%;
  }
  .lifestyle-dx .collaboration .three_column .box dt.merit2 {
    background: url(../img/collabo_bg_merit02.png) no-repeat;
    background-size: 100% 100%;
  }
  .lifestyle-dx .collaboration .three_column .box dt.merit3 {
    background: url(../img/collabo_bg_merit03.png) no-repeat;
    background-size: 100% 100%;
  }
  .lifestyle-dx .collaboration .three_column .box dt .number {
    font-size: 12.8vw;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.06em;
    color: #0098C6;
    font-weight: 700;
    margin-bottom: 3.7333vw;
  }
  .lifestyle-dx .collaboration .three_column .box dt .ja {
    font-size: 5.3333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }
  .lifestyle-dx .collaboration .three_column .box dd {
    margin: 6.4vw 0 0 0;
    font-size: 4.2666vw;
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
  .lifestyle-dx .collaboration .logo {
    width: 100%;
    display: block;
    margin: 0 auto 0;
  }
  .lifestyle-dx .contact_btn {
    width: 80vw;
    height: 17.0666vw;
    border-radius: 8.5333vw;
    background: linear-gradient(45deg, rgb(91, 194, 220) 0%, rgb(158, 222, 198) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .contact_btn:hover {
    background: linear-gradient(45deg, rgb(60, 167, 194) 0%, rgb(112, 196, 165) 100%);
    box-shadow: 0 8px 8px rgba(5, 68, 85, 0.1);
    transform: translateY(5px);
  }
  .lifestyle-dx .contact_btn span {
    display: block;
    font-size: 6.4vw;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-weight: bold;
  }
  .lifestyle-dx .contact_btn span::after {
    content: "";
    display: inline-block;
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 4.2666vw;
    background: url(../img/ico_link_blank_white.svg) no-repeat;
    background-size: contain;
  }
  .lifestyle-dx .white_btn {
    width: 46.1333vw;
    height: 12.8vw;
    border-radius: 6.4vw;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .white_btn:hover {
    background: #E8F6FA;
  }
  .lifestyle-dx .white_btn:hover span:after {
    transform: translateX(5px);
  }
  .lifestyle-dx .white_btn span {
    display: block;
    font-size: 4.2666vw;
    letter-spacing: 0.04em;
    color: #074572;
    font-weight: bold;
  }
  .lifestyle-dx .white_btn span::after {
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.6vw;
    background: url(../img/ico_btn_arrow.svg) no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
  .lifestyle-dx .technology {
    padding-bottom: 26.1333333333vw;
  }
  .lifestyle-dx .technology .inner {
    padding: 0 5.3333vw;
  }
  .lifestyle-dx .technology h2 {
    text-align: center;
    margin-bottom: 14.3999vw;
  }
  .lifestyle-dx .technology h3 {
    text-align: center;
    font-size: 5.8666vw;
    letter-spacing: 0.12em;
    margin: 0 0 12.8vw 0;
  }
  .lifestyle-dx .technology .share_tech {
    padding: 12.8vw 6.4vw 16.2666vw;
    background: url(../img/tech_bg_sp.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 8vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    margin-bottom: 11.2vw;
  }
  .lifestyle-dx .technology .share_tech .text {
    margin-bottom: 12.8vw;
  }
  .lifestyle-dx .technology .share_tech h4 {
    color: #0098C6;
    font-size: 5.3333vw;
    letter-spacing: 0.12em;
    margin: 0 0 8vw 0;
    text-align: center;
    line-height: 1;
  }
  .lifestyle-dx .technology .share_tech p {
    font-size: 4.2666vw;
    margin: 0;
    line-height: 1.8;
  }
  .lifestyle-dx .technology .update {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .technology .update img {
    display: block;
    margin: 0 auto 7.4666vw auto;
  }
  .lifestyle-dx .seminar {
    padding-bottom: 27.7333333333vw;
  }
  .lifestyle-dx .seminar .inner {
    padding: 0 5.3333vw;
  }
  .lifestyle-dx .seminar h2 {
    text-align: center;
    margin-bottom: 14.3999vw;
  }
  .lifestyle-dx .seminar h3 {
    text-align: center;
    font-size: 5.8666vw;
    letter-spacing: 0.12em;
    margin: 0 0 12.8vw 0;
  }
  .lifestyle-dx .seminar p {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .seminar .white_btn {
    width: 64vw;
    margin-top: 10.6666666667vw;
  }
  .lifestyle-dx .report {
    padding-bottom: 27.7333333333vw;
  }
  .lifestyle-dx .report .inner {
    padding: 0 5.3333vw;
  }
  .lifestyle-dx .report h2 {
    text-align: center;
    margin-bottom: 14.3999vw;
  }
  .lifestyle-dx .report h3 {
    text-align: center;
    font-size: 5.8666vw;
    letter-spacing: 0.12em;
    margin: 0 0 12.8vw 0;
  }
  .lifestyle-dx .report p {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report .link_list {
    position: relative;
    margin: 9.6vw auto 0;
    width: 100%;
    border-radius: 16vw;
    padding: 6.4vw;
    background: #fff;
    box-shadow: 0px 4.2666666667vw 8vw rgba(223, 238, 242, 0.7);
    list-style: none;
    box-sizing: border-box;
  }
  .lifestyle-dx .report .link_list li {
    width: 100%;
    position: relative;
    list-style: none;
    border-bottom: #def3f8 1px solid;
    padding: 5.3333333333vw 0;
  }
  .lifestyle-dx .report .link_list li:last-child {
    border-bottom: none;
  }
  .lifestyle-dx .report .link_list li a {
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
  }
  .lifestyle-dx .report .link_list li .tag {
    display: block;
    width: 27.7333333333vw;
    line-height: 5.8666666667vw;
    border-radius: 6.4vw;
    border: 1px solid #e8f6fa;
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
    padding-left: 0.06em;
    text-align: center;
    color: #0098c6;
    margin-bottom: 2.1333333333vw;
    background: #f7fbfc;
    box-shadow: 0px 3px 4px rgba(184, 218, 230, 0.4);
  }
  .lifestyle-dx .report .link_list li .title {
    display: block;
    font-weight: bold;
    font-size: 4.2666666667vw;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #074572;
    width: 75.2vw;
    padding-right: 5.8666666667vw;
  }
  .lifestyle-dx .report .link_list li .title:after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: url(../img/ico_btn_arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .lifestyle-dx .report .white_btn {
    width: 64vw;
    margin-top: 12.8vw;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .about {
    padding: 19.2vw 0 22.4vw 0;
    background: #F7FBFC;
  }
  .lifestyle-dx .about .inner {
    padding: 0 5.3333vw;
  }
  .lifestyle-dx .about h2 {
    margin-bottom: 13.8666vw;
    text-align: center;
  }
  .lifestyle-dx .about p {
    font-size: 4.2666vw;
  }
  .lifestyle-dx .about .logo {
    margin-top: 12vw;
    text-align: center;
  }
  .lifestyle-dx .about .logo .white_btn {
    margin-top: 10.6666vw;
    width: 100%;
  }
  .lifestyle-dx .about .logo .white_btn span::after {
    background: url(../img/ico_link_blank_blue.svg) no-repeat;
    background-size: contain;
  }
  .lifestyle-dx .contact_area {
    background: url(../img/contact_bg_sp.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding: 19.2vw 0 22.4vw 0;
  }
  .lifestyle-dx .contact_area h2 {
    margin-bottom: 14.1333vw;
  }
  .lifestyle-dx .contact_area .message {
    font-size: 4.2666vw;
    letter-spacing: 0.12em;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 12.8vw;
  }
  .lifestyle-dx .pagetitle {
    background: url(../img/bg_pagetitle_sp.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
    margin: 0;
    padding: 20.5333vw 0;
    font-size: 8vw;
    letter-spacing: 0.12em;
    text-align: center;
    color: #0098C6;
    font-weight: bold;
  }
  .lifestyle-dx article {
    background: url(../img/gradation_bg_sp.png) no-repeat bottom;
    background-size: 100%;
    padding-bottom: 26.6666vw;
  }
  .lifestyle-dx .feature {
    margin: auto;
    padding: 12.8vw 5.3333vw 21.3333vw 5.3333vw;
  }
  .lifestyle-dx .feature .description {
    margin-bottom: 21.3333vw;
  }
  .lifestyle-dx .feature .description p {
    margin: 0 0 12.8vw 0;
    font-size: 4.2666vw;
    line-height: 1.8;
  }
  .lifestyle-dx .feature .description figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .feature .description figure img {
    width: 100%;
  }
  .lifestyle-dx .feature .feature_container h3 {
    margin: 0 0 12.8vw 0;
    text-align: center;
    font-size: 5.8666vw;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .feature .three_column .box {
    margin: 0 0 14.3999vw 0;
  }
  .lifestyle-dx .feature .three_column .box:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .feature .three_column .box dt {
    width: 66.6666vw;
    height: 66.6666vw;
    border-radius: 33.3333vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    text-align: center;
    padding-top: 7.7333vw;
    margin: 0 auto;
    background: url(../img/collabo_bg_merit01.png) no-repeat;
    background-size: 100% 100%;
  }
  .lifestyle-dx .feature .three_column .box dt .ico {
    margin-bottom: 5vw;
  }
  .lifestyle-dx .feature .three_column .box dt .title {
    font-size: 5.3333vw;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .lifestyle-dx .feature .three_column .box dd {
    margin: 6.4vw 0 0 0;
    font-size: 4.8vw;
    letter-spacing: 0.07em;
    line-height: 1.8;
  }
  .lifestyle-dx .jirei {
    padding: 32vw 5.3333vw 26.6666vw 5.3333vw;
    background: url(../img/technology/bg_wave_sp.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .lifestyle-dx .jirei h3 {
    margin: 0 0 57px 0;
    text-align: center;
    font-size: 5.8666vw;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .jirei .chonote {
    background: url(../img/technology/bg_tech_jirei_sp202407.png) no-repeat #ffffff;
    background-size: cover;
    border-radius: 8vw;
    padding: 12.8vw 6.4vw 10.6666666667vw;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .jirei .chonote figure {
    order: 2;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .lifestyle-dx .jirei .chonote figure img {
    width: 60.5333vw;
  }
  .lifestyle-dx .jirei .chonote .text {
    width: 100%;
    order: 1;
  }
  .lifestyle-dx .jirei .chonote h4 {
    font-size: 5.3333vw;
    color: #0098C6;
    letter-spacing: 0.12em;
    line-height: 1;
    margin: 0 0 8vw 0;
    text-align: center;
  }
  .lifestyle-dx .jirei .chonote p {
    font-size: 4.2666vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 8vw;
  }
  .lifestyle-dx .jirei .chonote .white_btn {
    width: 63.7333vw;
    margin: 12.8vw auto 0 auto;
  }
  .lifestyle-dx .jirei .chonote .white_btn span::after {
    background: url(../img/ico_link_blank_blue.svg) no-repeat;
    background-size: contain;
  }
  .lifestyle-dx .jirei .chonote .store_wrap {
    width: 70.4vw;
    margin: 9.6vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col .qr {
    width: 19.7333333333vw;
    margin: 0 auto;
    display: block;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col .bnr {
    display: block;
    width: 100%;
    margin: 5.8666666667vw auto 0;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col .bnr img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col.store_apple {
    width: 41.2310606061%;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col.store_google {
    width: 51.1363636364%;
  }
  .lifestyle-dx .potential .inner {
    padding: 0 5.3333vw;
  }
  .lifestyle-dx .potential h3 {
    margin: 0 0 12.8vw 0;
    text-align: center;
    font-size: 5.8666vw;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .potential .two_column .box {
    background: #ffffff;
    border-radius: 8vw;
    padding: 12.8vw 6.4vw;
    margin-bottom: 6.4vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .potential .two_column .box .image {
    text-align: center;
  }
  .lifestyle-dx .potential .two_column .box .image img {
    width: calc(100% + 12.8vw);
    transform: translateX(-6.4vw);
  }
  .lifestyle-dx .potential .two_column .box h4 {
    margin: 9.6vw 0 8vw 0;
    font-size: 5.3333vw;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .lifestyle-dx .potential .two_column .box p {
    margin-bottom: 0;
    font-size: 4.2666vw;
    line-height: 1.8;
  }
  .lifestyle-dx .potential .arrow {
    text-align: center;
    margin: 8vw 0;
  }
  .lifestyle-dx .potential .idea_container {
    background: url(../img/technology/bg_idea_sp.png) no-repeat;
    background-size: cover;
    border-radius: 8vw;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    margin-bottom: 6.4vw;
    padding: 8vw 6.4vw 12.8vw 6.4vw;
  }
  .lifestyle-dx .potential .idea_container .icon {
    text-align: center;
    margin-bottom: 8vw;
  }
  .lifestyle-dx .potential .idea_container .icon img {
    width: 21.3333vw;
  }
  .lifestyle-dx .potential .idea_container p {
    margin: 0;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.7;
  }
  .lifestyle-dx .potential .contact_btn {
    margin: 19.2vw auto 0 auto;
  }
  .lifestyle-dx .news_container {
    padding: 12.8vw 5.3333vw 0 5.3333vw;
  }
  .lifestyle-dx .news_container .date {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 4.8vw;
  }
  .lifestyle-dx .news_container h1 {
    font-size: 4.8vw;
    letter-spacing: 0.12em;
    line-height: 1.6;
    border-bottom: 1px solid #C6DBE1;
    margin: 0 0 4.8vw 0;
    padding-bottom: 6.4vw;
  }
  .lifestyle-dx .news_container .news_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6.4vw;
    grid-template-areas: "image" "text";
  }
  .lifestyle-dx .news_container .news_row .news_text {
    grid-area: text;
  }
  .lifestyle-dx .news_container .news_row .news_image {
    grid-area: image;
  }
  .lifestyle-dx .news_container figure {
    margin: 0;
    text-align: center;
    border-radius: 5.3333vw;
    overflow: hidden;
  }
  .lifestyle-dx .news_container img {
    max-width: 100%;
  }
  .lifestyle-dx .news_container .news_body {
    font-size: 4.2666vw;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .news_container .news_body h2 {
    font-size: 5.3333vw;
    margin: 0 0 1em 0;
    color: #074572;
  }
  .lifestyle-dx .news_container .news_body h3 {
    font-size: 4.8vw;
    margin: 0 0 1em 0;
    color: #074572;
  }
  .lifestyle-dx .news_container .news_body p {
    margin: 0 0 2em 0;
    word-break: break-all;
  }
  .lifestyle-dx .news_container .news_body p:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body ul, .lifestyle-dx .news_container .news_body ol {
    padding-left: 1em;
    margin: 0 0 2em 1em;
  }
  .lifestyle-dx .news_container .news_body ul li, .lifestyle-dx .news_container .news_body ol li {
    margin: 0 0 1em 0;
  }
  .lifestyle-dx .news_container .news_body ul li:last-child, .lifestyle-dx .news_container .news_body ol li:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body ul:last-child, .lifestyle-dx .news_container .news_body ol:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body blockquote {
    margin: 0 0 2em 0;
  }
  .lifestyle-dx .news_container .news_body blockquote:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body a {
    color: #0098C6;
  }
  .lifestyle-dx .news_container .news_body a[target=_blank]::after {
    content: "";
    width: 2.6666vw;
    height: 2.6666vw;
    background: url(../img/ico_link_blank_blue.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 1.6vw;
  }
  .lifestyle-dx .news_container .news_body img {
    display: block;
    margin: 0 auto 10.6666vw auto;
    max-width: 100%;
  }
  .lifestyle-dx .news_container .white_btn {
    width: 85.6vw;
    height: 20.8vw;
    border-radius: 10.4vw;
    margin-top: 21.3333vw;
  }
  .lifestyle-dx .news_container .white_btn span {
    font-size: 5.3333vw;
    text-align: center;
    position: relative;
  }
  .lifestyle-dx .news_container .white_btn span::after {
    position: absolute;
    right: -5.3333vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .lifestyle-dx .news_container .white_btn small {
    font-size: 4.2666vw;
    display: block;
  }
  .lifestyle-dx .seminar_top .description {
    padding: 11.7333333333vw 5.3333333333vw 0;
  }
  .lifestyle-dx .seminar_top .description p {
    margin: 0;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }
  .lifestyle-dx .seminar_top .seminar_list {
    padding: 25.6vw 5.3333333333vw 0;
    margin: 0 auto;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_list_title {
    text-align: center;
    margin: 0 0 17.0666666667vw;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_list_title .en {
    display: block;
    font-weight: bold;
    font-size: 8vw;
    letter-spacing: 0.12em;
    line-height: 1.4666666667;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.12em;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_list_title .jp {
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.12em;
    line-height: 1;
    display: block;
    margin-top: 5.3333333333vw;
    padding-left: 0.12em;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row {
    display: block;
    padding: 0;
    margin: 0 0 21.3333333333vw;
    color: #074572;
    text-decoration: none;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .date {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 6.4vw;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .date small {
    font-size: 0.7777777778em;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .tag {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    line-height: 2.4;
    border-radius: 3.2vw;
    border: 1px solid #e8f6fa;
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
    padding: 0 1.1em 0 1.16em;
    text-align: center;
    color: #0098c6;
    box-shadow: 0px 5px 5px 0px rgba(223, 238, 242, 0.5) inset;
    background: linear-gradient(#f7fbfc 0%, #fff 100%);
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .row_title {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 3.4666666667vw;
    margin-bottom: 5.6vw;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .pic {
    width: 74.6666666667vw;
    border-radius: 16vw;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    margin: 0 auto 5.3333333333vw;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .text {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .white_btn {
    width: 64vw;
    margin: 6.9333333333vw auto 0;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .white_btn span {
    padding-right: 3.7333333333vw;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .white_btn span::after {
    position: absolute;
    right: 6.4vw;
    top: 5.0666666667vw;
  }
  .lifestyle-dx .seminar_top .btn_wrap {
    margin-top: 23.7333333333vw;
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn {
    width: 85.6vw;
    height: 20.8vw;
    border-radius: 20.8vw;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn span {
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.07em;
    padding-right: 3.7333333333vw;
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn span small {
    font-size: 4.2666666667vw;
    display: block;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.04em;
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn span::after {
    position: absolute;
    right: 6.4vw;
    top: 9.0666666667vw;
  }
  .lifestyle-dx .seminar_second {
    padding-top: 13.3333333333vw;
  }
  .lifestyle-dx .seminar_second .row {
    width: 89.3333333333vw;
    margin: 0 auto;
    position: relative;
  }
  .lifestyle-dx .seminar_second .row h4 {
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    margin-top: 0;
    margin-bottom: 9.6vw;
  }
  .lifestyle-dx .seminar_second .row.outline {
    padding-top: 0.5333333333vw;
  }
  .lifestyle-dx .seminar_second .row.outline .date {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 6.4vw;
  }
  .lifestyle-dx .seminar_second .row.outline .date small {
    font-size: 3.7333333333vw;
  }
  .lifestyle-dx .seminar_second .row.outline .tag {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    line-height: 6.4vw;
    border-radius: 6.4vw;
    border: 1px solid #e8f6fa;
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
    padding: 0 2.9333333333vw;
    text-align: center;
    color: #0098c6;
    box-shadow: 0px 5px 5px 0px rgba(223, 238, 242, 0.5) inset;
    background: linear-gradient(#f7fbfc 0%, #fff 100%);
  }
  .lifestyle-dx .seminar_second .row.outline .row_title {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 3.4666666667vw;
    width: 100%;
    margin-bottom: 0;
  }
  .lifestyle-dx .seminar_second .row.outline .row_title + p {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-top: 4vw;
    margin-bottom: 6.4vw;
  }
  .lifestyle-dx .seminar_second .row.outline .pic {
    width: 74.6666666667vw;
    border-radius: 16vw;
    overflow: hidden;
    margin: 0 auto;
    width: 280px;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .seminar_second .row.outline .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .seminar_second .row.outline .text {
    margin-top: 14.6666666667vw;
  }
  .lifestyle-dx .seminar_second .row.outline .text p {
    margin: 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .lifestyle-dx .seminar_second .row.outline .text ul {
    margin: 7.4666666667vw 0 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    padding-left: 1em;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .seminar_second .row.outline + .entry_wrap {
    margin-top: 14.9333333333vw;
  }
  .lifestyle-dx .seminar_second .row.osusume {
    margin-top: 14.9333333333vw;
  }
  .lifestyle-dx .seminar_second .row.osusume h4 {
    margin-bottom: 9.3333333333vw;
  }
  .lifestyle-dx .seminar_second .row.osusume ul {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    padding-left: 0;
    letter-spacing: 0.12em;
    list-style: none;
    margin: 0;
  }
  .lifestyle-dx .seminar_second .row.osusume ul li {
    padding-left: 9.6vw;
    background-image: url(../img/seminar/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 6.6666666667vw auto;
    background-position: left 1.8666666667vw;
  }
  .lifestyle-dx .seminar_second .row.detail {
    margin-top: 18.1333333333vw;
  }
  .lifestyle-dx .seminar_second .row.detail h4 {
    margin-bottom: 10.6666666667vw;
  }
  .lifestyle-dx .seminar_second .row.detail table {
    display: block;
    width: 100%;
  }
  .lifestyle-dx .seminar_second .row.detail table tr {
    display: block;
    width: 100%;
    padding: 4.2666666667vw 0;
    border-bottom: #C6DBE1 1px solid;
  }
  .lifestyle-dx .seminar_second .row.detail table th, .lifestyle-dx .seminar_second .row.detail table td {
    width: 100%;
    text-align: left;
    display: block;
  }
  .lifestyle-dx .seminar_second .row.detail table th {
    font-weight: bold;
    color: #0098C6;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .lifestyle-dx .seminar_second .row.detail table td {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .seminar_second .row.detail + .entry_wrap {
    margin-top: 19.2vw;
  }
  .lifestyle-dx .seminar_second .contact_btn.entry {
    width: 80vw;
  }
  .lifestyle-dx .seminar_second .contact_btn.entry span {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
  }
  .lifestyle-dx .seminar_second .entry_wrap .fin_area {
    width: 89.3333333333vw;
    margin: 0 auto;
    line-height: 1.6666666667;
    border-radius: 5.3333333333vw;
    background: #f7fbfc;
    border: 1px solid #def3f8;
    font-weight: bold;
    font-size: 6.4vw;
    letter-spacing: 0.12em;
    text-align: center;
    color: #0098c6;
    padding: 6.4vw 0;
  }
  .lifestyle-dx .seminar_second .entry_wrap + .btn_wrap {
    margin-top: 26.9333333333vw;
  }
  .lifestyle-dx .seminar_second .entry_wrap + .btn_wrap .white_btn {
    width: 64vw;
    position: relative;
    padding-right: 14px;
  }
  .lifestyle-dx .seminar_second .entry_wrap + .btn_wrap .white_btn span::after {
    position: absolute;
    right: 24px;
    top: 19px;
  }
  .lifestyle-dx .report_top .report_list {
    padding: 25.6vw 5.3333333333vw 0;
    margin: 0 auto 25.6vw;
  }
  .lifestyle-dx .report_top .report_list:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .report_top .report_list .report_list_title {
    text-align: center;
    margin: 0 0 16.5333333333vw;
  }
  .lifestyle-dx .report_top .report_list .report_list_title .en {
    display: block;
    font-weight: bold;
    font-size: 8vw;
    letter-spacing: 0.12em;
    line-height: 1.4666666667;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.12em;
  }
  .lifestyle-dx .report_top .report_list .report_list_title .jp {
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.12em;
    line-height: 1;
    display: block;
    margin-top: 5.3333333333vw;
    padding-left: 0.12em;
  }
  .lifestyle-dx .report_top .report_list .report_row {
    display: block;
    padding: 0;
    margin: 0 0 9.3333333333vw;
    color: #074572;
    text-decoration: none;
  }
  .lifestyle-dx .report_top .report_list .report_row:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .report_top .report_list .report_row .pic {
    display: block;
    width: 74.6666666667vw;
    border-radius: 16vw;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    margin: 0 auto 5.3333333333vw;
  }
  .lifestyle-dx .report_top .report_list .report_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_top .report_list .report_row .title {
    display: block;
    font-size: 18px;
    line-height: 1.6111111111;
    letter-spacing: 0.04em;
    margin: 6.6666666667vw auto 0;
    color: #074572;
    font-weight: bold;
    width: 74.6666666667vw;
  }
  .lifestyle-dx .report_top .report_list .white_btn_wrap .white_btn {
    margin: 14.9333333333vw auto 0;
    width: 64vw;
    height: 12.8vw;
    border-radius: 12.8vw;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_top .btn_wrap {
    margin-top: 23.7333333333vw;
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn {
    width: 85.6vw;
    height: 20.8vw;
    border-radius: 20.8vw;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn span {
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.07em;
    padding-right: 3.7333333333vw;
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn span small {
    font-size: 4.2666666667vw;
    display: block;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.04em;
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn span::after {
    position: absolute;
    right: 6.4vw;
    top: 9.0666666667vw;
  }
  .lifestyle-dx .report_second .report_list {
    padding: 25.6vw 5.3333333333vw 0;
    margin: 0 auto;
  }
  .lifestyle-dx .report_second .report_list .report_list_title {
    text-align: center;
    margin: 0 0 17.0666666667vw;
  }
  .lifestyle-dx .report_second .report_list .report_list_title .en {
    display: block;
    font-weight: bold;
    font-size: 8vw;
    letter-spacing: 0.12em;
    line-height: 1.4666666667;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.12em;
  }
  .lifestyle-dx .report_second .report_list .report_list_title .jp {
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.12em;
    line-height: 1;
    display: block;
    margin-top: 5.3333333333vw;
    padding-left: 0.12em;
  }
  .lifestyle-dx .report_second .report_list .report_row {
    display: block;
    padding: 0;
    margin: 0 0 21.3333333333vw;
    color: #074572;
    text-decoration: none;
  }
  .lifestyle-dx .report_second .report_list .report_row:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .report_second .report_list .report_row .row_title {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 3.4666666667vw;
    margin-bottom: 5.6vw;
  }
  .lifestyle-dx .report_second .report_list .report_row .pic {
    width: 74.6666666667vw;
    border-radius: 16vw;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    margin: 0 auto 5.3333333333vw;
  }
  .lifestyle-dx .report_second .report_list .report_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_second .report_list .report_row .text {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_second .report_list .report_row .white_btn {
    width: 64vw;
    margin: 6.9333333333vw auto 0;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_second .report_list .report_row .white_btn span {
    padding-right: 3.7333333333vw;
  }
  .lifestyle-dx .report_second .report_list .report_row .white_btn span::after {
    position: absolute;
    right: 6.4vw;
    top: 5.0666666667vw;
  }
  .lifestyle-dx .report_second .btn_wrap {
    margin-top: 26.4vw;
  }
  .lifestyle-dx .report_second .btn_wrap .white_btn {
    width: 64vw;
    height: 12.8vw;
    border-radius: 12.8vw;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_second .btn_wrap .white_btn span {
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0.04em;
    padding-right: 3.7333333333vw;
  }
  .lifestyle-dx .report_second .btn_wrap .white_btn span::after {
    position: absolute;
    right: 6.4vw;
    top: 5.0666666667vw;
  }
  .lifestyle-dx .report_third {
    padding-top: 13.3333333333vw;
  }
  .lifestyle-dx .report_third .row {
    width: 89.3333333333vw;
    margin: 0 auto;
    position: relative;
  }
  .lifestyle-dx .report_third .row h4 {
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    margin-top: 0;
    margin-bottom: 9.6vw;
  }
  .lifestyle-dx .report_third .row .text {
    margin: 0;
  }
  .lifestyle-dx .report_third .row a.text_link {
    color: #0098C6;
    text-decoration: none;
  }
  .lifestyle-dx .report_third .row .pic_wrap {
    margin: 0 auto 12.2666666667vw;
  }
  .lifestyle-dx .report_third .row .pic_wrap .pic {
    margin-bottom: 0;
  }
  .lifestyle-dx .report_third .row .pic_wrap .cap {
    width: 69.3333333333vw;
    margin: 6.4vw auto 0;
    font-size: 3.2vw;
    letter-spacing: 0.12em;
    line-height: 2;
  }
  .lifestyle-dx .report_third .row .pic {
    width: 74.6666666667vw;
    border-radius: 16vw;
    overflow: hidden;
    margin: 0 auto 12.2666666667vw;
    width: 280px;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .report_third .row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_third .row .pic:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .report_third .row .pic.no_shadow {
    box-shadow: none;
  }
  .lifestyle-dx .report_third .row .texts + .pic {
    margin-top: 12.2666666667vw;
  }
  .lifestyle-dx .report_third .row sup {
    font-size: 0.75em;
  }
  .lifestyle-dx .report_third .row.outline .tag {
    display: block;
    width: fit-content;
    line-height: 6.4vw;
    border-radius: 6.4vw;
    border: 1px solid #e8f6fa;
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
    padding: 0 2.9333333333vw;
    text-align: center;
    color: #0098c6;
    background: #f7fbfc;
    box-shadow: 0px 3px 4px rgba(184, 218, 230, 0.4);
    margin-top: 2.6666666667vw;
    margin-bottom: 6.4vw;
    text-decoration: none;
  }
  .lifestyle-dx .report_third .row.outline .row_title {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 3.4666666667vw;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .lifestyle-dx .report_third .row.outline .row_title + p {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-top: 4vw;
    margin-bottom: 6.4vw;
  }
  .lifestyle-dx .report_third .row.outline .text {
    margin-top: 14.6666666667vw;
    margin: 0;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_third .row.outline .people {
    width: 100%;
    margin-top: 9.6vw;
    border-radius: 8vw;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    padding: 6.4vw 6.4vw 8.8vw;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .texts {
    width: 49.3333333333vw;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .texts .name1 {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    margin: 0 0 3.2vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .texts .name2 {
    font-size: 5.8666666667vw;
    line-height: 8.5333333333vw;
    margin: 0;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .pic {
    margin: 0;
    width: 26.6666666667vw;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: none;
  }
  .lifestyle-dx .report_third .row.outline .people .col .text {
    width: 100%;
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.12em;
    line-height: 2;
  }
  .lifestyle-dx .report_third .row.outline .people .col:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) {
    padding-top: 20vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) h2 {
    width: 100%;
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.12em;
    line-height: 7.68vw;
    text-align: left;
    color: #074572;
    padding-bottom: 2.9333333333vw;
    border-bottom: #C6DBE1 1px solid;
    margin-bottom: 12.8vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .text {
    font-size: 4.2666666667vw;
    line-height: 7.68vw;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 6.6666666667vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list li {
    font-size: 4.2666666667vw;
    line-height: 7.68vw;
    letter-spacing: 0.12em;
    padding: 0;
    padding-left: 5.3333333333vw;
    position: relative;
    list-style: none;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.6vw;
    top: 3.4666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 100%;
    background-color: #074572;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list + .text {
    margin-top: 8.5333333333vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .num_list {
    padding: 0;
    margin: 0;
    margin-top: 6.6666666667vw;
    padding-left: 8vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .num_list li {
    font-size: 4.2666666667vw;
    line-height: 7.68vw;
    letter-spacing: 0.12em;
    padding: 0;
    position: relative;
    list-style: decimal;
  }
  .lifestyle-dx .report_third .row:not(.outline) .num_list + .text {
    margin-top: 6.6666666667vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 6.6666666667vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: 0.12em;
    padding: 0;
    padding-left: 5.3333333333vw;
    position: relative;
    list-style: none;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li .kome {
    display: block;
    position: absolute;
    left: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li.num {
    padding-left: 8vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li a {
    color: inherit;
    word-break: break-all;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list:first-child {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list:not(:last-child) {
    margin-bottom: 17.0666666667vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap .text,
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap .texts {
    width: 100%;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap + .text {
    margin-top: 6.4vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) p.text + .flex_wrap {
    margin-top: 6.4vw;
  }
  .lifestyle-dx .report_third .row:not(.outline) h3 {
    margin: 8vw 0 7.7333333333vw;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 7.68vw;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_third .row:not(.outline) h3 + .text {
    margin: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) h4 {
    margin: 9.6vw 0 1.6vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 7.68vw;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_third .row:not(.outline) h4 + .text {
    margin: 0;
  }
  .lifestyle-dx .report_third .row.chonote h2 {
    margin-bottom: 8vw;
  }
  .lifestyle-dx .report_third .row.chonote .flex_wrap .pic {
    box-shadow: none;
    margin-bottom: 0;
  }
  .lifestyle-dx .report_third .row.chonote .flex_wrap h4:first-child {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row.chonote .instal {
    width: 100%;
    margin-top: 7.4666666667vw;
  }
  .lifestyle-dx .report_third .row.chonote .instal .btn_wrap {
    margin: 0;
  }
  .lifestyle-dx .report_third .row.chonote .instal .btn_wrap .white_btn {
    width: 83.4666666667vw;
    margin: 0 auto;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap {
    width: 100%;
    border: 1px solid #c6dbe1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 8.2666666667vw 9.0666666667vw;
    margin-top: 13.2%;
    position: relative;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .store_title {
    position: absolute;
    width: 70.1333333333vw;
    text-align: center;
    background: #fff;
    top: -6.4vw;
    left: 9.6vw;
    font-size: 4.2666666667vw;
    line-height: 3;
    letter-spacing: 0.12em;
    color: #074572;
    font-weight: bold;
    margin: 0;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col {
    width: fit-content;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .col_title {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
    letter-spacing: 0.12em;
    color: #074572;
    margin: 0;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .qr {
    width: 19.7333333333vw;
    display: block;
    margin: 2.9333333333vw auto 5.8666666667vw;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .bnr {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .bnr img {
    display: block;
    width: auto;
    height: 10.6666666667vw;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area {
    margin: 25.6vw auto 0;
    width: 89.3333333333vw;
    background-image: url(../img/report/chonote_bg_sp.png);
    border-radius: 8vw;
    overflow: hidden;
    background-size: 100% 102%;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    padding: 9.3333333333vw 6.4vw 10.6666666667vw;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area h4 {
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.12em;
    line-height: 1;
    margin-bottom: 7.2vw;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.12em;
    line-height: 7.68vw;
    margin-bottom: 4.8vw;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .btn_text {
    font-weight: bold;
    font-size: 3.7333333333vw;
    letter-spacing: 0.12em;
    line-height: 7.68vw;
    margin-bottom: 4.5333333333vw;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .btn_wrap {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .btn_wrap .white_btn {
    width: 74.4vw;
    margin: 0 auto;
  }
  .lifestyle-dx .report_third .report_list {
    padding: 25.6vw 5.3333333333vw 0;
    margin: 0 auto 0;
  }
  .lifestyle-dx .report_third .report_list:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .report_third .report_list .report_list_title {
    text-align: center;
    margin: 0 0 16.5333333333vw;
  }
  .lifestyle-dx .report_third .report_list .report_list_title .en {
    display: block;
    font-weight: bold;
    font-size: 8vw;
    letter-spacing: 0.12em;
    line-height: 1.4666666667;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.12em;
  }
  .lifestyle-dx .report_third .report_list .report_list_title .jp {
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.12em;
    line-height: 1;
    display: block;
    margin-top: 5.3333333333vw;
    padding-left: 0.12em;
  }
  .lifestyle-dx .report_third .report_list .report_row {
    display: block;
    padding: 0;
    margin: 0 0 9.3333333333vw;
    color: #074572;
    text-decoration: none;
  }
  .lifestyle-dx .report_third .report_list .report_row:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .report_third .report_list .report_row .pic {
    display: block;
    width: 74.6666666667vw;
    border-radius: 16vw;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    margin: 0 auto 5.3333333333vw;
  }
  .lifestyle-dx .report_third .report_list .report_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_third .report_list .report_row .title {
    display: block;
    font-size: 18px;
    line-height: 1.6111111111;
    letter-spacing: 0.04em;
    margin: 6.6666666667vw auto 0;
    color: #074572;
    font-weight: bold;
    width: 74.6666666667vw;
  }
  .lifestyle-dx .report_third .btn_wrap {
    margin-top: 30.9333333333vw;
  }
  .lifestyle-dx .report_third .btn_wrap .white_btn {
    width: 64vw;
    height: 12.8vw;
    border-radius: 12.8vw;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .float_bnr {
    position: fixed;
    right: 1.8666666667%;
    bottom: 8px;
    width: 96.4%;
    max-width: 361px;
    opacity: 0;
    transform: translateY(105%);
    transition: opacity 0.2s ease, transform 0.8s ease;
    background-color: #fff;
    z-index: 2;
  }
  .lifestyle-dx .float_bnr a {
    display: block;
    width: 100%;
    transition: opacity 0.2s ease;
    width: 361px;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .float_bnr a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .float_bnr.show {
    opacity: 1;
    transform: translateX(0px);
  }
  .lifestyle-dx .float_bnr.anim a {
    animation: blink2 3s ease 1s infinite;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 769px) {
  .lifestyle-dx {
    font-size: 16px;
    color: #074572;
    min-width: 960px;
  }
  .lifestyle-dx * {
    box-sizing: border-box;
  }
  .lifestyle-dx img {
    vertical-align: middle;
  }
  .lifestyle-dx p {
    letter-spacing: 0.12em;
    line-height: 2.025;
  }
  .lifestyle-dx h2 {
    margin: 0;
    font-size: 40px;
    color: #0098C6;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.12em;
    line-height: 1.45;
  }
  .lifestyle-dx .contents_nav {
    padding: 2px 0 3px 0;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    font-family: "Noto Sans JP", sans-serif;
  }
  .lifestyle-dx .contents_nav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1164px;
    min-width: 960px;
    margin: auto;
  }
  .lifestyle-dx .contents_nav .logo {
    width: 237px;
  }
  .lifestyle-dx .contents_nav .logo img {
    width: 100%;
  }
  .lifestyle-dx .contents_nav .nav {
    display: block !important;
  }
  .lifestyle-dx .contents_nav .nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
  }
  .lifestyle-dx .contents_nav .nav li {
    margin-left: 49px;
    letter-spacing: 0.16em;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .contents_nav .nav li {
    margin-left: 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .contents_nav .nav a {
    color: #074572;
    text-decoration: none;
    white-space: nowrap;
  }
  .lifestyle-dx .contents_nav .nav a:hover {
    color: #0098C6;
  }
  .lifestyle-dx .fv_outer {
    background: url(../img/fv_gd.png) no-repeat center bottom;
    background-size: cover;
  }
  .lifestyle-dx .fv {
    background: url(../img/fv_photo.png) no-repeat center top;
    background-size: 1920px;
    padding: 0 0 200px 0;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .fv {
    padding: 0 20px 200px 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .fv .fv_contents {
    text-align: center;
    padding: 130px 0 10.4166vw 0;
  }
  .lifestyle-dx .fv h1 {
    margin: 0 0 67px 0;
  }
  .lifestyle-dx .fv .catch {
    margin: 0 0 27px 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 50px;
  }
  .lifestyle-dx .fv .vision {
    background: url(../img/bg_vision.png) no-repeat center top #ffffff;
    background-size: 100% 100%;
    max-width: 960px;
    margin: auto;
    padding: 72px 30px 72px 30px;
    border-radius: 60px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    text-align: center;
  }
  .lifestyle-dx .fv .vision h2 {
    margin-bottom: 36px;
  }
  .lifestyle-dx .fv .vision .catch {
    margin-bottom: 18px;
  }
  .lifestyle-dx .news {
    max-width: 960px;
    margin: 0 auto 70px auto;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .news {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .news h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .lifestyle-dx .news ul {
    height: 415px;
    height: 515px; /*--20230803 news9件--*/
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .lifestyle-dx .news li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C6DBE1;
    padding: 28px 0 27px 0;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .lifestyle-dx .news li .date {
    margin-right: 45px;
  }
  .lifestyle-dx .news li .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .lifestyle-dx .news li .title a:hover {
    text-decoration: none;
  }
  .lifestyle-dx .news a {
    color: #0098C6;
  }
  .lifestyle-dx .collaboration {
    background: url(../img/collabo_bg.png) no-repeat center top;
    background-size: 100% auto;
    padding: 320px 0 200px 0;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration {
    padding: 320px 20px 200px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1920px) {
  .lifestyle-dx .collaboration {
    background-size: 1920px auto;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .inner {
    max-width: 960px;
    margin: auto;
  }
  .lifestyle-dx .collaboration h2 {
    text-align: center;
    margin-bottom: 59px;
  }
  .lifestyle-dx .collaboration h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-bottom: 42px;
  }
  .lifestyle-dx .collaboration .collabo_sec {
    margin-bottom: 114px;
  }
  .lifestyle-dx .collaboration .collabo_sec:nth-child(3) {
    margin-bottom: 0;
  }
  .lifestyle-dx .collaboration .collabo_sec:nth-child(4) {
    margin-bottom: 60px;
  }
  .lifestyle-dx .collaboration .two_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration .two_column {
    gap: 2vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .two_column .box {
    background: #ffffff;
    border-radius: 60px;
    padding: 72px 40px 49px 40px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration .two_column .box {
    padding: 7.19vw 4vw 4.9vw 4vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .two_column .box .image {
    text-align: center;
  }
  .lifestyle-dx .collaboration .two_column .box h4 {
    margin: 67px 0 20px 0;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .collaboration .two_column .box p {
    font-size: 18px;
  }
  .lifestyle-dx .collaboration .three_column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration .three_column {
    gap: 4.8vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .three_column .box dt {
    width: 288px;
    height: 288px;
    border-radius: 144px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    text-align: center;
    padding-top: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration .three_column .box dt {
    width: 28.8vw;
    height: 28.8vw;
    border-radius: 14.4vw;
    padding-top: 4vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .three_column .box dt.merit1 {
    background: url(../img/collabo_bg_merit01.png) no-repeat;
    background-size: 100% 100%;
  }
  .lifestyle-dx .collaboration .three_column .box dt.merit2 {
    background: url(../img/collabo_bg_merit02.png) no-repeat;
    background-size: 100% 100%;
  }
  .lifestyle-dx .collaboration .three_column .box dt.merit3 {
    background: url(../img/collabo_bg_merit03.png) no-repeat;
    background-size: 100% 100%;
  }
  .lifestyle-dx .collaboration .three_column .box dt .number {
    font-size: 60px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.06em;
    color: #0098C6;
    font-weight: 700;
    margin-bottom: 9px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration .three_column .box dt .number {
    font-size: 6vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .three_column .box dt .ja {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration .three_column .box dt .ja {
    font-size: 2.6vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .three_column .box dd {
    margin: 16px 0 0 0;
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1.8;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .collaboration .three_column .box dd {
    font-size: 1.8vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .collaboration .logo {
    width: 820px;
    display: block;
    margin: 0 auto 0;
  }
  .lifestyle-dx .contact_btn {
    width: 300px;
    height: 64px;
    border-radius: 32px;
    background: linear-gradient(45deg, rgb(91, 194, 220) 0%, rgb(158, 222, 198) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .contact_btn:hover {
    background: linear-gradient(45deg, rgb(60, 167, 194) 0%, rgb(112, 196, 165) 100%);
    box-shadow: 0 8px 8px rgba(5, 68, 85, 0.1);
    transform: translateY(5px);
  }
  .lifestyle-dx .contact_btn span {
    display: block;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-weight: bold;
  }
  .lifestyle-dx .contact_btn span::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 16px;
    background: url(../img/ico_link_blank_white.svg) no-repeat;
    background-size: contain;
  }
  .lifestyle-dx .white_btn {
    width: 173px;
    height: 48px;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .white_btn:hover {
    background: #E8F6FA;
  }
  .lifestyle-dx .white_btn:hover span:after {
    transform: translateX(5px);
  }
  .lifestyle-dx .white_btn span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #074572;
    font-weight: bold;
  }
  .lifestyle-dx .white_btn span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background: url(../img/ico_btn_arrow.svg) no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
  .lifestyle-dx .technology {
    padding-bottom: 195px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .technology {
    padding: 0 20px 195px 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .technology .inner {
    max-width: 960px;
    margin: auto;
  }
  .lifestyle-dx .technology h2 {
    text-align: center;
    margin-bottom: 59px;
  }
  .lifestyle-dx .technology h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-bottom: 57px;
  }
  .lifestyle-dx .technology .share_tech {
    height: 277px;
    padding: 56px;
    background: url(../img/tech_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 60px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
  .lifestyle-dx .technology .share_tech .text {
    max-width: 75%;
  }
  .lifestyle-dx .technology .share_tech .btn_area {
    max-width: 20.64%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .technology .share_tech .btn_area {
    min-width: 173px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .technology .share_tech h4 {
    color: #0098C6;
    font-size: 20px;
    letter-spacing: 0.12em;
    margin: 0 0 13px 0;
  }
  .lifestyle-dx .technology .share_tech p {
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
  }
  .lifestyle-dx .technology .update {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .technology .update img {
    display: block;
    margin: 0 auto 28px auto;
  }
  .lifestyle-dx .seminar {
    padding-bottom: 200px;
    background: url(../img/seminar_bg.png) no-repeat center 140px;
    background-size: 100% 1010px;
  }
  .lifestyle-dx .seminar .inner {
    max-width: 960px;
    margin: auto;
  }
  .lifestyle-dx .seminar h2 {
    text-align: center;
    margin-bottom: 59px;
  }
  .lifestyle-dx .seminar h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-bottom: 48px;
  }
  .lifestyle-dx .seminar p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .seminar .white_btn {
    width: 240px;
    margin: 60px auto 0;
  }
  .lifestyle-dx .report {
    padding-bottom: 200px;
  }
  .lifestyle-dx .report:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -500px;
    width: 200%;
    height: 1010px;
    z-index: -1;
    background: url(../img/seminar_bg.png) no-repeat center 0;
    background-size: 100% 1010px;
  }
  .lifestyle-dx .report .inner {
    max-width: 960px;
    margin: auto;
  }
  .lifestyle-dx .report h2 {
    text-align: center;
    margin-bottom: 59px;
  }
  .lifestyle-dx .report h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-bottom: 48px;
  }
  .lifestyle-dx .report p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report .link_list {
    margin: 60px auto 0;
    width: 100%;
    border-radius: 60px;
    padding: 30px 60px;
    width: 960px;
    background: #fff;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    list-style: none;
  }
  .lifestyle-dx .report .link_list li {
    width: 100%;
    list-style: none;
    border-bottom: #def3f8 1px solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    position: relative;
  }
  .lifestyle-dx .report .link_list li:last-child {
    border-bottom: none;
  }
  .lifestyle-dx .report .link_list li a {
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
  }
  .lifestyle-dx .report .link_list li a:hover {
    opacity: 0.7;
  }
  .lifestyle-dx .report .link_list li .tag {
    display: block;
    width: 150px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e8f6fa;
    font-size: 14px;
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    text-align: center;
    color: #0098c6;
    margin-right: 30px;
    background: #f7fbfc;
    box-shadow: 0px 3px 4px rgba(184, 218, 230, 0.4);
  }
  .lifestyle-dx .report .link_list li .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.3;
    padding-right: 1em;
    color: #074572;
    display: block;
    width: calc(100% - 180px);
  }
  .lifestyle-dx .report .link_list li .title:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/ico_btn_arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  .lifestyle-dx .report .link_list li .title:hover:after {
    transform: translateX(5px);
  }
  .lifestyle-dx .report .white_btn {
    width: 240px;
    margin: 40px auto 0;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .about {
    padding: 120px 0 135px 0;
    background: #F7FBFC;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .about {
    padding: 120px 20px 135px 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .about .inner {
    max-width: 960px;
    margin: auto;
    display: grid;
    grid-template-columns: 598px 1fr;
    gap: 54px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .about .inner {
    grid-template-columns: 59.8vw 1fr;
    gap: 3vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .about h2 {
    margin-bottom: 59px;
  }
  .lifestyle-dx .about p {
    font-size: 18px;
  }
  .lifestyle-dx .about .logo {
    text-align: center;
  }
  .lifestyle-dx .about .logo .white_btn {
    margin-top: 48px;
    width: 100%;
  }
  .lifestyle-dx .about .logo .white_btn span::after {
    background: url(../img/ico_link_blank_blue.svg) no-repeat;
    background-size: contain;
  }
  .lifestyle-dx .contact_area {
    background: url(../img/contact_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 120px 0 160px 0;
  }
  .lifestyle-dx .contact_area h2 {
    margin-bottom: 53px;
  }
  .lifestyle-dx .contact_area .message {
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 2.08;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .lifestyle-dx .pagetitle {
    background: url(../img/bg_pagetitle.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
    margin: 0;
    padding: 103px 0;
    font-size: 40px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #0098C6;
    font-weight: bold;
  }
  .lifestyle-dx article {
    background: url(../img/gradation_bg.png) no-repeat bottom;
    background-size: 100%;
    padding-bottom: 160px;
  }
  .lifestyle-dx .feature {
    max-width: 960px;
    min-width: 960px;
    margin: auto;
    padding: 104px 0 56px 0;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .feature {
    padding: 104px 20px 56px 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .feature .description {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 56px;
    margin-bottom: 114px;
  }
  .lifestyle-dx .feature .description p {
    margin: 34px 0 0 0;
    font-size: 18px;
    line-height: 1.8;
  }
  .lifestyle-dx .feature .description figure {
    margin: 0;
    overflow: hidden;
    border-radius: 60px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .feature .feature_container h3 {
    margin: 0 0 57px 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .feature .three_column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .feature .three_column {
    gap: 28px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .feature .three_column .box {
    margin: 0;
  }
  .lifestyle-dx .feature .three_column .box dt {
    width: 288px;
    height: 288px;
    border-radius: 144px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    text-align: center;
    padding-top: 48px;
    background: url(../img/collabo_bg_merit01.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .feature .three_column .box dt {
    width: 281px;
    height: 281px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .feature .three_column .box dt .ico {
    margin-bottom: 19px;
  }
  .lifestyle-dx .feature .three_column .box dt .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .lifestyle-dx .feature .three_column .box dd {
    margin: 25px 0 0 0;
    font-size: 18px;
    letter-spacing: 0.07em;
    line-height: 1.8;
  }
  .lifestyle-dx .jirei {
    padding: 314px 0 195px 0;
    background: url(../img/technology/bg_wave.png) no-repeat center top;
    background-size: 100% 100%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .jirei {
    padding: 314px 20px 195px 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .jirei .inner {
    max-width: 960px;
    margin: auto;
  }
  .lifestyle-dx .jirei h3 {
    margin: 0 0 57px 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .jirei .chonote {
    background: url(../img/technology/bg_tech_jirei202407.png) no-repeat #ffffff;
    background-size: contain;
    border-radius: 60px;
    padding: 32px 56px;
    display: grid;
    grid-template-columns: 253px 1fr;
    gap: 40px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
  .lifestyle-dx .jirei .chonote figure {
    margin: 0;
  }
  .lifestyle-dx .jirei .chonote h4 {
    font-size: 20px;
    color: #0098C6;
    letter-spacing: 0.12em;
    line-height: 1;
    margin: 25px 0 0 0;
  }
  .lifestyle-dx .jirei .chonote p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 31px;
  }
  .lifestyle-dx .jirei .chonote .white_btn {
    width: 239px;
    margin: 0 0 0 auto;
  }
  .lifestyle-dx .jirei .chonote .white_btn span::after {
    background: url(../img/ico_link_blank_blue.svg) no-repeat;
    background-size: contain;
  }
  .lifestyle-dx .jirei .chonote .store_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col .qr {
    width: 74px;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col .bnr {
    display: block;
    width: fit-content;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col .bnr img {
    display: block;
    width: auto;
    height: 50px;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col.store_apple {
    width: 235px;
  }
  .lifestyle-dx .jirei .chonote .store_wrap .col.store_google {
    width: 268px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .potential {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .potential .inner {
    max-width: 960px;
    margin: auto;
  }
  .lifestyle-dx .potential h3 {
    margin: 0 0 41px 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .potential .two_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .potential .two_column {
    gap: 2vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .potential .two_column .box {
    background: #ffffff;
    border-radius: 60px;
    padding: 72px 40px 49px 40px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .potential .two_column .box {
    padding: 7.19vw 4vw 4.9vw 4vw;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .potential .two_column .box .image {
    text-align: center;
  }
  .lifestyle-dx .potential .two_column .box h4 {
    margin: 67px 0 20px 0;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .potential .two_column .box p {
    font-size: 18px;
  }
  .lifestyle-dx .potential .arrow {
    text-align: center;
    margin: 31px 0;
  }
  .lifestyle-dx .potential .idea_container {
    background: url(../img/technology/bg_idea.png) no-repeat;
    background-size: cover;
    border-radius: 60px;
    box-shadow: 0 16px 30px rgba(5, 68, 85, 0.1);
    margin-bottom: 24px;
    padding: 50px 40px 62px 40px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
  }
  .lifestyle-dx .potential .idea_container p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.7;
    transform: translateY(8px);
  }
  .lifestyle-dx .potential .contact_btn {
    margin: 160px auto 0 auto;
  }
  .lifestyle-dx .news_container {
    max-width: 960px;
    margin: auto;
    padding: 104px 0 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .lifestyle-dx .news_container {
    padding: 104px 20px 0 20px;
  }
}
@media (min-width: 769px) {
  .lifestyle-dx .news_container .date {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 24px;
  }
  .lifestyle-dx .news_container h1 {
    font-size: 26px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    border-bottom: 1px solid #C6DBE1;
    margin: 0 0 56px 0;
    padding-bottom: 20px;
  }
  .lifestyle-dx .news_container .news_row {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 56px;
  }
  .lifestyle-dx .news_container figure {
    margin: 0;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
  }
  .lifestyle-dx .news_container figure img {
    max-width: 100%;
  }
  .lifestyle-dx .news_container .news_body {
    font-size: 18px;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .news_container .news_body h2 {
    font-size: 20px;
    margin: 0 0 1em 0;
    color: #074572;
  }
  .lifestyle-dx .news_container .news_body h3 {
    font-size: 18px;
    margin: 0 0 1em 0;
    color: #074572;
  }
  .lifestyle-dx .news_container .news_body p {
    margin: 0 0 2em 0;
    word-break: break-all;
  }
  .lifestyle-dx .news_container .news_body p:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body ul, .lifestyle-dx .news_container .news_body ol {
    padding-left: 1em;
    margin: 0 0 2em 1em;
  }
  .lifestyle-dx .news_container .news_body ul li, .lifestyle-dx .news_container .news_body ol li {
    margin: 0 0 1em 0;
  }
  .lifestyle-dx .news_container .news_body ul li:last-child, .lifestyle-dx .news_container .news_body ol li:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body ul:last-child, .lifestyle-dx .news_container .news_body ol:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body blockquote {
    margin: 0 0 2em 0;
  }
  .lifestyle-dx .news_container .news_body blockquote:last-child {
    margin-bottom: 0;
  }
  .lifestyle-dx .news_container .news_body a {
    color: #0098C6;
  }
  .lifestyle-dx .news_container .news_body a[target=_blank]::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/ico_link_blank_blue.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 6px;
  }
  .lifestyle-dx .news_container .news_body .right {
    float: right;
    margin: 0 0 56px 56px;
  }
  .lifestyle-dx .news_container .news_body .left {
    float: left;
  }
  .lifestyle-dx .news_container .white_btn {
    width: 321px;
    height: 78px;
    border-radius: 39px;
    margin-top: 160px;
  }
  .lifestyle-dx .news_container .white_btn span {
    font-size: 20px;
    text-align: center;
    position: relative;
  }
  .lifestyle-dx .news_container .white_btn span::after {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .lifestyle-dx .news_container .white_btn small {
    font-size: 16px;
    display: block;
  }
  .lifestyle-dx.lifestyle-dx-seminar article {
    background: url(../img/gradation_bg.png) no-repeat bottom;
    background-size: 100% auto;
  }
  .lifestyle-dx .seminar_top .description {
    padding-top: 99px;
  }
  .lifestyle-dx .seminar_top .description p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .lifestyle-dx .seminar_top .seminar_list {
    padding-top: 100px;
    max-width: 960px;
    margin: 0 auto;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_list_title {
    margin: 0;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_list_title .en {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 58px;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_list_title .jp {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 50px;
    display: inline-block;
    margin-left: 30px;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row {
    display: block;
    padding: 70px 0 59px;
    margin: 0;
    color: #074572;
    text-decoration: none;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .date {
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 17px;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .date small {
    font-size: 16px;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .tag {
    position: absolute;
    right: 0;
    top: 60px;
    width: 150px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e8f6fa;
    font-size: 14px;
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    text-align: center;
    color: #0098c6;
    background: #f7fbfc;
    box-shadow: 0px 3px 4px rgba(184, 218, 230, 0.4);
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .row_title {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-bottom: 13px;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .pic {
    position: absolute;
    right: 0;
    top: 120px;
    width: 280px;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .text {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    width: 640px;
    margin: 0;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .white_btn {
    width: 240px;
    margin: 32px 0 0;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .white_btn span {
    padding-right: 14px;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .white_btn span::after {
    position: absolute;
    right: 24px;
    top: 19px;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row .hover_inner {
    transition: opacity 0.3s ease;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row:hover .hover_inner {
    opacity: 0.7;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row:hover .white_btn {
    background: #E8F6FA;
  }
  .lifestyle-dx .seminar_top .seminar_list .seminar_row:hover .white_btn span:after {
    transform: translateX(5px);
  }
  .lifestyle-dx .seminar_top .btn_wrap {
    margin-top: 98px;
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn {
    width: 321px;
    height: 78px;
    border-radius: 39px;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.07em;
    padding-right: 14px;
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn span small {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
  .lifestyle-dx .seminar_top .btn_wrap .white_btn span::after {
    position: absolute;
    right: 24px;
    top: 34px;
  }
  .lifestyle-dx .seminar_second {
    padding-top: 99px;
  }
  .lifestyle-dx .seminar_second .row {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .lifestyle-dx .seminar_second .row h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    margin-top: 0;
    margin-bottom: 41px;
  }
  .lifestyle-dx .seminar_second .row.outline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-top: 10px;
  }
  .lifestyle-dx .seminar_second .row.outline .date {
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1;
    width: 100%;
  }
  .lifestyle-dx .seminar_second .row.outline .date small {
    font-size: 16px;
  }
  .lifestyle-dx .seminar_second .row.outline .tag {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #e8f6fa;
    font-size: 14px;
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    text-align: center;
    color: #0098c6;
    box-shadow: 0px 5px 5px 0px rgba(223, 238, 242, 0.5) inset;
    background: linear-gradient(#f7fbfc 0%, #fff 100%);
  }
  .lifestyle-dx .seminar_second .row.outline .row_title {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 16px;
    width: 100%;
    margin-bottom: 0;
  }
  .lifestyle-dx .seminar_second .row.outline .row_title + p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.12em;
    margin-top: 23px;
    margin-bottom: 52px;
  }
  .lifestyle-dx .seminar_second .row.outline .pic {
    width: 400px;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .seminar_second .row.outline .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .seminar_second .row.outline .text {
    width: 504px;
  }
  .lifestyle-dx .seminar_second .row.outline .text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
  }
  .lifestyle-dx .seminar_second .row.outline .text ul {
    margin: 27px 0 0;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 1em;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .seminar_second .row.outline + .entry_wrap {
    margin-top: 60px;
  }
  .lifestyle-dx .seminar_second .row.osusume {
    margin-top: 66px;
  }
  .lifestyle-dx .seminar_second .row.osusume h4 {
    margin-bottom: 44px;
  }
  .lifestyle-dx .seminar_second .row.osusume ul {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 0;
    letter-spacing: 0.12em;
    list-style: none;
    margin: 0;
  }
  .lifestyle-dx .seminar_second .row.osusume ul li {
    padding-left: 40px;
    background-image: url(../img/seminar/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: left 7px;
  }
  .lifestyle-dx .seminar_second .row.detail {
    margin-top: 68px;
  }
  .lifestyle-dx .seminar_second .row.detail h4 {
    margin-bottom: 60px;
  }
  .lifestyle-dx .seminar_second .row.detail table {
    display: block;
    width: 100%;
  }
  .lifestyle-dx .seminar_second .row.detail table tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: #C6DBE1 1px solid;
  }
  .lifestyle-dx .seminar_second .row.detail table tr:last-child {
    border-bottom: #C6DBE1 1px solid;
  }
  .lifestyle-dx .seminar_second .row.detail table th, .lifestyle-dx .seminar_second .row.detail table td {
    padding: 25px 0;
    text-align: left;
    letter-spacing: 0.05em;
    display: block;
  }
  .lifestyle-dx .seminar_second .row.detail table th {
    font-weight: bold;
    color: #0098C6;
    font-size: 16px;
    line-height: 2.025;
    width: 140px;
  }
  .lifestyle-dx .seminar_second .row.detail table td {
    font-size: 18px;
    line-height: 1.8;
    width: 791px;
  }
  .lifestyle-dx .seminar_second .row.detail + .entry_wrap {
    margin-top: 167px;
  }
  .lifestyle-dx .seminar_second .contact_btn.entry {
    width: 380px;
  }
  .lifestyle-dx .seminar_second .entry_wrap .fin_area {
    width: 960px;
    margin: 0 auto;
    line-height: 88px;
    border-radius: 20px;
    background: #f7fbfc;
    border: 1px solid #def3f8;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #0098c6;
  }
  .lifestyle-dx .seminar_second .entry_wrap + .btn_wrap {
    margin-top: 170px;
  }
  .lifestyle-dx .seminar_second .entry_wrap + .btn_wrap .white_btn {
    width: 240px;
    position: relative;
    padding-right: 14px;
  }
  .lifestyle-dx .seminar_second .entry_wrap + .btn_wrap .white_btn span::after {
    position: absolute;
    right: 24px;
    top: 19px;
  }
  .lifestyle-dx.lifestyle-dx-report article {
    background: url(../img/gradation_bg.png) no-repeat bottom;
    background-size: 100% auto;
  }
  .lifestyle-dx .report_top .report_list {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
  }
  .lifestyle-dx .report_top .report_list .report_list_title {
    margin: 0 0 40px;
  }
  .lifestyle-dx .report_top .report_list .report_list_title .en {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 58px;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
  }
  .lifestyle-dx .report_top .report_list .report_list_title .jp {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 50px;
    display: inline-block;
    margin-left: 30px;
    top: -2px;
    position: relative;
  }
  .lifestyle-dx .report_top .report_list .report_row_set {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .lifestyle-dx .report_top .report_list .report_row {
    display: block;
    width: 280px;
    text-decoration: none;
    margin-left: 60px;
    transition: opacity 0.2s ease;
  }
  .lifestyle-dx .report_top .report_list .report_row:nth-child(3n+1) {
    margin-left: 0;
  }
  .lifestyle-dx .report_top .report_list .report_row:nth-child(n+4) {
    margin-top: 40px;
  }
  .lifestyle-dx .report_top .report_list .report_row .pic {
    display: block;
    width: 100%;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .report_top .report_list .report_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_top .report_list .report_row .title {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 25px;
    color: #074572;
    font-weight: bold;
  }
  .lifestyle-dx .report_top .report_list .report_row:hover {
    opacity: 0.7;
  }
  .lifestyle-dx .report_top .report_list .white_btn_wrap {
    position: absolute;
    right: 0;
    top: 110px;
  }
  .lifestyle-dx .report_top .report_list .white_btn_wrap .white_btn {
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_top .btn_wrap {
    margin-top: 160px;
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn {
    width: 321px;
    height: 78px;
    border-radius: 39px;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.07em;
    padding-right: 14px;
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn span small {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
  .lifestyle-dx .report_top .btn_wrap .white_btn span::after {
    position: absolute;
    right: 24px;
    top: 34px;
  }
  .lifestyle-dx .report_second .report_list {
    padding-top: 100px;
    max-width: 960px;
    margin: 0 auto;
  }
  .lifestyle-dx .report_second .report_list .report_list_title {
    margin: 0 0 50px;
  }
  .lifestyle-dx .report_second .report_list .report_list_title .en {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 58px;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
  }
  .lifestyle-dx .report_second .report_list .report_list_title .jp {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 50px;
    display: inline-block;
    margin-left: 30px;
  }
  .lifestyle-dx .report_second .report_list .report_row {
    display: block;
    padding: 0 0 0;
    margin: 0;
    color: #074572;
    text-decoration: none;
  }
  .lifestyle-dx .report_second .report_list .report_row + .report_row {
    margin-top: 147px;
  }
  .lifestyle-dx .report_second .report_list .report_row .row_title {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 13px;
  }
  .lifestyle-dx .report_second .report_list .report_row .pic {
    position: absolute;
    right: 0;
    top: 9px;
    width: 280px;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .report_second .report_list .report_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_second .report_list .report_row .text {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    width: 640px;
    margin: 0;
  }
  .lifestyle-dx .report_second .report_list .report_row .white_btn {
    width: 240px;
    margin: 32px 0 0;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_second .report_list .report_row .white_btn span {
    padding-right: 14px;
  }
  .lifestyle-dx .report_second .report_list .report_row .white_btn span::after {
    position: absolute;
    right: 24px;
    top: 19px;
  }
  .lifestyle-dx .report_second .report_list .report_row .hover_inner {
    transition: opacity 0.3s ease;
  }
  .lifestyle-dx .report_second .report_list .report_row:hover .hover_inner {
    opacity: 0.7;
  }
  .lifestyle-dx .report_second .report_list .report_row:hover .white_btn {
    background: #E8F6FA;
  }
  .lifestyle-dx .report_second .report_list .report_row:hover .white_btn span:after {
    transform: translateX(5px);
  }
  .lifestyle-dx .report_second .btn_wrap {
    margin-top: 175px;
  }
  .lifestyle-dx .report_second .btn_wrap .white_btn {
    width: 240px;
    height: 48px;
    border-radius: 48px;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .report_second .btn_wrap .white_btn span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    padding-right: 14px;
  }
  .lifestyle-dx .report_second .btn_wrap .white_btn span::after {
    position: absolute;
    right: 24px;
    top: 19px;
  }
  .lifestyle-dx .report_third {
    padding-top: 99px;
  }
  .lifestyle-dx .report_third .row {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .lifestyle-dx .report_third .row h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    margin-top: 0;
    margin-bottom: 41px;
  }
  .lifestyle-dx .report_third .row .text {
    margin: 0;
  }
  .lifestyle-dx .report_third .row a.text_link {
    color: #0098C6;
    text-decoration: none;
  }
  .lifestyle-dx .report_third .row .pic_wrap {
    position: relative;
    width: 400px;
  }
  .lifestyle-dx .report_third .row .pic_wrap .cap {
    position: absolute;
    left: 10px;
    top: calc(100% + 29px);
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 24px;
  }
  .lifestyle-dx .report_third .row .pic {
    width: 400px;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .report_third .row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_third .row .pic.no_shadow {
    box-shadow: none;
  }
  .lifestyle-dx .report_third .row .pic.wide {
    width: 100%;
  }
  .lifestyle-dx .report_third .row .pic.wide:not(:last-child) {
    margin-bottom: 60px;
  }
  .lifestyle-dx .report_third .row .pic.center {
    width: 640px;
    margin: 66px auto 0;
  }
  .lifestyle-dx .report_third .row sup {
    font-size: 0.75em;
  }
  .lifestyle-dx .report_third .row.outline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-top: 0;
  }
  .lifestyle-dx .report_third .row.outline .tag {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e8f6fa;
    font-size: 14px;
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    text-align: center;
    color: #0098c6;
    background: #f7fbfc;
    box-shadow: 0px 3px 4px rgba(184, 218, 230, 0.4);
    text-decoration: none;
    transition: 0.3s;
  }
  .lifestyle-dx .report_third .row.outline .tag:hover {
    opacity: 0.7;
  }
  .lifestyle-dx .report_third .row.outline .row_title {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.12em;
    font-weight: bold;
    margin-top: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .lifestyle-dx .report_third .row.outline .row_title + p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.12em;
    margin-top: 23px;
    margin-bottom: 52px;
  }
  .lifestyle-dx .report_third .row.outline .text {
    width: 504px;
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
  }
  .lifestyle-dx .report_third .row.outline .text.wide {
    width: 100%;
  }
  .lifestyle-dx .report_third .row.outline .people {
    width: 100%;
    margin-top: 40px;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px;
  }
  .lifestyle-dx .report_third .row.outline .people.rev {
    flex-direction: row-reverse;
  }
  .lifestyle-dx .report_third .row.outline .people .col {
    width: 390px;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .texts {
    width: 240px;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .texts .name1 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 14px;
    letter-spacing: 0;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .texts .name2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }
  .lifestyle-dx .report_third .row.outline .people .col .flex_wrap .pic {
    width: 130px;
    border-radius: 65px;
    overflow: hidden;
    box-shadow: none;
  }
  .lifestyle-dx .report_third .row.outline .people .col .text {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 32.4px;
  }
  .lifestyle-dx .report_third .row:not(.outline) {
    padding-top: 94px;
  }
  .lifestyle-dx .report_third .row:not(.outline) h2 {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 32.4px;
    text-align: left;
    color: #074572;
    padding-bottom: 14px;
    border-bottom: #C6DBE1 1px solid;
    margin-bottom: 50px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .text {
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_third .row:not(.outline) .text + .flex_wrap {
    margin-top: 39px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 32px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list li {
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.12em;
    padding: 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #074572;
  }
  .lifestyle-dx .report_third .row:not(.outline) .dot_list + .text {
    margin-top: 32px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .num_list {
    padding: 0;
    margin: 0;
    margin-top: 32px;
    padding-left: 30px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .num_list li {
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.12em;
    padding: 0;
    position: relative;
    list-style: decimal;
  }
  .lifestyle-dx .report_third .row:not(.outline) .num_list + .text {
    margin-top: 32px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 32px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.12em;
    padding: 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
    word-break: break-all;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li .kome {
    display: block;
    position: absolute;
    left: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li.num {
    padding-left: 30px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list li a {
    color: inherit;
    word-break: break-all;
  }
  .lifestyle-dx .report_third .row:not(.outline) .note_list:first-child {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap.rev {
    flex-direction: row-reverse;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap.center {
    align-items: center;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap + .flex_wrap {
    margin-top: 39px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap + .text {
    margin-top: 39px;
  }
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap .text,
  .lifestyle-dx .report_third .row:not(.outline) .flex_wrap .texts {
    width: 504px;
  }
  .lifestyle-dx .report_third .row:not(.outline) h3 {
    margin: 64px 0 32px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32.4px;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_third .row:not(.outline) h3:first-child {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) h3 + .text {
    margin: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) h3:first-child {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) .sp + h3,
  .lifestyle-dx .report_third .row:not(.outline) .sp + h4 {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) h4 {
    margin: 39px 0 7px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
  }
  .lifestyle-dx .report_third .row:not(.outline) h4 + .text {
    margin: 0;
  }
  .lifestyle-dx .report_third .row:not(.outline) h4:first-child {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row.chonote .flex_wrap .texts {
    width: 540px;
    padding-top: 39px;
  }
  .lifestyle-dx .report_third .row.chonote .flex_wrap .pic {
    width: 450px;
    box-shadow: none;
    margin-right: -45px;
  }
  .lifestyle-dx .report_third .row.chonote .instal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 35px;
  }
  .lifestyle-dx .report_third .row.chonote .instal .btn_wrap {
    margin: 0;
  }
  .lifestyle-dx .report_third .row.chonote .instal .btn_wrap .white_btn {
    width: 300px;
  }
  .lifestyle-dx .report_third .row.chonote .instal .qr {
    width: 78px;
    margin-left: 51px;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap {
    width: 540px;
    border: 1px solid #c6dbe1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 39px 59px 49px;
    margin-top: 58px;
    position: relative;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .store_title {
    position: absolute;
    width: 280px;
    text-align: center;
    background: #fff;
    top: -16px;
    left: calc(50% - 140px);
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.12em;
    color: #074572;
    font-weight: bold;
    margin: 0;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col {
    width: 169px;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .col_title {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.12em;
    color: #074572;
    margin: 0;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .qr {
    width: 74px;
    display: block;
    margin: 18px auto 26px;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .bnr {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .lifestyle-dx .report_third .row.chonote .store_wrap .col .bnr img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area {
    margin: 102px auto 0;
    width: 760px;
    background-image: url(../img/report/chonote_bg.png);
    border-radius: 60px;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
    height: 380px;
    text-align: center;
    padding-top: 60px;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area h4 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 1;
    margin-bottom: 30px;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .text {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 32.4px;
    margin-bottom: 24px;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .btn_text {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 32.4px;
    margin-bottom: 20px;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .btn_wrap {
    margin-top: 0;
  }
  .lifestyle-dx .report_third .row.chonote .bg_area .btn_wrap .white_btn {
    width: 300px;
  }
  .lifestyle-dx .report_third .report_list {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
  }
  .lifestyle-dx .report_third .report_list .report_list_title {
    margin: 0 0 40px;
  }
  .lifestyle-dx .report_third .report_list .report_list_title .en {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 58px;
    color: #0098c6;
    font-family: "Noto Sans JP", sans-serif;
  }
  .lifestyle-dx .report_third .report_list .report_list_title .jp {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 50px;
    display: inline-block;
    margin-left: 30px;
    top: -2px;
    position: relative;
  }
  .lifestyle-dx .report_third .report_list .report_row_set {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .lifestyle-dx .report_third .report_list .report_row {
    display: block;
    width: 280px;
    text-decoration: none;
    margin-left: 60px;
    transition: opacity 0.2s ease;
  }
  .lifestyle-dx .report_third .report_list .report_row:nth-child(3n+1) {
    margin-left: 0;
  }
  .lifestyle-dx .report_third .report_list .report_row .pic {
    display: block;
    width: 100%;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0px 16px 30px rgba(223, 238, 242, 0.7);
  }
  .lifestyle-dx .report_third .report_list .report_row .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .report_third .report_list .report_row .title {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 25px;
    color: #074572;
    font-weight: bold;
  }
  .lifestyle-dx .report_third .report_list .report_row:hover {
    opacity: 0.7;
  }
  .lifestyle-dx .report_third .btn_wrap {
    margin-top: 140px;
  }
  .lifestyle-dx .report_third .btn_wrap .white_btn {
    width: 240px;
    height: 48px;
    border-radius: 48px;
    text-align: center;
    position: relative;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .float_bnr {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 320px;
    opacity: 0;
    transform: translateX(331px);
    transition: opacity 0.2s ease, transform 0.8s ease;
    background-color: #fff;
    z-index: 2;
  }
  .lifestyle-dx .float_bnr a {
    display: block;
    width: 100%;
    transition: opacity 0.2s ease;
    box-shadow: 0px 16px 30px rgba(184, 218, 230, 0.7);
  }
  .lifestyle-dx .float_bnr a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lifestyle-dx .float_bnr a:hover {
    opacity: 0.8;
  }
  .lifestyle-dx .float_bnr.show {
    opacity: 1;
    transform: translateX(0px);
  }
  .lifestyle-dx .float_bnr.anim a {
    animation: blink2 3s ease 1s infinite;
  }
  .lifestyle-dx .float_bnr.anim a:hover {
    animation: none;
  }
}
.scroll_up {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}