<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  color: #3b3b3b;
}

/*-----------------------
    common
-----------------------*/
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.pc-block {
  display: block;
}
.sp-display {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
  padding: 0;
  text-align: left;
  font-weight: 200;
}
p {
  text-align: left;
  line-height: 2.2em;
  margin: 0;
}
.font-b {
  font-weight: bold;
}
.txt_cnt {
  text-align: center;
}
.mgn_t_m {
  margin-top: 30px;
}

.text-coloring {
  color: #a478a7;
}

section {
  padding: 65px 0 65px;
}

input,
textarea,
button {
  outline: 0;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}
.flex-block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* cv btn */
.cv-area {
  text-align: center;
}
.cv-area .cv-btn {
  width: 450px;
  display: inline-block;
  background: #a478a7;
  border: 3px solid #a478a7;
  border-radius: 34.5px;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  margin-top: 60px;
  padding: 21.5px 0 21.5px 7px;
  box-sizing: border-box;
  position: relative;
  transition: all 300ms 0s ease;
}

iframe.iframe_ad {
  width: 80%;
  height: 550px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

/*20191121*/
.app-area {
  text-align: center;
}
.app-area .app-btn {
  width: 450px;
  display: inline-block;
  background: #80ba54;
  border: 3px solid #80ba54;
  border-radius: 34.5px;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  margin-top: 60px;
  padding: 21.5px 0 21.5px 7px;
  box-sizing: border-box;
  position: relative;
  transition: all 300ms 0s ease;
}
.app-area .app-btn:hover {
  color: #80ba54;
  background: #fff;
}

/*.cv-area .cv-btn::before {
  content: "";
  display: block;
  width: 95px;
  height: 85px;
  background: url("../images/btn-before.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  left: 20px;
}
.cv-area .cv-btn::after {
  content: "";
  display: block;
  width: 95px;
  height: 85px;
  background: url("../images/btn-after.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  right: 20px;
}
*/
.cv-area .cv-btn:hover {
  color: #a478a7;
  background: #fff;
}

/* header */
header {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.header-inner .header-cont,
.footer-cont {
  height: 90px;
  padding: 33px 0;
  vertical-align: middle;
}
.header-cont .logo,
.footer-cont .logo {
  width: 300px;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.header-cont p,
.footer-cont p {
  display: inline-block;
  position: relative;
  top: 10px;
}
.header-cont .header-point,
.footer-cont .footer-point {
  font-weight: bold;
  background: #ffeeb2;
  border: 2px dotted #9c6d9f;
  margin: auto 0 auto 15px;
  padding: 2px 15px;
}
_:-ms-lang(x)::-ms-backdrop,
.header-cont .header-point {
  line-height: 2;
  padding: 5px 15px 0;
}
_:-ms-lang(x)::-ms-backdrop,
.footer-cont .footer-point {
  line-height: 2;
  padding: 5px 15px 0;
}

/* footer */
.footer-cont {
  height: auto;
  padding-bottom: 0;
}
.footer-cont .footer-text {
  top: 50px;
  line-height: 1.6;
}
.ft-linkMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
}
.ft-linkMenu .ft-link-list {
  padding: 0 10px;
  border-right: 1px solid #3b3b3b;
}
.ft-linkMenu .ft-link-list:nth-last-of-type(1) {
  border: none;
}
.ft-linkMenu .ft-link-list a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.ft-copylight {
  height: 76px;
  background: #a478a7;
  margin-top: 54px;
  padding-top: 15px;
  box-sizing: border-box;
  margin-bottom: 75px;
}
.ft-copylight p {
  text-align: center;
}
.ft-copylight p small {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.footer_btn ul li.menu a {
  background: #a478a7;
}
.footer_btn ul li.contact a {
  background: #80ba54;
}
.footer_btn ul li.menu a:hover,
.footer_btn ul li.contact a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
/* FV・nav */
.fv {
  min-width: 1000px;
}
.fv .nav-area {
  position: relative;
  bottom: 4em;
  text-align: center;
  height: 30px;
}
.fv nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.fv nav ul .gvMenu-list {
  /*padding: 0 22px;*/
  padding: 0 16px; /*191031 edit*/
  border-right: 1px solid #fff;
}
.fv nav ul .gvMenu-list:nth-last-of-type(1) {
  border: none;
}
.fv nav a {
  color: #fff;
  font-weight: bold;
  font-size: 16px; /*191031 add*/
}
.fv nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1750px) {
  .fv .nav-area {
    bottom: 3.6em;
  }
}
@media screen and (max-width: 1550px) {
  .fv .nav-area {
    bottom: 3.6em;
  }
}
@media screen and (max-width: 1300px) {
  .fv .nav-area {
    bottom: 2.9em;
  }
}
@media screen and (max-width: 1170px) {
  .fv .nav-area {
    bottom: 2.5em;
  }
}

#cont01 .cont01-topImg {
  margin-top: 70px;
}
#cont01 .flex-block img {
  width: 47%;
  height: auto;
}
#cont01 .clinic-philosophy {
  background: url("../images/cont01_bg.png") no-repeat left top;
  background-size: cover;
  border: 3px solid #f4af48;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 55px;
  padding: 35px 40px 50px;
}
#cont01 .clinic-philosophy-title {
  padding-bottom: 45px;
  margin-bottom: 30px;
  background: url("../images/cont01_line.png") no-repeat bottom left;
  background-size: 100%;
}
#cont01 .philosophy-box {
  width: 48%;
  height: 310px;
  background: #fff;
  border-bottom: 5px solid #ccc6b1;
  border-radius: 40px;
  padding: 55px 0 0;
  box-sizing: border-box;
}
#cont01 .philosophy-box p {
  text-align: center;
}
#cont01 .philosophy-box p img {
  height: 70px;
  width: auto;
}
#cont01 .philosophy-box .font-b {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.4em;
}
#cont01 .philosophy-box:nth-of-type(2) .font-b {
  margin-top: 30px;
}
#cont01 .clinic-philosophy .mt-50 {
  margin-top: 50px;
}

