@charset "UTF-8";
/*! CSS Used from: http://www.i-medical.jp/assets/css/style.css?230120 ; media=all */


.accordion{
	position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion::before,
.accordion::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #FFF;
    
}
.accordion::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.accordion.close::before{
	transform: rotate(45deg);
}

.accordion.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion_area {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}

@media screen and (max-width: 769px){
.accordion_area {
    background: #fff;
	margin: 0;
    padding: 0;
}
}

.img02 .tit{
	text-align:center;
	line-height: 2;	
}

.img02 .tit .name {
	font-size: 18px;
    font-weight: bold;
	color: #3CABA4;
	}
.img02 .tit span{
	color: #3CABA4;
line-height: 23px;
display: inline-block;
}

.img02 .tit02{
	text-align:center;
	line-height: 2;	
}

.img02 .tit02 .name {
	font-size: 18px;
    font-weight: bold;
	color: #4C7EBF;
	}
.img02 .tit02 span{
	color: #4C7EBF;
}

.question{
	font-size: 18px;
    font-weight: bold;
	line-height: 180%;
}
.question span{
	font-size: 180%;
	font-weight: bold;
}

.answer{
	font-size: 16px;
	line-height: 180%;
}

.answer::after{
	content: "";
	display: block;
	border-bottom: 2px dotted #999;
	margin-top: 20px;
}

.answer span{
	font-size: 180%;
	font-weight: bold;
}


@media screen and (min-width: 770px){
.mapwrap{
	width:80%;
	text-align: right;
	}
}


