@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Oswald&display=swap);

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

body {
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.07em;
  height: 100%;
  word-break: break-all;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner-s {
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 63px;
  }

  .inner,
  .inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
  }

  img {
    width: 100%;
  }

  main {
    margin-top: 0px !important;
  }
}

/*--- link ---*/
a {
  color: #333;
}

a:link,
a:hover,
a:active,
a:focus {
  border: none;
  text-decoration: none;
}

header {
  padding: 15px 0;
  background-color: #fff;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .inner nav ul li {
  margin-left: 30px;
}

header .inner nav ul li:first-child {
  margin-left: 0px;
}

header .inner nav ul li.current a span:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header .inner nav ul li a {
  font-size: 13px;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  color: #666666 !important;
}

header .inner nav ul li a span {
  display: inline-block;
  line-height: 1;
  position: relative;
}

header .inner nav ul li a span:after {
  content: '';
  height: 2px;
  width: 110%;
  background-color: #daf3b6;
  position: absolute;
  bottom: -5px;
  left: -5%;
  border-radius: 6px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s all;
  transition: .5s all;
}

header .inner nav ul li a:hover span:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #f7f7f7;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 0px;
  }

  header .inner {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  header .inner h1 {
    margin-left: 3%;
    margin-bottom: 15px;
  }

  header .inner h1 img {
    width: auto;
  }

  header .inner nav {
    margin-left: 0px;
    display: none;
    background-color: #f8f8f8;
    padding: 10px 0;
  }

  header .inner nav ul {
    display: block;
  }

  header .inner nav ul li {
    margin-left: 0px;
  }

  header .inner nav ul li:first-child {
    margin-left: 0px;
  }

  header .inner nav ul li a {
    font-size: 14px;
    white-space: nowrap;
    line-height: 1;
    display: block;
    padding: 10px 10px 10px 40px;
    position: relative;
    color: #333 !important;
  }

  header .inner nav ul li a:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #cfcfcf;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -1px;
  }

  header .inner nav ul li a span {
    display: inline-block;
    line-height: 1;
    position: relative;
  }

  header .inner nav ul li a span:after {
    display: none;
  }

  header .menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 9997;
    cursor: pointer;
  }

  header .menu:after {
    content: '';
    background-color: #fff;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27.5px 0 0 -24px;
    z-index: -1;
  }

  header .menu .menu-trigger,
  header .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header .menu .menu-trigger {
    position: relative;
    width: 24px;
    height: 20px;
  }

  header .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #477219;
  }

  header .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  header .menu .menu-trigger span:nth-of-type(2) {
    top: 8.5px;
  }

  header .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  header .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }

  header .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
}

footer {
  padding: 40px 30px;
  background-color: #fafcf8;
  text-align: center;
}

footer h2 {
  margin-bottom: 15px !important;
}

footer .lead {
  color: #404e31;
  font-size: 12px;
  margin-bottom: 20px;
}

/* footer .info {
  margin-bottom: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
} */

footer .info p {
  margin-left: 20px;
}

footer .copy {
  font-size: 10px;
  color: #929e80;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 3%;
  }

  footer h2 {
    margin-bottom: 15px !important;
  }

  footer h2 img {
    width: 80%;
  }

  footer .lead {
    font-size: 12px;
    margin-bottom: 20px;
  }

  footer .info {
    margin-bottom: 30px;
    display: inline-block;
    text-align: left;
    width: 80%;
  }

  footer .info a {
    display: inline-block;
    width: 70%;
  }

  footer .info p {
    margin-left: 0;
    margin-top: 5px;
    width: 95%;
  }

  footer .copy {
    font-size: 9px;
    line-height: 1.2;
  }
}

#pageTop {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop:after {
  content: '';
  background-color: #ffa600;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

#pageTop:before {
  content: '';
  background: url(../../common/images/btntop.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -7.5px;
  z-index: 2;
  -webkit-transition: .5s all;
  transition: .5s all;
}

#pageTop:hover:before {
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  #pageTop {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }

  #pageTop:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}

#modal {
  position: absolute;
  top: 0;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  z-index: 9999;
  display: none;
  background-color: #fff;
  padding: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
}

#modal .close {
  background: url(../images/close.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 0;
}

#modal h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1d4780;
}

#modal .text figure {
  float: right;
  margin-left: 30px;
  width: 35%;
}

#modal .text figure img {
  width: 100%;
}

#modal .text .lead {
  font-size: 16px;
}

#modal .text .lead span {
  display: inline-block;
  background-color: #1d4780;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
}

#modal .text .lead span strong {
  font-size: 20px;
}

#modal .text dl {
  clear: both;
  padding-top: 40px;
}

#modal .text dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}

#modal .text dl dd {
  margin-bottom: 15px;
}

#bnr {
  position: fixed;
  right: -2px;
  top: 70px;
  z-index: 999;
}

#bnr li {
  margin-top: 10px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

#bnr li:hover {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

@media screen and (max-width: 767px) {
  #bnr {
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }

  #bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #bnr li {
    margin-top: 10px;
    width: 50%;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  #bnr li img {
    width: 100%;
  }
}

#breadcrumb {
  margin: 20px 0 40px;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb ul li {
  font-size: 12px;
  position: relative;
  padding-left: 1em;
  line-height: 1;
  margin-left: 0.5em;
  color: #999;
}

#breadcrumb ul li a {
  color: #999;
  text-decoration: underline;
}