#cont02 {
  background: url("../images/cont02_bg.png") no-repeat top left;
  background-size: cover;
  padding: 115px 0 95px;
}
#cont02 .merit-list {
  margin-top: 55px;
}
#cont02 .merit-list-item {
  width: 32%;
  float: left;
  margin-right: 2%;
}
#cont02 .merit-list-item:nth-of-type(3n) {
  margin-right: 0;
}
#cont02 .merit-list-item:nth-of-type(-n + 3) {
  height: 610px;
  margin-bottom: 35px;
}
#cont02 .merit-list-item p {
  letter-spacing: -1px;
}
#cont02 .merit-list-item .merit-list-title {
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}

#cont03 .slider {
  width: 1040px;
  margin-top: 65px;
  margin-left: -20px;
}
#cont03 .slider-item {
  width: 100%;
  border: 3px solid #a478a7;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 35px 30px 35px 25px;
  margin: 0 20px;
}
#cont03 .slider-item li {
  margin-bottom: 30px;
}
#cont03 .slider-item .slider-item-left {
  width: 33%;
  float: left;
  box-sizing: border-box;
}
#cont03 .slider-item .slider-item-right {
  width: 66%;
  float: right;
}
#cont03 .slider-item .slider-item-imgbox {
  background: url("../images/cont03_bg.png") no-repeat center;
  background-size: contain;
  text-align: center;
  padding: 20px;
}
#cont03 .slider-item .slider-item-imgbox img {
  width: 90%;
  margin: 0 auto;
}
#cont03 .slider-item .slider-item-name {
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
#cont03 .slider-item .slider-item-title {
  font-size: 24px;
  letter-spacing: -1px;
}
#cont03 .slider-item .slider-item-title span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #a478a7;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
_:-ms-lang(x)::-ms-backdrop,
#cont03 .slider-item .slider-item-title span {
  box-sizing: border-box;
  line-height: 2;
}

#cont04 {
  background: url("../images/cont04_bg.png") no-repeat top center;
  background-size: cover;
  padding: 120px 0 100px;
}
#cont04 .text-box {
  width: 65%;
  margin-top: 80px;
}
#cont04 .text-box p {
  line-height: 2.6;
}
#cont04 .text-box p:nth-of-type(1) {
  margin-bottom: 50px;
}

#cont05 h2 + p {
  margin-top: 75px;
}
#cont05 .recruitment-list-item {
  margin-top: 20px;
  border: 3px solid #a478a7;
  border-radius: 20px;
  overflow: hidden;
}
#cont05 .recruitment-list-item .inner {
  display: none;
}
#cont05 .recruitment-list-item .recruitment-cont {
  font-size: 24px;
  padding: 40px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
_:-ms-lang(x)::-ms-backdrop,
#cont05 .recruitment-list-item .recruitment-cont {
  box-sizing: border-box;
  padding-top: 48px;
}
#cont05 .recruitment-list-item .recruitment-cont::after {
  content: "+";
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 30px;
  color: #fff;
  background: #a478a7;
  text-align: center;
  position: absolute;
  top: 35px;
  right: 40px;
}
_:-ms-lang(x)::-ms-backdrop,
#cont05 .recruitment-list-item .recruitment-cont::after {
  box-sizing: border-box;
  padding-top: 5px;
  top: 40px;
}
#cont05 .recruitment-list-item.active .recruitment-cont::after {
  content: "ー";
  font-size: 15px;
  line-height: 40px;
}
_:-ms-lang(x)::-ms-backdrop,
#cont05 .recruitment-list-item.active .recruitment-cont::after {
  padding-top: 0;
}
#cont05 .recruitment-list-item .recruitment-cont:hover {
  text-decoration: underline;
}
#cont05 .recruitment-list-item .recruitment-list-text {
  background: #b48db7;
  border-top: 3px solid #a478a7;
  padding: 25px 40px;
}
#cont05 .recruitment-list-item .recruitment-list-text p {
  color: #fff;
}
/* edited 191029 */
/*
#cont06 {
  background: url("../images/cont06_bg.png") no-repeat top center;
  /* background-size: cover; */
/* padding: 120px 0 100px;
}

*/
#cont06 {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #ffeeb9;
  background-image: url(../../common/img/bg_border_25.png);
  background-position: left top;
  background-size: 32px auto;
  position: relative;
}

#cont06::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%) scale(1, 1);
  display: block;
  width: 100%;
  height: 30px;
  background-color: #ffeeb9;
  background-image: url(../../common/img/bg_border_25.png);
  background-position: left top;
  background-size: 32px auto;
  z-index: 2;
  mask-image: url(../../home/img/mask_1.png);
  -webkit-mask-image: url(../../home/img/mask_1.png);
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-size: 150px auto;
  -webkit-mask-size: 150px auto;
  mask-position: center top;
  -webkit-mask-position: center top;
}
#cont06::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%) scale(-1, -1);
  display: block;
  width: 100%;
  height: 30px;
  background-color: #ffeeb9;
  background-image: url(../../common/img/bg_border_25.png);
  background-position: left top;
  background-size: 32px auto;
  z-index: 2;
  mask-image: url(../../home/img/mask_1.png);
  -webkit-mask-image: url(../../home/img/mask_1.png);
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-size: 150px auto;
  -webkit-mask-size: 150px auto;
  mask-position: center top;
  -webkit-mask-position: center top;
}
@media screen and (max-width: 1000px) {
  #cont06::before {
    height: 15px;
    mask-size: 75px auto;
    -webkit-mask-size: 75px auto;
  }

  #cont06::after {
    height: 15px;
    mask-size: 75px auto;
    -webkit-mask-size: 75px auto;
  }
}

