@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #00508C;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 951px) and (max-width: 1300px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 950px) {
    html {
      font-size: 14px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: #202241;
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms; }
  .wf-active body::after {
    opacity: 0; }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 100px 0 150px; }
  @media screen and (max-width: 950px) {
    main {
      margin: 60px 0 100px; } }

section {
  position: relative; }

small {
  font-size: 13px; }
  @media screen and (max-width: 950px) {
    small {
      font-size: 12px; } }

strong, b {
  font-weight: 700; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline; }

.lead {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  vertical-align: baseline;
  margin-bottom: 50px; }
  @media screen and (max-width: 950px) {
    .lead {
      font-size: 14px;
      text-align: justify;
      text-justify: inter-ideograph; } }

.m1 {
  position: relative;
  font-size: 45px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 950px) {
    .m1 {
      font-size: 25px;
      margin-bottom: 30px; } }

.m2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 15px;
  color: #00508C;
  border-bottom: 2px solid #00508C; }
  @media screen and (max-width: 950px) {
    .m2 {
      font-size: 18px;
      padding-bottom: 10px; } }

.m3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0.8em;
  line-height: 1.3; }
  @media screen and (min-width: 951px) and (max-width: 1300px) {
    .m3 {
      font-size: 20px; } }
  @media screen and (max-width: 950px) {
    .m3 {
      font-size: 17px; } }

.btn1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 420px;
  height: 80px;
  background-color: #00508C;
  color: #ffffff;
  border-radius: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    .btn1 {
      width: 300px;
      height: 55px;
      font-size: 16px; } }
  @media print, screen and (min-width: 951px) {
    .btn1:hover {
      opacity: 1;
      background-color: rgba(0, 80, 140, 0.7); } }

.btn2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 420px;
  height: 80px;
  border: 2px solid #00508C;
  color: #00508C;
  border-radius: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    .btn2 {
      width: 300px;
      height: 55px;
      font-size: 16px; } }
  @media print, screen and (min-width: 951px) {
    .btn2:hover {
      opacity: 1;
      background-color: rgba(0, 80, 140, 0.2); } }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media print, screen and (min-width: 951px) {
    .picbtn:hover {
      opacity: 1; }
      .picbtn:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); } }

ol {
  padding-top: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
  counter-reset: 0; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1 {
  line-height: 1.5; }
  .list1 > li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative; }
    .list1 > li::before {
      position: absolute;
      top: 10px;
      left: 2px;
      content: '';
      width: 7px;
      height: 7px;
      background: #00508C;
      border-radius: 20px; }
      @media screen and (max-width: 950px) {
        .list1 > li::before {
          top: 8px; } }

select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 1px solid #707070;
  height: 60px;
  padding: 15px;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/arrow1.png") #F5F5F5 no-repeat right 15px center;
  background-size: 20px; }
  select::-ms-expand {
    display: none; }

div.wpcf7 .wpcf7-spinner {
  display: none !important; }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.icv__circle {
  background-color: #96D2FF; }

.grecaptcha-badge {
  visibility: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  header.on {
    background-color: rgba(0, 80, 140, 0.5); }
  @media screen and (max-width: 950px) {
    header {
      padding: 0;
      height: 50px; } }
  header a {
    color: #fff; }
  header svg {
    fill: #ffffff; }
  header .sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 951px) {
      header .sec {
        max-width: 1400px;
        margin: auto;
        padding-right: 20px; }
        header .sec .logo svg {
          width: 190px; } }
    @media screen and (max-width: 950px) {
      header .sec {
        padding-left: 20px;
        padding-right: 10px; }
        header .sec .logo svg {
          width: auto;
          height: 20px; } }
    header .sec ul a {
      display: inline-block;
      position: relative;
      color: #ffffff;
      font-size: 24px;
      padding: 10px; }
      header .sec ul a.ex {
        width: 200px;
        padding: 6px 0 9px;
        border: 1px solid #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        border-radius: 50px;
        box-shadow: inset 0px 0px 8px #fff;
        position: relative; }
        header .sec ul a.ex::before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 100%;
          border-radius: 50px;
          box-shadow: 0px 0px 8px #fff; }
        header .sec ul a.ex:hover {
          opacity: 1;
          background-color: rgba(255, 255, 255, 0.1); }
    header .sec ul li {
      position: relative; }
    header .sec ul .headnav1_box {
      display: none;
      position: absolute;
      top: 100%;
      left: calc(50% - 90px);
      width: 220px;
      background: -webkit-radial-gradient(0px 0px farthest-corner, #006498 0%, #1F2143 100%);
      background: radial-gradient(farthest-corner at 0px 0px, #006498 0%, #1F2143 100%);
      box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4); }
      header .sec ul .headnav1_box a {
        display: block;
        padding: 10px;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.2; }
        header .sec ul .headnav1_box a:hover {
          opacity: 1;
          background-color: rgba(255, 255, 255, 0.2); }
    @media print, screen and (min-width: 951px) {
      header .sec ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 680px; } }
    @media screen and (max-width: 950px) {
      header .sec ul li {
        margin-top: 15px; }
        header .sec ul li a {
          font-size: 16px; } }

#toppage header {
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  #toppage header.on {
    background-color: rgba(255, 255, 255, 0.9); }
  #toppage header a {
    color: #00508C; }
  #toppage header svg {
    fill: #00508C; }
  #toppage header .sec ul a {
    color: #00508C; }
    #toppage header .sec ul a.ex {
      border: 1px solid #00508C;
      box-shadow: none; }
      #toppage header .sec ul a.ex::before {
        box-shadow: none; }
      #toppage header .sec ul a.ex:hover {
        background-color: rgba(0, 80, 140, 0.1); }
  #toppage header .sec ul .headnav1_box a {
    color: #ffffff; }

#toppage header .sec {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }

#toppage.on header .sec {
  opacity: 1; }

