@charset "UTF-8";
/* --------------------------------------------

FileName    :    初期

-------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  color: #636b70;
  text-decoration: none;
}
a:focus {
  outline: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

:root {
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #636B70;
}
@media print, screen and (min-width: 813px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media print, screen and (max-width: 812px) {
	main {
		padding-top:70px;
	}
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

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

a:hover {
  opacity: 0.6 !important;
}

.pc {
  display: block !important;
}
@media only screen and (max-width: 812px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 812px) {
  .sp {
    display: block !important;
  }
}

.aioseo-breadcrumbs{
	max-width:1100px;
	margin:8px auto 0 auto;
}
@media only screen and (max-width: 812px) {
	.aioseo-breadcrumbs{
		padding: 0 4vw;
  }
}


.tel_number {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
}
.tel_number::before {
  content: "";
  width: 8px;
  height: 21px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 6px;
  background: url("../../assets/images/tel.svg") no-repeat;
}

.link_btn {
  display: block;
  width: 100%;
  max-width: 336px;
  border: 1px solid #636B70;
  border-radius: 50px;
  padding: 8px;
  box-sizing: border-box;
}
@media only screen and (max-width: 812px) {
  .link_btn {
    max-width: 80vw;
    margin: auto;
  }
}
.link_btn span {
  position: relative;
  display: block;
  border: 1px solid #636B70;
  border-radius: 50px;
  padding: 18px 10px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 813px) {
  .link_btn span {
    font-size: 2rem;
  }
}
.link_btn span::after, .link_btn span::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 10px;
  height: calc(100% + 2px);
  background: #FFF;
}
.link_btn span::after {
  left: 25px;
}
.link_btn span::before {
  right: 25px;
}

.din {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
}

section {
  position: relative;
}
section::before {
  content: "";
  width: calc(100% - 40px);
  height: 10px;
  max-width: 1100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: repeating-linear-gradient(90deg, #FFF, #FFF 4px, #636B70 4px, #636B70 5px);
}
@media only screen and (max-width: 812px) {
  section::before {
    width: calc(100% - 15px);
  }
}

.vertical_text {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.vertical_text .din {
  width: 100%;
  font-size: 4.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 813px) {
  .vertical_text .din {
    font-size: 5.6rem;
    margin-bottom: 5px;
  }
}
.vertical_text span {
  display: inline-block;
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.2em;
  border-right: 1px solid #636B70;
}
.vertical_text span i {
  transform: rotate(-90deg);
  display: inline-block;
  letter-spacing: 0 !important;
  line-height: 1;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

#seminar_container{
  max-width: 1400px;
  margin:0 auto;
}
@media only screen and (max-width: 812px) {
  .container {
    padding: 0 4vw;
    box-sizing: border-box;
  }
}

.fl {
  display: flex;
  flex-wrap: wrap;
}
.fl.center {
  justify-content: center;
}
.fl.bt {
  justify-content: space-between;
}
.fl.alc {
  align-items: center;
}
.fl.als {
  align-items: flex-start;
}
@media only screen and (max-width: 812px) {
  .fl.sp_break {
    flex-direction: column;
  }
}
@media only screen and (max-width: 812px) {
  .fl.sp_break__reverse {
    flex-direction: column-reverse;
  }
}

table.time {
  width: 100%;
}
table.time caption {
  text-align: left;
	margin-top: 10px;
}
table.time tr {
  border-bottom: 1px solid #E5E5E5;
}
table.time tr * {
  height: 31px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: 6px 3px;
}
table.time tr *:first-of-type {
  text-align: left;
}
table.time tr * small {
  font-size: 10px;
}
table.time tbody * {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 813px) {
  table.time tbody * {
    font-size: 1.3rem;
  }
}
table.time thead * {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 813px) {
  table.time thead * {
    font-size: 1.5rem;
  }
}
table.time tfoot * {
  font-size: 10px;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 812px) {
  table.time tfoot * {
    line-height: 2;
  }
}
table.time .g {
  color: #B7D332;
  font-weight: 600;
}
table.time .batsu {
  font-size: 2.4rem;
}

dl.detail dt {
  text-align: left;
  position: relative;
}
dl.detail dt::before {
  content: "";
  border-top: 1px dotted #636B70;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
dl.detail dt span {
  position: relative;
  background: #FFF;
  z-index: 10;
}
dl.detail dd {
  text-align: left;
  margin-top: 6px;
  margin-bottom: 17px;
}
dl.site_nav dt {
  border-bottom: 1px solid #636B70;
  font-size: 14px;
  letter-spacing: 2.87px;
}
dl.site_nav dd {
  font-size: 12px;
  letter-spacing: 1.3px;
  margin-top: 5px;
}
dl.site_nav dd a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url("../../assets/images/arrow.svg") no-repeat;
  background-size: 100%;
  margin-right: 6px;
}
dl.site_nav dd + dt {
  margin-top: 25px;
}

.move_img_wrap {
  width: 100%;
  height: 110vw;
  position: relative;
}
@media print, screen and (min-width: 813px) {
  .move_img_wrap {
    width: 100%;
    height: 654px;
  }
}
.move_img_wrap.__car {
  position: relative;
}
.move_img_wrap.__car::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background: url("../../assets/images/car.svg") no-repeat;
  background-size: contain;
  width: 66px;
  height: 30px;
}
.move_img_wrap.__car.right::after {
  transform: rotateY(180deg);
}
.move_img_wrap .move_img {
  width: 100%;
  height: 100%;
}
.move_img_wrap .move_img::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 30%;
  background: url("../../assets/images/frame.svg") no-repeat;
  background-size: 100%;
  z-index: 1;
}
.move_img_wrap .move_img .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.move_img_wrap .move_img .img {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 120%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.text_set {
  text-align: center;
}
.text_set p {
  text-align: left;
  letter-spacing: -0.08em;
  line-height: 37px;
}
.text_set p + p {
  margin-top: 1.6em;
}
.__car:nth-of-type(1)::after {
  left: 20px;
}

.__car:nth-of-type(2)::after {
  left: 30px;
}

.__car:nth-of-type(3)::after {
  left: 50px;
}

.icon_delta a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../../assets/images/arrow.svg) no-repeat;
  background-size: 100%;
  margin-right: 6px;
}

.icon_target a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../../assets/images/target.svg) no-repeat;
  background-size: 100%;
  margin-right: 6px;
  position: relative;
  top: 3px;
}

#section_clinic {
  padding: 75px 0 80px;
}
#section_clinic .container {
  box-sizing: border-box;
  padding: 0 15px;
}
#section_clinic .container .vertical_text{
  justify-content: flex-end;
}
@media only screen and (max-width: 812px) {
  #section_clinic .container {
    display: block;
  }
}
#section_clinic h2 {
  font-size: 26px;
  width: 110px;
}
@media only screen and (max-width: 812px) {
  #section_clinic h2 {
    width: auto;
    font-size: 17px;
  }
	#section_clinic .container .vertical_text {
	    justify-content:center;
	}
}
#section_clinic ul.clinic_list {
  flex: 1;
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list {
    display: block;
  }
}
#section_clinic ul.clinic_list li {
  /*width: 45.74%;*/
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li {
    width: 100%;
    margin-top: 40px;
  }
}
#section_clinic ul.clinic_list li .image_area img {
  width: 100%;
}
#section_clinic ul.clinic_list li h3 {
  text-align: center;
  margin-top: 20px;
}
#section_clinic ul.clinic_list li h3 .logo_yushinkai{
    width:340px;
}
#section_clinic ul.clinic_list li .kind {
  font-size: 15px;
  /*margin-top: 25px;*/
}
@media only screen and (max-width: 812px) {
    #section_clinic ul.clinic_list li .kind {
      font-size: 15px;
      margin-top: 25px;
    }
}