#cont06 .recruitment-items {
  margin-top: 50px;
}

#cont06 .tab {
  width: 32%;
  height: 100px;
  line-height: 74px;
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  color: #a478a7;
  background: #fff;
  border: 3px solid #a478a7;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
#cont06 .tab:nth-of-type(1) {
  line-height: 1.5;
  padding-top: 15px;
}
#cont06 .tab:nth-of-type(2) {
  margin: 0 2%;
}
#cont06 .tab span {
  font-size: 14px;
  display: block;
}
#cont06 .tab:hover {
  background: #a478a7;
  color: #fff;
}
#cont06 .panel-group {
  background: #fff;
  border: 3px solid #a478a7;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 35px 40px;
  position: relative;
  top: -20px;
}
#cont06 .panel {
  display: none;
}
#cont06 .tab.is-active {
  background: #a478a7;
  color: #fff;
  transition: all 0.2s ease-out;
}
#cont06 .panel.is-show {
  display: block;
}
#cont06 .recruitment-table {
  border: 1px solid #a478a7;
}
#cont06 .recruitment-table tr {
  border-bottom: 1px solid #a478a7;
}
#cont06 .recruitment-table td {
  padding: 20px 20px;
}
#cont06 .recruitment-table .recruitment-table-item {
  width: 170px;
  background: #f5e8f6;
  font-size: 20px;
  border-right: 1px solid #a478a7;
}
#cont06 .recruitment-table td p {
  line-height: 1.5;
}
#cont06 .recruitment-table td p + p {
  margin-top: 35px;
}

#cont07 .map-area {
  margin-top: 60px;
}
#cont07 .map-area iframe {
  width: 100%;
}
#cont07 .info-area {
  margin-top: 25px;
  background: #f2dff4;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px;
}
#cont07 .info-area p img,
#cont07 .info-area a img {
  width: 98%;
  display: block;
  margin: 0 auto;
}
#cont07 .info-area .medical-examination {
  text-align: center;
  font-size: 28px;
  margin-top: 15px;
}
#cont07 .info-area address {
  font-style: normal;
  line-height: 1.5;
  margin-top: 15px;
}

#cont08 {
  background: url("../images/cont08_bg.png") no-repeat top center;
  background-size: cover;
  padding: 100px 0 90px;
}
#cont08 .form-box {
  background: #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 0 40px 65px;
  box-sizing: border-box;
}
#cont08 .form-box .form-box-up {
  background: url("../images/cont08_line.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 40px;
}
#cont08 .form-box .form-title {
  padding-top: 40px;
  text-align: center;
}
#cont08 .form-box a {
  display: block;
  width: 40%;
  margin: 30px auto 0;
}
#cont08 .form-box .form-text {
  margin-top: 25px;
  text-align: center;
}
#cont08 .form-table {
  width: 770px;
  margin: 30px auto 0;
}
#cont08 .form-table td {
  font-weight: bold;
  padding: 16.5px 0;
}
#cont08 .form-table td:nth-of-type(1) {
  width: 240px;
  vertical-align: middle;
}
#cont08 .form-table tr:nth-last-of-type(1) td:nth-of-type(1) {
  vertical-align: top;
  padding-top: 25px;
}
#cont08 .form-table .required {
  font-size: 14px;
  line-height: 1;
  background: #ffba00;
  border-radius: 12.5px;
  padding: 5.5px 10px;
  margin-right: 17px;
  position: relative;
  top: -3px;
}
#cont08 .form-table .any {
  background: #fff1c5;
}
#cont08 .form-table input[type="text"],
#cont08 .form-table input[type="tel"],
#cont08 .form-table input[type="email"],
#cont08 .form-table textarea {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  background: #f5f5f5;
  border: none;
  border-radius: 20px;
  padding: 12px 15px;
  resize: none;
}
#cont08 .form-table .your-age input[type="text"] {
  width: 50px;
}
#cont08 .form-table .radio-btn {
  display: inline-block;
  margin-right: 20px;
}
#cont08 .form-table input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  top: -1px;
}
#cont08 .form-table input[type="radio"] + label span {
  background-color: #f5f5f5;
}
#cont08 .form-table input[type="radio"]:checked + label span {
  background-color: #000;
}
#cont08 .form-table input[type="radio"] + label span,
#cont08 .form-table input[type="radio"]:checked + label span {
  transition: background-color 0.4s linear;
}
#cont08 .cv-area .cv-btn::before,
#cont08 .cv-area .cv-btn::after {
  display: none;
}
/*20191121*/
#cont08 .app-merit {
  background: url("../images/cont01_bg.png") no-repeat left top;
  background-size: cover;
  border: 3px solid #f4af48;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 55px;
  padding: 35px 40px 50px;
}
.merit_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  color: #a478a7;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}
.merit_ttl::before,
.merit_ttl::after {
  content: "";
  display: block;
  margin: 0 25px;
  width: 74px;
  height: 32px;
  background-image: url(../../home/img/ico_1.svg);
  background-position: center;
  background-size: contain;
}
.merit_list li {
  background: url(https://www.magojibi.jp/wp-content/uploads/2019/11/star.png)
    no-repeat;
  background-size: 1.5em;
  padding-left: 1.8em;
  line-height: 2em;
}

.slick-next {
  right: -100px !important;
}
.slick-prev {
  left: -100px !important;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

/* Contact Form 7 style */
.screen-reader-response {
  display: none;
}
span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 0.5rem;
  color: red;
}
.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 1rem;
  color: red;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.wpcf7-mail-sent-ok {
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
  color: #a478a7;
}
.wpcf7-list-item {
  margin-right: 1rem;
}
@media screen and (min-width: 770px) {
  #cont08 .form-table input[type="radio"] {
    /* display:none; */
    vertical-align: top;
    margin-right: 0.5rem;
  }
}