@media all{
section{display:block;}
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
small{font-size:80%!important;}
img{border-style:none;}
div,span,h2,h3,h4,p,img,small,ul,li,section{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
*,*:before,*:after{box-sizing:inherit;}
	
@media screen and (min-width: 770px){	
.page_kengai .sec01 .box02 h3 {
  font-size: 42px;
  line-height: 1.5;
  background: -webkit-linear-gradient(transparent 75%, #ffff00 75%);
  background: linear-gradient(transparent 75%, #ffff00 75%);
  width: 300px;
  text-align: center;
  margin: 0 auto 15px;
}
}
@media screen and (max-width: 769px){	
.page_kengai .sec01 .box02 h3 {
  line-height: 1.5;
  background: -webkit-linear-gradient(transparent 75%, #ffff00 75%);
  background: linear-gradient(transparent 75%, #ffff00 75%);
  margin: 0 auto 15px;
  width: 175px;
	font-size: 25px;
}
}
	
@media screen and (min-width: 770px){
.nopc{display:none!important;}
}
@media screen and (max-width: 769px){
.nosp{display:none!important;}
}
ul li{list-style:none;}
h2,h3,h4{margin:0;}
a,a:hover{transition:0.3s ease;}
a{cursor:pointer;outline:none;text-decoration:none;margin:0;padding:0;display:inline-block;color:#333;}
a:focus,a *:focus{outline:none;}
a:hover{opacity:1;outline:none;color:#666;}
a.btn{display:inline-block;box-sizing:border-box;}
@media screen and (max-width: 769px){
img{max-width:100%;height:auto;width:auto\9 ;}
}
}
/*! CSS Used from: http://www.i-medical.jp/assets/css/page-kengai.css ; media=all */
/*! CSS Used from: http://www.i-medical.jp/assets/css/page.css */
img{max-width:100%;height:auto;width:auto\9 ;}
@media screen and (min-width: 770px){
section .inner{width:1120px;margin:0 auto;}
}
@media screen and (max-width: 769px){
section .inner{width:94%;margin:0 auto;}
}
/*! CSS Used from: http://www.i-medical.jp/assets/css/nurs.css */
@media screen and (min-width: 770px){
article .inner{width:94%;max-width:1120px;margin:0 auto;position:relative;}
}
@media screen and (max-width: 769px){
article .inner{width:90%;margin:0 auto;position:relative;}
}
/*! CSS Used from: http://www.i-medical.jp/assets/css/layout.css */
section h3{font-size:24px;margin:0 0 15px 0;line-height:1.5;}
/*! CSS Used from: http://www.i-medical.jp/assets/css/page.css?ver=1.0.9 */
img{max-width:100%;height:auto;width:auto\9 ;}
@media screen and (min-width: 770px){
section .inner{width:1120px;margin:0 auto;}
}
@media screen and (max-width: 769px){
section .inner{width:94%;margin:0 auto;}
}
/*! CSS Used from: http://www.i-medical.jp/assets/css/style.min-header.css?ver=1.0.9 ; media=all */
@media all{
li{border:0;font-family:var(--font-family);font-weight:inherit;font-style:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-kengai */
/* 目次 */
/* __00: 共通設定 */
/* __10: sec01 */
/* __20: sec02 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a:link, a:visited {
    color: #3399cc;
    text-decoration: none!important;
}

.page_kengai {
  font-size: 15px;
}

.page_kengai .inner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}

.page_kengai section .inner {
  padding: 5em 0;
}

@media only screen and (max-width: 768px) {
  .page_kengai section .inner {
    padding: 3em 0;
  }
}

.visual-header.kengai {
  background: url(../img/outside/bg.jpg) no-repeat left center/cover !important;
  width: 100%;
  height: auto;
}

.visual-header.kengai .visual-header-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

.visual-header.kengai h1 {
  color: #000;
  font-size: 45px;
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: unset;
  transform: unset;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .visual-header.kengai h1 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3px;
    padding: 30px 0 50px;
    position: static;
  }
}

.visual-header.kengai h1 span {
  display: inline;
}

.visual-header.kengai h1 .pink {
  color: #3399cc;
}

.visual-header.kengai h1 .yellow {
  color: #f48fa7;
}

.visual-header.kengai h1::after {
  display: block;
  content: "";
  bottom: 30px;
  width: 150px;
  height: 3px;
  background: #3399cc;
}

.visual-header.kengai .text {
  position: absolute;
  bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}

@media only screen and (max-width: 768px) {
  .visual-header.kengai .text {
    font-size: 16px;
    position: static;
  }
}

.pagejump {
  background: #3399cc;
  padding: 20px 0;
}

.pagejump ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .pagejump ul {
    margin: 0 -5px;
  }
}

.pagejump ul li {
  margin: 0 10px;
  width: calc(20% - 20px);
}
@media only screen and (max-width: 768px) {
  .pagejump ul li {
    margin: 10px 5px;
    width: 100%;
  }
}

.pagejump ul li a {
  background-color: #fff;
  border-radius: 30px;
  display: block;
  font-weight: bold;
  padding: 0.75em 1em;
  position: relative;
  text-align: center;
}

.pagejump ul li a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background: url(../img/outside/arrow.svg) no-repeat center/18px 18px;
}

.page_kengai .sec01 {
  background: #f3eddf;
}

.page_kengai .section-title {
  font-size: 40px;
  line-height: 1.25;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kengai .section-title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}


.page_kengai .pink {
  color: #3399cc;
}

.page_kengai .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #3399cc;
}

.page_kengai .section-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 30px auto 50px;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .page_kengai .section-text {
    font-size: 15px;
    width: 100%;
  }
}

.page_kengai .section-text.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page_kengai .section-text.center {
    text-align: left;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .page_kengai .section-text.center {
    text-align: left;
    margin-bottom: 30px;
  }
}

.page_kengai .sec01 .box-wrapper {
  background: #fff;
  border: 2px solid #3399cc;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 100px auto 50px;
  padding: 60px 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box-wrapper {
    border-radius: 15px;
    margin: 60px auto 30px;
    padding: 15% 5% 5%;
  }
}

.page_kengai .sec01 .box-wrapper .num {
  position: absolute;
  width: 105px;
  height: 105px;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box-wrapper .num {
    width: 80px;
    height: 80px;
    top: -45px;
  }
}

.page_kengai img {
  width: 100%;
}

.page_kengai .sec01 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.page_kengai .sec01 .box1>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page_kengai .sec01 .box h3 {
  display: inline;
  font-size: 42px;
  line-height: 1.5;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff00)); */
  background: -webkit-linear-gradient(transparent 75%, #ffff00 75%);
  background: linear-gradient(transparent 75%, #ffff00 75%);
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}

.page_kengai .sec01 .box .box1-content {
  border: 2px solid #3399cc;
  border-radius: 5px;
  padding: 3.5rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box .box1-content {
    padding: 5%;
    margin-top: 2rem;
  }
}

.page_kengai .sec01 .box .box1-content h4 {
  color: #3399cc;
  font-weight: bold;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  margin-top: -2em;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box .box1-content h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: -2.5em;
  }
}

.page_kengai .sec01 .box .box1-content h4 span {
  background: #fff;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box .box1-content h4 span {
    padding-bottom: 1rem;
  }
}

.page_kengai .sec01 .box .box1-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-top: 20px;
}

.page_kengai .sec01 .box .box1-content ul li {
  width: calc(48% - 0.5rem);
  background: #f3eddf;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin: 5px;
}
@media only screen and (max-width: 768px) {
.page_kengai .sec01 .box .box1-content ul li {
  width: 100%;
	}
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box .box1-content ul li {
    font-size: 13px;
  }
}

.headline {
  padding: 0;
  margin: 4rem 0 2rem;
}

@media only screen and (max-width: 768px) {
 .headline {
    margin: 2rem 0;
  }
}

.headline h3 {
  font-size: 20px!important;
  text-align: center;
  color: #fff;
  background: #3399cc!important;
  padding: 0.5rem 0;
	display: block!important;
	
}

@media only screen and (max-width: 768px) {
 .headline h3 {
    font-size: 16px!important;
  }
}

.page_kengai .sec01 .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.page_kengai .sec01 .box2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.page_kengai .sec01 .box p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box p {
    font-size: 14px;
  }
}

.page_kengai .sec01 .box2 .box p {
  margin: 0;
}

.page_kengai .btn {
  width: 100%;
  max-width: 350px;
  margin: auto;
  display: block;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3399cc;
  border: 1px solid #3399cc;
  background: #fff;
}

.page_kengai .btn::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #3399cc;
  border-right: 1px solid #3399cc;
}

.page_kengai .sec01 .box2 .box .btn {
  margin: 0;
}

.page_kengai .btn:hover {
  color: #fff;
  opacity: .8;
  background-color: #3399cc;
}

.page_kengai .btn:hover::after {
  border-color: #fff
}

.page_kengai .sec01 .box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.page_kengai .sec01 .box3>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page_kengai .sec01 .box3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.page_kengai .sec01 .box3 .box p {
  margin: 0;
}

.page_kengai .sec01 .box3-1 {
  background: #f3eddf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box3-1 {
    background: unset;
    padding: 0;
  }
}

.page_kengai .sec01 .box3-1 img {
  margin-bottom: 10px;
}

.page_kengai .sec01 .box3-1 small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
}

.page_kengai .sec01 .box3-1 a {
  color: #0066bc;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box3-1 a {
    font-size: 10px;
  }
}

.page_kengai .sec01 .box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.page_kengai .sec01 .box4>* {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.page_kengai .sec01 .box4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.page_kengai .sec01 .box4 h4 {
  font-size: 25px;
  color: #3399cc;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .page_kengai .sec01 .box4 h4 {
    font-size: 18px;
  }
}

.page_kengai .sec01 .box4 .box p {
  margin: 0;
}

.page_kengai .sec01 .box5 h4 {
  font-size: 25px;
  color: #3399cc;
}

.page_kengai .sec01 .box5 .img {
  margin: 2rem 0;
  display: block;
}

.page_kengai .sec02 {
  background: url(../img/outside/bg.jpg) no-repeat left center/cover !important;
}

.page_kengai .sec02 .box {
  margin: 50px auto 0;
  text-align: center;
}

.page_kengai .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
}

.page_kengai .sec04 .flex-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 3%;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box.reverse {
    display: block;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box.reverse figure {
    margin: 0 calc(50% - 50vw) 0 auto;
    width: 100%;
  }
}
.page_kengai .sec04 .flex-box figure {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box figure {
    margin: 0 auto 0 calc(50% - 50vw);
    width: 100%;
  }
}

.page_kengai .sec04 .flex-box .text-box {
  background: #f3eddf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  margin-top: 8%;
  margin-left: -5%;
  padding: 5% 5% 5% 10%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box .text-box {
    margin: -40% calc(50% - 50vw) 0 auto;
    padding: 50% 5% 5%;
    width: 90vw;
  }
}

.page_kengai .sec04 .flex-box.reverse .text-box {
  margin-left: 0;
  margin-right: -5%;
  padding: 5% 10% 5% 5%;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box.reverse .text-box {
    margin: -40% calc(50% - 50vw) 0;
    padding: 50% 5% 5%;
    width: 100%;
  }
}

.page_kengai .sec04 .flex-box .text-box h3 {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box .text-box h3 {
    font-size: 25px;
  }
}

.page_kengai .sec04 .flex-box .text-box small {
  color: #3399cc;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box .text-box small {
    font-size: 13px;
    padding: 5px 0;
  }
}

.page_kengai .sec04 .flex-box .text-box p {
  font-weight: bold;
  line-height: 1.75;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .page_kengai .sec04 .flex-box .text-box p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1em;
  }
}
.page_kengai .sec05 {
  background: url(../img/outside/bg.jpg) no-repeat left center/cover;
}
.page_kengai .visit-oc .btn {
  position: absolute;
  bottom: 15%;
  right: 9%;
}
@media only screen and (max-width: 768px) {
  .page_kengai .visit-oc .btn {
    max-width: 90%;
    left: 0;
    right: 0;
    bottom: 11%;
  }
}

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