#section_clinic ul.clinic_list li .cm_lft{
    width: 45%;
    float: left;
}

#section_clinic ul.clinic_list li .detail{
    width: 48%;
    float: right;
}

#section_clinic ul.clinic_list li .link_area{
    clear:both;
    padding: 0.1em 0 0;
}

@media only screen and (max-width: 812px) {
    #section_clinic ul.clinic_list li .cm_lft{
        width: 100%;
        float: none;
    }

    #section_clinic ul.clinic_list li .detail{
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li .kind {
    font-size: 14px;
  }
}
#section_clinic ul.clinic_list li .kind span {
  border: solid 1px #636b70;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li .kind span {
    font-size: 12px;
  }
}
#section_clinic ul.clinic_list li address {
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li address {
    font-size: 14px;
    line-height: 24px;
  }
}
#section_clinic ul.clinic_list li .phone .tel, #section_clinic ul.clinic_list li .phone .fax {
  font-size: 42px;
  line-height: 1;
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li .phone .tel, #section_clinic ul.clinic_list li .phone .fax {
    font-size: 32px;
  }
}
#section_clinic ul.clinic_list li .phone .tel small, #section_clinic ul.clinic_list li .phone .fax small {
  vertical-align: middle;
  font-size: 19px;
  margin-right: 12px;
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li .phone .tel small, #section_clinic ul.clinic_list li .phone .fax small {
    font-size: 15px;
  }
}
#section_clinic ul.clinic_list li .phone .fax {
  font-size: 36px;
  margin-top: 5px;
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li .phone .fax {
    font-size: 27px;
  }
}
#section_clinic ul.clinic_list li .link_btn {
  margin: 20px auto 0 auto;
}

