@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 1.5px;
  font-weight: 200;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
header,main {
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #111 !important;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  /* line-height: 1.5; */
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 1000px) {
  a:hover {
    color: #000000;
    text-decoration: none !important;
    opacity: 0.5;
    cursor: pointer;
  }
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
img, video {
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
input {
  -webkit-appearance: none;
}
input[type=text] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  transition: background 0.2s;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}
.pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href*="tel:"] {
    /* pointer-events: none;
    cursor: default;
    text-decoration: none; */
  }
  a:hover {
    cursor: pointer !important;
  }
}
body, #mainvisual, header, footer{
  min-width: 100%;
}
body{
  font-family: "Zen Old Mincho", serif;
}
header{
  z-index: 2;
  background: none;
}
header h1{
  width: 160px;
  height: 70px;
  position: fixed;
  z-index: 15;
  background: none;
  margin: 10px 0 0 10px !important; 
}
@media screen and (min-width: 1000px) {
  header{
    width: 100%;
    height: 100px;
    position: fixed;
  }
  header h1{
    position: relative;
    margin: 0 !important;
  }
}
header:after{
  content: none;
}
header div.gmenu {
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  z-index: 3;
}
header div.gmenu a{
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  header img{
    width: 100%;
    margin: auto;
    height: 100px !important;
  }
  header div.gmenu {
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1079px) {
  header.is-animation div.gmenu  {
    margin: 0;
    width: 100%;
    display: block;
    /* transition-duration:.5s; */
    background:#fff !important;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .is-animation {
    background:#1E1A6B !important;
    z-index: 10;
    width: 100%;
    display: flex;
  }
}

header div.gmenu .logo{
  display: block;
  margin: 0 !important;
}
@media screen and (min-width: 1000px) {
  header div.gmenu .logo {
    width: 180px;
    margin: 1px 10px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .menu-wrapper {
    position: relative;
    width: calc(100% - 150px);
    margin-left: 15px;
  }
}

header nav {
  display: none;
  background: #1E1A6B;
  width: 100vw;
  position: absolute;
  margin: 0 0 0 0;
  padding: 24vw 0 0;
  text-align: center;
  z-index: 3;
  height: 100vh;
}
@media screen and (min-width: 1000px) {
  header nav {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
  }
}
header nav ul.menu_area {
  position: relative;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  margin: 0 auto 50px;
  padding: 0 5vw;
}

@media screen and (min-width: 1000px) {
  header nav ul.menu_area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
header nav ul.menu_area li a {
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: left;
  display: block;
  margin-bottom: 22px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  header nav ul.menu_area li a {
    border-bottom: 0;
  }
}
header nav ul.menu_area li a:before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 10vw;
  right: 0;
  background: #fff;
}
header nav ul.menu_area li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  header nav ul.menu_area li a:before,header nav ul.menu_area li a:after{
    content: none;
  }
}
header nav .btn_area{
  /* height: 85px; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  header nav .btn_area{
    display: flex;
    margin: 10px auto 0;
  }
}
header nav .btn_area .lp_btn a{
  color: #fff;
  display: block;
  width: 90vw;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin:  0 auto 10px;
  border: 1px solid #fff;
  border-radius: 80px;
  font-size: 2rem;
  padding: 10px 0;
  line-height: 1.5;
}
header nav .btn_area .lp_btn a span{
  font-size: 2.4rem;
  display: block;
}
@media screen and (min-width: 1000px) {
  header nav .btn_area .lp_btn a,header nav .btn_area .lp_btn a span{
    font-size: 1.5rem;
  }
}
header nav .btn_area .lp_btn a.gr{
  background-image: linear-gradient(90deg, rgba(88, 190, 109, 1), rgba(62, 163, 83, 1));
}
header nav .btn_area .lp_btn a.or{
  background-image: linear-gradient(90deg, rgba(252, 117, 39, 1), rgba(241, 39, 39, 1));
}
@media screen and (min-width: 1000px) {
  header nav ul.menu_area li a {
    font-size: 1.5rem;
    margin-right: 0vw;
    margin-bottom: 0;
  }
  header nav .btn_area .lp_btn a{
    width: 175px;
  }
  header nav .btn_area .lp_btn:last-of-type a{
    margin-left: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .menu-list {
    display: block !important;
    opacity: 1;
  }
  .menu-list .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-list .inner > div {
    display: flex;
    align-items: center;
  }
  .menu-list .inner > div ul li a {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    font-size: 1.5rem;
    height: 100px;
    line-height: 100px;
    font-weight: 400;
  }
  .menu-list .inner .btn_area .btn a{
    display: block;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    border: none;
    color: #00EAFF;
    border: 1px solid #00EAFF;
    height: 60px;
    line-height: 60px;
    width: 180px;
    font-size: 1.7rem;
    border-radius: 30px;
    margin-top: 7px;
  }
}
.menu-list .inner .btn_area .btn_web {
  background-image: linear-gradient(90deg, rgba(102, 102, 255, 1), rgba(67, 66, 238, 1));
}
header .btn_contact a {
  display: block;
  text-align: center;
  width: 65vw;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 1.4rem;
  margin: 10px auto 0;
}
@media screen and (min-width: 1000px) {
  header .btn_contact a {
    display: block;
    text-align: center;
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 1000px) {
  header .btn_contact a {
    font-size: 1.4rem;
    width: 180px;
  }
}
.btn_contact.mail a {
  color: #fff;
  background: #000;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .btn_contact.mail a {
    color: #000;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

/* ハンバーガー */
@media (max-width: 1079px) {
  .btn_hum {
    display: block;
    position: absolute;
    right: 10px !important;
    z-index: 100;
    background: #1E1A6B;
    border: 1px solid #fff;
    margin-top: 10px;
    width: 56px;
    height: 56px;
    top: 0;
  }
  .bar {
    width: 25px;
    height: 1px;
    display: block;
    position: absolute;
    left: 26px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
  }
  .bar-top {
    top: 18px;
  }
  .bar-middle {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bar-bottom {
    bottom: 18px;
  }
  .btn_hum.close .bar-top {
    transform: translate(-50%, 5px) rotate(45deg);
    transition: transform 0.3s;
    background-color: #fff;
    top: 23px;
    width: 30px;
    left: 26px;
  }
  .btn_hum.close .bar-middle {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .btn_hum.close .bar-bottom {
    transform: translate(-50%, -5px) rotate(-45deg);
    transition: transform 0.3s;
    background-color: #fff;
    bottom: 20px;
    width: 30px;
    left: 26px;
  }
}
/* ハンバーガー */

.pagetop {
  position: fixed;
  right: 5vw;
  bottom: 45px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2C2C2C;
}

@media screen and (min-width: 1000px) {
  .pagetop {
    right: 2.5vw;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}
.pagetop span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop span:after {
  content: "";
  background: #ffffff;
  height: 8.6602540378px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
}

h1{
  top: 0;
  letter-spacing: 1px;
}
h2{
  letter-spacing: 1px;
}
h2::after{
  content: none;
}
h3::before{
  content: none;
}
main .mv{
  position: relative;
  height: 105vw;
  background: url(../images/cataract/mian_sp.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  main .mv{
    background: url(../images/cataract/main_pc.png) no-repeat center 0;
    background-size: cover;
    height: 463px;
    z-index: 1;
  }
}
main .mv .title_text{
  position: absolute;
  top: 14vw;
  left: 50%;
  margin: auto;
  background: rgba(255,255,255,.8);
  text-align: center;
  width: 90vw;
  transform: translate(-50%,0);
  padding: 8vw 0 3vw;
}
@media screen and (min-width: 1000px) {
  main .mv .inner{
    max-width: 1200px;
    margin: auto;
    width: 90%;
    height: 100%;
    position: relative;
  }
  main .mv .title_text{
    width: 560px;
    padding: 50px 0 25px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
  }
}
main .mv .title_text h1{
  background: linear-gradient(0deg, #BF8F37 0%, #83590C 58%, #BF8F37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.4rem;
  position: relative;
  margin-bottom: 12px;
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  main .mv .title_text h1{
    font-size: 7rem;
    margin-bottom: 20px;
  }
}
main .mv .title_text h2{
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-table;
  width: auto;
  top: -20px;
  background: #000000;
  padding: 7px 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 100;
}
@media screen and (min-width:1000px){
  main .mv .title_text h2{
    font-size: 2rem;
    margin: 0 auto 15px;
  }
}


#about{
  background: #FDF7ED;
  padding: 50px 0 30px;
  text-align: center;
  position: relative;
}
@media screen and (min-width:1000px){
  #about{
    padding: 80px 0 80px;
    position: relative;
    z-index: 0;
  }
}
#about .about_bg_l_sp{
  position: absolute;
  left: 0;
  top: 0;
  width: 21%;
  height: auto;
}
#about .about_bg_l_pc{
  position: absolute;
  left: 0;
  top: 0;
  width: 14%;
  height: auto;
}
#about .about_bg_r{
  position: absolute;
  right: 0;
  top: 0;
  width: 21%;
  height: auto;
}
@media screen and (min-width:1000px){
  #about .about_bg_r{
    width: 14%;
  }
}
#about .inner{
  margin: auto;
  width: 90vw;
}
@media screen and (min-width:1000px){
  #about .inner{
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
  }
}
#about .inner h2{
  font-size: 3rem;
  color: #333;
  font-weight: 400;
  margin: 0 auto 20px;
  line-height: 1.5;
  width: 90vw;
  position: relative;
}
@media screen and (min-width:1000px){
  #about .inner h2{
    width: 100%;
    font-size: 3rem;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width:1000px){
  #about .inner .box01{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
}
@media screen and (min-width:1000px){
  #about .inner .box01 img{
    width: 42%;
    height: 100%;
  }
}
#about .inner .box01 .tex{
  text-align: left;
  color: #000;
  line-height: 1.7;
  font-size: 1.4rem;
  margin: 0 auto 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #about .inner .box01 .tex{
    width: 58%;
    padding-left: 3%;
    font-size: 1.5rem;
    margin: 0 auto;
    line-height: 1.6;
  }
}
@media screen and (min-width:1000px){
  #about .inner .box02{
    display: flex;
    justify-content: space-between;
  }
}
#about .inner .box02 dl{
  margin-bottom: 20px;
}
@media screen and (min-width:1000px){
  #about .inner .box02 dl{
    width: 48%;
    margin-bottom: 0;
    background: #fff;
  }
}
#about .inner .box02 dt{
  color: #fff;
  background: url(../images/cataract/about2_line_s.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 9vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
#about .inner .box02 dt.g{
  background: url(../images/cataract/about2_line_g_s.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 9vw;
}
@media screen and (min-width:1000px){
  #about .inner .box02 dt{
    font-size: 2.8rem;
    background: url(../images/cataract/about2_line.png) no-repeat center center;
    background-size: 1160px 120px;
    height: 60px;
  }
  #about .inner .box02 dt.g{
    background: url(../images/cataract/about2_line_g.png) no-repeat center center;
    background-size: 1160px 120px;
    height: 60px;
  }
}
#about .inner .box02 dd{
  background: #fff;
  padding: 4vw;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.7;
}
@media screen and (min-width:1000px){
  #about .inner .box02 dd{
    font-size: 1.6rem;
    padding: 20px 30px;
  }
}
#about .inner .box02 dd ul{
  margin: 10px auto;
}
#about .inner .box02 dd ul li{
  color: #BF8F37;
  text-indent: -1em;
  padding-left: 1em;
}
#about .inner .box02 dd ul.g li{
  color: #28BAB1;
}
#about .inner .movie{
  margin: 30px auto 50px;
}
@media screen and (min-width:1000px){
  #about .inner .movie{
    width: 70%;
    margin: 60px auto 0px;
  }
}

