@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
  width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
/*-------------------------------------------------------------------
vw 計算
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
コンテンツ
/*-------------------------------------------------------------------*/
.wrap {
  overflow-x: hidden;
  width: 100%;
}

header {
  padding-top: 27px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  header {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
header h1 {
  max-width: 178px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  header h1 {
    max-width: 47.4666666667vw;
    margin-left: 6.1333333333vw;
  }
}

.mv {
  position: relative;
  background-color: rgb(217, 239, 253);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 8px,
    rgb(185, 225, 250) 8px,
    rgb(185, 225, 250) 16px
  );
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 4px solid #74cad8;
  animation: moveGradient 150s linear infinite;
}
.mv::after {
  position: absolute;
  content: "";
  background-image: url(../images/mv_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .mv::after {
    background-image: url(../images/mv_bg_sp.png);
  }
}
.mv .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .mv .inner {
    max-width: 100vw;
    padding: 0;
  }
}
.mv h2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .mv h2 {
    max-width: 94.4vw;
    padding-top: 3.7333333333vw;
    padding-right: 0vw;
  }
}
.mv_txt01 {
  max-width: 196px;
  width: 100%;
  position: absolute;
  bottom: 17px;
  right: -93px;
}
@media only screen and (max-width: 1150px) {
  .mv_txt01 {
    max-width: 140px;
    right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .mv_txt01 {
    max-width: 30.9333333333vw;
    bottom: -4.2666666667vw;
    right: 26.6666666667vw;
  }
}
.mv_txt02 {
  max-width: 166px;
  width: 100%;
  position: absolute;
  top: 26px;
  right: -110px;
}
@media only screen and (max-width: 1150px) {
  .mv_txt02 {
    max-width: 120px;
    right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .mv_txt02 {
    max-width: 21.8666666667vw;
    top: auto;
    bottom: 0;
    right: -0.8vw;
  }
}

@keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
.eyeFrailty_contWrap {
  background-image: url(../images/eyeFrailty_bg_pc.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap {
    background-image: url(../images/eyeFrailty_bg_sp.jpg);
  }
}
.eyeFrailty_contWrap .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 62px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .inner {
    max-width: 100vw;
    padding: 0;
  }
}
.eyeFrailty_contWrap .anchorlink_wrap {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .anchorlink_wrap {
    padding-top: 6.6666666667vw;
  }
}
.eyeFrailty_contWrap .anchorlink_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul {
    flex-direction: column;
    gap: 3.7333333333vw;
  }
}
.eyeFrailty_contWrap .anchorlink_wrap ul li {
  height: 85px;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul li {
    height: 14.6666666667vw;
    max-width: 85.3333333333vw;
  }
}
.eyeFrailty_contWrap .anchorlink_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 59.091px;
  border: 2px solid #000;
  background: #e8f7fa;
  box-shadow: 2.364px 4.727px 0 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  padding-left: 36px;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 500;
  line-height: 21px; /* 100% */
  position: relative;
}
@media only screen and (max-width: 960px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul li a {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul li a {
    justify-content: center;
    border-radius: 13.3333333333vw;
    border: 0.3650666667vw solid #000;
    font-size: 4.5333333333vw;
    line-height: normal;
    padding-left: 0;
  }
}
.eyeFrailty_contWrap .anchorlink_wrap ul li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul li a::before {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul li a::before {
    background-image: url(../images/icon_arrow02.svg);
    width: 2.9333333333vw;
    height: 4vw;
    right: 5.0666666667vw;
  }
}
.eyeFrailty_contWrap .anchorlink_wrap ul li:nth-child(2) {
  max-width: 351px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul li:nth-child(2) {
    max-width: 85.3333333333vw;
  }
}
.eyeFrailty_contWrap .anchorlink_wrap ul li:nth-child(2) a {
  line-height: normal;
  padding-right: 49px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .anchorlink_wrap ul li:nth-child(2) a {
    padding-right: 4.8vw;
  }
}
.eyeFrailty_contWrap .intro {
  padding-top: 88px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro {
    padding-top: 11.7333333333vw;
  }
}
.eyeFrailty_contWrap .intro_txt01 {
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_txt01 {
    max-width: 100vw;
    padding-bottom: 5.0666666667vw;
  }
}
.eyeFrailty_contWrap .intro_contBox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background: #5dc1cc;
  padding: 43px 47px 57px 48px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox {
    max-width: 93.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 11.4666666667vw 2.6666666667vw 8.5333333333vw;
  }
}
.eyeFrailty_contWrap .intro_contBox::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_clip.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 173px;
  height: 65px;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox::before {
    width: 45.8666666667vw;
    height: 17.0666666667vw;
    top: 1.8666666667vw;
  }
}
.eyeFrailty_contWrap .intro_contBox::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 113px;
  top: 5px;
  left: 4px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox::after {
    width: 21.3333333333vw;
    height: 20vw;
    top: 7.4666666667vw;
    left: 1.0666666667vw;
  }
}
.eyeFrailty_contWrap .intro_contBox > div {
  background: #fff;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox > div {
    padding-bottom: 6.6666666667vw;
  }
}
.eyeFrailty_contWrap .intro_contBox_ttl {
  text-align: center;
  padding-top: 62px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox_ttl {
    font-size: 6.1333333333vw;
    line-height: 10.6666666667vw;
  }
}
.eyeFrailty_contWrap .intro_contBox_ttl span {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1.75px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox_ttl span {
    font-size: 7.2vw;
  }
}
.eyeFrailty_contWrap .intro_contBox .list_box {
  padding-top: 51px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox .list_box {
    padding-top: 5.6vw;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.eyeFrailty_contWrap .intro_contBox .list_box ul li {
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox .list_box ul li {
    padding-left: 8vw;
    width: 70.9333333333vw;
  }
}
.eyeFrailty_contWrap .intro_contBox .list_box ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox .list_box ul li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 3.4666666667vw;
    transform: translateY(0);
  }
}
.eyeFrailty_contWrap .intro_contBox .list_box ul li span {
  display: inline;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 51px; /* 231.818% */
  border-bottom: 1px dotted #000;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox .list_box ul li span {
    font-size: 5.0666666667vw;
    line-height: 11.2vw;
  }
}
.eyeFrailty_contWrap .intro_contBox .intro_txt02 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.54px;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox .intro_txt02 {
    font-size: 4.5333333333vw;
    line-height: 7.7333333333vw;
    letter-spacing: 0.136vw;
    padding-top: 5.6vw;
  }
}
.eyeFrailty_contWrap .intro_contBox_btn {
  width: 351px;
  margin: 48px auto 0;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox_btn {
    width: 77.3333333333vw;
    margin-top: 7.2vw;
  }
}
.eyeFrailty_contWrap .intro_contBox_btn a {
  display: block;
  width: 100%;
  padding: 10px 58px 11px 31px;
  border-radius: 56.667px;
  border: 2px solid #000;
  background: #e8f7fa;
  box-shadow: 2.267px 4.533px 0 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox_btn a {
    padding: 2.6666666667vw 11.2vw 2.6666666667vw 9.0666666667vw;
    border-radius: 13.3333333333vw;
    box-shadow: 0.5333333333vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.25);
    font-size: 4.5333333333vw;
    letter-spacing: 0.136vw;
  }
}
.eyeFrailty_contWrap .intro_contBox_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .intro_contBox_btn a::before {
    background-image: url(../images/icon_arrow02.svg);
    width: 2.9333333333vw;
    height: 4vw;
    right: 5.3333333333vw;
  }
}
.eyeFrailty_contWrap .contents_boxWrap#about {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_boxWrap#about {
    padding-top: 22.1333333333vw;
  }
}
.eyeFrailty_contWrap .contents_boxWrap#what {
  padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_boxWrap#what {
    padding-top: 17.8666666667vw !important;
  }
}
.eyeFrailty_contWrap .contents_box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-radius: 13.693px;
  border: 4px solid #5dc1cc;
  background: #fff;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.25);
  padding: 0 59px 48px 62px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box {
    max-width: 93.3333333333vw;
    border-radius: 3.6514666667vw;
    border: 1.0666666667vw solid #5dc1cc;
    box-shadow: 0.8vw 1.3333333333vw 0 0 rgba(0, 0, 0, 0.25);
    padding: 0 4vw 6.4vw;
  }
}
.eyeFrailty_contWrap .contents_box_ttl {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  padding-top: 51px;
  padding-bottom: 59px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box_ttl {
    font-size: 6.1333333333vw;
    letter-spacing: 0.368vw;
    padding-top: 12.5333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.eyeFrailty_contWrap .contents_box_info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 42px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box_info {
    flex-direction: column;
    gap: 0;
  }
}
.eyeFrailty_contWrap .contents_box_info .info_img {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box_info .info_img {
    order: 1;
    max-width: 80vw;
    margin: 0 auto;
  }
}
.eyeFrailty_contWrap .contents_box_info .info_txtWrap {
  max-width: 429px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box_info .info_txtWrap {
    order: 0;
    max-width: 85.3333333333vw;
  }
}
.eyeFrailty_contWrap .contents_box_info .info_txtWrap .cont_txt01 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.54px;
  padding-left: 12px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box_info .info_txtWrap .cont_txt01 {
    font-size: 4.5333333333vw;
    line-height: 7.7333333333vw; /* 170.588% */
    letter-spacing: 0.136vw;
    padding-bottom: 6.1333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.eyeFrailty_contWrap .contents_box_info .info_txtWrap ul {
  padding: 19px 14px 18px 16px;
  background: #f5f5f5;
  margin-bottom: 19px;
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box_info .info_txtWrap ul {
    padding: 5.0666666667vw 4vw;
    margin-bottom: 5.0666666667vw;
    margin-top: 0vw;
  }
}
.eyeFrailty_contWrap .contents_box_info .info_txtWrap .cont_txt02 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px; /* 183.333% */
  letter-spacing: 0.54px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box_info .info_txtWrap .cont_txt02 {
    font-size: 4.5333333333vw;
    font-weight: 700;
    line-height: 8.5333333333vw; /* 188.235% */
    letter-spacing: 0.136vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.eyeFrailty_contWrap .contents_box.about .contents_box_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/about_bubble_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  top: -100px;
  left: 62px;
}
@media only screen and (max-width: 930px) {
  .eyeFrailty_contWrap .contents_box.about .contents_box_ttl::before {
    left: -2%;
  }
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box.about .contents_box_ttl::before {
    background-image: url(../images/about_bubble_sp.png);
    width: 32vw;
    height: 32vw;
    top: -16.5333333333vw;
    left: -10.6666666667vw;
  }
}
.eyeFrailty_contWrap .contents_box.about .contents_box_ttl::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_eye.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 104px;
  height: 73px;
  top: 47px;
  right: 130px;
}
@media only screen and (max-width: 930px) {
  .eyeFrailty_contWrap .contents_box.about .contents_box_ttl::after {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box.about .contents_box_ttl::after {
    width: 27.7333333333vw;
    height: 19.2vw;
    top: -10.6666666667vw;
    right: -0.5333333333vw;
  }
}
.eyeFrailty_contWrap .contents_box.what .contents_box_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../images/what_bubble_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  top: -80px;
  right: 0px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box.what .contents_box_ttl::before {
    background-image: url(../images/what_bubble_sp.png);
    width: 32vw;
    height: 32vw;
    top: -16.5333333333vw;
    right: -10.6666666667vw;
  }
}
.eyeFrailty_contWrap .contents_box.what .contents_box_ttl::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_contactlenscase.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 74px;
  top: 10px;
  left: 105px;
}
@media only screen and (max-width: 820px) {
  .eyeFrailty_contWrap .contents_box.what .contents_box_ttl::after {
    left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box.what .contents_box_ttl::after {
    width: 28.8vw;
    height: 19.7333333333vw;
    top: -4vw;
    left: -8vw;
  }
}
.eyeFrailty_contWrap .contents_box.what .info_txtWrap {
  max-width: 410px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .contents_box.what .info_txtWrap {
    max-width: 80vw;
    margin: 0 auto;
  }
}
.eyeFrailty_contWrap .contents_box.what .cont_txt01 {
  padding-left: 0;
  padding-right: 0;
}
.eyeFrailty_contWrap .seminar-report {
  max-width: 760px;
  width: 100%;
  margin: 103px auto 0;
  background: #fff9db;
  position: relative;
  padding-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .seminar-report {
    max-width: 93.3333333333vw;
    margin-top: 30.1333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}
.eyeFrailty_contWrap .seminar-report_ttl {
  max-width: 406px;
  width: 100%;
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .seminar-report_ttl {
    max-width: 83.7333333333vw;
    top: -10.6666666667vw;
  }
}
.eyeFrailty_contWrap .seminar-report_txt {
  padding-top: 78px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.54px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .seminar-report_txt {
    padding-top: 25.0666666667vw;
    padding-bottom: 8.2666666667vw;
    font-size: 4.8vw;
    line-height: 8.2666666667vw;
    letter-spacing: 0.288vw;
  }
}
.eyeFrailty_contWrap .seminar-report .release_btn {
  width: 351px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .seminar-report .release_btn {
    width: 82.6666666667vw;
  }
}
.eyeFrailty_contWrap .seminar-report .release_btn a {
  display: block;
  width: 100%;
  padding: 10px 58px 11px 31px;
  border-radius: 56.667px;
  border: 2px solid #000;
  background: #e8f7fa;
  box-shadow: 2.267px 4.533px 0 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .seminar-report .release_btn a {
    padding: 5.8666666667vw 11.2vw 6.1333333333vw 9.0666666667vw;
    border-radius: 13.3333333333vw;
    box-shadow: 0.5333333333vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.25);
    font-size: 4.5333333333vw;
    letter-spacing: 0.136vw;
  }
}
.eyeFrailty_contWrap .seminar-report .release_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .seminar-report .release_btn a::before {
    background-image: url(../images/icon_arrow02.svg);
    width: 2.9333333333vw;
    height: 4vw;
    right: 5.3333333333vw;
  }
}
.eyeFrailty_contWrap .charm {
  max-width: 700px;
  width: 100%;
  margin: 71px auto 0;
  padding-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .charm {
    max-width: 82.6666666667vw;
    margin-top: 14.1333333333vw;
    padding-bottom: 16.2666666667vw;
  }
}
.eyeFrailty_contWrap .charm_ttlWrap {
  position: relative;
}
.eyeFrailty_contWrap .charm_ttlWrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_movie.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 88px;
  height: 76px;
  top: 0;
  left: 38px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .charm_ttlWrap::before {
    width: 17.6vw;
    height: 13.8666666667vw;
    top: auto;
    bottom: 4.2666666667vw;
    left: -4.8vw;
  }
}
.eyeFrailty_contWrap .charm_ttlWrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_lens.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 75px;
  height: 52px;
  bottom: 36px;
  right: 17px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .charm_ttlWrap::after {
    width: 13.3333333333vw;
    height: 9.0666666667vw;
    bottom: auto;
    top: 3.4666666667vw;
    right: -1.6vw;
  }
}
.eyeFrailty_contWrap .charm_ttlWrap .ttl01 {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .charm_ttlWrap .ttl01 {
    max-width: 64vw;
  }
}
.eyeFrailty_contWrap .charm_ttlWrap .ttl02 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .charm_ttlWrap .ttl02 {
    font-size: 6.1333333333vw;
    line-height: 10.6666666667vw;
    letter-spacing: 0.3066666667vw;
    padding-bottom: 10.4vw;
  }
}
.eyeFrailty_contWrap .charm .charm_movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 (394/700=約0.5625) */
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .charm .charm_movie {
    width: 80vw; /* 375pxの画面幅で300pxになるように80vwに設定 */
    padding-bottom: 45vw; /* 16:9のアスペクト比を維持 (80vw * 0.5625) */
    max-height: none; /* 最大高さを制限 */
    margin: 0 auto;
  }
}
.eyeFrailty_contWrap .charm .charm_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.eyeFrailty_contWrap .charm .txt {
  padding-top: 36px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.54px;
}
@media only screen and (max-width: 768px) {
  .eyeFrailty_contWrap .charm .txt {
    padding-top: 8vw;
    font-size: 4.5333333333vw;
    line-height: 10.4vw;
    letter-spacing: 0.136vw;
  }
}

