@charset "utf-8";
.color01 {
  color: #67c5e1;
}
.color02 {
  color: #00b2d5;
}
.color03 {
  color: #08648d;
}
.color04 {
  color: #ebf5f7;
}
.bgcolor01 {
  background-color: #67c5e1;
}
.bgcolor02 {
  background-color: #00b2d5;
}
.bgcolor03 {
  background-color: #08648d;
}
.bgcolor04 {
  background-color: #ebf5f7;
}
.area {
  padding: 80px 0;
}
.area.pb0 {
  padding-bottom: 0;
}
.area150 {
  padding: 150px 0;
}
.area80 {
  padding: 80px 0;
}
.area60 {
  padding: 60px 0;
}
.area40 {
  padding: 40px 0;
}
.area20 {
  padding: 20px 0;
}
.areab {
  padding-bottom: 80px;
}
.area150b {
  padding-bottom: 150px;
}
.area80b {
  padding-bottom: 80px;
}
.area60b {
  padding-bottom: 60px;
}
.area40b {
  padding-bottom: 40px;
}
.area20b {
  padding-bottom: 20px;
}
.areat {
  padding-top: 80px;
}
.area150t {
  padding-top: 150px;
}
.area80t {
  padding-top: 80px;
}
.area60t {
  padding-top: 60px;
}
.area40t {
  padding-top: 40px;
}
.area20t {
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .area {
    padding: 40px 0;
  }
  .area150 {
    padding: 100px 0;
  }
  .area80 {
    padding: 60px 0;
  }
  .area60 {
    padding: 40px 0;
  }
  .area40 {
    padding: 20px 0;
  }
  .areab {
    padding-bottom: 40px;
  }
  .area150b {
    padding-bottom: 100px;
  }
  .area80b {
    padding-bottom: 60px;
  }
  .area60b {
    padding-bottom: 40px;
  }
  .area40b {
    padding-bottom: 20px;
  }
  .areat {
    padding-top: 40px;
  }
  .area150t {
    padding-top: 100px;
  }
  .area80t {
    padding-top: 60px;
  }
  .area60t {
    padding-top: 40px;
  }
  .area40t {
    padding-top: 20px;
  }
}
.mt10 {
  margin-top: 10px;
}
.mb50 {
  margin-bottom: 50px;
}
.w80a {
  margin: 0 auto;
  width: 80%;
}
.w70a {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .w80a {
    margin: 0 auto 2%;
    width: 100%;
  }
  .w70a {
    margin: 0 auto 2%;
    width: 100%;
  }
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.group {
  display: inline-block;
}
.strike {
  text-decoration: line-through;
}
@media only screen and (max-width: 1024px) {
  .reseth-tb {
    height: auto !important;
  }
}
@media only screen and (max-width: 599px) {
  .reseth-sp {
    height: auto !important;
  }
}
.trim {
  display: block;
}
@media only screen and (max-width: 599px) {
  .change-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .no-pc {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .no-tb {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .no-sp {
    display: none;
  }
}
.position {
  position: relative;
}
.layout-cmn01 .ttl {
  margin-bottom: 40px;
}
.layout-cmn01 .cap {
  margin-bottom: 10px;
}
.layout-cmn01 .fig {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .layout-cmn01 .ttl {
    margin-bottom: 20px;
  }
}
.layout-cmn02 .ttl {
  margin-bottom: 20px;
}
.layout-cmn02 .cap {
  margin-bottom: 10px;
}
.layout-cmn02 .fig {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .layout-cmn02 .ttl {
    margin-bottom: 20px;
  }
}
.column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column2 .side {
  width: 240px;
}
.column2 .main {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 1024px) {
  .column2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5%;
    width: 100%;
  }
  .column2 .main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 5%;
    width: 100%;
  }
}
.change {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.alternate .flexb:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.img {
  text-align: center;
}
.img.-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.img.-bgimg img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.img.-filter:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0.8;
}
.img.-cover img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.img.-contain img {
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: contain object-position: 50% 50%;';
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.img.-smalltb {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .img.-smalltb {
    width: 80%;
  }
}
.img.-smallersp {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .img.-smallersp {
    width: 50%;
  }
}
.img.-circle {
  overflow: hidden;
  border-radius: 50%;
}
.img.-round {
  overflow: hidden;
  border-radius: 20px;
}
.aspect {
  position: relative;
  display: block;
}
.aspect:before {
  position: relative;
  z-index: -1;
  display: block;
  content: '';
}
.aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.aspect.-ratio20:before {
  padding-top: 20%;
}
.aspect.-ratio30:before {
  padding-top: 30%;
}
.aspect.-ratio40:before {
  padding-top: 40%;
}
.aspect.-ratio45:before {
  padding-top: 45%;
}
.aspect.-ratio50:before {
  padding-top: 50%;
}
.aspect.-ratio55:before {
  padding-top: 55%;
}
.aspect.-ratio60:before {
  padding-top: 60%;
}
.aspect.-ratio65:before {
  padding-top: 65%;
}
.aspect.-ratio70:before {
  padding-top: 70%;
}
.aspect.-ratio75:before {
  padding-top: 75%;
}
.aspect.-ratio80:before {
  padding-top: 80%;
}
.aspect.-ratio90:before {
  padding-top: 90%;
}
.aspect.-ratio100:before {
  padding-top: 100%;
}
.box-cmn01 {
  position: relative;
  padding: 100px 0;
}
.box-cmn01 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
}
.box-cmn01 .img img {
  opacity: 0.5;
}
.box-cmn01 .img:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200px;
  height: 100%;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg03.png) no-repeat right center;
  background-size: cover;
  content: '';
}
.box-cmn01 .img:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 250px;
  height: 100%;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg04.png) no-repeat left center;
  background-size: cover;
  content: '';
}
.box-cmn01 .block-txt {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 60%;
}
.box-cmn01 .head {
  margin-bottom: 30px;
  color: #67c5e1;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .box-cmn01 .block-txt {
    width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .box-cmn01 {
    padding: 0 0 50px;
  }
  .box-cmn01 .img {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
  .box-cmn01 .img:before {
    width: 100px;
  }
  .box-cmn01 .img:after {
    width: 100px;
  }
  .box-cmn01 .block-txt {
    width: 100%;
  }
  .box-cmn01 .head {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.box-cmn02 .meta {
  margin-bottom: 10px;
}
.box-cmn02 .time {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.box-cmn02 .category {
  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;
}
.box-cmn02 .category li {
  margin-bottom: 2px;
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 3em;
  background: #67c5e1;
  color: #fff;
}
.box-cmn02 .head {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.box-cmn02 .btn {
  margin-top: 50px;
}
.box-cmn03 {
  padding: 30px;
  border: 2px solid #67c5e1;
  border-radius: 20px;
  background: #fff;
}
.box-cmn03 .head {
  position: relative;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 60px;
  color: #67c5e1;
  font-weight: bold;
  font-size: 20px;
}
.box-cmn03 .head:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(/import/tenant_1/133.167.87.135/html/images/06general/icon01.png);
}
.block-cmn01 a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    height: 370px;
    border: 3px solid #67c5e1;
    border-radius: 20px;
}
.block-cmn01 .img {
  width: 100%;
  height: 100%;
}
.block-cmn01 .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.block-cmn01 .block-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px 20px;
  width: 100%;
  background: #fff;
}
.block-cmn01 .block-txt:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg14.png) no-repeat top center;
  background-size: cover;
  content: '';
}
.block-cmn01 .ttl {
  position: relative;
  padding-right: 20px;
}
.block-cmn01 .ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #67c5e1;
  content: '\f054';
  font-weight: bold;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-cmn01 .ttlin01 {
  margin-right: 20px;
  color: #67c5e1;
  font-weight: bold;
  font-size: 28px;
}
.block-cmn01 .ttlin02 {
  display: inline-block;
  color: #08648d;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 599px) {
  .block-cmn01 .ttlin01 {
    font-size: 22px;
  }
  .block-cmn01 .ttlin02 {
    font-size: 14px;
  }
}
.ttl-cmn01 {
  color: #67c5e1;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
}
.ttl-cmn01.-blue {
  color: #08648d;
}
.ttl-cmn01.-white {
  color: #fff;
}
.ttl-cmn01 .ttlin01 {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}
.ttl-cmn02 {
  margin-bottom: 20px;
  color: #08648d;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.ttl-cmn02 .ttlin {
  position: relative;
  display: inline-block;
}
.ttl-cmn02 .ttlin:after {
  position: relative;
  left: -10%;
  display: block;
  width: 120%;
  height: 30px;
  background: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg01.png) no-repeat center bottom;
  background-size: cover;
  content: '';
}
.ttl-cmn02.-white {
  color: #fff;
}
.ttl-cmn02.-white:after {
  background: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg05.png) no-repeat center bottom;
}
.list-pagenation {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-pagenation .item {
  margin: 0 10px;
}
.list-pagenation .prev {
  position: relative;
  margin-right: 40px;
}
.list-pagenation .prev a:before {
  content: '<';
  font-weight: bold;
}
.list-pagenation .next {
  position: relative;
  margin-left: 40px;
}
.list-pagenation .next a:before {
  content: '>';
  font-weight: bold;
}
.list-pagenation a,
.list-pagenation .now {
  font-weight: bold;
}
.list-pagenation .number a,
.list-pagenation .now {
  display: block;
  padding: 2px 8px;
}
.list-pagenation .number a:hover,
.list-pagenation .now {
  border-radius: 5px;
  background: #67c5e1;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .list-pagenation .item {
    margin: 0 5px;
  }
  .list-pagenation .prev {
    margin-right: 20px;
  }
  .list-pagenation .next {
    margin-left: 20px;
  }
}
.list-cmn01 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.list-cmn01 th,
.list-cmn01 td {
  padding: 10px 15px;
  text-align: center;
}
.list-cmn01 tr:nth-child(1) th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.list-cmn01 tr:nth-child(2) th,
.list-cmn01 tr:nth-child(2) td {
  padding-top: 15px;
}
.list-cmn01 tr:nth-child(3) th,
.list-cmn01 tr:nth-child(3) td {
  padding-bottom: 15px;
}
.list-cmn01 .block-txt {
  margin-top: 10px;
}
@media only screen and (max-width: 599px) {
  .list-cmn01 th,
  .list-cmn01 td {
    padding: 10px 5px;
  }
  .list-cmn01 .txt01 {
    margin-right: 15px;
  }
  .list-cmn01 .txt02 {
    margin-left: auto;
  }
}
.list-cmn02 a,
.list-cmn02 .itemin {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
  width: 120px;
  height: 160px;
  background-image: url(/import/tenant_1/133.167.87.135/html/images/01home/bg13.png);
  background-position: center 18%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #67c5e1;
  text-align: center;
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.list-cmn02 a:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.list-cmn02 a:after {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  content: '\f054';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-cmn02.-blue .itemin {
  background-image: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg02.png);
  color: #fff;
}
.list-cmn02.-type01 .itemin {
  padding: 0;
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 599px) {
  .list-cmn02 a,
  .list-cmn02 .itemin {
    transform: translateZ(0);
    font-size: 14px;
    line-height: 130%;
    padding: 0 10px;
    background-position: center;
  }
}
.list-cmn03 {
  counter-reset: item;
}
.list-cmn03 .item {
  position: relative;
  padding-top: 25px;
}
.list-cmn03 .img {
  position: relative;
  margin-bottom: 10px;
}
.list-cmn03 .img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(/import/tenant_1/133.167.87.135/html/images/02about/bg04.png) no-repeat center;
  background-size: contain;
  color: #fff;
  content: '0' counter(item);
  counter-increment: item;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-cmn03 .head {
  margin-bottom: 10px;
  color: #08648d;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
}
.btn-cmn01 a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 250px;
  border-radius: 5em;
  background: #67c5e1;
  color: #fff;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.btn-cmn01 a:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.btn-cmn01 a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: '\f054';
  font-weight: bold;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-cmn01.-back a:before {
  content: '\f053';
}
.btn-cmn01.-white a {
  background: #fff;
  color: #67c5e1;
}
.deco-top01 {
  position: relative;
}
.deco-top01:before {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/import/tenant_1/133.167.87.135/html/images/02about/bg06.png) no-repeat top center;
  background-size: cover;
  content: '';
}
.deco-bottom01 {
  position: relative;
  z-index: 1;
}
.deco-bottom01:after {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg03.png) no-repeat bottom center;
  background-size: cover;
  content: '';
}
.deco-bottom02 {
  position: relative;
}
.deco-bottom02:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg06.png) no-repeat top center;
  background-size: cover;
  content: '';
}
.bgimg01 {
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg15.png) no-repeat;
  background-size: cover;
}
.form .item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 15px 0;
}
.form .datattl {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 200px;
  font-weight: bold;
}
.form .datattl label {
  margin-left: auto;
}
.form .require {
  position: absolute;
  right: -10px;
  display: inline-block;
  margin-left: 5px;
  color: #f00;
  font-size: 14px;
  line-height: 1.6em;
}
.form .data {
  padding-left: 50px;
  width: 100%;
}
.form .data input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: none;
  background: #dedede;
}
.form .data input[type='radio'] {
  display: none;
}
.form .data input[type='radio'] + label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}
.form .data input[type='radio'] + label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
          box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}
