@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto+Condensed&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_tn {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

html {
  /*
	max-width: 1680px;
	width: 100%;
	margin: auto;
	background: #000;
	.slide_item__main {
		opacity: 1 !important;
		visibility: inherit !important;
	}
	*/
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 1023px) {
  body {
    padding: 0 0 61px;
  }
}

body a {
  word-break: break-all;
}

body.fixed {
  position: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold, strong {
  font-weight: inherit;
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

.contents {
  position: relative;
}

.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .innerWrap {
    max-width: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WordPress
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
article .entry p, article .entry ul, article .entry ol, article .entry table {
  margin-bottom: 30px;
}

article .entry p:empty {
  display: none;
}

article .entry .alignleft {
  float: left;
  display: block;
  margin-right: 30px;
  margin-bottom: 30px;
}

article .entry .alignright {
  float: right;
  display: block;
  margin-left: 30px;
  margin-bottom: 30px;
}

article .entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

article .entry img {
  height: auto;
  max-width: 100%;
}

article .entry table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

article .entry table th, article .entry table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px 20px;
  text-align: left;
}

article .entry table th {
  background: #f9f9f9;
  font-weight: 700;
}

article .entry .wp-caption-text {
  font-size: 80%;
}

article .entry .gallery {
  overflow: hidden;
  margin: 0 -3px 30px;
}

article .entry .gallery img {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}

article .entry .gallery .gallery-caption {
  margin: 5px 0 0;
  line-height: 1.4;
}

article .entry .gallery .gallery-item {
  float: left;
  margin-top: 15px;
  text-align: center;
  padding: 0 3px;
}

article .entry .gallery .gallery-item + br {
  display: none !important;
  clear: none !important;
}

article .entry .gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}

article .entry .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-8 .gallery-item {
  width: calc(100% / 8);
}

article .entry .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
}

article .entry .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}

article .entry .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-5 .gallery-item {
  width: calc(100% / 5);
}

article .entry .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-4 .gallery-item {
  width: calc(100% / 4);
}

article .entry .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}

article .entry .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-2 .gallery-item {
  width: calc(100% / 2);
}

article .entry .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n+1) {
  clear: left;
}

article .entry .gallery.gallery-columns-1 .gallery-item {
  width: calc(100% / 1);
}

@media only screen and (max-width: 767px) {
  article .entry p, article .entry ul, article .entry ol, article .entry table {
    margin-bottom: 15px;
  }
  article .entry .alignleft {
    margin-right: 15px;
  }
  article .entry .alignright {
    margin-right: 15px;
  }
  article .entry .gallery.gallery-columns-9 .gallery-item {
    width: calc(100% / 4);
  }
  article .entry .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
    clear: none;
  }
  article .entry .gallery.gallery-columns-9 .gallery-item:nth-of-type(4n+1) {
    clear: left;
  }
  article .entry .gallery.gallery-columns-8 .gallery-item {
    width: calc(100% / 4);
  }
  article .entry .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+1) {
    clear: none;
  }
  article .entry .gallery.gallery-columns-8 .gallery-item:nth-of-type(4n+1) {
    clear: left;
  }
  article .entry .gallery.gallery-columns-7 .gallery-item {
    width: calc(100% / 4);
  }
  article .entry .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+1) {
    clear: none;
  }
  article .entry .gallery.gallery-columns-7 .gallery-item:nth-of-type(4n+1) {
    clear: left;
  }
  article .entry .gallery.gallery-columns-6 .gallery-item {
    width: calc(100% / 3);
  }
  article .entry .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
    clear: none;
  }
  article .entry .gallery.gallery-columns-6 .gallery-item:nth-of-type(3n+1) {
    clear: left;
  }
  article .entry .gallery.gallery-columns-5 .gallery-item {
    width: calc(100% / 3);
  }
  article .entry .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
    clear: none;
  }
  article .entry .gallery.gallery-columns-5 .gallery-item:nth-of-type(3n+1) {
    clear: left;
  }
  article .entry .gallery.gallery-columns-4 .gallery-item {
    width: calc(100% / 3);
  }
  article .entry .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
    clear: none;
  }
  article .entry .gallery.gallery-columns-4 .gallery-item:nth-of-type(3n+1) {
    clear: left;
  }
  article .entry .gallery.gallery-columns-3 .gallery-item {
    width: calc(100% / 2);
  }
  article .entry .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
    clear: none;
  }
  article .entry .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n+1) {
    clear: left;
  }
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 5px;
}

.wp-pagenavi .first:before, .wp-pagenavi .last:before, .wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before, .wp-pagenavi .page:before, .wp-pagenavi .current:before, .wp-pagenavi .extend:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fcf;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi .pages {
  order: 50;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0 0;
}

.wp-pagenavi .page {
  min-width: 30px;
  margin: 0 5px;
}

.wp-pagenavi .current {
  min-width: 30px;
  margin: 0 5px;
}

.wp-pagenavi .current:before {
  opacity: 1;
}

.wp-pagenavi .extend {
  align-self: flex-end;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 30px;
  margin: 0 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 .main {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 4.0rem;
  line-height: 1.34;
}

@media only screen and (max-width: 1023px) {
  .hd01 .main {
    line-height: 1.15;
  }
}

.hd01 .main:first-letter {
  color: #19456C;
}

.hd01 .sub {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .08em;
  margin: 2px 0 0;
}

@media only screen and (max-width: 1023px) {
  .hd01 .sub {
    margin-top: 7px;
  }
}

.hd02 {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #888;
  color: #19456C;
  font-size: 2.6rem;
  line-height: 1.45;
  padding: 0 0 17px;
}

@media only screen and (max-width: 1023px) {
  .hd02 {
    font-size: 2.4rem;
  }
}

.hd02:before {
  content: '';
  opacity: .5;
  position: absolute;
  top: 0;
  left: -6px;
  z-index: -1;
  width: 24px;
  height: 28px;
  background: #4F93A6;
  transform: skewX(-35deg);
  transform-origin: right top;
}

@media only screen and (max-width: 1023px) {
  .hd02:before {
    left: -3px;
    width: 16px;
    height: 19px;
  }
}

.hd02.mini {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
}

.hd02.mini:before {
  display: none;
}

.hd03 {
  color: #19456C;
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
}

.hd03_left {
  color: #19456C;
  font-size: 2.2rem;
  line-height: 1.6;
}

.hd04 {
  text-align: center;
}

.hd04 .en {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 4.0rem;
  line-height: 1.34;
}

@media only screen and (max-width: 1023px) {
  .hd04 .en {
    font-size: 3.4rem;
  }
}

.hd04 .en:first-letter {
  color: #19456C;
}

.hd04 .jp {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .08em;
  margin: 5px 0 0;
}

@media only screen and (max-width: 1023px) {
  .hd04 .jp {
    margin: 7px -15px 0;
  }
}

.hd05 {
  color: #19456C;
  font-size: 2.6rem;
  line-height: 1.6;
  padding: 3px 0;
}

@media only screen and (max-width: 1023px) {
  .hd05 {
    position: relative;
    padding: 3px 0 3px 64px;
  }
}

.hd05 .num {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: top;
  width: 43px;
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.0;
  padding: 12px 10px 12px 20px;
  margin: 0 27px 0 18px;
}

@media only screen and (max-width: 1023px) {
  .hd05 .num {
    position: absolute;
    left: 0;
    margin: 0;
  }
}

.hd05 .num:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: -5px;
  z-index: -1;
  background: #4F93A6;
  transform: skewX(-35deg);
}


/*-------------------------
  btn
-------------------------*/
/* 紺→水色 */
.btn01 {
  position: relative;
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

.btn01 > a,
.btn01 .btn_inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 74px;
  background: #19456C;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding: 10px;
}

@media only screen and (max-width: 1023px) {
  .btn01 > a,
  .btn01 .btn_inner {
    min-height: 50px;
  }
}

.btn01 > a:before,
.btn01 .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 0;
  background: #7DBFD1;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn01 > a:after,
.btn01 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: auto 0;
}

.btn01 > a span,
.btn01 .btn_inner span {
  position: relative;
  z-index: 0;
}

.btn01 > a:hover:before,
.btn01 .btn_inner:hover:before {
  content: '';
  right: 0;
}

/* 英＋日　白→紺 */
.btn02 {
  position: relative;
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

.btn02 .btn_inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 74px;
  background: #fff;
  border: 1px solid #19456C;
  box-sizing: border-box;
  padding: 10px;
}

@media only screen and (max-width: 1023px) {
  .btn02 .btn_inner {
    min-height: 50px;
    font-size: 1.4rem;
  }
}

.btn02 .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 0;
  background: #19456C;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn02 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background: #4F93A6;
  margin: auto 0;
}

.btn02 .btn_inner .text {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn02 .btn_inner .text .en {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 2.2rem;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .btn02 .btn_inner .text .en {
    font-size: 1.9rem;
  }
}

.btn02 .btn_inner .text .en strong {
  color: #19456C;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn02 .btn_inner .text .en + .jp {
  margin-left: 16px;
}

@media only screen and (max-width: 1023px) {
  .btn02 .btn_inner .text .en + .jp {
    margin-left: 7px;
  }
}

.btn02 .btn_inner:hover:before {
  content: '';
  right: 0;
}

.btn02 .btn_inner:hover .text {
  color: #fff;
}

.btn02 .btn_inner:hover .text .en {
  color: #fff;
}

.btn02 .btn_inner:hover .text .en strong {
  color: #4F93A6;
}

/* 白→紺 */
.btn03 {
  position: relative;
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

.btn03 .btn_inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 74px;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #19456C;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding: 10px;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .btn03 .btn_inner {
    min-height: 50px;
  }
}

.btn03 .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 0;
  background: #15395A;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn03 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background: #4F93A6;
  margin: auto 0;
}

.btn03 .btn_inner span {
  position: relative;
  z-index: 0;
}

.btn03 .btn_inner:hover {
  color: #fff;
}

.btn03 .btn_inner:hover:before {
  content: '';
  right: 0;
}

/* 白→紺 */
.btn04 {
  position: relative;
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .btn04 {
    min-width: 275px;
    width: 88%;
  }
}

.btn04 .btn_inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #4F93A6;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 16px 10px;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .btn04 .btn_inner {
    text-align: center;
  }
}

.btn04 .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 0;
  background: #15395A;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn04 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: auto 0;
}

.btn04 .btn_inner span {
  position: relative;
  z-index: 0;
}

.btn04 .btn_inner:hover {
  color: #fff;
}

.btn04 .btn_inner:hover:before {
  content: '';
  right: 0;
}

/* WEB予約 */
.btn_rsv {
  position: relative;
  display: flex;
  max-width: 300px;
  margin: 0 auto;
}

.btn_rsv .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 71px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #F27E7E;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 10px;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .btn_rsv .btn_inner {
    min-height: 80px;
  }
}

.btn_rsv .btn_inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #F27E7E;
}

.btn_rsv .btn_inner:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn_rsv .btn_inner > span {
  position: relative;
  display: inline-block;
  padding-left: 42px;
}

.btn_rsv .btn_inner > span:before, .btn_rsv .btn_inner > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn_rsv .btn_inner > span:before {
  opacity: 1;
  background-image: url(../img/icon_rsv__w.png);
}

.btn_rsv .btn_inner > span:after {
  opacity: 0;
  background-image: url(../img/icon_rsv__p.png);
}

.btn_rsv .btn_inner .clr {
  color: #fff;
  font-size: 2.0rem;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.btn_rsv:hover .btn_inner {
  color: #F27E7E;
  border-color: #F27E7E;
}

.btn_rsv:hover .btn_inner:after {
  opacity: 1;
}

.btn_rsv:hover .btn_inner > span:before {
  opacity: 0;
}

.btn_rsv:hover .btn_inner > span:after {
  opacity: 1;
}

.btn_rsv:hover .btn_inner .clr {
  color: #F27E7E;
}

/* 矢印リンク */
.link_arrow .inner {
  display: inline-block;
  color: #4F93A6;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.link_arrow .inner:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.link_arrow .inner span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
}

.link_arrow .inner span:before, .link_arrow .inner span:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.link_arrow .inner span:before {
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #4F93A6;
  border-radius: 100%;
  margin: auto 0;
}

.link_arrow .inner span:after {
  top: 9px;
  left: 8px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #4F93A6;
  border-bottom: 1px solid #4F93A6;
  transform: rotate(-45deg);
}

/* INDEX */
.page_toppage .btn01, .page_toppage .btn02,
.page_toppage .btn03, .page_toppage .btn04 {
  max-width: 440px;
}

/*-------------------------
  診療時間
-------------------------*/
.box_hours table {
  width: 100%;
  table-layout: fixed;
}

.box_hours thead tr {
  border-bottom: 1px solid #19456c;
}

.box_hours thead th, .box_hours thead td {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 10px 0;
}

@media only screen and (max-width: 1023px) {
  .box_hours thead th, .box_hours thead td {
    font-size: 1.5rem;
    padding: 8px 0;
  }
}

.box_hours thead th:nth-child(1) {
  width: 110px;
  color: #19456C;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .box_hours thead th:nth-child(1) {
    opacity: 0;
    width: 100px;
  }
}

.box_hours tbody tr {
  border-bottom: 1px solid rgba(25, 69, 108, 0.6);
}

@media only screen and (max-width: 1023px) {
  .box_hours tbody tr {
    border-bottom-color: #ddd;
  }
}

@media only screen and (max-width: 1023px) {
  .box_hours tbody tr:last-child {
    border-bottom-color: #7DBFD1;
  }
}

.box_hours tbody th, .box_hours tbody td {
  padding: 16px 0;
}

.box_hours tbody th {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .box_hours tbody th {
    font-size: 1.6rem;
  }
}

.box_hours tbody td {
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .box_hours tbody td {
    font-size: 1.5rem;
  }
}

.box_hours .close_text {
  border-bottom: 1px solid #7DBFD1;
  line-height: 1.4;
  text-align: center;
  padding: 8px 10px;
}

.box_hours ul.notes {
  color: #444444;
  font-size: 1.2rem;
  line-height: 1.9;
  margin: 12px 0 0;
}

@media only screen and (max-width: 1023px) {
  .box_hours ul.notes {
    margin-top: 16px;
  }
}

.box_hours ul.notes li {
  text-indent: -1em;
  padding-left: 1em;
  margin-right: -1em;
}

.box_bring .hd {
  color: #19456C;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 10px;
}

.box_bring .notes {
  color: #4F93A6;
  font-size: 1.3rem;
}

/*-------------------------
  Swiper
-------------------------*/
#slider {
  display: none;
}

.slide .swiper-navigation {
  display: flex;
  justify-content: center;
}

.slide .swiper-pagination {
  position: static;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 100%;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .slide .swiper-pagination-bullet {
    background-color: #eee;
  }
}

.slide .swiper-pagination-bullet-active {
  background-color: #f00;
}

/*-------------------------
  ページタイトル
-------------------------*/
.pageTitle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 414px;
  background: #fff;
  padding: 0 40px;
}

@media only screen and (max-width: 1023px) {
  .pageTitle {
    align-items: flex-end;
    height: 336px;
    background: #F6F8F8;
    padding: 0 30px 50px;
  }
}

.pageTitle:before, .pageTitle:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
}

.pageTitle:before {
  opacity: .1;
  top: 0;
  left: 0;
  border-width: 414px 298px 0 0;
  border-color: #7DBFD1 transparent transparent transparent;
}

@media only screen and (max-width: 1023px) {
  .pageTitle:before {
    border-width: 210px 151px 0 0;
  }
}

.pageTitle:after {
  opacity: .1;
  bottom: 0;
  right: 110px;
  border-width: 0 0 414px 298px;
  border-color: transparent transparent #7DBFD1 transparent;
}

@media only screen and (max-width: 1023px) {
  .pageTitle:after {
    right: 0;
    border-width: 0 0 169px 122px;
  }
}

.pageTitle .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 110px;
  z-index: -1;
  display: block;
  max-width: 1680px;
  text-align: right;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .pageTitle .img {
    bottom: auto;
    right: 0;
    left: 0;
    z-index: 0;
    height: 188px;
  }
}

.pageTitle .img:before, .pageTitle .img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}

.pageTitle .img:before {
  right: calc(50% + 370px);
  left: -100vw;
  background: #F6F8F8;
}

@media only screen and (max-width: 1023px) {
  .pageTitle .img:before {
    display: none;
  }
}

.pageTitle .img:after {
  right: calc(50% - 30px);
  width: 400px;
  background: #F6F8F8;
  background: -moz-linear-gradient(90deg, #f6f8f8 0%, rgba(246, 248, 248, 0) 100%);
  background: -webkit-linear-gradient(90deg, #f6f8f8 0%, rgba(246, 248, 248, 0) 100%);
  background: linear-gradient(90deg, #f6f8f8 0%, rgba(246, 248, 248, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6F8F8",endColorstr="#F6F8F8",GradientType=1);
}

@media only screen and (max-width: 1023px) {
  .pageTitle .img:after {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 50px;
    background: -moz-linear-gradient(0deg, #f6f8f8 0%, rgba(246, 248, 248, 0) 100%);
    background: -webkit-linear-gradient(0deg, #f6f8f8 0%, rgba(246, 248, 248, 0) 100%);
    background: linear-gradient(0deg, #f6f8f8 0%, rgba(246, 248, 248, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6F8F8",endColorstr="#F6F8F8",GradientType=1);
  }
}

.pageTitle .img img {
  position: relative;
  z-index: -1;
  max-width: 1100px;
}

.pageTitle .text {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .pageTitle .text {
    display: flex;
    flex-direction: column;
    min-height: 102px;
    padding: 0;
  }
}

.pageTitle .text .sub {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 5.2rem;
  line-height: 1.32;
}

@media only screen and (max-width: 1023px) {
  .pageTitle .text .sub {
    font-size: 3.7rem;
    line-height: 1.22;
  }
}

@media only screen and (max-width: 375px) {
  .pageTitle .text .sub {
    font-size: 9.86667vw;
  }
}

.pageTitle .text .sub:first-letter {
  color: #19456C;
}

.pageTitle .text .main {
  font-size: 1.7rem;
  line-height: 1.48;
  margin: 11px 0 0;
}

@media only screen and (max-width: 1023px) {
  .pageTitle .text .main {
    font-size: 2.0rem;
    line-height: 1.45;
    margin-top: 7px;
  }
}

.pageTitle.mini {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .pageTitle.mini {
    height: 280px;
  }
}
@media only screen and (min-width: 1024px) {
.pageTitle.mini:before {
  top: auto;
  bottom: 0;
}

.pageTitle.mini:after {
  top: 0;
  bottom: auto;
}
}
/*-------------------------
  パンくず
-------------------------*/
#breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 18px 30px;
  margin: 0 0 26px;
}

@media only screen and (max-width: 1023px) {
  #breadcrumbs {
    padding: 14px 0 14px 14px;
    margin: 0 0 38px;
  }
}

#breadcrumbs .innerWrap {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: inherit;
}

#breadcrumbs .breadcrumbs_list {
  display: table;
  color: #4F93A6;
  font-size: 1.2rem;
  line-height: 1.5;
}

#breadcrumbs .breadcrumbs_list li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 15px;
}

#breadcrumbs .breadcrumbs_list li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../img/arrow_breadcrumbs.png) no-repeat left center;
  background-size: 100% auto;
  margin: 0 13px 0 0;
}

#breadcrumbs .breadcrumbs_list li:first-child:before {
  display: none;
}

#breadcrumbs .breadcrumbs_list a {
  display: inline-block;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#breadcrumbs .breadcrumbs_list a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.page_info #breadcrumbs, .page_courses #breadcrumbs {
  margin: 0 0 26px;
}

/*
【26px】モチーフあり
PRPの学術解説
ひざ関節痛・変形性膝関節症
クリニック案内
診療案内　
採用情報
PRP療法について
お知らせ/コラム
*/
.page_info #breadcrumbs,
.page_courses #breadcrumbs,
.page_recruit #breadcrumbs,
.page_prp #breadcrumbs,
.page_blog #breadcrumbs {
  margin-bottom: 26px;
}

@media only screen and (max-width: 1023px) {
  .page_info #breadcrumbs,
  .page_courses #breadcrumbs,
  .page_recruit #breadcrumbs,
  .page_prp #breadcrumbs,
  .page_blog #breadcrumbs {
    margin-bottom: 38px;
  }
}

/*
【0px】
アクセス
*/
.page_access #breadcrumbs {
  margin-bottom: 0;
}

/*
【65px】モチーフなし中央タイトル
整形外科領域の再生医療について
骨密度測定のおすすめ
整形外科
リハビリテーション
*/
.page_bonedensity #breadcrumbs,
.page_orthopedic #breadcrumbs,
.page_rehabilitation #breadcrumbs {
  margin-bottom: 65px;
}

@media only screen and (max-width: 1023px) {
  .page_bonedensity #breadcrumbs,
  .page_orthopedic #breadcrumbs,
  .page_rehabilitation #breadcrumbs {
    margin-bottom: 38px;
  }
}

/*-------------------------
  リスト
-------------------------*/
.list_indent > *{
	text-indent: -1em;
	padding-left: 1em;
}

.list_dot {
  line-height: 1.85;
}
.list_dot li {
  position: relative;
  padding-left: 16px;
}
.list_dot li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #19456C;
}
.list_dot li + li {
  margin-top: 15px;
}