@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li .link_btn {
    max-width: 230px;
  }
}
@media only screen and (max-width: 812px) {
  #section_clinic ul.clinic_list li .link_btn span {
    padding: 13px 10px;
  }
}
#section_clinic table.time {
  margin-top: 20px;
}
#section_clinic table.time tr th:first-of-type {
  text-align: center;
}
#section_clinic table.time tfoot * {
  font-size: 14px;
  line-height: 25px;
  padding-top: 20px;
}

.section_area {
  padding: 75px 0 80px;
}
.section_area .container {
  box-sizing: border-box;
}
.section_area .text_set {
  width: 41%;
}
@media only screen and (max-width: 812px) {
  .section_area .text_set {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .section_area .text_set .title_area {
    display: flex;
  }
}
.section_area .text_set h2 {
  font-size: 26px;
}
@media only screen and (max-width: 812px) {
  .section_area .text_set h2 {
    font-size: 17px;
		position: absolute;
		width: 100%;
		justify-content: flex-end;
  }
}
.section_area .text_set .visit_area {
  text-align: left;
  margin-top: 40px;
}
.section_area .text_set .visit_area h3 {
  font-size: 18px;
}
@media only screen and (max-width: 812px) {
  .section_area .text_set .visit_area h3 {
    font-size: 14px;
  }
}
.section_area .text_set .visit_area p {
  font-size: 22px;
  line-height: 1.5;
	font-weight:bold;
}
@media only screen and (max-width: 812px) {
  .section_area .text_set .visit_area p {
    font-size: 16px;
  }
}
.section_area .text_set .visit_area p small {
  display: block;
  font-size: 14px;
	font-weight:normal;
}
@media only screen and (max-width: 812px) {
  .section_area .text_set .visit_area p small {
    font-size: 11px;
  }
}
.section_area .text_set .attend {
  text-align: left;
  margin-top: 40px;
  font-size: 15px;
}
@media only screen and (max-width: 812px) {
  .section_area .text_set .attend {
    font-size: 11px;
  }
}
.section_area .visit_image {
  width: 50.9%;
}
@media only screen and (max-width: 812px) {
  .section_area .visit_image {
    width: 100%;
  }
}

#section_recruit {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 812px) {
  #section_recruit {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 812px) {
  #section_recruit .container > .fl {
    flex-direction: column-reverse;
  }
}
#section_recruit ul.job_link {
  width: 70%;
}
@media only screen and (max-width: 812px) {
  #section_recruit ul.job_link {
    width: 100%;
    margin-top: 30px;
  }
}
#section_recruit ul.job_link li:nth-child(2), #section_recruit ul.job_link li:nth-child(3) {
  width: 48%;
  margin-top: 25px;
}
@media only screen and (max-width: 812px) {
  #section_recruit ul.job_link li:nth-child(2), #section_recruit ul.job_link li:nth-child(3) {
    margin-top: 10px;
  }
}
#section_recruit .text_set {
  width: 24%;
}
@media only screen and (max-width: 812px) {
  #section_recruit .text_set {
    width: 100%;
  }
}
#section_recruit .text_set h2 {
  font-size: 26px;
}
@media only screen and (max-width: 812px) {
  #section_recruit .text_set h2 {
    font-size: 17px;
  }
}
#section_recruit .text_set p {
  font-size: 18px;
  margin-top: 80px;
}
@media only screen and (max-width: 812px) {
  #section_recruit .text_set p {
    flex: 1;
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
  }
}

#section_sns {
  padding: 80px 0 80px;
}
@media only screen and (max-width: 812px) {
  #section_sns .container > .fl {
    display: block;
  }
}
#section_sns .note_slide_area {
  width: 59%;
}
#section_sns .note_slide_area .note_slider {
  padding-top: 40px;
}
#section_sns .note_slide_area .note_slider li.slick-slide {
  margin-right: 0;
  padding-right: 40px;
}
#section_sns .note_slide_area .note_slider li.slick-slide img {
  width: 100%;
}
@media only screen and (max-width: 812px) {
  #section_sns .note_slide_area {
    width: 100%;
  }
	#section_sns .note_slide_area .note_slider {
		margin-top:0;
	}

	#section_sns .note_slide_area .note_slider li.slick-slide{
		padding-left:10px;
		padding-right:0;
	}

	#section_sns .note_slide_area .image_area{
		height:unset;
	}

}