#breadcrumb ul li a:hover {
  text-decoration: none;
}

#breadcrumb ul li:before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
}

#breadcrumb ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#breadcrumb ul li:first-child:before {
  display: none;
}

/*---------------------------
		clearfix
----------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: inline-block;
  }

  .sp_none {
    display: none;
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  main img {
    width: 100%;
    height: auto;
  }
}

.anime {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.anime.active2 {
  opacity: 1;
}

#top h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  color: #666;
}

#top #mv {
  height: 560px;
  position: relative;
  /*background: url(../images/top/mv.jpg) no-repeat 50% 50%;
		background-size: cover;*/
}

#top #mv .info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

#top #mv .info p {
  margin-left: 20px;
}

#top #mv ul li {
  height: 560px;
}

#top #mv .inner {
  position: relative;
}

#top #mv .inner img {
  position: absolute;
  bottom: 25px;
  left: 70%;
  width: 35%;
}

#top #news {
  padding: 60px 0 80px;
  background-color: #f5f5f5;
}

#top #news h2 {
  margin-bottom: -20px;
}

#top #news h2:after {
  content: '';
  background: url(../images/obj1.png) no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  z-index: -1;
}

#top #news .btn-list {
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  z-index: 20;
}

#top #news .btn-list a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  line-height: 1;
}

#top #news .btn-list a:after {
  content: '';
  background: url(../images/arrow1.png) no-repeat;
  width: 20px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#top #news .btn-list a:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

#top #news .box {
  height: 300px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

#top #news .bnr {
  text-align: center;
  margin-bottom: 80px;
}

#top #agree {
  padding: 80px 0 100px;
}

#top #agree h2:after {
  content: '';
  background: url(../images/obj4.png) no-repeat;
  width: 38px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -19px;
  z-index: -1;
}

#top #agree .text li {
  position: relative;
  margin-bottom: 60px;
}

#top #agree .text li:last-child {
  margin-bottom: 0px;
  text-align: right;
}

#top #agree .text li:last-child article {
  right: auto;
  left: 0px;
  text-align: left;
  width: 560px;
}

#top #agree .text li article {
  position: absolute;
  bottom: 20px;
  left: 500px;
  background-color: #fdfffa;
  padding: 30px 40px;
  width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

#top #agree .text li article p {
  font-size: 15px;
}

#top #agree .text li article p.name {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

#top #agree .text li article p.name small {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
}

#top #agree .text li article p.lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#top #agree .text li article dd {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  margin-bottom: 5px;
}

#top #agree .text li article dd:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#top #agree .career {
  text-align: center;
  margin-top: 40px;
}

#top #agree .career h3 {
  font-size: 20px;
  color: #378813;
  margin-bottom: 30px;
}

#top #agree .career ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#top #agree .career ul li {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top #agree .career ul li article {
  text-align: left;
  margin-left: 20px;
  line-height: 1.6;
  font-size: 13px;
}

#top #agree .career ul li article .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #378813;
  line-height: 1.2;
}

#top #agree .career ul li article .note {
  position: relative;
  padding-left: 1.2em;
  font-size: 10px;
  margin-top: 10px;
}

#top #agree .career ul li article .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#top #medical {
  margin-bottom: 100px;
}

#top #medical h2:after {
  content: '';
  background: url(../images/obj2.png) no-repeat;
  width: 45px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -22.5px;
  z-index: -1;
}

#top #medical .lead {
  margin-bottom: 60px;
  text-align: center;
}

#top #medical .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#top #medical .btn-list li {
  width: 23.5%;
  text-align: center;
  height: 146px;
  line-height: 146px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

#top #medical .btn-list li:nth-child(1) {
  background: url(../images/top/thum1.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#top #medical .btn-list li:nth-child(2) {
  background: url(../images/top/thum2.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#top #medical .btn-list li:nth-child(3) {
  background: url(../images/top/thum3.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#top #medical .btn-list li:nth-child(4) {
  background: url(../images/top/thum4.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#top #medical .btn-list li:nth-child(5) {
  background: url(../images/top/thum5.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#top #medical h3 {
  text-align: center;
  font-size: 20px;
  color: #378813;
  margin-bottom: 30px;
}

#top #medical h3+p {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}

#top #medical .btn-detail {
  text-align: center;
}

#top #medical .btn-detail a {
  max-width: 330px;
  width: 100%;
  display: inline-block;
  background-color: #91d274;
  line-height: 1;
  padding: 19px 0;
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 0 #259c22;
  box-shadow: 0 3px 0 #259c22;
}

#top #medical .btn-detail a span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

#top #medical .btn-detail a span:after {
  content: '';
  background: url(../images/arrow3.png) no-repeat 0 0;
  width: 20px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#top #medical .btn-detail a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #259c22;
  box-shadow: 0 0px 0 #259c22;
}

#top #access {
  margin-bottom: 100px;
  padding-top: 90px;
  margin-top: -90px;
}

#top #access h2:after {
  content: '';
  background: url(../images/obj3.png) no-repeat;
  width: 31px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22.5px 0 0 -15.5px;
  z-index: -1;
}

#top #access .map {
  margin-bottom: 30px;
}

#top #access .map iframe {
  width: 100%;
  height: 360px;
}

#top #access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top #access ul li {
  width: 48%;
}

#top #access ul li .movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

#top #access ul li .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top #access ul li article {
  line-height: 1.6;
  color: #666;
}