.list_step .list_item {
  position: relative;
  background: #fff;
  padding: 28px 50px;
  margin: 37px 0 0;
}
@media only screen and (min-width: 1024px) {
  .list_step .list_item {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  .list_step .list_item {
    padding: 28px 30px;
  }
}
.list_step .list_item:before {
  content: '';
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #7DBFD1 transparent transparent transparent;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .list_step .list_item:before {
    top: -26px;
    border-width: 14px 9px 0 9px;
  }
}
.list_step .list_item:first-child {
  margin-top: 0;
}
.list_step .list_item:first-child:before {
  display: none;
}
.list_step .img {
  flex: 1 0 auto;
  width: 146px;
}
@media only screen and (min-width: 1024px) {
  .list_step .img {
    margin: 0 34px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .list_step .img {
    display: block;
    margin: 0 auto 40px;
    margin: 0 auto 20px;
  }
}
.list_step .detail {
  width: 100%;
}
.list_step .detail .ttl {
  display: flex;
  margin: 0 0 14px;
}
.list_step .detail .ttl .sub {
  display: flex;
  align-items: flex-end;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  color: #4F93A6;
  font-size: 1.5rem;
  letter-spacing: 0;
  padding: 0 0 2px;
}
.list_step .detail .ttl .sub .num {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  margin: 0 0 -1px 4px;
}
.list_step .detail .ttl .sub .num:after {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: #7DBFD1;
  margin: 0 10px;
}
.list_step .detail .ttl .main {
  color: #19456C;
  font-size: 1.9rem;
  line-height: 1.5;
}

/* 画像3枚横並び */
.list_img {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -30px;
}
@media only screen and (max-width: 560px) {
  .list_img {
    display: block;
  }
}
.list_img:before, .list_img:after {
  content: '';
  order: 1;
  max-width: 320px;
  width: 32%;
}
.list_img li {
  max-width: 320px;
  width: 32%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1023px) {
  .list_img li {
    max-width: inherit;
    width: 48%;
  }
}
@media only screen and (max-width: 560px) {
  .list_img li {
    width: auto;
  }
}
.list_img .img {
  display: block;
  margin: 0 0 14px;
}
.list_img .img img {
  width: 100%;
  height: auto;
}
.list_img .hd {
  color: #19456C;
  font-size: 1.7rem;
  line-height: 1.5;
}
.list_img .text {
  font-size: 1.4rem;
  margin: 10px 0 20px;
}

/**/
.list_block {
  max-width: 1080px;
  margin: 0 auto;
}
.list_block .list_item {
  background: #fff;
  padding: 40px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  .list_block .list_item {
    padding: 21px 20px 30px;
  }
}
.list_block .list_item:first-child {
  margin-top: 0;
}

.list_block .list_item_inner {
  max-width: 920px;
  margin: 0 auto;
}
.list_block .hd02 {
  font-size: 2.2rem;
  padding: 0 0 24px;
  margin: 0 0 22px;
}
.list_block .hd02:before,
.list_block02 .hd02:before {
  display: none;
}
.list_block .blk01 .text {
  width: 100%;
  line-height: 1.9;
}
.list_block .blk01 .img {
  flex: 1 0 auto;
  max-width: 332px;
  width: 100%;
  text-align: center;
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 1023px) {
  .list_block .blk01 .text + .img,
  .list_block .blk01 .main + .img {
    margin: 17px auto 0;
  }
}

/* 流れ */
@media only screen and (min-width: 1024px) {
  .list_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -25px;
  }
}
.list_flow:before, .list_flow:after {
  content: '';
  order: 1;
  max-width: 239px;
  width: 23.9%;
}
@media only screen and (max-width: 1023px) {
  .list_flow:before, .list_flow:after {
    display: none;
  }
}
.list_flow li {
  max-width: 239px;
  width: 23.9%;
  margin: 0 0 25px;
}
@media only screen and (max-width: 1023px) {
  .list_flow li {
    position: relative;
    display: flex;
    max-width: inherit;
    width: auto;
    margin: 35px 0 0;
  }
}
.list_flow li:after {
  content: '';
  opacity: .7;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #7DBFD1 transparent transparent transparent;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .list_flow li:after {
    display: none;
  }
}
.list_flow .img {
  position: relative;
  display: block;
  margin: 0 0 16px;
}
@media only screen and (max-width: 1023px) {
  .list_flow .img {
    flex: 1 0 auto;
    width: 120px;
    margin: 0 23px 0 0;
  }
}
.list_flow .img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 41px;
  height: 46px;
  background: url(../img/arrow_flow.png) no-repeat center center;
  background-size: cover;
  margin: auto 0;
}
@media only screen and (max-width: 1023px) {
  .list_flow .img:after {
    display: none;
  }
}
.list_flow .img img {
  width: 100%;
  height: auto;
}
.list_flow .text {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .list_flow .text {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .list_flow li:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .list_flow li:first-child:after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .list_flow li:nth-of-type(4n + 1) .img:after {
    display: none;
  }
}

/* 説明付きリスト */
.list_dl {
}
.list_dl > div {
	display: flex;
	margin-top: 8px;
}
.list_dl > div:first-child {
	margin-top: 0;
}
.list_dl dt {
	position: relative;
	flex: 1 0 auto;
	padding-left: 16px;
}
.list_dl dt:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #19456C;
}
.list_dl dt:after {
	content: '\02026';
	margin: 0 4px;
}
.list_dl dd {
	width: 100%;
}

/*-------------------------
  SPスクロール
-------------------------*/
@media only screen and (max-width: 1023px) {
  .sp_scroll_wrap:before {
    content: 'スクロールしてご覧ください';
    display: block;
    background: url(../img/arrow_scroll.png) no-repeat left 4px;
    background-size: 8px auto;
    color: #4F93A6;
    font-size: 1.3rem;
    line-height: 1.0;
    text-align: left;
    padding-left: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .sp_scroll_wrap .sp_scroll_inner {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: inherit;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 1023px) {
  .sp_scroll_wrap .sp_scroll_main {
    min-width: 490px;
    padding: 10px 30px 10px 0;
  }
}

/*-------------------------
  テーブル
-------------------------*/
.table01 table {
	width: 100%;
	border-top: 1px solid #4F93A6;
	table-layout: fixed;
}

.table01 table th, .table01 table td {
  border-left: 1px solid #4F93A6;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding: 14px 10px;
}

.table01 table tr {
  border-bottom: 1px solid #4F93A6;
}

.table01 table tr > *:first-child {
	border-left: none;
}

.table01 thead th {
  background: #F2F9FB;
}

.table01 thead tr:first-child th:first-child {
  border-left: none;
}

.table01 tbody th {
  font-weight: 500;
  border-left: none;
}

.table01 .notes {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .table01 .notes {
    margin-top: 10px;
  }
}

.table02 table {
  width: 100%;
}

.table02 tr {
  border-bottom: 1px solid #7DBFD1;
}

@media only screen and (max-width: 560px) {
  .table02 tr {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1023px) {
  .table02 tr:last-child td {
    padding-bottom: 0;
  }
}

.table02 th, .table02 td {
  line-height: 1.85;
  text-align: left;
  vertical-align: top;
  padding: 22px 0;
}

@media only screen and (max-width: 560px) {
  .table02 th, .table02 td {
    display: block;
    padding: 0;
  }
}

.table02 th {
  width: 168px;
  color: #19456C;
  vertical-align: top;
}

@media only screen and (max-width: 560px) {
  .table02 th {
    width: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #7DBFD1;
  }
}

@media only screen and (max-width: 560px) {
  .table02 td {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.table02 .link.map a {
  background: url(../img/icon_pin.png) no-repeat left center;
  background-size: 12px auto;
  padding-left: 18px;
}

.table02 .link a {
  color: #4F93A6;
  text-decoration: underline;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.table02 .link a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .table03 table {
    width: 100%;
  }
}

.table03 tr {
  border-top: 4px solid #fff;
}

@media only screen and (max-width: 1023px) {
  .table03 tr {
    border-top-width: 10px;
  }
}

.table03 tr:first-child {
  border-top: none;
}

.table03 th, .table03 td {
  line-height: 1.7;
  text-align: left;
  padding: 5px 15px;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .table03 th, .table03 td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}

.table03 th {
  background: #E9F5FB;
  color: #4F93A6;
}

@media only screen and (min-width: 1024px) {
  .table03 th {
    width: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  .table03 th {
    font-size: 1.4rem;
    text-align: center;
  }
}

.table03 td {
  font-size: 1.4rem;
}

.table04 table {
  border-top: 1px solid #4F93A6;
  table-layout: fixed;
  width: 100%;
}

.table04 th, .table04 td {
  background: #fff;
  border-bottom: 1px solid #4F93A6;
  border-right: 1px solid #4F93A6;
  color: #19456C;
  line-height: 1.5;
  text-align: left;
  padding: 17px 19px;
}

@media only screen and (max-width: 1023px) {
  .table04 th, .table04 td {
    padding: 10px 19px;
  }
}

.table04 td:last-child {
  border-right: none;
}

.table04 thead th {
  table-layout: fixed;
  background: #19456C;
  border-right-color: #fff;
  color: #fff;
}

.table04 thead th:first-child {
  border-right-color: #4F93A6;
}

.table04 thead th:first-child,
.table04 tbody th {
  width: 143px;
  background: #F4F4F4;
  color: #19456C;
  text-align: center;
  padding: 17px 10px;
}

@media only screen and (max-width: 1023px) {
  .table04 thead th:first-child,
  .table04 tbody th {
    padding: 10px 10px;
  }
}

.table05 .title {
  color: #19456C;
  font-size: 1.3rem;
}

.table05 table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #4F93A6;
}

.table05 tr {
  border-bottom: 1px solid #4F93A6;
}

.table05 th, .table05 td {
  color: #19456C;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
}

.table05 th {
  background: #E9F5FB;
}

.table05 td {
  background: #fff;
  border-left: 1px solid #4F93A6;
}

.table06 table {
  border-top: 1px solid #4F93A6;
  table-layout: fixed;
  width: 100%;
}
.table06 th, .table06 td {
  background: #fff;
  border-bottom: 1px solid #4F93A6;
  border-right: 1px solid #4F93A6;
  line-height: 1.5;
  text-align: left;
  padding: 17px 19px;
}
@media only screen and (max-width: 1023px) {
  .table06 th, .table06 td {
    padding: 10px 19px;
  }
}
.table06 td:last-child {
  border-right: none;
}
.table06 tbody th {
	width: 143px;
	background: #19456C;
	color: #fff;
	text-align: center;
	padding: 17px 10px;
}
.table06 tbody tr:not(:last-child) th {
	border-bottom-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .table06 tbody th {
    padding: 10px 10px;
  }
}

.table06 .list_dl dt:before {
	background: #000;
}

/*-------------------------
  2column
-------------------------*/
.sec_2column {
  padding: 0 40px 100px !important;
}

@media only screen and (max-width: 1023px) {
  .sec_2column {
    padding: 0 30px 100px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_2column .innerWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
  }
}

.sec_2column #main_con {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .sec_2column #side_con {
    flex: 1 0 auto;
    max-width: 165px;
    margin: 6px 0 0 10%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_2column #side_con {
    margin: 60px 0 0;
  }
}

.sec_2column #side_con .side_con__inner > * {
  margin: 54px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_2column #side_con .side_con__inner > * {
    margin-top: 63px;
  }
}

.sec_2column #side_con .side_con__inner > *:first-child {
  margin-top: 0;
}

.sec_2column #side_con .hd02 {
  font-size: 1.7rem;
  padding: 7px 0 18px;
  margin: 0 0 17px;
}

@media only screen and (max-width: 1023px) {
  .sec_2column #side_con .hd02 {
    padding: 0 0 15px;
  }
}

.sec_2column #side_con .hd02:before {
  width: 22px;
  height: 26px;
}

@media only screen and (max-width: 1023px) {
  .sec_2column #side_con .hd02:before {
    display: none;
  }
}

.sec_2column #side_con .list_wrap {
  font-size: 1.5rem;
  line-height: 1.5;
}

.sec_2column #side_con .list_wrap li {
  margin: 10px 0 0;
}

.sec_2column #side_con .list_wrap li:first-child {
  margin-top: 0;
}

.sec_2column #side_con .list_wrap a {
  display: inline-block;
  padding: 4px 0;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.sec_2column #side_con .list_wrap a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.sec_2column #side_con .list_wrap .list_child {
  padding: 0 0 0 15px;
  margin: 10px 0 0;
}

/*-------------------------
  サイドバー
-------------------------*/
@media only screen and (min-width: 1024px) {
  .page_blog_post #side_con {
    margin-top: 34px;
  }
}

/* カテゴリー */
/* キーワード検索 */
.side_keyword form {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .side_keyword form {
    display: flex;
  }
}

.side_keyword #sWord {
  position: relative;
  width: 100%;
  height: 32px;
  background: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  font-size: 1.4rem;
  padding: 5px 37px 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 1023px) {
  .side_keyword #sWord {
    padding: 5px;
  }
}

.side_keyword #sBtn {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (min-width: 1024px) {
  .side_keyword #sBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 13px;
    height: 15px;
    background: url(../img/icon_search.png) no-repeat center center;
    background-size: cover;
    font-size: 0;
    line-height: 0;
    margin: auto 0;
  }
}

@media only screen and (max-width: 1023px) {
  .side_keyword #sBtn {
    flex: 1 0 auto;
    width: 66px;
    background: #4F93A6;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0 0 6px;
  }
}

/* アーカイブ */
@media only screen and (max-width: 1023px) {
  .side_archives .hd02 {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .side_archives .parent {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .side_archives .parent {
    position: relative;
    border-bottom: 1px solid #D1D1D1;
    padding: 12px 0;
  }
}

.side_archives .parent:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin: auto 0;
  transform: rotate(45deg);
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .side_archives .parent:before {
    display: none;
  }
}

.side_archives .parent.active:before {
  transform: rotate(-135deg);
}


@media only screen and (min-width: 1024px) {
  .side_archives .list_wrap .list_child {
    padding-left: 0 !important;
    display: block !important;
  }
}

@media only screen and (max-width: 1023px) {
  .side_archives .list_wrap .list_child {
    display: none;
  }
}

/*-------------------------
  お知らせ／コラム
-------------------------*/
.list_post .item_inner {
  display: block;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.list_post .item_inner:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.post_date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 16px 0 0;
}

.post_category {
  display: inline-block;
  background: #4F93A6;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px 10px;
}

.post_img {
  position: relative;
  display: block;
  margin: 0 0 17px;
}

.post_img:before {
  content: '';
  display: block;
  padding-bottom: 66.8%;
  background: url(../img/noimage.jpg) no-repeat center center;
  background-size: cover;
}

.post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post_title {
  overflow: hidden;
  line-height: 1.8;
}

.post_title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_main {
  overflow: hidden;
  line-height: 1.86;
}

@media only screen and (min-width: 1024px) {
  .post_main {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.post_main:not(.entry) p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_main.entry {
  font-size: 1.5rem;
  line-height: 1.85;
}

.post_main.entry img {
  display: block;
  margin: 0 auto;
}

/* おすすめ記事一覧 */
.sec_post_recommend .list_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .sec_post_recommend .list_post {
    display: block;
  }
}

.sec_post_recommend .list_post .list_item {
  width: 30.118%;
}

@media only screen and (max-width: 1023px) {
  .sec_post_recommend .list_post .list_item {
    width: 45%;
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 560px) {
  .sec_post_recommend .list_post .list_item {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_post_recommend .list_post .list_item:nth-child(1), .sec_post_recommend .list_post .list_item:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 560px) {
  .sec_post_recommend .list_post .list_item:nth-child(2) {
    margin-top: 40px;
  }
}

/* 一覧ページ */
.sec_blog.list .hd02 {
  margin: 0 0 3px;
}

.sec_blog.list .hd02:before {
  display: none;
}

.sec_blog.list .list_post .list_item {
  border-bottom: 1px solid #7DBFD1;
}

@media only screen and (max-width: 1023px) {
  .sec_blog.list .list_post .list_item:first-child {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_blog.list .list_post .list_item:last-child {
    border-bottom: none;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_blog.list .list_post .item_inner {
    padding: 37px 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_blog.list .list_post .item_inner {
    padding: 20px 0;
  }
}

.sec_blog.list .list_post .post_head {
  margin: 0 0 15px;
}

@media only screen and (max-width: 1023px) {
  .sec_blog.list .list_post .post_head {
    margin-bottom: 8px;
  }
}

.sec_blog.list .list_post .post_title {
  color: #4F93A6;
  font-size: 2.0rem;
  line-height: 1.45;
  margin: 0 0 11px;
}

@media only screen and (max-width: 1023px) {
  .sec_blog.list .list_post .post_title {
    margin-bottom: 4px;
  }
}

/* 記事詳細 */
.sec_blog:not(.list) .post_head {
  margin: 0 0 14px;
}

.sec_blog:not(.list) .post_title {
  border-bottom: 1px solid #7DBFD1;
  color: #4F93A6;
  font-size: 2.0rem;
  padding-bottom: 10px;
  margin: 0 0 27px;
}

@media only screen and (max-width: 1023px) {
  .sec_blog:not(.list) .post_title {
    line-height: 1.45;
    padding-bottom: 12px;
    margin-bottom: 17px;
  }
}

/* SNS */
.sns_share {
  margin: 40px 0 0;
}

.sns_share ul > li {
  display: inline-block;
  vertical-align: top;
}

/*-------------------------
  ページャー
-------------------------*/
.page_blog #list_pager {
  margin: 70px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_blog #list_pager {
    margin: 50px 0 0;
  }
}

.page_blog_post #list_pager {
  border-top: 1px solid #7DBFD1;
  padding: 40px 0 0;
  margin: 40px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_blog_post #list_pager {
    padding-top: 30px;
    margin: 30px 0 0;
  }
}

.wp-pagenavi {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
  .wp-pagenavi {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 316px;
    width: 100%;
    margin: 0 auto;
  }
}

.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi a {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi .first:before, .wp-pagenavi .last:before, .wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before, .wp-pagenavi .page:before, .wp-pagenavi .current:before, .wp-pagenavi .extend:before {
  background-color: #19456C;
}

.wp-pagenavi .current {
  color: #fff;
  border-color: #19456C !important;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 0;
  line-height: 0;
  border: none !important;
}

.wp-pagenavi .previouspostslink:after, .wp-pagenavi .nextpostslink:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/arrow_pager.png) no-repeat center center;
  background-size: auto 11px;
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 39px;
  height: 39px;
  border: 1px solid #D1D1D1;
  margin: 0 0 0 -1px;
}

@media only screen and (max-width: 1023px) {
  .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 46px;
    height: 46px;
  }
}

.wp-pagenavi .extend + .page {
  display: none;
}

.wp-pagenavi .previouspostslink {
  margin-left: 0;
}

.wp-pagenavi .previouspostslink:after {
  transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink {
  margin-right: 0;
}

.wp-pagenavi .nextpostslink:after {
  transform: rotate(0deg);
}

.navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.4rem;
}

.navigation .prev, .navigation .next {
  overflow: hidden;
  position: absolute;
  top: 50%;
  color: #4F93A6;
  max-width: 171px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1023px) {
  .navigation .prev, .navigation .next {
    display: none;
  }
}

.navigation .prev:before, .navigation .next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/arrow_pager.png) no-repeat left top;
  background-size: 8px auto;
}

.navigation .prev a, .navigation .next a {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.navigation .prev a:hover, .navigation .next a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.navigation .prev {
  order: 1;
  left: 0;
  padding-left: 22px;
}

.navigation .prev:before {
  left: 0;
  transform: rotateZ(180deg);
}

.navigation .prev a:before {
  transform: rotate(135deg);
  margin-right: 28px;
}

@media only screen and (max-width: 1023px) {
  .navigation .prev a:before {
    margin-right: 14px;
  }
}

.navigation .next {
  order: 3;
  right: 0;
  flex-direction: row-reverse;
  padding-right: 22px;
}

.navigation .next:before {
  right: 0;
}

.navigation .back {
  order: 2;
  position: relative;
  display: flex;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.navigation .back:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: auto 0;
}

.navigation .back a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

@media only screen and (max-width: 1023px) {
  .navigation .back a {
    height: 62px;
  }
}

.navigation .back a:before, .navigation .back a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.navigation .back a:before {
  background: #4F93A6;
}

.navigation .back a:after {
  right: 100%;
  background: #19456C;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.navigation .back:hover a:after {
  right: 0;
}

/*-------------------------
  lity
-------------------------*/
.lity {
  background: rgba(0, 0, 0, 0.77);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  cursor: pointer;
  outline: none;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  background: none;
  border: 1px solid #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.lity-close:before, .lity-close:after,
.lity-close:hover:before,
.lity-close:hover:after,
.lity-close:focus:before,
.lity-close:focus:after,
.lity-close:active:before,
.lity-close:active:after,
.lity-close:visited:before,
.lity-close:visited:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 9px;
  height: 1px;
  background: #fff;
  margin: auto;
}

.lity-close:before,
.lity-close:hover:before,
.lity-close:focus:before,
.lity-close:active:before,
.lity-close:visited:before {
  transform: rotate(45deg);
}

.lity-close:after,
.lity-close:hover:after,
.lity-close:focus:after,
.lity-close:active:after,
.lity-close:visited:after {
  transform: rotate(-45deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Animated
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animated {
  opacity: 0;
  animation-timing-function: ease-out;
  animation-timing-function: cubic-bezier(0.31, 0, 0.87, 0.67);
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .animated {
    animation-delay: 0s;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.55s;
  animation-iteration-count: 1;
  visibility: visible;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 110px; */
  height: 180px;
  background: #fff;
  padding: 0 110px 0 44px;
}

@media only screen and (max-width: 1023px) {
  #header {
    height: 60px;
    padding: 2px 4px 0 0;
  }
}

#header .logo {
  flex: 1 0 auto;
  max-width: 457px;
  width: 34%;
  padding: 2px 0 0;
  margin: 0 60px 0 0;
}

@media only screen and (max-width: 1060px) {
  #header .logo {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  #header .logo {
    max-width: 314px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

#header .logo a {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#header .logo a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#header .logo img {
  width: 100%;
  height: auto;
}

#header .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 540px;
  width: 100%;
  margin: -8px 34px 0 0;
}

@media only screen and (max-width: 1060px) {
  #header .contact {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  #header .contact {
    display: none;
  }
}

#header .contact .hd {
  color: #4F93A6;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .08em;
  margin: 4px 22px 0 0;
}

@media only screen and (max-width: 1060px) {
  #header .contact .hd {
    margin-right: 20px;
  }
}

#header .contact .tel_box {
  display: flex;
  align-items: center;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 3.4rem;
  line-height: 1.35;
}

#header .contact .tel_box:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ico_tel.png) no-repeat center center;
  background-size: cover;
  margin: 0 11px 2px 0;
}

#header .contact .tel_box .tel {
  color: rgba(79, 147, 166, 0);
  background: repeating-linear-gradient(90deg, #4f93a6 0 2em, #19456c 2em 12em);
  background-clip: text;
  -webkit-background-clip: text;
}

@media all and (-ms-high-contrast: none) {
  #header .contact .tel_box .tel {
    color: #19456C;
  }
}

#header .contact .notes {
  width: 100%;
  color: #888;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 7px 0 0;
}

.view_tablet #header .contact .tel_box .tel {
  color: #19456c;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width: 1023px) {
  .btn_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    height: 61px;
    border: 1px solid #fff;
  }
}

.btn_menu .btn_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
}

@media only screen and (min-width: 1024px) {
  .btn_menu .btn_tel {
    display: none;
  }
}

.btn_menu .btn_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.7rem;
  line-height: 1.35;
}

@media only screen and (max-width: 360px) {
  .btn_menu .btn_tel a {
    font-size: 4.72222vw;
  }
}

.btn_menu .btn_tel a:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/ico_tel.png) no-repeat center center;
  background-size: cover;
  margin: 0 10px 0 0;
}

