@charset "utf-8";

.br_pc::before {
  content: "\A" ;
  white-space: pre ;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
.forPc {}
.forSp {
  display: none;
}
.wrapper {
  position: relative;
  height: 100%;
  padding-top: 80px;
}
.width {
  width: 1100px;
  max-width: 1100px;
  min-width: 800px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.main {
  height: 100%;
}

h1 {}
h2,h3 {
  text-align: center;
  font-weight: 500;
}
h2 {
  font-size: 60px;
  line-height: 70px;
}
.size01 {
  font-size: 60px;
  line-height: 70px;
}
.size02 {
  font-size: 40px;
  line-height: 50px;
}
.size03 {
  font-size: 32px;
  line-height: 42px;
}
.text-white {
  color: #fff;
}

.cta_float {
  display: none;
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 50;
}
.cta_float--inner {}
.cta_float a {
  display: block;
  padding: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
  line-height: 1;
  text-align: center;
  box-shadow: 0 3px 10px 0 rgb(180 180 180 / 0.6);
}
.cta_float img {
  width: 40px;
}
.cta_float .link_line {
  margin-bottom: 20px;
}
.cta_float .link_reserve {
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 0 0 10px;
  background: #fff;
  z-index: 50;
}
.header h1 {
  display: flex;
  align-items: center;
}
.header--left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header--logo {
}
.header--logo .logo {
  width: auto;
  height: 60px;
  margin-right: 10px;
}
.header--logo .clinic {
  width: auto;
  height: 43px;
}
.header--tel {
  height: 100%;
  margin-left: 12px;
}
.header--tel a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 20px;
  background: linear-gradient(135deg, #20d7d5, #8cc6fd);
}
.header--tel a img {
  display: block;
  width: 200px;
}
.header--tel img.tel-sp {
  display: none;
}
.header--right {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 85%;
  text-align: right;
  line-height: 120%;
}
.header--business_hours {}

.cta {
  padding: 60px 10px;
  background: linear-gradient(135deg, #fffeee, #e9f8ff);
}
.cta--text {
  color: #2b93ca;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.05em;
}
.cta--btn {
  position: relative;
  display: block;
  width: 600px;
  margin: 30px auto 0 auto;
  padding: 30px 50px;
  background: linear-gradient(-135deg, #20d7d5, #8cc6fd);
  color: #fff;
  border-radius: 80px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: 0.5s ease;
}
.cta--btn::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 36px;
  margin-top: -16px;
}
.cta--btn:hover {
  color: #fff;
  transform: scale(1.03);
}

.first {
  background-image: url(./image/main_image-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.first--contents {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin-left: 6.5vw;
  padding: 70px 0;
}
.first--text {}
.first--text-01 {}
.first--text-02 {
  margin-top: 20px;
}
.first--text-03 {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.first--cta-pc {
  margin-top: 25px;
}
.first--cta-pc a {
  position: relative;
  display: block;
  width: 500px;
  padding: 25px 45px 25px 25px;
  background: linear-gradient(-135deg, #20d7d5, #8cc6fd);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgb(85 85 85 / 0.6);
  transition: 0.5s ease;
}
.first--cta-pc a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 28px;
  margin-top: -12px;
}
.first--cta-pc a:hover {
  transform: scale(1.03);
}
.first--cta-pc a img {
  display: block;
}
.first--cta-sp {
  display: none;
}
.first--sup {
  margin-top: auto;
  padding: 15px 0;
  background: #fff;
  font-size: 80%;
  text-align: center;
  line-height: 140%;
}

.feature {
  position: relative;
  max-width: 1300px;
  margin: 90px auto 50px auto;
  padding: 50px 10px;
  text-align: center;
}
.feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 70px;
  width: calc(100% - 70px);
  height: 100%;
  background: #f0faff;
  z-index: -3;
}
.feature::after {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(100% - 70px);
  height: 100%;
  background-image: url(./image/bg_01.png);
  background-repeat: repeat;
  z-index: -2;
}
.feature .width {
  z-index: 10;
}
.feature h2 {
  margin-top: -100px;
}
.feature h2 img {
  width: 500px;
}
.feature--sub {
  margin: 25px 0;
  font-size: 130%;
  line-height: 170%;
  color: #2b93ca;
}
.feature--sub2 {
  font-size: 48px;
  line-height: 1;
}
.feature--group {
  width: 960px;
  margin-top: 50px;
}
.feature--group--item {
  width: 800px;
  text-align: center;
}
.feature--group--item:nth-child(2) {
  margin-left: 160px;
}
.feature--group--item p {
  margin: 15px 0;
  color: #fffd29;
  font-size: 130%;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.08em;
}
.feature--text {
  margin-top: 30px;
}
.feature--text-main {
  font-size: 32px;
  line-height: 42px;
  color: #2b93ca;
}
.feature--text-sup {
  margin-top: 15px;
}

.align {
  position: relative;
  max-width: 1300px;
  margin: 150px auto 50px auto;
  padding: 50px 10px;
}
.align::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  background: #e9fcf9;
  z-index: -3;
}
.align::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  height: 100%;
  background-image: url(./image/bg_02.png);
  background-repeat: repeat;
  z-index: -2;
}
.align h2 {
  margin-top: -40px;
}
.align--group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  padding: 40px 30px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.align--group--item {
  width: 30%;
  margin: 0 1% 3% 1%;
}
.align--group--item:last-of-type {
  margin-bottom: 0;
}
.brand {
  margin: 130px auto 40px auto;
  padding: 30px 0;
}
.brand h2 {
  position: relative;
}
.brand h2 .point {
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -65px;
}
.brand h2 .point img {
  display: block;
  width: 135px;
}
.brand--wrap {
  background-image: url(./image/bg_03.png);
  background-repeat: repeat;
  padding: 30px;
}
.brand--inner {
  padding: 60px 40px;
  background: #fff;
}
.brand--list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 80%;
  margin: 30px auto 0 auto;
}
.brand--list--item {
  position: relative;
}
.brand--list--item:nth-child(1) {
  bottom: 2px;
  margin: 0 20px 0 0;
}
.brand--list--item:nth-child(2) {
  margin: 0 20px 0 0;
}
.brand--list--item:nth-child(3) {
  bottom: 18px;
  margin: 0 0 0 0;
}

.case {
  position: relative;
  max-width: 1300px;
  margin: 120px auto 50px auto;
  padding: 50px 10px;
}
.case::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  height: 100%;
  background: #fff5f6;
  z-index: -3;
}
.case::after {
  content: '';
  position: absolute;
  top: 50px;
  width: calc(100% - 50px);
  height: 100%;
  background-image: url(./image/bg_04.png);
  background-repeat: repeat;
  z-index: -2;
}
.case h2 {
  margin-top: -100px;
}
.case h2 img {
  width: 70%;
  max-width: 800px;
}
.case hr {
  display: none;
}
.case--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case--list {
  width: 68%;
}
.case--group {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0 auto;
}
.case--group-wrap {
  width: 45%;
  margin-bottom: 30px;
}
.case--group-wrap.arrow {
  position: relative;
}
.case--group-wrap.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #ffa5ae;
  border-width: 20px 0 20px 20px;
  margin-top: -40px;
}
.case--group--item {
  margin: 15px 0;
  padding: 10px;
  background: #fff;
}
.case--group--item.before {}
.case--group--item.after {}
.case--group--item--ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.case--ex {
  position: relative;
  flex-basis: 300px;
  width: 300px;
  border: 10px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
.case--ex::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.case--ex img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.case--detail {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  font-size: 90%;
}
.case--detail table {
  width: 100%;
  line-height: 140%;
}
.case--detail table tr {}
.case--detail table th {
  width: 15%;
  padding: 5px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.case--detail table td {
  padding: 5px 0;
}

.price {
  max-width: 1300px;
  margin: 100px auto 50px auto;
  padding: 50px 10px;
  background: #f0faff;
}
.price h2 {
  position: relative;
  top: -60px;
}
.price h2 img {
  width: 70%;
  max-width: 500px;
}
.price--inner {
  background-image: url(./image/bg_05.png);
  background-repeat: repeat;
}
.price--detail {
  position: relative;
  top: -60px;
  width: 90%;
  margin: 35px auto;
}
.price--detail table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 9px solid #bee9ff;
  font-size: 110%;
  background: #fff;
}
.price--detail table tr {}
.price--detail table th {
  width: 60%;
  padding: 15px;
  font-weight: normal;
  text-align: left;
  background: #f9fdff;
  border-bottom: 1px solid #74c0e8;
  border-right: 1px solid #74c0e8;
}
.price--detail table td {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #74c0e8;
}
.price--detail table .last th,
.price--detail table .last td {
  border-bottom: 0;
}
.price--sup {
  font-size: 80%;
}
.price--card {
  margin: 130px auto 40px auto;
  padding: 30px 0;
}
.price--card h2 {
  position: relative;
}
.price--card h2 .point {
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -65px;
}
.price--card h2 .point img {
  display: block;
  width: 135px;
}
.price--card--wrap {
  background-image: url(./image/bg_06.png);
  background-repeat: repeat;
  padding: 30px;
}
.price--card--inner {
  padding: 60px 40px;
  background: #fff;
}
.price--card--detail {
  max-width: 680px;
  margin: 30px auto 0 auto;
}
.dental_loan_text {
  margin-top: 40px;
}

.reason {
  position: relative;
  max-width: 1300px;
  margin: 80px auto 90px auto;
  padding: 50px 10px 30px 10px;
}
.reason::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  background: #fff8e0;
  z-index: -3;
}
.reason::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: calc(100% + 90px);
  background-image: url(./image/bg_07.png);
  background-repeat: repeat;
  z-index: -2;
}
.reason h2 {
  margin-top: -100px;
}
.reason h2 img {
  width: 70%;
  max-width: 800px;
}
.reason--group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.reason--group--item {
  width: 30%;
}
.reason--group--item .image {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.reason--group--item .image .picture {
  position: relative;
  display: block;
  width: 300px;
  border: 10px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
.reason--group--item .image .picture img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.reason--group--item .image .picture::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.reason--group--item .image .num {
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}
.reason--group--item .ttl {
  margin-top: 85px;
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  line-height: 145%;
  letter-spacing: 0.04em;
}
.reason--group--item .text {
  margin-top: 15px;
}

.reason--itero {
  margin: 120px auto 0 auto;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.reason--itero h2 {
  position: relative;
  margin-top: 0;
}
.reason--itero h2 img {
  width: 100%;
  max-width: inherit;
}
.reason--itero h2 .point {
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -65px;
}
.reason--itero h2 .point img {
  display: block;
  width: 135px;
}
.reason--itero h2 .point2 {
  position: absolute;
  top: -55px;
  left: -25px;
}
.reason--itero h2 .point2 img {
  display: block;
  width: 120px;
}
.reason--itero--wrap {
  padding: 10px;
  background: #f5902d;
}
.reason--itero--inner {
  padding: 80px 50px 30px 50px;
  background: #fff;
}
.reason--itero--detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.reason--itero--detail .text {
  width: 70%;
  line-height: 200%;
}
.reason--itero--detail .image {
  width: 25%;
  margin-left: 5%;
}

.commit {
  margin: 150px auto 40px auto;
  padding: 30px 0;
}
.commit h2 {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
}
.commit h2 .point {
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -65px;
}
.commit h2 .point img {
  display: block;
  width: 135px;
}
.commit--wrap {
  background: #a4e0ff;
  padding: 30px;
}
.commit--inner {
  padding: 60px 50px 50px 50px;
  background: url(./image/bg_08.png) #fff repeat;
}
.commit--group {
  margin-top: 20px;
}
.commit--group--item {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 30px 0;
  padding: 30px;
  border: 4px solid #a4e0ff;
  background: #fff;
}
.commit--group--item:last-child {
  margin-bottom: 0;
}
.commit--group--item .image {
  width: 48%;
  margin-right: 3%;
}
.commit--group--item .image img {
  border-radius: 10px;
}
.commit--group--item .detail {
  flex-basis: 450px;
  padding: 25px 0;
}
.commit--group--item .detail .ttl {
  display: inline;
  color: #2b93ca;
  background: linear-gradient(transparent 75%, #fffbca 75%);
  font-size: 180%;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.commit--group--item .detail .text {
  margin-top: 20px;
  font-size: 110%;
  line-height: 150%;
  letter-spacing: 0.04em;
}

.counseling {
  position: relative;
  max-width: 1300px;
  margin: 80px auto 90px auto;
  padding: 50px 10px 30px 10px;
}
.counseling::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  background: #fff5f6;
  z-index: -3;
}
.counseling::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: calc(100% + 30px);
  background-image: url(./image/bg_09.png);
  background-repeat: repeat;
  z-index: -2;
}
.counseling h2 {
  margin-top: 60px;
}
.counseling h2 img {
  max-width: 1040px;
}
.counseling h2 .point {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -65px;
}
.counseling h2 .point img {
  display: block;
  width: 135px;
}
.counseling--group {
  margin: 40px 0 0 0;
}
.counseling--group--item {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 15px auto 50px auto;
  padding: 25px;
  background: #fff;
}
.counseling--group--item:last-child {
  margin-bottom: 0;
}
.counseling--group--item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffa5ae transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.counseling--group--item:last-of-type {
  margin-bottom: 0;
}
.counseling--group--item:last-of-type::after {
  content: none;
}
.counseling--group--item .detail {
  width: 60%;
  margin-right: 3%;
}
.counseling--group--item .detail .ttl {
  display: flex;
  align-items: center;
  color: #ffa5ae;
  font-size: 180%;
  font-weight: bold;
}
.counseling--group--item .detail .ttl .cnt {
  width: 80px;
  margin-right: 15px;
}
.counseling--group--item .detail .text {
  margin-top: 20px;
  font-size: 120%;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.counseling--group--item .detail .text span {
  font-size: 70%;
}
.counseling--group--item .image {
  width: 40%;
}
.counseling--group--item .image img {
  display: block;
  border-radius: 10px;
}

.faq {
  margin: 130px auto 40px auto;
  padding: 30px 0;
}
.faq h2 {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.faq h2 .point {
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -65px;
}
.faq h2 .point img {
  display: block;
  width: 135px;
}
.faq--wrap {
  padding: 30px;
  background: #fff8e0;
}
.faq--inner {
  padding: 60px 40px 40px 40px;
  background-image: url(./image/bg_10.png);
  background-repeat: repeat;
}
.faq--list--item {
  margin: 15px 0;
  padding: 15px;
  background: #ffeba7;
}
.faq--list--item .question {
  position: relative;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
.faq--list--item .question::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 24px;
  line-height: 1;
  margin-top: -12px;
}
.faq--list--item .question.on::after {
  content: '\f068';
}
.faq--list--item .question-initials {
  margin-right: 10px;
  color: #f5902d;
  font-size: 40px;
}
.faq--list--item .question-text {
  font-size: 130%;
  line-height: 150%;
}
.faq--list--item .answer {
  display: none;
}
.faq--list--item .answer--inner {
  display: flex;
  padding: 20px 15px 5px 15px;
}
.faq--list--item .answer-initials {
  margin-right: 10px;
  color: #f5902d;
  font-size: 40px;
  line-height: 40px;
}
.faq--list--item .answer-text {
  margin-top: 10px;
  font-size: 110%;
  letter-spacing: 0.04em;
}
.faq--list--item .sup {
  font-size: 80%;
  font-weight: normal;
}

.director {
  position: relative;
  margin-top: 90px;
  padding: 50px 10px;
  background: url(./image/director.jpg) #f0faff no-repeat;
  background-size: contain;
  background-position: 100% 0%;
}
.director--inner {
  padding-left: 5vw;
}
.director h2 {
  position: absolute;
  top: -70px;
  text-align: left;
}
.director h2 img {
  width: auto;
  height: 110px;
}
.director h3 img {
  max-width: 470px;
  margin: 0;
}
.director--profile {
  margin: 20px 0 0 auto;
}
.director--profile .image {
  width: 40%;
  margin: 0 auto;
}
.director--profile .image img {
  display: block;
}
.director--profile .detail {
  width: 60%;
}
.director--profile .detail h3 {
  font-size: 28px;
  line-height: 35px;
  text-align: left;
}
.director--profile .detail--biography {
  margin-top: 40px;
  font-size: 90%;
  letter-spacing: 0.03em;
}
.director--profile .detail--ex {
  margin-top: 30px;
  font-size: 90%;
  letter-spacing: 0.03em;
}
.director--profile .detail p {
  margin-bottom: 10px;
}
.director--profile .detail p.ttl {}

.introduction {
  position: relative;
  max-width: 1300px;
  margin: 60px auto 30px auto;
  padding: 35px 10px 50px 10px;
}
.introduction h2 {
  width: 630px;
  margin: -80px auto 0 auto;
  padding: 0 20px;
}
.introduction::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  background: #e9fcf9;
  z-index: -3;
}
.introduction::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: calc(100% + 30px);
  background-image: url(./image/bg_02.png);
  background-repeat: repeat;
  z-index: -2;
}
.introduction p {
  margin-top: 40px;
  font-size: 120%;
  text-align: center;
}
.introduction--detail {
  margin: -35px auto 0 auto;
  padding: 15px 50px 30px 50px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.introduction--group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introduction--group--item {
  width: 48%;
  height: 365px;
  margin-top: 4%;
  border-radius: 15px;
  overflow: hidden;
}
.introduction--group--item img {}

.about {
  margin-top: 70px;
  padding: 50px 0;
}
.about h2 {
  width: 580px;
  margin: -90px auto 0 auto;
  padding: 0 20px;
}
.about h2 img {}
.about--inner {
  padding: 60px 0;
  background: url(./image/bg_11.png) #fff5f6 repeat;
}
.about--detail {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgb(150 150 150 / 0.4);
}
.about--data {
  width: 100%;
  padding: 30px 20px;
}
.about--data h3 {
  width: 130px;
  margin: 0 auto;
}
.about--data h3 img {
  display: block;
}
.about--detail table {
  width: 100%;
  margin-top: 15px;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
}
.about--detail table tr {}
.about--detail table th {
  width: 25%;
  padding: 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.about--detail table td {
  padding: 10px;
}
.about--map {
  flex-basis: 550px;
  flex-shrink: 0;
}
.about--map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.disclaimer {
  margin: 30px;
  font-size: 90%;
}
.disclaimer p {
  line-height: 180%;
}
footer {
  padding-bottom: 30px;
}
.footer {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.footer--01 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer--logo-text {
  font-size: 140%;
  font-weight: bold;
}
.footer--logo-img {
  width: 250px;
  margin: 25px auto;
}
.footer--logo-img img {
  display: block;
}
.footer--01 table {
  width: 550px;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  font-size: 90%;
}
.footer--01 table th {
  width: 18%;
  padding: 5px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.footer--01 table td {
  padding: 5px;
  text-align: left;
}
.footer--02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.footer--copy {
  margin-top: 15px;
  font-size: 90%;
  text-align: center;
}
.footer--sns {
  display: flex;
  justify-content: center;
}
.footer--sns p {
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  margin-right: 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #e0edff;
  font-weight: bold;
}
.footer--sns p::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 10px solid #e0edff;
}
.footer--sns a {
  width: 50px;
  margin: 0 10px;
}
.footer--sns img {
  vertical-align: text-top;
}

.page-notfound {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, #20d7d5, #8cc6fd);
  text-align: center;
}
.page-notfound--inner {
  width: 80%;
  min-width: 600px;
  padding: 80px 40px;
  background: #fff;
  border-radius: 20px;
}
.page-notfound--head {}
.page-notfound--head h1 {
  margin-bottom: 30px;
  line-height: 1.2;
}
.page-notfound--head h1 span {
  display: block;
  margin: 5px 0;
  color: #aaa;
  font-size: 24px;
}
.page-notfound--head p {
  margin: 15px 0;
}
.page-notfound--foot {
  margin-top: 30px;
}

.invisa-campaign {
	max-width: 848px;
	margin: 80px auto;
	padding-bottom: 60px;
}