main ul.slick-dots {
  position: absolute;
  top: -30px;
  right: 0;
  display: flex;
}
main ul.slick-dots li {
  margin-right: 10px;
}
main ul.slick-dots li button {
  font-size: 0;
  background-color: #636b70;
  border-radius: 50%;
	padding:0 5px;
  height: 10px;
  border: 0;
}
main ul.slick-dots li.slick-active button {
  background-color: #b7d332;
}
#section_sns .fb {
  width: 40%;
  text-align: right;
}

@media only screen and (max-width: 812px) {
	#section_sns .fb {
	  width: 100%;
      text-align: center;
	}
	#section_sns .fb iframe{
		margin:auto;
	}
}

ul.seminar_list {
  margin-top: 35px;
}

ul.seminar_list .image_area{
	/*height: 130px;*/
    height: 190px;
	overflow: hidden;
}

@media only screen and (max-width: 812px) {
  ul.seminar_list {
    justify-content: space-between;
  }
    
    ul.seminar_list .image_area{
        height: 130px;
        overflow: hidden;
    }
}
ul.seminar_list li {
  width: 22.72%;
  margin-right: 3%;
  margin-bottom: 3%;
}

ul.seminar_list li hr{
	height: 4px;
	background-image: repeating-linear-gradient(90deg, #FFF, #FFF 4px, #636B70 4px, #636B70 5px);
	border: 0;
}

@media only screen and (max-width: 812px) {
  ul.seminar_list li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
ul.seminar_list li p {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 5px;
}
ul.seminar_list li .open {
  font-size: 15px;
  margin-top: 10px;
}
ul.seminar_list li .open span {
  border: solid 1px #636b70;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  margin-right: 20px;
}
ul.seminar_list li .date {
  line-height: 1;
  font-size: 15px;
  padding: 15px 5px 0 5px;
}
ul.seminar_list li:nth-child(4n) {
  margin-right: 0;
}

.seminar_detail{
    padding-left:0.4em;
}

/* --------------------------------------------

FileName    :    レイアウト

-------------------------------------------- */
#hd {
  width: 100%;
  background: #FFF;
  z-index: 99999;
  box-sizing: border-box;
  padding: 15px 4vw 10px;
  position: fixed;
}
@media print, screen and (min-width: 813px) {
  #hd {
    top: 0;
    left: 0;
    padding: 15px 20px 10px;
  }
}
#hd .header_inner {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 812px) {
  #hd .header_inner h1 {
    width: 120px;
    text-align: center;
  }
}
#hd .header_inner .header_nav {
  position: relative;
  width: 100%;
  max-width: 230px;
}
@media only screen and (max-width: 812px) {
	#hd .header_inner .header_nav {
	  width: auto;
		max-width: 230px;
		margin-right:50px;
	}
}

#hd .header_inner .head_btn a {
	display:block;
	font-size:1.6rem;
	width:170px;
	height:63px;
	line-height:58px;
    letter-spacing: 0.1rem;
	text-align:center;
	background:url(../images/common/head_btn_bg.png)no-repeat center center;
	background-size:cover;
	color:#fff;
}
@media only screen and (max-width: 812px) {
	#hd .header_inner .head_btn a {
		font-size:1.2rem;
		width:110px;
		height:37px;
		line-height:34px;
        letter-spacing: 0.1rem;
	}
}
#ft {
  margin-top: 100px;
  padding: 18px 0;
  background: #F9F9F9;
  position: relative;
}
@media print, screen and (min-width: 813px) {
  #ft {
    margin-top: 50px;
    padding: 50px 0 28px;
  }
}
#ft #page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
#ft .footer_nav {
  width: 100%;
}
@media only screen and (max-width: 812px) {
  #ft .footer_nav {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  #ft .footer_nav .site_nav {
    display: none;
  }
}
#ft .footer_nav .copy {
  width: 100%;
  font-size: 1rem;
}
@media print, screen and (min-width: 813px) {
  #ft .footer_nav .copy {
    margin-top: 25px;
  }
}
#ft .footer_nav .copy h3 {
  margin-right: 20px;
}
@media only screen and (max-width: 812px) {
  #ft .footer_nav .copy h3 {
    margin: auto;
    width: 30vw;
  }
}
@media only screen and (max-width: 812px) {
  #ft .footer_nav .copy p {
    margin-top: 6px;
  }
}
#ft .info_common {
  width: 40%;
  max-width: 424px;
}
@media only screen and (max-width: 812px) {
  #ft .info_common {
    display: none;
  }
}