#catch{
  position: relative;
  background: url(../images/cataract/catch_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 196px;
  text-align: center;
}
@media screen and (min-width:1000px){
  #catch{
    background: url(../images/cataract/catch_bg_pc.png) no-repeat center 0;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 225px;
    text-align: center;
  }
}
#catch .inner{
  width: 90vw;
  margin: auto;
  height: 100%;
}
@media screen and (min-width:1000px){
  #catch .inner{
    max-width: 1200px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#catch .inner .text{
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width:1000px){
  #catch .inner .text{
    font-size: 4.5rem;
    margin-bottom: 40px;
  }
}

#feature{
  background: #BF8F37 url(../images/cataract/feature_bg_sp.png) no-repeat 0 0;
  background-size: contain;
  margin: auto;
  text-align: center;
  padding: 80px 0 20px;
}
@media screen and (min-width:1000px){
  #feature{
  background: #BF8F37 url(../images/cataract/feature_bg_pc.png) no-repeat 0 0;
    background-size: contain;
    margin: auto;
    text-align: center;
    padding: 80px 0 20px;
  }
}
#feature .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #feature .inner{
    max-width: 1200px;
    width: 90%;
  }
}
#feature h2{
  font-size: 3rem;
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 500;
}
#feature h2 span{
  color: rgba(255, 255, 255, .2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 5.8rem;
}
@media screen and (min-width:1000px){
  #feature h2{
    font-size: 3.8rem;
  }
  #feature h2 span{
    font-size: 8.8rem;
  }
}
#feature .inner .box{
  margin:  0 auto 30px;
}
@media screen and (min-width:1000px){
  #feature .inner .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:  0 auto 40px;
  }
  #feature .inner .box > div{
    width: 58%;
  }
}
#feature .inner .box .nu{
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width:1000px){
  #feature .inner .box .nu{
      text-align: left;
      font-size: 1.8rem;
  }
}
#feature .inner .box h3{
  border: none;
  font-size: 2.2rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  margin: 12px auto 20px;
  font-weight: 400;
}
@media screen and (min-width:1000px){
  #feature .inner .box h3{
    font-size: 2.8rem;
    text-align: left;
    margin: 30px auto 25px;
  }
}
#feature .inner .box .tex{
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  line-height: 1.7;
  margin: 20px auto 0;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #feature .inner .box .tex{
    font-size: 1.6rem;
  }
}
@media screen and (min-width:1000px){
  #feature .inner .box img{
    width: 38%;
  }
}

