@charset "UTF-8";

/* フォント関連 */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.charm {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}
.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}

/* 全体 */
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.wrap {
  position: relative;
}

.container {
  width: 1300px;
  max-width: 1300px;
}

img {
  width: 100%;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/* ヘッダー */
header {
  display: flex;
  padding: 20px 5px;
}
header h1 {
  display: flex;
  align-items: center;
}
header h1 .logo {
  width: 55px;
}
header h1 span {
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  width: 18em;
}

header .payment {
  width: 365px;
  padding: 0 10px;
}
header .payment p {
  font-size: 14px;
  text-align: center;
}

header .header-reserve {
  width: 260px;
  padding: 0 20px;
}
header .header-reserve p.title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
header .header-reserve p.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}
header .header-reserve p.phone img {
  width: 15px;
  height: 11px;
}
header .header-reserve p.phone a {
  font-size: 22px;
  color: #ed7a05;
  font-weight: bold;
  margin-left: 5px;
}
header .header-reserve p.time {
  font-size: 14px;
  text-align: center;
  margin-top: -5px;
}

header .counseling {
  width: 260px;
}
header .counseling a {
  background: rgb(253, 180, 0);
  background: linear-gradient(
    180deg,
    rgba(253, 180, 0, 1) 0%,
    rgba(237, 122, 5, 1) 70%,
    rgba(237, 122, 5, 1) 100%
  );
  color: #fff;
  display: block;
  padding: 20px 10px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
header .counseling a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 7px 0px 7px 8.66px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}

/* ナビゲーションメニュー */
nav ul {
  display: flex;
  align-items: center;
}

nav ul li {
  width: 14.2857%;
  display: block;
}