.btn_menu .btn_tel a .tel {
  color: transparent;
  background: repeating-linear-gradient(90deg, #4F93A6 0 2em, #19456C 2em 12em);
  background-clip: text;
  -webkit-background-clip: text;
}

@media all and (-ms-high-contrast: none) {
  .btn_menu .btn_tel a .tel {
    color: #19456C;
  }
}

.btn_menu .btn_rsv {
  max-width: inherit;
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .btn_menu .btn_rsv {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 1001;
    width: 110px;
    height: 110px;
  }
}

.btn_menu .btn_rsv .btn_inner {
  min-height: 60px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
  .btn_menu .btn_rsv .btn_inner {
    min-height: inherit;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .btn_menu .btn_rsv .btn_inner {
    font-size: 4.0107vw;
  }
}

.btn_menu .btn_rsv .btn_inner > span {
  padding-left: 27px;
}

@media only screen and (min-width: 1024px) {
  .btn_menu .btn_rsv .btn_inner > span {
    padding: 26px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .btn_menu .btn_rsv .btn_inner > span:before, .btn_menu .btn_rsv .btn_inner > span:after {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  .btn_menu .btn_rsv .btn_inner > span:before, .btn_menu .btn_rsv .btn_inner > span:after {
    width: 24px;
    background-size: 100% auto;
    margin: auto 0;
  }
}

.btn_menu .btn_rsv .btn_inner .clr {
  font-size: 1.6rem;
}

@media only screen and (min-width: 1024px) {
  .btn_menu .btn_rsv .btn_inner .clr {
    display: block;
    font-size: 1.7rem;
  }
}

.btn_menu .menuBtn {
  flex: 1 0 auto;
}

.menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}

@media only screen and (max-width: 1023px) {
  .menuBtn {
    position: static;
  }
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  background-color: #19456C;
  padding: 11px 9px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  width: 40px;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  width: 40px;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1023px) {
  #spMenuBtn {
    width: 60px;
    height: 60px;
  }
}

#spMenuBtn .spMenuBtn_bar {
  width: 48px;
  height: 23px;
}

@media only screen and (max-width: 1023px) {
  #spMenuBtn .spMenuBtn_bar {
    width: 28px;
    height: 13px;
  }
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  background-color: #fff;
  height: 1px;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  background-color: #fff;
  height: 1px;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  z-index: 999;
}

@media only screen and (max-width: 1023px) {
  #spMenuOverlay {
    bottom: 61px;
  }
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  display: none;
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  transform: translate3d(0, 0, 0);
  /* 右からイン */
  transition: none;
  background-color: #fff;
  padding: 0;
}

#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media only screen and (max-width: 1023px) {
  #spMenu {
    bottom: 60px;
    border-bottom: 1px solid #E9ECEC;
  }
}

/* ↓original */
#spMenu .spMenu_innerWrap {
  display: flex;
  height: 100%;
  padding: 0;
}

#spMenu .spMenu_inner {
  position: relative;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  #spMenu .spMenu_inner {
    display: block;
  }
}

#spMenu .bg_img {
  display: block;
  max-width: 518px;
  width: 44.578%;
  background: #19456C;
}

@media only screen and (max-width: 650px) {
  #spMenu .bg_img {
    display: none;
  }
}

#spMenu .bg_img img {
  opacity: .6;
}

#spMenu .list_menu {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  padding: 0px 20px 30px 40px;
}

@media only screen and (max-width: 1279px) {
  #spMenu .list_menu {
    align-items: flex-start;
    padding: 40px 110px 40px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu {
    padding: 20px;
  }
}

@media only screen and (max-width: 650px) {
  #spMenu .list_menu {
    padding: 0;
  }
}

#spMenu .list_menu:before {
  content: '';
  opacity: .05;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 413px;
  max-height: 573px;
  height: 100%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #19456c), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, #19456c 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu:before {
    display: none;
  }
}

#spMenu .list_menu__inner {
  max-width: 833px;
  width: 100%;
  margin: 0;
}

#spMenu .list_menu .logo {
  max-width: 422px;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .logo {
    max-height: inherit;
    padding: 26px 30px;
  }
}

#spMenu .list_menu .logo a {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#spMenu .list_menu .logo a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#spMenu .list_menu .logo img {
  width: 100%;
  height: auto;
}

#spMenu .list_menu .list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_wrap {
    display: block;
    border-top: 1px solid #E9ECEC;
  }
}

#spMenu .list_menu .list_wrap:after {
  content: '';
  order: 1;
  width: 24.01%;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_wrap:after {
    display: none;
  }
}

#spMenu .list_menu .list_item {
  margin: 67px 0 0;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item {
    margin: 0;
  }
}

#spMenu .list_menu .list_item .main {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 2.6rem;
  line-height: 1.34;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .main {
    font-size: 2.0rem;
    padding: 2px 16px 2px 0;
  }
}

#spMenu .list_menu .list_item .main:first-letter {
  color: #19456C;
}

#spMenu .list_menu .list_item .sub {
  font-size: 1.4rem;
  line-height: 1.45;
  margin: 2px 0 0;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .sub {
    margin-top: 0;
  }
}

#spMenu .list_menu .list_item a {
  display: inline-block;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#spMenu .list_menu .list_item a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#spMenu .list_menu .list_item .parent {
  overflow: hidden;
  position: relative;
  flex: 1 0 auto;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .parent {
    border-bottom: 1px solid #E9ECEC;
  }
}

#spMenu .list_menu .list_item .parent:before, #spMenu .list_menu .list_item .parent:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #7DBFD1;
  margin: auto 0;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  #spMenu .list_menu .list_item .parent:before, #spMenu .list_menu .list_item .parent:after {
    display: none;
  }
}

#spMenu .list_menu .list_item .parent:before {
  right: 25px;
  width: 11px;
  height: 1px;
}

#spMenu .list_menu .list_item .parent:after {
  opacity: 1;
  right: 30px;
  width: 1px;
  height: 11px;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .parent > * {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
  }
}

#spMenu .list_menu .list_item .parent:only-child > a:after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .parent:only-child:before, #spMenu .list_menu .list_item .parent:only-child:after {
    display: none;
  }
}

#spMenu .list_menu .list_item .parent.active:after {
  opacity: 0;
  transform: rotateZ(90deg);
}

#spMenu .list_menu .list_item .list_child {
  font-size: 1.4rem;
  line-height: 1.45;
  margin: 15px 0 0;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .list_child {
    display: none;
    margin: 0;
    background: #F3F5F7;
  }
}

#spMenu .list_menu .list_item .list_child li {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .list_child li {
    padding: 17px 30px;
  }
}

#spMenu .list_menu .list_item .list_child li + li {
  margin: 10px 0 0;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .list_child li + li {
    border-top: 1px solid #fff;
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #spMenu .list_menu .list_item .list_child li.top {
    display: none;
  }
}

#spMenu .list_menu .list_item .list_child li:before {
  content: '├';
  color: #7DBFD1;
  margin: 0 8px 0 0;
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item .list_child li:before {
    margin-left: -4px;
  }
}

@media only screen and (max-width: 650px) {
  #spMenu .list_menu .list_item:last-child .parent {
    border-bottom: none;
  }
}

#spMenu .list_menu .list_item:nth-child(3n + 1) {
  width: 24%;
}

@media only screen and (max-width: 1279px) {
  #spMenu .list_menu .list_item:nth-child(3n + 1) {
    width: 45%;
  }
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item:nth-child(3n + 1) {
    width: inherit;
  }
}

#spMenu .list_menu .list_item:nth-child(3n + 2) {
  width: 38%;
}

@media only screen and (max-width: 1279px) {
  #spMenu .list_menu .list_item:nth-child(3n + 2) {
    width: 45%;
  }
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item:nth-child(3n + 2) {
    width: inherit;
  }
}

#spMenu .list_menu .list_item:nth-child(3n + 3) {
  width: 25%;
}

@media only screen and (max-width: 1279px) {
  #spMenu .list_menu .list_item:nth-child(3n + 3) {
    width: 45%;
  }
}

@media only screen and (max-width: 1023px) {
  #spMenu .list_menu .list_item:nth-child(3n + 3) {
    width: inherit;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer #sec_infomation {
  position: relative;
  z-index: 0;
  background: #F0F8FF;
  padding: 70px 40px;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation {
    padding: 60px 30px;
  }
}

#footer #sec_infomation:before, #footer #sec_infomation:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 250px;
  max-height: 345px;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation:before, #footer #sec_infomation:after {
    width: 44%;
    max-height: 33%;
    height: 100%;
  }
}

#footer #sec_infomation:before {
  opacity: .15;
  top: 0;
  bottom: 105px;
  left: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7DBFD1)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7DBFD1 50.5%) no-repeat top left/100% 100%;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation:before {
    opacity: .1;
    bottom: auto;
  }
}

#footer #sec_infomation:after {
  opacity: .04;
  top: 105px;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #19456c), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, #19456c 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation:after {
    opacity: .05;
    top: auto;
  }
}

@media only screen and (min-width: 1024px) {
  #footer #sec_infomation .innerWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1080px;
  }
}

@media only screen and (min-width: 1024px) {
  #footer #sec_infomation .innerWrap > div {
    width: 46%;
  }
}

#footer #sec_infomation .office {
  flex: 1 0 auto;
}

#footer #sec_infomation .logo {
  max-width: 517px;
  margin: 0 0 12px;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .logo {
    margin: 0 auto 24px;
  }
}

#footer #sec_infomation .logo a {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #sec_infomation .logo a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #sec_infomation .logo img {
  width: 100%;
  height: auto;
}

#footer #sec_infomation .address {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 0 38px;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .address {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 26px;
  }
}

@media only screen and (min-width: 1024px) {
  #footer #sec_infomation .contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 540px;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .contact {
    text-align: center;
  }
}

#footer #sec_infomation .contact .hd {
  color: #19456C;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 23px 0 0;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .contact .hd {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 9px;
  }
}

#footer #sec_infomation .contact .tel_box {
  display: flex;
  align-items: center;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 3.4rem;
  line-height: 1.35;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .contact .tel_box {
    justify-content: center;
    font-size: 4.1rem;
  }
}

@media only screen and (max-width: 375px) {
  #footer #sec_infomation .contact .tel_box {
    font-size: 10.93333vw;
  }
}

#footer #sec_infomation .contact .tel_box:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ico_tel.png) no-repeat center center;
  background-size: cover;
  margin: 0 10px 0 0;
}

#footer #sec_infomation .contact .tel_box .tel {
  color: transparent;
  background: repeating-linear-gradient(90deg, #4F93A6 0 2em, #19456C 2em 12em);
  background-clip: text;
  -webkit-background-clip: text;
}

@media all and (-ms-high-contrast: none) {
  #footer #sec_infomation .contact .tel_box .tel {
    color: #19456C;
  }
}

#footer #sec_infomation .contact .notes {
  width: 100%;
  color: #444444;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 12px 0 0;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .contact .notes {
    color: #888;
    line-height: 1.6;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 9px;
  }
}

#footer #sec_infomation .btn_rsv {
  max-width: 490px;
  margin: 36px 0 0;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .btn_rsv {
    margin: 36px auto 0;
  }
}

@media only screen and (min-width: 1024px) {
  #footer #sec_infomation .box_hours {
    max-width: 490px;
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  #footer #sec_infomation .box_hours {
    margin: 40px 0 0;
  }
}

#footer #sec_navi {
  padding: 33px 40px 44px;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi {
    padding: 42px 30px 60px;
  }
}

#footer #sec_navi .innerWrap {
  max-width: 1080px;
}

#footer #sec_navi .list_column {
  margin: 0 0 37px;
}

@media only screen and (min-width: 1024px) {
  #footer #sec_navi .list_column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi .list_column {
    overflow: hidden;
    margin-bottom: 45px;
  }
}

#footer #sec_navi .list_column .hd {
  flex: 1 0 auto;
  color: #4F93A6;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin: 0 38px 0 0;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi .list_column .hd {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 22px;
  }
}

#footer #sec_navi .list_column ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 4px 0 -27px;
}

#footer #sec_navi .list_column ul li {
  border-left: 1px solid #7DBFD1;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 38.2px;
  margin: 0 0 27px;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi .list_column ul li {
    width: 25%;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #footer #sec_navi .list_column ul li:last-child {
    border-right: 1px solid #7DBFD1;
  }
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi .list_column ul li:nth-child(4n + 4) {
    border-right: 1px solid #7DBFD1;
  }
}

#footer #sec_navi .list_column a {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #sec_navi .list_column a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #sec_navi .list_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -30px 46px;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi .list_banner {
	justify-content: space-between;
	margin: 0 0 -15px;
  }
}

@media only screen and (max-width: 767px) {
  #footer #sec_navi .list_banner {
    display: block;
    margin: 0;
  }
}

#footer #sec_navi .list_banner li {
	max-width: 354px;
	width: 31.053%;
	height: 118px;
	margin: 0 0.395%;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi .list_banner li {
    max-width: inherit;
    width: 49%;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  #footer #sec_navi .list_banner li {
    width: auto;
    height: 108px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  #footer #sec_navi .list_banner li + li {
    margin: 8px 0 0;
  }
}

#footer #sec_navi .list_banner a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #19456C;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #sec_navi .list_banner a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #sec_navi .list_banner img {
  opacity: .6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#footer #sec_navi .list_gnav {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.45;
}

@media only screen and (max-width: 1023px) {
  #footer #sec_navi .list_gnav {
    display: none;
  }
}

#footer #sec_navi .list_gnav li {
  padding: 0 14px;
}

#footer #sec_navi .list_gnav a {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #sec_navi .list_gnav a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#footer #copyright {
  background: #4F93A6;
  color: #fff;
  font-family: "Barlow", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 1.3rem;
  line-height: 1.15;
  text-align: center;
  padding: 15px 40px;
}

@media only screen and (max-width: 1023px) {
  #footer #copyright {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 15px 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  スライド
-------------------------*/
@media only screen and (max-width: 1023px) {
  #sec_mainvisual {
    padding: 0;
  }
}

#sec_mainvisual .slide {
  position: relative;
  z-index: 0;
  height: 790px;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide {
    height: auto;
  }
}

#sec_mainvisual .slide:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 110px;
  z-index: -1;
  background: #E9F5FB;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide:before {
    display: none;
  }
}

#sec_mainvisual .slide .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 65px;
  left: 40px;
  right: 40px;
  z-index: 10;
  justify-content: flex-start;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide .swiper-pagination {
    bottom: 35px;
    left: 30px;
    right: 30px;
  }
}

#sec_mainvisual .slide .swiper-pagination-bullet {
  position: relative;
  width: 42px;
  height: 10px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide .swiper-pagination-bullet {
    width: 23.5px;
    margin-right: 5px;
  }
}

#sec_mainvisual .slide .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ACACAC;
  margin: auto;
}

#sec_mainvisual .slide .swiper-pagination-bullet-active:before {
  background-color: #4F93A6;
}

#sec_mainvisual .swiper-slide {
  z-index: 0;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .swiper-slide {
    height: auto;
  }
}

#sec_mainvisual .swiper-slide-active .slide_item .slide_item__main {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  visibility: visible;
}

#sec_mainvisual .slide_item {
  position: relative;
  z-index: 0;
  height: 790px;
  padding: 0 40px;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 447px;
    background: #E9F5FB;
    padding: 0 0 70px;
  }
}

@media only screen and (min-width: 1024px) {
  #sec_mainvisual .slide_item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% + 200px);
    left: -100vw;
    background: #E9F5FB;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item:before {
    content: '';
    opacity: .1;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 331px 239px;
    border-color: transparent transparent #4F93A6 transparent;
  }
}

#sec_mainvisual .slide_item:after {
  content: '';
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 774px 558px 0 0;
  border-color: #4F93A6 transparent transparent transparent;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item:after {
    border-width: 210px 151px 0 0;
  }
}

#sec_mainvisual .slide_item .slide_item__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 110px;
  z-index: 0;
  max-width: 1680px;
  text-align: right;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .slide_item__img {
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 0;
    flex: 1 0 auto;
    height: 247px;
    margin-bottom: -50px;
  }
}

@media only screen and (min-width: 1024px) {
  #sec_mainvisual .slide_item .slide_item__img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    background: #E9F5FB;
    background: -moz-linear-gradient(90deg, #e9f5fb 0%, rgba(233, 245, 251, 0) 100%);
    background: -webkit-linear-gradient(90deg, #e9f5fb 0%, rgba(233, 245, 251, 0) 100%);
    background: linear-gradient(90deg, #e9f5fb 0%, rgba(233, 245, 251, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color07",endColorstr="$color07",GradientType=1);
  }
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .slide_item__img:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 67px;
    background: #E9F5FB;
    background: -moz-linear-gradient(0deg, #e9f5fb 0%, rgba(233, 245, 251, 0) 100%);
    background: -webkit-linear-gradient(0deg, #e9f5fb 0%, rgba(233, 245, 251, 0) 100%);
    background: linear-gradient(0deg, #e9f5fb 0%, rgba(233, 245, 251, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color07",endColorstr="$color07",GradientType=1);
  }
}

#sec_mainvisual .slide_item .slide_item__img:after {
  content: '';
  opacity: .3;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 419px 302px;
  border-color: transparent transparent #7DBFD1 transparent;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .slide_item__img:after {
    display: none;
  }
}

#sec_mainvisual .slide_item .slide_item__img img {
  position: relative;
  z-index: -1;
  max-width: 1570px;
}

#sec_mainvisual .slide_item .slide_item__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  padding: 0 0 90px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .slide_item__wrap {
    align-items: flex-end;
    height: 100%;
    padding: 0 30px;
  }
}

#sec_mainvisual .slide_item .slide_item__main {
  visibility: hidden;
  opacity: 0;
  max-width: 900px;
  width: 100%;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}

#sec_mainvisual .slide_item .copy .en {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 6.6rem;
  line-height: 1.25;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .copy .en {
    font-size: 4.0rem;
  }
}

@media only screen and (max-width: 375px) {
  #sec_mainvisual .slide_item .copy .en {
    font-size: 10.66667vw;
  }
}

#sec_mainvisual .slide_item .copy .en:first-letter {
  color: #19456C;
}

#sec_mainvisual .slide_item .copy .jp {
  color: #19466d;
  font-size: 2.8rem;
  line-height: 1.48;
  margin: 10px 0 0;
}

#sec_mainvisual .slide_item .copy .jp .catch {
  display: inline-block;
  color: #19466d;
  background:#ffffff72;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .copy .jp {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

#sec_mainvisual .slide_item .text {
  max-width: 578px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 27px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .text {
    display: none;
  }
}

#sec_mainvisual .slide_item .btn {
  display: inline-block;
  margin: 35px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .btn {
    margin-top: 16px;
  }
}

#sec_mainvisual .slide_item .btn .btn_inner {
  display: inline-block;
  color: #19456C;
  font-size: 1.8rem;
  line-height: 1.5;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .btn .btn_inner {
    font-size: 1.5rem;
  }
}

#sec_mainvisual .slide_item .btn span {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 69px;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .btn span {
    padding: 3px 0 3px 38px;
  }
}

#sec_mainvisual .slide_item .btn span:before, #sec_mainvisual .slide_item .btn span:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#sec_mainvisual .slide_item .btn span:before {
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  border: 1px solid #19456C;
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .btn span:before {
    width: 28px;
    height: 28px;
  }
}

#sec_mainvisual .slide_item .btn span:after {
  top: 18px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #19456C;
  border-bottom: 1px solid #19456C;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1023px) {
  #sec_mainvisual .slide_item .btn span:after {
    top: 11px;
    left: 10px;
    width: 6px;
    height: 6px;
  }
}

#sec_mainvisual .slide_item .btn:hover .btn_inner {
  color: #4F93A6;
}

#sec_mainvisual .slide_item .btn:hover span:before, #sec_mainvisual .slide_item .btn:hover span:after {
  border-color: #4F93A6;
}

/*-------------------------
  INFORMATION
-------------------------*/
#sec_information {
  position: relative;
  z-index: 1;
  display: flex;
  width: 44.34524%;
  background: #19456C;
  color: #fff;
  padding: 0 80px;
  margin: -184px 0 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_information {
    width: auto;
    padding: 33px 30px 36px;
    margin: 0;
  }
}

#sec_information .innerWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: inherit;
  height: 226px;
}

@media only screen and (max-width: 1023px) {
  #sec_information .innerWrap {
    min-height: inherit;
    height: auto;
  }
}

#sec_information .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -80px 20px 0;
}

@media only screen and (max-width: 1023px) {
  #sec_information .head {
    margin: 0 -30px 26px 0;
  }
}

#sec_information .head .hd {
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 2.2rem;
  line-height: 1.35;
}

#sec_information .head .hd:first-letter {
  color: #7DBFD1;
}

#sec_information .head .link {
  display: flex;
  align-items: center;
}

#sec_information .head .link a {
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#sec_information .head .link a:hover {
  color: #7DBFD1;
}

#sec_information .head .link:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #7DBFD1;
  margin: 3px 0 0 11px;
}

#sec_information .slide .swiper-navigation {
  justify-content: flex-start;
}

#sec_information .slide .swiper-pagination {
  justify-content: flex-start;
  text-align: left;
  margin: 30px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_information .slide .swiper-pagination {
    margin-top: 20px;
  }
}

#sec_information .slide .swiper-pagination-bullet {
  opacity: .3;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 0;
  margin: 0 6px 0 0;
}

#sec_information .slide .swiper-pagination-bullet-active {
  opacity: 1;
}

#sec_information .slide_item {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#sec_information .slide_item .text {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  overflow: hidden;
}

#sec_information .slide_item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#sec_information .slide_item:hover {
  color: #7DBFD1;
}

/*-------------------------
  診療時間・マップ
-------------------------*/
@media only screen and (min-width: 1024px) {
  .blk_schedule_map {
    display: flex;
    justify-content: space-between;
  }
}

.blk_schedule_map #sec_schedule {
  padding: 109px 40px 161px;
  margin: 0 0 0 auto;
}

@media all and (-ms-high-contrast: none) {
  .blk_schedule_map #sec_schedule {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .blk_schedule_map #sec_schedule {
    width: calc((100% - 44.34524%) - ((100% - 1280px) / 4));
  }
}

@media only screen and (max-width: 1023px) {
  .blk_schedule_map #sec_schedule {
    margin: 0 auto;
    padding: 55px 30px 30px;
  }
}

.blk_schedule_map #sec_schedule .innerWrap {
  max-width: 593px;
  margin: 0 100px 0 auto;
}

@media only screen and (max-width: 1023px) {
  .blk_schedule_map #sec_schedule .innerWrap {
    margin: 0 auto;
  }
}

.blk_schedule_map #sec_schedule .hd01 {
  margin: 0 0 30px;
}

.blk_schedule_map #sec_schedule .box_hours thead th {
  font-size: 1.5rem;
}

.blk_schedule_map #sec_schedule .box_hours thead th:first-child {
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  .blk_schedule_map #sec_schedule .box_hours tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
}

.blk_schedule_map #sec_schedule .box_hours tbody th {
  font-size: 1.6rem;
}

.blk_schedule_map #sec_schedule .box_hours tbody td {
  font-size: 2.1rem;
}

.blk_schedule_map #sec_schedule .box_hours .notes {
  color: #888;
}

@media only screen and (min-width: 1024px) {
  .blk_schedule_map #sec_schedule .box_hours .notes {
    font-size: 1.3rem;
  }
}

.blk_schedule_map #sec_map {
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  padding: 44px 0;
  max-height: 588px;
}

