@charset "UTF-8";

/******************************************************

fonts

******************************************************/
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
}

body {
  color: #333333;
  font-family: sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

p a {
  color: #0089fa;
  text-decoration: underline;
}

a {
  color: #333333;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}

a img {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}

a.hover img {
  opacity: 0.5;
}

#wrap {
  position: relative;
  width: 100%;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
}

header .logo {
  padding-left: 25px;
}

header small {
  font-size: 1.4rem;
  margin-left: auto;
  padding-right: 20px;
}

header .tel {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

header .tel .icon-freedial {
  color: #00b72f;
  font-size: 2.6rem;
  margin-right: 5px;
}

header .tel span {
  font-size: 2.6rem;
  font-weight: bold;
}

.last-table {
  width: 293px !important;
}
header .logonew{
  font-size: 25px;
  color: #36ccc4;
  font-weight: 700;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 740px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10000;
  }

  header .logo {
    padding-left: 10px;
    /* height: 20px; */
  }
  header .logonew {
    font-size: 17px;
    color: #36ccc4;
    font-weight: 700;
}
  header .logo img {
    width: auto;
    height: 20px;
  }

  header small {
    display: none;
  }

  header .tel {
    display: none;
  }
}

.title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: flex-end;
  overflow: hidden;
  height: auto;
  /*background: url(../img/title.jpeg) no-repeat bottom 100px right;
  background-size: 50%;*/
  position: relative;
}

.title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #ccffff80;
  clip-path: polygon(100% 0, 0 0, 0 0%, 25% 100%, 100% 100%);
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
  .title:before {
    width: 75%;
  }
  .title .text {
    padding: 90px 0 10px 30px !important;
  }
  .title .title-list li:first-child::before {
    width: 197.76px !important;
    height: 197.76px !important;
    top: -50.44px !important;
    /*left: -140.87px !important;*/
  }
  .title .title-list li {
    width: 140px !important;
    height: 140px !important;
    font-size: 1.8rem !important;
    margin-right: 8px !important;
  }
  .title .image img {
    max-width: 100% !important;
  }
  .title .text dl,
  .title .text ol {
    width: 550px;
    padding-left: 90px;
  }
  .title .text ol li {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1290px) and (max-width: 1400px) {
  .title .title-list li {
    font-size: 2rem !important;
    width: 145px !important;
    height: 145px !important;
  }
  .title .title-list li:first-child::before {
    width: 250px !important;
    height: 250px !important;
    top: -100px !important;
    left: 115px !important;
  }
}

@media screen and (min-width: 740px) and (max-width: 767px) {
  .title .title-list li {
    font-size: 1.8rem !important;
    width: 140px !important;
    height: 140px !important;
  }
  .title .title-list li:first-child::before {
    width: 200px !important;
    height: 200px !important;
    top: -52px !important;
    left: 100px !important;
  }
}

.title .text {
  position: relative;
  /*z-index: 10;*/
  width: 60%;
  /*background-color: #f7faff;*/
  padding: 100px 0 10px 30px;
  /*clip-path: polygon(0 0, 100% 0, 100% 0%, 75% 100%, 0 100%);*/
}

.title .text .logo {
  padding-bottom: 30px;
}

.title .text .logo img {
  width: 350px;
}

.title .image {
  width: calc(100% - 60%);
  max-width: 554px;
  position: relative;
  padding-top: 20px;
}

.title .image img {
  width: 100%;
  max-width: 93%;
}

.title .text>p {
  font-size: 5rem;
  color: #00582d;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 40px;
}

.title .text>p span {
  color: #f36c21;
  font-size: 5rem;
  padding-left: 10px;
}

.title .text>p small {
  font-size: 3.5rem;
}

.title .text h1 small {
  display: block;
  color: #ef477e;
  font-weight: bold;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  text-align: justify;
}

.title .text h1 span {
  font-size: 6.5rem;
}

small.sm-inline {
  display: inline !important;
}

.title .text h1 em {
  position: relative;
  display: block;
  line-height: 1.15;
  color: #ef477e;
  font-family: "Gothic MB101 Heavy", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 7.7rem;
}

.ttl_bubble {
  position: absolute;
  top: -30px;
  right: -90px;
  font-size: 24px;
  color: #ffffff;
  width: 120px;
}

.ttl_bubble img {
  position: relative;
}

.ttl_bubble p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -43%);
  text-align: center;
  font-size: 20px;
}

.ttl_bubble span {
  font-size: 20px !important;
}

.title .text ol {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  width: 610px;
  padding-left: 100px;
}

.title .text ol li {
  width: 50%;
  height: 34px;
  background: #ef477e;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.title .text ol li+li {
  background: #36ccc4;
}

.title .text dl {
  width: 610px;
  padding-left: 100px;
}

.title .text dl dt {
  height: 44px;
  background: #ef477e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 10px;
}

.title .text dl dd {
  border: #ef477e solid 2px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 60px;
}

.title .text dl dd p {
  text-align: center;
  color: #ef477e;
  font-size: 2.7rem;
  font-weight: bold;
}