#booking{
  background: #E6FDFC;
  padding: 40px 0;
}
@media screen and (min-width:1000px){
  #booking{
    padding: 50px 0;
  }
}
#booking a{
  background: #BF8F37;
  color: #fff;
  font-size: 2rem;
  height: 70px;
  line-height: 70px;
  display: block;
  width: 90vw;
  text-align: center;
  margin: auto;
}
@media screen and (min-width:1000px){
  #booking a{
    font-size: 2.4rem;
    height: 85px;
    line-height: 85px;
    width: 350px;
  }
}

#daytrip{
  padding: 50px 0 30px;
  position: relative;
}
@media screen and (min-width:1000px){
  #daytrip{
    padding: 0 0 30px;
  }
}
#daytrip .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #daytrip .inner{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
  }
}
#daytrip .inner .box{
  position: relative;
  z-index: 2;
}
#daytrip .inner .box div h2{
  color: #BF8F37;
  font-size: 2.8rem;
  margin:  0 auto 15px;
  font-weight: 500;
}
#daytrip .inner .box div .text{
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin: 20px auto 25px;
  line-height: 1.7;
  font-weight: 300;
}
#daytrip .inner .box picture img{
  width: 85vw;
  z-index: 1;
  position: relative;
}
@media screen and (min-width:1000px){
  #daytrip .inner .box{
    display: flex;
    justify-content: space-between;
    /* min-height: 50vw; */
    height: 630px;
    position: static;
  }
  #daytrip .inner .box div{
    width: 60%;
    position: relative;
    z-index: 1;
  }
  #daytrip .inner .box div h2{
    font-size: 3.8rem;
    text-align: left;
    margin-top: 60px;
  }
  #daytrip .inner .box div .text{
    margin: 20px auto 20px;
    position: relative;
    font-size: 1.6rem;
    z-index: 2;
    text-align: left;
  }
  #daytrip .inner .box div .text:before{
    content: "";
    position: absolute;
    bottom: -70px;
    left: -20%;
    width: 304px;
    height: 140px;
    background: rgba(253, 247, 237, .2);
    z-index: -1;
  }
  #daytrip .inner .box div .pc{
    margin-left: -20%;
  }
  #daytrip .inner .box picture{
    width: 38%;
    display: block;
    position: absolute;
    right: 0;
  }
  #daytrip .inner .box picture img{
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:1500px){
  #daytrip .inner .box{
    height: 35vw;
  }
}
#daytrip .daytrip_bg{
  position: absolute;
  width: 25vw;
  bottom: 53vw;
  left: -5vw;
  z-index: 0;
}
@media screen and (min-width:1000px){
#daytrip .daytrip_bg{
    display: none
  }
}
#daytrip h3 {
  border-bottom: double 4px #BF8F37;
  text-align: center;
  padding: 40px 0 20px;
  font-weight: 400;
}
#daytrip h3 span{
  color: #BF8F37;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#daytrip h3:before{
  content: none;
}
@media screen and (min-width:1000px){
  #daytrip h3{
    border: none;
    padding: 40px 0 0px;
  }
  #daytrip h3 span{
    font-size: 2rem;
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
    padding: 0px 10px 20px;
    z-index: 2;
    background: #fff;
    display: inline-block;
  }
  #daytrip h3:before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    border-bottom: double 7px #BF8F37;
    width: 100%;
    background: none;
    z-index: 0;
  }
}
@media screen and (min-width:1000px){
  #daytrip .box2{
    display: flex;
    justify-content: space-between;
  }
}
#daytrip .box2 dl{
  padding: 30px 4vw;
  margin-bottom: 10px;
}
@media screen and (min-width:1000px){
  #daytrip .box2 dl{
    width: 49%;
    padding: 35px 20px;
    margin-bottom: 0;
  }
}
#daytrip .box2 dl:first-child{
  background: #E6FDFC;
}
#daytrip .box2 dl:last-child{
  background: #FDF7ED;
}
#daytrip .box2 dl dt{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width:1000px){
  #daytrip .box2 dl dt{
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
#daytrip .box2 dl:first-child dt{
  color: #28BAB1;
}
#daytrip .box2 dl:last-child dt{
  color: #BF8F37;
}
#daytrip .box2 dl dd{
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (min-width:1000px){
  #daytrip .box2 dl dd{
    font-size: 1.6rem;
    text-align: center;
  }
  #daytrip .box2 dl dd br{
    display: block;
  }
}
#daytrip h4{
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin: 80px auto 20px;
  font-weight: 400;
  position: relative;
  padding: 5px 0;
  background: none;
  width: auto;
}
@media screen and (min-width:1000px){
  #daytrip h4{
    font-size: 2.4rem;
    margin: 120px auto 30px;
  }
}
#daytrip h4:before{
  content: "";
  position: absolute;
  height: 1px; /* 最大の太さ */
  background: linear-gradient(to right, transparent, #333, transparent);
  width: 90vw;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#daytrip h4:after{
  content: "";
  position: absolute;
  height: 1px; /* 最大の太さ */
  background: linear-gradient(to right, transparent, #333, transparent);
  width: 90vw;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width:1000px){
  #daytrip h4:before,#daytrip h4:after{
    width: 30%;
    height: 2px; /* 最大の太さ */
  }
}