#top #access ul li article p.adress {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
}

#top #access ul li article ul {
  display: block;
  margin: 10px 0 30px;
}

#top #access ul li article li {
  width: auto;
  padding-left: 1.5em;
  position: relative;
}

#top #access ul li article li:before {
  content: '→';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  #top #agree .text li:last-child {
    margin-bottom: -140px;
  }

  #top #agree .text li:last-child article {
    right: auto;
    left: 5%;
    bottom: auto;
    top: -140px;
    position: relative;
  }

  #top #agree .text li article {
    left: auto;
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  #top h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }

  #top #mv {
    height: 300px;
    position: relative;
    background: url(../images/top/mv.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  #top #mv .info {
    position: absolute;
    top: 10px;
    right: 3%;
    display: block;
    width: 60%;
  }

  #top #mv .info a img {
    width: 70%;
  }

  #top #mv .info p {
    margin-left: 0;
    margin-top: 5px;
  }

  #top #mv ul li {
    height: 250px;
  }

  #top #mv .inner {
    position: relative;
  }

  #top #mv .inner img {
    position: absolute;
    bottom: 5px;
    left: 53%;
    width: 45%;
  }

  #top #news {
    padding: 30px 0 50px;
    background-color: #f5f5f5;
  }

  #top #news h2 {
    margin-bottom: 0px;
  }

  #top #news h2:after {
    content: '';
    background: url(../images/obj1.png) no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17.5px 0 0 -17.5px;
    z-index: -1;
  }

  #top #news .btn-list {
    margin-bottom: 10px;
    text-align: right;
  }

  #top #news .btn-list a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    line-height: 1;
  }

  #top #news .btn-list a:after {
    content: '';
    background: url(../images/arrow1.png) no-repeat;
    width: 20px;
    height: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #top #news .box {
    padding: 20px 3%;
    height: 200px;
  }

  #top #news .bnr {
    text-align: center;
    margin-bottom: 20px;
  }

  #top #agree {
    padding: 50px 0 50px;
  }

  #top #agree .inner {
    padding: 0;
  }

  #top #agree .lead {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 3%;
  }

  #top #agree .text li {
    position: relative;
    margin-bottom: -20px;
  }

  #top #agree .text li:last-child {
    margin-bottom: 0px;
    text-align: right;
  }

  #top #agree .text li:last-child article {
    text-align: left;
    left: 0;
    width: 94%;
    top: -40px;
  }

  #top #agree .text li article {
    clear: both;
    position: relative;
    left: 6%;
    bottom: auto;
    top: -40px;
    padding: 15px;
    width: 94%;
  }

  #top #agree .text li article p {
    font-size: 13px;
  }

  #top #agree .text li article p.name {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
  }

  #top #agree .text li article p.name small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-right: 0px;
  }

  #top #agree .text li article p.lead {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #top #agree .career {
    text-align: center;
    margin-top: -10px;
    padding: 0 5%;
  }

  #top #agree .career h3 {
    font-size: 18px;
    color: #378813;
    margin-bottom: 20px;
  }

  #top #agree .career ul {
    display: block;
  }

  #top #agree .career ul li {
    width: 100%;
  }

  #top #agree .career ul li:first-child {
    margin-bottom: 20px;
  }

  #top #agree .career ul li figure {
    width: 120px;
  }

  #top #agree .career ul li article {
    margin-left: 10px;
    font-size: 12px;
    width: calc(100% - 130px);
  }

  #top #agree .career ul li article .name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #top #agree .career ul li article .note {
    position: relative;
    padding-left: 1.2em;
    font-size: 10px;
    margin-top: 10px;
  }

  #top #agree .career ul li article .note:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }

  #top #medical {
    margin-bottom: 50px;
  }

  #top #medical h2:after {
    content: '';
    background: url(../images/obj2.png) no-repeat;
    background-size: 38px;
    width: 38px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -19px;
    z-index: -1;
  }

  #top #medical .lead {
    margin-bottom: 30px;
    text-align: center;
  }

  #top #medical .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  #top #medical .btn-list li {
    width: 49%;
    margin-bottom: 1.5%;
    height: 120px;
    line-height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    /*&:nth-child(1),&:nth-child(2){
            width: 49%;
          }*/
  }

  #top #medical .btn-list li a {
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top #medical .btn-list li a.line2 {
    line-height: 1.4;
    padding-top: 30%;
  }

  #top #medical h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #top #medical h3+p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
  }

  #top #access {
    margin-bottom: 60px;
  }

  #top #access h2:after {
    content: '';
    background: url(../images/obj3.png) no-repeat;
    background-size: 25px;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -12.5px;
    z-index: -1;
  }

  #top #access .map {
    margin-bottom: 20px;
  }

  #top #access .map iframe {
    width: 100%;
    height: 360px;
  }

  #top #access ul {
    display: block;
  }

  #top #access ul li {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top #access ul li .movie {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }

  #top #access ul li .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #top #access ul li article {
    font-size: 12px;
  }

  #top #access ul li article p.adress {
    font-size: 14px;
  }

  #top #access ul li article ul {
    display: block;
    margin: 10px 0 20px;
  }
}

.lower #ttl {
  height: 220px;
  line-height: 220px;
}

.lower #ttl h2 {
  font-size: 26px;
  text-shadow: 0 0 4px #333;
  color: #fff;
}

.lower h2.ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  color: #32850e;
}