footer {
  position: relative;
  overflow: hidden;
  background: -webkit-radial-gradient(circle 1400px, #006498 0%, #1F2143 100%);
  background: radial-gradient(circle 1400px, #006498 0%, #1F2143 100%);
  padding: 60px 20px 20px;
  color: #fff; }
  @media screen and (max-width: 950px) {
    footer {
      padding: 30px 20px;
      background: -webkit-radial-gradient(circle 500px, #006498 0%, #1F2143 100%);
      background: radial-gradient(circle 500px, #006498 0%, #1F2143 100%); } }
  footer a {
    color: #fff; }
  footer svg {
    fill: #ffffff; }
  @media print, screen and (min-width: 951px) {
    footer .sec {
      max-width: 1200px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .sec .logo {
        width: 190px; } }
  @media screen and (max-width: 950px) {
    footer .sec .logo {
      width: 180px;
      margin: auto; } }
  footer .sec ul a {
    color: #ffffff;
    font-size: 22px; }
    footer .sec ul a.ex {
      width: 200px;
      padding: 6px 0 9px;
      border: 1px solid #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      border-radius: 50px;
      box-shadow: inset 0px 0px 8px #fff;
      position: relative; }
      footer .sec ul a.ex::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50px;
        box-shadow: 0px 0px 8px #fff; }
      footer .sec ul a.ex:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.1); }
  @media print, screen and (min-width: 951px) {
    footer .sec ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 700px; } }
  @media screen and (max-width: 950px) {
    footer .sec ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px; }
      footer .sec ul li {
        width: 100%;
        border-bottom: 2px solid #fff;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
        footer .sec ul li.btn {
          border-bottom: 0;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1; }
        footer .sec ul li a {
          display: block;
          font-size: 16px;
          padding: 16px 0; }
          footer .sec ul li a.ex {
            width: 160px;
            margin: auto;
            padding: 9px 0 12px; } }
  footer .copyright {
    font-size: 14px;
    margin-top: 100px;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 950px) {
      footer .copyright {
        margin-top: 30px;
        font-size: 0.7em; } }

#toppage main {
  margin: 0; }

#toppage .bg1 {
  background: -webkit-radial-gradient(0px 0px farthest-corner, rgba(150, 210, 255, 0.2) 0%, #96D2FF 100%);
  background: radial-gradient(farthest-corner at 0px 0px, rgba(150, 210, 255, 0.2) 0%, #96D2FF 100%); }

#toppage .bg2 {
  background: -webkit-radial-gradient(0px 100% farthest-corner, rgba(150, 210, 255, 0.2) 0%, #96D2FF 100%);
  background: radial-gradient(farthest-corner at 0px 100%, rgba(150, 210, 255, 0.2) 0%, #96D2FF 100%); }

#toppage .mds {
  position: relative;
  text-align: center;
  font-size: 110px;
  font-weight: 100;
  color: #fff;
  z-index: 1;
  margin-bottom: -40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }
  #toppage .mds.on {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  @media screen and (max-width: 950px) {
    #toppage .mds {
      margin-bottom: -20px;
      font-size: 60px; } }

#toppage .text {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  #toppage .text sup {
    font-size: 10px;
    display: inline-block;
    padding: 0 5px; }
  @media screen and (max-width: 950px) {
    #toppage .text {
      font-size: 14px; } }

#toppage .efpic {
  position: relative;
  max-width: 1500px;
  margin: auto;
  margin-bottom: 100px;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0); }
  @media screen and (max-width: 950px) {
    #toppage .efpic {
      padding: 0 20px;
      margin-bottom: 30px;
      -webkit-transition: 1.5s ease-in-out;
      transition: 1.5s ease-in-out; } }
  #toppage .efpic.on {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-clip-path: inset(0);
    clip-path: inset(0); }

#toppage .sankaku1 {
  position: absolute;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 50vw;
  background: -webkit-radial-gradient(0px 0px farthest-corner, #006498 0%, #1F2143 100%);
  background: radial-gradient(farthest-corner at 0px 0px, #006498 0%, #1F2143 100%);
  -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
  clip-path: polygon(100% 0, 0 100%, 0 0);
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out; }
  @media screen and (max-width: 950px) {
    #toppage .sankaku1 {
      right: 100%;
      width: 100%;
      height: 70vw;
      -webkit-transition: 1.0s ease-in-out;
      transition: 1.0s ease-in-out; } }
  #toppage .sankaku1.on {
    right: 50%; }
    @media screen and (max-width: 950px) {
      #toppage .sankaku1.on {
        right: 0; } }

#toppage .sankaku2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 50vw;
  background: -webkit-radial-gradient(0px 0px farthest-corner, #006498 0%, #1F2143 100%);
  background: radial-gradient(farthest-corner at 0px 0px, #006498 0%, #1F2143 100%);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out; }
  @media screen and (max-width: 950px) {
    #toppage .sankaku2 {
      left: 100%;
      width: 100%;
      height: 70vw;
      -webkit-transition: 1.0s ease-in-out;
      transition: 1.0s ease-in-out; } }
  #toppage .sankaku2.on {
    left: 50%; }
    @media screen and (max-width: 950px) {
      #toppage .sankaku2.on {
        left: 0; } }

