@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
  }
}
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

br {
  color: rgba(255, 255, 255, 0);
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

/*  Color  */
/*  Font  */
p {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]::after {
    content: none;
  }
}

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

img {
  width: 100%;
  display: block;
}

.sec {
  padding: 120px 0;
}
.sec.-bottom {
  padding: 0 0 120px;
}
@media screen and (max-width: 639px) {
  .sec {
    padding: 15% 0;
  }
  .sec.-bottom {
    padding: 0 0 15%;
  }
}

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

.t-c {
  text-align: center;
}

.block {
  display: block;
}

.table {
  display: table;
}

@media all and (-ms-high-contrast: none\0 ) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 640px) {
  .br::before {
    content: "\a";
    white-space: pre;
  }
}

@media all and (-ms-high-contrast: none\0 ) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  br.-pc {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
          box-shadow: 0px 8px 18px -7px #b0b0b0;
}

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1.1rem;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  color: #231815;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 8px;
  background: url(../../assets/img/top/arrow.svg) no-repeat right center/contain;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover i:last-child {
  right: -1rem;
}
.btn.-black {
  background: #231815;
  margin-top: 20px;
  color: #fff;
}
.btn.-black::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 8px;
  background: url(../../assets/img/top/arrow_w.svg) no-repeat right center/contain;
}
.btn.-center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .btn {
    width: 100%;
  }
}

/*   見出し
------------------------------------------ */
.ttl {
  position: relative;
  line-height: 1.6;
  font-weight: 600;
  color: #231815;
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 2px;
}
.ttl::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 3rem;
  -webkit-transform: translate(0, 0.4rem);
      -ms-transform: translate(0, 0.4rem);
          transform: translate(0, 0.4rem);
  margin-right: 0.3rem;
  background: url(../../assets/img/top/icon.svg) no-repeat left bottom/contain;
}
.ttl.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .ttl {
    font-size: 1.4rem;
    margin-bottom: 10%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 2;
  font-size: 1rem;
  color: #231815;
}
.txt.-bold {
  font-weight: bold;
}
.txt.-white {
  color: #FFF;
}
.txt.-black {
  color: #231815;
}
.txt.-center {
  text-align: center;
}

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0;
}
.breadcrumb ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  position: relative;
  color: #606060;
}
.breadcrumb ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul a {
  font-size: 0.9rem;
  color: #3fadff;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumb ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 639px) {
  .breadcrumb ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pen-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold;
}

.pen-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #189a5e));
  background: linear-gradient(transparent 70%, #189a5e 0%);
}

.top-column {
  padding: 20px 3%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top-column .logo-ttl {
  width: 220px;
  display: block;
}
.top-column .tel-num {
  font-size: 1.4rem;
  color: #231815;
  position: relative;
  font-weight: bold;
  top: -1rem;
}
.top-column .tel-num::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 4px;
  background: url(../../assets/img/top/telicon.svg) no-repeat center center/contain;
}
.top-column .tel-num_sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .top-column .logo-ttl {
    max-width: 165px;
  }
  .top-column .tel-num {
    display: none;
  }
  .top-column .tel-num_sp {
    height: 60px;
    width: 60px;
    display: block;
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 50;
  }
}