#chance{
  background: #FDF7ED;
  position: relative;
  padding: 80px 0 60px;
}
@media screen and (min-width:1000px){
  #chance{
    padding: 60px 0;
  }
}
#chance .inner{ 
  margin: auto;
}
@media screen and (min-width:1000px){
  #chance .inner{
    max-width: 1200px;
    width: 90%;
  }
}
#chance h2{
  color: #BF8F37;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  font-weight: 500;
}
@media screen and (min-width:1000px){
  #chance h2{
    font-size: 3.8rem;
  }
}
#chance .text{
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  text-align: center;
  font-weight: 300;
  margin: 0 auto 30px;
  color: #333;
}
@media screen and (min-width:1000px){
  #chance .text{
    font-size: 1.6rem;
  }
}
#chance .text br{
  display: block;
}
#chance .box1{
  padding: 0 5vw;
}
@media screen and (min-width:1000px){
  #chance .box1{
    display: flex;
    padding: 0;
  }
}
#chance .box1 h3{
  border: none;
  color: #fff;
  font-size: 2rem;
  background: url(../images/cataract/about2_line_s.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 9vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1000px){
  #chance .box1 h3{
    background: url(../images/cataract/chance_bg_pc.png) no-repeat center center;
    background-size: cover;
    width: 343px;
    height: auto;
    text-align: 304px;
    text-align: center;
    font-size: 3.2rem;
  }
}
#chance .box1 ul{
  background: #fff;
  padding: 4vw;
}
@media screen and (min-width:1000px){
  #chance .box1 ul{
    padding: 45px 35px;
    width: calc(100% - 343px);
  }
}
#chance .box1 ul li{
  color: #333;
  font-size: 1.6rem;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media screen and (min-width:1000px){
  #chance .box1 ul li{
    padding-left: 32px;
    margin-bottom: 10px;
  }
}
#chance .box1 ul li:last-child{
  margin-bottom: 0;
}
#chance .box1 ul li:before{
  content: "";
  position: absolute;
  background: url(../images/cataract/chance_icon.svg);
  width: 24px;
  height: 24px;
  top: 3px;
  left: 0;
  transform: scale(.8);
}
@media screen and (min-width:1000px){
  #chance .box1 ul li:before{
    width: 24px;
    height: 24px;
    transform: scale(1);
  }
}
#chance .text2{
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width:1000px){
  #chance .text2{
    font-size: 1.8rem;
    margin: 35px auto 50px;
  }
}
#chance h4{
  font-size: 2.4rem;
  color: #9F7357;
  border-top: 1px solid #9F7357;
  border-bottom: 1px solid #9F7357;
  background: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #chance h4{
    font-size: 3rem;
    width: 100%;
  }
}
#chance .box2{
  padding: 0 5vw;
}
@media screen and (min-width:1000px){
  #chance .box2{
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    padding: 0;
  }
}
#chance .box2 p{
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin: 20px auto;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (min-width:1000px){
  #chance .box2 p{
    width: 60%;
    font-size: 1.6rem;
    margin: 0;
  }
  #chance .box2 img{
    width: 35%;
  }
}
#chance .box3{
  margin: 40px auto 0;
  position: relative;
}
@media screen and (min-width:1000px){
  #chance .box3{
    display: flex;
    flex-direction: row-reverse;
  }
}
#chance .box3 dl{
  background: #fff;
  border-top: 4px solid #9F7357;
  padding: 4vw 4vw 8vw;
  width: 90vw;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1000px){
  #chance .box3 dl{
    width: 60%;
    margin-left: -5%;
    padding: 40px 40px;
  }
}
#chance .box3 dt{
  text-align: center;
  color: #9F7357;
  font-size: 2.4rem;
}
@media screen and (min-width:1000px){
  #chance .box3 dt{
    font-size: 3rem;
  }
}
#chance .box3 dd{
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (min-width:1000px){
  #chance .box3 dd{
    font-size: 1.6rem;
  }
}
#chance .box3 img{
  margin-top: -10vw;
  z-index: 0;
  position: relative;
}
@media screen and (min-width:1000px){
  #chance .box3 img{
    margin: 0;
    width: 45%;
  }
}
#chance .box4{
  margin: 40px auto 0;
  position: relative;
  width: 90vw;
}
@media screen and (min-width:1000px){
  #chance .box4{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 80px auto 0;
  }
}
#chance .box4 br{
  display: inline;border-left: 1px solid #000;
}
@media screen and (min-width:1000px){
  #chance .box4 dl{
    width: 55%;
  }
}

#chance .box4 dt{
  text-align: center;
  color: #9F7357;
  font-size: 2.2rem;
  border-bottom: 1px solid #fff;
  border-bottom: double 4px #9F7357;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
@media screen and (min-width:1000px){
  #chance .box4 dt{
    font-size: 3rem;
    text-align: left;
  }
}
#chance .box4 dd{
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #chance .box4 dd{
    font-size: 1.6rem;
    padding-right: 15%;
  }
}
@media screen and (min-width:1000px){
  #chance .box4 img{
    width: 45%;
  }
}

#doctor{
  padding: 60px 0 0 5vw;
  position: relative;
}
@media screen and (min-width:1000px){
  #doctor{
    padding: 50px 0 0 0;
    position: relative;
    margin-top: 60px;
  }
}
#doctor:before{
  content: "";
  position: absolute;
  width: 90vw;
  background: #FDF7ED;
  right: 0;
  height: 93%;
  top: 80px;
  z-index: 0;
}
@media screen and (min-width:1000px){
  #doctor:before{
    max-width: 1330px;
    width: 85vw;
    top: 70px;
    height: 100%;
  }
}
@media screen and (min-width:1200px){
  #doctor:before{
    width: 85vw;
  }
}
@media screen and (min-width:1800px){
  #doctor:before{
    width: 90vw;
    max-width: 1450px;
  }
}
@media screen and (min-width:1000px){
  #doctor .inner{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative;
  }
}
#doctor h2{
  color: #333;
  font-size: 3.2rem;
  text-align: left;
}
#doctor .en{
  position: absolute;
  right: 1vw;
  color: rgba(191, 143, 55, .3);
  top: 25px;
  font-size: 4.8rem;
}
@media screen and (min-width:1000px){
  #doctor .en{
    right: 0;
    font-size: 8.8rem;
    top: -45px;
  }
}
#doctor .box{
  z-index: 3;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (min-width:1000px){
  #doctor .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
#doctor .box dl{
  padding: 20px 5vw 20px 10vw;
}
@media screen and (min-width:1000px){
  #doctor .box dl{
    padding: 0;
  }
}
#doctor .box dt p{
  color: #000;
  font-size: 2rem;
  margin: 5px auto 15px;
}
#doctor .box dt span{
  color: #000;
  font-size: 1.4rem;
  display: block;
}
#doctor .box dd{
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #doctor .box dl{
    width: 55%;
  }
  #doctor .box dt p{
    font-size: 3rem;
    margin: 5px auto 20px;
  }
  #doctor .box dt span{
    font-size: 1.6rem;
  }
  #doctor .box dd{
    font-size: 1.6rem;
  }
  #doctor .box img{
    width: 40%;
  }
}
#doctor .box dd br{
  display: block;
}