.title .text dl dd .days {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title .text dl dd .days .day {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.title .text dl dd .days .day em {
  font-size: 4.5rem;
  font-weight: bold;
  color: #333333;
}

.title .text dl dd .days .day span {
  width: 40px;
  height: 40px;
  background: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

.title .text dl dd .days .day.saturday em {
  color: #59a6e6;
}

.title .text dl dd .days .day.saturday span {
  background: #59a6e6;
}

.title .text dl dd .days .day+.day {
  margin-left: 20px;
}

.title .text dl dd small {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
}

.title .text dl dd p.black {
  color: #333;
}

.title .text dl.green dt {
  background: #36ccc4;
}

.title .text dl.green dd {
  border: #36ccc4 solid 2px;
}

.title .text dl+dl {
  margin-top: 20px;
}

.title .title-list {
  position: absolute;
  display: flex;
  bottom: 10px;
  left: 40px;
  z-index: 5;
  flex-direction: row-reverse;
}

.title .title-list li {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin-right: 15px;
  font-family: "Gothic MB101 Heavy", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.title .title-list li:first-child::before {
  position: absolute;
  content: " ";
  background: url(../img/title_itm01.png) no-repeat;
  background-size: contain;
  width: 280px;
  height: 280px;
  top: -108px;
  left: 120px;
}

.title .title-list li:first-child {
  background-color:#669999 ;
}

.title .title-list li:nth-child(2) {
  background-color:#336666 ;
}

.title .title-list li:last-child {
  background-color: #006699;
}

@media screen and (max-width: 740px) {

  .title {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background: #ccffff80;
    display: block;
    position: relative;
    z-index: 0;
  }

  .title::before {
   display: none;
  }

  /*.title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 435px;
    background: url(../img/title@sp.jpeg) no-repeat center center;
    background-size: 350px auto;
  }*/

  /* .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 50px);
    width: 100%;
    height: 100px;
    background-color: #36ccc4;
    transform: skewY(-5deg);
  } */

  .title .image {
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    z-index: 999;
    padding-top: 0;
}
  .title .image img {
    width: 100%;
  }
  .title .text {
    padding: 490px 10px 10px;
    position: relative;
    z-index: 10;
    width: 96%;
  }

  .title .text .logo {
    display: flex;
    justify-content: left;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
  }

  .title .text .logo img {
    width: 210px;
    padding-left: 15px;
    z-index: 999;
  }
  
  .title .text>p {
    padding-bottom: 10px;
    position: absolute;
    left: 10px;
    top: 50px;
    font-feature-settings: "palt";
    text-align: justify;
    padding: 6px;
    box-sizing: border-box;
    font-size: 3.5rem;
  }

  .title .text>p span {
    font-size: 3.5rem;
    padding-left: 5px;
  }

  .title .text>p small {
    font-size: 1.8rem;
  }

  .ttl_bubble {
    top: 0;
    right: 0;
    font-size: 3vw;
    position: relative;
    width: auto;
  }

  .ttl_bubble p {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    text-align: center;
    background: #ef477e;
    color: #fff;
    width: 250px;
    margin: 10px auto 0;
    border-radius: 5px;
    padding: 5px;
    font-size: 3vw;
  }

  .title .text h1 {
    text-align: center;
  }

  .title .text h1 small {
    display: block;
    color: #ef477e;
    font-weight: bold;
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
  }

  .title .text h1 em {
    display: block;
    line-height: 1.15;
    color: #ef477e;
    font-family: "Gothic MB101 Heavy", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9vw;
  }

  .title .text h1 span {
    font-size: 7vw;
  }

  .ttl_bubble {
    top: -6vw;
    right: 0vw;
    font-size: 3vw;
  }

  .ttl_bubble img {
    width: 18vw;
  }

  .ttl_bubble span {
    font-size: 3vw !important;
  }

  .title .text ol {
    display: block;
    margin: 15px 0;
    width: 100%;
    padding-left: 0;
  }

  .title .text ol li {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }

  .title .text ol li+li {
    background: #36ccc4;
  }

  .title .text dl {
    width: 100%;
    padding-left: 0;
  }

  .title .text dl dt {
    height: 30px;
    justify-content: center;
    font-size: 1.5rem;
    padding-left: 0px;
  }

  .title .text dl dd {
    border: #ef477e solid 2px;
    background: white;
    padding: 10px 10px;
  }

  .title .text dl dd p {
    font-size: 1.7rem;
  }

  .title .text dl dd p.black {
    font-size: 1.4rem;
  }

  .title .text dl dd .days .day em {
    font-size: 2.5rem;
  }

  .title .text dl dd .days .day span {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }

  .title .text dl dd .days .day+.day {
    margin-left: 10px;
  }

  .title .text dl dd small {
    font-size: 1.2rem;
  }

  .title .text dl.green dt {
    background: #36ccc4;
  }

  .title .text dl.green dd {
    border: #36ccc4 solid 2px;
  }

  .title .text dl+dl {
    margin-top: 10px;
  }

  .title .title-list {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 380px;
    z-index: 999;
    width: 100%;
    left: 50%;
    height: fit-content;
    transform: translateX(-50%);
  }

  .title .title-list li {
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
    margin-right: 10px;
  }

  .title .title-list li:first-child::before {
    display: none;
  }
}

.link {
  word-break: break-all;
}

#point {
  background: #36ccc4;
  position: relative;
  padding-top: 120px;
}

#point:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #36ccc4;
}

#point h2 {
  background: #e4ff00;
  width: 690px;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#point h2:before {
  content: "";
  width: 103px;
  height: 157px;
  background: url(../img/mondamin.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 50px;
  top: 70%;
}

#point h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 20px 0 20px;
  border-color: #e4ff00 transparent transparent transparent;
  position: absolute;
  right: 170px;
  top: calc(100% - 30px);
  transform: rotate(-45deg);
}

#point h2 em {
  display: block;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 4.8rem;
  line-height: 1;
}