.selfcheck {
  padding-top: 62px;
  padding-bottom: 48px;
  background-color: rgb(247, 245, 236);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgb(243, 239, 223) 10px,
    rgb(243, 239, 223) 20px
  );
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-position: center;
  animation: moveGradient 150s linear infinite;
}
@media only screen and (max-width: 768px) {
  .selfcheck {
    padding-top: 12.8vw;
    padding-bottom: 11.2vw;
  }
}
.selfcheck .inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .selfcheck .inner {
    max-width: 100vw;
    padding: 0 3.2vw;
  }
}
.selfcheck_contBox {
  background: #fff;
  border-radius: 20px;
  padding: 72px 70px 56px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .selfcheck_contBox {
    border-radius: 3.6514666667vw;
    padding: 18.1333333333vw 5.3333333333vw 8.5333333333vw;
  }
}
.selfcheck_contBox::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 113px;
  top: 17px;
  left: 53px;
}
@media only screen and (max-width: 768px) {
  .selfcheck_contBox::before {
    width: 26.1333333333vw;
    height: 23.2vw;
    transform: rotate(37deg);
    top: -13.3333333333vw;
    left: auto;
    right: -2.1333333333vw;
  }
}
.selfcheck_ttl {
  color: #1f1f1f;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .selfcheck_ttl {
    font-size: 6.1333333333vw;
    letter-spacing: 0.368vw;
    padding-bottom: 10.6666666667vw;
  }
}
.selfcheck_txtWrap {
  display: flex;
  justify-content: center;
  gap: 52px;
  padding-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  .selfcheck_txtWrap {
    flex-direction: column;
    align-items: center;
    gap: 8.8vw;
    padding-bottom: 14.9333333333vw;
  }
}
.selfcheck_txtWrap .selfcheck_txt {
  max-width: 506px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.54px;
}
@media only screen and (max-width: 768px) {
  .selfcheck_txtWrap .selfcheck_txt {
    max-width: 82.6666666667vw;
    font-size: 4.8vw;
    line-height: 8.2666666667vw;
    letter-spacing: 0.144vw;
  }
}
.selfcheck_txtWrap .selfcheck_img {
  max-width: 150px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .selfcheck_txtWrap .selfcheck_img {
    max-width: 46.9333333333vw;
  }
}
.selfcheck_btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .selfcheck_btnWrap {
    flex-direction: column;
    gap: 3.7333333333vw;
  }
}
.selfcheck_btnWrap .btn {
  width: 351px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .selfcheck_btnWrap .btn {
    width: 82.6666666667vw;
    height: 18.6666666667vw;
  }
}
.selfcheck_btnWrap .btn a {
  display: block;
  width: 100%;
  padding: 10px 58px 11px 31px;
  border-radius: 56.667px;
  border: 2px solid #000;
  background: #e8f7fa;
  box-shadow: 2.267px 4.533px 0 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: clamp(18px, 2.1vw, 21px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .selfcheck_btnWrap .btn a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4.8vw 10.6666666667vw 5.6vw 5.3333333333vw;
    border-radius: 13.3333333333vw;
    box-shadow: 0.5333333333vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.25);
    font-size: 4.5333333333vw;
    white-space: nowrap;
  }
}
.selfcheck_btnWrap .btn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .selfcheck_btnWrap .btn a::before {
    background-image: url(../images/icon_arrow02.svg);
    width: 2.9333333333vw;
    height: 4vw;
    right: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .selfcheck_btnWrap .btn:last-of-type a {
    padding: 4.5333333333vw 10.6666666667vw 4vw 5.3333333333vw;
  }
}

