@charset "UTF-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*@import url(/asset/css/notosansjapanese.css);*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

/*@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP&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;
  -webkit-backface-visibility: hidden;
}

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;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  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-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.01em;
  height: 100%;
}

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

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

main {
  display: block;
  overflow: hidden;
  margin-bottom: 120px;
}

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

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

  img {
    width: 100%;
  }

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

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

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

header {
  position: relative;
  z-index: 100;
}

header .inner {
  max-width: 1200px;
}

header .header-in {
  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;
  padding: 8px 13px;
  margin-bottom: 10px;
}

header .header-in .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-in .info ul .tel {
  margin-right: 20px;
}

header .header-in .info ul .tel .number {
  color: #1b1d7c;
  font-size: 26px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  padding-left: 30px;
}

header .header-in .info ul .tel .number:before {
  content: '';
  background: url(../images/icon_tel.png) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .header-in .info p {
  font-size: 12px;
  line-height: 1.4;
  color: #1b1d7c;
  text-align: right;
  margin-top: 5px;
}

header h1 small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}

header nav {
  display: block;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7px;
}

header nav ul li {
  width: 16%;
}

header nav ul li:hover span {
  opacity: 0.8;
}

header nav ul li a {
  display: block;
  line-height: 1.2;
}

header nav ul li span {
  display: block;
  background-color: #f0f2f8;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px 0;
  line-height: 1.2;
}

header nav ul li:nth-of-type(8) span {
  background-color: #1b1d7c;
  color: #ffffff;
}

header nav ul li:nth-of-type(9) span {
  background-color: #f39800;
  color: #ffffff;
}

header nav ul li:last-of-type span {
  background-color: #06C755;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  header nav ul li:nth-of-type(9) span {
    background-color: #1b1d7c;
    color: #ffffff;
  }
}

header nav ul li.child {
  text-align: center;
  cursor: pointer;
  position: relative;
}

header nav ul li.child .dropdown-menu {
  /*非表示の設定*/
  /*display: none;*/
  position: absolute;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

header nav ul li.child .dropdown-menu dl {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

header nav ul li.child .dropdown-menu a {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

header nav ul li.child .dropdown-menu.open {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

header nav ul li.child .dropdown-menu.open dl {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 1;
}

header nav ul li.child .dropdown-menu dd {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  background-color: #197561;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header nav ul li.child .dropdown-menu dd:hover {
  background-color: #218d75;
}

header nav .info-sp {
  display: none;
}

header nav.col8 ul li {
  width: 12%;
}

header nav.col8 ul li.line2 span {
  padding: 11px 0;
}

header nav.col8 ul li.child .dropdown-menu {
  width: 150%;
}

@media screen and (max-width: 960px) {
  header .inner {
    padding: 0 2%;
  }

  header nav ul {
    flex-wrap: wrap;
    gap: 0;
  }

  header nav ul li {
    width: 32%;
    margin-bottom: 1%;
  }

  header nav ul li span {}
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
  }

  header .header-in {
    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;
    padding: 10px 13px;
    margin-bottom: 0px;
  }

  header .header-in .info {
    display: none;
  }

  header h1 small {
    display: block;
    font-size: 9px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1;
  }

  header h1 img {
    width: 240px;
  }

  header nav {
    display: block;
    position: fixed;
    top: 0;
    left: auto !important;
    right: 0 !important;
    background-color: #1b1d7c !important;
    width: 85% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
    padding: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }

  header nav.nav-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  header nav ul {
    display: block;
    border-top: 1px solid #8586b9;
    padding-left: 0 !important;
  }

  header nav ul:before {
    display: none !important;
  }

  header nav ul li {
    width: 100% !important;
    border-bottom: 1px solid #8586b9;
  }

  header nav ul li:hover span {
    opacity: 1;
  }

  header nav ul li a {
    display: block;
    line-height: 1.2;
  }

  header nav ul li span {
    display: block;
    background-color: #1b1d7c;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    border-radius: 0px;
    cursor: pointer;
    padding: 15px 20px !important;
    line-height: 1.2;
    color: #fff;
  }

  header nav ul li.child {
    text-align: left;
    cursor: pointer;
    position: relative;
  }

  header nav ul li.child:after {
    content: '';
    background: url(../images/arrow2.png) no-repeat;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  header nav ul li.child .dropdown-menu {
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    display: none;
  }

  header nav ul li.child .dropdown-menu dl {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
    border-top: 1px solid #8586b9;
  }

  header nav ul li.child .dropdown-menu a {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
  }

  header nav ul li.child .dropdown-menu.open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  header nav ul li.child .dropdown-menu.open dl {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  header nav ul li.child .dropdown-menu dd {
    padding: 10px 40px;
    border-bottom: 1px solid #8586b9;
    background-color: #1b1d7c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  header nav ul li.child .dropdown-menu dd:hover {
    background-color: #1b1d7c;
  }

  header nav ul li.child .dropdown-menu dd:last-of-type {
    border-bottom: 0px solid #8586b9;
  }

  header nav .info-sp {
    display: block;
    padding: 30px 5% 0;
  }

  header nav .info-sp .tel {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
  }

  header nav .info-sp .tel small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
  }

  header nav .info-sp .tel .number {
    color: fff;
    font-size: 26px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding-left: 30px;
  }

  header nav .info-sp .tel .number:before {
    content: '';
    background: url(../images/icon_tel2.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header nav .info-sp .tel .number a {
    color: #fff;
  }

  header nav .info-sp .txt-box {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #2d2f9c;
    line-height: 1.2;
  }

  header .menu {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*&:after{
				content: '';
				background-color: #928042;
				width: 38px;
				height: 38px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin: -21px 0 0 -19px;
				z-index: -1;
				border-radius: 24px;
			}*/
  }

  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: 26px;
    height: 20px;
    display: block;
  }

  header .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1b1d7c;
    border-radius: 1px;
    overflow: hidden;
  }

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

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

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

  header .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) 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(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  header .menu.open .menu-trigger span {
    background-color: #fff;
  }

  .hidden {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .is-fixed header {
    overflow: visible;
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

footer {
  border-top: 1px solid #ccc;
  position: relative;
}

footer .nav-f {
  text-align: center;
  padding: 15px 0;
}

footer .nav-f ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .nav-f ul li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #333;
  line-height: 1.4;
}

footer .nav-f ul li a {
  font-size: 16px;
  display: inline-block;
  position: relative;
}

footer .nav-f ul li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

footer .nav-f ul li a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

footer .nav-f ul li:first-child {
  border-left: 0px solid #333;
}

footer .info {
  background: url(../images/footer_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0;
}

footer .info ul {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f2;
  border-radius: 10px;
  padding: 15px 0;
}

footer .info ul li {
  width: 40%;
  text-align: center;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .info ul li.tel.web {
  width: 30%;
}

footer .info ul li.tel.line {
  width: 30%;
}

footer .info ul li.logo img {
  max-width: 300px;
}

footer .info ul li.tel {
  border-left: 1px dotted #1b1d7c;
}

footer .info ul li.tel small {
  display: block;
  font-size: 18px;
  color: #1b1d7c;
  font-weight: 700;
}

footer .info ul li.tel .number {
  display: inline-block;
  color: #1b1d7c;
  font-size: 35px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  padding-left: 40px;
}

footer .info ul li.tel.web .number {
  font-size: 30px;
}

footer .info ul li.tel .number a {
  color: #1b1d7c;
}

footer .info ul li.tel .number a:hover {
  transition: 0.4s;
  opacity: 0.8;
}

footer .info ul li.tel .number:before {
  content: '';
  background: url(../images/icon_tel.png) no-repeat;
  width: 31px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}


footer .info ul li.tel.web .number:before {
  background: url(../images/top/icon_web2.png) no-repeat;
  width: 40px;
  height: 50px;
  background-size: 100%;
  top: 63%;
  left: -5%;
}

footer .info ul li.tel.line .number:before {
  background: url(../images/top/icon_line.png) no-repeat;
  width: 40px;
  height: 50px;
  background-size: 100%;
  top: 63%;
  left: -5%;
}

footer .copy {
  font-size: 12px;
  padding: 30px 0;
  color: #fff;
  background-color: #202020;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 920px) {
  footer .nav-f ul li a {
    font-size: 1.6vw;
  }

  footer .nav-f ul li:first-child {
    margin-left: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  footer .nav-f {
    display: none;
  }

  footer .info {
    background: url(../images/footer_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 40px 6%;
  }

  footer .info ul {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f2;
    border-radius: 10px;
    padding: 15px 0;
  }

  footer .info ul li {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .info ul li.tel.line {
    width: 100%;
    padding-bottom: 10px;
  }

  footer .info ul li.tel.web {
    width: 100%;
    padding-bottom: 10px;
  }

  footer .info ul li.logo {
    margin-bottom: 10px;
  }

  footer .info ul li.logo img {
    width: 280px;
  }

  footer .info ul li.tel {
    border-left: 0px dotted #1b1d7c;
  }

  footer .info ul li.tel small {
    display: block;
    font-size: 14px;
    color: #1b1d7c;
    font-weight: 700;
  }

  footer .info ul li.tel .number {
    font-size: 28px;
    padding-left: 27px;
  }

  footer .info ul li.tel.web .number {
    font-size: 28px;
  }

  footer .info ul li.tel .number a {
    color: #1b1d7c;
  }

  footer .info ul li.tel .number:before {
    content: '';
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 27px;
  }

  footer .info ul li.tel.line .number:before {
    background: url(../images/top/icon_line.png) no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100%;
    top: 60%;
    left: -5%;
  }

  footer .info ul li.tel.web .number:before {
    background: url(../images/top/icon_web2.png) no-repeat;
    width: 28px;
    height: 35px;
    background-size: 100%;
    top: 60%;
    left: -5%;
  }

  footer .copy {
    font-size: 9px;
    padding: 30px 0;
    color: #fff;
    background-color: #202020;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
  }
}

/*---------------------------
		pagetop
----------------------------*/
#pagetop {
  display: none !important;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #4e4f94;
  cursor: pointer;
  z-index: 10;
}

#pagetop:before {
  content: '';
  background: url(../images/btn_top.png) no-repeat;
  width: 28px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #pagetop {
    width: 44px;
    height: 44px;
  }

  #pagetop:before {
    background: url(../images/btn_top.png) no-repeat;
    background-size: 22px;
    width: 22px;
    height: 14px;
  }
}

/*-----------------------------
		ttl
-----------------------------*/
h2.ttl {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 37px;
  line-height: 1.6;
  margin-bottom: 10px;
}

h2.ttl span {
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}

h2.ttl span:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background-color: #1a1b70;
}

h2.ttl span:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 5px;
  background-color: #d42a18;
}

h2.ttl+P {
  text-align: center;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 24px;
  }

  h2.ttl span {
    padding-bottom: 10px;
  }

  h2.ttl span:before {
    margin-left: -15px;
  }

  h2.ttl span:after {
    margin-left: 5px;
  }

  h2.ttl+P {
    margin-bottom: 25px;
    font-size: 13px;
  }
}

/*-----------------------------
		btn
-----------------------------*/
.btn a {
  font-size: 16px;
  color: #1b1d7c;
  border: 1px solid #1b1d7c;
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.btn a:after {
  content: '';
  background: url(../images/arrow1.png) no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn a:hover {
  background-color: #1b1d7c;
  color: #fff;
}

.btn a:hover:after {
  background: url(../images/arrow2.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .btn a {
    font-size: 14px;
    -webkit-transition: 0s all;
    transition: 0s all;
  }

  .btn a:hover {
    background-color: #333;
    color: #fff;
  }
}

/*-----------------------------
		information
-----------------------------*/
#information.top .cont {
  text-align: center;
}

#information.top .cont .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  /* 20250711 */
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

#information.top .cont .icon li {
  font-size: 14px;
  line-height: 1.8;
  background-color: #197561;
  border-radius: 30px;
  color: #fff;
  padding: 0 20px;
  /* margin-right: 5px; */
}

#information.top .cont .icon li:last-child {
  margin-right: 0px;
}

#information.top .cont p {
  font-size: 14px;
  padding: 20px;
  background-color: #f1f1f8;
}

#information.top .cont table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

#information.top .cont table th {
  padding: 10px 25px;
  background-color: #e2e2f0;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
}

#information.top .cont table td {
  padding: 10px 15px;
  background-color: #f1f1f8;
  border-bottom: 2px solid #fff;
}