#comparison{
  margin: 80px auto 0;
}
@media screen and (min-width:1000px){
  #comparison{
    margin: 180px auto 0;
  }
}
#comparison h2{
  font-size: 3rem;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width:1000px){
  #comparison h2{
    font-size: 4rem;
  }
}
#comparison .tex1{
  width: 90vw;
  margin: 15px auto 30px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #comparison .tex1{
    max-width: 1200px;
    width: 100%;
    font-size: 1.6rem;
    margin: 25px auto 50px;
  }
}
#comparison .tex1 br{
  display: block;
}
#comparison .inner{
  width: 90vw;
  margin: auto;
}
@media screen and (min-width:1000px){
  #comparison .inner{
    max-width: 1200px;
    width: 90%;
    margin: auto;
  }
}
#comparison .btn_area{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90vw;
  margin: auto;
}
#comparison .btn_area li {
  width: 49%;
  margin-bottom: 10px;
}
#comparison .btn_area li a{
  background: #BF8F37;
  color: #fff;
  font-size: 1.4rem;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  display: block;
}
@media screen and (min-width:1000px){
  #comparison .btn_area{
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  #comparison .btn_area li{
    width: 24%;
    margin-bottom: 0;
    margin-right: 1%;
  }
  #comparison .btn_area li:last-child{
    margin-right: 0;
  }
  #comparison .btn_area li a{
    font-size: 1.6rem;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
  }
}
#comparison .wrap{
  background: #FDF7ED;
  margin-top: -105px;
  padding: 120px 0 50px;
}
@media screen and (min-width:1000px){
  #comparison .wrap{
    margin: -35px auto 0;
    padding: 80px 0;
  }
}
#comparison .wrap .inner .tex2{
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .tex2{
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#comparison .wrap .inner .box{
  background: #fff;
  text-align: center;
  padding: 50px 3vw 3vw;
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box{
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 50px 0 30px;
  }
}
#comparison .wrap .inner .box .bg_l{
  position: absolute;
  left: 0;
  top: 0;
  width: 15vw;
}
#comparison .wrap .inner .box .bg_r{
  position: absolute;
  right: 0;
  top: 0;
  width: 12vw;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .bg_l{
    width: 114px;
  }
  #comparison .wrap .inner .box .bg_r{
    width: 87px;
  }
}
#comparison .wrap .inner .box h3{
  font-size: 2.4rem;
  position: relative;
  color: #333333;
  text-align: center;
  margin: 0 auto 40px;
  border: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
#comparison .wrap .inner .box h3 span{
  color: rgba(40, 186, 177, .1);
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%,-50%);
  font-size: 3.8rem;
  width: 100%;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box h3{
    font-size: 3.8rem;
    margin: 0 auto 20px;
  }
  #comparison .wrap .inner .box h3 span{
    font-size: 5.8rem;
    width: 100%;
    top: 49%;
  }
}
#comparison .wrap .inner .box h4{
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding: 0 5vw;
  margin: 0 auto 20px;
  background: none;
  letter-spacing: .5px;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box h4{
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
}
#comparison .wrap .inner .box h4 br{
  display: block;
}
#comparison .wrap .inner .box .performance dl{
  display: flex;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .performance dl{
    width: 90%;
    margin: auto;
  }
}
#comparison .wrap .inner .box .performance dl:last-child{
  border: none;
}
#comparison .wrap .inner .box .performance dl dt{
  width: 30vw;
  background: #28BAB1;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .performance dl dt{
    font-size: 1.5rem;
    width: 20%;
  }
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box2 .performance dl dt{
    width: 14%;
  }
}