#point h2 small {
  display: block;
  line-height: 1;
  font-size: 2.8rem;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  padding-top: 10px;
}

#point .point_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 120px 50px;
  box-sizing: border-box;
  margin: 0 auto;
}

#point .point_box .item {
  width: calc((100% - 120px)/3);
  text-align: center;
  color: #fff;
}

#point .point_box .item figure {
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#point .point_box .item h3 {
  display: flex;
  justify-content: flex-start;
}

#point .point_box .item h3 span {
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #36ccc4;
  font-weight: bold;
}

#point .point_box .item h3 em {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.35;
  font-feature-settings: "palt";
  text-align: left;
  margin-left: 10px;
}

#point .point_box .item h3 em small {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 5px;
}

#point .point_box .item p {
  padding-top: 20px;
  color: #fff;
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.8;
}

#point .point_box .item p small {
  display: table;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #e7fc00 0%) repeat scroll 0 0;
  line-height: 1.5;
}

@media screen and (max-width: 740px) {
  #point h2 {
    width: calc(100% - 20px);
    padding: 20px 10px;
    margin: 0px 10px 0;
    box-sizing: border-box;
  }

  #point h2:before {
    content: "";
    width: 52px;
    height: 78px;
    background: url(../img/mondamin.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 50px;
    top: 70%;
  }

  #point h2:after {
    border-width: 30px 10px 0 10px;
    position: absolute;
    right: inherit;
    left: 50%;
    top: calc(100% - 12px);
    transform: rotate(-45deg);
  }

  #point h2 em {
    font-size: 2.8rem;
  }

  #point h2 small {
    font-size: 1.8rem;
  }

  #point .point_box {
    display: block;
    width: 100%;
    padding: 20px;
  }

  #point .point_box .item {
    width: 100%;
    margin-top: 30px;
  }

  #point .point_box .item figure {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  #point .point_box .item h3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #point .point_box .item h3 span {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  #point .point_box .item h3 em {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.35;
    font-feature-settings: "palt";
    text-align: justify;
    margin-left: 10px;
  }

  #point .point_box .item h3 em small {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 5px;
  }

  #point .point_box .item h3 em br {
    display: none;
  }

  #point .point_box .item p {
    padding-top: 10px;
    color: #fff;
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 1.8;
  }

  /* #point .point_box .item p small {
    display: block;
    font-size: 1.2rem;
  } */

  #point {
    padding: 50px 0 20px;
  }
}

#covid19 {
  background: #ef477e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  color: #fff;
}

#covid19 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 80px;
  font-feature-settings: "palt";
  text-align: justify;
}

#covid19 p {
  color: #fff;
}

#covid19 p a {
  display: block;
  color: #fff;
  font-size: 0.9em;
  text-decoration: underline;
}

#covid19_system {
  background: #128fb7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  color: #fff;
}

#covid19_system h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 80px;
  font-feature-settings: "palt";
  text-align: justify;
}

#covid19_system p {
  color: #fff;
}

#covid19_system p a {
  display: block;
  color: #e1ff00;
  font-size: 0.9em;
  text-decoration: none;
}

#covid19_system p a:hover {
  filter: brightness(120%);
  text-decoration: underline;
}

@media screen and (max-width: 740px) {

  #covid19,
  #covid19_system {
    display: block;
    padding: 20px;
    height: auto;
    text-align: center;
  }

  #covid19 h2,
  #covid19_system h2 {
    font-size: 2rem;
    margin-right: 0px;
    text-align: center;
  }

  #covid19 p,
  #covid19_system p {
    text-align: left;
  }

  #covid19 p br,
  #covid19_system p br {
    display: none;
  }
}

#feature,
#information {
  background: #fffbf7;
  position: relative;
  width: auto;
  overflow: hidden;
  z-index: 20;
}

#information {
  padding-bottom: 100px;
}

#feature h2 {
  padding: 90px 0;
  line-height: 1;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  text-align: center;
}

#feature h2 span {
  color: #36ccc4;
}

#information .feature_box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  z-index: 10;
}

#information .feature_box.reverse {
  flex-direction: row;
}

#information .feature_box figure {
  width: 50%;
  overflow: hidden;
}

#information .feature_box .text {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}

#information .feature_box .text h3 {
  color: #36ccc4;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 20px;
}
.com-blk{
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  padding-bottom: 10px;
}
.com-blk .fir-blk,.com-blk .sec-blk{
display: flex;
flex-direction: row;
align-items: center;
gap: 18px;
}
.com-blk .fir-blk p{
color: #12a291;
font-size: 20px;
}
.com-blk .fir-blk .noti,.com-blk .sec-blk .noti{
  background-color: #12a291;
  font-size: 13px;
  padding: 0px 5px;
  color: #ffffff;
}
.map-img-blk{
  padding: 0 20px;
  margin-bottom: 20px;
}
.map-img-blk .fir-fig{
  width: 100%;
  /* background-color: #003A5C;
  padding: 6px; */
  margin: 0 auto;
}
.map-img-blk .sec-fig{
  width: 22.5%;
  background-color: #003A5C;
  padding: 10px;
}
@media screen and (max-width: 740px) {
  #feature {
    padding: 0 20px;
    z-index: 20;
  }

  #feature h2 {
    padding: 40px 0;
    line-height: 1.3;
    font-size: 2.5rem;
  }

  #information .feature_box {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 10;
  }

  #information .feature_box.reverse {
    flex-direction: row;
  }

  #information .feature_box figure {
    width: 100%;
    overflow: hidden;
  }

  #information .feature_box .text {
    width: 100%;
    padding: 0;
  }

  #information .feature_box .text h3 {
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: center;
  }

  .title .text>p {
    text-align: center;
    width: 100%;
    left: 0;
  }

  .ttl_bubble {
    top: 0;
    right: 0;
    font-size: 3vw;
    position: relative;
  }

  .ttl_bubble img {
    display: none
  }

  .ttl_bubble p {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    text-align: center;
    background: #ef477e;
    color: #fff;
    width: 250px;
    margin: 10px auto 0;
    border-radius: 5px;
    padding: 5px;
  }

  .ttl_bubble p br {
    display: none;
  }
}