#information.top .cont .btn {
  margin: 20px 0 40px;
  text-align: center;
}

#information.top .cont .btn a {
  width: 80%;
  max-width: 300px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
}

#information.top article {
  position: relative;
}

#information.top article figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  -webkit-transform: skewX(-10deg) translateX(-40px);
  transform: skewX(-10deg) translateX(-40px);
  overflow: hidden;
}

#information.top article figure span {
  display: block;
  background: url(../images/top/information_pic.jpg) no-repeat right 50%;
  background-size: cover;
  height: 100%;
  width: 108%;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

#information.top article .movie {
  width: 50%;
  margin-left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 20px 40px;
}

#information.top article .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#information.top article .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#information article {
  position: relative;
}

#information article figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  -webkit-transform: skewX(-10deg) translateX(-40px);
  transform: skewX(-10deg) translateX(-40px);
  overflow: hidden;
}

#information article figure span {
  display: block;
  background: url(../images/top/information_pic.jpg) no-repeat right 50%;
  background-size: cover;
  height: 100%;
  width: 108%;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

#information article .cont {
  width: 50%;
  margin-left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 20px 40px;
}

#information article .cont .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  /* 20250711 */
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

#information article .cont .icon li {
  font-size: 15px;
  line-height: 1.8;
  background-color: #197561;
  border-radius: 30px;
  color: #fff;
  padding: 0 20px;
  /* margin-right: 5px; */
  /* 20250711 */
  width: calc(37% - 5px);
  text-align: center;
}

#information article .cont table {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}

#information article .cont table th {
  padding: 10px 25px;
  background-color: #e2e2f0;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}

#information article .cont table td {
  padding: 10px 15px;
  background-color: #f1f1f8;
  border-bottom: 2px solid #fff;
}

#information article .cont .btn {
  margin-top: 30px;
  text-align: center;
}

#information article .cont .btn a {
  width: 80%;
  max-width: 300px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
}

#information .pc_table {
  display: block;
}

#information .sp_table {
  display: none;
}

@media screen and (max-width: 768px) {
  #information.top .cont {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
  }

  #information.top .cont .icon {
    margin-bottom: 10px;
  }

  #information.top .cont .icon li {
    font-size: 13px;
    line-height: 2;
    width: calc(37% - 5px);
    text-align: center;
  }

  #information.top .cont p {
    padding: 3%;
    text-align: left;
  }

  #information.top .cont table {
    font-size: 14px;
    text-align: left;
  }

  #information.top .cont table th {
    background-color: #e2e2f0;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    white-space: nowrap;
  }

  #information.top .cont table td {
    background-color: #f1f1f8;
    border-bottom: 2px solid #fff;
  }

  #information.top .cont .btn {
    margin: 20px 0 20px;
    text-align: center;
  }

  #information.top .cont .btn a {
    width: 80%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }

  #information.top article {
    position: relative;
  }

  #information.top article figure {
    position: relative;
    top: 0;
    left: 0;
    height: 200px;
    width: 100% !important;
    -webkit-transform: skewX(-10deg) translateX(-7%);
    transform: skewX(-10deg) translateX(-7%);
    overflow: hidden;
  }

  #information.top article figure span {
    height: 100%;
    width: 107%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
  }

  #information.top article .movie {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 3%;
  }

  #information.top article .movie .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  #information.top article .movie .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #information article {
    position: relative;
  }

  #information article figure {
    position: relative;
    top: 0;
    left: 0;
    height: 300px;
    width: 100% !important;
    -webkit-transform: skewX(-10deg) translateX(-7%);
    transform: skewX(-10deg) translateX(-7%);
    overflow: hidden;
  }

  #information article figure span {
    height: 100%;
    width: 107%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
  }

  #information article .cont {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 20px 0px;
    text-align: center;
  }

  #information article .cont .icon {
    margin-bottom: 10px;
  }

  #information article .cont .icon li {
    font-size: 13px;
    line-height: 2;
  }

  #information article .cont table {
    font-size: 14px;
    text-align: left;
  }

  #information article .cont table th {
    padding: 10px 25px;
    background-color: #e2e2f0;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    white-space: nowrap;
  }

  #information article .cont table td {
    padding: 10px 15px;
    background-color: #f1f1f8;
    border-bottom: 2px solid #fff;
  }

  #information article .cont .btn {
    margin-top: 30px;
    text-align: center;
  }

  #information article .cont .btn a {
    width: 80%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }

  #information .pc_table {
    display: none;
  }

  #information .sp_table {
    display: block;
  }
}

/*-----------------------------
		low
-----------------------------*/
.low #mv {
  height: 300px;
  margin: 20px 0 80px;
  position: relative;
}

.low #mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #197561;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 390px;
  text-align: center;
}

.low h3.ttl {
  text-align: center;
  font-size: 37px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.low h3.ttl span {
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}

.low h3.ttl span:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  background-color: #1a1b70;
}

.low h3.ttl span:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 10px;
  background-color: #d42a18;
}

.low h3.ttl+P {
  text-align: center;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 500;
}

.low h4.ttl {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 7px;
  padding-left: 7px;
}

.low h4.ttl:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1b1d7c;
}

.low h4.ttl:after {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d42a18;
}