.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}
.form .data input[type='radio']:checked + label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}
.form .data select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
.form .data textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: none;
  background: #dedede;
  font-size: 14px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.form .address01 input {
  max-width: 200px;
}
.form .data01 div {
  display: inline-block;
}
.form .btn {
  margin-top: 30px;
}
.form .btn button {
  position: relative;
  display: block;
  margin: 5px auto;
  padding: 10px;
  width: 250px;
  border: none;
  border-radius: 5em;
  background: #67c5e1;
  color: #fff;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.form .btn button:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.form .btn button:before {
  position: absolute;
  top: 50%;
  left: 20px;
  content: '\f054';
  font-weight: bold;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form .btn-back button:first-child:before {
  content: '\f053';
}
@media only screen and (max-width: 1024px) {
  .form .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px 0;
  }
  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }
  .form .require {
    position: relative;
    right: 0;
  }
  .form .data {
    padding-left: 0;
  }
}
.header {
  position: absolute;
  z-index: 3;
  padding-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .header {
    padding-top: 10px;
  }
}
.header-contents .sitettl {
  display: none;
}
[data-element-id].header-contents .sitettl {
  display: block;
}
.header-contents .header-info {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .header-contents .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .header-contents .logo img {
    height: 40px;
  }
}
.header-info .telephone {
  margin-bottom: 10px;
}
.header-info .tel a {
  color: #08648d;
  font-weight: bold;
  font-size: 20px;
}
.header-info .tel a:before {
  margin-right: 10px;
  content: '\f095';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
.header-info .contact a {
  display: block;
  padding: 5px;
  border-radius: 2em;
  background: #67c5e1;
  color: #fff;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.header-info .contact a:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media only screen and (max-width: 1024px) {
  .header-info {
    display: none;
  }
}
.home .header-contents .logo {
  display: none;
}
[data-element-id].home .header-contents .logo {
  display: block;
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  background: #00b2d5;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  z-index: 50;
}
.totop:after {
  content: '\f077';
  font-weight: bold;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
}
.gnav .logo {
  display: none;
  text-align: center;
}
.gnav .logo a {
  display: block;
  padding: 20px 0;
}
.gnav .logo img {
  height: 50px;
}
@media only screen and (max-width: 1024px) {
  .gnav .logo {
    display: block;
  }
}
.nav-global a,
.nav-global .parentin {
  display: block;
  color: #67c5e1;
  text-align: center;
  font-weight: bold;
}
.nav-global .item01 > a,
.nav-global .parentin {
  padding: 30px 0;
}
.nav-global .parent {
  position: relative;
  cursor: pointer;
}
.nav-global .nav-second {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  visibility: hidden;
  width: 200px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav-global .parent:hover .nav-second {
  visibility: visible;
  opacity: 1;
}
.nav-global .item02 a {
  padding: 10px 0;
}
[data-element-id].nav-global {
  padding-bottom: 50px;
  position: relative;
}
[data-element-id].nav-global .parent {
  position: static;
}
[data-element-id].nav-global .nav-second {
  visibility: visible;
  opacity: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .nav-global {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-global a,
  .nav-global .parentin {
    text-align: left;
  }
  .nav-global .item01 > a,
  .nav-global .parentin {
    padding: 10px 0;
  }
  .nav-global .nav-second {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding: 0 20px;
    width: auto;
    background: none;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.nav-global02 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav-global02 {
    display: block;
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  background: #fff;
  cursor: pointer;
}
[data-element-id] #wrapper {
  padding-top: 0 !important;
}
[data-element-id] .gnav .no-pc {
  display: block;
}
[data-element-id] .gnav.fixed {
  position: relative;
}
.footer {
  padding-top: 10px;
}
.footer .map {
  min-height: 350px;
  max-height: 400px;
}
.footer-contents {
  padding: 100px 0;
}
.footer-contents .footer-info {
  margin-right: auto;
  margin-bottom: 40px;
}
.footer-contents .timetable {
  margin-bottom: 40px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .footer-contents .footer-info {
    margin-right: 0;
    padding: 0 10px;
  }
  .footer-contents .timetable {
    margin-left: 0;
    padding: 0 10px;
  }
}
.footer-info .logo {
  margin-bottom: 30px;
}
.footer-info .telephone {
  margin-bottom: 30px;
}
.copy {
  position: relative;
  padding: 2px 0;
  padding: 20px 0;
  background: #00b2d5;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.copy:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg16.png) bottom center;
  background-size: cover;
  content: '';
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.side {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.side .section {
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .side .section {
    width: 48%;
  }
}
@media only screen and (max-width: 599px) {
  .side .section {
    width: 100%;
  }
}
.list-side01 .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2em;
  background: #67c5e1;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.list-side01 .data {
  margin-bottom: 10px;
  padding-left: 10px;
}
.list-side01 a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.list-side01 a:before {
  position: absolute;
  left: 0;
  color: #67c5e1;
  content: '>';
}
@media only screen and (max-width: 1024px) {
  .list-side01.-archive {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-side01.-archive .datattl {
    width: 100%;
  }
  .list-side01.-archive .data {
    width: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  .side .list {
    width: 48%;
  }
  .list.-archive {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list.-archive .datatitle {
    width: 100%;
  }
  .list.-archive .data {
    width: 48%;
  }
}
@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
  .list.-archive .data {
    width: 100%;
  }
}
.homevisual {
  position: relative;
}
.homevisual:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg00.png) no-repeat top center;
  background-size: cover;
  content: '';
}
.homevisual .block-txt {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  z-index: 1;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 500px;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg01.png) center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homevisual .logo {
  margin-bottom: 60px;
  text-align: center;
}
.homevisual .txt {
  color: #00b2d5;
  text-align: center;
}
.homevisual .txtin {
  display: block;
}
.homevisual .txtin01 {
  font-size: 20px;
}
.homevisual .txtin02 {
  font-size: 24px;
}
.homevisual .arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.homevisual .arrow a {
  display: block;
}
.homevisual .img {
  min-height: 600px;
  max-height: 800px;
}
.homevisual .arrow a:hover {
  opacity: 1;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
@media only screen and (max-width: 1024px) {
  .homevisual .block-txt {
    width: 400px;
    height: 400px;
  }
  .homevisual .logo {
    margin-bottom: 30px;
  }
  .homevisual .logo img {
    height: 70px;
  }
  .homevisual .txtin01 {
    font-size: 16px;
  }
  .homevisual .txtin02 {
    font-size: 20px;
  }
  .homevisual .img {
    min-height: 500px;
  }
}
@media only screen and (max-width: 599px) {
  .homevisual .block-txt {
    width: 320px;
    height: 320px;
  }
  .homevisual .logo img {
    height: 50px;
  }
  .homevisual .txtin {
    font-size: 14px;
  }
  .homevisual .arrow img {
    height: 20px;
  }
}
.home02 {
  position: relative;
}
.home02:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg05.png) no-repeat center;
  background-size: contain;
  content: '';
}
.home02:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg06.png) no-repeat center;
  background-size: contain;
  content: '';
}
.list-home02 {
  position: relative;
  z-index: 2;
  counter-reset: item;
}
.list-home02 .itemin {
  margin: 0 auto;
  width: 240px;
  position: relative;
}
.list-home02 .head {
  position: absolute !important;
  z-index: 3;
  display: inline-block;
  padding: 60px 0 50px;
  border-radius: 5em;
  background: #08648d;
  color: #fff;
  font-size: 28px;
  top:0;
  left: 0;
  width: 50px;
  text-align: center;
}
.list-home02 .head:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: counter(item);
  counter-increment: item;
  font-size: 36px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
_::-webkit-full-page-media, _:future, :root .list-home02 .headin {
   padding-right: 30px;
   line-height: 90%;
}


.list-home02 .headin {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  line-height: 100%;
  display: inline-block;
  
}
.list-home02 .txt {
  position: relative;
  margin-top: 20px;
  margin-left: 10px;
  border-radius: 50%;
  background: #fff;
  color: #00b2d5;
}
.list-home02 .txt:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.list-home02 .txtin {
  position: absolute;
  top: 0;
  left: 0;
/*   display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; */
  padding: 40px 40px 40px 50px;
  width: 100%;
  height: 100%;
  color: #08648d;
  font-weight: bold;
}
.home03box {
  position: relative;
}
.home03box:before {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 1;
  width: 250px;
  height: 250px;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg08.png) no-repeat top right;
  background-size: contain;
  content: '';
}
.home03box:after {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
  width: 250px;
  height: 250px;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg07.png) no-repeat right bottom;
  background-size: contain;
  content: '';
}
.list-home03 {
  position: relative;
  z-index: 2;
}
.list-home03 .item {
  position: relative;
}
.list-home03 .item:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.list-home03 .itemin {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.list-home03 .morphing01 {
  width: 100%;
  height: 100%;
  text-align: center;
}
.list-home03 canvas {
  width: 100%;
  height: 100%;
}
.list-home03 .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #08648d;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
[data-element-id].list-home03 .txt {
  position: absolute !important;
}
@media only screen and (max-width: 1024px) {
  .list-home03 .txt {
    font-size: 16px;
  }
}
.home05box {
  margin-bottom: 50px;
}
.home05box .calendar,
.home05box .blog {
  width: 48%;
}
.home05box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #67c5e1;
  color: #67c5e1;
  font-weight: bold;
  font-size: 26px;
}
.home05box .calendar iframe {
  max-height: 400px;
}
.home05box .blog .ttl a {
  position: absolute;
  right: 10px;
}
.home05box .blog .ttl a:after {
  color: #67c5e1;
  content: '\f054';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
.home05box .blog .ttl a:hover {
  opacity: 1;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 1024px) {
  .home05box .calendar,
  .home05box .blog {
    margin-bottom: 30px;
    width: 100%;
  }
}
.list-home05 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.list-home05 .block-img {
  width: 25%;
}
.list-home05 .block-txt {
  padding-top: 20px;
  width: 70%;
}
.list-home05 .img a {
  display: block;
}
.list-home05 .head {
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .list-home05 .block-txt {
    padding-top: 0;
  }
}
/*.home06 {
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg17.png) no-repeat center;
  background-size: cover;
}
*/
.home06box {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px 20px 30px;
    border-radius: 20px;
    background: #fff;
        border: 3px solid #67c5e1;
    border-radius: 20px;
}
.home06box .ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home06box .list {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding-left: 60px;
}
@media only screen and (max-width: 599px) {
  .home06box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 20px;
  }
  .home06box .ttl {
    width: 100%;
  }
  .home06box .list {
    padding-left: 0;
    width: 100%;
  }
}
.list-home06 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(103,197,225,0.5);
}
.list-home06 .item:last-child {
  border-bottom: none;
}
.list-home06 .time {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  .list-home06 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-home06 .time {
    margin-bottom: 5px;
    width: 100%;
  }
}