.info_common h3 img {
  width: 100%;
}
.info_common .footer_info_tel {
  margin-top: 16px;
}
.info_common .footer_info_tel p {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding-right: 5px;
}
.info_common .footer_info_tel address {
  font-size: 10px;
  line-height: 1.1;
}
.info_common .time {
  margin-top: 4px;
}

/* Access */
#access {
  position: relative;
  width: 80%;
  height: 500px;
  margin-left: 140px;
  margin-bottom: 30px;
}

#access .address {
  padding-top: 20px;
  /*white-space: nowrap;*/
}

#map {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  min-height: 300px;
  margin: auto;
}

@media (max-width: 767px) {
  #access {
    width: 100%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #access {
    width: 100%;
    margin-left: 0;
  }
}
.navToggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  top: 7px;
}
@media only screen and (max-width: 812px) {
  .navToggle {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}
.navToggle span {
  display: block;
  position: absolute;
  height: 2px;
  background: #636B70;
  transition: 0.25s ease-in-out;
}
.navToggle span:nth-of-type(1) {
  top: 40%;
}
.navToggle span:nth-of-type(2) {
  top: 40%;
}
.navToggle span:nth-of-type(3) {
  top: 50%;
}
.navToggle span:nth-of-type(4) {
  top: 65%;
}
.navToggle span:nth-of-type(5) {
  top: 80%;
}
.navToggle span:nth-of-type(1), .navToggle span:nth-of-type(2) {
  width: 53%;
}
.navToggle span:nth-of-type(3), .navToggle span:nth-of-type(4), .navToggle span:nth-of-type(5) {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.navToggle span:nth-of-type(1) {
  left: 0;
  right: auto;
  transform: rotate(-20deg);
  transform-origin: left;
}
.navToggle span:nth-of-type(2) {
  left: auto;
  right: 0;
  transform: rotate(20deg);
  transform-origin: right;
}
.navToggle.active span:nth-child(1) {
  left: 6px;
  top: 6px;
  right: auto;
  transform: rotate(45deg);
}
.navToggle.active span:nth-child(2) {
  right: 6px;
  top: 6px;
  left: auto;
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(3) {
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(4), .navToggle.active span:nth-child(5) {
  top: 50%;
  transform: rotate(45deg);
}

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 999;
  padding: 60px 4vw 150px;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: scroll;
}
@media print, screen and (min-width: 813px) {
  #menu {
    top: 84px;
    padding: 60px 0;
    overflow: auto;
  }
}
@media only screen and (max-width: 812px) {
  #menu .gnavi {
    display: block;
    width: 100%;
		padding-top:20px;
  }
}
@media print, screen and (min-width: 813px) {
  #menu .gnavi {
    width: 100%;
    justify-content: left;
  }
}
@media only screen and (max-width: 812px) {
  #menu .gnavi .site_nav:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 813px) {
  #menu .gnavi .site_nav {
    width: 25%;
  }
  #menu .gnavi .site_nav .reverse a{
		display: flex;
		flex-direction: row-reverse;
  }
  #menu .gnavi .site_nav:nth-of-type(n+5) {
    margin-top: 60px;
  }
}
#menu .gnavi .site_nav .vertical_text {
  position: relative;
  border-bottom: none;
  font-size: 1.8rem;
}
@media only screen and (max-width: 812px) {
  #menu .gnavi .site_nav .vertical_text {
    display: block;
    text-align: left;
    border-bottom: 1px solid #636B70;
		font-size:1.4rem;
		padding:5px 0;
  }
}
@media only screen and (min-width: 813px) and (max-width: 1099px) {
  #menu .gnavi .site_nav .vertical_text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1100px) {
  #menu .gnavi .site_nav .vertical_text {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 813px) {
  #menu .gnavi .site_nav .vertical_text {
    float: left;
    margin-right: 20px;
  }
}
#menu .gnavi .site_nav .vertical_text span {
  vertical-align: top;
}
@media only screen and (max-width: 812px) {
  #menu .gnavi .site_nav .vertical_text span {
    writing-mode: unset;
    border: none;
  }
}
@media only screen and (max-width: 812px) {
  #menu .gnavi .site_nav .vertical_text::after, #menu .gnavi .site_nav .vertical_text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 1px;
    background: #636B70;
    opacity: 0.8;
  }
  #menu .gnavi .site_nav .vertical_text:after {
    top: 50%;
    right: 0;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  #menu .gnavi .site_nav .vertical_text.active:after {
    transform: rotate(0deg);
  }
}
@media print, screen and (min-width: 813px) {
  #menu .gnavi .site_nav dd {
    float: right;
    width: calc(100% - 62px);
  }
}
@media only screen and (max-width: 812px) {
  #menu .gnavi .site_nav dd {
    display: none;
    font-size: 1.2rem;
    padding: 0 4vw;
  }
  #menu .gnavi .site_nav dd:first-of-type {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 813px) and (max-width: 1099px) {
  #menu .gnavi .site_nav dd {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1100px) {
  #menu .gnavi .site_nav dd {
    font-size: 1.6rem;
  }
}
#menu .gnavi .site_nav dd a::before {
  width: 7px;
  height: 10px;
  vertical-align: 1px;
}
@media only screen and (max-width: 812px) {
  #menu .gnavi .site_nav dd a {
    display: block;
  }
}
@media print, screen and (min-width: 813px) {
  #menu .gnavi .site_nav.lines dd {
    width: calc(100% - 105px);
  }
}
#menu .menu_info {
  width: 40%;
}
@media only screen and (max-width: 812px) {
  #menu .menu_info {
    width: 100%;
    margin-top: 30px;
  }
}
#menu .menu_info > p img {
  width: 100%;
}
#menu .menu_info .info_common {
  margin-top: 20px;
}
@media only screen and (max-width: 812px) {
  #menu .menu_info .info_common h3 {
    width: 80%;
    margin: auto;
  }
}
#menu .menu_info .info_common .footer_info_tel {
  margin-top: 6px;
}
@media only screen and (max-width: 812px) {
  #menu .menu_info .info_common .tel_number {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 812px) {
  #menu .menu_info .info_common address {
    font-size: 1.2rem;
  }
}