/*** SNS ***/
#sns_wrap ul {
  display: flex;
  justify-content: center;
  margin-right: -50px;
  margin-top: 50px;
}
#sns_wrap ul li {
  margin-right: 50px;
  width: 76px;
}

/* sp */
@media screen and (max-width: 769px) {
  body {
    font-size: 12px;
    overflow-x: hidden;
  }

  .pc-display {
    display: none !important;
  }
  .pc-block {
    display: inline;
  }
  .sp-display {
    display: block !important;
  }
  .sp-block {
    display: block;
  }

  .wrap {
    width: 90%;
    margin: 0 auto;
  }
  h2 {
    width: 105%;
    position: relative;
    left: -2.5%;
  }
  p {
    font-size: 12px;
    line-height: 1.8;
  }

  section {
    margin: 0 auto;
    padding: 20px 0 0;
  }

  .cv-area .cv-btn {
    width: 295px;
    margin-top: 28px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
  }
  .cv-area .cv-btn::before {
    width: 60px;
    height: 53px;
    left: 13.5px;
  }
  .cv-area .cv-btn::after {
    width: 53px;
    height: 53px;
    right: 12.5px;
  }

  iframe.iframe_ad {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }

  /*20191121*/
  .app-area .app-btn {
    width: 295px;
    margin-top: 28px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
  }
  .app-area .app-btn::before {
    width: 60px;
    height: 53px;
    left: 13.5px;
  }
  .app-area .app-btn::after {
    width: 53px;
    height: 53px;
    right: 12.5px;
  }

  /*-----------------------
      common
  -----------------------*/

  /* header */
  .header-inner {
    width: 95%;
  }
  .header-inner .header-cont,
  .footer-cont {
    height: auto;
    padding: 10px 0 7.5px;
    position: relative;
  }
  .header-cont .logo,
  .footer-cont .logo {
    width: 145px;
    margin-right: 5px;
    float: left;
  }
  .header-cont p,
  .footer-cont p {
    font-size: 10px;
    top: 5px;
  }
  .header-cont p {
    top: 7px;
  }
  .header-cont .header-point,
  .footer-cont .footer-point {
    padding: 3.5px 4.5px;
    margin-left: 0;
    line-height: 1;
    border-width: 1px;
  }
  .header-cont .header-point {
    top: 10px;
  }

  #nav-toggle {
    display: block;
    background: #a478a7;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 100001;
    margin-top: -3px;
    transition: 0.5s;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 60%;
    background: #fff;
    left: 20%;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 13px;
  }
  #nav-toggle span:nth-child(2) {
    top: 17px;
  }
  #nav-toggle span:nth-child(3) {
    top: 21px;
  }
  #nav-toggle.open span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav-toggle.open span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #sp-menu {
    display: none !important;
    width: 100%;
    height: auto;
    background-color: #a478a7;
    position: fixed;
    top: 0;
    right: 0;
    padding: 30px 35px 30px;
    box-sizing: border-box;
    z-index: 5000;
    transition: all 500ms 0s ease;
    opacity: 0;
  }
  #sp-menu.open {
    display: block !important;
    opacity: 1;
  }
  #sp-menu.open + #nav-toggle {
    display: flex;
  }
  #sp-menu .top-nav {
    display: block;
    margin-top: 20px;
  }
  .top-nav li,
  .top-nav li a {
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  /* footer */
  .ft-copylight {
    margin-bottom: 60px;
  }
  .footer-cont {
    padding-top: 30px;
    position: relative;
  }
  .footer-cont h1 {
    width: 48%;
  }
  .footer-cont .footer-text {
    top: 0;
  }
  .footer-cont .footer-text-top {
    width: 55%;
    margin-left: 45%;
    top: 9px;
  }
  .footer-cont .footer-point {
    top: 15px;
  }
  .footer-cont .footer-text-bottom {
    text-align: center;
    margin-top: 22px;
    clear: both;
    font-size: 12px;
  }
  .ft-linkMenu.sp-display {
    padding-left: 0;
    margin-top: 25px;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ft-linkMenu.ft-linkMenu-bottom {
    margin-top: 12px;
  }
  .ft-linkMenu .ft-link-list {
    padding: 0 8px;
  }
  .ft-linkMenu .ft-link-list a {
    font-size: 12px;
  }
  .ft-copylight {
    height: 45px;
    margin-top: 15px;
    padding-top: 13px;
  }
  .ft-copylight p small {
    font-size: 11px;
  }

  .fv {
    min-width: 100%;
    margin-top: 7px;
  }
  #cont01 .cont01-topImg {
    margin-top: 20px;
  }
  #cont01 .cont01-topImg img {
    height: 100%;
  }
  #cont01 .clinic-philosophy {
    margin-top: 20px;
    padding: 18.5px 20px;
    border-radius: 10px;
    border-width: 1.5px;
    background: url(../images/cont01_bg_sp.png) no-repeat left top;
    background-size: cover;
  }
  #cont01 .clinic-philosophy-title {
    display: block;
    background: url(../images/cont01_line_sp.png) no-repeat bottom left;
    background-size: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #cont01 .philosophy-box {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border-width: 2.5px;
    padding-top: 20px;
    margin-bottom: 12px;
  }
  #cont01 .philosophy-box p img {
    width: 85%;
    height: auto;
    margin: 0 auto;
  }
  #cont01 .philosophy-box .font-b,
  #cont01 .philosophy-box:nth-of-type(2) .font-b {
    font-size: 16px;
    margin: 20px 0 20px;
  }
  #cont01 .philosophy-box:nth-of-type(2) .font-b {
    letter-spacing: -1px;
  }
  #cont01 .clinic-philosophy .mt-50 {
    margin-top: 25px;
  }

  #cont02 {
    background: url(../images/cont02_bg_sp.png) no-repeat top left;
    background-size: 100%;
    padding: 37.5px 0 20px;
    margin-top: 17.5px;
  }
  #cont02 .merit-list {
    margin-top: 15px;
    margin-bottom: 0;
  }
  #cont02 .merit-list-item,
  #cont02 .merit-list-item:nth-of-type(3n) {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  #cont02 .merit-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  #cont02 .merit-list-item:nth-of-type(-n + 3) {
    height: auto;
    margin-bottom: 10px;
  }
  #cont02 .merit-list-item .merit-list-title {
    font-size: 15px;
    margin-top: 10px;
  }
  #cont02 .cv-area .cv-btn {
    margin-top: 15px;
  }

  #cont03 {
    background: url(../images/cont03_bg_sp.png) no-repeat top left;
    background-size: 100%;
    padding: 55.5px 0 16.5px;
  }
  #cont03 .slider {
    width: 95%;
    margin: 12px auto 0;
  }
  #cont03 .slider-item {
    width: 100% !important;
    padding: 13px 18.5px;
    margin: 0 auto 11px;
    border-width: 1.5px;
    position: relative;
    cursor: pointer;
  }
  #cont03 .slider-item::before {
    content: "+";
    display: block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 15px;
    border: 1.5px solid #a478a7;
    border-radius: 50%;
    color: #a478a7;
    /* font-weight: bold; */
    text-align: center;
    position: absolute;
    top: 18px;
    right: 20px;
    transition: all 600ms 0s ease;
  }
  #cont03 .slider-item.active::before {
    content: "ー";
  }
  #cont03 .slider-item::after {
    content: "";
    display: block;
    clear: both;
  }
  #cont03 .slider-item.active {
    margin: 0 0 11px 0;
    padding: 35px 18.5px 0;
    border-radius: 10px;
    border-width: 1.5px;
  }
  .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  #cont03 .slider-item .slider-item-left {
    width: 80%;
    margin: 0 auto;
  }
  #cont03 .slider-item.active .slider-item-left {
    float: none;
  }
  #cont03 .slider-item .slider-item-imgbox {
    width: 40px;
    padding: 3px;
    float: left;
    margin-right: 15px;
    transition: all 600ms 0s ease;
  }
  #cont03 .slider-item .slider-item-name {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-right: 0;
    font-size: 15px;
    transition: all 600ms 0s ease;
  }
  #cont03 .slider-item.active .slider-item-imgbox {
    width: 100%;
    padding: 15px;
    float: none;
    box-sizing: border-box;
  }
  #cont03 .slider-item.active .slider-item-name {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    margin-top: 23px;
    text-align: center;
  }

  #cont03 .slider-item .slider-item-right {
    width: 100%;
    display: none;
  }
  #cont03 .slider-item.active .slider-item-right {
    display: block;
  }

  #cont03 .slider-item .slider-item-title {
    font-size: 14px;
    margin-top: 25px;
  }
  #cont03 .slider-item .slider-item-title span {
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 6.5px;
    top: -1px;
  }

  #cont04 {
    background: url(../images/cont04_bg_sp.png) no-repeat top center;
    background-size: cover;
    padding: 38px 0 280px;
  }
  #cont04 .text-box {
    width: 100%;
    margin-top: 26.5px;
  }
  #cont04 .text-box p {
    line-height: 1.8;
  }
  #cont04 .text-box p:nth-of-type(1) {
    margin-bottom: 10px;
  }

  #cont05 {
    padding: 30px 0;
  }
  #cont05 h2 + p {
    margin: 25px 0 10px;
  }
  #cont05 .recruitment-list-item {
    border-radius: 10px;
    border-width: 1.5px;
  }
  #cont05 .recruitment-list-item .recruitment-cont {
    font-size: 15px;
    padding: 16.5px 40px 15px 20px;
    line-height: 1.2;
  }
  #cont05 .recruitment-list-item .recruitment-cont::after {
    width: 18px;
    height: 18px;
    font-size: 15px;
    line-height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
  }
  #cont05 .recruitment-list-item.active .recruitment-cont::after {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }
  #cont05 .recruitment-list-item .recruitment-list-text {
    padding: 18px;
  }
  /* edited 191029 */
  /*
  #cont06 {
    background: url("../images/cont06_bg_sp.png") no-repeat top center;
    background-size: 100%;
    padding: 35px 0 0;
  }*/
  #cont06 {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  #cont06 .wrap {
    width: 100%;
  }
  #cont06 h2 {
    width: 93%;
    margin: 0 auto;
    left: 2px;
  }
  #cont06 .recruitment-items {
    margin-top: 24px;
  }
  #cont06 .tab-group {
    width: 93%;
    margin: 0 auto;
  }
  #cont06 .tab {
    width: 31%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    padding: 0;
    border-bottom: none;
    border-width: 1.5px;
    border-radius: 10px 10px 0 0;
  }
  #cont06 .tab:nth-of-type(1) {
    padding-top: 10px;
  }
  #cont06 .tab:nth-of-type(2) {
    margin: 0 1%;
  }
  #cont06 .tab span {
    font-size: 8px;
    text-align: center;
  }
  #cont06 .panel-group {
    padding: 15px 0;
    border-width: 1.5px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    top: 0;
  }
  #cont06 .panel {
    width: 93%;
    margin: 0 auto;
  }
  #cont06 .recruitment-table {
    width: 100%;
    margin: 0 auto;
  }
  #cont06 .recruitment-table td {
    padding: 13.5px;
  }
  #cont06 .recruitment-table .recruitment-table-item {
    width: 100px;
    font-size: 14px;
  }
  #cont06 .recruitment-table td p + p {
    margin-top: 25px;
  }

  #cont07 {
    /*background: url("../images/cont07_bg_sp.png") no-repeat top center;
    background-size: contain;
    */
    padding: 50px 0 20px;
  }
  #cont07 .map-area {
    margin-top: 25px;
  }
  #cont07 .map-area iframe {
    height: 250px;
  }
  #cont07 .info-area {
    margin-top: 16px;
    border-radius: 10px;
    padding: 15px 10px 13px;
  }
  #cont07 .info-area .info-text,
  #cont07 .info-area .info-img {
    width: 48%;
  }
  #cont07 .info-area .medical-examination {
    font-size: 14px;
    letter-spacing: -1px;
    margin-top: 10px;
  }
  #cont07 .info-area a {
    display: block;
    margin-top: 5px;
  }
  #cont07 .info-area address {
    font-size: 12px;
    margin-top: 7px;
  }

  /*** SNS ***/
  #sns_wrap ul {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -30px;
  }
  #sns_wrap ul li {
    margin-right: 30px;
  }

  #cont08 {
    background: url(../images/cont08_bg_sp.png) no-repeat top center;
    background-size: cover;
    padding: 41.5px 0 35px;
  }
  #cont08 .form-table {
    width: 100%;
  }
  #cont08 .form-box {
    margin-top: 22.5px;
    border-radius: 10px;
    padding: 0 20px 17.5px;
  }
  #cont08 .form-box .form-box-up {
    background: url(../images/cont08_line_sp.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 20px;
  }
  #cont08 .form-box .form-title {
    padding-top: 20px;
    font-size: 15px;
  }
  #cont08 .form-box a {
    width: 190px;
    margin-top: 15px;
  }
  #cont08 .form-box .form-text {
    margin-top: 15px;
  }
  #cont08 .form-table {
    margin-top: 15px;
  }
  #cont08 .form-table tr {
    display: block;
    margin-bottom: 15px;
  }
  #cont08 .form-table tr:nth-last-of-type(1) {
    margin-bottom: 9px;
  }
  #cont08 .form-table td,
  #cont08 .form-table td:nth-of-type(1) {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 0 0;
  }
  #cont08 .form-table .required {
    font-size: 10px;
    padding: 4px 6px;
    margin-right: 15px;
    top: -1px;
  }
  #cont08 .form-table input[type="text"],
  #cont08 .form-table input[type="tel"],
  #cont08 .form-table input[type="email"],
  #cont08 .form-table textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    font-size: 12px;
  }
  #cont08 .form-table .radio-btn {
    margin: 15px 20px 0 0;
  }
  #cont08 .form-table input[type="radio"] + label span {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }
  #cont08 .form-table tr:nth-last-of-type(1) td:nth-of-type(1) {
    padding-top: 7.5px;
  }
  #cont08 .cv-area .cv-btn {
    width: 70%;
    margin-top: 0;
    font-size: 12px;
  }
  #cont08 .app-merit {
    padding: 20px 10px 20px;
    border-radius: 20px;
  }
  #cont08 .merit_ttl {
    margin-bottom: 20px;
    color: #a478a7;
    font-size: 20px;
  }
  #cont08 .merit_ttl::before,
  #cont08 .merit_ttl::after {
    margin: 0 10px;
    width: 60px;
    height: 16px;
  }
  br.sp_br {
    display: none;
  }

  /* Contact Form 7 style */
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7-list-item {
    display: block;
    width: 50%;
    margin: 1rem 0;
  }
  .wpcf7-mail-sent-ok {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #a478a7;
  }
}
@media screen and (max-width: 395px) {
  .sp-ssbox {
    display: block;
    line-height: 1;
  }
  .cv-area .cv-btn,
  .app-area .app-btn {
    width: 100%;
  }
  .cv-area .cv-btn::before {
    left: 0;
  }
  .cv-area .cv-btn::after {
    right: 0;
  }
  #cont02 {
    background-size: cover;
  }
  #cont03 .slider-item .slider-item-name {
    font-size: 14px;
  }
  #cont06 .tab:nth-of-type(1) {
    font-size: 10px;
  }
  #cont07 .info-area .medical-examination {
    font-size: 13px;
  }
  .footer-cont .footer-text-top {
    top: -1px;
  }
  .footer-cont .footer-point {
    top: 3px;
  }
  /* .ft-linkMenu.ft-linkMenu-up { */
  /* display: block !important;
    width: 105%;
    margin-left: -2.5%; */
  /* } */
  .ft-linkMenu.ft-linkMenu-up .ft-link-list {
    /* width: 47.5%; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
  }
  /* .ft-linkMenu.ft-linkMenu-up .ft-link-list:nth-of-type(2n) {
    border-right: none;
  } */
  .ft-linkMenu.ft-linkMenu-bottom {
    margin-top: 0;
  }
  .ft-copylight p small {
    font-size: 10px;
  }
}
@media screen and (max-width: 330px) {
  .header-cont p {
    top: 0;
  }
  .header-cont .header-point {
    top: 4px;
  }
  #cont02 .merit-list-item .merit-list-title {
    font-size: 13px;
  }
  #cont03 .slider-item {
    padding: 11px 11px;
  }
  #cont03 .slider-item .slider-item-imgbox {
    margin-right: 10px;
  }
  #cont03 .slider-item::before {
    top: 15px;
    right: 15px;
  }
  #cont04 .text-box p {
    line-height: 1.5;
  }
  #cont07 .info-area .medical-examination {
    font-size: 10px;
  }
}