#toppage .bgmove {
  -webkit-transition: 2.0s ease-in-out;
  transition: 2.0s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0; }
  @media screen and (max-width: 950px) {
    #toppage .bgmove {
      -webkit-transition: 1.5s ease-in-out;
      transition: 1.5s ease-in-out; } }
  #toppage .bgmove.on {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#toppage #zone_kv {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 950px) {
    #toppage #zone_kv {
      height: 100svh; } }
  #toppage #zone_kv .sankaku {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200%;
    height: 200%;
    background: -webkit-radial-gradient(0px 0px farthest-corner, #006498 0%, #1F2143 100%);
    background: radial-gradient(farthest-corner at 0px 0px, #006498 0%, #1F2143 100%);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  #toppage #zone_kv .set {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 2; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv .set {
        height: 100%; } }
    #toppage #zone_kv .set figure {
      width: 50%;
      height: 100vh;
      opacity: 0; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .set figure {
          width: 100%;
          height: 100svh;
          position: absolute;
          bottom: 0;
          left: 0; } }
    #toppage #zone_kv .set .pic1 {
      background: url("../img/top/kv1.png") no-repeat right bottom;
      background-size: auto 100%;
      -webkit-transition: 2s ease-in-out;
      transition: 2s ease-in-out;
      -webkit-transition-delay: 1.0s;
      transition-delay: 1.0s; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .set .pic1 {
          background: url("../img/top/kv1_sp.png") no-repeat right bottom;
          background-size: 100% auto;
          z-index: 2; } }
    #toppage #zone_kv .set .pic2 {
      background: url("../img/top/kv2.png") no-repeat left bottom;
      background-size: auto 100%;
      -webkit-transition: 2s ease-in-out;
      transition: 2s ease-in-out;
      -webkit-transition-delay: 1.5s;
      transition-delay: 1.5s; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .set .pic2 {
          background: url("../img/top/kv2_sp.png") no-repeat right bottom;
          background-size: 100% auto;
          z-index: 1; } }
  #toppage #zone_kv .maincopy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    opacity: 0;
    -webkit-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out;
    -webkit-transition-delay: 2.0s;
    transition-delay: 2.0s; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv .maincopy {
        height: 100svh;
        background: url("../img/top/maincopy_sp.png") no-repeat center;
        background-size: 100% auto; } }
    #toppage #zone_kv .maincopy img {
      width: auto;
      height: 100vh; }
  #toppage #zone_kv .scroll {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 15px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 4.0s;
    transition-delay: 4.0s; }
  #toppage #zone_kv.on .sankaku {
    width: 50%;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv.on .sankaku {
        width: 100%;
        height: 110vw; } }
  #toppage #zone_kv.on .set .pic1 {
    opacity: 1; }
  #toppage #zone_kv.on .set .pic2 {
    opacity: 1; }
  #toppage #zone_kv.on .maincopy {
    opacity: 1; }
  #toppage #zone_kv.on .scroll {
    opacity: 1; }

#toppage #zone_about {
  background: url("../img/top/about_bg.png") center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 80px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_about {
      padding-top: 20px;
      padding-bottom: 0px; } }
  #toppage #zone_about .sec1 {
    position: relative; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_about .sec1 {
        padding-left: 20px;
        padding-right: 20px; } }
    #toppage #zone_about .sec1 .in {
      max-width: 1500px;
      margin: auto; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_about .sec1 .in .mds {
          width: 650px;
          text-align: center; }
        #toppage #zone_about .sec1 .in .set {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          #toppage #zone_about .sec1 .in .set figure {
            width: 650px;
            margin-bottom: 0; }
          #toppage #zone_about .sec1 .in .set h3 {
            width: calc(100% - 650px);
            padding-left: 60px;
            font-size: 48px;
            line-height: 1.5; } }
      @media screen and (max-width: 950px) {
        #toppage #zone_about .sec1 .in h3 {
          text-align: center;
          font-size: 25px;
          line-height: 1.5;
          margin-bottom: 30px; } }
  #toppage #zone_about .sec2 {
    position: relative;
    max-width: 1500px;
    margin: auto;
    margin-bottom: -170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2; }
    @media screen and (max-width: 950px) {
      #toppage #zone_about .sec2 {
        margin-bottom: -50px; } }
    #toppage #zone_about .sec2 figure {
      width: 590px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about .sec2 figure {
          width: 55%; } }
  #toppage #zone_about #zone_mechanism {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
    padding: 40px 0px 100px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_about #zone_mechanism {
        margin-left: 40px;
        padding: 20px 20px 50px 0; }
        #toppage #zone_about #zone_mechanism figure {
          margin-top: 30px; } }
    #toppage #zone_about #zone_mechanism .bgmove {
      position: absolute;
      top: 0;
      left: -150px;
      width: 200%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 1; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about #zone_mechanism .bgmove {
          left: -20px; } }
    #toppage #zone_about #zone_mechanism * {
      position: relative;
      z-index: 1; }
    #toppage #zone_about #zone_mechanism .t1 {
      display: inline-block;
      font-size: 22px;
      margin-bottom: 60px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about #zone_mechanism .t1 {
          font-size: 18px;
          margin-bottom: 30px; } }
      #toppage #zone_about #zone_mechanism .t1::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% + 150px);
        height: 2px;
        background-color: #00508C; }
    #toppage #zone_about #zone_mechanism h3 {
      font-size: 45px;
      margin-bottom: 30px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about #zone_mechanism h3 {
          font-size: 24px;
          margin-bottom: 15px; } }
    #toppage #zone_about #zone_mechanism .set1 {
      padding-bottom: 70px;
      margin-bottom: 70px;
      border-bottom: 2px solid #00508C; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about #zone_mechanism .set1 {
          padding-bottom: 30px;
          margin-bottom: 30px; } }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_about #zone_mechanism .set1 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          #toppage #zone_about #zone_mechanism .set1 figure {
            width: 700px; }
          #toppage #zone_about #zone_mechanism .set1 .text {
            width: calc(100% - 750px); } }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_about #zone_mechanism .set2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #toppage #zone_about #zone_mechanism .set2 figure {
          width: 600px; }
        #toppage #zone_about #zone_mechanism .set2 .text {
          width: calc(100% - 650px); } }