.lower h2.ttl:after {
  content: '';
  background: url(../images/obj2.png) no-repeat;
  width: 45px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -22.5px;
  z-index: -1;
}

.lower h3.ttl {
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  line-height: 1;
  color: #32850e;
  padding-left: 20px;
}

.lower h3.ttl:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #bcea86;
  z-index: -1;
}

.lower h3.ttl:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../images/obj5.png) no-repeat;
  z-index: -1;
  margin-top: -10px;
}

.lower h3.ttl span {
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  padding: 0 20px 0 10px;
}

.lower h3.ttl.gray {
  color: #666;
}

.lower h3.ttl.gray:after {
  background: #bdc3b6;
}

.lower h3.ttl.gray:before {
  background: url(../images/obj6.png) no-repeat;
}

.lower h3.ttl.gray span {
  background-color: #fafafa;
}

.lower .mb40 {
  margin-bottom: 40px;
}

.lower .block {
  clear: both;
  overflow: hidden;
}

.lower .area {
  margin-top: -90px;
  padding-top: 90px;
  margin-bottom: 40px;
  overflow: hidden;
}

.lower .area.visible {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .lower #ttl {
    height: 160px;
    line-height: 160px;
  }

  .lower #ttl h2 {
    font-size: 22px;
  }

  .lower h2.ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }

  .lower h2.ttl:after {
    content: '';
    background: url(../images/obj2.png) no-repeat;
    width: 45px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -22.5px;
    z-index: -1;
  }

  .lower h3.ttl {
    font-size: 18px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #32850e;
    padding-left: 20px;
    padding-right: 40px;
  }

  .lower h3.ttl:after {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    position: absolute;
    bottom: 4px;
    left: 30px;
    background: #bcea86;
    z-index: -1;
  }

  .lower h3.ttl:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/obj5.png) no-repeat;
    z-index: -1;
    margin-top: 0px;
  }

  .lower h3.ttl span {
    display: inline-block;
    line-height: 1.4;
    background-color: #fff;
    padding: 0 10px 0 10px;
  }

  .lower h3.ttl.gray {
    color: #666;
  }

  .lower h3.ttl.gray:after {
    background: #bdc3b6;
  }

  .lower h3.ttl.gray:before {
    background: url(../images/obj6.png) no-repeat;
  }

  .lower h3.ttl.gray span {
    background-color: #fafafa;
  }

  .lower .mb40 {
    margin-bottom: 20px;
  }

  .lower .area {
    margin-top: -90px;
    padding-top: 90px;
    margin-bottom: 20px;
    overflow: hidden;
  }
}

#news-list #ttl {
  background: url(../images/news/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news-list #news {
  padding: 10px 0 100px;
  background-color: #f7f7f7;
}

#news-list #news .btn-list {
  margin-bottom: 20px;
  text-align: right;
}

#news-list #news .btn-list a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  line-height: 1;
}

#news-list #news .btn-list a:after {
  content: '';
  background: url(../images/arrow1.png) no-repeat;
  width: 20px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#news-list #news .box {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  #news-list #news {
    padding: 10px 0 60px;
  }

  #news-list #news .box {
    padding: 3%;
  }
}

#clinic #ttl {
  background: url(../images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#clinic #pain h3+p {
  font-size: 16px;
  margin-bottom: 60px;
  padding-left: 30px;
}

#clinic #pain .block {
  margin-bottom: 60px;
}

#clinic #pain .block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfff8;
  padding: 20px;
  margin-bottom: 20px;
}

#clinic #pain .block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  padding: 20px 40px;
  color: #2c4213;
}

#clinic #pain .block dl dt span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  z-index: 1;
}

#clinic #pain .block dl dt span:after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #9de280;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

#clinic #pain .block dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}

#clinic #pain .block dl dd li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}

#clinic #pain .block dl dd li:last-child {
  margin-bottom: 0px;
}

#clinic #pain .block dl dd li:before {
  content: '⇒';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.7em;
}

#clinic #pain .block p {
  font-size: 18px;
}

#clinic #pain .block2 {
  overflow: hidden;
  margin-bottom: 40px;
  padding-left: 30px;
}

#clinic #pain .block2 figure {
  text-align: center;
  margin: 30px 0;
}

#clinic #pain .block2 figure img {
  width: 80%;
}

#clinic #pain .block2 p {
  font-size: 16px;
}

#clinic #pain h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #32850e;
}

#clinic #pain .list1 {
  text-align: center;
  margin-bottom: 60px;
}

#clinic #pain .list1 ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#clinic #pain .list1 ul li {
  width: 24%;
  font-size: 23px;
  font-weight: 700;
  margin-left: 10px;
}

#clinic #pain .list1 ul li:first-child {
  margin-left: 0px;
}

#clinic #pain .list1 ul li:first-child p {
  background: url(../images/clinic/arrow_down.png) no-repeat 50% 50% #fcfff8;
}

#clinic #pain .list1 ul li:nth-child(4) p {
  background: url(../images/clinic/arrow_down.png) no-repeat 50% 50% #fcfff8;
}

#clinic #pain .list1 ul li p {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0px;
  background: url(../images/clinic/arrow_up.png) no-repeat 50% 50% #fcfff8;
  border: 1px solid #e9fbd2;
}

#clinic #pain .list1 ul li small {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 5px 0;
}

#clinic #pain .block3 {
  margin: 0px 0 60px;
  text-align: center;
}