.conclusion {
  background: #f87d93;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .conclusion {
    padding-bottom: 7.2vw;
  }
}
.conclusion .inner {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .conclusion .inner {
    max-width: 100vw;
    padding: 0 3.3333333333vw;
  }
}
.conclusion_ttl {
  max-width: 461px;
  width: 100%;
  margin: 0 auto;
  padding-top: 43px;
  padding-bottom: 43px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .conclusion_ttl {
    max-width: 92.2666666667vw;
    width: 92.2666666667vw;
    padding-top: 14.6666666667vw;
    padding-bottom: 10.4vw;
  }
}
.conclusion_txtWrap {
  border-radius: 13.693px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .conclusion_txtWrap {
    border-radius: 3.6514666667vw;
  }
}
.conclusion_txtWrap p {
  padding-top: 43px;
  padding-bottom: 27px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.54px;
}
@media only screen and (max-width: 768px) {
  .conclusion_txtWrap p {
    font-size: 4.5333333333vw;
    line-height: 7.7333333333vw; /* 170.588% */
    letter-spacing: 0.136vw;
  }
}
.conclusion_txtWrap .conclusion_img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .conclusion_txtWrap .conclusion_img {
    max-width: 85.3333333333vw;
    padding-bottom: 9.6vw;
  }
}

.bnr_box {
  padding-top: 25px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .bnr_box {
    padding-top: 8vw;
    padding-bottom: 5.3333333333vw;
  }
}
.bnr_box .bnr_box_inner {
  display: flex;
  width: 960px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .bnr_box .bnr_box_inner {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bnr_box .bnr_boxLogo {
    border-top: 4.8vw solid #5dc1cc;
    padding-top: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.bnr_box .bnr_boxLogo a {
  width: 300px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .bnr_box .bnr_boxLogo a {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}
.bnr_box .bnr_boxLogo a img {
  width: 100%;
}
.bnr_box .bnr {
  max-width: 304px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bnr_box .bnr {
    max-width: 81.0666666667vw;
    margin: 0 auto;
  }
}

footer {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #5dc1cc;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  footer {
    height: 16.5333333333vw;
    font-size: 2.9333333333vw;
  }
} /*# sourceMappingURL=style.css.map */