.home07 {
  padding-top: 10px;
}
.home07box {
  display: flex;
}
.home07box .inview {
  width: 50%;
  position: relative;
  max-height: 500px;
  min-height: 300px;
}
.home07box .inview:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.home07box .inview iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .home07box {
    flex-wrap: wrap;
  }
  .home07box .inview {
    width: 100%;
  }
}


/*カレンダー*/
.fc-row > table {
  width: 100%;
}
.fc-view table {
  width: 100%;
  border-collapse: collapse;
}
th.fc-day-header.fc-widget-header {
  width: 14.2%;
  background-color: #EEE;
  font-weight: normal;
  padding: 10px;
  border-left: none;
  border-right: none;
}
td.fc-day-top {
  width: 14.28%;
  text-align: center;
}
.fc-state-default {
    background: none !IMPORTANT;
}
.fc-scroller.fc-day-grid-container {
    overflow: hidden !important;
    height: auto !important;
}
td.fc-day {
    border-left: none !important;
    border-right: none !important;
}
.fc-unthemed thead {
    border: none;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
a.holiday01 {
  background: url(/upload/tenant_1/ff5696cf28c7420901c72969e3b48d2c.png) no-repeat center;
  background-size: contain;
  height: 15px;
  border: none;
}
a.holiday01 .fc-title {
  display: none;
}
td.fc-day.fc-widget-content.fc-sun {
  background: #FEE;
}
td.holilay02.fc-bgevent {
  background-color: #FEE;
  opacity: 1;
  margin-top: 1px;
  position: relative;
}



.topvisual {
  position: relative;
}
.topvisual:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg00.png) no-repeat top center;
  background-size: cover;
  content: '';
}
.topvisual .block-txt {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  z-index: 1;
  padding: 50px 20px;
  width: 500px;
  border-radius: 20px;
  background: rgba(255,255,255,0.8);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topvisual .ttl {
  color: #67c5e1;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
}
.topvisual .ttlin {
  display: block;
  font-size: 20px;
}
.topvisual .img {
  min-height: 450px;
  max-height: 700px;
}
@media only screen and (max-width: 599px) {
  .topvisual .block-txt {
    padding: 30px 20px;
    width: 80%;
  }
  .topvisual .ttl {
    font-size: 26px;
  }
  .topvisual .img {
    min-height: 350px;
  }
}
.about03 .block {
  position: relative;
}
.about03 .block-txt {
  position: relative;
  z-index: 2;
}
.about03 .blockin {
  margin: 0 auto;
  width: 390px;
}
.about03 .head {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  padding: 25px 0 20px;
  width: 50px;
  border-radius: 5em;
  background: #08648d;
  color: #fff;
  font-size: 28px;
}
.about03 .headin {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.iphone .about03 .headin {
  position: relative;
  right: 10px;
}
.about03 .circle {
  position: relative;
  margin-top: -160px;
  margin-left: 10px;
  border-radius: 50%;
  background: #fff;
  color: #00b2d5;
}
.about03 .circle:before {
  display: block;
  padding-top: 100%;
  content: '';
}
.about03 .list {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 50px 60px 60px;
  width: 100%;
  height: 100%;
  color: #08648d;
  font-weight: bold;
}
.about03 .item {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .about03 .pic {
    margin-right: auto;
    margin-left: auto;
    width: 60%;
  }
}
@media only screen and (max-width: 599px) {
  .about03 .blockin {
    width: auto;
  }
  .about03 .circle {
    border-radius: 0;
  }
  .about03 .circle:before {
    content: none;
  }
  .about03 .list {
    position: relative;
    padding: 30px 10px 30px 50px;
  }
}
.about05 .block {
  position: relative;
}
.about05 .block:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100px;
  background: url(/import/tenant_1/133.167.87.135/html/images/02about/bg03.png) no-repeat top right;
  background-size: contain;
  content: '';
}
.about05 .block-img {
  position: relative;
}
.about05 .img01 {
  margin-bottom: -180px;
  margin-left: auto;
  width: 60%;
}
.about05 .img02 {
  width: 60%;
}
.list-about05 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.list-about05 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
}
.list-news01 .item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 20px;
  border-bottom: 1px solid rgba(103,197,225,0.5);
}

