@charset "utf-8";
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #373737;
}
header {
  width: 100%;
  height: 85px;
  position: relative;
}
.cv_header {
  position: absolute;
  top: 10px;
  right: 10px;
}
a img:hover {
  opacity: 0.7;
  transition: .3s;
}
img {
  vertical-align: bottom;
}
.center {
  text-align: center;
}
.margin0 {
  margin: 0;
}
.margin_t {
  margin-top: 40px;
}
.yellow {
  color: #EBB116;
}
h1 {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 16px;
  left: 16px;
}
h2.hukidashi {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 25px 4%;
  box-sizing: border-box;
  background: #22aadd;
  font-size: 30px;
  margin: 0;
}
h2.hukidashi span {
  font-size: 36px;
}
h2.hukidashi:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #22aadd transparent;
  border-width: 20px 30px 0 30px;
  bottom: -18px;
  left: 48%;
  margin-left: -10px;
}
.midashi01 {
  font-size: 30px;
  text-align: center;
}
.midashi01 span {
  border-bottom: 3px solid #fe8491;
}
.midashi02 {
  font-size: 36px;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  position: relative;
  margin-bottom: 60px;
}
.midashi02:after {
  content: '';
  position: absolute;
  background: url("../img/underline.png") no-repeat;
  width:101px;
  height:6px;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.midashi03 {
  font-size: 36px;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
}
.midashi04 {
  text-align: center;
  background: #F7F7F7;
  border-radius: 3px;
  padding: 4px 0;
}
.mv {
}
.mv img {
  width: 100%;
}
.cv {
  width: 100%;
  padding: 40px 0;
}
.cv_btn {
  max-width: 678px;
  width:92%;
}
.cv_midashi {
  max-width: 512px;
  width: 92%;
}
.about {
  padding: 40px 4%;
}
.about p {
  line-height: 2.4;
  font-size: 18px;
}
.about_img {
  max-width: 760px;
  width: 100%;
}
.flow {
  background: #f7f7f7;
  padding: 40px 0;
}
.flowbox {
  max-width: 900px;
  width: 92%;
  margin: 40px auto 60px auto;
  display: flex;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.flowbox:after {
  content: '';
  background: url("../img/arrow.png") no-repeat;
  position: absolute;
  width: 48px;
  height: 27px;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: auto;
}
.flowbox:last-child:after {
  background: none;
}
.flowbox_img {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flowbox_txt {
  width: 76%;
}
.flowbox_txt h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.flowbox_txt p {
  margin-bottom: 0;
  line-height: 1.6;
}
.step {
  background: #01b2ee;
  border-radius: 50px;
  display: inline-block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -60px;
  left: -36px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  font-size: 18px;
}
.step span {
  font-size: 30px;
}
.line {
  width: 100px!important;
  float: right;
}
.linebox {
  display: flex;
}
.line_btn {
  max-width: 320px;
  width: 100%;
}
.cv {
  padding: 40px 0;
  background: url("../img/bg.jpg");
}
.case {
  padding: 40px 0;
  background: #e0faff;
}
.casebox {
  max-width: 1000px;
  width: 92%;
  margin: 100px auto 20px auto;
  background: #fff;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  align-items: center;
}
.casebox:after {
  content: '';
  position: absolute;
  width: 155px;
  height: 155px;
  background: url("../img/circle.png") no-repeat;
  top: -66px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.case_icon {
  line-height: 1;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  font-size: 18px;
  color: #01b2ee;
  position: absolute;
  right: 0;
  left: 0;
  top: -46px;
  margin: auto;
  width: 42px;
}
.case_icon span {
  font-size: 36px;
}
.casebox_img {
  width: 36%;
  text-align: right;
}
.casebox_img img {
  max-width: 328px;
  width: 100%;
}
.casebox_txt {
  width: 62%;
}
.casebox_txt h3 {
  color: #01b2ee;
}
.right {
  text-align: right;
}
.clinic {
  padding: 40px 0;
}
.incho {
  max-width: 800px;
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.incho_txt {
  width: 60%;
}
.incho_img {
  width: 35%;
  text-align: right;
}
.incho_txt h3 {
  font-size: 24px;
}
.incho_txt h3 span {
  font-size: 16px;
}
.clinic_img {
  max-width: 782px;
  width: 100%;
}
.jouho {
  max-width: 800px;
  width: 92%;
  margin: 20px auto;
}
.jouho dl {
  width: 100%;
  padding: 20px 0;
  display: flex;
  border-top: solid 1px #ccc;
  margin: 0;
}
.jouho dl:last-child {
  border-bottom: 1px solid #ccc;
}
.jouho dt {
  width: 20%;
  display: flex;
  align-items: center;
}
.jouho dd {
  width: 80%;
}
.map {
  width: 100%;
  height: 350px;
  vertical-align: bottom;
}
footer {
  width: 100%;
  background: #565656;
  padding: 10px 0;
}
.footer_list {
  width: 100%;
  list-style-type: none;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_list li {
  margin-right: 20px;
}
.footer_list li:after {
  content:'|';
  margin-left: 20px;
}
.footer_list li:last-child:after {
  display: none;
}
.footer_list li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.footer_list li a:hover {
  transition: .3s;
  color: #ed9c00;
}
p.copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.fixed{
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}


/*下層ページ*/
.otherbox {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.number_list {
  list-style-type: decimal;
}
.number_list li {
  margin-bottom: 10px;
}
.otherbox a {
  color: #000;
}
.medicinebox {
  max-width: 1000px;
  width: 92%;
  margin: 20px auto;
}
.medicinebox dl {
  width: 100%;
  padding: 20px 0;
  display: flex;
  border-top: solid 1px #ccc;
  margin: 0;
}
.medicinebox dl:last-child {
  border-bottom: 1px solid #ccc;
}
.medicinebox dt {
  width: 80%;
  display: flex;
  align-items: center;
}
.medicinebox dd {
  width: 20%;
}

.midashi02_confirm {
  max-width: 1000px;
  width: 92%;
  margin: 40px auto 0 auto;
  font-weight: 400;
}