.low h4.ttl2 {
  background-color: #197561;
  color: #fff;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0 12px 30px;
  position: relative;
  margin-bottom: 20px;
}

.low h4.ttl2:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b1d7c;
}

@media screen and (max-width: 768px) {
  .low #mv {
    height: 200px;
    margin: 0px 0 40px;
    position: relative;
  }

  .low #mv h2 {
    font-size: 20px;
    padding: 10px 10px;
    min-width: 260px;
  }

  .low h3.ttl {
    font-size: 20px;
  }

  .low h3.ttl span {
    padding-bottom: 15px;
  }

  .low h3.ttl span:before {
    margin-left: -15px;
  }

  .low h3.ttl span:after {
    margin-left: 5px;
  }

  .low h3.ttl+P {
    margin-bottom: 25px;
    font-size: 13px;
  }

  .low h4.ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .low h4.ttl span {
    padding-bottom: 15px;
  }

  .low h4.ttl span:before {
    margin-left: -15px;
  }

  .low h4.ttl span:after {
    margin-left: 5px;
  }

  .low h4.ttl2 {
    font-size: 18px;
  }
}

/*---------------------------
		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: 768px) {
  .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;
	transition: 1s;
	&.active2{
		opacity: 1;
	}
}*/
.anime1 {
  opacity: 0;
  -webkit-transition: .5s all ease-out;
  transition: .5s all ease-out;
}

.anime1.active2 {
  opacity: 1;
}

.anime5 {
  opacity: 0;
  -webkit-transition: .4s all ease-out;
  transition: .4s all ease-out;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.anime5.active2 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-----------------------------
    top
-----------------------------*/
#top #mv {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

#top #mv article {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#top #mv .slider {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#top #mv .slider li img {
  width: 100%;
}

#top #mv .slider_sp {
  display: none;
}

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

#top #news {
  background-color: #f0f2f8;
  padding: 50px 0;
  /* margin-bottom: 80px; */
}

#top #news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 900px;
}

#top #news h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 37px;
  line-height: 1.6;
  margin-right: 60px;
  margin-top: -0.1em;
}

#top #news .news-list {
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

#top #news .news-list iframe {
  width: 100%;
}

#top #news .news-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #news .news-list dl dt {
  width: 110px;
}

#top #news .news-list dl dd {
  width: calc(100% - 110px);
}

#top #news .btn a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#top #features {
  margin-bottom: 70px;
}

#top #features article {
  position: relative;
}

#top #features article figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  -webkit-transform: skewX(-10deg) translateX(-40px);
  transform: skewX(-10deg) translateX(-40px);
  overflow: hidden;
}

#top #features article figure span {
  display: block;
  background: url(../images/top/features_pic.jpg) no-repeat right 50%;
  background-size: cover;
  height: 100%;
  width: 105%;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

#top #features article .cont {
  width: 50%;
  margin-left: 50%;
  text-align: center;
}

#top #features article .cont p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 15px;
  line-height: 1.6;
}

#top #features article .cont .btn {
  margin-top: 30px;
}

#top #features article .cont .btn a {
  width: 80%;
  max-width: 300px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
}

#top #message {
  background-color: #f0f2f8;
  padding: 80px 0;
}

#top #message article {
  position: relative;
}

#top #message article figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  -webkit-transform: skewX(-10deg) translateX(40px);
  transform: skewX(-10deg) translateX(40px);
  overflow: hidden;
  z-index: 2;
}

#top #message article figure span {
  display: block;
  background: url(../images/top/message_pic.jpg) no-repeat left top;
  background-size: cover;
  height: 100%;
  width: 107%;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  margin-left: -40px;
}

#top #message article .cont {
  width: 50%;
  font-size: 16px;
  padding: 20px 0;
}

#top #message article .cont p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 15px;
  line-height: 1.6;
  text-align: center;
}

#top #message article .cont .btn {
  margin-top: 30px;
  text-align: center;
}

#top #message article .cont .btn a {
  width: 80%;
  max-width: 300px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
}

#top #medical {
  background-color: #197561;
  padding: 80px 0;
  /* margin-bottom: 90px; */
}

#top #medical h2.ttl {
  color: #fff;
}

#top #medical h2+p {
  color: #fff;
}

#top #medical h2 span:before {
  background-color: #fff;
}

#top #medical .inner {
  width: 900px;
}

#top #medical .inner .btn-list {
  margin-bottom: 60px;
}

#top #medical .inner .btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-bottom: -27px;
}

#top #medical .inner .btn-list ul li {
  margin-left: 27px;
  margin-bottom: 27px;
}

#top #medical .inner .btn-list ul li a img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#top #medical .inner .btn-list ul li a:hover img {
  opacity: 0.8;
}

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

#top #medical .inner .btn a {
  width: 300px;
  margin: 0 auto;
  height: 54px;
  line-height: 54px;
  color: #fff;
  background-color: #197561;
  border-color: #fff;
}

#top #medical .inner .btn a:after {
  background: url(../images/arrow2.png) no-repeat;
}

#top #medical .inner .btn a:hover {
  background-color: #fff;
  color: #197561;
}

#top #medical .inner .btn a:hover:after {
  background: url(../images/arrow3.png) no-repeat;
}

@media screen and (max-width: 768px) {
  #top #mv {
    margin-top: 0px;
    margin-bottom: -40px;
    position: relative;
    background-color: #f0f2f8;
    z-index: 1;
  }

  #top #mv article {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    z-index: 1;
    width: 96%;
    margin: 0 auto 0;
  }

  #top #mv article img {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 8% 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top #mv .slider {
    display: none;
  }

  #top #mv .slider_sp {
    display: block;
  }

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

  #top .bnr img {
    width: 90%;
    margin: auto;
  }

  #top #news {
    background-color: #f0f2f8;
    padding: 20px 0 30px;
    /* margin-bottom: 40px; */
    position: relative;
    z-index: 2;
  }

  #top #news .inner {
    display: block;
    width: 100%;
  }

  #top #news h2 {
    display: none;
  }

  #top #news .news-list {
    font-size: 14px;
    padding-right: 0px;
  }

  #top #news .news-list dl dt {
    width: 90px;
  }

  #top #news .news-list dl dd {
    width: calc(100% - 90px);
  }

  #top #news .btn {
    margin-top: 20px;
  }

  #top #news .btn a {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
  }

  #top #features {
    margin-bottom: 40px;
  }

  #top #features article {
    position: relative;
  }

  #top #features article figure {
    position: relative;
    top: 0;
    left: 0;
    height: 300px;
    width: 100% !important;
    -webkit-transform: skewX(-10deg) translateX(-7%);
    transform: skewX(-10deg) translateX(-7%);
    overflow: hidden;
  }

  #top #features article figure span {
    display: block;
    background: url(../images/top/features_pic.jpg) no-repeat right 50%;
    background-size: cover;
    height: 100%;
    width: 107%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
  }

  #top #features article .cont {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  #top #features article .cont p {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  #top #features article .cont .btn {
    margin-top: 20px;
  }

  #top #features article .cont .btn a {
    width: 80%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }

  #top #message {
    padding: 40px 0;
  }

  #top #message article {
    position: relative;
  }

  #top #message article figure {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    height: 300px;
    width: 100% !important;
    -webkit-transform: skewX(-10deg) translateX(7%);
    transform: skewX(-10deg) translateX(7%);
    z-index: 2;
  }

  #top #message article figure span {
    display: block;
    background: url(../images/top/message_pic.jpg) no-repeat 25% top;
    background-size: cover;
    height: 100%;
    width: 107%;
    -webkit-transform: skewX(10deg) translateX(-7%);
    transform: skewX(10deg) translateX(-7%);
    margin-left: 0px;
  }

  #top #message article .cont {
    width: 100%;
    font-size: 14px;
    padding: 0px 0;
  }

  #top #message article .cont p {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  #top #message article .cont .btn {
    margin-top: 30px;
    text-align: center;
  }

  #top #message article .cont .btn a {
    width: 80%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }

  #top #medical {
    padding: 40px 0;
    /* margin-bottom: 40px; */
  }

  #top #medical .inner {
    width: 100%;
  }

  #top #medical .inner .btn-list {
    margin-bottom: 30px;
  }

  #top #medical .inner .btn-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.3%;
    margin-bottom: -2.5%;
  }

  #top #medical .inner .btn-list ul li {
    margin-left: 2.3%;
    margin-bottom: 2.5%;
    width: 31%;
  }

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

  #top #medical .inner .btn a {
    width: 80%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
  }

  #top #medical .inner .btn a:after {
    background: url(../images/arrow2.png) no-repeat;
  }

  #top #medical .inner .btn a:hover {
    background-color: #197561;
    color: #fff;
  }

  #top #medical .inner .btn a:hover:after {
    background: url(../images/arrow2.png) no-repeat;
  }
}

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

#clinic #time {
  margin-bottom: 100px;
}