#toppage #zone_feature {
  padding-top: 50px;
  padding-bottom: 80px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_feature {
      padding-top: 20px;
      padding-bottom: 50px; } }
  #toppage #zone_feature .sec1 {
    position: relative;
    background: url("../img/top/feature_bg.png") no-repeat center bottom;
    background-size: cover; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_feature .sec1 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_feature .sec1 {
        background: url("../img/top/feature_bg_sp.png") no-repeat center bottom;
        background-size: 400px auto;
        padding-bottom: 150px; } }
    #toppage #zone_feature .sec1 .in {
      max-width: 1500px;
      margin: auto; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_feature .sec1 .in .mds {
          margin-right: 130px;
          text-align: right; }
        #toppage #zone_feature .sec1 .in .set {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
          #toppage #zone_feature .sec1 .in .set figure {
            width: 650px; }
          #toppage #zone_feature .sec1 .in .set h3 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            width: calc(100% - 650px);
            padding-top: 60px;
            padding-right: 60px;
            font-size: 48px;
            line-height: 1.5; } }
      @media screen and (max-width: 950px) {
        #toppage #zone_feature .sec1 .in h3 {
          text-align: center;
          font-size: 25px;
          line-height: 1.5; } }
  #toppage #zone_feature .sec2 {
    position: relative;
    max-width: 1300px;
    margin: auto;
    padding: 15px 50px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_feature .sec2 {
        margin: 0 20px;
        padding: 0 20px; } }
    #toppage #zone_feature .sec2 .bgmove {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7); }
    #toppage #zone_feature .sec2 ul {
      position: relative; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_feature .sec2 ul li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 50px 0; }
          #toppage #zone_feature .sec2 ul li figure {
            width: 450px; }
          #toppage #zone_feature .sec2 ul li .set {
            width: calc(100% - 530px);
            padding: 0 40px; } }
      @media screen and (max-width: 950px) {
        #toppage #zone_feature .sec2 ul li {
          padding: 30px 0; }
          #toppage #zone_feature .sec2 ul li figure {
            margin-top: 20px; } }
      #toppage #zone_feature .sec2 ul li:nth-of-type(2) {
        border-top: 2px solid #00508C;
        border-bottom: 2px solid #00508C; }
      #toppage #zone_feature .sec2 ul li .t1 {
        width: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-family: "Noto Sans", sans-serif;
        font-style: italic;
        font-size: 20px;
        font-weight: 100; }
        @media screen and (max-width: 950px) {
          #toppage #zone_feature .sec2 ul li .t1 {
            font-size: 15px;
            margin: auto;
            margin-bottom: 10px; } }
        #toppage #zone_feature .sec2 ul li .t1 i {
          font-size: 64px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_feature .sec2 ul li .t1 i {
              font-size: 55px; } }
      #toppage #zone_feature .sec2 ul li h4 {
        font-size: 30px;
        margin-bottom: 20px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_feature .sec2 ul li h4 {
            font-size: 24px;
            line-height: 1.5;
            text-align: center; } }

#toppage #zone_treatment {
  padding-bottom: 150px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_treatment {
      padding-bottom: 0; } }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_treatment .bgpic {
      position: absolute;
      bottom: 0;
      left: calc(50% - 380px);
      width: 1340px; } }
  #toppage #zone_treatment .sec {
    position: relative;
    max-width: 1350px;
    margin: auto;
    z-index: 1; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_treatment .sec .mds {
        font-size: 110px;
        text-align: left;
        margin-bottom: -45px; }
      #toppage #zone_treatment .sec .in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 25px; }
        #toppage #zone_treatment .sec .in .set {
          width: 450px;
          height: 450px;
          background: -webkit-radial-gradient(100% 0px farthest-corner, #006498 0%, #1F2143 100%);
          background: radial-gradient(farthest-corner at 100% 0px, #006498 0%, #1F2143 100%);
          color: #fff;
          border-radius: 50px;
          padding: 50px; }
          #toppage #zone_treatment .sec .in .set .t1 {
            font-size: 45px;
            text-align: center;
            padding: 60px 0; }
        #toppage #zone_treatment .sec .in ul {
          width: calc(100% - 520px);
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          #toppage #zone_treatment .sec .in ul li {
            width: 30%;
            text-align: center;
            color: #000A32; }
            #toppage #zone_treatment .sec .in ul li figure {
              margin-bottom: 20px; }
            #toppage #zone_treatment .sec .in ul li .t2 {
              font-size: 20px; }
              #toppage #zone_treatment .sec .in ul li .t2 small {
                display: block;
                margin-top: 10px; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_treatment .sec .in {
        padding: 0 30px; }
        #toppage #zone_treatment .sec .in .set {
          background: -webkit-radial-gradient(100% 0px farthest-corner, #006498 0%, #1F2143 100%);
          background: radial-gradient(farthest-corner at 100% 0px, #006498 0%, #1F2143 100%);
          color: #fff;
          border-radius: 35px;
          padding: 50px 40px; }
          #toppage #zone_treatment .sec .in .set .t1 {
            font-size: 25px;
            text-align: center;
            margin-bottom: 30px; }
        #toppage #zone_treatment .sec .in ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 40px; }
          #toppage #zone_treatment .sec .in ul li {
            width: 30%;
            text-align: center;
            color: #000A32; }
            #toppage #zone_treatment .sec .in ul li figure {
              margin-bottom: 15px; }
            #toppage #zone_treatment .sec .in ul li .t2 {
              font-size: 14px;
              line-height: 1.3; }
              #toppage #zone_treatment .sec .in ul li .t2 small {
                font-size: 10px;
                display: block;
                margin-top: 5px; } }