#doctor {
  width: 100%;
  margin: 0 auto;
  height: 660px;
  background: url(../img/doctor.jpg) no-repeat left top;
  background-size: cover;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

#doctor:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 50px);
  width: 100%;
  background-color: #fffbf7;
  transform: skewY(-5deg);
}

#doctor .name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #12a291;
  display: block;
  background-color: #ddd;
  text-align: center;
  padding: 15px 20px;
}

#doctor .name small {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

#doctor .name em {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding-top: 5px;
}

#doctor .text {
  margin-left: 40%;
  padding-right: 50px;
  padding-top: 150px;
}

#doctor .text h2 {
  color: #12a291;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
}

#doctor .text h3 {
  font-weight: bold;
  color: #12a291;
  font-size: 2.9rem;
  line-height: 1.3;
}


#doctor .text .message {
  background: #fff;
  border: #12a291 solid 3px;
  padding: 30px;
  position: relative;
  top: 25px;
}

#doctor .text .message h4 {
  font-weight: bold;
  color: #12a291;
  font-size: 1.1em;
  padding-bottom: 10px;
}

#doctor .text .message p {
  color: #12a291;
  line-height: 1.8;
}

@media screen and (max-width: 740px) {
  #doctor {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: #f6f7f8 url(../img/doctor@sp.jpg) no-repeat left bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 10;
  }

  #doctor:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(100% - 70px);
    width: 100%;
    background-color: #fffbf7;
    transform: skewY(-5deg);
  }

  #doctor .name {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #12a291;
  }

  #doctor .name small {
    font-size: 1.1rem;
  }

  #doctor .name em {
    font-size: 1.6rem;
  }

  #doctor .text {
    margin: 0;
    padding: 50px 20px 90vw;
  }

  #doctor .text h2 {
    font-size: 2.5rem;
    text-align: center;
  }

  #doctor .text h3 {
    font-size: 2.2rem;
    text-align: center;
  }

  #doctor .text h3+p {
    margin-top: 10px;
  }

  #doctor .text .message {
    margin-top: 20px;
    border: #12a291 solid 2px;
    padding: 15px;
    position: relative;
    top: 0;
  }

  #doctor .text .message h4 {
    font-size: 1.1em;
  }

  #doctor .text .message p {
    line-height: 1.5;
  }
}

#history {
  background: #f7f8f9;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
}

#history:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 100px);
  width: 100%;
  background-color: #fff;
}

#history .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#history .inner .line {
  padding-top: 150px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #12a291;
  border-bottom: #12a291 solid 1px;
  margin-bottom: 40px;
}

#history .inner .history {
  display: flex;
  justify-content: flex-start;
}

#history .inner .history ul {
  width: 50%;
}

#history .inner .history ul li {
  display: flex;
  justify-content: flex-start;
  font-feature-settings: "palt";
  text-align: justify;
  margin-bottom: 2px;
}

#history .inner .history ul li em {
  width: 80px;
  flex-shrink: 0;
}

#history .inner .history ul+ul {
  margin-left: 100px;
}

#history .inner .r_logo {
  text-align: right;
}

#history .inner table {
  table-layout: fixed;
  font-size: 1.2rem;
  width: 100%;
  margin-top: 50px;
}

#history .inner table.l-table {
  width: 13.5%;
}

#history .inner table tr td {
  border: #a1a1a1 solid 1px;
}

#history .inner table tr td em {
  display: block;
  background: #e0e0e0;
  text-align: center;
  border-bottom: #a1a1a1 solid 1px;
  padding: 8px 0;
  line-height: 1;
}

#history .inner table tr td span {
  display: block;
  text-align: center;
  padding: 8px 0;
  line-height: 1;
}

#history .inner table+table {
  margin-top: 25px;
  /*
			tr{
				td:last-child{
					border: none;
				}
			}
*/
}

#history .inner .total {
  text-align: right;
  color: #ef477e;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}

#history .inner .total em {
  font-size: 3.7rem;
  font-weight: bold;
  margin: 0 5px;
}

#history .inner .textbox {
  display: flex;
  justify-content: space-between;
}

#history .inner .textbox .item {
  width: calc((100% - 50px)/3);
}

#history .inner .textbox .item h4 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  padding: 20px 0;
}