#clinic #pain .block3 dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  background-color: #fcfff8;
  padding: 20px;
}

#clinic #pain .block3 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  padding: 20px 40px;
  color: #2c4213;
}

#clinic #pain .block3 dl dt span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  z-index: 1;
}

#clinic #pain .block3 dl dt span:after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: #9de280;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

#clinic #pain .block3 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

#clinic #pain .block3 dl dd li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}

#clinic #pain .block3 dl dd li:last-child {
  margin-bottom: 0px;
}

#clinic #pain .block3 dl dd li:before {
  content: '⇒';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.7em;
}

#clinic #pain .block3 dl dd li small {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

#clinic #pain .important {
  font-size: 22px;
  text-align: center;
  line-height: 2.2;
  padding: 80px 0 120px;
  background: url(../images/clinic/bg.png) no-repeat 50% bottom;
  background-size: cover;
  color: #32850e;
  font-weight: 700;
  text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff;
}

@media screen and (max-width: 767px) {
  #clinic #pain h3+p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  #clinic #pain .block {
    margin-bottom: 30px;
  }

  #clinic #pain .block dl {
    padding: 3%;
  }

  #clinic #pain .block dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 20px;
    color: #2c4213;
  }

  #clinic #pain .block dl dt span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    z-index: 1;
    white-space: nowrap;
    line-height: 1.4;
  }

  #clinic #pain .block dl dt span:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #9de280;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }

  #clinic #pain .block dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
  }

  #clinic #pain .block p {
    font-size: 16px;
  }

  #clinic #pain .block2 {
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  #clinic #pain .block2 figure {
    margin: 20px 0;
  }

  #clinic #pain .block2 figure img {
    width: 100%;
  }

  #clinic #pain .block2 p {
    font-size: 16px;
  }

  #clinic #pain .list1 {
    text-align: center;
    margin-bottom: 30px;
  }

  #clinic #pain .list1 ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3%;
  }

  #clinic #pain .list1 ul li {
    width: 47%;
    font-size: 17px;
    font-weight: 700;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  #clinic #pain .list1 ul li:first-child {
    margin-left: 3%;
  }

  #clinic #pain .list1 ul li:first-child p {
    background: url(../images/clinic/arrow_down.png) no-repeat 50% 50% #fcfff8;
    background-size: 90%;
  }

  #clinic #pain .list1 ul li:nth-child(4) p {
    background: url(../images/clinic/arrow_down.png) no-repeat 50% 50% #fcfff8;
    background-size: 90%;
  }

  #clinic #pain .list1 ul li p {
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0px;
    background: url(../images/clinic/arrow_up.png) no-repeat 50% 50% #fcfff8;
    background-size: 90%;
  }

  #clinic #pain .list1 ul li small {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 5px 0;
  }

  #clinic #pain .block3 {
    margin: 0px 0 30px;
    text-align: center;
  }

  #clinic #pain .block3 dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    background-color: #fcfff8;
    padding: 3%;
  }

  #clinic #pain .block3 dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 20px;
    color: #2c4213;
    white-space: nowrap;
    text-align: center;
    line-height: 1.4;
  }

  #clinic #pain .block3 dl dt span {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    z-index: 1;
  }

  #clinic #pain .block3 dl dt span:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #9de280;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
  }

  #clinic #pain .block3 dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
  }

  #clinic #pain .block3 dl dd li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
  }

  #clinic #pain .block3 dl dd li:last-child {
    margin-bottom: 0px;
  }

  #clinic #pain .block3 dl dd li:before {
    content: '⇒';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.7em;
  }

  #clinic #pain .block3 dl dd li small {
    display: block;
    font-weight: 500;
    font-size: 14px;
  }

  #clinic #pain .important {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    padding: 40px 3% 60px;
  }
}

#consultation #ttl {
  background: url(../images/consultation/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#consultation #guide {
  margin-bottom: 100px;
}

#consultation #guide h3+p {
  font-size: 18px;
  margin-bottom: 40px;
  padding-left: 30px;
}

#consultation #guide .block-list {
  text-align: center;
  margin: 0 0 60px;
}

#consultation #guide .block-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#consultation #guide .block-list ul li {
  background-color: #fbfff8;
  border: 2px solid #9de280;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  font-size: 16px;
  position: relative;
  margin-left: 55px;
}

#consultation #guide .block-list ul li:first-child {
  margin-left: 0px;
}

#consultation #guide .block-list ul li:last-child:after {
  display: none;
}

#consultation #guide .block-list ul li:after {
  content: '';
  background: url(../images/consultation/arrow1.png) no-repeat;
  width: 40px;
  height: 160px;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -80px;
}

#consultation #guide .block-list ul li:nth-child(2):after {
  content: '';
  background: url(../images/consultation/arrow2.png) no-repeat;
}

#consultation #guide .block-list2 {
  margin: 0 0 60px;
}

#consultation #guide .block-list2 li {
  background-color: #fbfff8;
  border: 2px solid #9de280;
  margin-bottom: 70px;
  position: relative;
}

#consultation #guide .block-list2 li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#consultation #guide .block-list2 li figure {
  width: 250px;
}

#consultation #guide .block-list2 li figure img {
  width: 250px;
}

#consultation #guide .block-list2 li:after {
  position: absolute;
  left: 50%;
  bottom: -60px;
}

#consultation #guide .block-list2 li:nth-child(1):after {
  content: '';
  background: url(../images/consultation/arrow1_sp.png) no-repeat;
  width: 160px;
  height: 40px;
  margin-left: -80px;
}