#toppage #zone_applicator {
  padding-top: 50px; }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_applicator {
      padding-left: 20px;
      padding-right: 20px; } }
  #toppage #zone_applicator h3 {
    position: relative;
    text-align: center;
    font-size: 40px;
    margin-bottom: 80px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_applicator h3 {
        font-size: 25px;
        margin-bottom: 30px; } }
  #toppage #zone_applicator .sec1 {
    position: relative; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_applicator .sec1 {
        max-width: 1200px;
        margin: auto;
        margin-bottom: 80px; }
        #toppage #zone_applicator .sec1 .set {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding-bottom: 50px;
          margin-bottom: 50px;
          border-bottom: 2px solid #00508C; }
          #toppage #zone_applicator .sec1 .set figure {
            width: 400px; }
          #toppage #zone_applicator .sec1 .set .pos {
            width: calc(100% - 450px); }
            #toppage #zone_applicator .sec1 .set .pos .in {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
              #toppage #zone_applicator .sec1 .set .pos .in figure {
                width: 155px; }
              #toppage #zone_applicator .sec1 .set .pos .in ul {
                width: calc(100% - 155px);
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row; }
                #toppage #zone_applicator .sec1 .set .pos .in ul li {
                  width: 28%;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                  -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                  flex-direction: row;
                  -webkit-box-pack: center;
                  -webkit-justify-content: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                  -ms-flex-align: center;
                  align-items: center;
                  text-align: center;
                  padding: 6px;
                  margin: 5px 0 5px 5%;
                  background-color: #00508C;
                  color: #fff;
                  border-radius: 30px; }
          #toppage #zone_applicator .sec1 .set.ex {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_applicator .sec1 {
        margin: 0 40px; }
        #toppage #zone_applicator .sec1 .set {
          padding-bottom: 30px;
          margin-bottom: 30px;
          border-bottom: 2px solid #00508C; }
          #toppage #zone_applicator .sec1 .set .pos .in {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 15px; }
            #toppage #zone_applicator .sec1 .set .pos .in figure {
              width: 120px; }
            #toppage #zone_applicator .sec1 .set .pos .in ul {
              width: 48%; }
              #toppage #zone_applicator .sec1 .set .pos .in ul li {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center;
                padding: 7px 0 8px;
                margin: 0 0 5px 0;
                background-color: #00508C;
                color: #fff;
                border-radius: 30px; }
            #toppage #zone_applicator .sec1 .set .pos .in.ex figure {
              margin: auto; }
            #toppage #zone_applicator .sec1 .set .pos .in.ex ul {
              width: 100%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-top: 20px; }
              #toppage #zone_applicator .sec1 .set .pos .in.ex ul li {
                width: 48%; } }
    #toppage #zone_applicator .sec1 .text {
      margin-top: 30px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_applicator .sec1 .text {
          margin-top: 20px; } }
      #toppage #zone_applicator .sec1 .text small {
        display: block;
        text-align: left;
        margin-top: 10px;
        font-size: 10px; }
      #toppage #zone_applicator .sec1 .text.ex {
        text-align: center;
        font-size: 36px;
        font-weight: 100; }
    #toppage #zone_applicator .sec1 .set.ex2 {
      border-bottom: 0; }
  #toppage #zone_applicator #zone_diagnosis {
    margin-top: 140px;
    overflow: hidden; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_applicator #zone_diagnosis {
        margin: 0 -20px; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_applicator #zone_diagnosis {
        margin-top: 50px; } }
    #toppage #zone_applicator #zone_diagnosis .in {
      max-width: 1240px;
      margin: auto;
      padding: 20px 20px 100px;
      position: relative; }
      @media screen and (max-width: 950px) {
        #toppage #zone_applicator #zone_diagnosis .in {
          margin-left: 20px;
          padding-bottom: 30px; }
          #toppage #zone_applicator #zone_diagnosis .in figure {
            margin-left: -20px; } }
      #toppage #zone_applicator #zone_diagnosis .in .bgmove {
        position: absolute;
        top: 0;
        left: -100px;
        width: 200%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7); }
        @media screen and (max-width: 950px) {
          #toppage #zone_applicator #zone_diagnosis .in .bgmove {
            left: -20px; } }
      #toppage #zone_applicator #zone_diagnosis .in * {
        position: relative;
        z-index: 1; }
      #toppage #zone_applicator #zone_diagnosis .in .t1 {
        display: inline-block;
        font-size: 22px;
        margin-bottom: 60px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_applicator #zone_diagnosis .in .t1 {
            font-size: 18px;
            margin-bottom: 30px; } }
        #toppage #zone_applicator #zone_diagnosis .in .t1::before {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 2000%;
          height: 2px;
          background-color: #00508C; }
      #toppage #zone_applicator #zone_diagnosis .in h3 {
        text-align: left;
        margin-bottom: 40px;
        line-height: 1.5; }
        @media screen and (max-width: 950px) {
          #toppage #zone_applicator #zone_diagnosis .in h3 {
            font-size: 24px;
            margin-bottom: 30px;
            text-align: center; } }
      #toppage #zone_applicator #zone_diagnosis .in .text {
        margin-bottom: 40px; }
        #toppage #zone_applicator #zone_diagnosis .in .text small {
          display: block;
          text-align: left;
          margin-top: 10px; }

#toppage #zone_case {
  padding-top: 50px;
  padding-bottom: 80px; }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_case {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 950px) {
    #toppage #zone_case {
      padding-bottom: 30px; } }
  #toppage #zone_case h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    margin-bottom: 40px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_case h3 {
        font-size: 17px;
        margin-bottom: 25px; } }
    #toppage #zone_case h3::after {
      content: "";
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 2px;
      display: block;
      background-color: #00508C;
      margin-left: 15px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_case h3::after {
          height: 1px;
          margin-left: 10px; } }
  #toppage #zone_case .sec {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 80px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_case .sec {
        margin: 50px 20px; }
        #toppage #zone_case .sec dd {
          display: none; } }
    #toppage #zone_case .sec ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 80px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_case .sec ul {
          margin-bottom: 30px; } }
      #toppage #zone_case .sec ul li {
        width: 48%; }
        @media screen and (max-width: 950px) {
          #toppage #zone_case .sec ul li {
            width: 100%;
            margin: 0 20px 20px; } }
        #toppage #zone_case .sec ul li .before-after {
          position: relative;
          border: 2px solid #fff; }
          #toppage #zone_case .sec ul li .before-after::before {
            content: "BEFORE";
            position: absolute;
            bottom: 10px;
            left: 10px;
            width: 100px;
            padding: 3px 5px 5px 5px;
            font-size: 12px;
            border-radius: 30px;
            background-color: #E8791E;
            color: #fff;
            z-index: 10;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; }
          #toppage #zone_case .sec ul li .before-after::after {
            content: "AFTER";
            position: absolute;
            bottom: 10px;
            right: 10px;
            width: 100px;
            padding: 3px 5px 5px 5px;
            font-size: 12px;
            border-radius: 30px;
            background-color: #00508C;
            color: #fff;
            z-index: 10;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; }
        #toppage #zone_case .sec ul li .t1 {
          margin-top: 10px;
          font-size: 12px;
          text-align: right; }
          @media screen and (max-width: 950px) {
            #toppage #zone_case .sec ul li .t1 {
              font-size: 10px;
              line-height: 1.4; } }
    #toppage #zone_case .sec .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      #toppage #zone_case .sec .btn .showmore {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #toppage #zone_case .sec .btn .showmore.active {
          opacity: 0;
          pointer-events: none;
          height: 0; }