#comparison .wrap .inner .box .performance dl dd{
  width: 70vw;
  background: #F1FFFE;
  min-height: 60px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .performance dl dd{
    font-size: 1.5rem;
    width: 80%;
  }
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box2 .performance dl dt{
    width: 16%;
  }
  #comparison .wrap .inner .box2 .performance dl dd{
    width: 14%;
  }
}
#comparison .wrap .inner .box .performance dl dd.w{
  background: #fff;
  padding: 5px 0;
}
#comparison .wrap .inner .box .performance dl dd img{
  width: 50%;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .performance dl dd img{
    width: 35%;
  }
  #comparison .wrap .inner .box2 .performance dl dd img{
    width: 60%;
  }
}
#comparison .wrap .inner .box .merit{
  margin: 30px auto 0;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .merit{
    display: flex;
    width: 90%;
    margin: 30px auto 20px;
    justify-content: space-between;
  }
  #comparison .wrap .inner .box .merit dl{
    width: 49%;
    background: #F4EBE6;
    display: flex;
    align-items: center;
  }
  #comparison .wrap .inner .box .merit dl:last-child{
    background: #F0F0F0;
  }
}
#comparison .wrap .inner .box .merit dt{
  font-size: 1.8rem;
  color: #fff;
  background: #BF8F37;
  padding:  5px 0;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .merit dt{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#comparison .wrap .inner .box .merit .d dt{
  background: #333;
}
#comparison .wrap .inner .box .merit dd{
  background: #FDF7ED;
  padding: 20px 0;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .merit dd{
    width: 70%;
  }
}
#comparison .wrap .inner .box .merit .d dd{
  background: #F0F0F0;
}
#comparison .wrap .inner .box .merit dd li{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 4vw;
  line-height: 1.7;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .merit dd li{
      padding-left: 5%;
  }
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .cost{
    width: 90%;
    margin: auto;
  }
  #comparison .wrap .inner .box .cost dl{
    display: flex;
  }
}
#comparison .wrap .inner .box .cost dt{
  font-size: 1.8rem;
  color: #fff;
  background: #28BAB1;
  padding:  5px 0;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .cost dt{
    width: 14.5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#comparison .wrap .inner .box .cost dd{
  background: #F1FFFE;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .box .cost dd{
    width: 85.5%;
    text-align: left;
    padding-left: 2%;
  }
}
#comparison .slide {
  /* max-width: 450px; */
  margin: 0 0;
  padding: 0;
}
#comparison .slide.sp{
  display: block !important;
}
@media screen and (min-width:1000px){
  #comparison .slide.sp{
    display: none !important;
  }
}
#comparison .box_section {
  /* max-width: 1024px; */
  margin: 0 auto;
}
#comparison .box_area {
  overflow-x: auto;
  position: relative;
}
#comparison .box_area .scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#comparison .box_area .scroll .scrollbox{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-40%);
}
#comparison .box_area .scroll img{
	width: 80px;
	margin: 0 auto 20px;
}
#comparison .box_area .scroll p{
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
}
#comparison .box_area .slideinner {
  display: flex;
  justify-content: space-between;
  width: 501vw;
  /* height: 500px; */
}
#comparison .box_area .slidebox {
  /* background-color: #BC9502; */
  width: 83vw;
  box-sizing: border-box;
}
#comparison .box_area .slidebox:nth-of-type(2) {
	
}
#comparison .box_area .slidebox h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 20px
}
#comparison .wrap .inner h5 {
  margin: 40px auto 20px;
  text-align: center;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner h5 {
    margin: 60px auto 30px;
  }
}
#comparison .wrap .inner h5:before{
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  border-bottom: solid 2px #333;
  width: 100%;
  background: none;
  z-index: 0;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner h5:before{
    top: 24px;
  }
}
#comparison .wrap .inner h5 span{
  font-size: 2.4rem;
  color: #333333;
  display: inline-block;
  background: #F4EBE6;
  z-index: 2;
  position: relative;
  padding: 0 5px;
  font-weight: 400;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner h5 span{
    font-size: 3rem;
  }
}
#comparison .wrap .inner .reco dl{
  display: flex;
  height: 120px;
  line-height: 120px;
  height: 100%;
  border-bottom: 2px solid #F4EBE6;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .reco dl{
    height: 90px;
    line-height: 90px;
  }
}
#comparison .wrap .inner .reco dl:first-child{
  height: 60px;
  line-height: 60px;
}
#comparison .wrap .inner .reco dt{
  width: 37%;
  text-align: center;
  background: #28BAB1;
  color: #fff;
  font-size: 1.6rem;
  border-right: 2px solid #F4EBE6;
}
#comparison .wrap .inner .cost dt{
  width: 32%;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .reco dt{
    width: 19%;
    font-size: 2rem;
  }
  #comparison .wrap .inner .cost dt{
    width: 19%;
  }
}
#comparison .wrap .inner .reco dl:first-child dt,#comparison .wrap .inner .reco dl:first-child dd{
  background: #333333;
}
#comparison .wrap .inner .reco dd{
  width: 63%;
  background: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  display: flex;
  align-items: center;
  padding-left: 2%;
  text-indent: -1em;
  padding-left: 1.5em;
}
#comparison .wrap .inner .reco.cost dd{
  justify-content: center;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .reco dd{
    width: 81%;
    font-size: 2rem;
    text-indent: 0;
    padding-left: 1em;
      border-right: 2px solid #F4EBE6;
  }
  #comparison .wrap .inner .cost dd{
    width: 27%;
  }
}
#comparison .wrap .inner .reco dl:first-child dd{
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#comparison .wrap .inner .reco dd li{
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;;
}
#comparison .slide2 {
  /* max-width: 450px; */
  margin: 0 0;
  padding: 0;
}
#comparison .box_section2 {
  /* max-width: 1024px; */
  margin: 0 auto;
}
#comparison .box_area2 {
  overflow-x: auto;
  position: relative;
}
#comparison .box_area2 .scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#comparison .box_area2 .scroll .scrollbox{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-40%);
}
#comparison .box_area2 .scroll img{
	width: 80px;
	margin: 0 auto 20px;
}
#comparison .box_area2 .scroll p{
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
}
#comparison .box_area2 .slideinner {
  display: flex;
  justify-content: space-between;
  width: 220vw;
  /* height: 500px; */
}
#comparison .box_area2 .slidebox2 {
  width: 40vw;
  box-sizing: border-box;
}
#comparison .box_area2 .slidebox2:nth-of-type(3),#comparison .box_area2 .slidebox2:nth-of-type(4) {
  width: 70vw;
}
#comparison .box_area2 .slidebox2 h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 20px
}
#comparison .wrap .inner .cost_sp{
  display: flex;
}
#comparison .wrap .inner .cost_sp.sp{
  display: block !important;
}
@media screen and (min-width:1000px){
  #comparison .wrap .inner .cost_sp.sp{
    display: none !important;
  }
}
#comparison .wrap .inner .cost_sp dl{
  display: block !important;
}
#comparison .wrap .inner .cost_sp dt{
  color: #fff;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  border-right: 2px solid #F4EBE6;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#comparison .wrap .inner .cost_sp dd{
  border-right: 2px solid #F4EBE6;
  border-bottom: 2px solid #F4EBE6;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#comparison .wrap .inner .cost_sp .slidebox2:first-child dd{
  background: #66A369;
  color: #fff;
}

#comparison .attention{
  border: 1px solid #FF5454;
  background: #FFF3F3;
  margin: 30px auto 10px;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width:1000px){
  #comparison .attention{
    text-align: left;
    padding: 30px;
  }
}
#comparison .attention p{
  color: #FF5454;
  font-size: 2rem;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width:1000px){
  #comparison .attention p{
    font-size: 2.4rem;
    text-align: left;
    margin-left: 30px;
    padding-left: 5px;
  }
}
#comparison .attention p:before{
  content: "";
  position: absolute;
  left: -35px;
  top: 0px;
  background: url(../images/cataract/icon_attention.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
}
@media screen and (min-width:1000px){
  #comparison .attention p:before{
    top: 5px;
  }
}
#comparison .attention dl{
  text-align: center;
  display: flex;
  margin: auto;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #comparison .attention dl{
    font-size: 1.8rem;
  }
}
#comparison .attention dt,#comparison .attention dd{
  text-align: left;
}
@media screen and (max-width:999px){
  #comparison .attention dt{
    width: 7em;
  }
  #comparison .attention dl:last-child dt{
    width: 6em;
  }
  #comparison .attention dd{
    width: 70%;
  }
}
#comparison .praise{
  border: 1px solid #28BAB1;
  background: #F1FFFE;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width:1000px){
  #comparison .praise{
    text-align: left;
    padding: 30px;
  }
}
#comparison .praise p{
  color: #28BAB1;
  font-size: 2rem;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width:1000px){
  #comparison .praise p{
    font-size: 2.4rem;
    text-align: left;
  }
}
#comparison .praise li{
  text-align: left;
  display: flex;
  margin: auto;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #comparison .praise li{
    font-size: 1.8rem;
  }
}
#comparison .movie{
  margin: 30px auto 60px;
}
@media screen and (min-width:1000px){
  #comparison .movie{
    width: 70%;
    margin: 60px auto 80px;
  }
}