@media only screen and (min-width: 1024px) {
  .blk_schedule_map #sec_map {
    display: flex;
    align-items: center;
    max-width: 44.34524%;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .blk_schedule_map #sec_map {
    padding: 0 20px 67px;
  }
}

.blk_schedule_map #sec_map:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -13.606%;
  left: 0;
  right: 0;
  z-index: -1;
  background: #7DBFD1;
}

@media only screen and (max-width: 1023px) {
  .blk_schedule_map #sec_map:before {
    display: none;
  }
}

.blk_schedule_map #sec_map .img {
  overflow: hidden;
  position: relative;
  width: 85.90604%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .blk_schedule_map #sec_map .img {
    max-width: 320px;
    width: 100%;
  }
}

.blk_schedule_map #sec_map .img:before {
  content: '';
  display: block;
  padding-bottom: 500px;
}

@media only screen and (max-width: 1366px) {
  .blk_schedule_map #sec_map .img:before {
    padding-bottom: 97.3%;
  }
}

@media only screen and (max-width: 1023px) {
  .blk_schedule_map #sec_map .img:before {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .blk_schedule_map #sec_map .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0);
    object-position: center center;
  }
}

@media only screen and (max-width: 1023px) {
  .blk_schedule_map #sec_map .img img {
    width: 100%;
    height: auto;
  }
}

/*-------------------------
  PRP
-------------------------*/
#sec_prp {
  position: relative;
  z-index: 0;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #sec_prp {
    background: #19456C;
  }
}

#sec_prp:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 110px;
  z-index: -1;
  background: url(../img/index/prp_bg.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  #sec_prp:before {
    display: none;
  }
}

#sec_prp .head {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 60px 0 35px;
}

@media only screen and (max-width: 1680px) {
  #sec_prp .head {
    padding: 60px 110px 35px;
  }
}

@media only screen and (max-width: 1024px) {
  #sec_prp .head {
    background: url(../img/index/prp_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 30px 30px;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_prp .head {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
  }
}

#sec_prp .head .logo {
  display: inline-flex;
  background: #fff;
  border-radius: 100px;
  color: #2394B4;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 7px 10px 7px 15px;
  margin: 0 6px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .head .logo {
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

#sec_prp .head .logo:before {
  content: '';
  display: block;
  width: 21px;
  height: 16px;
  background: url(../img/logo_icon.png) no-repeat left top;
  background-size: 100% auto;
  margin-right: 8px;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .head .logo:before {
    width: 18px;
    height: 13px;
    margin-right: 4px;
  }
}

#sec_prp .head small {
  font-size: 100%;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .head small {
    font-size: 1.3rem;
  }
}

#sec_prp .head strong {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 23px 0 17px;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .head strong {
    font-size: 2.6rem;
    padding: 25px 0 15px;
  }
}

#sec_prp .slide {
  padding: 0 0 0;
}

@media only screen and (max-width: 1679px) {
  #sec_prp .slide {
    padding: 0 190px 0 110px;
  }
}

@media only screen and (max-width: 1024px) {
  #sec_prp .slide {
    padding: 30px 0 0;
  }
}

@media only screen and (max-width: 1679px) {
  #sec_prp .slide .innerWrap {
    margin: 0 0 0 auto;
  }
}

#sec_prp .slide .swiper-button-next,
#sec_prp .slide .swiper-button-prev {
  top: auto;
  bottom: 57px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  #sec_prp .slide .swiper-button-next,
  #sec_prp .slide .swiper-button-prev {
    display: none;
  }
}

#sec_prp .slide .swiper-button-next:before,
#sec_prp .slide .swiper-button-prev:before {
  content: '';
  display: block;
  width: 10px;
  height: 13px;
  background: url(../img/index/sp_arrow01.png) no-repeat center center;
  background-size: cover;
  margin: auto 0;
}

#sec_prp .slide .swiper-button-next {
  right: 15px;
}

#sec_prp .slide .swiper-button-prev {
  left: 15px;
}

#sec_prp .slide .swiper-button-prev:before {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
  #sec_prp .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    transform: none !important;
  }
}

#sec_prp .swiper-slide {
  height: auto;
}

@media only screen and (min-width: 1025px) {
  #sec_prp .swiper-slide {
    max-width: 385px !important;
    width: 30.079% !important;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  #sec_prp .swiper-slide:nth-child(n+4) {
    display: none !important;
  }
}

#sec_prp .slide_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  #sec_prp .slide_item {
    padding: 0 45px;
  }
}

#sec_prp .slide_item .ttl {
  display: flex;
  align-items: flex-end;
  color: #7DBFD1;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: 0.2em;
  padding: 3px 0;
  margin: 0 0 8px;
}

#sec_prp .slide_item .ttl span:not(.num) {
  display: inline-flex;
  align-items: center;
}

#sec_prp .slide_item .ttl span:not(.num):after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #7DBFD1;
  margin: 0 8px 0 6px;
}

#sec_prp .slide_item .ttl .num {
  font-size: 2.2rem;
  line-height: 1.0;
}

#sec_prp .slide_item .text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

#sec_prp .slide_item .img {
  min-height: 0%;
  margin: auto 0 0;
}

@media only screen and (max-width: 1024px) {
  #sec_prp .slide_item .img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 158px;
  }
}

#sec_prp .slide_item .img img {
  width: 100%;
  height: auto;
}

#sec_prp .btn_wrap {
  margin: 50px auto 70px;
}

@media only screen and (max-width: 1679px) {
  #sec_prp .btn_wrap {
    padding: 0 190px 0 110px;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_prp .btn_wrap {
    padding: 0;
    margin: 60px auto 40px;
  }
}

#sec_prp .btn01 {
  max-width: 1280px;
}

@media only screen and (max-width: 1679px) {
  #sec_prp .btn01 {
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_prp .btn01 {
    padding: 0 30px;
  }
}

#sec_prp .btn01 .btn_inner {
  max-width: 440px;
  font-weight: 300;
  margin: 0 auto;
}

#sec_prp .bottom {
  position: relative;
  padding: 50px 110px;
}

@media only screen and (max-width: 1679px) {
  #sec_prp .bottom {
    padding: 50px 190px 50px 110px;
  }
}

@media only screen and (max-width: 1024px) {
  #sec_prp .bottom {
    background: #0C243C;
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bottom {
    padding: 20px 30px;
  }
}

#sec_prp .bottom:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 110px;
  background: rgba(0, 0, 0, 0.36);
  /*
			@media only screen and (max-width: 1680px) {
				width: calc(1680px - 110px);
				right: auto;
			}
			*/
}

@media only screen and (max-width: 1024px) {
  #sec_prp .bottom:before {
    display: none;
  }
}

#sec_prp .bnr {
  position: relative;
  z-index: 0;
  display: flex;
  max-width: 1000px;
  width: 100%;
  border: 1px solid #fff;
  padding: 0 60px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bnr {
    padding: 0;
  }
}

#sec_prp .bnr:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: auto 0;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bnr:before {
    width: 20px;
  }
}

#sec_prp .bnr:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: -1;
  background: #15395A;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#sec_prp .bnr .bnr_inner {
  display: flex;
  align-items: center;
  max-width: 830px;
  width: 100%;
  min-height: 141px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bnr .bnr_inner {
    justify-content: center;
    min-height: 96px;
    padding: 0 20px 0 0;
  }
}

#sec_prp .bnr .icon {
  flex: 1 0 auto;
  display: block;
  width: 76px;
  margin: 0 37px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bnr .icon {
    max-width: 52px;
    width: 52px;
    margin-right: 18px;
  }
}

#sec_prp .bnr .icon img {
  width: 100%;
  height: auto;
}

#sec_prp .bnr .text {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.65;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bnr .text {
    width: auto;
  }
}

#sec_prp .bnr .text .hd {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .08em;
  margin: 0 0 10px;
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bnr .text .hd {
    font-size: 1.6rem;
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_prp .bnr .text p:not(.hd) {
    display: none;
  }
}

#sec_prp .bnr:hover:after {
  right: 0;
}

/*-------------------------
  診療科目
-------------------------*/
#sec_courses {
  position: relative;
  padding: 119px 0 110px;
}

@media only screen and (max-width: 1023px) {
  #sec_courses {
    padding: 58px 0 80px;
  }
}

#sec_courses:before, #sec_courses:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
}

#sec_courses:before {
  opacity: .1;
  top: 0;
  left: 0;
  border-width: 774px 558px 0 0;
  border-color: #7DBFD1 transparent transparent transparent;
}

@media only screen and (max-width: 1023px) {
  #sec_courses:before {
    border-width: 260px 187px 0 0;
  }
}

#sec_courses:after {
  opacity: .05;
  bottom: 0;
  right: 0;
  border-width: 0 0 653px 471px;
  border-color: transparent transparent #19456C transparent;
}

@media only screen and (max-width: 1023px) {
  #sec_courses:after {
    right: 0;
    border-width: 0 0 412px 297px;
  }
}

@media only screen and (min-width: 1024px) {
  #sec_courses > .innerWrap {
    display: flex;
    flex-direction: row-reverse;
    max-width: inherit;
  }
}

#sec_courses .img_pc .img,
#sec_courses .img_sp .img {
  display: block;
}

#sec_courses .img_pc .img img,
#sec_courses .img_sp .img img {
  width: 100%;
  height: auto;
}

#sec_courses .img_pc {
  width: 50%;
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .img_pc {
    display: none;
  }
}

#sec_courses .img_pc .img {
  max-width: 765px;
  width: 96%;
  margin: 0 auto;
}

#sec_courses .img_sp {
  max-width: 373px;
  width: 89.07%;
  margin: 0 auto 0;
}

@media only screen and (min-width: 1024px) {
  #sec_courses .img_sp {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #sec_courses .box_main {
    width: 50%;
    padding: 11px 45px 0 40px;
  }
}

#sec_courses .copy {
  display: flex;
  justify-content: flex-end;
  color: #19456C;
  font-size: 5.0rem;
  font-weight: 300;
  line-height: 1.48;
  margin: 0 0 38px;
}

@media only screen and (max-width: 1580px) {
  #sec_courses .copy {
    max-width: 463px;
    justify-content: flex-start;
    margin: 0 0 35px auto;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_courses .copy {
    display: block;
    max-width: inherit;
    font-size: 4.0rem;
    text-align: center;
    margin: 0 0 23px;
  }
}

#sec_courses .copy br {
  display: none;
}

@media only screen and (max-width: 1580px) {
  #sec_courses .copy br {
    display: block;
  }
}

#sec_courses .hd01 {
  max-width: 463px;
  margin: 0 0 25px auto;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .hd01 {
    max-width: inherit;
    padding: 0 30px;
    margin: 42px 0 30px;
  }
}

#sec_courses .read {
  max-width: 463px;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 10px 0 0;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .read {
    max-width: inherit;
    font-size: 1.6rem;
    line-height: 1.85;
    padding: 0 30px;
    margin: 0;
  }
}

#sec_courses .box_link {
  max-width: 463px;
  margin: 30px 0 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .box_link {
    max-width: inherit;
    padding: 0 30px;
    margin: 30px 0 0;
  }
}

#sec_courses .box_link li {
  margin: 40px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .box_link li {
    margin-top: 30px;
  }
}

#sec_courses .box_link li:first-child {
  margin-top: 0;
}

#sec_courses .box_link a {
  display: inline-flex;
  align-items: center;
}

#sec_courses .box_link .icon {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 127px;
  margin: 0 24px 0 0;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .box_link .icon {
    width: 84px;
    height: 84px;
    margin-right: 9px;
  }
}

#sec_courses .box_link .icon img {
  width: 100%;
  height: auto;
}

#sec_courses .box_link .text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#sec_courses .box_link .text p {
  margin-right: -.5em;
}

#sec_courses .box_link .en {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 3.2rem;
  line-height: 1.35;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .box_link .en {
    font-size: 2.8rem;
  }
}

#sec_courses .box_link .en strong {
  color: #19456C;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#sec_courses .box_link .en span {
  position: relative;
  padding-right: 47px;
}

@media only screen and (min-width: 1024px) {
  #sec_courses .box_link .en span {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_courses .box_link .en span {
    padding-right: 0;
  }
}

#sec_courses .box_link .en span:before, #sec_courses .box_link .en span:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .box_link .en span:before, #sec_courses .box_link .en span:after {
    display: none;
  }
}

#sec_courses .box_link .en span:before {
  top: 7px;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #C3C3C3;
  border-radius: 100%;
  margin: auto 0;
}

#sec_courses .box_link .en span:after {
  top: 17px;
  right: 11px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  transform: rotate(-45deg);
}

#sec_courses .box_link .jp {
  color: #444444;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 1.45;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#sec_courses .box_link .jp span {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .box_link .jp span {
    padding-right: 31px;
  }
}

#sec_courses .box_link .jp span:before, #sec_courses .box_link .jp span:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  #sec_courses .box_link .jp span:before, #sec_courses .box_link .jp span:after {
    display: none;
  }
}

#sec_courses .box_link .jp span:before {
  bottom: -2px;
  right: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #C3C3C3;
  border-radius: 100%;
  margin: auto 0;
}

#sec_courses .box_link .jp span:after {
  bottom: 6px;
  right: 9px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  transform: rotate(-45deg);
}

#sec_courses .box_link a:hover .icon {
  opacity: .8;
}

#sec_courses .box_link a:hover .en {
  color: rgba(79, 147, 166, 0.8);
}

#sec_courses .box_link a:hover .en strong {
  color: rgba(25, 69, 108, 0.8);
}

#sec_courses .box_link a:hover .en span:before, #sec_courses .box_link a:hover .en span:after {
  border-color: #4F93A6;
}

#sec_courses .box_link a:hover .jp {
  color: rgba(68, 68, 68, 0.8);
}

#sec_courses .btn02 {
  max-width: 453px;
  margin: 60px 3px 0 auto;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .btn02 {
    max-width: inherit;
    padding: 0 30px;
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_courses .btn02 .btn_inner {
    max-width: 440px;
    margin: 0 auto;
  }
}

#sec_courses .bnr {
  padding: 0 40px;
  margin: 70px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .bnr {
    padding: 0 30px;
    margin-top: 60px;
  }
}

#sec_courses .bnr .list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#sec_courses .bnr .list_item {
  display: flex;
  max-width: 640px;
  width: 100%;
}

#sec_courses .bnr a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  color: #fff;
  padding: 20px 30px;
}

#sec_courses .bnr a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: auto 0;
}

#sec_courses .bnr .img,
#sec_courses .bnr .text {
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

#sec_courses .bnr .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #7dbfd1 0%, #489ab1 100%);
}

#sec_courses .bnr .img img {
  opacity: .4;
}

#sec_courses .bnr .text {
  font-size: 1.9rem;
  letter-spacing: .08em;
  line-height: 1.5;
  text-shadow: 0px 0px 20px rgba(3, 37, 67, 0.7);
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  #sec_courses .bnr .text {
    font-size: 1.8rem;
  }
}

#sec_courses .bnr a:hover .img,
#sec_courses .bnr a:hover .text {
  opacity: .8;
}

/*-------------------------
  お悩み　2021.10
-------------------------*/
#sec_worries{
  width: calc(100% - 110px);
  margin-right: 113px;
  background: #163D60 url(../img/index/bg_disease.jpg) no-repeat right center;
  margin-bottom: 80px;
  color: #fff;
  padding: 90px 112px 70px 0;
}
#sec_worries h2{
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
#sec_worries ul{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#sec_worries ul li{
  width: 16%;
  text-align: center;
}
#sec_worries ul li a{
  transition: all 0.6ms;
}
#sec_worries ul li .no{
  color: #7DBFD1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
}
#sec_worries ul li .no span{
  font-size: 22px;
}
#sec_worries ul li img{
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#sec_worries ul li .ttl{
  font-size: 19px;
  margin-bottom: 21px;
}
#sec_worries ul li .txt{
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (max-width: 1440px) {
  #sec_worries{
    padding: 90px 0 70px;
  }
}
@media only screen and (max-width: 1140px) {
 #sec_worries ul{
    padding: 0 50px;
  }
 }
@media only screen and (max-width: 1000px) {
  #sec_worries{
    background-size: cover;
  }
  #sec_worries ul{
    flex-wrap: wrap;
    padding: 0 100px;
  }
  #sec_worries ul::after{
    content:'';
    display: block;
    width: 27%;
  }
  #sec_worries ul li{
    width: 27%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #sec_worries{
    width: 100%;
    margin-left:0;
    margin-bottom: 0;
    padding: 40px 0 20px;
  }
  #sec_worries h2{
    font-size: 24px;
    margin-bottom: 30px;
  }
  #sec_worries ul{
    padding: 0 30px;
  }
  #sec_worries ul li{
    width: 45%;
    margin-bottom: 35px;
  }
  #sec_worries ul li .no{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  #sec_worries ul li .no span{
    font-size: 22px;
  }
  #sec_worries ul li img{
    display: block;
    max-width: 136px;
    margin: 0 auto 16px;
  }
  #sec_worries ul li .ttl{
    font-size: 18px;
    margin-bottom: 13px;
  }
  #sec_worries ul li .txt{
    font-size: 13px;
    line-height: 1.6;
  }
}


/*-------------------------
  院長挨拶
-------------------------*/
#sec_greeting {
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, #F5FCFF 0%, #DEEFFC 82%, #DFF0FD 100%);
  padding: 100px 40px 100px;
}

@media only screen and (max-width: 1023px) {
  #sec_greeting {
    padding: 0 0 80px;
  }
}

#sec_greeting:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/index/greeting_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

#sec_greeting .innerWrap {
  max-width: 1000px;
}

@media only screen and (min-width: 1024px) {
  #sec_greeting .innerWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#sec_greeting .box_img {
  flex: 1 0 auto;
  max-width: 385px;
  box-shadow: 10px 13px 16px rgba(0, 0, 0, 0.1);
  margin: 0 60px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_greeting .box_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: inherit;
    height: 211px;
    box-shadow: none;
    margin: 0;
  }
}

#sec_greeting .box_img:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 81px;
  background: #fcf;
  background: linear-gradient(91deg, #f3f9fb 0%, #f3f9fb 31%, rgba(243, 249, 251, 0) 100%);
}

@media only screen and (min-width: 1024px) {
  #sec_greeting .box_img:before {
    display: none;
  }
}

#sec_greeting .box_img .img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1023px) {
  #sec_greeting .box_img .img img {
    width: auto;
    height: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  #sec_greeting .box_main {
    /* max-width: 500px; */
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_greeting .box_main {
    padding: 0 30px;
  }
}

#sec_greeting .box_main .hd01 {
  margin: 0 0 20px;
}

@media only screen and (max-width: 1023px) {
  #sec_greeting .box_main .hd01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 211px;
    margin-bottom: 36px;
  }
}

#sec_greeting .box_main .copy {
  color: #4F93A6;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .08em;
  margin: 0 -1em 30px 0;
}

@media only screen and (max-width: 1023px) {
  #sec_greeting .box_main .copy {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 360px) {
  #sec_greeting .box_main .copy {
    font-size: 7.22222vw;
  }
}

#sec_greeting .box_main > .text {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 30px;
}

#sec_greeting .box_main .detail {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 23px 40px 33px;
}

@media only screen and (max-width: 1023px) {
  #sec_greeting .box_main .detail {
    padding: 23px 30px 33px;
  }
}

#sec_greeting .box_main .detail .hd {
  margin: 0 0 5px;
}

#sec_greeting .box_main .detail li {
  text-indent: -1em;
  padding-left: 1em;
}

#sec_greeting .box_main .detail li + li {
  margin-top: 5px;
}

#sec_greeting .box_main .btn02 {
  margin: 30px 0 0;
}

@media only screen and (max-width: 1023px) {
  #sec_greeting .box_main .btn02 {
    margin-left: auto;
    margin-right: auto;
  }
}

#sec_greeting .box_main .btn02 .btn_inner {
  background-color: rgba(255, 255, 255, 0.5);
}

/*-------------------------
  sec_recruit
-------------------------*/
.sec_bonedensity,
#sec_recruit {
  position: relative;
  z-index: 0;
  background: #19456C;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .sec_bonedensity,
  #sec_recruit {
    display: flex;
    height: 509px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity,
  #sec_recruit {
    padding-bottom: 50px;
  }
}

.sec_bonedensity:before, .sec_bonedensity:after,
#sec_recruit:before,
#sec_recruit:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.sec_bonedensity:before,
#sec_recruit:before {
  opacity: .08;
  top: 0;
  left: 0;
  border-width: 509px 367px 0 0;
  border-color: #7DBFD1 transparent transparent transparent;
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity:before,
  #sec_recruit:before {
    border-width: 260px 187px 0 0;
  }
}

.sec_bonedensity:after,
#sec_recruit:after {
  opacity: .2;
  bottom: 0;
  right: 0;
  border-width: 0 0 278px 200px;
  border-color: transparent transparent #4F93A6 transparent;
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity:after,
  #sec_recruit:after {
    z-index: 1;
    border-width: 0 0 188px 136px;
  }
}

.sec_bonedensity .innerWrap,
#sec_recruit .innerWrap {
  display: flex;
  align-items: center;
  max-width: 1000px;
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity .innerWrap,
  #sec_recruit .innerWrap {
    z-index: 1;
  }
}

.sec_bonedensity .box_main,
#sec_recruit .box_main {
  max-width: 372px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity .box_main,
  #sec_recruit .box_main {
    max-width: inherit;
    padding: 54px 30px;
  }
}

.sec_bonedensity .box_main .hd01,
.sec_bonedensity .box_main .hd03,
#sec_recruit .box_main .hd01,
#sec_recruit .box_main .hd03 {
  text-align: left;
  margin: 0 0 36px;
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity .box_main .hd01,
  .sec_bonedensity .box_main .hd03,
  #sec_recruit .box_main .hd01,
  #sec_recruit .box_main .hd03 {
    margin-bottom: 28px;
  }
}

.sec_bonedensity .box_main .hd01 .main,
.sec_bonedensity .box_main .hd03 .main,
#sec_recruit .box_main .hd01 .main,
#sec_recruit .box_main .hd03 .main {
  color: #fff;
}

.sec_bonedensity .box_main .hd01 .main:first-letter,
.sec_bonedensity .box_main .hd03 .main:first-letter,
#sec_recruit .box_main .hd01 .main:first-letter,
#sec_recruit .box_main .hd03 .main:first-letter {
  color: #7DBFD1;
}

.sec_bonedensity .box_main .hd03,
#sec_recruit .box_main .hd03 {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: .08em;
}

.sec_bonedensity .box_main .text,
#sec_recruit .box_main .text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.86;
}