.animation_wrap {
  width: 92vw;
  height: 65px;
  display: block;
  overflow: hidden;
  pointer-events: none;
  margin-top: 20px;
  position: relative;
  z-index: 101;
}
@media print, screen and (min-width: 813px) {
  .animation_wrap {
    width: 100%;
    position: absolute;
    top: 239px;
    margin-top: 0;
  }
}
.animation_wrap .car_wrap {
  display: block;
  position: absolute;
  bottom: 0;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: 1;
  margin-right: -25px;
}
@media print, screen and (min-width: 813px) {
  .animation_wrap .car_wrap {
    top: -10px;
    bottom: auto;
  }
}
.animation_wrap .car_wrap[data-direction=left] {
  animation-name: GoLeft;
}
.animation_wrap .car_wrap[data-direction=right] {
  animation-name: GoRight;
}
.animation_wrap .car_wrap[data-direction=right] > .car {
  transform: rotateY(180deg);
}
.animation_wrap .car_wrap .car {
  width: 66px;
  height: 50px;
  border-radius: 10px;
  background-image: url("../../assets/images/car.svg");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 813px) {
  .animation_wrap .car_wrap .car {
    background-position: 0 center;
  }
}

/* --------------------------------------------

.フェードイン

-------------------------------------------- */
/*
.fade {
  opacity: 0;
}
.fade.fadein {
  transition: all 300ms;
}
.fade.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fade.slide-bottom {
  transform: translate(0, 80px);
  transition: all 300ms;
}
.fade.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fade.slide-right {
  opacity: 0;
  transform: translate(80px, 0);
  transition: all 300ms;
}
.fade.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fade.slide-left {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: all 300ms;
}
.fade.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
*/
.fade .scroll-child {
  opacity: 0;
}
.fade .scroll-child.fadein {
  transition: all 300ms;
}
.fade .scroll-child.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade .scroll-child.slide-bottom {
  transform: translate(0, 80px);
  transition: all 300ms;
}
.fade .scroll-child.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fade .scroll-child.slide-right {
  opacity: 0;
  transform: translate(80px, 0);
  transition: all 800ms;
}
.fade .scroll-child.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fade .scroll-child.slide-left {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: all 300ms;
}
.fade .scroll-child.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes anim {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(4%);
  }
}
@keyframes GoLeft {
  0% {
    right: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    right: 110%;
  }
}
@keyframes GoRight {
  0% {
    right: 110%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    right: -10%;
    opacity: 0;
  }
}
/* --------------------------------------------

FileName    :    ページ

-------------------------------------------- */
.column-inner {
  padding-left: 22px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 813px) {
  .column-inner {
    padding-left: 46px;
  }
}
@media print, screen and (min-width: 813px) {
  .column-inner *:not(:first-of-type) {
    margin-top: 10px;
  }
}
.column-inner .date {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: left;
  width: 8em;
}
@media only screen and (max-width: 812px) {
  .column-inner .date:not(:first-of-type) {
    margin-top: 20px;
  }
}
.column-inner .text {
  box-sizing: border-box;
  line-height: 1.8;
}
@media print, screen and (min-width: 813px) {
  .column-inner .text {
    width: calc(100% - 10em);
    padding-left: 37px;
  }
}
@media print, screen and (min-width: 813px) {
  main.page {
    margin-top: 90px;
    font-size: 1.4rem;
  }
}
main.page article header {
  max-width: 1180px;
  margin: auto;
  padding: 0 4vw;
}
@media print, screen and (min-width: 813px) {
  main.page article header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 812px) {
  main.page article header .header_img img{
		width:100%;
  }
}
main.page article header .text_set {
  margin-top: 30px;
}
@media print, screen and (min-width: 813px) {
  main.page article header .text_set {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 812px) {
  main.page article header .text_set .vertical_text {
    font-size: 2.1rem;
    margin: auto !important;
  }
}
@media print, screen and (min-width: 813px) {
  main.page article header .text_set .vertical_text {
    margin-top: 12px;
    font-size: 3rem;
  }
}
main.page article header .text_set p {
  margin-top: 25px;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 813px) {
  main.page article header .text_set p {
    margin-top: 0;
  }
}
@media only screen and (min-width: 813px) and (max-width: 1099px) {
  main.page article section .fl .move_img_wrap {
    width: 44vw;
    height: 52vw;
  }
}
@media only screen and (min-width: 1100px) {
  main.page article section .fl .move_img_wrap {
    max-width: 550px;
  }
}
main.page article section .fl .move_img_wrap img {
  width: 100%;
}
main.page article section .fl .text_set {
  box-sizing: border-box;
}
@media print, screen and (min-width: 813px) {
  main.page article section .fl .text_set {
    width: 48%;
  }
}
@media only screen and (max-width: 812px) {
  main.page article section .text_set {
    width: 100%;
    max-width: 100% !important;
    margin-top: 0 !important;
    letter-spacing: 0.1rem;
  }
}
main.page article section .text_set .vertical_text {
  font-size: 1.9rem;
  margin-top: 30px;
}
@media only screen and (max-width: 812px) {
  main.page article section .text_set .vertical_text {
    line-height: 2.4;
  }
}
@media print, screen and (min-width: 813px) {
  main.page article section .text_set .vertical_text {
    font-size: 2.7rem;
    margin-top: 15px;
    margin-bottom: 54px;
  }
}
main.page article section .text_set p {
  letter-spacing: 0.1rem;
}
main.page article section .text_set ul li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2.2;
}
main.page article section .text_set ul li:not(:first-of-type) {
  margin-top: 6px;
}
@media only screen and (max-width: 812px) {
  main.page article section .text_set ul li {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 812px) {
  main.page article section .text_set .vertical_text + * {
    width: 100%;
    margin-top: 16px !important;
  }
}
@media print, screen and (min-width: 813px) {
  main.page article section .text_set .vertical_text + * {
    margin-top: 0;
  }
}
main.page article section .text_set strong.type_01 {
  font-size: 1.7rem;
  font-weight: 600;
}
@media print, screen and (min-width: 813px) {
  main.page article section .text_set strong.type_01 {
    font-size: 2.2rem;
  }
}
main.page article section .text_set strong.type_02 {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 1px solid #636B70;
}
@media print, screen and (min-width: 813px) {
  main.page article section .text_set strong.type_02 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    line-height: 1.4;
  }
}
main.page article section .text_set small.type_01 {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 813px) {
  main.page article section .text_set small.type_01 {
    font-size: 1.8rem;
  }
}
main.page article section .text_set small.type_02 {
  display: inline-block;
  font-size: 1.2rem;
  border-bottom: 1px solid #636B70;
}
@media print, screen and (min-width: 813px) {
  main.page article section .text_set small.type_02 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    line-height: 1.4;
  }
}
main.page article section .text_set .note {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 812px) {
  main.page article section .text_set .note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/*add*/

ul.scroll_area{
/*	width: calc(100vw - ((100vw - 1080px) / 2));*/
	overflow-x: scroll;
	flex-wrap:unset;
}

ul.scroll_area li{
	width: 400px;
	margin-right:10px;
	flex-shrink: 0;
	padding-bottom:50px;
}

ul.scroll_area li:nth-child(4n){
	margin-right:10px;
}

ul.scroll_area li .image_area{
	width:400px;
	height:190px;
}

ul.scroll_area li .image_area img{
	width:400px;
	height:190px;
	object-fit: cover;
}

ul.scroll_area::-webkit-scrollbar {
  height: 4px;
}

ul.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #b7d332;
}