#toppage #zone_comparison {
  padding-bottom: 80px; }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_comparison {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 950px) {
    #toppage #zone_comparison {
      padding-bottom: 40px; } }
  #toppage #zone_comparison h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 80px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_comparison h3 {
        font-size: 25px;
        margin-bottom: 30px; } }
  #toppage #zone_comparison .sec {
    position: relative;
    max-width: 1300px;
    margin: auto;
    padding: 40px 55px;
    color: #000A32; }
    @media screen and (max-width: 950px) {
      #toppage #zone_comparison .sec {
        padding: 30px 20px; } }
    #toppage #zone_comparison .sec .bgmove {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.85);
      z-index: 0; }
    #toppage #zone_comparison .sec figure {
      position: relative; }
    #toppage #zone_comparison .sec .t1 {
      position: relative;
      font-size: 15px;
      margin: 20px 0; }
      @media screen and (max-width: 950px) {
        #toppage #zone_comparison .sec .t1 {
          font-size: 12px;
          margin: 15px 0; } }
    #toppage #zone_comparison .sec .t2 {
      position: relative;
      font-size: 10px;
      line-height: 1.5;
      text-indent: -2em;
      padding-left: 2em;
      margin-bottom: 5px; }

#toppage #zone_qa {
  padding-bottom: 80px; }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_qa {
      padding-left: 20px;
      padding-right: 20px; } }
  #toppage #zone_qa .sec {
    max-width: 1200px;
    margin: auto;
    border-top: 1px solid #00508C; }
    @media screen and (max-width: 950px) {
      #toppage #zone_qa .sec {
        margin: 0 20px; } }
    #toppage #zone_qa .sec dl {
      border-bottom: 1px solid #00508C;
      font-size: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_qa .sec dl {
          font-size: 14px; } }
      #toppage #zone_qa .sec dl i {
        position: absolute;
        top: 28px;
        left: 50px;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 21px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_qa .sec dl i {
            top: 14px;
            left: 0px;
            width: 36px;
            height: 36px;
            font-size: 16px; } }
      #toppage #zone_qa .sec dl dt {
        position: relative;
        padding: 35px 120px;
        font-weight: 600;
        line-height: 1.8;
        cursor: pointer; }
        @media screen and (max-width: 950px) {
          #toppage #zone_qa .sec dl dt {
            padding: 20px 30px 20px 50px; } }
        #toppage #zone_qa .sec dl dt i {
          background-color: #00508C;
          font-weight: 400; }
        #toppage #zone_qa .sec dl dt::before {
          width: 3px;
          height: 20px;
          content: "";
          position: absolute;
          top: calc(50% - 9px);
          right: 58px;
          background-color: #00508C; }
          @media screen and (max-width: 950px) {
            #toppage #zone_qa .sec dl dt::before {
              width: 2px;
              height: 16px;
              top: calc(50% - 8px);
              right: 7px; } }
        #toppage #zone_qa .sec dl dt::after {
          width: 20px;
          height: 3px;
          content: "";
          position: absolute;
          top: calc(50% - 1px);
          right: 50px;
          background-color: #00508C; }
          @media screen and (max-width: 950px) {
            #toppage #zone_qa .sec dl dt::after {
              width: 16px;
              height: 2px;
              top: calc(50% - 1px);
              right: 0px; } }
        #toppage #zone_qa .sec dl dt.active::before {
          opacity: 0; }
      #toppage #zone_qa .sec dl dd {
        position: relative;
        padding: 35px 60px 35px 120px;
        border-top: 1px dotted #00508C;
        color: #000A32;
        line-height: 1.8;
        display: none; }
        @media screen and (max-width: 950px) {
          #toppage #zone_qa .sec dl dd {
            padding: 20px 0px 20px 50px; } }
        #toppage #zone_qa .sec dl dd i {
          background-color: #E8791E; }
    #toppage #zone_qa .sec .set {
      color: #000A32;
      margin-top: 70px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_qa .sec .set {
          margin-top: 50px; } }
      #toppage #zone_qa .sec .set .t1 {
        font-size: 10px;
        line-height: 1.5;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 5px; }

.image-compare-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  /* 縦スクロールを有効にする */
  pointer-events: auto;
  /* タッチイベントを有効化 */ }