#clinic #time table {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  border-top: 1px solid #1b1d7c;
  border-left: 1px solid #1b1d7c;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 60px;
}

#clinic #time table th,
#clinic #time table td {
  border-bottom: 1px solid #1b1d7c;
  border-right: 1px solid #1b1d7c;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  color: #1b1d7c;
  height: 40px;
}

#clinic #time table th small,
#clinic #time table td small {
  display: block;
  font-size: 12px;
}

#clinic #time table th sub,
#clinic #time table td sub {
  font-size: 12px;
  margin-left: 5px;
}

#clinic #time table th {
  font-size: 18px;
}

#clinic #time table tr.head th {
  background-color: #1b1d7c;
  color: #fff;
  padding: 0px 15px;
  font-weight: 500;
  font-size: 16px;
}

#clinic #time .box-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#clinic #time .box-list ul li {
  background-color: #f0f2f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 35px;
  width: 48%;
  font-size: 16px;
}

#clinic #time .box-list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#clinic #time .box-list ul li dl dt {
  width: 5em;
}

#clinic #time .box-list ul li dl dd {
  width: calc(100% - 5em);
}

#clinic #history {
  margin-bottom: 100px;
}

#clinic #history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

#clinic #history dl dt {
  width: 55%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}

#clinic #history dl dt img {
  width: 100%;
}

#clinic #history dl dd {
  font-size: 16px;
  width: 45%;
  padding-top: 20px;
}

#clinic #history dl dd li {
  position: relative;
  padding-left: 110px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#clinic #history dl dd li.no {
  padding-left: 0;
}

#clinic #history dl dd li span {
  position: absolute;
  top: 0;
  left: 0;
}

#clinic #staff {
  margin-bottom: 100px;
}

#clinic #staff .main-pic {
  margin-bottom: 60px;
  text-align: center;
}

#clinic #staff .staff-list:not(:first-of-type) {
  margin-top: 100px;
}

#clinic #staff .staff-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding-bottom: 35px;
  margin-bottom: 80px;
}

#clinic #staff .staff-list li:last-child {
  margin-bottom: 0px;
  /*padding-bottom: 0px;
          border-bottom: 0px dotted #dbdbdb;*/
}

#clinic #staff .staff-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#clinic #staff .staff-list li:nth-child(even) article {
  padding-left: 0;
  padding-right: 40px;
}

#clinic #staff .staff-list li figure {
  width: 350px;
  min-width: 400px;
}

#clinic #staff .staff-list li figure img {
  width: 100%;
}

/* 250718追加 */
#clinic #staff .staff-list li .fukano {
  width: 350px;
  min-width: 400px;
  text-align: right;
}

#clinic #staff .staff-list li .fukano img {
  width: 60%;
  padding-right: 30px;
}

/* 250718追加 */

#clinic #staff .staff-list li article {
  width: calc(100% - 400px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.8;
}

#clinic #staff .staff-list li article .name {
  font-size: 26px;
  color: #1b1d7c;
  font-weight: 700;
  margin-bottom: 15px;
}

#clinic #staff .staff-list li article .name small {
  font-size: 70%;
}

#clinic #staff .staff-list li article .name strong {
  color: #197561;
}

#clinic #staff .staff-list li article .name label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}

#clinic #staff .staff-list li article .name label span {
  border: 1px solid #1b1d7c;
  display: inline-block;
  padding: 5px 10px;
}

#clinic #staff .staff-list li article .txt-box {
  padding: 20px 30px;
  background-color: #f0f2f8;
  border-radius: 15px;
  margin-bottom: 25px;
}

#clinic #staff .staff-list li article ul {
  margin-bottom: 15px;
}

#clinic #staff .staff-list li article ul li {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dotted #dbdbdb;
  position: relative;
  padding-left: 1.5em;
}

#clinic #staff .staff-list li article ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#clinic #staff .staff-list li .qualification {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
}

#clinic #staff .staff-list li .qualification h5 {
  font-weight: 500;
  margin-bottom: 5px;
}

#clinic #staff .staff-list li .qualification ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#clinic #staff .staff-list li .qualification ul li {
  display: block;
  width: 50%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dotted #dbdbdb;
}

#clinic #staff .staff-list li .qualification ul li dd {
  position: relative;
  padding-left: 1.5em;
}

#clinic #staff .staff-list li .qualification ul li dd:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#clinic #facility {
  margin-bottom: 120px;
}

#clinic #facility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -30px;
}

#clinic #facility ul li {
  width: 46%;
  margin-bottom: 30px;
}

#clinic #facility ul li img {
  width: 100%;
}

#clinic #facility ul li p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 10px;
}

#clinic .greeting {
  display: flex;
  justify-content: space-between;
}

#clinic .greeting .txt {
  margin-right: 40px;
}

#clinic .carrier {
  background: #ededed;
  padding: 30px;
  font-size: 16px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #clinic #time {
    margin-bottom: 50px;
  }

  #clinic #time table {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #clinic #time table th,
  #clinic #time table td {
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
    color: #1b1d7c;
    height: auto;
  }

  #clinic #time table th small,
  #clinic #time table td small {
    display: block;
    font-size: 9px;
  }

  #clinic #time table th sub,
  #clinic #time table td sub {
    font-size: 9px;
  }

  #clinic #time table th {
    font-size: 14px;
  }

  #clinic #time table tr.head th {
    background-color: #1b1d7c;
    color: #fff;
    padding: 5px 5px;
    font-weight: 500;
    font-size: 14px;
  }

  #clinic #time .box-list ul {
    display: block;
  }

  #clinic #time .box-list ul li {
    padding: 3% 7%;
    width: 100%;
    font-size: 14px;
  }

  #clinic #history {
    margin-bottom: 50px;
    padding-top: 60px;
    margin-top: -60px;
  }

  #clinic #history dl {
    display: block;
    margin-top: 40px;
  }

  #clinic #history dl dt {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
  }

  #clinic #history dl dt img {
    width: 100%;
  }

  #clinic #history dl dd {
    font-size: 14px;
    width: 100%;
    padding-top: 20px;
  }

  #clinic #history dl dd li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 10px;
  }

  #clinic #staff {
    margin-bottom: 50px;
    padding-top: 60px;
    margin-top: -60px;
  }

  #clinic #staff .main-pic {
    margin-bottom: 0px;
  }

  #clinic #staff .staff-list:not(:first-of-type) {
    margin-top: 60px;
  }

  #clinic #staff .staff-list li {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  #clinic #staff .staff-list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #clinic #staff .staff-list li:nth-child(even) article {
    padding-left: 0;
    padding-right: 0px;
  }

  #clinic #staff .staff-list li figure {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }

  /* 250718追加 */
  #clinic #staff .staff-list li .fukano {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  #clinic #staff .staff-list li .fukano img {
    padding-right: 0;
  }

  /* 250718追加 */

  #clinic #staff .staff-list li article {
    width: 100%;
    padding-left: 0px;
    font-size: 14px;
  }

  #clinic #staff .staff-list li article .name {
    font-size: 20px;
    color: #1b1d7c;
    font-weight: 700;
    margin-bottom: 15px;
  }

  #clinic #staff .staff-list li article .name small {
    font-size: 50%;
  }

  #clinic #staff .staff-list li article .name strong {
    display: inline-block;
    margin-right: -0.5em;
  }

  #clinic #staff .staff-list li article .name label {
    font-size: 14px;
  }

  #clinic #staff .staff-list li article .txt-box {
    padding: 5% 7%;
    margin-bottom: 15px;
  }

  #clinic #staff .staff-list li article ul {
    margin-bottom: 15px;
  }

  #clinic #staff .staff-list li article ul li {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dotted #dbdbdb;
    position: relative;
    padding-left: 1.5em;
  }

  #clinic #staff .staff-list li article ul li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
  }

  #clinic #staff .staff-list li .qualification {
    font-size: 14px;
    margin-top: 20px;
  }

  #clinic #facility {
    margin-bottom: 60px;
    padding-top: 60px;
    margin-top: -60px;
  }

  #clinic #facility ul {
    margin-bottom: -20px;
  }

  #clinic #facility ul li {
    width: 49%;
    margin-bottom: 20px;
  }

  #clinic #facility ul li img {
    width: 100%;
  }

  #clinic #facility ul li p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }

  #clinic .greeting {
    flex-direction: column-reverse;
  }

  #clinic .greeting .txt {
    margin-right: 0px;
    margin-top: 20px;
  }

  #clinic .carrier {
    padding: 20px;
    font-size: 14px;
    margin-bottom: 35px;
  }
}

/*-----------------------------
    medical
-----------------------------*/
#medical #mv {
  background: url(../images/medical/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 0px;
}

#medical #anchor {
  background-color: #f0f2f8;
  padding: 45px 0;
  margin-bottom: 80px;
}

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