#consultation #guide .block-list2 li:nth-child(2):after {
  content: '';
  background: url(../images/consultation/arrow2_sp.png) no-repeat;
  width: 160px;
  height: 40px;
  margin-left: -80px;
}

#consultation #guide .block-list2 li:nth-child(3) {
  margin-bottom: 0px;
}

#consultation #guide .block-list2 article {
  padding: 10px 40px;
  font-size: 17px;
}

#consultation #guide .btn-about {
  text-align: center;
  margin-bottom: 50px;
}

#consultation #guide .btn-about a {
  display: inline-block;
  background-color: #91d274;
  line-height: 1;
  padding: 25px 35px;
  color: #fff;
  font-size: 20px;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 0 #259c22;
  box-shadow: 0 3px 0 #259c22;
}

#consultation #guide .btn-about a span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

#consultation #guide .btn-about a span:after {
  content: '';
  background: url(../images/arrow3.png) no-repeat 0 0;
  width: 20px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#consultation #guide .btn-about a:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #259c22;
  box-shadow: 0 0px 0 #259c22;
}

#consultation #guide .timetable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#consultation #guide .timetable dl dt .pc_none {
  display: none;
}

#consultation #guide .timetable dl dt .sp_none {
  display: block;
}

#consultation #guide .timetable dl dd {
  margin-left: 20px;
}

#consultation #guide .timetable dl dd h4 {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}

#consultation #guide .timetable dl dd h4:before {
  content: '';
  height: 2px;
  width: 20px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

#consultation #guide .timetable dl dd h4+p {
  font-size: 16px;
  margin-bottom: 10px;
}

#consultation #guide .timetable dl dd ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
}

#consultation #guide .timetable dl dd ul li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#consultation #guide .timetable table {
  width: 100% !important;
}

#consultation #guide .timetable table th,
#consultation #guide .timetable table td {
  padding: 18px 23px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.4;
}

#consultation #guide .timetable table th.head,
#consultation #guide .timetable table td.head {
  background-color: #9de280;
  color: #fff;
}

#consultation #guide .timetable table th {
  background-color: #eaffd1;
  font-weight: 700;
}

#consultation #guide .timetable table td {
  background-color: #f9fff2;
}

#consultation #guide .timetable table tr.head th,
#consultation #guide .timetable table tr.head td {
  background-color: #9de280;
  color: #fff;
  font-weight: 700;
}

#consultation #intro {
  margin-bottom: 100px;
  margin-top: -90px;
  padding-top: 90px;
}

#consultation #intro h3+p {
  font-size: 18px;
  margin-bottom: 40px;
  padding-left: 30px;
}

#consultation #intro .pic-list {
  margin-bottom: 40px;
}

#consultation #intro .pic-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-bottom: -20px;
}

#consultation #intro .pic-list ul li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 20px;
}

#consultation #intro .pic-list ul li img {
  width: 100%;
}

#consultation #intro .pic-list ul li article {
  margin-top: 10px;
}

#consultation #intro .pic-list ul li article h4 {
  font-size: 16px;
}

#consultation #intro .box {
  padding: 30px;
  background-color: #f5f5f5;
}

#consultation #intro .box .pic-list {
  margin-bottom: 40px;
}

#consultation #intro .box .pic-list:last-of-type {
  margin-bottom: 0px;
}

#consultation #intro .box .pic-list ul li {
  width: 48.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#consultation #intro .box .pic-list ul li figure {
  width: 48%;
}

#consultation #intro .box .pic-list ul li article {
  width: 50%;
  margin-top: 0px;
}

#consultation #intro .box .pic-list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
}

#consultation #intro .box .pic-list ul li dl dt {
  background-color: #29720a;
  color: #fff;
  line-height: 1;
  padding: 5px 0;
  width: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
}