.sec_bonedensity .box_main .btn03,
#sec_recruit .box_main .btn03 {
  max-width: inherit;
  margin: 60px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity .box_main .btn03,
  #sec_recruit .box_main .btn03 {
    margin-top: 37px;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_bonedensity .box_main .btn03 .btn_inner,
  #sec_recruit .box_main .btn03 .btn_inner {
    min-height: 62px;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity .box_main .btn03 .btn_inner,
  #sec_recruit .box_main .btn03 .btn_inner {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_bonedensity .box_img,
  #sec_recruit .box_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 939px;
    width: 65%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity .box_img,
  #sec_recruit .box_img {
    height: 253px;
  }
}

.sec_bonedensity .box_img:before,
#sec_recruit .box_img:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  left: 0;
  border-width: 509px 367px 0 0;
  border-color: #19456C transparent transparent transparent;
}

@media only screen and (max-width: 1023px) {
  .sec_bonedensity .box_img:before,
  #sec_recruit .box_img:before {
    display: none;
  }
}

.sec_bonedensity {
  background-color: #4F93A6;
  margin: 150px 0 0;
}

.sec_bonedensity:before {
  border-color: #19456C transparent transparent transparent;
}

.sec_bonedensity .box_main {
  max-width: inherit;
}

.sec_bonedensity .box_main .hd03 {
  margin-bottom: 32px;
}

.sec_bonedensity .box_main .text {
  font-size: 1.5rem;
}

.sec_bonedensity .box_main .btn03 {
  max-width: 267px;
  margin: 43px 0 0;
}

.sec_bonedensity .box_img:before {
  border-color: #4F93A6 transparent transparent transparent;
}

/*-------------------------
  sec_googlemap
-------------------------*/
#sec_googlemap .map {
  position: relative;
  width: 100%;
}

#sec_googlemap .map:after {
  content: '';
  opacity: 1;
  position: absolute;
  width: 100%;
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  background-color: #4F93A6;
  mix-blend-mode: overlay;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  #sec_googlemap .map:after {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  #sec_googlemap .map:after {
    mix-blend-mode: none;
    opacity: 0.3;
  }
}

#sec_googlemap .map iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 500px;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  #sec_googlemap .map iframe {
    max-height: 414px;
    height: 100vw;
  }
}

#sec_googlemap .map iframe:hover {
  filter: grayscale(0%);
}

#sec_googlemap .gmap {
  overflow: hidden;
  position: relative;
  height: 500px;
}

@media only screen and (max-width: 1023px) {
  #sec_googlemap .gmap {
    max-height: 414px;
    height: 100vw;
  }
}

#sec_googlemap .gmap:after {
  content: '';
  opacity: 1;
  position: absolute;
  width: 100%;
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  background-color: #4F93A6;
  mix-blend-mode: overlay;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  #sec_googlemap .gmap:after {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  #sec_googlemap .gmap:after {
    mix-blend-mode: none;
    opacity: 0.3;
  }
}

#sec_googlemap .gmap iframe,
#sec_googlemap .gmap object,
#sec_googlemap .gmap embed {
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sec_googlemap .gmap iframe:hover,
#sec_googlemap .gmap object:hover,
#sec_googlemap .gmap embed:hover {
  filter: grayscale(0%);
}

#sec_googlemap .btn_wrap {
  padding: 0 15px;
  margin: 30px 0 0;
}

@media only screen and (min-width: 1024px) {
  #sec_googlemap .btn_wrap {
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_googlemap .btn_wrap {
    margin-top: 20px;
  }
}

#sec_googlemap .btn_wrap li {
  width: 100%;
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 1023px) {
  #sec_googlemap .btn_wrap li {
    max-width: 275px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_googlemap .btn_wrap li + li {
    margin-top: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Under
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  ブロックパーツ
-------------------------*/
.maincontents {
  padding: 0 0 100px;
}

.sec_block {
  position: relative;
  z-index: 0;
  padding: 0 90px;
  margin: 100px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_block {
    padding: 0 30px;
    margin-top: 80px;
  }
}

.sec_block:first-child {
  margin-top: 0;
}

.sec_block .innerWrap {
  max-width: 1000px;
}

.sec_block .hd02 {
  margin: 0 0 30px;
}

@media only screen and (max-width: 1023px) {
  .sec_block .hd02 {
    margin-bottom: 30px;
  }
}

.sec_block .hd03 {
  margin: 0 0 30px;
}

@media only screen and (min-width: 1024px) {
  .sec_block .hd03 {
    text-align: center;
  }
}

.sec_block .hd03_left {
  margin: 0 0 30px;
}

.sec_block .hd02_mini {
  color: #19456C;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid;
}

.sec_block .text {
  line-height: 1.85;
}

.sec_block .text .notes {
  margin-top: 10px;
}

.sec_block .text p + p {
  margin-top: 24px;
}

.sec_block .notes {
  color: #888;
  font-size: 1.3rem;
  line-height: 1.9;
}

.sec_block .notes2 {
  color: #4F93A6;
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .sec_block .notes2.spCont {
    margin: -17px 0 30px;
  }
}

.sec_block .img {
  background: #fff;
}

.sec_block .img img {
  max-width: 100%;
}

@media only screen and (max-width: 1023px) {
  .sec_block .img img {
    margin: 0 auto;
  }
}

.sec_block .img.blue {
  background-color: #F2F9FB;
}

@media only screen and (max-width: 1023px) {
  .sec_block .img.blue {
    background: #fff;
  }
}

.sec_block .img.transparent {
  background-color: transparent;
}

.sec_block hr {
  height: 1px;
  background: #E3E3E3;
  border: none;
  margin: 40px 0;
}

@media only screen and (max-width: 1023px) {
  .sec_block hr {
    margin: 35px 0;
  }
}

.sec_block .btn04 {
  margin-top: 40px;
}

.sec_block .list_block .hd02 {
  padding: 0 0 18px;
  margin: 0 0 24px;
}

.sec_block .list_flow .text {
  line-height: 2;
}

.sec_block .shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.sec_block .red {
  color: #DE4D4D;
}

.sec_block.blue {
  padding-top: 80px;
  padding-bottom: 97px;
}

@media only screen and (max-width: 1023px) {
  .sec_block.blue {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.sec_block.blue:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
  z-index: -1;
  background: #F2F9FB;
}

@media only screen and (max-width: 1023px) {
  .sec_block.blue:before {
    left: 0;
    right: 0;
  }
}

.sec_block.blue .innerWrap {
  max-width: 1280px;
}

.sec_block.blue .text {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_block.blue .list_step {
  max-width: 1000px;
  margin: 0 auto -17px;
}

@media only screen and (max-width: 1023px) {
  .sec_block.blue .list_step {
    margin: 0 -10px;
  }
}

.sec_block.blue_arrow {
  padding-top: 80px;
  padding-bottom: 97px;
}

@media only screen and (max-width: 1023px) {
  .sec_block.blue_arrow {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.sec_block.blue_arrow:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
  z-index: -1;
  background: #F2F9FB;
}

@media only screen and (max-width: 1023px) {
  .sec_block.blue_arrow:before {
    left: 0;
    right: 0;
  }
}

.sec_block.blue_arrow .innerWrap {
  position: static;
  max-width: 1280px;
}

.sec_block.blue_arrow .innerWrap:before, .sec_block.blue_arrow .innerWrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}

.sec_block.blue_arrow .innerWrap:before {
  opacity: .15;
  top: 0;
  left: 50px;
  border-width: 554px 400px 0 0;
  border-color: #7DBFD1 transparent transparent transparent;
}

@media only screen and (max-width: 1023px) {
  .sec_block.blue_arrow .innerWrap:before {
    left: 0;
    border-width: 330px 238px 0 0;
  }
}

.sec_block.blue_arrow .innerWrap:after {
  opacity: .14;
  bottom: 0;
  right: 50px;
  z-index: -1;
  border-width: 0 0 554px 400px;
  border-color: transparent transparent #19456C transparent;
}

@media only screen and (max-width: 1023px) {
  .sec_block.blue_arrow .innerWrap:after {
    right: 0;
    border-width: 0 0 330px 238px;
  }
}

@media only screen and (min-width: 1024px) {
  .blk01 {
    display: flex;
    align-items: flex-start;
  }
}

.blk01 > .text,
.blk01 > .main {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .blk01 .text + .img,
  .blk01 .main + .img {
    margin-top: 35px;
  }
}

.blk01 .img {
  flex: 1 0 auto;
  margin: 0 0 0 70px;
}

@media only screen and (max-width: 1023px) {
  .blk01 .img {
    text-align: center;
    margin: 0 auto;
  }
}

.blk02 .text + .img {
  margin-top: 44px;
}

@media only screen and (max-width: 1023px) {
  .blk02 .text + .img {
    margin-top: 30px;
  }
}

.blk02 .img + .text {
  margin-top: 40px;
}

.blk02 .img {
  text-align: center;
}

.blk02 .img .notes {
  text-align: left;
  margin: 20px 0 0;
}

.blk03 {
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  .blk03 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.blk03 .img {
  position: relative;
  z-index: -1;
  flex: 1 0 auto;
  background: #7dbfd1;
  background: -moz-linear-gradient(90deg, #7dbfd1 0%, #489ab1 100%);
  background: -webkit-linear-gradient(90deg, #7dbfd1 0%, #489ab1 100%);
  background: linear-gradient(90deg, #7dbfd1 0%, #489ab1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7dbfd1",endColorstr="#489ab1",GradientType=1);
}

@media only screen and (min-width: 1024px) {
  .blk03 .img {
    max-width: 750px;
    width: 58.594%;
  }
}

@media only screen and (max-width: 1023px) {
  .blk03 .img {
    margin: 0 -20px;
  }
}

.blk03 .img img {
  opacity: .79;
}

.blk03 .detail {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 30px 38px;
  margin: 50px -220px 0 0;
}

@media only screen and (max-width: 1023px) {
  .blk03 .detail {
    width: auto;
    padding: 40px 30px 60px;
    margin: -50px -10px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .blk03 .detail > * {
    max-width: 610px !important;
    margin: 0 auto;
  }
}

.blk03 .detail .hd02 {
  line-height: 1.8;
  margin: 0 auto 24px;
}

.blk03 .detail .btn04 {
  margin-top: 36px;
}

@media only screen and (max-width: 1023px) {
  .blk03 .detail .btn04 {
    justify-content: center;
  }
}

.blk03 .detail .btn04 .btn_inner {
  max-width: 370px;
  padding: 16px 20px;
}

.text + .blk03 {
  margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
  .text + .blk03 {
    margin-top: 40px;
  }
}

.text + .table01 {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .text + .table01 {
    margin-top: 20px;
  }
}

.text + .table01 + .text {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .text + .table01 + .text {
    margin-top: 20px;
  }
}

.hd02 + .table02 {
  margin-top: -25px;
}

@media only screen and (max-width: 1023px) {
  .hd02 + .table02 {
    margin-top: 0;
  }
}

/*-------------------------
  注意点
-------------------------*/
.sec_notes {
  position: relative;
  padding: 55px 90px 65px;
  margin: 80px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_notes {
    padding: 60px 30px;
    margin-top: 45px;
  }
}

.sec_notes:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
  z-index: -1;
  background: #F2F9FB;
}

@media only screen and (max-width: 1023px) {
  .sec_notes:before {
    left: 0;
    right: 0;
  }
}

.sec_notes .innerWrap {
  max-width: 1000px;
}

.sec_notes .innerWrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  right: 0;
  z-index: -1;
  width: 356px;
  height: 303px;
  /* background: url(../img/doctor.png) no-repeat right bottom; */
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .sec_notes .innerWrap:after {
    top: -17px;
    bottom: auto;
    right: -20px;
    width: 116px;
    width: 160px;
    background-position: right top;
    background-size: 100% auto;
  }
}

.sec_notes .hd03 {
  font-size: 2.6rem;
  line-height: 1.75;
  text-align: left;
  margin: 0 0 28px;
}

@media only screen and (max-width: 1023px) {
  .sec_notes .hd03 {
    font-size: 2.4rem;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_notes .list_dot {
    width: 69%;
  }
}

.sec_notes .list_dot li {
  padding-left: 25px;
}

@media only screen and (max-width: 1023px) {
  .sec_notes .list_dot li {
    padding-left: 19px;
  }
}

/*-------------------------
  PRPお問い合わせ
-------------------------*/
.sec_contact {
  display: flex;
  padding: 0 40px 100px;
}

@media only screen and (max-width: 1023px) {
  .sec_contact {
    padding: 0;
    margin-top: 0;
  }
}

.sec_contact .innerWrap {
  background: #19456C;
  min-height: 300px;
  color: #fff;
  padding: 0 40px;
}

@media only screen and (min-width: 1024px) {
  .sec_contact .innerWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_contact .innerWrap {
    padding: 40px 30px;
  }
}

.sec_contact .innerWrap:before, .sec_contact .innerWrap:after {
  content: '';
  opacity: .08;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 250px;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .innerWrap:before, .sec_contact .innerWrap:after {
    width: 151px;
    height: 210px;
  }
}

.sec_contact .innerWrap:before {
  left: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7DBFD1)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7DBFD1 50.5%) no-repeat top left/100% 100%;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .innerWrap:before {
    bottom: auto;
  }
}

.sec_contact .innerWrap:after {
  right: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #7dbfd1), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, #7dbfd1 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .innerWrap:after {
    top: auto;
  }
}

.sec_contact .hd {
  text-align: center;
  margin: 0 0 30px;
}

.sec_contact .hd .main {
  font-size: 2.6rem;
  line-height: 1.48;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .hd .main {
    font-size: 2.4rem;
  }
}

.sec_contact .hd .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7DBFD1;
  line-height: 1.5;
  margin-top: 16px;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .hd .sub {
    margin-top: 13px;
  }
}

.sec_contact .hd .sub:before, .sec_contact .hd .sub:after {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: #7DBFD1;
  margin: 0 7px;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .hd .sub:before, .sec_contact .hd .sub:after {
    display: none;
  }
}

.sec_contact .tel_box {
  display: flex;
  align-items: center;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 4.5rem;
  line-height: 1.35;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .tel_box {
    justify-content: center;
    font-size: 4.2rem;
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 375px) {
  .sec_contact .tel_box {
    font-size: 11.2vw;
  }
}

.sec_contact .tel_box:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/ico_tel_w.png) no-repeat center center;
  background-size: cover;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_contact .tel_box:before {
    width: 32px;
    height: 32px;
  }
}

/*-------------------------
  導入紹介文
-------------------------*/
@media only screen and (max-width: 1023px) {
  .sec_read,
  .sec_read2 {
    padding: 0 30px 60px;
    margin: -30px 0 0;
  }
}

.sec_read .innerWrap,
.sec_read2 .innerWrap {
  z-index: 0;
  max-width: 1318px;
  padding: 0 90px 61px;
}

@media only screen and (max-width: 1023px) {
  .sec_read .innerWrap,
  .sec_read2 .innerWrap {
    padding: 0 0 100px;
  }
}

.sec_read .main_wrap,
.sec_read2 .main_wrap {
  position: relative;
  max-width: 868px;
  width: 100%;
  padding: 41px 105px 68px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .sec_read .main_wrap,
  .sec_read2 .main_wrap {
    position: static;
    padding: 50px 0 0;
  }
}

.sec_read .main_wrap .text,
.sec_read2 .main_wrap .text {
  max-width: 574px;
  margin: 0 auto;
}

.sec_read .parts:before, .sec_read .parts:after,
.sec_read2 .parts:before,
.sec_read2 .parts:after {
  content: '';
  opacity: .4;
  position: absolute;
  display: block;
}

.sec_read .parts:before,
.sec_read2 .parts:before {
  background: #7DBFD1;
}

.sec_read .parts:after,
.sec_read2 .parts:after {
  background: #19456C;
}

.sec_read .parts.parts01,
.sec_read2 .parts.parts01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
}

.sec_read .parts.parts01:before,
.sec_read2 .parts.parts01:before {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin-left: auto;
}

.sec_read .parts.parts01:after,
.sec_read2 .parts.parts01:after {
  bottom: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin-top: auto;
}

.sec_read .parts.parts02,
.sec_read2 .parts.parts02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 67px;
}

.sec_read .parts.parts02:before,
.sec_read2 .parts.parts02:before {
  bottom: 0;
  left: 0;
  width: 54px;
  height: 55px;
}

.sec_read .parts.parts02:after,
.sec_read2 .parts.parts02:after {
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: auto;
}

.sec_read .hd04,
.sec_read2 .hd04 {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
}

.sec_read .logo,
.sec_read2 .logo {
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 1023px) {
  .sec_read .logo,
  .sec_read2 .logo {
    margin: 0 0 30px;
  }
}

.sec_read .logo .icon,
.sec_read2 .logo .icon {
  display: block;
  width: 45px;
  margin: 0 auto 12px;
}

.sec_read .logo .icon img,
.sec_read2 .logo .icon img {
  width: 100%;
  height: auto;
}

.sec_read .logo .name,
.sec_read2 .logo .name {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.3rem;
  line-height: 1.4;
}

.sec_read .logo .name:first-letter,
.sec_read2 .logo .name:first-letter {
  color: #19456C;
}

.sec_read .copy,
.sec_read2 .copy {
  color: #19456C;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.48;
  text-align: center;
  margin: 0 0 35px;
}

@media only screen and (max-width: 1023px) {
  .sec_read .copy,
  .sec_read2 .copy {
    margin: 0 0 30px;
  }
}

.sec_read .text,
.sec_read2 .text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .sec_read .text,
  .sec_read2 .text {
    text-align: left;
  }
}

.sec_read .text .red,
.sec_read2 .text .red {
  color: #DE4D4D;
}

@media only screen and (max-width: 1023px) {
  .sec_read .img_wrap,
  .sec_read2 .img_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 574px;
    padding: 0 17px;
    margin: 17px auto 0;
    margin: 40px auto 0;
  }
}