@media screen and (max-width: 740px) {
  #history {
    padding-bottom: 50px;
  }

  #history:before {
    top: calc(100% - 50px);
  }

  #history .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #history .inner .line {
    padding-top: 50px;
    font-size: 1.8rem;
    border-bottom: #12a291 solid 1px;
    margin-bottom: 20px;
  }

  #history .inner .history {
    display: block;
  }

  #history .inner .history ul {
    width: 100%;
  }

  #history .inner .history ul li {
    margin-bottom: 2px;
  }

  #history .inner .history ul li em {
    width: 66px;
  }

  #history .inner .history ul+ul {
    margin-left: 0px;
  }

  #history .inner .r_logo {
    text-align: center;
  }

  #history .inner .tableBox {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #history .inner table {
    font-size: 1rem;
    margin-top: 15px;
    white-space: nowrap;
    width: auto;
  }

  .last-table {
    width: auto !important;
  }

  #history .inner table tr td em {
    padding: 5px;
  }

  #history .inner table tr td span {
    padding: 5px;
  }

  #history .inner table+table {
    margin-top: 10px;
  }

  #history .inner .total {
    text-align: center;
    margin-top: 20px;
  }

  #history .inner .total em {
    font-size: 2.6rem;
    margin: 0 5px;
  }

  #history .inner .textbox {
    display: block;
  }

  #history .inner .textbox .item {
    width: 100%;
    margin-bottom: 20px;
  }

  #history .inner .textbox .item figure {
    text-align: center;
  }

  #history .inner .textbox .item h4 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

#implant {
  position: relative;
  z-index: 10;
  text-align: center;
  width: auto;
  overflow: hidden;
  /* padding: 80px 0 60px; */
}

#implant h2 {
  padding: 30px 0 50px;
  line-height: 1.4;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
}

#implant h2:after {
  content: " ";
  position: absolute;
  background: url(../img/img_implant.png) no-repeat;
  width: 135px;
  height: 290px;
  background-size: contain;
  top: -5px;
  right: -105px;
}

#implant h2 span {
  color: #36ccc4;
}

#implant h2+p {
  text-align: center;
  font-weight: bold;
}

#implant p+h3 {
  font-weight: bold;
  color: #36ccc4;
  font-size: 2.6rem;
  padding: 40px 0;
}

#implant .implant_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#implant .implant_box .item {
  width: calc((100% - 50px)/3);
  margin-bottom: 60px;
}

#implant .implant_box .item figure {
  position: relative;
}

#implant .implant_box .item figure figcaption {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: 0;
}

#implant .implant_box .item figure figcaption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: #36ccc4;
  mix-blend-mode: multiply;
}

#implant .implant_box .item figure figcaption span {
  position: relative;
  z-index: 10;
  font-weight: bold;
}

#implant .implant_box .item h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  padding: 20px 0;
  font-feature-settings: "palt";
  white-space: nowrap;
}

#implant .implant_box .item p {
  text-align: left;
  line-height: 1.65;
}

@media screen and (min-width: 500px) and (max-width: 768px){
  #implant h2:after {
    top: -16px !important;
  }
}

@media screen and (min-width:300px) and (max-width:470px) {
  .title .text>p {
    font-size: 2.4rem;
  }
  .title .text>p span {
    font-size: 2.4rem;
    display: inline-block;
  }
}

@media screen and (max-width: 740px) {
  #implant {
    position: relative;
    z-index: 10;
    text-align: center;
    width: auto;
    overflow: hidden;
    padding: 50px 0 20px;
  }

  #implant h2 {
    padding: 0px 80px 20px 20px;
    line-height: 1.4;
    font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    text-align: center;
  }

  #implant h2 br {
    display: none;
  }

  #implant h2+p {
    text-align: left;
    padding: 0 80px 0 20px;
  }

  #implant h2+p br {
    display: none;
  }

  #implant h2:after {
    width: 130px;
    height: 240px;
    top: 20px;
    z-index: 99;
    right: -25px;
  }

  #implant p+h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 20px 0;
  }

  #implant .implant_box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #implant .implant_box .item {
    width: 50%;
    margin-bottom: 20px;
  }

  #implant .implant_box .item figure {
    position: relative;
  }

  #implant .implant_box .item figure figcaption {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }

  #implant .implant_box .item h3 {
    font-size: 1.6rem;
    line-height: 1.35;
    padding: 10px;
  }

  #implant .implant_box .item p {
    text-align: left;
    line-height: 1.5;
    padding: 0 10px;
  }
}

#flow {
  background: #93cbfa;
  text-align: center;
  padding-bottom: 200px;
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 100px 0;
}

#flow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 100px);
  width: 100%;
  background-color: #fff;
}

#flow:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 100px);
  width: 100%;
}

#flow h2 {
  padding: 0px 0 20px;
  line-height: 1.4;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  text-align: center;
  color: #fcffe1;
  font-feature-settings: "palt";
}

#flow h2+p {
  color: #fcffe1;
  font-weight: bold;
  font-feature-settings: "palt";
  padding-bottom: 30px;
}

#flow .flow_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 80px;
  box-sizing: border-box;
  text-align: left;
  color: #59a6e6;
}

#flow .flow_box .flow_box_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 60px;
}

#flow .flow_box .flow_box_title h3 {
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}

#flow .flow_box .flow_box_title p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #59a6e6;
  padding-left: 40px;
}

#flow .flow_box .flow_box_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}

#flow .flow_box .flow_box_item .num {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #59a6e6;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#flow .flow_box .flow_box_item .num:before {
  content: "";
  width: 4px;
  height: 100vh;
  background: #59a6e6;
  position: absolute;
  left: calc(50% - 2px);
  top: 100%;
}

#flow .flow_box .flow_box_item .num span {
  color: #fcffe1;
  font-weight: bold;
  display: block;
  line-height: 1;
  text-align: center;
}

#flow .flow_box .flow_box_item .num span em {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  padding-top: 5px;
}

#flow .flow_box .flow_box_item .text {
  padding: 0 40px 0 40px;
}

#flow .flow_box .flow_box_item .text h3 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 10px;
}