/* cs_blog_wrap add 191029 */
/* ---------------------------------------------------- */
/* ボタン add 191029 */
.design_button a {
  border-radius: 27px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.design_button a:hover {
  opacity: 0.6;
}
.design_button a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  min-width: 220px;
  padding: 0 20px;
  background: #afcfd2;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.design_button a:hover {
  background: #6598a1;
  color: #fff;
}

.cs_blog_wrap {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #80ba54;
  background-image: url(../../common/img/bg_dot_10.png);
  background-position: left top;
  background-size: 13px auto;
  position: relative;
  box-sizing: border-box;
}

.cs_blog_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%) scale(1, 1);
  display: block;
  width: 100%;
  height: 33px;
  background-color: #80ba54;
  background-image: url(../../common/img/bg_dot_10.png);
  background-position: left 8px top;
  background-size: 13px auto;
  z-index: 2;
  mask-image: url(../../home/img/mask_1.png);
  -webkit-mask-image: url(../../home/img/mask_1.png);
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-size: 150px auto;
  -webkit-mask-size: 150px auto;
  mask-position: center top;
  -webkit-mask-position: center top;
}
.page_target .section_inner,
.cs_blog_wrap .section_inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1220px;
  box-sizing: border-box;
}
.cs_blog_wrap .sec_ttl {
  margin-bottom: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

.cs_blog_wrap .sec_ttl .en {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.cs_blog_wrap .inner_wrap {
  position: relative;
  margin-bottom: 35px;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
}

.cs_blog_wrap .archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
}

.cs_blog_wrap .archive li {
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  width: 48%;
  border-top: 6px dotted #80ba54;
}
.cs_blog_wrap .archive li span {
  align-self: center;
}
.cs_blog_wrap .archive li span.thm {
  width: 120px;
  box-sizing: border-box;
  margin-right: 10px;
  display: block;
}
.cs_blog_wrap .archive li span.thm img {
  max-width: 100%;
  height: auto;
  border-radius: 10%;
}
.cs_blog_wrap .archive li:nth-child(-n + 2) {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.cs_blog_wrap .archive li .date {
  padding: 5px 10px;
  color: #fff;
  background-color: #f4af48;
  border-radius: 20px;
  font-size: 14px;
  line-height: 14px;
  display: inline;
  /*  margin-left: 10px;*/
}

.cs_blog_wrap .archive li .item_ttl {
  display: block;
  padding-top: 1px;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 10px;
}

.cs_blog_wrap .button_more {
  text-align: center;
}
.cs_blog_wrap .button_more a {
  color: #80ba54;
  background-color: #fff !important;
}

.cs_blog_wrap .button_more a:hover {
  color: #80ba54 !important;
  background-color: #fff !important;
}
.cs_blog_wrap .section_inner + .section_inner {
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  .cs_blog_wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .cs_blog_wrap::before {
    height: 15px;
    mask-size: 75px auto;
    -webkit-mask-size: 75px auto;
  }

  .cs_blog_wrap .sec_ttl {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
  }

  .cs_blog_wrap .sec_ttl .en {
    margin-top: 5px;
    font-size: 12px;
  }

  .cs_blog_wrap .inner_wrap {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
  }

  .cs_blog_wrap .archive {
    display: block;
    padding: 0;
  }

  .cs_blog_wrap .archive li {
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
  }
  .cs_blog_wrap .archive li span.thm {
    width: 120px;
    box-sizing: border-box;
    margin-right: 10px;
    display: block;
    margin-left: 0;
  }
  .cs_blog_wrap .archive li span.thm img {
    max-width: 100%;
    height: auto;
  }

  .cs_blog_wrap .archive li:nth-child(-n + 2) {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 6px dotted #80ba54;
  }

  .cs_blog_wrap .archive li:nth-child(1) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

  .cs_blog_wrap .archive li .date {
    display: table;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    background-color: #f4af48;
    border-radius: 20px;
  }

  .cs_blog_wrap .archive li .item_ttl {
    padding-top: 5px;
    padding-left: 0;
  }
  .cs_blog_wrap .section_inner + .section_inner {
    margin-top: 40px;
  }
}

/* 修正_220617 */
/* .header-inner .header-cont,
.footer-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-cont {
  flex-wrap: wrap;
}

.header-cont .logo,
.footer-cont .logo {
  width: 480px;
}
.header-cont .logo a,
.footer-cont .logo a {
  display: flex;
}
.header-cont .logo a &gt; img:first-of-type,
.footer-cont .logo a &gt; img:first-of-type {
  margin-right: 20px;
}
.header-cont .header-point br,
.footer-cont .footer-point br {
  display: none;
}
@media (max-width: 767px) {
  .header-inner .header-cont {
    justify-content: flex-start;
  }
  .footer-cont {
    justify-content: center;
  }
  .header-cont .logo,
  .footer-cont .logo {
    width: initial;
  }
  .header-cont .logo a &gt; img,
  .footer-cont .logo a &gt; img {
    width: 110px;
  }
  .header-cont .logo a &gt; img:first-of-type,
  .footer-cont .logo a &gt; img:first-of-type {
    margin-right: 10px;
  }
  .header-cont .header-point br,
  .footer-cont .footer-point br {
    display: block;
  }
  .header-cont .header-point,
  .footer-cont .footer-point {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
    position: initial;
  }
} */
/* 修正_220620 */
.header-inner .header-cont,
.footer-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-cont .logo,
.footer-cont .logo {
  width: initial;
}
.header-cont .logo &gt; a,
.footer-cont .logo &gt; a {
  display: flex;
}
.header-cont .logo &gt; a &gt; img:first-of-type,
.footer-cont .logo &gt; a &gt; img:first-of-type {
  margin-right: 20px;
}
.footer-cont .logo &gt; a &gt; img {
  width: 200px;
}
.header-cont .header-point {
  position: initial;
}
.header-cont .header-point br {
  display: none;
}
@media screen and (max-width: 769px) {
  .header-inner .header-cont {
    justify-content: flex-start;
  }
  .header-cont .header-point br {
    display: block;
  }
  .header-cont .header-point {
    text-align: center;
  }
  .header-cont .logo &gt; a &gt; img:first-of-type,
  .footer-cont .logo &gt; a &gt; img:first-of-type {
    margin-right: 10px;
  }
  .header-cont .logo &gt; a &gt; img {
    width: 110px;
  }
  .footer-cont .logo &gt; a &gt; img {
    width: 160px;
  }
  .footer-cont {
    flex-wrap: wrap;
  }
}
/* アクセスに馬込院追加 */
.map-area {
  border: 4px solid;
  border-radius: 20px;
  overflow: hidden;
}
.map-area .clinic_ttl {
  font-size: 1.6rem;
  text-align: center;
  padding: 10px;
  color: white;
}
.__nishimagome .map-area {
  border-color: #a478a7;
}
.__nishimagome .map-area .clinic_ttl {
  background: #a478a7;
}
.__nishimagome .info-area .rec_tel {
  color: #a478a7;
}
.__magome .map-area {
  border-color: #ff8412;
}
.__magome .map-area .clinic_ttl {
  background: #ff8412;
}
.__magome .info-area .rec_tel {
  color: #ff8412;
}
/* 大井町も追加 */
.__oimachi .map-area {
  border-color: #7c679a;
}
.__oimachi .map-area .clinic_ttl {
  background: #7c679a;
}
.__oimachi .info-area .rec_tel {
  color: #7c679a;
}
.info-area .rec_tel {
  font-size: 2.7rem;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
}
.info-area .rec_tel:hover {
  border-bottom: 2px solid;
}
#cont07 .__magome .info-area {
  background: #ffeeb9;
}
#cont07 .__oimachi .info-area {
  /* background: #c8bed2; */
  background: #e3dbea;
}
@media screen and (max-width: 769px) {
  .map-area .clinic_ttl {
    font-size: 1.2rem;
  }
  #cont07 .info-area a {
    font-size: clamp(14px, 5.7vw, 42px);
  }
  .map-area {
    border: 2px solid;
    border-radius: 10px;
  }
}
.cont01-topImg img {
  border: 3px solid #f4af48;
  border-radius: 20px;
  box-sizing: border-box;
}
#cont07 .info-area .medical-examination {
  font-size: 22px;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .cont01-topImg img {
    border-radius: 10px;
    border-width: 1.5px;
  }
  #cont07 .info-area .medical-examination {
    font-size: 14px;
  }
  #cont07 .info-area address {
    white-space: nowrap;
  }
}