.sec_read .img_wrap > span,
.sec_read2 .img_wrap > span {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .sec_read .img_wrap > span,
  .sec_read2 .img_wrap > span {
    position: absolute;
    z-index: -1;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_read .img_wrap > span,
  .sec_read2 .img_wrap > span {
    position: relative;
  }
}

.sec_read .img_wrap > span:before,
.sec_read2 .img_wrap > span:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.sec_read .img_wrap > span:after,
.sec_read2 .img_wrap > span:after {
  content: '';
  opacity: .4;
  position: absolute;
  z-index: -1;
}

.sec_read .img_wrap > span img,
.sec_read2 .img_wrap > span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec_read .img_wrap .img01,
.sec_read2 .img_wrap .img01 {
  width: 234px;
}

@media only screen and (min-width: 1024px) {
  .sec_read .img_wrap .img01,
  .sec_read2 .img_wrap .img01 {
    top: 0;
    right: 82.24583%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_read .img_wrap .img01,
  .sec_read2 .img_wrap .img01 {
    width: 126px;
  }
}

.sec_read .img_wrap .img01:after,
.sec_read2 .img_wrap .img01:after {
  top: 80px;
  bottom: -31px;
  left: -31px;
  right: 80px;
  background: #19456C;
}

@media only screen and (max-width: 1023px) {
  .sec_read .img_wrap .img01:after,
  .sec_read2 .img_wrap .img01:after {
    top: 43px;
    bottom: -17px;
    left: -17px;
    right: 43px;
  }
}

.sec_read .img_wrap .img02,
.sec_read2 .img_wrap .img02 {
  width: 191px;
}

@media only screen and (min-width: 1024px) {
  .sec_read .img_wrap .img02,
  .sec_read2 .img_wrap .img02 {
    top: 142px;
    left: 80.42489%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_read .img_wrap .img02,
  .sec_read2 .img_wrap .img02 {
    width: 102px;
    margin: 71px 0 0;
  }
}

.sec_read .img_wrap .img02:after,
.sec_read2 .img_wrap .img02:after {
  top: 71px;
  bottom: -40px;
  left: 71px;
  right: -41px;
  background: #7DBFD1;
}

@media only screen and (max-width: 1023px) {
  .sec_read .img_wrap .img02:after,
  .sec_read2 .img_wrap .img02:after {
    top: 38px;
    bottom: -22px;
    left: 38px;
    right: -22px;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_read2 {
    padding: 0 30px;
  }
}

.sec_read2 .innerWrap {
  max-width: 1080px;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .sec_read2 .innerWrap {
    padding: 0 0 84px;
  }
}

.sec_read2 .hd04 {
  max-width: 763px;
  padding: 37px 0 15px;
  margin: 0 auto 25px;
}

@media only screen and (max-width: 1023px) {
  .sec_read2 .hd04 {
    padding: 84px 0 0;
    margin-bottom: 15px;
  }
}

/*-------------------------
  診療時間
-------------------------*/
.sec_hour {
  background: #F2F9FB;
  padding: 61px 40px 48px;
}

@media only screen and (max-width: 1023px) {
  .sec_hour {
    padding: 60px 30px;
  }
}

.sec_hour .innerWrap {
  max-width: 1000px;
}

@media only screen and (min-width: 1024px) {
  .sec_hour .innerWrap {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_hour .box_hours {
    max-width: 477.41px;
    width: 48%;
  }
}

.sec_hour .box_hours thead th {
  font-size: 1.5rem;
}

.sec_hour .box_hours thead th:nth-child(1) {
  color: inherit;
}

@media only screen and (max-width: 1023px) {
  .sec_hour .box_hours thead th:nth-child(1) {
    opacity: 1;
    width: 120px;
  }
}

.sec_hour .box_hours thead th, .sec_hour .box_hours thead td {
  padding-top: 0;
}

.sec_hour .box_hours tbody th {
  font-size: 1.6rem;
}

.sec_hour .box_hours .notes {
  color: #707070;
  margin: 15px 0 0;
}

@media only screen and (min-width: 1024px) {
  .sec_hour .box_hours .notes {
    font-size: 1.3rem;
  }
}

.sec_hour .box_bring {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #19456C;
  padding: 30px 60px;
}

@media only screen and (min-width: 1024px) {
  .sec_hour .box_bring {
    max-width: 480px;
    width: 46%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_hour .box_bring {
    margin-top: 40px;
    padding: 25px 30px;
  }
}

.sec_hour .box_bring .list_dot li + li {
  margin-top: 0;
}

@media only screen and (max-width: 1023px) {
  .sec_hour .box_bring .list_dot li + li {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_hour .box_bring .list_dot .notes {
    display: block;
  }
}

/*-------------------------
  医師紹介
-------------------------*/
.sec_doctor {
  padding: 80px 40px 0;
}

@media only screen and (max-width: 1023px) {
  .sec_doctor {
    padding: 80px 30px 0;
  }
}

.sec_doctor .hd04 {
  margin: 0 0 50px;
}

@media only screen and (max-width: 1023px) {
  .sec_doctor .hd04 {
    margin-bottom: 36px;
  }
}

.sec_doctor .list_doctor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .sec_doctor .list_doctor {
    display: block;
  }
}

.sec_doctor .list_doctor li {
  max-width: 275px;
  width: 44%;
  margin: auto;
}

@media only screen and (max-width: 560px) {
  .sec_doctor .list_doctor li {
    width: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 560px) {
  .sec_doctor .list_doctor li + li {
    margin-top: 37px;
  }
}

.sec_doctor .list_doctor .img {
  display: block;
  margin: 0 0 16px;
}

.sec_doctor .list_doctor .img img {
  width: 100%;
  height: auto;
}

.sec_doctor .list_doctor .cat {
  color: #7DBFD1;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 0 4px;
}

.sec_doctor .list_doctor .name {
  color: #19456C;
  font-size: 2.0rem;
  letter-spacing: .08em;
  line-height: 1.4;
  margin: 0 0 10px;
}

.sec_doctor .list_doctor .detail .qualification {
  background: #F2F9FB;
  font-size: 1.4rem;
  line-height: 1.8;
  /* padding: 23px 40px 33px; */
}

.sec_doctor .list_doctor .detail .qualification .char {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
}

.sec_doctor .list_doctor .link {
  margin-left: 16px;
}

.sec_doctor .list_doctor .link a {
  color: #808080;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-decoration: underline;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.sec_doctor .list_doctor .link a:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

/*-------------------------
  はじめに
-------------------------*/
.sec_intro {
  position: relative;
  z-index: 0;
  padding: 45px 40px 155px;
  margin: -11px 0 80px;
}

@media only screen and (max-width: 1023px) {
  .sec_intro {
    padding: 0 30px 0;
    margin: -26px 0 80px;
  }
}

.sec_intro:before {
  content: '';
  position: absolute;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #F2F9FB;
}

@media only screen and (max-width: 1023px) {
  .sec_intro:before {
    top: -84px;
  }
}

.sec_intro:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/courses/intro_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

@media only screen and (max-width: 1023px) {
  .sec_intro:after {
    background-size: auto 274px;
  }
}

.sec_intro .innerWrap {
  position: static;
}

@media only screen and (max-width: 1023px) {
  .sec_intro .innerWrap {
    position: relative;
    z-index: 0;
    padding: 66px 0 190px;
  }
}

.sec_intro .innerWrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1614px;
  background: url(../img/courses/intro_parts__pc.png) no-repeat center top;
  background-size: 100% auto;
  transform: translate(-50%, 0);
  /*
			@include maxW($maxW: $sp) {
				left: -30px;
				width: 375px;
				background-image: url(../img/courses/intro_parts01__sp.png);
			}
			@media only screen and (max-width: 375px) {
				left: 50%;
				transform: translate(-50%, 0);
			}
			*/
}

@media only screen and (max-width: 1023px) {
  .sec_intro .innerWrap:before {
    display: none;
  }
}

.sec_intro .innerWrap:after {
  content: '';
  position: absolute;
  top: -4px;
  bottom: 0;
  left: -30px;
  right: -30px;
  background-image: url(../img/courses/intro_parts01__sp.png), url(../img/courses/intro_parts02__sp.png), url(../img/courses/intro_parts03__sp.png), url(../img/courses/intro_parts04__sp.png);
  background-position: left top,
 right top,
 left bottom,
 right bottom;
  background-repeat: no-repeat;
  background-size: auto 73px,
 auto 73px,
 auto 190px,
 auto 190px;
}

@media only screen and (min-width: 1024px) {
  .sec_intro .innerWrap:after {
    display: none;
  }
}

.sec_intro .hd04 {
  position: relative;
  z-index: 1;
  margin: 0 0 35px;
}

@media only screen and (max-width: 1023px) {
  .sec_intro .hd04 {
    margin-bottom: 16px;
  }
}

.sec_intro .text {
  position: relative;
  z-index: 1;
  color: #19456C;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2.3;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .sec_intro .text {
    text-align: left;
  }
}

.sec_intro .text P + p {
  margin-top: 24px;
}

/*-------------------------
  診療科目
-------------------------*/
.sec_courses .list_course li {
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course li {
    display: flex;
    align-items: center;
    height: 520px;
  }
}

.sec_courses .list_course li + li {
  margin-top: 80px;
}

.sec_courses .list_course li:nth-child(odd) .img:before {
  opacity: .14;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7DBFD1)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7DBFD1 50.5%) no-repeat top left/100% 100%;
}

.sec_courses .list_course li:nth-child(odd) .img:after {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #f6f7f9), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, #f6f7f9 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
}

.sec_courses .list_course li:nth-child(even) .img {
  left: 0;
}

.sec_courses .list_course li:nth-child(even) .img:before {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ECF6F8)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ECF6F8 50.5%) no-repeat top left/100% 100%;
}

.sec_courses .list_course li:nth-child(even) .img:after {
  opacity: .14;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #19456c), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, #19456c 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
}

.sec_courses .list_course li:nth-child(even) .innerWrap {
  justify-content: flex-end;
}

.sec_courses .list_course .img {
  /*
			&:before , &:after{
				content: '';
				position: absolute;
				z-index: 1;
				width: 0;
				height: 0;
				border-style: solid;
			}
			&:before{
				opacity: 1;
				top: 0;
				left: 0;
				border-width: 414px 298px 0 0;
				border-color: $color02 transparent transparent transparent;
				@include maxW($maxW: $sp) {
					border-width: 210px 151px 0 0;
				}
			}
			&:after{
				opacity: 1;
				bottom: 0;
				right: 0;
				border-width: 0 0 414px 298px;
				border-color: transparent transparent $color02 transparent;
				@include maxW($maxW: $sp) {
					right: 0;
					border-width: 0 0 169px 122px;
				}
			}
			*/
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 59.52381%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .img {
    position: relative;
    display: block;
    height: 320px;
  }
}

.sec_courses .list_course .img:before, .sec_courses .list_course .img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 37.5%;
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .img:before, .sec_courses .list_course .img:after {
    width: 134px;
    height: 184px;
  }
}

.sec_courses .list_course .img:before {
  left: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #7DBFD1)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #7DBFD1 50.5%) no-repeat top left/100% 100%;
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .img:before {
    bottom: auto;
  }
}

.sec_courses .list_course .img:after {
  right: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #19456c), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, #19456c 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .img:after {
    top: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course .main {
    width: 100%;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .main {
    padding: 0 20px;
    margin: -28px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course .innerWrap {
    display: flex;
  }
}

.sec_courses .list_course .main_inner {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course .main_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 583px;
    width: 45.547%;
    min-height: 306px;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .main_inner {
    padding: 63px 30px 60px;
  }
}

.sec_courses .list_course .hd02 {
  border-bottom: none;
  font-size: 2.6rem;
  padding-bottom: 0;
  margin: 0 auto 15px;
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course .hd02 {
    max-width: 393px;
    width: 100%;
  }
}

.sec_courses .list_course .hd02:before {
  opacity: .2;
  top: -4px;
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .hd02:before {
    top: -6px;
    left: 4px;
    width: 24px;
    height: 28px;
  }
}

.sec_courses .list_course .text {
  line-height: 1.9;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course .text {
    max-width: 393px;
    width: 100%;
  }
}

.sec_courses .list_course .link_arrow {
  display: inline-block;
  min-height: 1px;
  margin: 22px auto 0;
}

@media only screen and (min-width: 1024px) {
  .sec_courses .list_course .link_arrow {
    max-width: 393px;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_courses .list_course .link_arrow {
    margin-top: 16px;
  }
}

.sec_courses .list_course .link_arrow a {
  height: 100%;
}

/*-------------------------
  診療内容
-------------------------*/
.sec_service {
  padding: 0 40px;
}

@media only screen and (max-width: 1023px) {
  .sec_service {
    padding: 0 30px;
  }
}

.sec_service .innerWrap {
  max-width: 1080px;
}

.sec_service .hd04 {
  margin: 0 0 80px;
}

@media only screen and (max-width: 1023px) {
  .sec_service .hd04 {
    margin-bottom: 30px;
  }
}

.sec_service .list_service .list_item {
  margin: 150px 0 0;
}

@media only screen and (min-width: 1024px) {
  .sec_service .list_service .list_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_service .list_service .list_item {
    margin-top: 80px;
  }
}

.sec_service .list_service .list_item:first-child {
  margin-top: 0;
}

.sec_service .list_service .list_item:nth-child(odd) {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 1024px) {
  .sec_service .list_service .list_item:nth-child(odd) .img {
    margin: 0 0 0 50px;
  }
}

.sec_service .list_service .img {
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  display: block;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1024px) {
  .sec_service .list_service .img {
    max-width: 440px;
    width: 40.742%;
    margin: 0 50px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_service .list_service .img {
    max-width: 440px;
    margin: 0 auto 40px;
  }
}

.sec_service .list_service .img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.sec_service .list_service .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 1024px) {
  .sec_service .list_service .main {
    width: 49.445%;
  }
}

.sec_service .list_service .hd02 {
  margin: 0 0 36px;
}

@media only screen and (max-width: 1023px) {
  .sec_service .list_service .hd02 {
    margin: 0 0 30px;
  }
}

.sec_service .list_service .text {
  line-height: 1.85;
}

.sec_service .list_service .text p + p {
  margin-top: 24px;
}

.sec_service .list_service .link_arrow {
  margin: 15px 0 0;
}

.sec_service .list_service .box_notes {
  background: #F2F9FB;
  padding: 20px 50px 25px;
  margin: 36px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_service .list_service .box_notes {
    padding: 20px 30px 25px;
    margin-top: 30px;
  }
}

.sec_service .list_service .hd {
  color: #19456C;
  font-size: 1.8rem;
  line-height: 1.5;
}

.sec_service .list_service .list_dot {
  margin: 10px 0 15px;
}

.sec_service .list_service .list_dot li + li {
  margin-top: 0;
}

@media only screen and (max-width: 1023px) {
  .sec_service .list_service .list_dot li + li {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_service .list_service .list_dot.w50p {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_service .list_service .list_dot.w50p li {
    width: 50%;
  }
}

/*-------------------------
  リハビリテーション科
-------------------------*/
/* ページタイトル */
@media only screen and (max-width: 1023px) {
  .page_rehabilitation .pageTitle .text .sub {
    letter-spacing: .08em;
  }
}

/* 導入紹介文 */
.page_rehabilitation .sec_read {
  padding: 0 110px;
  margin: 0 0 120px;
}

@media only screen and (max-width: 1023px) {
  .page_rehabilitation .sec_read {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}

.page_rehabilitation .sec_read .innerWrap {
  max-width: 1000px;
  padding: 0;
}

/* 診療科目 */
.page_rehabilitation .sec_service .innerWrap {
  max-width: 1280px;
}

@media only screen and (min-width: 1024px) {
  .page_rehabilitation .sec_service .list_service .list_item {
    padding: 0 100px 0 0;
  }
}

.page_rehabilitation .sec_service .list_service .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: none;
}

@media only screen and (min-width: 1024px) {
  .page_rehabilitation .sec_service .list_service .img {
    flex: inherit;
    max-width: 590px;
    width: 46.094%;
    width: 50%;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .page_rehabilitation .sec_service .list_service .img {
    max-width: 480px;
    margin: 40px auto 0;
  }
}

.page_rehabilitation .sec_service .list_service .img:before {
  display: none;
}

.page_rehabilitation .sec_service .list_service .img > span {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.page_rehabilitation .sec_service .list_service .img > span:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.page_rehabilitation .sec_service .list_service .img .img01 {
  margin: 0 0 48px;
}

@media only screen and (max-width: 1023px) {
  .page_rehabilitation .sec_service .list_service .img .img01 {
    margin-bottom: 24px;
  }
}

.page_rehabilitation .sec_service .list_service .img .img01:before {
  padding-bottom: 68.306%;
}

.page_rehabilitation .sec_service .list_service .img .img02 {
  width: 34.4072%;
}

.page_rehabilitation .sec_service .list_service .img .img02:before {
  padding-bottom: 68.97%;
}

.page_rehabilitation .sec_service .list_service .img .img03 {
  width: 58.645%;
}

.page_rehabilitation .sec_service .list_service .img .img03:before {
  padding-bottom: 68.21%;
}

.page_rehabilitation .sec_service .list_service .img .notes {
  color: #4F93A6;
  font-size: 1.3rem;
  letter-spacing: .08em;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .page_rehabilitation .sec_service .list_service .img .notes {
    position: absolute;
    top: 88.938%;
    left: 0;
    width: 34.4072%;
  }
}

@media only screen and (max-width: 1023px) {
  .page_rehabilitation .sec_service .list_service .img .notes {
    margin: 15px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_rehabilitation .sec_service .list_service .main {
    width: 38.672%;
    width: 41.95%;
  }
}

/*-------------------------
  リハビリテーション科
-------------------------*/
@media only screen and (max-width: 1023px) {
  .sec_solution {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_solution .innerWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  .sec_solution .main_wrap {
    width: 50%;
  }
}

.sec_solution .copy {
  color: #19456C;
  font-size: 2.6rem;
  letter-spacing: .08em;
  line-height: 1.47;
  margin: 0 0 54px;
}

@media only screen and (max-width: 1023px) {
  .sec_solution .copy {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
}

.sec_solution .copy:before {
  content: '「';
}

@media only screen and (max-width: 1023px) {
  .sec_solution .copy:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.sec_solution .copy:after {
  content: '」';
}

@media only screen and (max-width: 1023px) {
  .sec_solution .copy:after {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.sec_solution .text {
  line-height: 1.86;
}

.sec_solution .text p + p {
  margin-top: 20px;
}

.sec_solution .img {
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1024px) {
  .sec_solution .img {
    max-width: 520px;
    width: 40.625%;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_solution .img {
    max-width: 520px;
    margin: 60px auto 0;
  }
}

.sec_solution .img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.sec_solution .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec_post_recommend {
  padding: 0 40px;
  margin: 100px 0 0;
}

@media only screen and (max-width: 560px) {
  .sec_post_recommend {
    padding: 0 20px;
    margin-top: 60px;
  }
}

.sec_post_recommend .innerWrap {
  max-width: 1000px;
  background: #F2F9FB;
  padding: 60px 70px 96px;
}

@media only screen and (max-width: 560px) {
  .sec_post_recommend .innerWrap {
    padding: 40px 30px;
  }
}

.sec_post_recommend .hd03 {
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 560px) {
  .sec_post_recommend .hd03 {
    margin-bottom: 30px;
  }
}

.sec_post_recommend .link_more {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1.4;
}

@media only screen and (max-width: 560px) {
  .sec_post_recommend .link_more {
    position: static;
    margin: 40px -20px 0 0;
  }
}

.sec_post_recommend .link_more a {
  color: #4F93A6;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.sec_post_recommend .link_more a:hover {
  color: #7DBFD1;
}

.sec_post_recommend .link_more:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #7DBFD1;
  margin: 3px 0 0 11px;
}

/*-------------------------
  骨密度測定のおすすめ
-------------------------*/
.sec_bone_catch {
  padding: 0 40px;
}

@media only screen and (max-width: 1023px) {
  .sec_bone_catch {
    padding: 0 30px;
  }
}

.sec_bone_catch .innerWrap {
  max-width: 1000px;
}

@media only screen and (min-width: 1024px) {
  .sec_bone_catch .innerWrap {
    display: flex;
    justify-content: space-between;
  }
}

.sec_bone_catch .img_wrap {
  max-width: 250px;
}

@media only screen and (min-width: 1024px) {
  .sec_bone_catch .img_wrap {
    flex: 1 0 auto;
    width: 25%;
    margin: 0 10% 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_bone_catch .img_wrap {
    margin: 0 auto;
  }
}

.sec_bone_catch .img_wrap .img img {
  width: 100%;
  height: auto;
}

.sec_bone_catch .img_wrap .caption {
  color: #19456C;
  line-height: 1.85;
  margin: 14px 0 0;
}

.sec_bone_catch .main_wrap {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .sec_bone_catch .main_wrap {
    margin: 58px 0 0;
  }
}

.sec_bone_catch .list_qa .list_item {
  margin: 67px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_bone_catch .list_qa .list_item {
    margin-top: 57px;
  }
}

.sec_bone_catch .list_qa .list_item:first-child {
  margin-top: 0;
}

.sec_bone_catch .list_qa .qa_q {
  display: flex;
  color: #19456C;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 0 19px;
}

.sec_bone_catch .list_qa .qa_q:before {
  content: '?';
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 35px;
  width: 100%;
  height: 35px;
  background: #19456C;
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 2.0rem;
  line-height: 1.0;
  margin: 0 15px 0 0;
}

.sec_bone_catch .list_qa .qa_a {
  line-height: 1.9;
}

.sec_bone_catch .list_qa .link_text {
  color: #4F93A6;
  text-decoration: underline;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.sec_bone_catch .list_qa .link_text:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.page_bonedensity .sec_block.blue {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
  .page_bonedensity .sec_block.blue {
    padding: 80px 20px;
  }
}

/*-------------------------
  整形外科領域の再生医療について
-------------------------*/
.page_gonalgia .bnr,
.page_regenerative .bnr {
  display: flex;
}

.page_gonalgia .bnr .bnr_inner,
.page_regenerative .bnr .bnr_inner {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 106px;
  background: #19456C;
  color: #fff;
  text-align: center;
  padding: 15px;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

.page_gonalgia .bnr .bnr_inner:hover,
.page_regenerative .bnr .bnr_inner:hover {
  opacity: .8;
  transition: all 0.25s linear;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .bnr .bnr_inner,
  .page_regenerative .bnr .bnr_inner {
    min-height: 76px;
  }
}

.page_gonalgia .bnr .img,
.page_regenerative .bnr .img {
  opacity: .45;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  max-width: inherit;
  margin: 0;
}

.page_gonalgia .bnr .text,
.page_regenerative .bnr .text {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  padding-left: 37px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .bnr .text,
  .page_regenerative .bnr .text {
    font-size: 1.5rem;
    padding-left: 30px;
  }
}

.page_gonalgia .bnr .text:before, .page_gonalgia .bnr .text:after,
.page_regenerative .bnr .text:before,
.page_regenerative .bnr .text:after {
  content: '';
  position: absolute;
}

.page_gonalgia .bnr .text:before,
.page_regenerative .bnr .text:before {
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .bnr .text:before,
  .page_regenerative .bnr .text:before {
    top: 0;
    width: 22px;
    height: 22px;
  }
}

.page_gonalgia .bnr .text:after,
.page_regenerative .bnr .text:after {
  top: 11px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .bnr .text:after,
  .page_regenerative .bnr .text:after {
    top: 9px;
    left: 8px;
  }
}

.page_gonalgia .blk_prp,
.page_regenerative .blk_prp {
  margin: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_prp,
  .page_regenerative .blk_prp {
    display: flex;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_prp,
  .page_regenerative .blk_prp {
    margin: 20px -10px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_prp > div,
  .page_regenerative .blk_prp > div {
    width: 50%;
  }
}

.page_gonalgia .blk_prp .main_wrap,
.page_regenerative .blk_prp .main_wrap {
  background: #E9F5FB;
  padding: 26px 40px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_prp .main_wrap,
  .page_regenerative .blk_prp .main_wrap {
    padding: 26px 30px;
  }
}

.page_gonalgia .blk_prp .hd,
.page_regenerative .blk_prp .hd {
  line-height: 1.85;
  margin: 0 0 12px;
}

.page_gonalgia .blk_prp .list_dot,
.page_regenerative .blk_prp .list_dot {
  font-size: 1.4rem;
}

.page_gonalgia .blk_prp li,
.page_regenerative .blk_prp li {
  margin: 15px 0 0;
}

.page_gonalgia .blk_prp li:first-child,
.page_regenerative .blk_prp li:first-child {
  margin-top: 0;
}

.page_gonalgia .blk_prp .bnr .bnr_inner,
.page_regenerative .blk_prp .bnr .bnr_inner {
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_prp .bnr .bnr_inner,
  .page_regenerative .blk_prp .bnr .bnr_inner {
    min-height: 120px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_prp .bnr .text,
  .page_regenerative .blk_prp .bnr .text {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_prp .bnr .text:before,
  .page_regenerative .blk_prp .bnr .text:before {
    top: 1px;
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_prp .bnr .text:after,
  .page_regenerative .blk_prp .bnr .text:after {
    top: 11px;
    left: 9px;
  }
}

.page_gonalgia .sec_intro,
.page_regenerative .sec_intro {
  background: none;
  margin-top: 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_intro,
  .page_regenerative .sec_intro {
    background: #F0F9FA;
  }
}

.page_gonalgia .sec_intro:before,
.page_regenerative .sec_intro:before {
  top: -80px;
  background: url(../img/prp/regenerative/intro_bg.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_intro:before,
  .page_regenerative .sec_intro:before {
    top: -96px;
    bottom: auto;
    height: 245px;
  }
}

.page_gonalgia .sec_intro:after,
.page_regenerative .sec_intro:after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_intro:after,
  .page_regenerative .sec_intro:after {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    right: 0;
    display: block;
    height: 47px;
    background: #F0F9FA;
    background: -moz-linear-gradient(0deg, #f0f9fa 0%, rgba(240, 249, 250, 0) 100%);
    background: -webkit-linear-gradient(0deg, #f0f9fa 0%, rgba(240, 249, 250, 0) 100%);
    background: linear-gradient(0deg, #f0f9fa 0%, rgba(240, 249, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F9FA",endColorstr="$color07",GradientType=1);
  }
}

.page_gonalgia .sec_intro .innerWrap,
.page_regenerative .sec_intro .innerWrap {
  max-width: 1000px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_intro .innerWrap,
  .page_regenerative .sec_intro .innerWrap {
    padding-top: 18px;
    padding-bottom: 70px;
  }
}

.page_gonalgia .sec_intro .innerWrap:before,
.page_regenerative .sec_intro .innerWrap:before {
  display: none;
}

.page_gonalgia .sec_intro .innerWrap:after,
.page_regenerative .sec_intro .innerWrap:after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_intro .hd04,
  .page_regenerative .sec_intro .hd04 {
    margin-bottom: 37px;
  }
}

.page_gonalgia .sec_intro .text,
.page_regenerative .sec_intro .text {
  color: inherit;
  text-align: left;
}

.page_gonalgia .sec_block.blue,
.page_regenerative .sec_block.blue {
  padding-top: 61px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_block.blue,
  .page_regenerative .sec_block.blue,
  .page_osteoporosis .sec_block.blue,
  .page_shockwave .sec_block.blue {
    padding: 80px 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block.blue .hd03,
  .page_regenerative .sec_block.blue .hd03 {
    font-size: 2.6rem;
    margin-bottom: 51px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_block.blue .hd03,
  .page_regenerative .sec_block.blue .hd03 {
    margin-bottom: 38px;
  }
}

.page_gonalgia .list_block .list_item,
.page_regenerative .list_block .list_item {
  padding: 27px 40px 40px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .list_item,
  .page_regenerative .list_block .list_item,
  .page_osteoporosis .list_block .list_item,
  .page_shockwave .list_block .list_item {
    padding: 35px 30px 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .list_item:first-child .blk01,
  .page_regenerative .list_block .list_item:first-child .blk01 {
    padding-bottom: 134px;
  }
}

.page_gonalgia .list_block .hd02,
.page_regenerative .list_block .hd02 {
  font-size: 2.2rem;
  padding: 0 0 16px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .hd02,
  .page_regenerative .list_block .hd02 {
    font-size: 2.0rem;
    padding-bottom: 23px;
    margin-bottom: 23px;
  }
}

.page_gonalgia .list_block .hd02 .num,
.page_regenerative .list_block .hd02 .num,
.page_osteoporosis .list_block .hd02 .num,
.page_osteoporosis .list_block02 .hd02 .num,
.page_shockwave .list_block .hd02 .num {
  position: relative;
  z-index: -3;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  color: #4F93A6;
  font-size: 3.6rem;
  letter-spacing: 0;
  margin: 0 6px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .hd02 .num,
  .page_regenerative .list_block .hd02 .num,
  .page_osteoporosis .list_block .hd02 .num,
  .page_osteoporosis .list_block02 .hd02 .num,
  .page_shockwave .list_block .hd02 .num {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .blk01,
  .page_regenerative .list_block .blk01 {
    position: relative;
  }
}

.page_gonalgia .list_block .blk01 > .img,
.page_regenerative .list_block .blk01 > .img {
  margin: 0 0 0 57px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .blk01 > .img,
  .page_regenerative .list_block .blk01 > .img,
  .page_osteoporosis .list_block .blk01 > .img {
    display: block;
    max-width: 550px;
    margin: 25px auto 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .blk01 > .img img,
  .page_regenerative .list_block .blk01 > .img img {
    width: auto;
  }
}

.page_gonalgia .list_block .blk01 .bnr,
.page_regenerative .list_block .blk01 .bnr {
  margin: 20px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .blk01 .bnr,
  .page_regenerative .list_block .blk01 .bnr {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 550px;
    margin: 20px auto 0;
  }
}

.page_gonalgia .list_block .blk01 .bnr .bnr_inner,
.page_regenerative .list_block .blk01 .bnr .bnr_inner {
  justify-content: flex-start;
}

.page_gonalgia .list_block .blk02 > .img,
.page_regenerative .list_block .blk02 > .img {
  display: block;
  margin: 22px auto 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .list_block .blk02 > .img,
  .page_regenerative .list_block .blk02 > .img {
    margin: 25px auto 0;
  }
}

.page_gonalgia .list_block ol li,
.page_regenerative .list_block ol li,
.page_osteoporosis .list_block ol li {
  border-top: 1px solid #7DBFD1;
  padding: 30px 0 0;
  margin: 30px 0 0;
}

.page_gonalgia .list_block ol .hd,
.page_regenerative .list_block ol .hd,
.page_osteoporosis .list_block ol .hd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #19456C;
  font-size: 1.8rem;
  margin: 0 0 20px;
}

.page_gonalgia .list_block ol .hd .num,
.page_regenerative .list_block ol .hd .num,
.page_osteoporosis .list_block ol .hd .num
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  max-width: 35px;
  height: 35px;
  background: #E9F5FB;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 2.0rem;
  margin: 0 10px 0 0;
}

.page_focused .list_block  .hd .num {
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  max-width: 35px;
  height: 35px;
  background: #E9F5FB;
  font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 2.0rem;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_regenerative .list_block .list_item .sp_scroll_wrap .sp_scroll_main {
    min-width: 680px;
  }
}

/*-------------------------
  PRP療法について
-------------------------*/
@media only screen and (max-width: 1023px) {
  .page_prp .maincontents,
  .page_academic .maincontents {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_prp #sec01 .blk01 .sp_scroll_wrap .sp_scroll_main {
    min-width: 530px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_prp #sec01 .blk02 .sp_scroll_wrap .sp_scroll_main {
    min-width: 870px;
  }
}

.page_prp .table04 th {
  color: #fff;
  background-color: #19456C;
  text-align: left;
  width: 40%;
  padding: 0 20px;
}
.page_prp .table04 td:last-child {
  border-right: none;
  border-left: 1px solid #4F93A6;
}




/*-------------------------
  PRPの学術解説
-------------------------*/
@media only screen and (max-width: 1023px) {
  .page_academic .blk04 {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_academic .blk04 .img {
    float: right;
    width: 392px;
    margin: 0 0 0 65px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk04 .img {
    order: 2;
    max-width: 392px;
    width: 100%;
    margin: 35px auto 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk04 .text {
    order: 1;
  }
}

.page_academic .blk04 .table03 {
  margin: 25px 0;
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk04 .table03 {
    order: 3;
  }
}

.page_academic .sec_block.blue .innerWrap {
  max-width: 1000px;
}

.page_academic .sec_block.blue .hd03 {
  font-size: 2.2rem;
  text-align: left;
  margin: 0 0 10px;
}

@media only screen and (max-width: 1023px) {
  .page_academic .sec_block.blue .hd03 {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
}

.page_academic .sec_block.blue .blk01 + .blk02 {
  margin-top: 58px;
}

.page_academic .sec_block.blue .table04 {
  margin: 47px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_academic .sec_block.blue .table04 .sp_scroll_wrap .sp_scroll_main {
    min-width: 1000px;
  }
}

.page_academic .sec_block.blue .img .hd03 {
  font-size: 2.0rem;
  text-align: center;
  padding: 32px 0 13px;
}

@media only screen and (max-width: 1023px) {
  .page_academic .sec_block.blue .img .hd03 {
    font-size: 1.8rem;
    text-align: left;
    padding: 0 0 10px;
  }
}

.page_academic .sec_block.blue .img .hd03 small {
  font-size: 100%;
}

@media only screen and (max-width: 1023px) {
  .page_academic .sec_block.blue .img .hd03 small {
    font-size: 1.4rem;
  }
}

.page_academic .sec_block.blue .img .hd03 + .sp_scroll_wrap {
  padding: 0 0 30px;
}

.page_academic .sec_block.blue .img + .notes {
  margin-top: 18px;
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec02.sec_block .img {
    padding: 25px 30px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec02.sec_block .blk01 .sp_scroll_wrap .sp_scroll_main {
    min-width: 410px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_academic #sec02.sec_block .blk02 .sp_scroll_wrap .sp_scroll_main {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec02.sec_block .blk02 .sp_scroll_wrap .sp_scroll_main {
    min-width: 530px;
    padding: 20px 30px 20px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec03.sec_block .blk02 .sp_scroll_wrap .sp_scroll_main {
    min-width: 870px;
  }
}

.page_academic #sec03.sec_block .blk01 + .text {
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .page_academic #sec05.sec_block .blk_image dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.page_academic #sec05.sec_block .blk_image dl > div {
  width: 100%;
  margin: 0 0 30px;
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec05.sec_block .blk_image dl > div {
    margin-bottom: 58px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec05.sec_block .blk_image dl > div:nth-child(3) .sp_scroll_wrap .sp_scroll_main {
    min-width: 505px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec05.sec_block .blk_image dl > div:nth-child(4) .sp_scroll_wrap .sp_scroll_main {
    min-width: 525px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_academic #sec05.sec_block .blk_image .w50p {
    max-width: 480px;
    width: 48%;
  }
}

.page_academic #sec05.sec_block .blk_image .hd {
  background: #E9F5FB;
  color: #19456C;
  font-size: 2.0rem;
  line-height: 1.2;
  text-align: center;
  padding: 14px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec05.sec_block .blk_image .hd {
    font-size: 1.8rem;
  }
}

.page_academic #sec05.sec_block .blk_image .img {
  display: block;
  text-align: center;
}

.page_academic #sec05.sec_block .blk_image .text {
  text-align: center;
  line-height: 1.85;
  margin: 15px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec06.sec_block .sp_scroll_wrap .sp_scroll_main {
    min-width: 624px;
  }
}

.page_academic #sec06.sec_block .blk02 {
  /*
			.text + .img {
				margin-top: 34px;
			}
			.img + .text {
				margin-top: 30px;
			}
			*/
}

.page_academic .blk_glossary {
  border: 1px solid #7DBFD1;
  padding: 0 35px;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 31px 35px 21px;
  margin: 32px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk_glossary {
    padding: 35px 30px 2px;
    margin: 58px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_academic .blk_glossary dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.page_academic .blk_glossary dl > div {
  margin: 0 0 10px;
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk_glossary dl > div {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_academic .blk_glossary .w50p {
    max-width: 430px;
    width: 46.337%;
  }
}

.page_academic .blk_glossary .hd {
  color: #19456C;
  margin: 0 0 9px;
}

.page_academic .blk_glossary .text {
  line-height: 1.75;
}

.page_academic .blk_glossary .img {
  display: block;
  text-align: right;
  margin: 13px 0 0;
}

.page_academic .blk_glossary .table05 {
  margin: 5px 0 12px;
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk_glossary .table05 {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk_glossary .table05 .sp_scroll_wrap .sp_scroll_main {
    min-width: 1000px;
  }
}

.page_academic .blk_glossary .table05 .title {
  margin: 0 0 2px;
}

@media only screen and (max-width: 1023px) {
  .page_academic .blk_glossary .table05 .title {
    margin: 3px 0 2px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec08.sec_block .img {
    padding: 25px 30px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec08.sec_block .img01 .sp_scroll_wrap .sp_scroll_main {
    min-width: 690px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_academic #sec08.sec_block .img02 .sp_scroll_wrap .sp_scroll_main {
    min-width: 960px;
    min-width: 720px;
  }
}

/*-------------------------
  アクセス情報
-------------------------*/
.blk_access {
  padding: 0 40px;
  margin: 100px 0 0;
}

@media only screen and (max-width: 1023px) {
  .blk_access {
    padding: 0 20px;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .blk_access .innerWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
  }
}

@media only screen and (min-width: 1024px) {
  .blk_access .innerWrap > section {
    width: 48.149%;
  }
}

.blk_access .sec_vehicle .box_item {
  background: #F2F9FB;
  padding: 55px 57px 57px;
  margin: 10px 0 0;
}

@media only screen and (max-width: 1023px) {
  .blk_access .sec_vehicle .box_item {
    padding: 39px 30px;
  }
}

.blk_access .sec_vehicle .box_item:first-child {
  margin-top: 0;
}

.blk_access .sec_vehicle .box_item .title {
  display: flex;
  align-items: center;
  color: #19456C;
  font-size: 2.2rem;
  margin: 0 0 22px;
}

@media only screen and (max-width: 1023px) {
  .blk_access .sec_vehicle .box_item .title {
    margin-bottom: 29px;
  }
}

.blk_access .sec_vehicle .box_item .title:before {
  content: '';
  max-width: 33px;
  width: 100%;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 8px 0 0;
}

.blk_access .sec_vehicle .box_item .hd {
  color: #19456C;
  font-size: 1.7rem;
}

@media only screen and (max-width: 1023px) {
  .blk_access .sec_vehicle .box_item .hd {
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
}

.blk_access .sec_vehicle .box_item .text {
  line-height: 1.85;
}

@media only screen and (min-width: 1024px) {
  .blk_access .sec_vehicle .box_item dl > div {
    display: flex;
  }
}

.blk_access .sec_vehicle .box_item dl > div + div {
  margin-top: 17px;
}

@media only screen and (max-width: 1023px) {
  .blk_access .sec_vehicle .box_item dl > div + div {
    margin-top: 30px;
  }
}

.blk_access .sec_vehicle .box_item dl dt {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .blk_access .sec_vehicle .box_item dl dt {
    flex: 1 0 auto;
    width: 140px;
    padding: 5px 20px 5px 0;
  }
}

.blk_access .sec_vehicle .box_item dl dt:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 1px;
  background: #4F93A6;
}

@media only screen and (max-width: 1023px) {
  .blk_access .sec_vehicle .box_item dl dt:after {
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
  }
}

.blk_access .sec_vehicle .box_item dl dd {
  width: 100%;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 1023px) {
  .blk_access .sec_vehicle .box_item dl dd {
    padding: 0;
  }
}

.blk_access .sec_vehicle .box_item.train .title:before {
  background-image: url(../img/access/icon_train.png);
}

.blk_access .sec_vehicle .box_item.bus .title:before {
  background-image: url(../img/access/icon_bus.png);
}

.blk_access .sec_vehicle .box_item.car .title:before {
  background-image: url(../img/access/icon_car.png);
}

@media only screen and (max-width: 1023px) {
  .blk_access .sec_detail {
    margin: 75px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .blk_access .sec_detail .table02 table {
    border-top: 1px solid #888;
  }
}

@media only screen and (min-width: 1024px) {
  .blk_access .sec_detail .table02 table th {
    width: 107px;
  }
}

.blk_access .sec_detail .table02 .img {
  display: block;
  margin: 18px 0 8px;
}

.blk_access .sec_detail .table02 .img img {
  width: 100%;
  height: auto;
}

/*-------------------------
  参考文献
-------------------------*/
.sec_references {
  color: #888;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 0 40px;
  margin: -41px 0 75px;
}

@media only screen and (max-width: 1023px) {
  .sec_references {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 0 30px;
    margin: 55px 0 75px;
  }
}

/*-------------------------
  ひざ関節痛・変形性膝関節症
-------------------------*/
@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_read {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_read .main_wrap {
    padding-top: 84px;
  }
}

.page_gonalgia .sec_read .text {
  max-width: inherit;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block .blk_box dl {
    display: flex;
    justify-content: space-between;
  }
}

.page_gonalgia .sec_block .blk_box .hd03 {
  position: relative;
  font-size: 1.8rem;
  margin: 0 0 -7px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_block .blk_box .hd03 {
    font-size: 2.0rem;
    margin: 0;
  }
}

.page_gonalgia .sec_block .blk_box .img {
  display: block;
  background: #f00;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block .blk_box .box01 {
    max-width: 507px;
    width: 50.7%;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block .blk_box .box02 {
    max-width: 471px;
    width: 47.1%;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_block .blk_box .box02 {
    margin: 20px 0 0;
  }
}

.page_gonalgia .blk_grade {
  margin: 37px 0 0;
}

.page_gonalgia .blk_grade .hd03 {
  font-size: 2.0rem;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -30px;
  }
}

.page_gonalgia .blk_grade li {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade li {
    display: flex;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_grade li {
    margin: 30px 0 0;
  }
}

.page_gonalgia .blk_grade li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: url(../img/disease/gonalgia/arrow_grade.png) no-repeat center center;
  background-size: cover;
  margin: auto 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_grade li:before {
    top: -5px;
    bottom: auto;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    background: none;
    border-style: solid;
    border-width: 14px 8.5px 0 8.5px;
    border-color: #4F93A6 transparent transparent transparent;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade li .main {
    max-width: 165px;
  }
}

.page_gonalgia .blk_grade li .hd {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 6px;
}

.page_gonalgia .blk_grade li .text {
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 6px 10px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_grade li .text {
    padding: 10px 20px;
  }
}

.page_gonalgia .blk_grade li .img {
  position: relative;
  display: block;
  margin: 20px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_grade li .img {
    text-align: center;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .blk_grade .grade0 {
    margin-top: 0;
  }
}

.page_gonalgia .blk_grade .grade0:before {
  display: none;
}

.page_gonalgia .blk_grade .grade0 .hd {
  color: #0B83C3;
}

.page_gonalgia .blk_grade .grade0 .text {
  background: rgba(134, 208, 255, 0.25);
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade0 .img {
    left: -3px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade1 {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade1:before {
    left: 11px;
  }
}

.page_gonalgia .blk_grade .grade1 .hd {
  color: #12B250;
}

.page_gonalgia .blk_grade .grade1 .text {
  background: rgba(167, 245, 209, 0.25);
}

.page_gonalgia .blk_grade .grade1 .img {
  margin-left: 1px;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade2 {
    padding-left: 28px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade2:before {
    left: 5px;
  }
}

.page_gonalgia .blk_grade .grade2 .hd {
  color: #918C08;
}

.page_gonalgia .blk_grade .grade2 .text {
  background: rgba(245, 245, 167, 0.25);
}

.page_gonalgia .blk_grade .grade2 .img {
  margin-left: 3px;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade3:before {
    display: none;
  }
}

.page_gonalgia .blk_grade .grade3 .hd {
  color: #CB7909;
}

.page_gonalgia .blk_grade .grade3 .text {
  background: rgba(255, 181, 134, 0.25);
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade3 .img {
    margin-left: 11px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade4 {
    padding-left: 41px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade4:before {
    left: 17px;
  }
}

.page_gonalgia .blk_grade .grade4 .hd {
  color: #CB3508;
}

.page_gonalgia .blk_grade .grade4 .text {
  background: rgba(255, 143, 134, 0.25);
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .blk_grade .grade4 .img {
    margin-left: 12px;
  }
}

.page_gonalgia #sec01.sec_block .notes {
  font-size: 1.4rem;
  line-height: 1.85;
  margin: 15px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec01.sec_block .notes {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 13px;
  }
}

.page_gonalgia #sec01.sec_block .blk_box {
  margin: 20px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec01.sec_block .blk_box {
    margin-top: 36px;
  }
}

.page_gonalgia #sec01.sec_block .blk_box .main .notes {
  font-size: 1.3rem;
  text-align: center;
  margin: 5px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec01.sec_block .blk_box .main .notes {
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia:not(.page_asc) #sec02.sec_block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page_gonalgia #sec02.sec_block .innerWrap {
  max-width: 1000px;
}
.page_gonalgia.page_asc #sec02.sec_block .innerWrap {
  max-width: 1280px;
}

.page_gonalgia #sec02.sec_block .blk01 {
  margin: 0 0 18px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec02.sec_block .blk01 {
    margin: 0 0 37px;
  }
}
@media only screen and (max-width: 1023px) {
	.page_gonalgia #sec02 .list_block .list_item .blk01 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
.sec_block .list_check{
  position: relative;
  background: #fff;
  border: 1px solid #7DBFD1;
  padding: 25px 38px 29px;
  margin: 31px 0 0;
}

@media only screen and (max-width: 1023px) {
  .sec_block .list_check{
    padding: 36px 30px;
    margin: 71px -10px 0;
  }
}

.page_gonalgia .sec_block .list_check:after {
  content: '';
  position: absolute;
  right: 59px;
  bottom: 33px;
  width: 101px;
  height: 208px;
  background: url(../img/disease/gonalgia/illust.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_block .list_check:after {
    top: -43px;
    bottom: auto;
    right: 30px;
    width: 70px;
    background-position: right top;
    background-size: 100% auto;
  }
}

.sec_block .list_check .hd03{
  font-size: 2.0rem;
  text-align: left;
  margin: 0 0 16px;
}

@media only screen and (max-width: 1023px) {
  .sec_block .list_check .hd03{
    line-height: 1.75;
    padding-right: 100px;
    margin: 0 0 21px;
  }
}

.sec_block .list_check ul{
  color: #19456C;
  line-height: 1.75;
}

@media only screen and (min-width: 1024px) {
  .sec_block .list_check ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.sec_block .list_check li{
  position: relative;
  padding: 0 0 0 30px;
  margin: 8px 0 0;
}

@media only screen and (min-width: 1024px) {
  .sec_block .list_check li{
    width: 50%;
  }
}

.sec_block .list_check li:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #7DBFD1;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block .list_check li:nth-child(1),
  .page_gonalgia .sec_block .list_check li:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block .list_check li:nth-child(odd) {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block .list_check li:nth-child(even) {
    padding-right: 135px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia .sec_block .list_check li:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia .sec_block .list_check li:last-child {
    margin-top: -18px;
  }
}



@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec03.sec_block .sp_scroll_wrap .sp_scroll_main {
    min-width: 830px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia.page_asc #sec04.sec_block {
	  padding-left: 30px;
	  padding-right: 30px;
  }
}
.page_gonalgia #sec04.sec_block .list_block .list_item {
  padding: 36px 40px;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec04.sec_block .list_block .list_item {
    padding: 42px 30px 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec04.sec_block .list_block .list_item:first-child .blk01 {
    padding-bottom: 0;
  }
}

.page_gonalgia #sec04.sec_block .list_block .hd02 {
  margin: -8px 0 20px;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia #sec04.sec_block .list_block .hd02,
  .page_osteoporosis #sec06.sec_block .blk02 .hd02 {
    border: none;
    padding: 0;
  }
}

.page_gonalgia #sec05.sec_block .link_arrow .inner {
  font-size: 1.8rem;
}

.page_gonalgia #sec07.sec_block .innerWrap > .link_arrow {
  margin: 18px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec07.sec_block .innerWrap > .link_arrow {
    margin: 29px 0 0;
  }
}

.page_gonalgia #sec07.sec_block .link_arrow {
  margin: 20px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec07.sec_block .link_arrow {
    margin: 28px 0 0;
  }
}

.page_gonalgia #sec07.sec_block .link_arrow .inner {
  font-size: 1.8rem;
}

.page_gonalgia #sec07.sec_block .link_arrow span:before {
  width: 26px;
  height: 26px;
}

.page_gonalgia #sec07.sec_block .link_arrow span:after {
  top: 10px;
  left: 9px;
}

.page_gonalgia #sec07.sec_block .list_block02 {
  margin: 64px 0 0;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec07.sec_block .list_block02 {
    margin: 80px 0 0;
  }
}

.page_gonalgia #sec07.sec_block .list_block02 .list_item {
  margin: 42px 0 0;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia #sec07.sec_block .list_block02 .list_item {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec07.sec_block .list_block02 .list_item {
    margin: 71px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec07.sec_block .list_block02 .list_item .img_wrap {
    margin: 27px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia #sec07.sec_block .list_block02 .list_item .img_wrap img {
    margin: 0;
  }
}

.page_gonalgia #sec07.sec_block .list_block02 .list_item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia #sec07.sec_block .list_block02 .list_item:nth-child(odd) .img_wrap {
    margin: 5px 53px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia #sec07.sec_block .list_block02 .list_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia #sec07.sec_block .list_block02 .list_item:nth-child(even) .main_wrap {
    padding: 67px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page_gonalgia #sec07.sec_block .list_block02 .main_wrap {
    width: 50%;
  }
}

.page_gonalgia #sec07.sec_block .list_block02 .hd05 {
  margin: 0 0 16px;
}

.page_gonalgia #sec07.sec_block .list_block02 .img_wrap {
  text-align: center;
}

.page_gonalgia #sec07.sec_block .list_block02 .img_wrap img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .page_gonalgia #sec07.sec_block .list_block02 .img_wrap img {
    max-width: 100%;
    height: auto;
  }
}
/*-------------------------
  骨粗鬆症
-------------------------*/
/*parts*/
.page_osteoporosis .list_dot{
  width:100%;
  background-color:#F2F9FB;
  padding:25px 45px;
  margin:25px 0;
}
.page_osteoporosis .list_dot.w50p,
.page_osteoporosis .list_dot.w33p{
  display:flex;
  flex-wrap: wrap;
}
.page_osteoporosis .list_dot.w50p li{
  width:50%;
}
.page_osteoporosis .list_dot.w33p li{
  width:33.3%;
}
.page_osteoporosis .list_dot li + li{
  margin:0 0 3px 0;
}

.page_osteoporosis #sec01 .blk02{
  margin-top:30px;
}
.page_osteoporosis #sec01 .hd03{
  margin-bottom:5px;
}
.page_osteoporosis #sec02 .hd03{
  text-align: left;
  margin-bottom:15px;
}
.page_osteoporosis .sec_block .innerWrap > .hd03 {
  font-size:2.6rem;
}
.page_osteoporosis #sec03 h2 + p{
    text-align: center;
    margin-bottom:50px;
}
.page_osteoporosis #sec03 h4{
    margin-bottom:5px;
}
.page_osteoporosis .sec_block .list_check{
  max-width: 1080px;
  margin:30px auto 0;
  padding:40px 80px;
}
.page_osteoporosis #sec03 .list_check h3 {
  margin-bottom:15px;
}
.page_osteoporosis .sec_block .list_check li {
  width:33.3%;
}
.page_osteoporosis #sec04 h3 {
  text-align: left;
  margin-bottom:0;
  font-size:1.8rem;
}
.page_osteoporosis #sec04 .list_dot {
  margin-top:10px;
}
.page_osteoporosis #sec04 .blk01 {
  margin-top:25px;
}
@media only screen and (max-width: 1023px) {
  .page_osteoporosis .list_dot{
    padding: 25px 25px;
  }
  .page_osteoporosis .list_dot.w50p,
  .page_osteoporosis .list_dot.w33p{
    display:block;
  }
  .page_osteoporosis .list_dot.w50p li,
  .page_osteoporosis .list_dot.w33p li{
    width:100%;
  }
  .page_osteoporosis .list_dot li + li{
    margin:0 0 3px 0;
  }
  .page_osteoporosis #sec01 .hd03,
  .page_osteoporosis #sec03 .hd03{
    font-size:2.0rem;
    margin-bottom:25px;
  }
  .page_osteoporosis .sec_block .innerWrap > .hd03 {
    font-size:2.2rem;
  }
  .page_osteoporosis #sec01 .sp_scroll_wrap .sp_scroll_main{
    min-width:790px;
  }
  .page_osteoporosis #sec03 .sp_scroll_wrap .sp_scroll_main{
    min-width:606px;
  }
  .page_osteoporosis #sec05 .sp_scroll_wrap .sp_scroll_main {
    min-width:770px;
  }
  .page_osteoporosis #sec01 .blk02 .img + .text{
    margin-top:20px;
  }
  .page_osteoporosis #sec03 h2 + p{
    line-height: 1.6;
  }
  .page_osteoporosis .sec_block .list_check{
    padding: 25px 25px;
  }
  .page_osteoporosis .sec_block .list_check .hd03{
    padding:0;
  }
  .page_osteoporosis .sec_block .list_check li {
    width:100%;
  }
}
.page_osteoporosis .list_block ol li:first-child{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.page_osteoporosis .list_block ol li h4{
  margin-top:0 !important;
}
.page_osteoporosis .blk_box{
  display:flex;
  justify-content: space-between;
}
.page_osteoporosis .blk_box div.img{
  width:47.827%;
}
.page_osteoporosis .blk_box div.img img{
  width:100%;
  height: auto;
}
.page_osteoporosis .blk_box p{
  margin-top:15px;
  text-align: left;
  line-height: 1.8;
}
.page_osteoporosis #sec05 .hd05{
  font-size:1.8rem;
}
.page_osteoporosis #sec05 .list_dot{
  margin-top:10px;
}
@media only screen and (max-width: 1023px) {
  .page_osteoporosis .blk_box{
    display:block;
  }
  .page_osteoporosis .blk_box div.img{
    width:100%;
  }
  .page_osteoporosis .blk_box p{
    margin-bottom:25px;
  }
  .page_osteoporosis #sec05 .hd05{
    padding:0 0 5px 0;
  }
}
.page_osteoporosis #sec06.sec_block h2{
  margin-bottom: 48px;
}
.page_osteoporosis #sec06 h3{
  margin-bottom:13px;
}
.page_osteoporosis #sec06 h4{
  margin-top:0px !important;
  margin-bottom:10px;
}
.page_osteoporosis #sec06 .flex_wrap{
  display: flex;
  justify-content: space-between;
  margin-top:60px;
}
.page_osteoporosis #sec06 .flex_wrap .main_wrap{
  width:53%;
}
.page_osteoporosis #sec06 .flex_wrap .img_wrap{
  width:38%;
}
.page_osteoporosis #sec06 .flex_wrap .img_wrap img{
  width:100%;
  height: auto;
}
.page_osteoporosis #sec06 .blk02 .hd02{
  font-size:2.2rem;
}
.page_osteoporosis #sec06 .list_dot.w33p{
  margin-bottom:50px;
}
.page_osteoporosis #sec06 table th{
  color:#fff;
  background-color:#19456C;
  text-align: left;
  width:auto;
  padding:0 20px;
}
.page_osteoporosis #sec06 table td.howto{
  padding: 30px 19px 30px 100px;
}
.page_osteoporosis #sec06 table td.icon01{
  background:url(../img/disease/osteoporosis/icon01.png) no-repeat 20px center;
  background-size:  55px auto;
}
.page_osteoporosis #sec06 table td.icon02{
  background:url(../img/disease/osteoporosis/icon02.png) no-repeat 29px center;
  background-size:  51px auto;
}
.page_osteoporosis #sec06 table td.none{
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .page_osteoporosis #sec06 h4{
    padding:0;
  }
  .page_osteoporosis #sec06 .blk01 .text + .img,
  .page_osteoporosis #sec06 .blk01 .main + .img{
    margin-top:15px;
  }
  .page_osteoporosis #sec06 .flex_wrap{
    display:block;
  }
  .page_osteoporosis #sec06 .flex_wrap .main_wrap,
  .page_osteoporosis #sec06 .flex_wrap .img_wrap{
    width:100%;
  }
  .page_osteoporosis #sec06 .flex_wrap .img_wrap{
    margin-top:15px;
  }
  .page_osteoporosis #sec06 .sp_scroll_wrap .sp_scroll_main{
    min-width:980px;
  }
}