#flow .flow_box .flow_box_item .text p {
  color: #59a6e6;
  line-height: 1.6;
}

#flow .flow_box .flow_box_item figure {
  flex-shrink: 0;
}

#flow .flow_box .flow_box_item:last-child {
  padding-bottom: 0;
}

#flow .flow_box .flow_box_item:last-child .num:before {
  content: none;
}

@media screen and (max-width: 740px) {
  #flow {
    padding: 50px 10px;
  }

  #flow:before {
    bottom: calc(100% - 50px);
    width: 100%;
  }

  #flow:after {
    content: none;
  }

  #flow h2 {
    padding: 0 20px 20px;
    font-size: 2.5rem;
    text-align: left;
  }

  #flow h2 br {
    display: none;
  }

  #flow h2+p {
    padding: 0 20px 20px;
    text-align: left;
  }

  #flow h2+p br {
    display: none;
  }

  #flow .flow_box {
    width: 100%;
    padding: 20px;
  }

  #flow .flow_box .flow_box_title {
    display: block;
    padding-bottom: 30px;
  }

  #flow .flow_box .flow_box_title h3 {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
  }

  #flow .flow_box .flow_box_title p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 0px;
    padding-top: 10px;
  }

  #flow .flow_box .flow_box_title p br {
    display: none;
  }

  #flow .flow_box .flow_box_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  #flow .flow_box .flow_box_item .num {
    width: 60px;
    height: 60px;
    border-radius: 4px;
  }

  #flow .flow_box .flow_box_item .num span em {
    font-size: 2rem;
    padding-top: 2px;
  }

  #flow .flow_box .flow_box_item .text {
    padding: 0;
    width: calc(100% - 80px);
  }

  #flow .flow_box .flow_box_item .text h3 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 10px;
  }

  #flow .flow_box .flow_box_item .text p {
    color: #59a6e6;
    line-height: 1.6;
  }

  #flow .flow_box .flow_box_item figure {
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 20px;
    width: calc(100% - 120px);
  }

  #flow .flow_box .flow_box_item figure img {
    width: 100%;
  }

  #flow .flow_box .flow_box_item:last-child {
    padding-bottom: 0;
  }
}

#voice {
  background: #fffbf7;
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 100px 0;
}

#voice:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 100px);
  width: 100%;
  background-color: #fff;
}

#voice h2 {
  padding: 30px 0 20px;
  line-height: 1.4;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  text-align: center;
}

#voice h2 span {
  color: #36ccc4;
}

#voice h2+p {
  font-weight: bold;
  text-align: center;
  padding-bottom: 80px;
}

#voice .voice_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#voice .voice_box .voice_item {
  border: #333333 solid 3px;
  background: #fff;
  padding: 50px;
}

#voice .voice_box .voice_item em {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 1.9rem;
  padding-bottom: 20px;
}

#voice .voice_box .voice_item p {
  background-image: linear-gradient(90deg, rgba(255, 246, 230, 0) 0%, rgba(255, 246, 230, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 98%, #333333 100%);
  background-size: 4px 100%, 100% 2.5em;
  line-height: 2.5em;
}

#voice .voice_box .voice_item+.voice_item {
  margin-top: 30px;
  position: relative;
}

#voice .voice_box .voice_item+.voice_item:before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: calc(100% + 3px);
  width: 3px;
  height: 30px;
  background: #333333;
}

@media screen and (max-width: 740px) {
  #voice {
    background: #fffbf7;
    position: relative;
    width: auto;
    overflow: hidden;
    padding: 30px 0 50px;
  }

  #voice:after {
    top: calc(100% - 50px);
  }

  #voice h2 {
    padding: 20px;
    font-size: 2.5rem;
  }

  #voice h2+p {
    text-align: left;
    padding: 0 20px 20px;
  }

  #voice h2+p br {
    display: none;
  }

  #voice .voice_box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #voice .voice_box .voice_item {
    border: #333333 solid 2px;
    padding: 20px;
  }

  #voice .voice_box .voice_item em {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  #voice .voice_box .voice_item+.voice_item {
    margin-top: 20px;
  }

  #voice .voice_box .voice_item+.voice_item:before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: calc(100% + 2px);
    width: 3px;
    height: 20px;
    background: #333333;
  }

  #point:before {
    width: 100%;
  }

  #information {
    padding: 0 10px 50px;
    box-sizing: border-box;
  }
}

#access {
  padding-bottom: 100px;
}

#access h2 {
  padding: 90px 0 80px;
  line-height: 1.4;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  text-align: center;
}

#access .googlemap {
  margin: 0 50px;
  width: calc(100% - 100px);
  height: 600px;
  position: relative;
}

#access .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

#access .map {
  text-align: center;
}

#access .map h3 {
  padding: 50px 0;
}

#access .map p {
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  #access {
    padding: 30px 0 50px;
  }

  #access h2 {
    padding: 20px;
    font-size: 2.5rem;
  }

  #access .googlemap {
    margin: 0;
    width: 100%;
    height: 250px;
  }

  #access .map {
    text-align: center;
  }

  #access .map h3 {
    padding: 20px;
  }

  #access .map h3 img {
    width: 140px;
  }

  #access .map p {
    padding: 0 20px;
    text-align: left;
  }
}

#support {
  padding: 100px 0;
  background: #fbfbfb;
}

#support h2 {
  padding: 10px 0 80px;
  line-height: 1.4;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  text-align: center;
  font-feature-settings: "palt";
}

#support h2 span {
  color: #12a291;
}

#support .support_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#support .support_box .item {
  width: calc((100% - 80px)/2);
}