#expense{
  background: url(../images/cataract/expense_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  margin: auto;
  height: 850px;
  text-align: center;
}
@media screen and (min-width:1000px){
  #expense{
    background: url(../images/cataract/expense_bg_pc.png) no-repeat center 0;
    background-size: cover;
    height: 780px;
  }
}
#expense .inner{
  width: 90vw;
  margin: auto;
  padding: 60px 0 30px;
}
@media screen and (min-width:1000px){
  #expense .inner{
    width: 90%;
    max-width: 1100px;
    background: rgba(255,255,255,0.7);
    padding: 50px 0;
    height: 100%;
  }
  #expense .inner .pcinner{
    width: 80%;
    margin: auto;
  }
}
#expense h2{
  font-size: 3.2rem;
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (min-width:1000px){
  #expense h2{
    font-size: 4.8rem;
  }
}
#expense .box1{
  padding: 0;
}
@media screen and (min-width:1000px){
  #expense .box1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
#expense .box1 dl{
  border: 1px solid rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 20px;
  justify-content: space-between;
}
@media screen and (min-width:1000px){
  #expense .box1 dl{
    width: 50%;
  }
}
#expense .box1 dl:first-child{
  border-bottom: none;
}
@media screen and (min-width:1000px){
  #expense .box1 dl:first-child{
    border-bottom: 1px solid #BF8F37;
  }
}
#expense .box1 dt{
  color: #BF8F37;
  font-size: 2rem;
}
#expense .box1 dd{
  color: #BF8F37;
  font-size: 2.8rem;
}
#expense .box1 dd span{
  font-size: 2.2rem;
}
#expense .tex1{
  color: #000;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.7;
  margin:10px auto 25px
}
#expense .box2{
  background: rgba(191,143,55,.9);
  padding: 30px 10px;
  margin-bottom: 1px;
  position: relative;
}
@media screen and (min-width:1000px){
  #expense .box2{
    padding: 40px 10px;
  }
}
#expense .box2 .bg_l{
  position: absolute;
  left: 2px;
  top: 2px;
  width: 15vw;
}
#expense .box2 .bg_r{
  position: absolute;
  right: -6px;
  top: 9px;
  width: 15vw;
  transform: rotate(-90deg);
}
@media screen and (min-width:1000px){
  #expense .box2 .bg_l{
    width: 75px;
  }
  #expense .box2 .bg_r{
    width: 75px;
    right: -6px;
    top: 11px;
  }
}
#expense .box2 h3,#expense .box3 h3{
  font-size: 2rem;
  color: #fff;
  border: none;
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (min-width:1000px){
  #expense .box2 h3,#expense .box3 h3{
    font-size: 2.4rem;
  }
}
#expense .box2 p,#expense .box3 p{
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width:1000px){
  #expense .box2 p,#expense .box3 p{
    font-size: 1.6rem;
  }
}
#expense .box2 p br,#expense .box3 p br{
  display: block;
}
#expense .box3{
  background: rgba(40,186,177,.9);
  padding: 30px 10px;
  position: relative;
}
@media screen and (min-width:1000px){
  #expense .box3{
    padding: 40px 10px;
  }
}
#expense .box3 .bg_l{
  position: absolute;
  left: -5px;
  top: 9px;
  width: 15vw;
  transform: rotate(-270deg);
}
#expense .box3 .bg_r{
  position: absolute;
  right: 1px;
  top: 2px;
  width: 15vw;
  transform: rotate(180deg);
}
@media screen and (min-width:1000px){
  #expense .box3 .bg_l{
    width: 75px;
    left: -7px;
    top: 11px;
  }
  #expense .box3 .bg_r{
    width: 75px;
    right: 2px;
    top: 2px;
  }
}
#flow{
  background: #FDF7ED;
}
#flow .inner{
  width: 90vw;
  margin: auto;
  padding: 60px 0 0;
}
@media screen and (min-width:1000px){
  #flow .inner{
    width: 90%;
    max-width: 1200px;
    padding: 80px 0 30px;
  }
}
#flow .inner h2{
  color: #333;
  font-size: 3.2rem;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (min-width:1000px){
  #flow .inner h2{
    font-size: 4rem;
  }
}
#flow h3{
  color: #333;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
#flow h3 span{
  color: #5B4E2C;
  font-size: 1.6rem;
}
#flow .box{
  display: flex;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width:1000px){
  #flow .box{
    justify-content: center;
    padding-bottom: 50px;
  }
}
#flow .box:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 7vw;
  width: 1px;
  height: 100%;
  background: #9F7357;
  z-index: 0;
}
@media screen and (min-width:1000px){
  #flow .box:before{
    left: 48px;
  }
}
#flow .box:last-child.box:before{
  content: none;
}
#flow .box .step{
  font-size: 1rem;
  width: 15vw;
  height: 15vw;
  background: #BF8F37;
  border-radius: 50%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:1000px){
  #flow .box .step{
    width: 110px;
    height: 110px;
    font-size: 1.8rem;
  }
}
#flow .box .step span{
  font-size: 2.2rem;
  display: block;
  color: #fff;
}
@media screen and (min-width:1000px){
  #flow .box .step span{
    font-size: 4.5rem;
  }
}
#flow .box div{
  margin-left: 3vw;
  width: 78vw;
}
@media screen and (min-width:1000px){
  #flow .box div{
    width: 100%;
    margin-left: 30px;
  }
}
#flow .box div .ttl{
  text-align: left;
  font-size: 1.6rem;
  color: #A57C62;
  margin-bottom: 5px;
  font-weight: 600;
}
#flow .box div .text{
  margin: 0;
}
#flow .box div .text,#flow .box div li{
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
#flow .box div li{
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width:1000px){
  #flow .box div .ttl{
    font-size: 2rem;
  }
  #flow .box div .text,#flow .box div li{
    font-size: 1.8rem;
    text-indent: 0;
    padding-left: 0;
  }
}