ul.scroll_area::-webkit-scrollbar-track {
  border-radius: 100px;
  background: #d8d8d8;
}

ul.pagination{
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
	font-size:2.0rem;
	margin-top:80px;
}

ul.pagination li{
	margin-right:15px;
}

ul.pagination li a{
	display:block;
	width:48px;
	height:48px;
	line-height:48px;
	border:solid 1px #636b70;
	border-radius:50%;
	text-align:center;
}

ul.pagination li .current{
	display:block;
	width:48px;
	height:48px;
	line-height:48px;
	border:solid 1px #636b70;
	border-radius:50%;
	text-align:center;
	background-color:#636b70;
	color:#fff;
}

ul.pagination li a.next,
ul.pagination li a.prev{
	font-size:1.6rem;
	display:block;
	width:110px;
	height:48px;
	line-height:48px;
	border:solid 1px #636b70;
	border-radius:30px;
	text-align:center;
	position:relative;
}

ul.pagination li a.prev::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 7px;
	background: url(../../assets/images/arrow.svg) no-repeat;
	background-size: 100%;
	margin-right: 12px;
	transform: rotate(180deg);
	position:relative;
	top:-2px;
}

ul.pagination li a.next::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 7px;
	background: url(../../assets/images/arrow.svg) no-repeat;
	background-size: 100%;
	margin-left: 12px;
	position:relative;
	top:-2px;
}