#clinic #zone1 {
  max-width: 1040px;
  margin: auto;
  margin-bottom: 100px;
  padding: 0 20px; }
  @media screen and (max-width: 950px) {
    #clinic #zone1 {
      margin-bottom: 50px; } }
  #clinic #zone1 .map {
    max-width: 800px;
    margin: auto; }
    #clinic #zone1 .map a:hover {
      opacity: 1; }
    #clinic #zone1 .map .st2 {
      fill: #d4b0d2;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st2:hover {
        fill: #ad73b3; }
    #clinic #zone1 .map .st3 {
      fill: #b1b8d9;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st3:hover {
        fill: #737cbf; }
    #clinic #zone1 .map .st7 {
      fill: #b1e2ee;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st7:hover {
        fill: #79cce9; }
    #clinic #zone1 .map .st10 {
      fill: #8cd5c1;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st10:hover {
        fill: #52be95; }
    #clinic #zone1 .map .st5 {
      fill: #dbea91;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st5:hover {
        fill: #bfd45e; }
    #clinic #zone1 .map .st12 {
      fill: #f5cca6;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st12:hover {
        fill: #f2a35e; }
    #clinic #zone1 .map .st11 {
      fill: #f1e780;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st11:hover {
        fill: #e1cf4d; }
    #clinic #zone1 .map .st9 {
      fill: #eca9bc;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #clinic #zone1 .map .st9:hover {
        fill: #d86283; }
    #clinic #zone1 .map .st14 {
      fill: #00508c; }
    #clinic #zone1 .map .st8 {
      fill: #fff; }
    #clinic #zone1 .map .st0, #clinic #zone1 .map .st1 {
      fill: none; }
    #clinic #zone1 .map .st1 {
      stroke: #00508c;
      stroke-width: 2px; }
    #clinic #zone1 .map .st4 {
      isolation: isolate;
      pointer-events: none; }
    #clinic #zone1 .map .st6 {
      -webkit-clip-path: url(#clippath-1);
      clip-path: url(#clippath-1); }
    #clinic #zone1 .map .st13 {
      -webkit-clip-path: url(#clippath);
      clip-path: url(#clippath); }
  @media screen and (max-width: 950px) {
    #clinic #zone1 .select {
      margin-top: 30px;
      font-size: 16px; } }

#clinic #zone2 {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding-top: 110px;
  margin-top: -100px; }
  @media screen and (max-width: 950px) {
    #clinic #zone2 {
      padding-top: 70px;
      margin-top: -60px; } }
  #clinic #zone2 h3 {
    position: relative;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 6px solid #00508C;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 950px) {
      #clinic #zone2 h3 {
        font-size: 22px;
        border-bottom: 3px solid #00508C; } }
  #clinic #zone2 .in {
    max-width: 1150px;
    margin: auto; }
    #clinic #zone2 .in h4 {
      font-size: 24px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 950px) {
        #clinic #zone2 .in h4 {
          font-size: 18px; }
          #clinic #zone2 .in h4 span {
            margin: 10px 0; } }
      #clinic #zone2 .in h4 i {
        font-size: 50px;
        font-weight: 200;
        color: #81a8c6;
        margin-right: 20px;
        text-transform: uppercase; }
        @media screen and (max-width: 950px) {
          #clinic #zone2 .in h4 i {
            font-size: 35px;
            margin-right: 15px; } }
    #clinic #zone2 .in .noclinic {
      color: #4f4f4f;
      text-align: center;
      font-size: 20px;
      margin: 150px 0 200px;
      line-height: 1.5; }
      @media screen and (max-width: 950px) {
        #clinic #zone2 .in .noclinic {
          font-size: 15px;
          margin: 50px 0 80px;
          text-align: left; } }
    #clinic #zone2 .in ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 50px; }
      #clinic #zone2 .in ul li {
        position: relative;
        width: 48%;
        background-color: #EBF5FF;
        box-shadow: 7px 7px 0px #cae8ff;
        padding: 30px 50px;
        margin-bottom: 50px; }
        @media screen and (max-width: 950px) {
          #clinic #zone2 .in ul li {
            width: 100%;
            padding: 20px;
            margin-bottom: 30px; } }
        #clinic #zone2 .in ul li::before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          width: 70px;
          height: 70px;
          background-color: #00508C;
          -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0); }
          @media screen and (max-width: 950px) {
            #clinic #zone2 .in ul li::before {
              width: 40px;
              height: 40px; } }
        #clinic #zone2 .in ul li .t1 {
          font-size: 22px;
          padding-bottom: 15px;
          border-bottom: 3px solid #00508C;
          text-align: center;
          margin-bottom: 15px; }
          @media screen and (max-width: 950px) {
            #clinic #zone2 .in ul li .t1 {
              font-size: 18px; } }
        #clinic #zone2 .in ul li .t2 {
          line-height: 1.5;
          margin-bottom: 10px; }
        #clinic #zone2 .in ul li .t3 {
          font-size: 20px;
          margin-bottom: 25px; }
          @media screen and (max-width: 950px) {
            #clinic #zone2 .in ul li .t3 {
              font-size: 16px; } }
        #clinic #zone2 .in ul li .set {
          max-width: 300px;
          margin: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; }
          @media screen and (max-width: 950px) {
            #clinic #zone2 .in ul li .set {
              max-width: 250px; } }
          #clinic #zone2 .in ul li .set a {
            width: 80px;
            display: block;
            border-radius: 10px;
            margin: 0 10px; }
            @media screen and (max-width: 950px) {
              #clinic #zone2 .in ul li .set a {
                width: 70px;
                margin: 0 5px; } }
          #clinic #zone2 .in ul li .set .b1 {
            background-color: #E8791E; }
          #clinic #zone2 .in ul li .set .b2 {
            background-color: #00508C; }
          #clinic #zone2 .in ul li .set .b3 {
            background-color: #0B9ADB; }

.title {
  background: -webkit-radial-gradient(0px 0px farthest-corner, #006498 0%, #1F2143 100%);
  background: radial-gradient(farthest-corner at 0px 0px, #006498 0%, #1F2143 100%);
  height: 400px;
  color: #ffffff;
  padding: 150px 20px 0; }
  @media screen and (max-width: 950px) {
    .title {
      height: 200px;
      padding-top: 80px; } }
  .title h1 {
    text-align: center;
    font-size: 24px; }
    @media screen and (max-width: 950px) {
      .title h1 {
        font-size: 12px; } }
    .title h1 b {
      display: block;
      font-weight: 100;
      font-size: 100px; }
      @media screen and (max-width: 950px) {
        .title h1 b {
          font-size: 40px; } }
    .title h1 i {
      display: block;
      margin-top: 1.2em; }

#notfound #zone1 {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 40px; }
  #notfound #zone1 .btn {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

#privacy #zone1 {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px; }
  #privacy #zone1 dl {
    margin-top: 60px; }
    @media screen and (max-width: 950px) {
      #privacy #zone1 dl {
        font-size: 14px; } }
    #privacy #zone1 dl dt {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1.5; }
      @media screen and (max-width: 950px) {
        #privacy #zone1 dl dt {
          font-size: 16px; } }
    #privacy #zone1 dl dd {
      line-height: 2; }
      #privacy #zone1 dl dd a {
        font-weight: bold;
        text-decoration: underline; }

