body {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  color: #666;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.Inner {
  width: 1080px;
}
.Inner.w-800 {
  width: 800px;
}

#headerInner {
  padding-left: 0;
  padding-right: 0;
}

nav.global-menu {
  background: #062e51;
}

nav ul {
  justify-content: center;
  padding: 18px 0;
}

nav ul li {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-color: #fff;
}

nav ul li a {
  color: #fff;
}

nav ul li:first-of-type {
  border-left: none;
}

nav ul li:last-child {
  border-right: none;
}

#mv {
  background: url(../images/main-visual_bg.jpg) center center repeat-x;
  background-size: cover;
  padding-top: 20px;
  margin-top: 51px;
}
#mv .Inner {
  position: relative;
}
#mv .Inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#mv .Inner img:nth-child(1) {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#banner {
  color: #062e51;
  background-image: url(../images/banner_bg.jpg);
}

#banner ul li .tel a, #banner ul li .tel a:hover {
  font-size: 48px;
  color: #062e51 !important;
}

#banner .Inner {
  padding-top: 20px;
}

#banner .Inner p {
  color: #062e51;
  padding-bottom: 20px;
}

#sec07 .Inner .doctor h4 {
  background: #0389cd;
}

footer dl {
  flex-wrap: wrap;
  padding-bottom: 50px;
}

footer dl dt {
  width: 100px;
  color: #464646;
  font-size: 18px;
  border-color: #000;
  margin-right: 0;
  padding-bottom: 15px;
}
footer dl dt:last-child {
  padding-bottom: 0;
}

footer dl dd {
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-bottom: 15px;
}

footer dl dd p {
  font-size: 18px;
}

footer dl dd p a {
  color: #0389cd;
}

footer dl dd span {
  display: block;
  margin-top: -20px;
  font-family: serif;
}

.color-blue {
  color: #0389cd;
}

.section h2 {
  position: relative;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  background: #263950;
  padding: 15px 20px 18px;
  letter-spacing: 0.075em;
}
.section h2:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #263950 transparent transparent transparent;
  transform: rotate(0deg);
}
.section h2 span {
  font-size: 18px;
  padding-left: 5px;
}

.section-1 {
  padding-top: 30px;
  padding-bottom: 70px;
  background: #263950;
}
.section-1 h2 {
  margin-bottom: 50px;
}
.section-1 .plans-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-1 .plans-list li {
  max-width: 50%;
  margin-bottom: 20px;
}
.section-1 .plans-list li img {
  max-width: 100%;
  height: auto;
}
.section-1 .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 420px;
  height: 80px;
  background: #0a79b4;
  border: 2px solid #fff;
  margin: 40px auto 0;
  text-decoration: none;
}
.section-1 .btn span {
  font-size: 18px;
}
.section-1 .btn i {
  position: absolute;
  right: 20px;
  font-style: normal;
}
.section-1 .note {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-2 .yag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 60px;
}
.section-2 .yag-list li {
  max-width: 33.3%;
  padding-left: 25px;
  padding-right: 25px;
}
.section-2 .yag-list li:nth-of-type(2) .content {
  background: #70b2ce;
}
.section-2 .yag-list li:nth-of-type(3) .content {
  background: #e3a262;
}
.section-2 .yag-list li .content {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 40px;
  background: #e0706f;
  height: 180px;
}
.section-2 .yag-list li .content h3 {
  color: #fff;
  font-size: 24px;
}
.section-2 .yag-list li .content p {
  color: #fff;
  font-size: 15px;
  padding-bottom: 0;
}
.section-2 img {
  display: block;
  margin: 0 auto 70px;
}
.section-2 .laser-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
}
.section-2 .laser-list li {
  max-width: 33.3%;
  padding-left: 25px;
  padding-right: 25px;
}
.section-2 .laser-list li .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #263950;
}
.section-3 .plans-list {
  display: flex;
  margin: 40px -5px 60px;
}
.section-3 .plans-list li {
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.section-3 .plans-list li .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.section-3 .img800 {
  display: block;
  margin: 40px auto;
}
.section-3 .reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.section-3 .reason-list li {
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.section-3 .reason-list li:nth-of-type(4) .content img {
  bottom: 20px;
}
.section-3 .reason-list li:nth-of-type(8) .content {
  background-image: url(../images/reason_bg_02.png);
  height: 160px;
}
.section-3 .reason-list li:nth-of-type(8) .content:nth-of-type(2) {
  background-image: url(../images/reason_bg_03.png);
  height: 130px;
  margin-top: 10px;
}
.section-3 .reason-list li:nth-of-type(8) .content:nth-of-type(3) {
  margin-top: 20px;
}
.section-3 .reason-list li .content {
  position: relative;
  background: url(../images/reason_bg_01.png) center center no-repeat;
  width: 380px;
  height: 480px;
}
.section-3 .reason-list li .content .number {
  display: block;
  color: #263950;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.section-3 .reason-list li .content h3 {
  color: #273951;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;
}
.section-3 .reason-list li .content p {
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 20px 0;
}
.section-3 .reason-list li .content img {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#sec07 h4 {
  padding-top: 10px;
  padding-bottom: 12px;
}

@media screen and (min-width: 640px) {
  nav.is-scroll {
    top: 0 !important;
  }
  nav.global-menu {
    top: 94px;
  }
  #mv {
    margin-top: 43px;
  }
}
@media screen and (max-width: 640px) {
  #headerInner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #banner {
    background-size: cover;
  }
  .mv-sp {
    background: url(../images/main-visual_bg.jpg) center center repeat-x;
    background-size: cover;
  }
  .Inner {
    width: 100% !important;
  }
  .section-1 .plans-list li {
    max-width: 100%;
  }
  .section-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-1 .btn {
    width: 100%;
  }
  .section-2 .yag-list {
    margin-left: 0;
    margin-right: 0;
  }
  .section-2 .yag-list li {
    max-width: 100%;
  }
  .section-2 .laser-list {
    margin-left: 0;
    margin-right: 0;
  }
  .section-2 .laser-list li {
    max-width: 100%;
  }
  .section-3 .plans-list {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .section-3 .plans-list li {
    max-width: 50%;
    padding: 0;
  }
  .section-3 .img800 {
    max-width: 100%;
    height: auto;
  }
  .section-3 .reason-list {
    margin-left: 0;
    margin-right: 0;
  }
  .section-3 .reason-list li {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer dl dd {
    width: 100%;
    padding-left: 0;
  }
}/*# sourceMappingURL=mens.css.map */