/*診療内容*/
.medical section:first-child:before {
  content: none;
}
.medical section:nth-child(odd) {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.medical section:nth-child(odd):before {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/import/tenant_1/133.167.87.135/html/images/02about/bg06.png) no-repeat top center;
  background-size: cover;
  content: '';
}
.medical section:nth-child(odd):after {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg03.png) no-repeat bottom center;
  background-size: cover;
  content: '';
}
.medical section:nth-child(odd) .ttl {
  color: #67c5e1;
}
.medical section:nth-child(odd) .ttlin {
  color: #67c5e1;
}
.medical section:nth-child(odd) .itemin {
  color: #fff;
  background-image: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg02.png);
}
.medical section:nth-child(odd) .btn a {
  background: #67c5e1;
  color: #fff;
}
.medical section:nth-child(even) {
  background: url(/import/tenant_1/133.167.87.135/html/images/01home/bg15.png) no-repeat;
  background-size: cover;
  padding: 150px 0;
}
.medical section:nth-child(even) .ttl {
  color: #fff;
}
.medical section:nth-child(even) .ttlin {
  color: #fff;
}
.medical section:nth-child(even) .itemin {
  color: #67c5e1;
  background-image: url(/import/tenant_1/133.167.87.135/html/images/01home/bg13.png);
}
.medical section:nth-child(even) .btn a {
  background: #fff;
  color: #67c5e1;
}
.medical section:last-child {
  position: relative;
}
.medical section:last-child:after {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(/import/tenant_1/133.167.87.135/html/images/05medical/bg06.png) no-repeat top center;
  background-size: cover;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .medical section:nth-child(even) {
    padding: 100px 0;
  }
}