nav ul li a {
  background: #67b6e5;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

nav ul li:nth-child(even) a {
  background: #7bbde6;
}

/* スマホメニュー */
.hamburger-menu {
  position: fixed;
  z-index: 10;
}
.menu-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #7bbde6;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.5s;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

/* キービジュアル */
.main-counseling {
  width: 550px;
  margin: 30px auto 20px;
}
.main-counseling p {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
}

/* こんなお悩み */
.worries-wrap {
  background: #fafafa;
  padding-bottom: 30px;
}
.worries-wrap h2 {
  font-size: 48px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -29px;
}

.question-title {
  position: relative;
}
.question-title .bg-question {
  width: 80px;
  margin: auto;
  padding: 70px 0;
}

.worries-list-wrap {
  width: 900px;
  margin: auto;
}
.worries-list-wrap dl {
  display: flex;
  box-shadow: 0px 0px 10px 1px #ccc;
  margin-bottom: 20px;
  align-items: center;
}
.worries-list-wrap dl dt {
  width: 240px;
}
.worries-list-wrap dl dd {
  padding-left: 37px;
}
.worries-list-wrap dl dd p {
  margin: 0;
  border-left: 3px solid #67b6e5;
  padding: 12px 32px;
  font-size: 24px;
}

.worries-end-wrap p {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 44px;
  background: #67b6e5;
  color: #fff;
  padding-top: 20px;
  position: relative;
  top: -80px;
}
.worries-end-wrap p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 200px 0 200px;
  border-color: #67b6e5 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}

.solution {
  margin-top: -10px;
  position: relative;
}

.solution p.description {
  font-size: 30px;
  text-align: center;
  color: #67b6e5;
}

.solution p.message {
  font-size: 40px;
  text-align: center;
  color: #67b6e5;
}

.solution .left,
.solution .right {
  position: absolute;
  width: 2px;
  background: #67b6e5;
  height: 100px;
  top: 0;
  left: 50%;
  transform: rotate(-15deg);
  margin-left: -260px;
}

.solution .right {
  transform: rotate(15deg);
  margin-left: 260px;
}

.solution .left:after,
.solution .right:after {
  content: "";
  width: 2px;
  background: #67b6e5;
  height: 80px;
  bottom: 2px;
  left: -20px;
  transform: rotate(-12deg);
  margin-left: 0;
  position: absolute;
}

.solution .right:after {
  left: 20px;
  transform: rotate(12deg);
}

.solution-about {
  margin-top: 60px;
  margin-bottom: 50px;
}

.solution-about p {
  font-size: 30px;
  text-align: center;
}

.solution-about p strong {
  font-size: 40px;
}

.master-message {
  background: #c7eaff;
  padding: 80px 0 50px;
  position: relative;
}
.master-message:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}
.master-message .message-box {
  width: 900px;
  margin: auto;
  background: #fff;
  padding: 50px 30px 30px;
  position: relative;
}
.master-message .message-box:before {
  content: "";
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #c7eaff;
  border-width: 0px 50px 50px 0px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.master-message .message-box:after {
  content: "";
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #c7eaff;
  border-width: 0px 50px 50px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
}

.master-message .message-box .image {
  width: 80%;
  margin: auto;
  margin-bottom: 0;
}

.master-message .message-box .message {
  display: flex;
  gap: 60px;
}

.master-message .message-box .message p {
  font-size: 17px;
  line-height: 2;
  width: 50%;
  position: relative;
}

.master-message .message-box .message p i {
  color: #e6f2fa;
  font-size: 66px;
  font-weight: bold;
  position: absolute;
  top: -66px;
  left: -5px;
}
.master-message .message-box .message p span {
  position: relative;
}

.merit-wrap {
  padding: 60px 0;
  background: #fafdff;
}

.merit-wrap h2,
.about-item h2 {
  font-size: 30px;
  line-height: 2;
  text-align: center;
}

.merit-wrap .line {
  margin: 40px 0 50px;
  height: 3px;
  display: flex;
  justify-content: center;
}

.merit-wrap .line span {
  width: 200px;
  background: #67b6e5;
}

.merit-wrap .line span:nth-child(2) {
  background: #aed7f0;
}

.merit-wrap .merit-table {
  width: 800px;
  margin: auto;
}

.about-item {
  padding-bottom: 80px;
  padding-top: 50px;
}
.about-item h2 {
  margin-bottom: 40px;
}

.merit-wrap.reason .notice {
  font-size: 30px;
  text-align: center;
  width: 11em;
  margin: auto;
  margin-bottom: 20px;
}

.merit-wrap.reason .notice img {
  display: block;
}

.merit-wrap h2 i {
  color: #67b6e5;
  font-size: 200%;
  display: inline-block;
  margin-top: -25px;
}

.v-line {
  width: 2px;
  height: 50px;
  background: #000;
  margin: auto;
}

.reason-box-wrap {
  width: 800px;
  margin: auto;
}
.reason-box-wrap .reason-box {
  margin-top: 50px;
  margin-bottom: 120px;
}

.reason-box-wrap .reason-box .textarea {
  position: relative;
}

.reason-box-wrap .reason-box .textarea img {
  position: absolute;
  width: 340px;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
}

.reason-box-wrap .reason-box .textarea h3 {
  width: 530px;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #67b6e5;
  border-bottom: 2px solid #67b6e5;
  top: -22px;
}

.reason-box-wrap .reason-box .textarea p {
  width: 530px;
  position: relative;
  z-index: 1;
  line-height: 2.2;
  font-size: 18px;
  text-shadow: 0px 0px 5px #fff;
}

.reason-box-wrap .reason-box .textarea h3 i {
  font-size: 60px;
}
.reason-box-wrap .reason-box .textarea h3 span {
  position: relative;
  top: -10px;
  display: inline-block;
  margin-left: 15px;
}

.vector-wrap {
  position: relative;
  margin-bottom: 200px;
}

.vector-wrap h3 {
  font-size: 36px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 55px;
  padding: 15px 30px;
  left: 50%;
  margin-left: -385px;
}

.vector-wrap h3 span {
  height: 100%;
  width: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.vector-wrap h3 span.right {
  left: auto;
  right: 0;
}

.vector-wrap h3 span:before,
.vector-wrap h3 span:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.vector-wrap h3 span:after {
  top: auto;
  bottom: 0;
}

.vector-wrap h3 span.right:before,
.vector-wrap h3 span.right:after {
  left: auto;
  right: 0;
}

.vector-wrap p {
  width: 680px;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -360px;
  border: 1px solid #67b6e5;
  background: #fff;
  padding: 30px 40px;
  font-size: 18px;
  line-height: 1.8;
  box-shadow: 9px 9px 0px 0px #93c4e5;
}

.h-line {
  width: 120px;
  height: 2px;
  background: #000;
  margin: auto;
  margin-top: -30px;
  margin-bottom: 100px;
}

.profile-wrap {
  background: linear-gradient(#f6fbfe 70%, #fff 50%);
}
.profile-box {
  width: 780px;
  margin: auto;
}

.profile-box h3 {
  font-size: 50px;
  text-align: right;
  color: #cbe6f6;
  position: relative;
  top: -10px;
}

.profile-box .profile-detail {
  display: flex;
  gap: 40px;
}

.profile-box .profile-detail .photo h4 {
  text-align: center;
  margin: 15px 0;
  font-size: 20px;
}

.profile-box .profile-detail p {
  font-size: 16px;
  line-height: 2;
}

.profile-box .profile-detail p span {
  color: #67b6e5;
  font-weight: bold;
}

.choiced-wrap {
  margin-top: 60px;
}

.choiced-wrap h2 {
  text-align: center;
  font-size: 40px;
}

.choiced-wrap h2 small {
  display: block;
  font-size: 25px;
}

.choiced-wrap h2 strong {
  font-weight: normal;
}

.choiced-wrap h2 strong span {
  color: #67b6e5;
  font-size: 200%;
}

.reason-list-wrap {
  padding: 60px 0;
}

.reason-list-wrap .reason-box {
  display: flex;
  justify-content: center;
  padding: 0 200px;
  gap: 4vw;
  margin-bottom: 12vw;
  background: linear-gradient(to right, #fff 0%, #f4fbfe 100%);
}

.reason-list-wrap .reason-box .text-box {
  width: 60%;
  position: relative;
  padding: 40px 0 20px;
}

.reason-list-wrap .reason-box .image-box {
  width: 40%;
}

.reason-list-wrap .reason-box.odd {
  background: linear-gradient(to right, #f4fbfe 65%, #fff 35%);
  margin-bottom: 9vw;
}

.reason-list-wrap .reason-box .text-box h4 {
  font-size: 40px;
  transform: rotate(-10deg);
  color: #67b6e5;
  position: absolute;
  top: -32px;
}

.reason-list-wrap .reason-box .image-box {
  position: relative;
}

.reason-list-wrap .reason-box .image-box img {
  position: absolute;
  right: 0;
  top: -30px;
}

.reason-list-wrap .reason-box .text-box h3 {
  margin-bottom: 20px;
  font-size: 2vw;
  font-weight: bold;
}

.reason-list-wrap .reason-box .text-box p {
  line-height: 1.8;
  font-size: 1.2vw;
}

.master-message.tokucho:before {
  content: none;
}

.master-message.tokucho .message-box:before,
.master-message.tokucho .message-box:after {
  content: none;
}

.master-message.tokucho .message-box h2 {
  margin: 0;
}

.master-message.tokucho .message-box .t-line {
  width: 1px;
  height: 25px;
  background: #000;
  margin: 0px auto 30px;
  position: relative;
}

.master-message.tokucho .message-box .t-line:before {
  width: 60px;
  height: 1px;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
}

.master-message.tokucho .message-box .message {
  gap: 40px;
}

.master-message.tokucho .message-box .message .image {
  width: 40%;
}

.master-message.tokucho .message-box .message .text {
  width: 60%;
}

.master-message.tokucho .message-box .message .text p {
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
}

.master-message.tokucho .message-box {
  padding-left: 30px;
  padding-right: 30px;
}

.master-message.tokucho .message-box .message .text p:first-child {
  padding-bottom: 15px;
  border-bottom: 1px dashed #000;
  margin-bottom: 15px;
}

.master-message.tokucho .message-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #c7eaff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  transform: rotate(0deg);
}

.merit-wrap.teeth-trouble {
  padding-bottom: 0;
}
.merit-wrap.teeth-trouble h2 span {
  color: #67b6e5;
  font-size: 150%;
}

.teeth-trouble-wrap {
  width: 900px;
  margin: auto;
  padding: 30px 0;
}

.teeth-trouble-wrap .teeth-trouble-box {
  border: 4px solid #c7eaff;
  padding: 0 20px;
}

.teeth-trouble-wrap .teeth-trouble-box .image {
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}

.teeth-trouble-wrap .teeth-trouble-box h4 {
  background: #67b6e5;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 6px;
}

.teeth-trouble-wrap .teeth-trouble-box h5 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}

.teeth-trouble-wrap .teeth-trouble-box p {
  font-size: 14px;
  line-height: 1.8;
  height: 120px;
}
.teeth-trouble-wrap .teeth-trouble-box.row2 p {
  height: 170px;
}

.inhouse-aliner-wrap {
  background-image: url(../img/bg_inhouse_aliner.jpg);
  background-size: cover;
}

.inhouse-aliner-wrap .inhouse-aliner-inner {
  width: 900px;
  margin: auto;
  padding: 80px 0;
}

.inhouse-aliner-wrap .inhouse-aliner-inner h2 {
  font-size: 30px;
  line-height: 2;
  text-align: center;
}

.inhouse-aliner-wrap .inhouse-aliner-inner .aliner-description {
  margin-top: 40px;
  display: flex;
}

.inhouse-aliner-wrap .inhouse-aliner-inner .aliner-description .image {
  width: 45%;
}

.inhouse-aliner-wrap .inhouse-aliner-inner .aliner-description .text {
  width: 55%;
  padding: 20px;
  position: relative;
  margin: 0 30px;
}

.inhouse-aliner-wrap .inhouse-aliner-inner .aliner-description .text > span {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: -5px;
}
.inhouse-aliner-wrap
  .inhouse-aliner-inner
  .aliner-description
  .text
  > span:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 5px;
  background: #000;
}

.inhouse-aliner-wrap
  .inhouse-aliner-inner
  .aliner-description
  .text
  > span.top-right {
  top: 0;
  left: auto;
  right: -5px;
}
.inhouse-aliner-wrap
  .inhouse-aliner-inner
  .aliner-description
  .text
  > span.top-right:before {
  top: -5px;
  left: auto;
  right: 5px;
}

.inhouse-aliner-wrap
  .inhouse-aliner-inner
  .aliner-description
  .text
  > span.bottom-left {
  top: auto;
  bottom: 0;
  left: -5px;
}
.inhouse-aliner-wrap
  .inhouse-aliner-inner
  .aliner-description
  .text
  > span.bottom-left:before {
  top: auto;
  bottom: -5px;
  left: 5px;
}

.inhouse-aliner-wrap
  .inhouse-aliner-inner
  .aliner-description
  .text
  > span.bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: -5px;
}
.inhouse-aliner-wrap
  .inhouse-aliner-inner
  .aliner-description
  .text
  > span.bottom-right:before {
  top: auto;
  bottom: -5px;
  left: auto;
  right: 5px;
}

.inhouse-aliner-wrap .inhouse-aliner-inner .aliner-description .text p {
  line-height: 1.6;
  font-size: 15px;
}

.inhouse-aliner-wrap .inhouse-aliner-inner .aliner-description .text p b {
  text-decoration: underline;
}

.inhouse-aliner-wrap .inhouse-aliner-inner .aliner-description .text p > span {
  color: #67b6e5;
  font-weight: bold;
}

.career-wrap {
  background: #fafdff;
  padding: 60px;
}

.career-wrap h2 {
  text-align: center;
}
.career-wrap h2 span {
  font-size: 24px;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 12px 0;
}

.career-wrap h2 p {
  font-size: 34px;
  width: 8em;
  margin: 30px auto 50px;
  position: relative;
}

.career-wrap h2 p:before,
.career-wrap h2 p:after {
  content: "";
  height: 45px;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: -20px;
  transform: rotate(-45deg);
}

.career-wrap h2 p:after {
  transform: rotate(45deg);
  left: auto;
  right: -20px;
}

.career-wrap .career-box {
  width: 900px;
  margin: auto;
  position: relative;
  border: 1px solid #67b6e5;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 100px;
}

.career-wrap .career-box p.title {
  font-size: 40px;
  letter-spacing: 2px;
  transform: rotate(-5deg);
  position: absolute;
  top: -35px;
  left: 20px;
  background-image: url(../img/bg_case_underline.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 40px;
}

.career-wrap .career-box .before-and-after {
  display: flex;
}

.career-wrap .career-box .before-and-after .image {
  width: 47%;
}

.career-wrap .career-box .before-and-after .arrow {
  width: 6%;
}

.career-wrap .career-box .before-and-after .image p {
  font-size: 26px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.career-wrap .career-box .before-and-after .image p:before,
.career-wrap .career-box .before-and-after .image p:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
}

.career-wrap .career-box .before-and-after .image p:before {
  left: 50%;
  margin-left: -80px;
}

.career-box .before-and-after .image p:after {
  right: 50%;
  margin-right: -80px;
}

.career-wrap .career-box .before-and-after .image p.before {
  color: #67b6e5;
}

.career-wrap .career-box .before-and-after .image p.before:before,
.career-wrap .career-box .before-and-after .image p.before:after {
  background: #67b6e5;
}

.career-wrap .career-box .before-and-after .image p.after {
  color: #ed7a05;
}

.career-wrap .career-box .before-and-after .image p.after:before,
.career-wrap .career-box .before-and-after .image p.after:after {
  background: #ed7a05;
}

.career-wrap .career-box .before-and-after .arrow {
  width: 6%;
  position: relative;
}
.career-wrap .career-box .before-and-after .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ed7a05;
  position: absolute;
  top: 50%;
  left: calc((100% - 20px) / 2);
}
.career-wrap .career-box .career-table {
  margin-top: 30px;
}

.career-wrap .career-box .career-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.career-wrap .career-box .career-table table th,
.career-wrap .career-box .career-table table td {
  padding: 10px;
  vertical-align: middle;
}

.career-wrap .career-box .career-table table th {
  background: #67b6e5;
  color: #ffff;
  text-align: center;
  width: 12em;
  font-weight: normal;
}

.career-wrap .career-box .career-table table td {
  padding-left: 20px;
}

.q-and-a {
  padding: 50px 0;
  width: 900px;
  margin: auto;
}

.q-and-a h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.q-and-a .qanda-box p.question {
  background: #67b6e5;
  color: #fff;
  font-size: 20px;
  padding: 15px 20px;
  position: relative;
  padding-left: 65px;
}

.q-and-a .qanda-box p.question:before {
  content: "Q";
  display: block;
  font-size: 32px;
  position: absolute;
  top: 5px;
  left: 20px;
}

.q-and-a .qanda-box p.answer {
  background: #f6fcff;
  font-size: 20px;
  padding: 15px 20px;
  position: relative;
  padding-left: 65px;
}

.q-and-a .qanda-box p.answer:before {
  content: "A";
  display: block;
  font-size: 32px;
  position: absolute;
  top: 5px;
  left: 20px;
  color: #ed7a05;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.about-clinic-wrap {
  padding: 60px 0;
  background: #f8fcff;
}

.about-clinic-wrap h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.about-clinic-wrap .clinic-wrap {
  display: flex;
  width: 1000px;
  margin: auto;
}

.about-clinic-wrap .clinic-wrap .clinic-box {
  width: calc((100% - (30px * 2)) / 3);
  border: 2px solid #67b6e5;
  padding: 15px;
  position: relative;
  padding-top: 40px;
}

.about-clinic-wrap .clinic-wrap .vertical-circle-line {
  width: 30px;
  background-image: url(../img/vertical_circle_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about-clinic-wrap .clinic-wrap .clinic-box h3 {
  background: #67b6e5;
  position: absolute;
  top: -18px;
  left: 5px;
  color: #fff;
  padding: 10px 5px;
  font-size: 16px;
  text-align: center;
  width: calc(100% - 10px);
}

.about-clinic-wrap .clinic-wrap .clinic-box p {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
}

.about-clinic-wrap .clinic-wrap .clinic-box .ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.about-clinic-wrap .clinic-wrap .clinic-box .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clinic-description {
  margin: 80px 0 50px;
  position: relative;
}

.clinic-description p.description {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.clinic-description p.message {
  font-size: 24px;
  text-align: center;
}

.clinic-description .left,
.clinic-description .right {
  position: absolute;
  width: 2px;
  background: #000;
  height: 100px;
  top: 0;
  left: 50%;
  transform: rotate(-15deg);
  margin-left: -440px;
}

.clinic-description .right {
  transform: rotate(15deg);
  left: 50%;
  margin-left: 440px;
}

.clinic-description .left:after,
.clinic-description .right:after {
  content: "";
  width: 2px;
  background: #000;
  height: 80px;
  bottom: 2px;
  left: -20px;
  transform: rotate(-12deg);
  margin-left: 0;
  position: absolute;
}

.clinic-description .right:after {
  left: 20px;
  transform: rotate(12deg);
}
.clinic-description p.message b {
  background: linear-gradient(transparent 50%, #fbfcaa 50%);
}

.about-company {
  padding: 60px 0;
}

.about-company h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.about-company .about-company-table {
  width: 800px;
  margin: auto;
  font-size: 20px;
  margin-bottom: 60px;
}

.about-company .about-company-table table {
  width: 100%;
  table-layout: fixed;
}

.about-company .about-company-table table th,
.about-company .about-company-table table td {
  padding: 12px 0;
  border-bottom: 2px solid #c9c9c9;
}

.about-company .about-company-table table th {
  width: 7em;
}

.about-company .clinic-time-table {
  width: 700px;
  margin: auto;
}

.notice-wrap {
  padding: 60px 0;
  background: #fdfdfd;
}

.notice-wrap h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.notice-wrap h2:before,
.notice-wrap h2:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.notice-wrap h2:before {
  margin-left: -200px;
}

.notice-wrap h2:after {
  margin-left: 180px;
}

.notice-wrap .notice-box {
  width: 800px;
  margin: auto;
  margin-bottom: 30px;
}

.notice-wrap .notice-box h4 {
  font-size: 22px;
  background: #ebf8ff;
  padding: 20px 30px;
}

.notice-wrap .notice-box p {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.8;
  border: 1px solid #ebf8ff;
  background: #fff;
}

.h-line.long {
  margin: 30px auto 60px;
  width: 80%;
}

.vector-wrap p span {
  color: #67b6e5;
  font-weight: bold;
}

.inhouse-aliner-wrap .inhouse-aliner-inner h2 span {
  color: #67b6e5;
  font-weight: bold;
}

.payment-description-wrap {
  background: #67b6e5;
  padding: 50px 0;
}

.payment-description-wrap .payment-description-box {
  width: 900px;
  margin: auto;
  border: 2px solid #fff;
  box-shadow: inset 0px 0px 0px 6px #67b6e5;
  background: #fff;
  padding: 50px;
}

.payment-description-wrap .payment-description-box h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  width: 13em;
  margin: 0 auto;
}

.payment-description-wrap .payment-description-box h3 {
  background: #67b6e5;
  font-size: 24px;
  color: #fff;
  width: 12em;
  text-align: center;
  padding: 12px 0;
  margin: 50px auto;
}

.payment-description-wrap .payment-description-box .payment-credit {
  padding: 0 20px;
}

.payment-description-wrap .payment-description-box .payment-loan {
  padding: 0 50px;
}

.payment-description-wrap .payment-description-box h4 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin: 50px 30px 20px;
  padding-bottom: 10px;
}

.payment-description-wrap .payment-description-box p {
  margin: 0 30px;
  line-height: 2;
}

.about-clinic-wrap .clinic-wrap hr {
  border-color: #d1eeff;
  margin: 5vw auto 8vw;
  width: 80%;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.master-message.tokucho .message-box .image iframe {
  width: 100%;
  height: calc(315px * 0.7);
}

.qualification-wrap {
  position: relative;
}

.qualification-wrap .iframe-wrapper {
  position: absolute;
  top: 32vw;
  left: 25%;
  width: 50%;
}

.qualification-wrap .iframe-wrapper iframe {
  height: 48%;
}

.reason-list-wrap .reason-box .image-box iframe {
  position: absolute;
  right: 0;
  top: -40px;
  width: 100%;
  height: 250px;
}