/* メリット修正_221130 */
@media (min-width: 768px) {
  #cont02 .merit-list-item .merit-list-title {
    font-size: 23px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 769px) {
  #cont02 .merit-list-item .merit-list-title {
    letter-spacing: -0.5px;
    font-size: 12px;
  }
}

/* 応募フォーム追加、初期レイアウト修正_240515 */
#cont08 .form-table td:nth-of-type(1) {
  width: 250px;
}
@media screen and (max-width: 769px) {
  .wpcf7-list-item {
    width: calc(50% - 12px);
  }
}
.form-table .check_find .wpcf7-list-item {
  display: block;
  width: 100%;
}
#cont08 .form-table .check_find td:nth-of-type(1) {
  vertical-align: top;
}

/* ラジオボタン修正_250120 */
@media screen and (min-width: 770px) {
  #cont08 .form-table input[type="radio"] {
    vertical-align: baseline;
  }
}
.cv-area p {
  text-align: center;
}

/* 大井町院追加_250514 */
.h_logo_oimachi {
  height: 60px;
  margin-left: 20px;
}
.f_logo_oimachi {
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .h_logo_oimachi {
    margin-left: 10px;
  }
  .header-inner .header-cont {
    flex-wrap: wrap;
  }
  .header-cont .header-point {
    margin: auto;
  }
  .header-cont .header-point br {
    display: none;
  }
  .header-cont .logo &gt; a &gt; img {
    width: 96px;
  }
  .footer-cont .logo &gt; a &gt; img {
    width: 96px;
  }
}
</pre></body></html>