#medical #anchor ul li {
  width: 14.28%;
  text-align: center;
}

#medical .area {
  margin-bottom: 100px;
}

#medical .area h3 {
  margin-bottom: 40px;
}

#medical .area .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

#medical .area .block figure {
  width: 27%;
}

#medical .area .block figure img {
  width: 100%;
}

#medical .area .block article {
  width: 73%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 16px;
}

#medical .area dl {
  margin-top: 40px;
}

#medical .area dl dt h4 {
  margin-bottom: 30px;
}

#medical .area dl dd {
  margin-bottom: 60px;
  padding: 0 20px;
  font-size: 16px;
}

#medical .area dl dd:last-of-type {
  margin-bottom: 0px;
}

#medical .area dl dd ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8;
}

#medical .area dl dd ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#medical .area .btn {
  text-align: center;
  margin-top: 30px;
}

#medical .area .btn a {
  height: 56px;
  line-height: 56px;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #medical #anchor {
    background-color: #f0f2f8;
    padding: 15px 0;
    margin-bottom: 40px;
  }

  #medical #anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #medical #anchor ul li {
    width: 25%;
    text-align: center;
  }

  #medical .area {
    margin-bottom: 50px;
    padding-top: 60px;
    margin-top: -60px;
  }

  #medical .area h3 {
    margin-bottom: 40px;
  }

  #medical .area .block {
    display: block;
    padding: 0 0px;
  }

  #medical .area .block figure {
    width: 35%;
    margin: 0 20px 0px 0;
    float: left;
  }

  #medical .area .block figure img {
    width: 100%;
  }

  #medical .area .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    font-size: 14px;
  }

  #medical .area dl {
    margin-top: 20px;
  }

  #medical .area dl dt h4 {
    margin-bottom: 20px;
  }

  #medical .area dl dd {
    margin-bottom: 40px;
    padding: 0 0px;
    font-size: 14px;
  }

  #medical .area .btn {
    text-align: center;
    margin-top: 30px;
  }

  #medical .area .btn a {
    height: 44px;
    line-height: 44px;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}

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

#endoscopy .mv-area {
  font-size: 16px;
  margin-bottom: 60px;
}

#endoscopy .mv-area figure {
  text-align: center;
  margin: 25px 0 45px;
}

#endoscopy .mv-area figure img {
  width: 80%;
  max-width: 700px;
}

#endoscopy .area {
  margin-bottom: 100px;
  font-size: 16px;
}

#endoscopy .area h3.ttl {
  margin-bottom: 50px;
}

#endoscopy .area h4.ttl+p {
  padding: 0 20px;
  font-size: 16px;
}

#endoscopy .area .list {
  padding: 0 20px;
  margin-top: 60px;
}

#endoscopy .area .list dt {
  color: #197561;
  font-weight: 700;
  font-size: 22px;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 15px;
}

#endoscopy .area .list dt:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}

#endoscopy .area .list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}

#endoscopy .area .list dd:last-of-type {
  margin-bottom: 0px;
}

#endoscopy .area .list dd article {
  font-size: 16px;
  margin-right: 40px;
}

#endoscopy .area .list dd figure {
  font-size: 12px;
  text-align: center;
}

#endoscopy .area .list dd figure p {
  margin-top: 5px;
}

#endoscopy .area .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-bottom: 30px;
}

#endoscopy .area .block figure {
  width: 27%;
}

#endoscopy .area .block figure img {
  width: 100%;
}

#endoscopy .area .block article {
  width: 73%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 16px;
}

#endoscopy .area table {
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: #f1f1f8;
}

#endoscopy .area table th,
#endoscopy .area table td {
  padding: 20px 35px;
  border-bottom: 1px solid #fff;
}

#endoscopy .area table th {
  font-size: 18px;
  color: #1b1d7c;
  text-align: left;
  white-space: nowrap;
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#endoscopy .area table td {
  font-size: 16px;
}

#endoscopy .area table+P {
  padding: 0 20px;
  font-size: 16px;
  margin-top: 20px;
}

#endoscopy .area .mb {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #endoscopy .mv-area {
    font-size: 14px;
    margin-bottom: 40px;
  }

  #endoscopy .mv-area figure {
    text-align: center;
    margin: 25px 0 35px;
  }

  #endoscopy .mv-area figure img {
    width: 90%;
    max-width: 700px;
  }

  #endoscopy .area {
    margin-bottom: 50px;
    font-size: 14px;
  }

  #endoscopy .area h3.ttl {
    margin-bottom: 30px;
  }

  #endoscopy .area h4.ttl {
    margin-bottom: 20px;
  }

  #endoscopy .area h4.ttl+p {
    padding: 0 0px;
    font-size: 14px;
  }

  #endoscopy .area .list {
    padding: 0 0px;
    margin-top: 40px;
  }

  #endoscopy .area .list dt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #endoscopy .area .list dd {
    display: block;
    margin-bottom: 15px;
  }

  #endoscopy .area .list dd:last-of-type {
    margin-bottom: 0px;
  }

  #endoscopy .area .list dd article {
    font-size: 14px;
    margin-right: 0px;
  }

  #endoscopy .area .list dd figure {
    font-size: 12px;
    text-align: center;
    width: 45%;
    float: right;
    margin-left: 20px;
  }

  #endoscopy .area .list dd figure p {
    margin-top: 5px;
    line-height: 1.4;
  }

  #endoscopy .area .block {
    display: block;
    padding: 0 0px;
  }

  #endoscopy .area .block figure {
    width: 35%;
    margin: 0 20px 0px 0;
    float: left;
  }

  #endoscopy .area .block figure img {
    width: 100%;
  }

  #endoscopy .area .block article {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    font-size: 14px;
  }

  #endoscopy .area table {
    width: 100%;
    margin: 0 auto;
  }

  #endoscopy .area table th,
  #endoscopy .area table td {
    padding: 10px 10px;
  }

  #endoscopy .area table th {
    font-size: 16px;
    color: #1b1d7c;
    text-align: left;
    white-space: nowrap;
    width: 5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #endoscopy .area table td {
    font-size: 14px;
  }

  #endoscopy .area table+P {
    padding: 0 0px;
    font-size: 14px;
    margin-top: 10px;
  }

  #endoscopy .area .mb {
    margin-bottom: 40px;
  }
}

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

#access #map {
  margin-bottom: 100px;
}

#access #map .inner h3 {
  margin-bottom: 50px;
}

#access #map .inner iframe {
  width: 100%;
  height: 400px;
}

#access #map .inner .movie {
  width: 100%;
  margin: 30px 0 40px;
}

#access #map .inner .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#access #map .inner .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#access #map .inner p {
  background-color: #f1f1f8;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

#access #map .inner article {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#access #map .inner article .table-wrap {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}

#access #map .inner article table {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}

#access #map .inner article table th {
  padding: 20px 25px;
  background-color: #e2e2f0;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  text-align: left;
  width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

#access #map .inner article table td {
  padding: 20px 25px;
  background-color: #f1f1f8;
  border-bottom: 2px solid #fff;
}

#access #parking {
  margin-bottom: 100px;
}

#access #parking h3 {
  margin-bottom: 50px;
}

#access #parking h3+p {
  font-weight: 400;
  font-size: 16px;
}

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

#access #parking ul li {
  width: 50%;
  font-size: 16px;
}

#access #parking ul li:nth-child(1) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

#access #parking ul li:nth-child(1) img {
  width: 100%;
  border: 1px solid #197561;
}

#access #parking ul li h4 {
  color: #197561;
  font-weight: 700;
  font-size: 20px;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}

#access #parking ul li h4:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}

#access #parking ul li dl {
  margin-bottom: 20px;
}

#access #parking ul li dl dd {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-bottom: 5px;
}

#access #parking ul li dl dd:last-of-type {
  margin-bottom: 0px;
}

#access #parking ul li dl dd span {
  position: absolute;
  top: 0;
  left: 0;
}

#access #parking ul li table {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}

#access #parking ul li table th {
  padding: 10px 25px;
  background-color: #e2e2f0;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  width: 250px;
}

#access #parking ul li table td {
  padding: 10px 15px;
  background-color: #f1f1f8;
  border-bottom: 2px solid #fff;
  text-align: center;
}

#access #parking ul li table+.note {
  font-size: 13px;
  position: relative;
  padding-left: 1.5em;
  margin-top: 10px;
}