#support .support_box .item h3 {
  text-align: center;
  height: 80px;
  margin-bottom: 40px;
}

#support .support_box .item h3 small {
  display: block;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
}

#support .support_box .item p {
  padding-top: 20px;
}

#support .support_box .item p small {
  display: block;
  font-size: 1rem;
}

@media screen and (max-width: 740px) {
  #support {
    padding: 20px 0;
    background: #fbfbfb;
  }

  #support h2 {
    padding: 10px 0 20px;
    font-size: 2.5rem;
  }

  #support .support_box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
  }

  #support .support_box .item {
    width: 100%;
    margin-bottom: 20px;
  }

  #support .support_box .item h3 {
    text-align: center;
    height: auto;
    margin-bottom: 20px;
  }

  #support .support_box .item h3 small {
    padding-bottom: 10px;
  }

  #support .support_box .item p {
    padding-top: 10px;
  }
}

#contact {
  background: #36ccc4;
  padding: 80px 0 50px;
}

#contact .contact_box {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

#contact .contact_box .text {
  padding: 30px;
}

#contact .contact_box .text h2 {
  line-height: 1.4;
  font-family: "Gothic MB101 DemiBold", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.8rem;
  color: #fff;
}

#contact .contact_box .text .tel {
  pointer-events: none;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#contact .contact_box .text .tel .icon-freedial,
#contact .contact_box .text .tel .icon-tel1 {
  font-size: 4.4rem;
  margin-right: 10px;
}

#contact .contact_box .text .tel span {
  font-size: 4.8rem;
  font-weight: bold;
}

#contact .contact_box .text h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1.9rem;
}

#contact .contact_box .text ol li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 1.5rem;
  color: #fff;
}


#contact .contact_box .text ol li em {
  width: 80px;
  font-weight: bold;
}

#contact .contact_box .text ol li p {
  font-weight: bold;
}

#contact .contact_box .text ol li p a {
  color: #fff;
}

#contact .contact_box .text ol li p.address {
  position: relative;
}

#contact .contact_box .text ol li p.address:before {
  content: "〒530-0001 大阪市北区梅田1-1-3";
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

#contact .contact_box_info {
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  width: 900px;
  box-sizing: border-box;
  position: relative;
  z-index: 0 ;
}

#contact .contact_box_info dl {
  width: 100%;
}

#contact .contact_box_info dl dt {
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #36ccc4;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 10px;
  border: #36ccc4 solid 2px;
}

#contact .contact_box_info dl dd {
  border: #36ccc4 solid 2px;
  border-top: 0;
  padding: 10px 60px;
}

#contact .contact_box_info dl dd p {
  text-align: center;
  color: #36ccc4;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
}

#contact .contact_box_info dl dd p.black {
  color: #333;
}

#contact .contact_box_info dl dd p small {
  display: block;
  font-size: 1.3rem;
  color: #36ccc4;
}

#contact .contact_box_info dl dd .days {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

#contact .contact_box_info dl dd .days .day {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

#contact .contact_box_info dl dd .days .day em {
  font-size: 4.5rem;
  font-weight: bold;
  color: #333333;
}

#contact .contact_box_info dl dd .days .day span {
  width: 40px;
  height: 40px;
  background: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

#contact .contact_box_info dl dd .days .day.saturday em {
  color: #59a6e6;
}

#contact .contact_box_info dl dd .days .day.saturday span {
  background: #59a6e6;
}

#contact .contact_box_info dl dd .days .day+.day {
  margin-left: 20px;
}

#contact .contact_box_info dl dd small {
  display: block;
  text-align: center;
  color: #36ccc4;
  font-size: 1.8rem;
  font-weight: bold;
}

#contact .contact_box_info dl+dl {
  margin-top: 20px;
}

footer .copy {
  text-align: center;
  font-size: 1rem;
  padding: 20px 0;
}

#contact .contact_box figure img {
  margin-bottom: -17px;
}

@media screen and (max-width: 740px) {
  #contact {
    background: #36ccc4;
    padding: 20px;
  }

  #contact .contact_box {
    width: 100%;
    display: block;
  }

  #contact .contact_box .text {
    padding: 0px;
    text-align: center;
  }

  #contact .contact_box .text h2 {
    line-height: 1.4;
    font-size: 2.5rem;
  }

  #contact .contact_box .text .tel {
    pointer-events: auto;
    justify-content: center;
  }

  #contact .contact_box .text .tel .icon-freedial,
  #contact .contact_box .text .tel .icon-tel1 {
    font-size: 2.4rem;
    margin-right: 10px;
  }

  #contact .contact_box .text .tel span {
    font-size: 2.8rem;
  }

  #contact .contact_box .text h3 {
    font-size: 1.6rem;
  }

  #contact .contact_box .text ol {
    margin-top: 10px;
  }

  #contact .contact_box .text ol li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 10px;
  }

  #contact .contact_box .text ol li em {
    width: 75px;
    font-weight: bold;
    line-height: 1.35;
  }

  #contact .contact_box .text ol li p {
    text-align: left;
    line-height: 1.35;
    width: calc(100% - 80px);
  }

  #contact .contact_box .text ol li p a {
    color: #fff;
  }

  #contact .contact_box figure {
    text-align: center;
  }

  #contact .contact_box figure img {
    width: 200px;
    margin-bottom: -13px;
  }

  #contact .contact_box_info {
    padding: 20px;
    width: 100%;
  }

  #contact .contact_box_info dl {
    width: 100%;
  }

  #contact .contact_box_info dl dt {
    height: 30px;
    justify-content: center;
    font-size: 1.5rem;
    padding-left: 0px;
  }

  #contact .contact_box_info dl dd {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 10px;
  }

  #contact .contact_box_info dl dd p {
    font-size: 1.6rem;
  }

  #contact .contact_box_info dl dd p small {
    display: block;
  }

  #contact .contact_box_info dl dd .days .day em {
    font-size: 2.5rem;
  }

  #contact .contact_box_info dl dd .days .day span {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }

  #contact .contact_box_info dl dd .days .day+.day {
    margin-left: 10px;
  }

  #contact .contact_box_info dl dd small {
    font-size: 1.2rem;
  }

  #contact .contact_box_info dl.green dt {
    background: #36ccc4;
  }

  #contact .contact_box_info dl.green dd {
    border: #36ccc4 solid 2px;
  }

  #contact .contact_box_info dl+dl {
    margin-top: 10px;
  }

  footer .copy {
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
  }
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #36ccc4;
  color: #fff;
}