#contact #zone1 {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px; }
  #contact #zone1 .in {
    max-width: 900px;
    margin: auto; }
  #contact #zone1 .btn {
    margin-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    #contact #zone1 .btn .btn1 {
      font-style: normal; }
  #contact #zone1 dl {
    margin-bottom: 50px;
    font-size: 18px; }
    @media screen and (max-width: 950px) {
      #contact #zone1 dl {
        margin-bottom: 30px;
        font-size: 16px; } }
    #contact #zone1 dl dt {
      padding-bottom: 10px; }
      #contact #zone1 dl dt i {
        color: #fff;
        margin-left: 1em;
        font-size: 15px;
        background-color: #E8791E;
        border-radius: 15px;
        padding: 0 1em; }
        @media screen and (max-width: 950px) {
          #contact #zone1 dl dt i {
            font-size: 12px; } }
  #contact #zone1 .textarea1 {
    width: 100%;
    border: 1px solid #999999;
    height: 60px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    color: #333; }
  #contact #zone1 textarea {
    width: 100%;
    border: 1px solid #999999;
    height: 300px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    color: #333; }
  #contact #zone1 .wpcf7-list-item {
    display: block;
    vertical-align: middle;
    margin: 0; }
    #contact #zone1 .wpcf7-list-item.first {
      margin-right: 30px; }
  #contact #zone1 .wpcf7-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.2em; }
  #contact #zone1 .out {
    margin-top: 10px;
    color: #f00; }
  #contact #zone1 .privacy {
    max-width: 750px;
    margin: auto;
    padding-top: 60px; }
    #contact #zone1 .privacy a {
      text-decoration: underline; }
    #contact #zone1 .privacy .check {
      font-size: 18px;
      margin-top: 30px;
      position: relative; }
      #contact #zone1 .privacy .check span {
        cursor: pointer; }
      @media screen and (max-width: 950px) {
        #contact #zone1 .privacy .check {
          font-size: 16px; } }
  #contact #zone1 #submit[disabled] {
    opacity: 0.2; }
    #contact #zone1 #submit[disabled]:hover {
      opacity: 0.2; }
  #contact #zone1 .t1 {
    max-width: 850px;
    margin: auto;
    font-size: 21px;
    line-height: 2; }
    @media screen and (max-width: 950px) {
      #contact #zone1 .t1 {
        font-size: 14px; } }
  #contact #zone1 .confirm dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    #contact #zone1 .confirm dl dt {
      width: 300px; }
      @media screen and (max-width: 950px) {
        #contact #zone1 .confirm dl dt {
          width: 100%; } }
    #contact #zone1 .confirm dl dd {
      width: calc(100% - 300px); }
      @media screen and (max-width: 950px) {
        #contact #zone1 .confirm dl dd {
          width: 100%;
          margin-top: 10px; } }

#contact .subject {
  display: none; }

@media screen and (max-width: 950px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #00508C; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 30px;
    height: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 28.28px;
    left: 5px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.7854rad) translateY(-50%);
    -ms-transform: rotate(0.7854rad) translateY(-50%);
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.7854rad) translateY(-50%);
    -ms-transform: rotate(-0.7854rad) translateY(-50%);
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #ffffff; }
  #menubtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 50px;
    cursor: pointer; }
  #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    overflow-y: auto;
    background: -webkit-radial-gradient(0px 0px farthest-corner, #ffffff 0%, #96D2FF 100%);
    background: radial-gradient(farthest-corner at 0px 0px, #ffffff 0%, #96D2FF 100%); }
    #menu.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 99; }
    #menu .in {
      padding: 80px 20px 50px;
      width: 100%; }
    #menu .nav > li {
      border-bottom: 2px solid #00508C; }
      #menu .nav > li a, #menu .nav > li p {
        display: block;
        padding: 20px 5px;
        color: #00508C;
        font-size: 20px; }
      #menu .nav > li .acobtn {
        position: relative; }
        #menu .nav > li .acobtn::before {
          width: 2px;
          height: 16px;
          content: "";
          position: absolute;
          top: calc(50% - 8px);
          right: 17px;
          background-color: #00508C; }
        #menu .nav > li .acobtn::after {
          width: 16px;
          height: 2px;
          content: "";
          position: absolute;
          top: calc(50% - 1px);
          right: 10px;
          background-color: #00508C; }
        #menu .nav > li .acobtn.active::before {
          opacity: 0; }
      #menu .nav > li .subnav {
        display: none;
        border-top: 1px dotted #00508C;
        padding: 10px 0; }
        #menu .nav > li .subnav a {
          font-size: 16px;
          padding: 10px 5px; }
    #menu .btn {
      margin-top: 30px; }
      #menu .btn a {
        width: 200px;
        margin: auto;
        padding: 12px 0 14px;
        border: 1px solid #00508C;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        border-radius: 50px;
        font-size: 20px; }
  header.active.on {
    background-color: rgba(255, 255, 255, 0); }
  header.active .hm_button .hm_bar {
    background-color: #00508C; }
  header.active a {
    color: #00508C; }
  header.active svg {
    fill: #00508C; }
  #toppage header .hm_button .hm_bar {
    background-color: #00508C; }
  #toppage header.active.on {
    background-color: rgba(255, 255, 255, 0); } }

@media print, screen and (min-width: 951px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #00508C;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #00508C; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=style.css.map */