#access #parking ul li table+.note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #access #map {
    margin-bottom: 50px;
  }

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

  #access #map .inner iframe {
    width: 100%;
    height: 200px;
  }

  #access #map .inner .movie {
    margin: 15px 0 25px;
  }

  #access #map .inner p {
    font-size: 14px;
    padding: 15px 5%;
    text-align: center;
  }

  #access #map .inner article {
    display: block;
  }

  #access #map .inner article .table-wrap {
    width: 100%;
    padding-left: 0px;
  }

  #access #map .inner article table {
    font-size: 14px;
  }

  #access #map .inner article table th {
    padding: 10px 10px;
    width: 5em;
  }

  #access #map .inner article table td {
    padding: 10px 10px;
  }

  #access #parking {
    margin-bottom: 50px;
  }

  #access #parking h3 {
    margin-bottom: 30px;
  }

  #access #parking h3+p {
    font-size: 14px;
  }

  #access #parking ul {
    display: block;
  }

  #access #parking ul li {
    width: 100%;
    font-size: 14px;
  }

  #access #parking ul li:nth-child(1) {
    padding-right: 0px;
    margin-bottom: 15px;
  }

  #access #parking ul li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #access #parking ul li dl {
    margin-bottom: 15px;
  }

  #access #parking ul li table {
    width: 100%;
    font-size: 14px;
  }

  #access #parking ul li table th {
    padding: 10px 10px;
    width: 10em;
  }

  #access #parking ul li table td {
    padding: 10px 10px;
    vertical-align: middle;
  }

  #access #parking ul li table+.note {
    font-size: 12px;
    margin-top: 5px;
  }
}

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

#news-list #news {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #news-list #news {
    margin-bottom: 50px;
  }
}

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

#prevention #lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
  line-height: 1.6;
}

#prevention #lead strong {
  color: #d42a18;
  font-size: 24px;
}

#prevention #lead ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
}

#prevention #lead ul li {
  font-size: 22px;
  font-weight: 700;
  width: 140px;
  line-height: 140px;
  background-color: #197561;
  color: #fff;
  border-radius: 160px;
  text-align: center;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#prevention #lead ul li:nth-child(3) {
  line-height: 1.4;
  margin-right: 0px;
  padding-top: 37px;
}

#prevention #lead ul li:after {
  content: '';
  width: 144px;
  height: 144px;
  border-radius: 144px;
  border: 1px solid #197561;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#prevention #taisaku #anchor {
  margin: 60px 0 60px;
}

#prevention #taisaku #anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#prevention #taisaku #anchor ul li {
  width: calc(25% - 1px);
  text-align: center;
  background-color: #f0f2f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1px;
}

#prevention #taisaku #anchor ul li:first-child {
  margin-left: 0px;
}

#prevention #taisaku #anchor ul li:last-child {
  width: 40%;
  margin-left: 30%;
  margin-top: 30px;
}

#prevention #taisaku #anchor ul li:last-child a {
  padding: 20px;
}

#prevention #taisaku #anchor ul li a {
  display: block;
  color: #197561;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 150px 0 20px;
}

#prevention #taisaku .area {
  margin-bottom: 60px;
}

#prevention #taisaku .area h4.ttl {
  margin-bottom: 20px;
}

#prevention #taisaku .area p {
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 40px;
}

#prevention #taisaku .area p:last-of-type {
  margin-bottom: 0px;
}

#prevention #taisaku .area p a {
  text-decoration: underline;
}

#prevention #taisaku .area p a:hover {
  text-decoration: none;
}

#prevention #taisaku .area p.mes {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 100px;
  padding-top: 40px;
}

#prevention #taisaku .area p.mes span {
  background-color: #1b1d7c;
  color: #fff;
  line-height: 1;
  padding: 20px 40px;
  display: inline-block;
}

/*-----------------------------
    achievements
-----------------------------*/
#achievements {
  background: url(/asset/images/top/achievement-bk.jpg);
  background-size: cover;
  padding: 80px 0 80px;
}

#achievements h2 {
  position: relative;
  padding-top: 40px;
  text-align: center;
  font-size: 46px;
  margin-bottom: 30px;
  color: #1a1b70;
}

#achievements h2:before {
  content: "";
  background: url(/asset/images/top/icon1.png) no-repeat;
  background-size: 50px;
  width: 50px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#achievements h2+p {
  margin-bottom: 25px;
  margin-top: -10px;
  text-align: center;
}

#achievements .box {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

#achievements .box strong {
  color: #E14242;
  font-size: 57px;
  margin: 0 10px;
}

#achievements .box span {
  font-size: 34px;
}

#achievements .box span small {
  font-size: 18px;
  display: block;
}

#achievements .box p {
  font-size: 22px;
  margin-bottom: 35px;
}

#achievements .box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 10px;
}

#achievements .box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  box-shadow: 0 0 5px #b2b2b2;
  background: #fff;
}

#achievements .box ul li h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

#achievements .box ul li strong {
  color: #d42a18;
  font-size: 60px;
}

@media screen and (max-width: 768px) {
  #top #achievements {
    padding: 40px 0 40px;
  }

  #top #achievements h2 {
    padding-top: 35px;
    margin-bottom: 15px;
    font-size: 26px;
  }

  #top #achievements h2:before {
    content: "";
    background: url(/asset/images/top/icon1.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 28px;
  }

  #top #achievements h2+p {
    margin-bottom: 15px;
    text-align: left;
  }

  #top #achievements .box p {
    margin-bottom: 25px;
  }

  #top #achievements .box ul {
    display: block;
  }

  #top #achievements .box ul li {
    padding: 20px 20px;
    margin-bottom: 10px;
  }

  #top #achievements .box ul li:last-child {
    margin-bottom: 0px;
  }

  #top #achievements .box ul li h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  #achievements .box ul li strong {
    font-size: 40px;
  }

  #achievements .box span {
    font-size: 26px;
  }
}

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

#faq #faq-contents .intro {
  background: #e1f2eb;
  padding: 30px;
  text-align: center;
  margin-bottom: 60px;
  border-radius: 10px;
  position: relative;
}

#faq #faq-contents .intro img.r-img {
  width: 183px;
  right: 40px;
  top: -111px;
  z-index: -1;
  position: absolute;
}

#faq #faq-contents .intro img.l-img {
  width: 84px;
  left: 50px;
  top: -108px;
  z-index: -1;
  position: absolute;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 20px 80px 20px 30px;
  cursor: pointer;
  border-bottom: 1px solid #197561;
}

.qa-list dl:first-child {
  border-top: 1px solid #197561;
}

.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #197561;
  border-right: 2px solid #197561;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 18px;
}

.qa-list dl dt::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #197561;
}

.qa-list dl dd::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #197561;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
  display: flex;
}

.qa-list dl dd img {
  width: 70px;
  height: 70px;
}

.qa-list dl dd p {
  margin-left: 20px;
  background-color: #f0f2f8;
  border-radius: 10px;
  padding: 1.5em 2em;
  position: relative;
  width: 100%;
}

.qa-list dl dd p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 14px solid #f0f2f8;
  position: absolute;
  left: -13px;
  top: 20px;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #faq #faq-contents .intro {
    padding: 20px;
    text-align: left;
    margin-bottom: 40px;
  }

  #faq #faq-contents .intro img.r-img {
    width: 99px;
    right: 0px;
    top: -58px;
  }

  #faq #faq-contents .intro img.l-img {
    width: 46px;
    left: 30px;
    top: -59px;
  }

  .qa-list dl {
    position: relative;
    padding: 15px 0 15px 10px;
  }

  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 0 40px 0 30px;
    font-size: 14px;
  }

  .qa-list dl dt::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'Q.';
  }

  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }

  .qa-list dl dd img {
    width: 60px;
    height: 60px;
  }

  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    flex-direction: column;
  }

  .qa-list dl dd p {
    margin: 20px 0 0;
    width: inherit;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }

  .qa-list dl dd p::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 14px solid #f0f2f8;
    border-top: 0;
    position: absolute;
    left: 1em;
    top: -11px
  }
}

#achievements-top {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
  text-align: center;
}

#achievements-top:before {
  content: '';
  background: url(../images/top/achievements_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

#achievements-top:after {
  content: '';
  background: rgba(25, 117, 97, 0.5);
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*transform: skewX(-10deg);*/
}

#achievements-top h2 {
  color: #fff;
}

#achievements-top h2.ttl span:before {
  background-color: #fff;
}

#achievements-top p {
  color: #fff;
}

#achievements-top strong {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 5px 40px;
  margin: -10px 0 30px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

#achievements-top strong:after {
  content: '';
  background: rgba(25, 117, 97, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-10deg);
}

#achievements-top strong small {
  font-size: 80%;
}

#achievements-top strong em {
  font-size: 220%;
  display: inline-block;
  margin: 0.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

#achievements-top ul {
  display: flex;
  justify-content: space-between;
}

#achievements-top ul li {
  text-align: center;

  padding: 50px 0 40px;
  box-sizing: border-box;
  width: 24%;
  position: relative;
  z-index: 1;
}

#achievements-top .js-yes li:after {
  content: '';
  background: url(../images/top/circle.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(-45deg);
  opacity: 0;
}

/* 250718追加 */
#achievements-top .js-no li:after {
  content: '';
  background: url(../images/top/circle.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* transform: rotate(-45deg); */
  /* opacity: 0; */
}