.pageTop .icon-top {
  font-size: 3rem;
}

@media screen and (max-width: 740px) {
  .pageTop {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #36ccc4;
    color: #fff;
  }

  .pageTop .icon-top {
    font-size: 2rem;
  }
}

#fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

#fixed_footer .contact {
  width: calc(100% - 120px);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #36ccc4;
  line-height: 1.2;
  text-align: left;
  color: #ef477e;
  background: #fff;
  border: #ef477e solid 4px;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}

#fixed_footer .contact .icon-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #ef477e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fixed_footer .contact .icon-arrow:before {
  display: block;
  transform: rotate(90deg);
}

#fixed_footer .contact span {
  padding-left: 30px;
}

#fixed_footer .contact::after {
  position: absolute;
  content: "";
  background: url(../img/img_click.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 55px;
  top: 0;
  right: 0;
}

#fixed_footer .tel {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #12a291;
  color: #fff;
  position: relative;
  margin-right: 60px;
}

@media screen and (max-width: 470px) {
  #fixed_footer .contact span {
    padding-right: 40px;
  }

  #fixed_footer .contact::after {
    width: 62px;
    height: 45px;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 375px) {
  #fixed_footer .contact span {
    font-size: 8.5px !important;
  }
} 

@media screen and (max-width: 740px) {
  #fixed_footer .tel .icon-tel1 {
    font-size: 2rem;
  }
}

#fixed_footer .tel .icon-freedial {
  margin-bottom: 12px;
  font-size: 2rem;
}

#fixed_footer .tel small {
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 740px) {
  #fixed_footer .contact span {
    font-size: 10px;
  }
}

#fixed_btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}

#fixed_btn::before {
  position: absolute;
  content: " ";
  background: url(../img/img_fixedbtn.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 275px;
  top: -8px;
  left: -128px;
}

/*! SP ***************************************************/
@media screen and (max-width: 740px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none !important;
  }
}

/*! PC ***************************************************/
@media screen and (min-width: 741px) {
  body {
    min-width: 1200px;
  }

  .sp {
    display: none !important;
  }
}

#fbanner {
  background-color: #36ccc4;
  padding-bottom: 50px;
}

#fbanner .bnr_blk {
  width: 100%;
  max-width: 40%;
  margin: 0 auto;
}

.sp {
  display: none;
}

.sponsor {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.sponsor .main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor .main span {
  width: 40px;
  height: 20px;
  background: #12a291;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor .main em {
  font-weight: bold;
  color: #12a291;
  font-size: 20px;
  margin-left: 10px;
}

.sponsor .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.sponsor .sub span {
  width: 40px;
  height: 20px;
  background: #12a291;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor .sub img {
  margin-left: 15px;
}

.sponsor .sub img+img {
  margin-left: 15px;
}

@media screen and (max-width: 740px) {
  .sponsor {
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .sponsor .main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sponsor .main span {
    width: 40px;
    height: 16px;
    font-size: 11px;
  }

  .sponsor .main em {
    font-size: 20px;
    margin-left: 5px;
    font-size: 16px;
  }

  .sponsor .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-top: 6px;
  }

  .sponsor .sub span {
    width: 40px;
    height: 16px;
    font-size: 11px;
  }

  .sponsor .sub img {
    margin-left: 10px;
    width: auto;
    height: 15px;
  }

  #fbanner {
    padding-top: 10px;
  }

  #fbanner .bnr_blk {
    max-width: 65%;
  }
  
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .com-blk {
    gap: 5px;
    align-items: center;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "fir-blk fir-blk"
        "sec-blk third-blk";
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px;
}
.map-img-blk {
    margin-bottom: 30px;
}

.map-img-blk .sec-fig {
    width: 53%;
    margin: 0 auto;
}
.com-blk .sec-blk {
        gap: 3px;
        justify-content: center;
    }
.com-blk .fir-blk{
    gap: 7px;
    justify-content: center;
}
.fir-blk  { grid-area: fir-blk; }
.sec-blk { grid-area: sec-blk; }
.third-blk { grid-area: third-blk;
margin: 0 auto; }
.third-blk img{
  width: 126px;
}
.sec-blk img{
  width: 125px;
}
.com-blk .fir-blk .noti, .com-blk .sec-blk .noti {
    font-size: 10px;
}
}
.implant2 p {
  position: relative;
  z-index: 10;
  text-align: center;
  width: auto;
  overflow: hidden;
  font-size:1.2em;
  padding: 10px 0 0 0;
}