#consultation #intro .box .pic-list ul li dl dd {
  width: calc(100% - 50px);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #consultation #guide {
    margin-bottom: 50px;
  }

  #consultation #guide h3+p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  #consultation #guide .block-list {
    text-align: center;
    margin: 0 0 30px;
  }

  #consultation #guide .block-list ul {
    display: block;
  }

  #consultation #guide .block-list ul li {
    padding: 10px 10px;
    font-size: 16px;
    position: relative;
    margin-left: 0px;
    text-align: left;
    margin-bottom: 55px;
  }

  #consultation #guide .block-list ul li:first-child {
    margin-left: 0px;
  }

  #consultation #guide .block-list ul li:last-child {
    margin-bottom: 0px;
  }

  #consultation #guide .block-list ul li:last-child:after {
    display: none;
  }

  #consultation #guide .block-list ul li:after {
    content: '';
    background: url(../images/consultation/arrow1_sp.png) no-repeat;
    width: 160px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
    margin-top: 0px;
    margin-left: -80px;
  }

  #consultation #guide .block-list ul li:nth-child(2):after {
    content: '';
    background: url(../images/consultation/arrow2_sp.png) no-repeat;
  }

  #consultation #guide .block-list2 {
    margin: 0 0 60px;
  }

  #consultation #guide .block-list2 li {
    background-color: #fbfff8;
    border: 2px solid #9de280;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
    padding: 0px;
  }

  #consultation #guide .block-list2 li div {
    overflow: hidden;
    display: block;
  }

  #consultation #guide .block-list2 li figure {
    width: 45%;
    float: left;
    margin: 0 10px 0px 0;
  }

  #consultation #guide .block-list2 li figure img {
    width: 100%;
  }

  #consultation #guide .block-list2 li:after {
    position: absolute;
    left: 50%;
    bottom: -60px;
  }

  #consultation #guide .block-list2 li:nth-child(1):after {
    content: '';
    background: url(../images/consultation/arrow1_sp.png) no-repeat;
    width: 160px;
    height: 40px;
    margin-left: -80px;
  }

  #consultation #guide .block-list2 li:nth-child(2):after {
    content: '';
    background: url(../images/consultation/arrow2_sp.png) no-repeat;
    width: 160px;
    height: 40px;
    margin-left: -80px;
  }

  #consultation #guide .block-list2 li:nth-child(3) {
    margin-bottom: 0px;
  }

  #consultation #guide .block-list2 article {
    padding: 2% 4%;
    font-size: 14px;
    margin: 0px;
  }

  #consultation #guide .btn-about {
    text-align: center;
    margin-bottom: 25px;
  }

  #consultation #guide .btn-about a {
    line-height: 1.4;
    padding: 15px 5px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
  }

  #consultation #guide .btn-about a span:after {
    content: '';
    background: url(../images/arrow3.png) no-repeat 0 0;
    width: 20px;
    height: 7px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 50%;
    margin-top: -3.5px;
  }

  #consultation #guide .timetable dl {
    display: block;
  }

  #consultation #guide .timetable dl dt .pc_none {
    display: block;
  }

  #consultation #guide .timetable dl dt .sp_none {
    display: none;
  }

  #consultation #guide .timetable dl dd {
    margin-left: 0px;
    margin-top: 10px;
  }

  #consultation #guide .timetable dl dd h4 {
    font-size: 16px;
  }

  #consultation #guide .timetable dl dd h4+p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #consultation #guide .timetable table {
    width: 100% !important;
  }

  #consultation #guide .timetable table th,
  #consultation #guide .timetable table td {
    padding: 15px 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.4;
  }

  #consultation #guide .timetable table th.head,
  #consultation #guide .timetable table td.head {
    background-color: #9de280;
    color: #fff;
  }

  #consultation #guide .timetable table th {
    background-color: #eaffd1;
    font-weight: 700;
  }

  #consultation #guide .timetable table td {
    background-color: #f9fff2;
    text-align: center;
  }

  #consultation #guide .timetable table tr.head th,
  #consultation #guide .timetable table tr.head td {
    background-color: #9de280;
    color: #fff;
    font-weight: 700;
  }

  #consultation #intro {
    margin-bottom: 60px;
  }

  #consultation #intro h3+p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  #consultation #intro .pic-list {
    margin-bottom: 20px;
  }

  #consultation #intro .pic-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-bottom: -20px;
  }

  #consultation #intro .pic-list ul li {
    width: 48.5%;
    margin-left: 1.5%;
    margin-bottom: 20px;
  }

  #consultation #intro .pic-list ul li img {
    width: 100%;
  }

  #consultation #intro .pic-list ul li article {
    margin-top: 5px;
  }

  #consultation #intro .pic-list ul li article h4 {
    font-size: 14px;
  }

  #consultation #intro .box {
    padding: 5%;
  }

  #consultation #intro .box .pic-list {
    margin-bottom: 40px;
  }

  #consultation #intro .box .pic-list:last-of-type {
    margin-bottom: 0px;
  }

  #consultation #intro .box .pic-list ul li {
    width: 100%;
    margin-left: 0px;
    display: block;
  }

  #consultation #intro .box .pic-list ul li figure {
    width: 100%;
  }

  #consultation #intro .box .pic-list ul li article {
    width: 100%;
    margin-top: 5px;
  }
}

#column #ttl {
  background: url(../images/column/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#column #kanpou {
  margin-bottom: 100px;
}

#column #kanpou h3+p {
  font-size: 16px;
  margin-bottom: 40px;
  padding-left: 30px;
}

#column #kanpou h3+p.mb0 {
  margin-bottom: 0px;
}

#column #kanpou .box {
  padding: 40px;
  background-color: #fcfff8;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 40px;
  margin-left: 30px;
}

#column #kanpou .box figure {
  float: right;
  margin: 0 0 0px 30px;
}

#column #kanpou .box figure li {
  margin-bottom: 20px;
}

#column #kanpou .box figure li small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

#column #kanpou .box article dt {
  color: #32850e;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}

#column #kanpou .box article dt:before {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #32850e;
}

#column #kanpou .box article dd {
  font-size: 16px;
  margin-bottom: 40px;
}

#column #kanpou .box article dd:last-of-type {
  margin-bottom: 0px;
}

#column #kanpou .piclist {
  margin: -20px 0px 40px 30px;
}

#column #kanpou .piclist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#column #kanpou .piclist ul li {
  width: 31%;
}

#column #kanpou .piclist ul li img {
  width: 100%;
}

#column #faq {
  margin-bottom: 0px;
  margin-top: -90px;
  padding-top: 90px;
}

#column #faq dl dt {
  background-color: #9de280;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#column #faq dl dt span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}

#column #faq dl dt span:before {
  content: '';
  background: url(../images/column/faq1.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

#column #faq dl dd {
  padding: 20px;
  font-size: 18px;
  border: 2px solid #9de280;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 30px;
}

#column #faq dl dd:last-of-type {
  margin-bottom: 0px;
}