/* 250718追加 */

#achievements-top ul li.active:after {
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.5s all ease-out;
}

#achievements-top ul li h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #142163;
  position: relative;
  padding-bottom: 15px;
}

#achievements-top ul li h3:after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #142163;
}

#achievements-top ul li .js-count span {
  font-size: 56px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #197561;
}

#achievements-top ul li .js-count small {
  font-size: 20px;
  margin-left: 0.2em;
  font-weight: 700;
}

#achievements-top ul li .note {
  color: #555;
  position: relative;
  padding-left: 1.2em;
  text-align: left;
  max-inline-size: max-content;
  margin-inline: auto;
  font-size: 12px;
}

#achievements-top ul li .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #achievements-top {
    padding: 40px 0 30px;
  }

  #achievements-top:before {
    background-position: 22% 50%;
  }

  #achievements-top strong {
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 10px 20px 2px;
    margin: -5px 0 20px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 1;
  }

  #achievements-top ul {
    display: flex;
    flex-wrap: wrap;
  }

  #achievements-top ul li {
    text-align: center;

    padding: 35px 0 30px;
    box-sizing: border-box;
    width: 49%;
    position: relative;
    z-index: 1;
    margin-bottom: 2%;
  }

  #achievements-top .js-yes li:after {
    content: '';
    background: url(../images/top/circle.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-45deg);
    opacity: 0;
  }

  /* 250718追加 */
  #achievements-top .js-no li:after {
    content: '';
    background: url(../images/top/circle.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* transform: rotate(-45deg);
    opacity: 0; */
  }

  /* 250718追加 */

  #achievements-top ul li.active:after {
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.5s all ease-out;
  }

  #achievements-top ul li h3 {
    font-size: 17px;
    margin-bottom: 7px;
    padding-bottom: 10px;
  }

  #achievements-top ul li h3:after {
    width: 30px;
  }

  #achievements-top ul li .js-count span {
    font-size: 36px;
  }

  #achievements-top ul li .js-count small {
    font-size: 12px;
  }

  #achievements-top ul li .note {
    font-size: 10px;
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
}

#day-surgery-top {
  padding: 60px 0 80px;
  margin-top: -80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  text-align: center;
}

#day-surgery-top:before {
  content: '';
  background: url(../images/top/day-surgery_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

#day-surgery-top:after {
  content: '';
  background: rgba(39, 57, 143, 0.2);
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*transform: skewX(-10deg);*/
}

#day-surgery-top h2 {
  /*color: #fff;*/

}

#day-surgery-top h2.ttl span:before {
  /*background-color: #fff;*/
}

#day-surgery-top h2+p {
  margin-bottom: 40px;
  color: #333;
}

#day-surgery-top strong {
  color: #D42A18;
  font-size: 32px;
  line-height: 1.4;

  letter-spacing: 0.1em;
}

#day-surgery-top strong small {
  display: block;
  font-size: 80%;
  color: #333;
  text-shadow: none;
}

#day-surgery-top p.txt {
  color: #142163;
  font-size: 20px;
  margin: 20px 0 20px;
  font-weight: 700;
}

#day-surgery-top p.txt span {
  display: inline-block;
  padding: 10px 40px;
  line-height: 1.4;
  border-top: 3px double #142163;
  border-bottom: 3px double #142163;
}

#day-surgery-top .flex {
  /*display: flex;
  flex-direction: row-reverse;*/
  position: relative;
}

#day-surgery-top .flex figure {
  width: calc(40% + ((100vw - 100%)/2));
  height: 100%;
  background: url(../images/top/day-surgery.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: calc((100% - 100vw)/2);
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
}

#day-surgery-top .flex figure img {}

#day-surgery-top .flex article {
  width: 60%;
  box-sizing: border-box;
  padding: 0px 20px 0px 0;
  font-size: 16px;
}

#day-surgery-top .flex article .btn {
  margin-top: 40px;
}

#day-surgery-top .flex article .btn a {
  height: 54px;
  line-height: 54px;
  max-width: 300px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #day-surgery-top {
    padding: 30px 0 40px;
    margin-top: -40px;
    margin-bottom: 40px;
  }

  #day-surgery-top:before {
    background: url(../images/top/day-surgery_bg_sp.jpg) no-repeat 40% bottom;
    background-size: cover;
  }

  #day-surgery-top h2+p {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 12px;
  }

  #day-surgery-top strong {
    font-size: 26px;
  }

  #day-surgery-top p.txt {
    font-size: 18px;
    margin: 10px 0 10px;
  }

  #day-surgery-top p.txt span {
    padding: 10px 20px;
  }

  #day-surgery-top .flex {
    /*display: flex;
    flex-direction: row-reverse;*/
    position: relative;
  }

  #day-surgery-top .flex figure {
    width: 110%;
    height: 300px;
    background: url(../images/top/day-surgery.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    top: 0;
    right: auto;
    left: -5%;
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
    display: block;
    margin-bottom: 20px;
  }

  #day-surgery-top .flex article {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 0;
    font-size: 14px;
  }

  #day-surgery-top .flex article .btn {
    margin-top: 20px;
  }

  #day-surgery-top .flex article .btn a {
    height: 40px;
    line-height: 40px;
    max-width: 260px;
  }
}


/* 20250402追記 */
section#achievements-top .inner ul:nth-of-type(1) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  section#achievements-top .inner ul:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

/* 20250819追記 */
#information .inner {
  max-width: 1000px !important;
}

@media screen and (max-width: 767px) {
  #information .inner {
    max-width: 100% !important;
  }
}

/* 20250823追加 */
#lp .lp-cont {
  display: flex;
}

/* #lp .lp-cont .items {
    display: flex;
} */

#lp .lp-cont .items .item {
  display: flex;
  min-height: 300px;
  width: 100%;
  height: 400px;
}

#lp .lp-cont .items {
  width: 33.333333333%;
}

#lp .lp-cont .items:hover {
  opacity: 0.8;
  transition: .4s;
}

#lp .lp-cont .items .item .img {
  width: 100%;
}

#lp .lp-cont .items .item .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#lp img {
  vertical-align: bottom;
  max-width: 100%;
}

#lp .lp-cont .items .item .txt {
  background: #1b1d7c;
  color: #fff;
  padding: 20px 13px;
  display: flex;
  position: relative;
}

#lp .lp-cont .items .item .txt::before {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#lp .lp-cont .items .item .txt p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 8px;
  line-height: 1.2;
  text-align: center;
}

#lp .lp-cont .items .item .txt p span {
  font-weight: 700;
  font-size: 28px;
}

/* #lp .lp-cont {
  margin-bottom: 60px;
} */
section#lp {
  /* background-color: #E8E1CF; */
  background-color: #cfe8e5;
  padding: 90px 0 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 45px 30px 30px;
  margin-bottom: 60px;
}

section#lp:after {
  content: "";
  /* background-color: #EEE8DA; */
  background-color: #daeeeb;
  position: absolute;
  top: 50%;
  right: -10%;
  width: 100vw;
  height: 3000px;
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #lp .lp-cont {
    display: block;
  }

  #lp .lp-cont .items .item .txt p {
    writing-mode: horizontal-tb;
    font-size: 19px;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.2;
  }

  #lp .lp-cont .items .item .img img {
    height: 200px;
    width: 100%;
  }

  #lp .lp-cont .items {
    width: 100%;
  }

  #lp .lp-cont .items .item {
    display: inline-block;
  }

  #lp .lp-cont .items .item .txt {
    padding: 11px 0 15px;
    display: block;
  }

  #lp .lp-cont .items .item {
    min-height: auto;
    width: 100%;
    height: auto;
  }

  /* #lp .lp-cont {
  margin-bottom: 40px;
} */

  #lp .lp-cont .items .item .txt p span {
    font-weight: 700;
    font-size: 16px;
  }

  section#lp {
    padding: 25px 20px 20px;
    margin-bottom: 30px;
  }

  section#lp:after {
    right: 0%;
  }

}

/* 20250905追加 */
header nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #fff;
  padding: 10px 0;
}

header nav.fixed ul {
  position: relative;
  padding-left: 58px;
}

header nav.fixed ul:before {
  content: '';
  background: url(/asset/images/logo2.png) no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header nav.fixed ul {
  max-width: 1200px;
  margin: auto;
}

#clinic #history {
  padding-top: 120px;
  margin-top: -120px;
}

#clinic #staff {
  padding-top: 120px;
  margin-top: -120px;
}

#clinic #facility {
  padding-top: 120px;
  margin-top: -120px;
}

#medical .area {
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {

  #clinic #history,
  #clinic #staff,
  #clinic #facility {
    padding-top: 60px;
    margin-top: -60px;
  }

  #medical .area {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* 20250911 お問い合わせセクション追加 */
section#ft-contact {
  background-image: url(../images/top/background_b.png);
  background-size: auto 100%;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 60px;
}