.page_osteoporosis #sec05 .blk01,
.page_osteoporosis #sec05 .blk02,
.page_osteoporosis #sec05 .blk_box,
.page_osteoporosis #sec06 .blk01,
.page_osteoporosis #sec06 .blk02{
  margin-top:30px;
}
.page_osteoporosis #sec05 ol ol .blk01,
.page_osteoporosis #sec05 ol ol .blk02,
.page_osteoporosis #sec05 ol ol .blk_box,
.page_osteoporosis #sec05 h2 + .blk01,
.page_osteoporosis #sec05 h2 + .blk02{
  margin-top:0;
}
/*-------------------------
  体外衝撃波治療（集束型）
-------------------------*/
.page_focused .list_dot{
  width:100%;
  background-color:#F2F9FB;
  padding:25px 45px;
  margin:25px 0;
}
.page_focused .list_dot.w50p,
.page_focused .list_dot.w33p{
  display:flex;
  flex-wrap: wrap;
}
.page_focused .list_dot.w50p li{
  width:50%;
}
.page_focused .list_dot.w33p li{
  width:33.3%;
}
.page_focused .list_dot li + li{
  margin:0 0 3px 0;
}

.page_focused #sec01 .blk02{
  margin-top:30px;
}
.page_focused #sec01 .hd03{
  margin-bottom:5px;
}
.page_focused #sec02 .hd03{
  text-align: left;
  margin-bottom:15px;
}
.page_focused .sec_block .innerWrap > .hd03 {
  font-size:2.6rem;
}
.page_focused #sec03 h2 + p{
    text-align: center;
    margin-bottom:50px;
}
.page_focused #sec03 h4{
    margin-bottom:5px;
}
.page_focused .sec_block .list_check{
  max-width: 1080px;
  margin:30px auto 0;
  padding:40px 80px;
}
.page_focused #sec03 .list_check h3 {
  margin-bottom:15px;
}
.page_focused .sec_block .list_check li {
  width:33.3%;
}
.page_focused #sec04 h3 {
  text-align: left;
  margin-bottom:0;
  font-size:1.8rem;
}
.page_focused #sec04 .list_dot {
  margin-top:10px;
}
.page_focused #sec04 .blk01 {
  margin-top:25px;
}
@media only screen and (max-width: 1023px) {
  .page_focused .list_dot{
    padding: 25px 25px;
  }
  .page_focused .list_dot.w50p,
  .page_focused .list_dot.w33p{
    display:block;
  }
  .page_focused .list_dot.w50p li,
  .page_focused .list_dot.w33p li{
    width:100%;
  }
  .page_focused .list_dot li + li{
    margin:0 0 3px 0;
  }
  .page_focused #sec01 .hd03,
  .page_focused #sec03 .hd03{
    font-size:2.0rem;
    margin-bottom:25px;
  }
  .page_focused .sec_block .innerWrap > .hd03 {
    font-size:2.2rem;
  }
  .page_focused #sec01 .sp_scroll_wrap .sp_scroll_main{
    min-width:790px;
  }
  .page_focused #sec03 .sp_scroll_wrap .sp_scroll_main{
    min-width:606px;
  }
  .page_focused #sec05 .sp_scroll_wrap .sp_scroll_main {
    min-width:770px;
  }
  .page_focused #sec01 .blk02 .img + .text{
    margin-top:20px;
  }
  .page_focused #sec03 h2 + p{
    line-height: 1.6;
  }
  .page_focused .sec_block .list_check{
    padding: 25px 25px;
  }
  .page_focused .sec_block .list_check .hd03{
    padding:0;
  }
  .page_focused .sec_block .list_check li {
    width:100%;
  }
}
.page_focused .list_block ol li:first-child{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.page_focused .list_block ol li h4{
  margin-top:0 !important;
}
.page_focused .blk_box{
  display:flex;
  justify-content: space-between;
}
.page_focused .blk_box div.img{
  width:47.827%;
}
.page_focused .blk_box div.img img{
  width:100%;
  height: auto;
}
.page_focused .blk_box p{
  margin-top:15px;
  text-align: left;
  line-height: 1.8;
}
.page_focused #sec05 .hd05{
  font-size:1.8rem;
}
.page_focused #sec05 .list_dot{
  margin-top:10px;
}
@media only screen and (max-width: 1023px) {
  .page_focused .blk_box{
    display:block;
  }
  .page_focused .blk_box div.img{
    width:100%;
  }
  .page_focused .blk_box p{
    margin-bottom:25px;
  }
  .page_focused #sec05 .hd05{
    padding:0 0 5px 0;
  }
}
.page_focused #sec06.sec_block h2{
  margin-bottom: 48px;
}
.page_focused #sec06 h3{
  margin-bottom:13px;
}
.page_focused #sec06 h4{
  margin-top:0px !important;
  margin-bottom:10px;
}
.page_focused #sec06 .flex_wrap{
  display: flex;
  justify-content: space-between;
  margin-top:60px;
}
.page_focused #sec06 .flex_wrap .main_wrap{
  width:53%;
}
.page_focused #sec06 .flex_wrap .img_wrap{
  width:38%;
}
.page_focused #sec06 .flex_wrap .img_wrap img{
  width:100%;
  height: auto;
}
.page_focused #sec06 .blk02 .hd02{
  font-size:2.2rem;
}
.page_focused #sec06 .list_dot.w33p{
  margin-bottom:50px;
}
.page_focused #sec06 table th{
  color:#fff;
  background-color:#19456C;
  text-align: left;
  width:auto;
  padding:0 20px;
}
.page_focused #sec06 table td.howto{
  padding: 30px 19px 30px 100px;
}
.page_focused #sec06 table td.icon01{
  background:url(../img/disease/osteoporosis/icon01.png) no-repeat 20px center;
  background-size:  55px auto;
}
.page_focused #sec06 table td.icon02{
  background:url(../img/disease/osteoporosis/icon02.png) no-repeat 29px center;
  background-size:  51px auto;
}
.page_focused #sec06 table td.none{
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .page_focused #sec06 h4{
    padding:0;
  }
  .page_focused #sec06 .blk01 .text + .img,
  .page_focused #sec06 .blk01 .main + .img{
    margin-top:15px;
  }
  .page_focused #sec06 .flex_wrap{
    display:block;
  }
  .page_focused #sec06 .flex_wrap .main_wrap,
  .page_focused #sec06 .flex_wrap .img_wrap{
    width:100%;
  }
  .page_focused #sec06 .flex_wrap .img_wrap{
    margin-top:15px;
  }
  .page_focused #sec06 .sp_scroll_wrap .sp_scroll_main{
    min-width:980px;
  }
}