.fv_bg {
  border-radius: 20px;
  width: 94%;
  margin: 0 auto 40px;
}
.fv_bg .catchcopy {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #231815;
  text-align: center;
  display: table;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  margin: 16% auto;
}
.fv_bg .subttl {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 639px) {
  .fv_bg .catchcopy {
    margin: 35% auto;
  }
}
@media screen and (max-width: 499px) {
  .fv_bg .catchcopy {
    font-size: 1.1rem;
    padding: 5%;
  }
  .fv_bg .subttl {
    font-size: 0.9rem;
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #fff;
  text-align: center;
  color: #606060;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 360px;
}

.vision .logo {
  width: 40%;
}
.vision .logo img {
  width: 60%;
  margin: auto;
}
.vision .txt-box {
  width: 50%;
}
.vision .s-ttl {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
  color: #231815;
  letter-spacing: 2px;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #231815;
}
.vision .txt {
  letter-spacing: 4px;
  line-height: 2.2;
  font-size: 0.9rem;
}
.vision .en {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 30px;
  font-variation-settings: "slnt" -12, "wdth" 67.5, "wght" 300;
}
@media screen and (max-width: 639px) {
  .vision .logo {
    width: 100%;
    margin-bottom: 8%;
  }
  .vision .logo img {
    width: 40%;
    margin: auto;
  }
  .vision .txt-box {
    width: 100%;
  }
  .vision .s-ttl {
    text-align: center;
    font-size: 1.2rem;
  }
  .vision .txt {
    text-align: center;
  }
  .vision .en {
    text-align: left;
  }
}

.product {
  background: #231815;
}
.product .product-img {
  width: 40%;
}
.product .txt-box {
  width: 50%;
}
.product .txt {
  margin-bottom: 20px;
}
.product .s-ttl {
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  display: table;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .product .product-img {
    width: 100%;
    margin-bottom: 8%;
  }
  .product .txt-box {
    width: 100%;
  }
  .product .s-ttl {
    text-align: center;
    margin: 0 auto 10%;
  }
  .product .link-txt {
    margin-top: 5%;
    text-align: center;
  }
}

.for_clinic {
  background: #dfdfdf;
  margin-bottom: 120px;
}
@media screen and (max-width: 639px) {
  .for_clinic {
    margin-bottom: 15%;
  }
}

.info .info_bg {
  background: url(../../assets/img/top/thought_bg.jpg) no-repeat center center/cover;
}
.info .txt-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  width: 94%;
  margin: auto;
  max-width: 850px;
}
.info .txt-box .txt {
  font-size: 0.9rem;
  line-height: 2.2;
}
.info .s-ttl {
  color: #231815;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.info h4.s-ttl {
  margin: 30px auto 10px auto;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.info .txt.-center strong{
  width: fit-content;
  font-weight: bold;
  border: 1px solid #000;
  display: block;
  margin: 10px auto;
  padding: 1% 3%;
  text-align: center;
  line-height:1.6;
  }
  .info .txt.-center strong span{
    display: block;
  }

.seminar2025{
	color: #fff;
	display: table;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	padding: 2% 5%;
}
.seminar2025:hover,.seminar2025:active{
	background-color:#0D3653;
}

@media screen and (max-width: 639px) {
  .info .txt-box {
    padding: 5%;
  }
  .info .info_bg {
    background: url(../../assets/img/top/thought_bg_sp.jpg) no-repeat center center/cover;
  }
  .info .txt-box .txt {
  text-align: left;
  }
}

.company .company-column {
  margin-bottom: 40px;
}
.company iframe {
  width: 45%;
}
.company .overview {
  width: 45%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company dt, .company dd {
  font-size: 0.9rem;
  color: #231815;
  line-height: 1.8;
  padding: 20px;
  border-bottom: 1px solid #231815;
}
.company dt:last-of-type, .company dd:last-of-type {
  border-bottom: none;
}
.company dt {
  width: 150px;
  border-right: 1px solid #231815;
}
.company dd {
  width: calc(100% - 150px);
}
.company .last-txt {
  background: #efefef;
  padding: 40px;
}
.company .last-txt strong {
  font-weight: bold;
  color: #c94040;
  display: block;
}
.company .last-txt a {
  color: #3185da;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.company .last-txt a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 639px) {
  .company .company-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company iframe {
    width: 100%;
  }
  .company .overview {
    width: 100%;
    margin-bottom: 8%;
  }
  .company dt, .company dd {
    padding: 3%;
  }
  .company dt {
    width: 100%;
    background: #231815;
    color: #fff;
    border-right: 1px solid #231815;
    border-right: none;
  }
  .company dd {
    width: 100%;
  }
  .company .last-txt {
    padding: 5%;
  }
}

/*----メールフォーム---------*/
.formstyle {
  width: 80%;
  max-width: 800px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 3% 5%;
  font-size: 15px;
  position: relative;
}

.formstyle label {
  margin-top: 5%;
  margin-bottom: 2%;
  display: block;
}

.red {
  display: inline-block;
  background-color: #E00A19;
  padding: 3px 4px;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  border-radius: 10%;
}

.gray {
  display: inline-block;
  background-color: #606060;
  padding: 3px 4px;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  border-radius: 10%;
}

.formstyle select, .formstyle input, .formstyle textarea {
  width: 100%;
  background: #FFF;
  border: 1px solid #231815;
  padding: 12px;
  margin: 0 1%;
  font-size: 1rem;
  color: #231815;
}

input.radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background-color: #d9d9d9;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

label.radiotxt {
  margin: 0;
}

input.radio:hover {
  background: #9faab7;
}

input.radio:checked {
  background: #a7a7a7;
}

input.radio:checked::before {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\f00c";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}

.formstyle textarea {
  height: 250px;
}

.privacy {
  padding: 20px;
  width: 80%;
  height: 200px;
  margin: 30px auto 10px;
  overflow-y: scroll;
  border: #231815 1px solid;
}

.privacy h3 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 12px;
}

.privacy p, .privacy-list {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.privacy-list li {
  list-style: inside;
}

.formstyle .submit-btn {
  width: 80%;
  font-size: 1.2rem;
  padding: 20px 12px;
  margin: 5% auto 0;
  color: #fff;
  background-color: #231815;
}

.privacycheck {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*.privacycheck input{
  width: 20px;
  height: 20px;
}*/
.aicon-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aicon-name ::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/onepoint-blk.svg) no-repeat center center/contain;
}

.submit-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.submit-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .formstyle {
    width: 100%;
  }
  .contctform {
    width: 100%;
    margin: 0 auto;
  }
  .contctform p.txt {
    text-align: left;
  }
  .formstyle {
    width: 100%;
    margin: 20px auto;
  }
  .privacy {
    padding: 2%;
    width: 100%;
    height: 200px;
  }
  .privacycheck {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .formstyle textarea {
    height: 150px;
  }
}
@media screen and (max-width: 639px) {
  .privacy {
    padding: 4%;
  }
  .radiobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2%;
  }
}
/*フォーム確認画面*/
#cheked {
  padding-top: 10%;
}