#faq section#ft-contact {
  margin-top: 80px;
}

#ft-contact h3 {
  font-size: 33px;
  font-family: "Noto Serif JP";
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  padding: 55px 0 0;
  position: relative;
}

#ft-contact h3::before {
  position: absolute;
  bottom: -2.8rem;
  left: 15%;
  right: 15%;
  border-bottom: 9px solid;
  content: '';
  color: #89b5ff;
}

#ft-contact h3::after {
  position: absolute;
  bottom: -1.8rem;
  left: 15%;
  right: 15%;
  border-bottom: 2px solid;
  content: '';
  color: #89b5ff;
}

#ft-contact h3 .english {
  display: block;
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-size: 55px;
  color: #89b5ff;
}

#ft-contact .container {
  display: flex;
  gap: 3em 3%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px auto 30px;
}

#ft-contact .btnWeb a,
.btnTel a {
  background-color: #1b1d7c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  transition: 0.5s;
}

#ft-contact .btnWeb a::after {
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  margin-left: 50px;
  margin-top: 6px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  content: '';
}

#ft-contact .btnTel a {
  font-size: 35px;
  text-align: center;
}

#ft-contact .btnTel a::after {
  content: url(../images/top/tel2.png);
  transform: translateY(10%);
  width: 54px;
  height: auto;
  margin-left: 30px;
}

#ft-contact .inner {
  text-align: center;
  padding-bottom: 40px;
  font-size: 1.1em;
}

#ft-contact .btnWeb a:hover,
#ft-contact .btnTel a:hover {
  background-color: #191b64;
}

br.brSp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.brSp {
    display: block;
  }

  section#ft-contact {
    margin-bottom: 40px;
  }

  #faq section#ft-contact {
    margin-top: 60px;
  }

  #ft-contact h3 {
    font-size: 22px;
    padding: 55px 0 0;
    line-height: 1.2;
    padding-top: 30px;
  }

  #ft-contact h3::before {
    bottom: -2rem;
    left: 5%;
    right: 5%;
    border-bottom: 7px solid;
  }

  #ft-contact h3 .english {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #ft-contact h3::after {
    bottom: -1rem;
    left: 5%;
    right: 5%;
    border-bottom: 2px solid;
  }

  #ft-contact .container {
    margin: 70px auto 0px;
    gap: 0em 3em;
  }

  #ft-contact .btnWeb a,
  #ft-contact .btnTel a {
    margin: 0 auto;
    font-size: 22px;
    margin-bottom: 20px;
    padding-right: 30px;
    text-align: center;
    position: relative;
    display: block;
    width: 240px;
    padding: 15px 20px 15px 0;
    text-decoration: none;
    text-align: center;
    height: 40px;
  }

  #ft-contact .btnWeb a::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    margin: auto;
    box-sizing: border-box;
  }

  #ft-contact .btnTel a {
    font-size: 23px;
    text-align: center;
    justify-content: center;
  }

  #ft-contact .btnTel a::after {
    content: url(../images/top/tel2_sp.png);
    transform: translateY(17%);
    width: 0px;
    position: absolute;
    margin-left: 20px;
  }

  #ft-contact .inner {
    padding-bottom: 20px;
  }
}

/* footer sp nav */
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu__btn {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  width: 50%;
  height: 60px;
  line-height: 60px;
  background-color: #d42b18f3;
  text-align: center;
  border-top: 1px solid #ffffff52;
  box-sizing: border-box;
}

.sp_bottom-menu__btn::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url(/asset/images/top/icon-sp-reserve.png) no-repeat center center/contain;
  margin-right: 5px;
  margin-bottom: 3px;
}

.sp_bottom-menu__btn--line {
  background-color: #197561f3 !important;
}

.sp_bottom-menu__btn--line::before {
  width: 22px;
  height: 30px;
  background-image: url(/asset/images/top/icon-sp-line.png) !important;
}

.sp_bottom-menu__btn--tel {
  background-color: #1b1d7cf5 !important;
}

.sp_bottom-menu__btn--tel::before {
  width: 19px;
  height: 29px;
  background-image: url(/asset/images/top/icon-sp-tel.png) !important;
}

@media screen and (max-width: 768px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}

/* 251003 */
.poripu {
  width: 500px;
  height: 100%;
  max-width: 80%;
  display: block;
  margin: 20px auto 0;
}

/* 251023 */
#contact {
  font-size: 16px;
}

#contact-mv {
  background-image: url(/asset/images/contact/mv.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 500px;
  height: 500px;
  margin-top: 20px;
  position: relative;
}

.contact-mv-text {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

.contact-mv-text h2 {
  color: #1b1d7c;
  font-size: 45px;
  font-family: "Noto Serif JP";
  font-weight: 900;
  line-height: 1.6;
}

.contact-mv-text p {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.8;
}

#contact-btn {
  background-image: url(/asset/images/contact/osusume3.png);
  background-size: cover;
  background-position: center;
}

#contact-btn .btn-link {
  display: inline-block;
  width: 420px;
  padding: 20px 0px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#contact-btn span {
  font-size: 30px;
  font-family: "Noto Serif JP";
  font-weight: 900;
  line-height: 1.2;
}

#contact-btn p {
  padding-left: 20px;
}

#contact-btn .osusume1 {
  background: #f39800;
  position: relative;
}

#contact-btn .osusume1:hover {
  opacity: 0.8;
}

#contact-btn .osusume1::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/asset/images/contact/osusume1.png");
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 27%;
}

#contact-btn .osusume2 {
  background: #197561;
  position: relative;
}

#contact-btn .osusume2:hover {
  opacity: 0.8;
  cursor: pointer;
}

#contact-btn .osusume2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/asset/images/contact/osusume2.png");
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 28%;
}

#contact-btn .osusume1::after,
#contact-btn .osusume2::after {
  content: "";
  display: inline-block;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  right: 40px;
  top: 28%;
}

#contact-btn .inner {
  display: flex;
  height: 280px;
  gap: 70px;
  justify-content: center;
  align-items: center;
}

#contact-form h3 {
  background-color: #1b1d7c;
  color: #fff;
  width: 100vw;
  text-align: center;
  font-size: 30px;
  padding: 25px;
  font-family: "Noto Serif JP";
}

#contact-form p {
  text-align: center;
  padding: 30px;
}

#contact-form .contact-form {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .contact-mv-text {
    left: 50%;
    width: 100%;
  }

  #contact-btn .inner {
    flex-direction: column;
    gap: 30px;
    height: 300px;
  }

  .contact-mv-text h2 {
    color: #1b1d7c;
    font-size: 36px;
  }

  #contact-form h3 {
    font-size: 24px;
    padding: 20px 0;
  }

  #contact-btn .btn-link {
    width: 350px;
    padding: 15px 0px;
  }

  #contact-btn .osusume1::before,
  #contact-btn .osusume2::before {
    width: 40px;
    height: 40px;
    left: 25px;
    top: 30%;
  }

  #contact-btn .osusume1::after,
  #contact-btn .osusume2::after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #fff;
    right: 30px;
  }

  #contact-btn span {
    font-size: 26px;
  }
}

/* メールフォーム */

#contact-form {
  scroll-margin-top: 78px;
  padding-bottom: 60px;
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #333333;
  line-height: 120%;
  font-size: 16px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #333333;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #F0F2F8;
  text-align: left;
  vertical-align: middle;
  font-family: "Noto Serif JP";
  font-weight: bold;
}

input {
  border-width: thin;
}

.form-btn {
  border-width: inherit;
  background-color: #F39800;
  padding: 10px 30px;
  color: #fff;
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 16px;
}

table.formTable td span {
  font-size: 14px;
  color: #F39800;
}

.form-youken {
  padding: 2px 10px;
}

.form-btn:hover {
  opacity: 0.8;
}

#formArea {
  transition: all 0.5s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

#formArea.show {
  max-height: 620px;
  opacity: 1;
}

#formWrap .formTable select {
  -webkit-appearance: auto;
  appearance: auto;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:768px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }

  form input[type="text"],
  form textarea {
    width: 80%;
    padding: 5px;
    font-size: 100%;
    display: block;
  }

  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    width: 100%;
  }

  .form-youken {
    padding: 8px 10px;
    font-size: 14px;
  }

  .form-btn {
    padding: 15px 30px;
    font-size: 18px;
  }

  #contact-form {
    scroll-margin-top: 65px;
  }

  #formArea.show {
    max-height: 1000px;
  }
}

/* 20251119 */
#endoscopy .bnr-lp-area {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

#endoscopy .bnr-lp-area figure {
  transition: 0.4s;
}

#endoscopy .bnr-lp-area figure:hover {
  opacity: 0.8;
}

@media screen and (max-width:768px) {
  .bnr-lp-area {
    flex-direction: column;
    gap: 10px;
  }
}