.page_focused #sec05 .blk01,
.page_focused #sec05 .blk02,
.page_focused #sec05 .blk_box,
.page_focused #sec06 .blk01,
.page_focused #sec06 .blk02{
  margin-top:30px;
}
.page_focused #sec05 ol ol .blk01,
.page_focused #sec05 ol ol .blk02,
.page_focused #sec05 ol ol .blk_box,
.page_focused #sec05 h2 + .blk01,
.page_focused #sec05 h2 + .blk02{
  margin-top:0;
}

.page_focused #sec05 h2 + .blk02{
  margin-top:0;
}

.page_focused #sec07 .list_img li{
  width:16.2%;
  margin-right: 117px;
  text-align: center;
}
.page_focused #sec07 .list_img li:nth-child(4n){
  margin-right: 0;
}
.page_focused #sec07 .list_img li img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .page_focused #sec07 .list_img{
    display: flex;
  }
  .page_focused #sec07 .list_img li{
    width: 47%;
    margin-right: 0;
  }
  .page_focused #sec07 .list_img li .hd{
    font-size: 15px;
  }
  .page_focused #sec07 .list_img li img{
    max-width: 120px;
  }
}

/*-------------------------
  体外衝撃波治療(拡散型)
-------------------------*/
.page_shockwave .hd03{
  font-size: 26px;
}
.page_shockwave .list_dot.w50p,
.page_shockwave .list_dot.w33p{
  display: flex;
  flex-wrap:wrap;
  background-color: #fff;
  padding: 25px 45px;
  margin: 25px 0;
}
.page_shockwave .list_dot.w33p li{
  width:33%;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave .hd03{
    font-size: 22px;
  }
  .page_shockwave .list_dot.w50p,
  .page_shockwave .list_dot.w33p{
    display: block;
    padding: 20px 35px;
    margin: 25px 0;
  }
  .page_shockwave .list_dot.w33p li{
    width: 100%;
  }
  .page_shockwave .sec_block.blue{
    padding-top:50px;
    padding-bottom:30px;
  }
}

.page_shockwave #sec01 img{
  vertical-align: top;
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave #sec01 img{
    margin-right: 0;
  }
}

.page_shockwave #sec01 .text.double_characters
{
    position: relative;
   font-size: 70px;
   font-weight: bold;
   color: #4169e1;
   -webkit-text-stroke: 6px #4169e1;
}
 .double_characters::before
 {
   content: attr(data-text);
   position: absolute;
   color: #4169e1;
   -webkit-text-stroke: 1px #FFF;
 }

.page_shockwave #sec02 .innerWrap{
  max-width: 1000px;
}
.page_shockwave #sec02 .img{
  width:46.5%;
  margin: 0;
  background-color:transparent;
}
.page_shockwave #sec02 .text{
  width: 47%;
}


.page_shockwave #sec02 .text li{
  color: #19456C;
  font-size: 18px;
  background-color: #fff;
  margin-bottom: 32px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 19px 16px;
}
.page_shockwave #sec02 .text li::after{
  color: #4F93A6;
  content: '▼';
  font-size: 12px;
  position: absolute;
  left:calc(50% - 5px);
  bottom:-23px;
}
.page_shockwave #sec02 .text li:last-child::after{
  content:none;
}
.page_shockwave #sec02 .text li .no{
  display: block;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  background-color: #E9F5FB;
  padding: 4px 9px;
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave #sec02 .img{
    width:100%;
    margin-bottom: 20px;
  }
  .page_shockwave #sec02 .img img{
    width: 100%;
    height: auto;
  }
  .page_shockwave #sec02 .text{
    width: 100%;
  }
  .page_shockwave #sec02 .text li{
    font-size: 16px;
    line-height: 1.6;
  }
}

.page_shockwave #sec03 .list_img li{
  width:23.8%;
}
.page_shockwave #sec03 .list_img li img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave #sec03 .list_img{
    display: flex;
  }
  .page_shockwave #sec03 .list_img li{
    width:45%;
  }
  .page_shockwave #sec03 .list_img .hd{
    font-size: 14px;
  }
}

.page_shockwave #sec04 .innerWrap{
  max-width: 1000px;
}

.page_shockwave #sec05 .img img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave #sec05 .sp_scroll_wrap .sp_scroll_main{
    min-width: 680px;
  }
  .page_shockwave #sec05 .img img{
    margin-left: -200px;
  }
}
.page_shockwave #sec07 .list_img li{
  width:16.2%;
  margin-right: 117px;
  text-align: center;
}
.page_shockwave #sec07 .list_img li:nth-child(4n){
  margin-right: 0;
}
.page_shockwave #sec07 .list_img li img{
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave #sec07 .list_img{
    display: flex;
  }
  .page_shockwave #sec07 .list_img li{
    width: 47%;
    margin-right: 0;
  }
  .page_shockwave #sec07 .list_img li .hd{
    font-size: 15px;
  }
  .page_shockwave #sec07 .list_img li img{
    max-width: 120px;
  }
}

.page_shockwave #sec08 .list_dot.w33p{
  background-color:#F2F9FB;
}
.page_shockwave #sec08 .blk02{
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave #sec08 .sp_scroll_wrap .sp_scroll_main{
    min-width: 700px;
  }
  .page_shockwave #sec08 .hd03{
    font-size: 18px;
  }
  .page_shockwave #sec08 .blk02{
    margin-bottom: 30px;
  }
}

.page_shockwave #sec09 ul li{
  color: #19456C;
  font-size: 15px;
  margin-bottom: 20px;
  background-color: #F2F9FB;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
.page_shockwave #sec09 ul li::after{
  content:'';
  position: absolute;
  right:-17px;
  top:calc(50% - 12px);
  border-left:17px solid #f2f9fb;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
}
.page_shockwave #sec09 .img{
  margin-bottom: 40px;
}
.page_shockwave p.contact_copy{
  font-size: 22px;
  color:#4F93A5;
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .page_shockwave #sec09 ul li{
    padding: 15px 22px;
  }
  .page_shockwave #sec09 ul li::after{
    content:'';
    position: absolute;
    right:auto;
    top:auto;
    left:calc(50% - 8px);
    bottom:-15px;
    border-right:15px solid transparent;
    border-left:15px solid transparent;
    border-top:15px solid #f2f9fb;
    border-bottom:none;
  }
  .page_shockwave #sec09 .img{
    margin-bottom: 30px;
  }
  .page_shockwave p.contact_copy{
    font-size: 22px;
    line-height: 1.6;
  }
}


span.error {
display: block;
	color: #ff0000;
}
div.symptom_box {
	margin:30px 0px;
}
div.symptom {
	display: flex;
	justify-content:space-between;
	margin:30px 0px;
}
div.symptom .img {
	flex: 1 1 20%;
}
div.symptom .img img {
	max-width: 95%;
}
div.symptom .content {
	flex: 1 1 70%;
}
.symptom_title {
	color: #fff;
	font-size: 1.8rem;
	background-color: #19456C;
	padding:  5px 10px 7px;
	border-radius: 4px;
	margin: 0px 0px 10px;
}
.img-responsive {
	width: 100%;
}
.page_symptom .text {
    line-height: 1.85;
}
.page_symptom .medical_img {
	text-align:center;
}
.page_symptom .medical_img img{
	max-width: 700px;
	margin: 0 auto;

}
h4 {
  margin-top:30px !important;
}
.btn_sidemenu {
	display: none;
}
@media only screen and (max-width: 1023px) {
	#sympsidemenu, #sympsidemenu2 {
		display: none;
	}
	#sympsidemenu {
		margin-left:10px;
	}
	#symp {
		flex-direction: column-reverse;
	}
  .symptom {
	  flex-wrap:wrap;
  }
	div.symptom .img {
	flex: 1 1 100%;
}
div.symptom .content {
	flex: 1 1 100%;
	margin-top:30px;
}
	h3 {
		margin-top:30px;
}

	div.symptom {
		margin-top: 15px;
	}
	.page_symptom .medical_img img{
	max-width: 100%;
	margin: 0 auto;

}
	div.symptom .img img {
	max-width: 100%;
}
	.btn_sidemenu {
		display: block;
		border:1px solid #ddd;
		padding:12px 15px;
		border-radius: 10px;
		width: 100%;
		margin:10px 0px;
		font-size: 1.4rem;
	}
}

.list_wrap {
    font-size: 1.5rem;
    line-height: 1.5;
}
.list_wrap li {
    margin: 10px 0 0;
}
.list_child {
    padding: 0 0 0 15px;
    margin: 10px 0 0;
}

ul#size {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
ul#size li a {
  font-size: 14px;
  padding: 7px 10px;
	background-color: #7DBFD1;
	color: #fff;
}
ul#size li:nth-child(n+2) {
	margin-left:10px;
}


/*-------------------------
  リスト
-------------------------*/
.sec_anchor {
	padding: 0 90px;
	margin: 46px 0 100px;
}
@media only screen and (max-width: 1023px) {
	.sec_anchor {
		padding: 0 30px;
		margin: 38px 0 80px;
	}
}
.sec_anchor .innerWrap {
	max-width: 1000px;
}
.sec_anchor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
	.sec_anchor ul {
		margin-bottom: -5px;
	}
}
.sec_anchor ul:before ,
.sec_anchor ul:after {
	content: '';
	width: 32%;
	order: 1;
}
@media only screen and (max-width: 767px) {
	.sec_anchor ul:before ,
	.sec_anchor ul:after {
		width: 49%;
	}
}
.sec_anchor li {
	display: flex;
	width: 32%;
	min-height: 53px;
	margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
	.sec_anchor li {
		width: 49%;
		margin-bottom: 5px;
	}
}
.sec_anchor a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #F2F9FB;
	color: #4F93A6;
	line-height: 1.5;
	padding: 10px 38px 10px 26px;
}
@media only screen and (max-width: 767px) {
	.sec_anchor a {
		padding: 10px 30px 10px 15px;
	}
}
@media only screen and (max-width: 375px) {
	.sec_anchor a {
		font-size: 4vw;
	}
}
.sec_anchor a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 18px;
	border: 1px solid #4F93A6;
	border-radius: 100%;
	transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
	.sec_anchor a:before {
		right: 10px;
	}
}
.sec_anchor a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 26px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4F93A6;
	border-bottom: 1px solid #4F93A6;
	transform: translate(0, -50%) rotate(45deg);
	margin-top: -1px;
}
@media only screen and (max-width: 767px) {
	.sec_anchor a:after {
		right: 16px;
	}
}
.sec_anchor a:hover {
	opacity: .8;
	transition: 0.2s ease-in-out;
}