#glare{
  background: url(../images/cataract/glare_bg_sp.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  margin: auto;
  height: 2780px;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width:1000px){
  #glare{
    background: url(../images/cataract/glare_bg_pc.png) no-repeat center 0;
    background-size: cover;
    height: 2060px;
    padding: 80px 0 50px;
  }
}
#glare .inner{
  width: 90vw;
  margin: auto;
  padding: 80px 5vw 20px;
  background-image: linear-gradient(180deg, rgba(191, 143, 55, .7), rgba(181, 132, 42, .7));
}
@media screen and (min-width:1000px){
  #glare .inner{
    width: 90%;
    max-width: 1200px;
    padding: 100px 3% 50px;
  }
}
#glare h2{
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (min-width:1000px){
  #glare h2{
    margin-bottom: 30px;
    font-size: 4rem;
  }
}
#glare h2:before{
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/cataract/glare_icon.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 47px;
  height: 46px;
}
@media screen and (min-width:1000px){
  #glare h2:before{
    top: -60px;
    width: 62px;
    height: 60px;
  }
}
#glare .slide3 {
  /* max-width: 450px; */
  margin: 0 0;
  padding: 0;
}
#glare .box_section3 {
  /* max-width: 1024px; */
  margin: 0 auto;
}
#glare .box_area3 {
  overflow-x: auto;
  position: relative;
}
#glare .box_area3 .scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#glare .box_area3 .scroll .scrollbox{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-40%);
}
@media screen and (min-width:1000px){
  #glare .box_area3 .scroll {
    display: none;
  }
}
#glare .box_area3 .scroll img{
	width: 80px;
	margin: 0 auto 20px;
}
#glare .box_area3 .scroll p{
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
}
#glare .box_area3 .slideinner {
  display: flex;
  justify-content: space-between;
  width: 240vw;
  /* height: 500px; */
}
@media screen and (min-width:1000px){
  #glare .box_area3 .slideinner {
    width: 100%;
  }
}
#glare .box_area3 .slidebox3 {
  width: 60vw;
  box-sizing: border-box;
}
@media screen and (min-width:1000px){
  #glare .box_area3 .slidebox3{
    width: 25%;
  }
    #glare .box_area3 .slidebox3:nth-of-type(3),#glare .box_area3 .slidebox3:nth-of-type(4) {
      width: 25%;
  }
}
#glare .box_area3 .slidebox3 h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 20px
}
#glare .inner .slide3{
  display: block;
}
#glare .inner .slide3 dl{
  display: block !important;
  border-right: 2px solid #F4EBE6;
}
#glare .box_area3 .slidebox3:nth-of-type(4) dl{
  border-right:none;
}
#glare .inner .slide3 dt{
  color: #fff;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1000px){
  #glare .box_area3 .slidebox3:nth-of-type(4) dl{
    height: 50px;
  }
}
#glare .inner .slide3 dd{
  border-right: 2px solid #F4EBE6;
  border-bottom: 2px solid #F4EBE6;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1000px){
  #glare .inner .slide3 dd{
    height: 90px;
  }
}
#glare .inner .slide3 dd.flex{
  display: flex;
  justify-content: space-between;
  padding: 0 4% 0 10%;
}
#glare .inner .slide3 dd.flex img{
  width: 30%;
}

#glare .inner .slide3 .slideinner:last-of-type dd{
  border-right: none;
}
#glare .inner .slide3 .slideinner dd:last-child{
  border-bottom: none;
}

#glare .inner .slide3 .slidebox3:first-child dd{
  color: #333;
}
#glare .inner .tex1{
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.7;
  margin:20px auto 30px;
  text-align: left;
}
@media screen and (min-width:1000px){
  #glare .inner .tex1{
    font-size: 1.8rem;
    margin:20px auto 50px;
  }
}
#glare .box2 dl{
  margin-bottom: 15px;
}
@media screen and (min-width:1000px){
  #glare .box2{
    display: flex;
    justify-content: space-between;
  }
   #glare .box2 dl{
    width: 48%;
    margin-bottom: 0;
   }
}
#glare .box2 dt{
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #28BAB1;
  color: #fff;
}
@media screen and (min-width:1000px){
  #glare .box2 dt{
    font-size: 2.2rem;
    height: 50px;
    line-height: 50px;
  }
}
#glare .box2 dl:last-child dt{
  background: #BD892A;
}
#glare .box2 span{
  color: #fff;
  font-size: 1.2rem;
  margin-top: 5px;
  display: block;
  text-align: left;
}
#glare .complications {
  background-image: linear-gradient(180deg, rgba(159, 115, 87, 1), rgba(95, 70, 54, 1));
  background: rgba(40, 186, 177, .9);
  margin-top: 20px;
}
@media screen and (min-width:1000px){
  #glare .complications .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#glare .complications dl{
  background: #fff;
  padding: 1vw;
  margin-bottom: 20px;
}
@media screen and (min-width:1000px){
  #glare .complications dl{
    width: 32%;
    padding: 10px;
  }
  #glare .complications dl:nth-of-type(4),#glare .complications dl:nth-of-type(5),#glare .complications dl:nth-of-type(6){
    margin-bottom: 0;
  }
}
#glare .complications dt{
  background: #333;
  color: #fff;
  font-size: 2rem;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width:1000px){
  #glare .complications dt{
    font-size: 2.4rem;
  }
}
#glare .complications dd{
  color: #333;
  font-size: 1.4rem;
  font-family: "noto Sans JP", sans-serif;
  font-weight: 300;
  padding: 3vw 2vw;
  line-height: 1.7;
  text-align: left;
}
@media screen and (min-width:1000px){
  #glare .complications dd{
    font-size: 1.5rem;
    padding: 20px;
  }
}

#faq{
  padding: 60px 0 40px;
  text-align: center;
}
@media screen and (min-width:1000px){
  #faq{
    padding: 100px 0 80px;
  }
}
#faq .inner{
  width: 90vw;
  margin: auto;
  border: 1px solid #000;
}
@media screen and (min-width:1000px){
  #faq .inner{
    width: 90%;
    max-width: 1200px;
  }
}
#faq h2{
  font-size: 3rem;
  margin-bottom: 25px;
  color: #333;
}
@media screen and (min-width:1000px){
  #faq h2{
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
 #faq dl{
  border-bottom: 1px solid #000;
 }
#faq dl:last-child{
  border-bottom: 0;
}
 #faq dl dt{
  display: flex;
  align-items: center;
  background: #333;
  padding: 10px;
  color: #fff;
  text-align: left;
 }
#faq dl dt span:first-child{
  font-size: 2.4rem;
  margin: -5px 12px 0 5px;
}
#faq dl dt span:last-child{
  font-size: 1.4rem;
}
@media screen and (min-width:1000px){
  #faq dl dt span:last-child{
    font-size: 1.6rem;
  }
}
#faq dl dd{
  padding: 15px 15px;
  line-height: 1.7;
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (min-width:1000px){
  #faq dl dd{
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}





@media screen and (max-width: 1079px) {
  .bottom_fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    margin: auto;
    display: flex;
  }
  .bottom_fixed a {
    width: 50vw;
    margin: 20px auto 0;
    text-align: center;
    padding: 12px 0 5px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    position: relative;
    background-image: linear-gradient(90deg, rgba(88, 190, 109, 1), rgba(62, 163, 83, 1));
  }
  .bottom_fixed a.or {
    background-image: linear-gradient(90deg, rgba(252, 117, 39, 1), rgba(241, 39, 39, 1));
  }
  .bottom_fixed span {
    display: block;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 2px 0;
  }
}
@media screen and (min-width: 1000px) {
  .bottom_fixed{
    display: none;
  }
}