.list-news01 .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.list-news01 .time {
  margin-right: 20px;
}
.list-news01 .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-news01 .category li {
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 0 10px;
  border-radius: 3em;
  background: #67c5e1;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .list-news01 .meta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-news01 .time {
    margin-bottom: 5px;
    width: 100%;
  }
}
.list-blog01 .img {
  margin-bottom: 10px;
}
.list-blog01 .time {
  display: block;
  margin-bottom: 5px;
}
.list-blog01 .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  margin-bottom: 5px;
}
.list-blog01 .category li {
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 0 10px;
  border-radius: 3em;
  background: #67c5e1;
  color: #fff;
  font-size: 14px;
}
.list-recruit03 > .item {
  margin-bottom: 50px;
}
.list-recruit03 .position {
  margin-bottom: 5px;
}
.list-recruit03 .head {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
.list-recruit03 .romaji {
  margin-bottom: 20px;
}
.list-recruit03 .datattl {
  margin-bottom: 5px;
  color: #67c5e1;
  font-weight: bold;
}
.list-recruit03 .datalist .item {
  margin-bottom: 15px;
}
.list-recruit06 {
  margin: 0 auto;
  width: 80%;
}
.list-recruit06 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
.list-recruit06 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 150px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .list-recruit06 {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .list-recruit06 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-recruit06 .datattl {
    margin-bottom: 10px;
    width: 100%;
  }
}
.list-faq01 {
  counter-reset: item;
}
.list-faq01 .item {
  margin-bottom: 50px;
}
.list-faq01 .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-top: 7px;
  padding-left: 70px;
  min-height: 70px;
  color: #67c5e1;
  font-weight: bold;
  font-size: 20px;
}
.list-faq01 .datattl:before {
  position: absolute;
  top: 0;
  left: 4px;
  width: 50px;
  height: 50px;
  background: url(/import/tenant_1/133.167.87.135/html/images/13faq/bg01.png) no-repeat center;
  background-size: contain;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  text-align: center;
  line-height: 50px;
}
.list-faq01 .datattl:after {
  position: absolute;
  top: 45px;
  left: 0;
  content: 'QUESTION';
  font-size: 12px;
}
.list-faq01 .data {
  padding: 30px 70px;
  background: #f7f7f7;
}
@media only screen and (max-width: 599px) {
  .list-faq01 .datattl {
    font-size: 16px;
  }
  .list-faq01 .data {
    padding: 20px;
  }
}

/*# sourceMappingURL=common.css.map */

.home-info .text {
    margin: 50px auto;
    padding: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #67c5e1;
background: #fff;
    border: 3px solid #67c5e1;
    border-radius: 20px;
}
.home-info .text p {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #67c5e1;
}
@media only screen and (max-width: 1024px) {
  .home-info .text {
    font-size: 26px;
}
.home-info .text p {
    font-size: 28px;
}
}
@media only screen and (max-width: 599px) {
  .home-info .text {
    margin: 30px auto;
    padding: 15px;
    font-size: 20px;
    text-align: left;
}
.home-info .text p {
    font-size: 20px;
    text-align: left;
}
}

@media only screen and (min-width: 1025px){
  .wrap{
  white-space: nowrap;
}  
}

/* 2024/08/21 */
.pc {
    display: block;
}

@media(max-width:1024px){
.pc {
    display: none;
}    
}