.cheked-ttl {
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #231815;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .formstyle .radio-label {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  #cheked {
    padding-top: 25%;
  }
}
/*サンクスページ*/
#thanks {
  padding: 10% 0;
}

#thanks .contact-ttl {
  margin: 0 auto 50px auto;
}

.top-column .logo-ttl.-center {
  width: 220px;
  display: block;
  text-align: center;
  margin: auto;
}

.thanks-wrap {
  padding: 80px 0;
}
.thanks-wrap .thanks-ttl {
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  color: #231815;
  font-size: 2rem;
  margin-bottom: 40px;
}
.thanks-wrap .txt {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .thanks-wrap {
    padding: 15% 0;
  }
  .thanks-wrap .thanks-ttl {
    font-size: 1.2rem;
  }
  .thanks-wrap .txt {
    text-align: left;
    font-size: 0.9rem;
  }
}

footer .inner {
  margin-bottom: 20px;
}
footer .footer-column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 12px;
}
footer .logo {
  width: 240px;
  margin-right: 40px;
}
footer .tel-num {
  font-size: 1.4rem;
  color: #231815;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  top: -1rem;
}
footer .tel-num::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 4px;
  background: url(../../assets/img/top/telicon.svg) no-repeat center center/contain;
}
footer .copy {
  padding: 12px;
  text-align: center;
  color: #ccc;
  font-size: 0.9rem;
  background: #231815;
}
@media screen and (max-width: 639px) {
  footer .footer-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .logo {
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.re-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 60px;
  opacity: 0.7;
}
.re-btn img {
  width: 100%;
}
.re-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width: 639px) {
  .re-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 30%;
    z-index: 200;
    max-width: 60px;
    opacity: 0.7;
  }
  .re-btn img {
    width: 100%;
  }
  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

.thanks-footer {
  border-top: 1px solid #a7a7a7;
  padding-top: 40px;
}

/*  navigation  */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
@media screen and (max-width: 639px) {
  .drawer_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 100; /* 重なり順を一番上にする */
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
  }
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  display: none;
}
@media screen and (max-width: 639px) {
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 94%;
  margin: auto;
}
.nav_content .nav_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_content .nav_list li {
  margin-right: 50px;
}
.nav_content .nav_list li:last-child {
  margin-right: 0;
}
.nav_content .nav_list li a {
  font-weight: bold;
  color: #231815;
  line-height: 1.6;
  font-size: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav_content .nav_list li a:hover {
  padding-bottom: 10px;
  border-bottom: 2px solid #231815;
}
@media screen and (max-width: 639px) {
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav_content .nav_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav_content .nav_list li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
  .nav_content .nav_list li a {
    color: #fff;
    display: block;
    padding: 20px 12px;
    text-align: center;
  }
}

#drawer_input:checked ~ .drawer_open span::before,
#drawer_input:checked ~ .drawer_open span::after {
  background: #fff;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;
}

/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center;
  }
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}


.expo{
	width: 70%;
	margin: 3% 15% 0 15%;
	text-align: center;
}
.expo dt{
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 2%;
}
.expo dd{
	font-size: 0.9rem;
	margin-bottom: 2%;
	line-height: 180%;
}
.expo dd strong{
	font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
.expo{
	width: 90%;
	margin: 3% 5% 0 5%;
}
	.expo dd strong{
	font-size: 1rem;
}
}


.clinicIn{
	width: 80%;
	margin: 0 auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clinic-list{
	width: 48%;
}
.clinic-list h3{
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 3%;
}
.clinic-detail{
	display: block;
	background-color: #fff;
	padding: 3% 5%;
	overflow: hidden;
	margin-bottom: 4px;
}
.clinic-detail dt{
	color: #fff;
	width: 20%;
	margin-right: 5%;
	float: left;
	display: block;
	background-color: #2A2778;
	text-align: center;
	padding: 2% 0;
}
.clinic-detail dd{
	width: 75%;
	float: right;
}

.clinic-link{
	color: #000;
	display: block;
	padding: 2% 3% 2% 0;
	position: relative;
}
.clinic-link::after{
	display: block;
	position: absolute;
	content: url("../../assets/img/top/icon2.svg");
	width: 5.5%;
	height: 20px;
	right: 0;
	top:50%;
	bottom: 0;
	transform: translateY(-50%) ; 
}

@media screen and (max-width: 768px) {
	.clinic-list{
	width: 100%;
}
	.clinic-detail{
	padding: 1.5% 3%;
	overflow: hidden;
	margin-bottom: 4px;
}
	.clinic-list h3{
	font-size: 1.4rem;
	font-weight: 600;
	margin: 3% 0 1% 0;
}
	.clinic-link::after{
	width: 4.5%;
	height: 10px;
}
}
@media screen and (max-width: 640px) {
	.clinicIn{
	width: 100%;
}
	.clinic-list h3{
	font-size: 1.2rem;
	margin: 3% 0;
}
}

.seminar2025-mark{
	color: #FF0004;
	text-align: center;
	margin: 0.5% auto;
}

.contact-form .txt span{
  color: #FF0004;
}