ul.pagination li.next,
ul.pagination li.prev{
	font-size:1.6rem;
	display:block;
	width:110px;
	height:48px;
	line-height:48px;
	border:solid 1px #636b70;
	border-radius:30px;
	text-align:center;
	position:relative;
}

ul.pagination li.prev::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 7px;
	background: url(../../assets/images/arrow.svg) no-repeat;
	background-size: 100%;
	margin-right: 12px;
	transform: rotate(180deg);
	position:relative;
	top:-2px;
}

ul.pagination li.next::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 7px;
	background: url(../../assets/images/arrow.svg) no-repeat;
	background-size: 100%;
	margin-left: 12px;
	position:relative;
	top:-2px;
}


@media only screen and (max-width: 812px) {
	ul.scroll_area{
/*		width: 92.5vw;*/
		max-width: none;
		margin: 30px 0 0 auto;
		overflow-x: scroll;
	}

	ul.scroll_area li{
		width: 325px;
		padding-bottom:25px;
	}

	ul.scroll_area li .image_area{
		width:325px;
		height:185px;
	}

	ul.scroll_area li .image_area img{
		width:325px;
		height:185px;
		object-fit: cover;
	}

	ul.scroll_area::-webkit-scrollbar {
		height: 4px;
	}
	ul.scroll_area::-webkit-scrollbar-thumb {
		border-radius: 100px;
		background: #b7d332;
	}
	ul.scroll_area::-webkit-scrollbar-track {
		border-radius: 100px;
		background: #d8d8d8;
	}

	ul.sp_scroll{
/*		width: 92.5vw;*/
		max-width: none;
		margin: 30px 0 0 auto;
		overflow-x: scroll;
	flex-wrap:unset;
	}

	ul.sp_scroll li{
		width: 325px;
		margin-right:10px;
		flex-shrink: 0;
		padding-bottom:25px;
	}

	ul.sp_scroll li:nth-child(4n){
		margin-right:10px;
	}

	ul.sp_scroll li .image_area{
		width:325px;
		height:185px;
	}

	ul.sp_scroll li .image_area img{
		width:325px;
		height:185px;
		object-fit: cover;
	}
	ul.sp_scroll::-webkit-scrollbar {
		height: 4px;
	}
	ul.sp_scroll::-webkit-scrollbar-thumb {
		border-radius: 100px;
		background: #b7d332;
	}
	ul.sp_scroll::-webkit-scrollbar-track {
		border-radius: 100px;
		background: #d8d8d8;
	}

	ul.pagination li{
		display:none;
	}

	ul.pagination li.sp_show{
		display:block;
	}

	#section_clinic .vertical_text span,
	#section_recruit .vertical_text span,
	.section_area .vertical_text span {
		font-size: 18px;
		writing-mode: unset;
		border-right: 0px;
		border-bottom: 1px solid #636B70;
	}


}

#google_form .form_frame{
	margin-top:20px;
}

#google_form .form_frame iframe{
	width:100%;
}

#google_form .text_set p span{
	border-bottom:solid 1px #636B70;
	font-size:1.8rem;
}

@media print, screen and (min-width: 813px) {

	#google_form{
		padding:70px 0 50px;
	}

	#google_form .text_set .vertical_text {
		margin-right: 95px;
	}

	#google_form .text_set p {
		max-width: 700px;
		width: calc(100% - 150px);
		font-size: 1.5rem;
	}

}

@media only screen and (max-width: 812px)

	#google_form .text_set p span{
		font-size:1.6rem;
	}

	section {
		padding: 50px 0;
	}
}