#column #faq dl dd span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  min-height: 40px;
}

#column #faq dl dd span:before {
  content: '';
  background: url(../images/column/faq2.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  left: 0;
}

#column #faq .important {
  font-size: 22px;
  text-align: center;
  line-height: 2.2;
  padding: 120px 0 120px;
  background: url(../images/clinic/bg.png) no-repeat 50% bottom;
  background-size: cover;
  color: #32850e;
  font-weight: 700;
  text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff;
}

@media screen and (max-width: 767px) {
  #column #kanpou {
    margin-bottom: 50px;
  }

  #column #kanpou h3+p {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  #column #kanpou .box {
    padding: 5%;
    background-color: #fcfff8;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  #column #kanpou .box figure {
    float: right;
    margin: 0 0 0px 10px;
    width: 40%;
  }

  #column #kanpou .box figure li {
    margin-bottom: 10px;
  }

  #column #kanpou .box figure li small {
    display: block;
    font-size: 10px;
    margin-top: 5px;
  }

  #column #kanpou .box article dt {
    color: #32850e;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
  }

  #column #kanpou .box article dt:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 11px;
    left: 0;
    margin-top: 0;
    background-color: #32850e;
  }

  #column #kanpou .box article dd {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #column #kanpou .box article dd:last-of-type {
    margin-bottom: 0px;
  }

  #column #kanpou .piclist {
    margin: 0px 0px 40px;
  }

  #column #kanpou .piclist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #column #kanpou .piclist ul li {
    width: 48%;
  }

  #column #kanpou .piclist ul li img {
    width: 100%;
  }

  #column #kanpou .piclist ul li:nth-child(3) {
    display: none;
  }

  #column #faq dl dt {
    padding: 3%;
    font-size: 16px;
    line-height: 1.4;
  }

  #column #faq dl dt.line1 span {
    line-height: 40px;
  }

  #column #faq dl dt span {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    min-height: 40px;
  }

  #column #faq dl dd {
    padding: 3%;
    font-size: 16px;
    border: 2px solid #9de280;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
  }

  #column #faq dl dd:last-of-type {
    margin-bottom: 0px;
  }

  #column #faq .important {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    padding: 40px 3% 60px;
  }
}

#top .bnr-reserve:hover,
#top .btn-reserve:hover {
  opacity: 0.8;
  transition: 0.5s;
}

header .inner nav ul li a span.btn-reserve:after {
  content: none;
}

header .inner nav ul li a span.btn-reserve:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(https://iwaipain.com/asset/images/top/icon_pc_w.png) no-repeat center center / contain;
  background-size: 100%;
  z-index: 10;
  margin-right: 10px;
  position: relative;
  bottom: -3px;
}

@media screen and (min-width: 769px) {
  #top .bnr-reserve {
    padding-top: 80px;
  }

  #top .bnr-reserve img {
    display: block;
    margin: 0 auto;
    min-width: 500px;
    max-width: 600px;
  }

  #top nav span.btn-reserve {
    color: #fff;
    background: #fa9f00;
    padding: 10px 30px 12px;
    border-radius: 10px;
  }

  footer .info {
    margin-bottom: 60px;
    /* display: -webkit-inline-box; */
    display: -ms-inline-flexbox;
    /* display: inline-flex; */
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  .ft_info_l {
    display: flex;
    flex-direction: column;
    /* justify-content: left; */
    gap: 20px;
  }

  .ft_info_r {
    position: relative;
    top: 30px;
  }

  .ft_info_r span.btn-reserve {
    /* margin: 30px; */
    padding: 20px 20px 20px 30px;
    background: #fa9f00;
    color: #fff;
    font-size: 1.2em;
    border-radius: 10px;
  }

  .ft_info_r span.btn-reserve:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://iwaipain.com/asset/images/top/icon_pc_w.png) no-repeat center center / contain;
    background-size: 100%;
    z-index: 10;
    margin-right: 10px;
    position: relative;
    bottom: -6px;
  }
}

@media screen and (max-width: 768px) {
  #top .bnr-reserve {
    padding-top: 50px;
  }

  #top .bnr-reserve img {
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }

  #top nav span.btn-reserve {
    color: #fff;
    background: #fa9f00;
    padding: 10px 30px 12px;
    border-radius: 10px;
  }

  footer .info {
    margin: 0px auto 60px;
    /* display: -webkit-inline-box; */
    display: -ms-inline-flexbox;
    /* display: inline-flex; */
    display: block;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }

  /* .ft_info_l {
    display: flex;
    flex-direction: column;
    gap: 20px;
  } */
  .ft_info_r {
    /* position: relative; */
    /* top: 30px; */
    /* max-width: 350px; */
    /* width: 70%; */
    width: 100%;
    margin: 25px auto;
  }

  .ft_info_r span.btn-reserve {
    /* margin: 30px; */
    padding: 10px 20px 10px 25px;
    background: #fa9f00;
    color: #fff;
    font-size: 1.2em;
    border-radius: 10px;
  }

  .ft_info_r span.btn-reserve:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://iwaipain.com/asset/images/top/icon_pc_w.png) no-repeat center center / contain;
    background-size: 100%;
    z-index: 10;
    margin-right: 10px;
    position: relative;
    bottom: -6px;
  }
}
@media screen and (max-width: 767px) {
  footer .info .ft_info_r a {
    width: 100%;
    text-align: center;
  }
}


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