@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  body main article {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 90px;
  }
  body main article .bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body main article .bg.bg2 {
    background-image: url("../img/bg2.jpg");
  }
  body main article section {
    background-color: #fff;
  }
  body main article #kv {
    color: #fff;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  body main article #kv::before {
    content: "";
    width: 100%;
    height: calc(100% - 232px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body main article #kv .inner {
    width: 1200px;
    height: 695px;
    background: url("../img/kv-image.jpg") no-repeat center/100%;
    padding: 144px 90px 0;
    box-sizing: border-box;
  }
  body main article #kv h1 {
    display: block;
    width: 407px;
    padding-bottom: 30px;
    position: relative;
  }
  body main article #kv h1 .line {
    height: 29px;
    background: url("../img/kv-line.png") no-repeat left/277px;
    position: absolute;
    left: calc(100% - 277px);
    bottom: 0;
  }
  body main article #kv p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 35px;
  }
  body main article #kv .scroll {
    width: 27px;
    height: 184px;
    background: url("../img/kv-scroll.png") no-repeat center/100%;
    position: absolute;
    left: 50%;
    margin-left: 628px;
    bottom: 246px;
  }
  body main article #about {
    padding: 350px 0 170px;
    background-image: linear-gradient(336deg, rgb(78, 166, 200), rgb(146, 195, 214) 66%, rgb(125, 186, 210));
    position: relative;
    z-index: 0;
    margin-top: -232px;
  }
  body main article #about .about-bg {
    width: 1090px;
    height: 816px;
    background: url("../img/about-bg.png") no-repeat center/100%;
    position: absolute;
    top: -90px;
    right: 50%;
    margin-right: -115px;
    z-index: -1;
  }
  body main article #about .inner {
    position: relative;
  }
  body main article #about .inner .image1 {
    display: block;
    width: 765px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 21px;
    opacity: 0.9;
    z-index: -1;
  }
  body main article #about .inner .image2 {
    display: block;
    width: 720px;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: 21px;
    z-index: -1;
  }
  body main article #about .inner .text {
    display: block;
    width: calc(100% - 620px);
    font-weight: 700;
    color: #fff;
    margin-top: 95px;
  }
  body main article #about .inner .btn {
    display: block;
    width: 340px;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    margin-top: 100px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #02004b;
    text-align: center;
    letter-spacing: 0.05em;
  }
  body main article #about .inner .btn::after {
    content: "";
    display: block;
    width: 22px;
    height: 6px;
    background: url("../img/btn-arrow.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  body main article #works {
    padding: 80px 0 140px;
    background: transparent;
  }
  body main article #works .inner {
    width: 100%;
  }
  body main article #works .copy {
    margin-left: auto;
    margin-right: auto;
  }
  body main article #works .boxs {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 55px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #929292;
  }
  body main article #works .boxs .box {
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    position: relative;
  }
  body main article #works .boxs .box:nth-of-type(n+2) {
    border-left: 1px solid #929292;
  }
  body main article #works .boxs .box:nth-of-type(1) .color {
    color: #4078dd;
  }
  body main article #works .boxs .box:nth-of-type(1) .color::before {
    background-color: #50a7c8;
  }
  body main article #works .boxs .box:nth-of-type(2) .color {
    color: #aa3737;
  }
  body main article #works .boxs .box:nth-of-type(2) .color::before {
    background-color: #aa3737;
  }
  body main article #works .boxs .box:nth-of-type(3) .color {
    color: #c85d7a;
  }
  body main article #works .boxs .box:nth-of-type(3) .color::before {
    background-color: #c85d7a;
  }
  body main article #works .boxs .box .bg-set .color {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #929292;
    padding: 0 12px 0 30px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    position: relative;
  }
  body main article #works .boxs .box .bg-set .color p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
  }
  body main article #works .boxs .box .bg-set .color::before {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  body main article #works .boxs .box .bg-set .group-name {
    width: 284px;
    height: 84px;
    margin: auto;
    padding: 30px 0;
  }
  body main article #works .boxs .box .bg-set .group-name img {
    width: 100%;
  }
  body main article #works .boxs .box .texts {
    width: 100%;
    padding: 40px 44px 75px;
    box-sizing: border-box;
  }
  body main article #works .boxs .box .texts .main {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }
  body main article #works .boxs .box .texts .text {
    margin-top: 32px;
  }
  body main article #works .boxs .box .texts .arrow {
    display: block;
    width: 82px;
    height: 6px;
    background: url("../img/works-arrow.png") no-repeat center/100%;
    position: absolute;
    bottom: 36px;
    right: 48px;
    transform: translateX(-10px);
    transition: transform 0.4s ease-out;
  }
  body main article #works .boxs .box:hover .texts .arrow {
    transform: translateX(0);
  }
  body main article #members {
    padding: 90px 0 150px;
    background: #b8dae9;
    position: relative;
  }
  body main article #members::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/members-bg.png") no-repeat center top/100%;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body main article #members .inner {
    width: 100%;
    position: relative;
  }
  body main article #members .copy {
    margin-left: auto;
    margin-right: auto;
  }
  body main article #members .text {
    display: block;
    width: fit-content;
    margin: 70px auto 0;
    font-weight: 700;
  }
  body main article #members .member-detail {
    width: 100%;
    position: relative;
    margin-top: 75px;
  }
  body main article #members .member-detail .member-cards {
    width: 100%;
  }
  body main article #members .member-detail .member-cards .member-card {
    width: fit-content !important;
    height: 653px;
    background-color: #fff;
    display: flex !important;
    margin: 0 3.2942898975vw;
  }
  body main article #members .member-detail .member-cards .member-card .member-image {
    width: 418px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts {
    width: 550px;
    padding: 40px 30px 40px 14px;
    box-sizing: border-box;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set p {
    font-size: 15px;
    line-height: 26px;
    color: #333;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set p.tag {
    display: block;
    width: 186px;
    margin-bottom: 25px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set p.min {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set .images {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
  }
  body main article #members .member-detail .member-arrows {
    width: 1160px;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article #members .member-detail .member-arrows .member-arrow {
    display: block;
    width: 69px;
    height: 69px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: transparent;
  }
  body main article #members .member-detail .member-arrows .member-arrow.member-arrow-p {
    background-image: url("../img/members-arrow-prev.png");
  }
  body main article #members .member-detail .member-arrows .member-arrow.member-arrow-n {
    background-image: url("../img/members-arrow-next.png");
  }
  body main article #members .member-btns {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  body main article #members .member-btns button {
    width: 154px;
    background-color: transparent;
    border: none;
    padding-bottom: 10px;
    position: relative;
  }
  body main article #members .member-btns button p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
    color: #333;
  }
  body main article #members .member-btns button::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body main article #members .member-btns button.now {
    pointer-events: none;
  }
  body main article #members .member-btns button.now::after {
    background-color: #085eae;
  }
  body main article #message {
    padding: 90px 0 75px;
    background: transparent;
  }
  body main article #message h2 .en {
    height: 54px;
  }
  body main article #message .message-image {
    display: block;
    max-width: 1200px;
    margin: 90px auto 0;
  }
  body main article #message .message-image img {
    width: 100%;
  }
  body main article #message .text {
    display: block;
    max-width: 1200px;
    margin: 75px auto 0;
  }
  body main article #benefit {
    padding: 90px 0 510px;
    background: #aeccd9;
    position: relative;
  }
  body main article #benefit .benefit-bg {
    width: 100%;
    height: 600px;
    background: url("../img/benefit-bg.jpg") no-repeat bottom center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article #benefit .copy {
    margin-left: auto;
    margin-right: auto;
  }
  body main article #benefit .links {
    width: 95%;
    max-width: 1200px;
    margin: 75px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  body main article #benefit .links a {
    display: block;
    width: 324px;
    padding: 30px 0;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #76b7d1;
    position: relative;
  }
  body main article #benefit .links a p {
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  body main article #benefit .links a p.link-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  body main article #benefit .links a .arrow {
    display: block;
    width: 42px;
    height: 6px;
    background: url("../img/benefit-arrow.png") no-repeat center/100%;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  body main article #data {
    padding: 90px 0 120px;
    background-image: linear-gradient(336deg, rgb(78, 166, 200), rgb(146, 195, 214) 66%, rgb(125, 186, 210));
  }
  body main article #data h2 .en {
    height: 42px;
  }
  body main article #data .data-list {
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  body main article #data .data-list .data-ele {
    width: 32%;
    padding: 32px 30px 40px;
    box-sizing: border-box;
    background-color: rgba(217, 250, 255, 0.2);
  }
  body main article #data .data-list .data-ele .title {
    display: block;
    width: 180px;
    padding: 8px 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #02004b;
    margin: auto;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body main article #data .data-list .data-ele .images {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
  }
  body main article #data .data-list .data-ele .images .text {
    width: 100%;
  }
  body main article #data .data-list .data-ele .images .text img {
    display: block;
    width: fit-content;
    margin: auto;
  }
  body main article #data .cap {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: right;
  }
  body main article #qa {
    padding: 90px 0 160px;
    background: #aeccd9;
    position: relative;
  }
  body main article #qa h2 .en {
    height: 53px;
  }
  body main article #qa .qa-list {
    width: 95%;
    max-width: 1200px;
    margin: 40px auto 0;
  }
  body main article #qa .qa-list .qa-set {
    margin-top: 4px;
  }
  body main article #qa .qa-list .qa-set .q, body main article #qa .qa-list .qa-set .a {
    display: block;
    width: 100%;
    padding: 28px 58px 28px 72px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
  }
  body main article #qa .qa-list .qa-set .q .icon1, body main article #qa .qa-list .qa-set .a .icon1 {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
  }
  body main article #qa .qa-list .qa-set .q .text, body main article #qa .qa-list .qa-set .a .text {
    font-size: 18px;
    line-height: 28px;
    color: #333;
  }
  body main article #qa .qa-list .qa-set .q .icon2, body main article #qa .qa-list .qa-set .a .icon2 {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
  }
  body main article #qa .qa-list .qa-set .q .icon2::before, body main article #qa .qa-list .qa-set .q .icon2::after, body main article #qa .qa-list .qa-set .a .icon2::before, body main article #qa .qa-list .qa-set .a .icon2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article #qa .qa-list .qa-set .q .icon2::after, body main article #qa .qa-list .qa-set .a .icon2::after {
    transform: rotate(90deg);
    opacity: 1;
    transition: opacity 0.4s ease-out;
  }
  body main article #qa .qa-list .qa-set .q .icon1 {
    background: url("../img/qa-icon-q.png") no-repeat center/37px;
  }
  body main article #qa .qa-list .qa-set .q .text {
    font-weight: 700;
    text-align: left;
  }
  body main article #qa .qa-list .qa-set .a {
    display: none;
    margin-top: 4px;
  }
  body main article #qa .qa-list .qa-set .a .icon1 {
    background: url("../img/qa-icon-a.png") no-repeat center/38px;
  }
  body main article #qa .qa-list .qa-set.open .icon2::after {
    opacity: 0;
  }
  body main article #entry {
    padding: 100px 0 130px;
  }
  body main article #entry h3 {
    width: 100%;
    height: 77px;
    overflow: hidden;
    position: relative;
  }
  body main article #entry h3 div {
    width: auto;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-direction: normal;
  }
  body main article #entry h3 div.slide-text1 {
    animation-name: slider_animation;
  }
  body main article #entry h3 div.slide-text2 {
    padding-left: 30px;
    animation-name: slider_animation2;
  }
  @keyframes slider_animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes slider_animation2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  body main article #entry h3 div img {
    width: auto;
    height: 100%;
  }
  body main article #entry h3 div img:nth-of-type(n+2) {
    padding-left: 40px;
  }
  body main article #entry .inner {
    width: 100%;
    max-width: 1366px;
  }
  body main article #entry .inner .entry-content {
    margin-top: 110px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 80px;
  }
  body main article #entry .inner .entry-content .entry-image {
    width: calc(100% - 645px);
    max-width: 721px;
  }
  body main article #entry .inner .entry-content .entry-image img {
    width: 100%;
  }
  body main article #entry .inner .entry-content .entry-text {
    display: block;
    width: 490px;
  }
  body main article #entry .inner .entry-content .entry-text p {
    font-size: 35px;
    line-height: 64px;
    font-weight: 600;
  }
  body main article #entry .inner .entry-content .entry-text a {
    display: block;
    width: 482px;
    padding: 35px 0;
    box-sizing: border-box;
    background-color: #193d90;
    position: relative;
    margin-top: 50px;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
  }
  body main article .bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body main article .bg.bg2 {
    background-image: url("../img/bg2-sp.jpg");
  }
  body main article section {
    background-color: #fff;
  }
  body main article #kv {
    color: #fff;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  body main article #kv::before {
    content: "";
    width: 100%;
    height: calc(100% - 88px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body main article #kv .inner {
    width: 89.3333333333vw;
    height: 160vw;
    background: url("../img/kv-image-sp.jpg") no-repeat center/cover;
    padding: 40px 0 0 25px;
    box-sizing: border-box;
    margin-left: 0;
  }
  body main article #kv .inner h1 {
    display: block;
    width: 74.9333333333vw;
    padding-bottom: 4.2666666667vw;
    position: relative;
  }
  body main article #kv .inner h1 img {
    display: block;
    width: 100%;
  }
  body main article #kv .inner h1 .line {
    display: block;
    height: 4.2666666667vw;
    background: url("../img/kv-line-sp.png") no-repeat left/42.6666666667vw;
    position: absolute;
    left: calc(100% - 42.6666666667vw);
    bottom: 0;
  }
  body main article #kv .inner p {
    margin-top: 4.2666666667vw;
  }
  body main article #kv .scroll {
    width: 15px;
    height: 92px;
    background: url("../img/kv-scroll-sp.png") no-repeat center/contain;
    position: absolute;
    right: 12px;
    bottom: 100px;
  }
  body main article #about {
    padding: 174px 0 50px;
    background-image: linear-gradient(336deg, rgb(78, 166, 200), rgb(146, 195, 214) 66%, rgb(125, 186, 210));
    position: relative;
    z-index: -1;
    margin-top: -88px;
    z-index: 0;
  }
  body main article #about .about-bg {
    width: 545px;
    height: 408px;
    background: url("../img/about-bg.png") no-repeat center/100%;
    position: absolute;
    top: -90px;
    right: 50%;
    margin-right: -115px;
    z-index: -1;
  }
  body main article #about .inner img {
    display: block;
    width: 100%;
  }
  body main article #about .inner .image1 {
    display: block;
    width: 242px;
    position: absolute;
    top: 150px;
    right: 0;
    opacity: 0.9;
    z-index: -1;
  }
  body main article #about .inner .image2 {
    display: block;
    width: 93.0666666667vw;
    margin-right: -6.6666666667vw;
    margin-top: 30px;
  }
  body main article #about .inner .text {
    font-weight: 700;
    color: #fff;
    margin-top: 45px;
  }
  body main article #about .inner .btn {
    display: block;
    width: 250px;
    padding: 12px 15px 12px 0;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    margin-top: 36px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #02004b;
    text-align: center;
    letter-spacing: 0.05em;
  }
  body main article #about .inner .btn::after {
    content: "";
    display: block;
    width: 19px;
    height: 5px;
    background: url("../img/btn-arrow-sp.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
  }
  body main article #works {
    padding: 50px 0 75px;
    background: transparent;
  }
  body main article #works .inner {
    width: 100%;
  }
  body main article #works .copy {
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  body main article #works .boxs {
    display: block;
    width: 100%;
  }
  body main article #works .boxs .box {
    border-bottom: 1px solid #929292;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 38px;
    display: block;
    position: relative;
  }
  body main article #works .boxs .box:nth-of-type(1) .color {
    color: #4078dd;
  }
  body main article #works .boxs .box:nth-of-type(1) .color::before {
    background-color: #50a7c8;
  }
  body main article #works .boxs .box:nth-of-type(1) .group-name {
    width: 164px;
  }
  body main article #works .boxs .box:nth-of-type(2) .color {
    color: #aa3737;
  }
  body main article #works .boxs .box:nth-of-type(2) .color::before {
    background-color: #aa3737;
  }
  body main article #works .boxs .box:nth-of-type(2) .group-name {
    width: 212px;
  }
  body main article #works .boxs .box:nth-of-type(3) .color {
    color: #c85d7a;
  }
  body main article #works .boxs .box:nth-of-type(3) .color::before {
    background-color: #c85d7a;
  }
  body main article #works .boxs .box:nth-of-type(3) .group-name {
    width: 214px;
  }
  body main article #works .boxs .box .bg-set .color {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #929292;
    padding: 0 12px 0 30px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    position: relative;
  }
  body main article #works .boxs .box .bg-set .color p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }
  body main article #works .boxs .box .bg-set .color::before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  body main article #works .boxs .box .bg-set .group-name {
    display: block;
    margin: auto;
    padding: 15px 0;
  }
  body main article #works .boxs .box .bg-set .group-name img {
    width: 100%;
  }
  body main article #works .boxs .box .texts {
    width: 100%;
    padding: 15px 6.6666666667vw 32px;
    box-sizing: border-box;
  }
  body main article #works .boxs .box .texts .main {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
  }
  body main article #works .boxs .box .texts .text {
    margin-top: 16px;
  }
  body main article #works .boxs .box .texts .arrow {
    display: block;
    width: 58px;
    height: 5px;
    background: url("../img/works-arrow-sp.png") no-repeat center/100%;
    position: absolute;
    bottom: 20px;
    right: 6.6666666667vw;
  }
  body main article #members {
    padding: 48px 0;
    background: #b8dae9;
    position: relative;
  }
  body main article #members .text {
    display: block;
    width: fit-content;
    margin: 35px auto 0;
    font-weight: 700;
  }
  body main article #members .member-detail {
    width: 100%;
    margin-top: 35px;
  }
  body main article #members .member-detail .member-cards {
    width: 100%;
  }
  body main article #members .member-detail .member-cards .member-card {
    width: 86.6666666667vw !important;
    background-color: #fff;
    margin: 0 6.6666666667vw;
  }
  body main article #members .member-detail .member-cards .member-card img {
    display: block;
    width: 100%;
  }
  body main article #members .member-detail .member-cards .member-card .member-image {
    width: 100%;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts {
    width: 100%;
    padding: 6px 20px 20px;
    box-sizing: border-box;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set:nth-of-type(n+2) {
    margin-top: 12px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set p {
    font-size: 11px;
    line-height: 19px;
    color: #333;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set p.tag {
    display: block;
    width: 110px;
    margin-bottom: 10px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set p.min {
    font-weight: 600;
    margin-bottom: 10px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set .images {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
  }
  body main article #members .member-detail .member-cards .member-card .member-texts .text-set .images img {
    width: 55px;
  }
  body main article #members .member-btns {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  body main article #members .member-btns button {
    width: 12px;
    height: 5px;
    background-color: #fff;
    border: none;
  }
  body main article #members .member-btns button.now {
    background-color: #085eae;
  }
  body main article #message {
    padding: 45px 0 50px;
    background: transparent;
  }
  body main article #message h2 .en {
    height: 27px;
  }
  body main article #message .message-image {
    display: block;
    width: 100%;
    margin: 35px auto 0;
  }
  body main article #message .message-image img {
    width: 100%;
  }
  body main article #message .text {
    margin-top: 35px;
  }
  body main article #benefit {
    padding: 45px 0 102.2666666667vw;
    background: #aeccd9;
    position: relative;
  }
  body main article #benefit .benefit-bg {
    width: 100%;
    height: auto;
    aspect-ratio: 750/978;
    background: url("../img/benefit-bg-sp.jpg") no-repeat bottom center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article #benefit .links {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
  }
  body main article #benefit .links a {
    display: block;
    width: 33.3333333333%;
    padding: 15px 15px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #76b7d1;
    position: relative;
  }
  body main article #benefit .links a p {
    letter-spacing: 0.05em;
  }
  body main article #benefit .links a p.link-name {
    height: 40px;
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
  }
  body main article #benefit .links a .arrow {
    display: block;
    width: 31px;
    height: 5px;
    background: url("../img/benefit-arrow-sp.png") no-repeat center/100%;
    position: absolute;
    bottom: 12px;
    right: 10px;
  }
  body main article #data {
    padding: 50px 0 40px;
    background-image: linear-gradient(336deg, rgb(78, 166, 200), rgb(146, 195, 214) 66%, rgb(125, 186, 210));
  }
  body main article #data h2 .en {
    height: 21px;
  }
  body main article #data .data-list {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  body main article #data .data-list .data-ele {
    width: calc(50% - 5px);
    padding: 10px 10px 15px;
    box-sizing: border-box;
    background-color: rgba(217, 250, 255, 0.2);
  }
  body main article #data .data-list .data-ele .title {
    display: block;
    width: 110px;
    padding: 4px 0;
    border-radius: 9px;
    box-sizing: border-box;
    background-color: #02004b;
    margin: auto;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  body main article #data .data-list .data-ele .images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
  }
  body main article #data .data-list .data-ele .images img {
    display: block;
    width: 100%;
  }
  body main article #data .data-list .data-ele:nth-of-type(1) .icon {
    width: 27px;
  }
  body main article #data .data-list .data-ele:nth-of-type(1) .text {
    width: 78px;
  }
  body main article #data .data-list .data-ele:nth-of-type(2) .icon {
    width: 41px;
  }
  body main article #data .data-list .data-ele:nth-of-type(2) .text {
    width: 74px;
  }
  body main article #data .data-list .data-ele:nth-of-type(3) .icon {
    width: 27px;
  }
  body main article #data .data-list .data-ele:nth-of-type(3) .text {
    width: 96px;
  }
  body main article #data .data-list .data-ele:nth-of-type(4) .icon {
    width: 40px;
  }
  body main article #data .data-list .data-ele:nth-of-type(4) .text {
    width: 58px;
  }
  body main article #data .data-list .data-ele:nth-of-type(5) .icon {
    width: 32px;
  }
  body main article #data .data-list .data-ele:nth-of-type(5) .text {
    width: 82px;
  }
  body main article #data .data-list .data-ele:nth-of-type(6) .icon {
    width: 33px;
  }
  body main article #data .data-list .data-ele:nth-of-type(6) .text {
    width: 59px;
  }
  body main article #data .data-list .data-ele:nth-of-type(7) .icon {
    width: 28px;
  }
  body main article #data .data-list .data-ele:nth-of-type(7) .text {
    width: 79px;
  }
  body main article #data .data-list .data-ele:nth-of-type(8) .icon {
    width: 38px;
  }
  body main article #data .data-list .data-ele:nth-of-type(8) .text {
    width: 54px;
  }
  body main article #data .data-list .data-ele:nth-of-type(9) .icon {
    width: 39px;
  }
  body main article #data .data-list .data-ele:nth-of-type(9) .text {
    width: 74px;
  }
  body main article #data .cap {
    margin-top: 10px;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: left;
  }
  body main article #qa {
    padding: 48px 0 40px;
    background: #aeccd9;
    position: relative;
  }
  body main article #qa h2 .en {
    height: 27px;
  }
  body main article #qa .qa-list {
    width: 100%;
    margin: 20px auto 0;
  }
  body main article #qa .qa-list .qa-set {
    margin-top: 2px;
  }
  body main article #qa .qa-list .qa-set .q, body main article #qa .qa-list .qa-set .a {
    display: block;
    width: 100%;
    padding: 16px 53px 15px 46px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
  }
  body main article #qa .qa-list .qa-set .q .icon1, body main article #qa .qa-list .qa-set .a .icon1 {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 12px;
    margin: auto;
  }
  body main article #qa .qa-list .qa-set .q .text, body main article #qa .qa-list .qa-set .a .text {
    font-size: 12px;
    line-height: 21px;
    color: #333;
  }
  body main article #qa .qa-list .qa-set .q .icon2, body main article #qa .qa-list .qa-set .a .icon2 {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
  }
  body main article #qa .qa-list .qa-set .q .icon2::before, body main article #qa .qa-list .qa-set .q .icon2::after, body main article #qa .qa-list .qa-set .a .icon2::before, body main article #qa .qa-list .qa-set .a .icon2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body main article #qa .qa-list .qa-set .q .icon2::after, body main article #qa .qa-list .qa-set .a .icon2::after {
    transform: rotate(90deg);
    opacity: 1;
    transition: opacity 0.4s ease-out;
  }
  body main article #qa .qa-list .qa-set .q .icon1 {
    background: url("../img/qa-icon-q-sp.png") no-repeat center/100%;
  }
  body main article #qa .qa-list .qa-set .q .text {
    font-weight: 700;
    text-align: left;
  }
  body main article #qa .qa-list .qa-set .a {
    display: none;
    margin-top: 2px;
  }
  body main article #qa .qa-list .qa-set .a .icon1 {
    background: url("../img/qa-icon-a-sp.png") no-repeat center/100%;
  }
  body main article #qa .qa-list .qa-set.open .icon2::after {
    opacity: 0;
  }
  body main article #entry {
    padding: 50px 0 60px;
  }
  body main article #entry h3 {
    width: 100%;
    height: 39px;
    overflow: hidden;
    position: relative;
  }
  body main article #entry h3 div {
    width: auto;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-direction: normal;
  }
  body main article #entry h3 div.slide-text1 {
    animation-name: slider_animation;
  }
  body main article #entry h3 div.slide-text2 {
    padding-left: 15px;
    animation-name: slider_animation2;
  }
  @keyframes slider_animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes slider_animation2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  body main article #entry h3 div img {
    width: auto;
    height: 100%;
  }
  body main article #entry h3 div img:nth-of-type(n+2) {
    padding-left: 15px;
  }
  body main article #entry .inner {
    width: 100%;
  }
  body main article #entry .inner .entry-content {
    margin-top: 55px;
  }
  body main article #entry .inner .entry-content .entry-image {
    width: 100%;
  }
  body main article #entry .inner .entry-content .entry-image img {
    display: block;
    width: 100%;
  }
  body main article #entry .inner .entry-content .entry-text {
    display: block;
    width: 86.6666666667vw;
    margin: 45px auto 0;
  }
  body main article #entry .inner .entry-content .entry-text p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
  }
  body main article #entry .inner .entry-content .entry-text a {
    display: block;
    width: 100%;
    padding: 16px 0;
    box-sizing: border-box;
    background-color: #193d90;
    position: relative;
    margin-top: 45px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
}