@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/Montserrat-Bold.eot");
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("/fonts/Montserrat-ExtraBold.eot");
  src: url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/fonts/Montserrat-ExtraBold.woff") format("woff");
}
/*==================================================

** Reset
==================================================*/
/*
** sectioning
--------------------------------------------------*/
/*	outline	*/
html {
  font-size: 62.5%; /* 10px */
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; /* デザインに合わせて変更する */
  font-weight: 400;
  font-size: 1.6rem; /* デザインに合わせて変更する */
}

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
  line-height: 2; /* デザインに合わせて変更する */
}

div {
  line-height: 100%;
}

/*	heading	*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.8; /* デザインに合わせて変更する */
}

/*
** link
--------------------------------------------------*/
a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

/*
** content
--------------------------------------------------*/
/*	text	*/
p,
blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

/*	list	*/
ol,
ul,
dl,
dd {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

/*	table	*/
table {
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

th {
  font-weight: normal;
}

/*	embed	*/
img {
  vertical-align: bottom;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
}

/*	semantics	*/
ruby,
rt,
mark,
menu {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

em,
cite,
dfn,
i {
  font-style: normal;
}

strong,
b {
  font-weight: normal;
}

ins,
del {
  text-decoration: none;
}

q {
  quotes: none;
}

sup,
sub {
  vertical-align: baseline;
}

ruby,
rt,
mark {
  line-height: 100%;
}

mark {
  background: none;
}

/*
** form
--------------------------------------------------*/
form {
  margin: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: 1.6rem;
}

select {
  line-height: 100%;
  font-weight: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/*==================================================

** Utility
==================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #F5F5F5;
  color: #303030;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

p, a, th, td {
  letter-spacing: 0.05em;
}

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

.wrap {
  margin: 0 auto;
  width: 90vw;
  max-width: 500px;
}

.wrap--lg {
  margin: 0 auto;
  width: 90vw;
  max-width: 1000px;
}

.sm-show {
  display: none;
}

@media screen and (min-width: 375px) {
  .xxs-show {
    display: none;
  }
}
@media screen and (min-width: 414px) {
  .xsplus-show {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .xs-none {
    display: none;
  }
  .xs-show {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-none {
    display: none;
  }
  .sm-show {
    display: block;
  }
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .md-none {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .wrap {
    max-width: 1000px;
  }
}
/*
** basic
--------------------------------------------------*/
.fz14 {
  font-size: 1.4rem;
}

/*==================================================

** Header
==================================================*/
/*
** header
--------------------------------------------------*/
.header__wrap {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  z-index: 100;
}
.header__wrap .btn-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 64px;
  height: 64px;
  background-color: #239DDA;
  border-radius: 50%;
  z-index: 10;
}
.header__wrap .btn-menu span {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transition-property: "opacity, transform";
  transition-property: "opacity, transform";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.header__wrap .btn-menu span:nth-child(1) {
  margin-top: -6px;
}
.header__wrap .btn-menu span:nth-child(3) {
  margin-top: 6px;
}
.header__wrap .btn-menu::after {
  display: block;
  margin-top: 24px;
  content: "menu";
  color: #fff;
  font-size: 1.2rem;
}
.is-active-gnav .header__wrap .btn-menu::after {
  content: "close";
}
.is-active-gnav .header__wrap {
  background-color: rgba(255, 255, 255, 0.95);
}
.is-active-gnav .header__wrap span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -40%) rotate(-45deg);
          transform: translate(-50%, -40%) rotate(-45deg);
}
.is-active-gnav .header__wrap span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.is-active-gnav .header__wrap span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -40%) rotate(45deg);
          transform: translate(-50%, -40%) rotate(45deg);
}

@media screen and (min-width: 1280px) {
  .header__wrap {
    height: 70px;
    background-color: #F5F5F5;
  }
  .header__wrap .logo {
    width: 171px;
  }
  .header__wrap .btn-menu {
    display: none;
  }
}
/*
** gnav
--------------------------------------------------*/
.gnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 10px 30px;
  background-color: #fff;
  color: #303030;
}
.gnav__list {
  width: 80%;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
.gnav__ttl {
  color: #239DDA;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-top: 20px;
}
.gnav__ttl::after {
  display: block;
  content: "";
  margin: 0 auto;
  height: 1px;
  background-color: #239DDA;
}
.gnav__item:not(:first-child) {
  margin-top: 20px;
}
.gnav__item:not(:first-child) {
  margin-top: 20px;
}
.gnav__item--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gnav__item--sub__item {
  width: 50%;
}
.gnav__item a {
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.gnav__item a:hover {
  opacity: 0.8;
}
.gnav__item--logo {
  width: 152px;
}
.gnav__item--contact a {
  display: inline-block;
  padding: 0.4em 1em;
  border: 1px solid #303030;
  border-radius: 6px;
  line-height: 1.5;
}
.gnav__item--contact a:hover, .gnav__item--contact a:active {
  background-color: rgba(35, 157, 218, 0.2);
}
.is-active-gnav .gnav {
  display: block;
}

@media screen and (max-width: 375px) {
  .gnav__item:not(:first-child) {
    margin-top: 14px;
  }
  .gnav__item:nth-of-type(2) {
    margin-top: 18px;
  }
  .gnav__item a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav__list {
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@media screen and (min-width: 1280px) {
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .gnav-pc {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .gnav-pc__list {
    width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav-pc__item:not(:last-child) {
    margin-right: 0px;
  }
  .gnav-pc__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0 1.2em;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-transition-property: "color";
    transition-property: "color";
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .gnav-pc__item a:hover {
    color: #239DDA;
    text-decoration: none;
  }
  .gnav-pc__item--contact a {
    margin-left: 15px;
    padding: 0 1.25em;
    height: 50px;
    background-color: #239DDA;
    border-radius: 6px;
    color: #fff;
    -webkit-transition-property: "background-color";
    transition-property: "background-color";
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .gnav-pc__item--contact a:hover {
    background-color: rgba(35, 157, 218, 0.8);
    color: #fff;
  }
}
/*==================================================

** Aside
==================================================*/
/*
** aside
--------------------------------------------------*/
.aside {
  padding: 60px 0;
  background-image: url(/images/aside_bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.aside__container {
  padding: 40px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.aside__container p:nth-child(5) {
  margin-top: 0.75em;
}
.aside__container p:nth-child(6) {
  margin-top: 0.875em;
}
.aside__container p:nth-child(7) {
  font-size: 1.4rem;
}
.aside__logo {
  margin: 0 auto;
  width: 150px;
  height: auto;
}
.aside__logo__txt {
  margin-top: 0.5em;
}
.aside__box {
  display: inline-block;
  margin-top: 22px;
  padding: 0 1em;
  border: 1px solid #303030;
  font-size: 1.4rem;
}
.aside__btn a {
  display: block;
  margin: 30px auto 0;
  padding: 0.5em 1em;
  max-width: 260px;
  background-color: #239DDA;
  border-radius: 6px;
  color: #fff;
  -webkit-transition-property: "opacity";
  transition-property: "opacity";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.aside__btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.aside__map {
  margin-top: 40px;
  height: 400px;
}
.aside__map iframe {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .aside {
    background-image: url(/images/aside_bg-pc.jpg);
  }
  .aside__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aside__container {
    width: 48%;
  }
  .aside__map {
    margin-top: 0;
    width: 48%;
    height: 460px;
  }
}
/*==================================================

** Footer
==================================================*/
/*
** footer
--------------------------------------------------*/
.footer {
  margin-bottom: 66px;
  text-align: center;
}
.footer__list {
  padding: 40px;
}
.footer__list li:nth-child(2) {
  margin-top: 20px;
}
.footer__list li:nth-child(3) {
  margin-top: 12px;
}
.footer__item a {
  text-decoration: underline;
  -webkit-transition-property: "text-decoration, opacity";
  transition-property: "text-decoration, opacity";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.footer__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer__item--bnr {
  margin: 0 auto;
  width: 232px;
}
.footer .copyright {
  padding: 40px;
  background-color: #fff;
}
.footer .copyright small {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
}
.footer__link {
  display: inline-block;
  font-size: 1.4rem;
}
.footer__nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav__item {
  width: 50%;
}
.footer__nav__item a {
  display: block;
  width: 100%;
  padding: 1.12em;
  background-color: #239DDA;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transition-property: "background-color";
  transition-property: "background-color";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.footer__nav__item a:hover {
  background-color: rgba(35, 157, 218, 0.3);
  text-decoration: none;
}
.footer__nav__item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 374px) {
  .footer {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-bottom: 0;
  }
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__list li:nth-child(2) {
    margin-top: 0;
  }
  .footer__list li:nth-child(3) {
    margin-top: 0;
  }
  .footer__item--bnr {
    margin: 0;
  }
  .footer__nav {
    display: none;
  }
}
/*
** pagetop
--------------------------------------------------*/
.pagetop {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-color: #239DDA;
  border-radius: 50%;
  color: #fff;
  font-size: 3rem;
  line-height: 0;
}

@media screen and (min-width: 1024px) {
  .pagetop {
    bottom: 15px;
  }
}
/*==================================================

** Main Common
==================================================*/
.main {
  margin-top: 16px;
}
.main p {
  text-align: justify;
}
.main p + p {
  margin-top: 24px;
}
.main ul {
  margin-top: 40px;
}
.main ul li {
  line-height: 1.5;
}
.main ul li:not(:first-child) {
  margin-top: 1em;
}
.main .list-icon li {
  position: relative;
  padding-left: 1.2em;
}
.main .list-icon li:not(:first-child) {
  margin-top: 1em;
}
.main .list-icon li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #239DDA;
}
.main .list-circle li::before {
  top: 0.5em;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.main .list-asterisk li::before {
  top: 0.5em;
  content: "\f069";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.main .ol-num {
  margin-top: 20px;
}
.main .ol-num li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  counter-increment: number;
}
.main .ol-num li::before {
  content: counter(number);
  position: absolute;
  left: 0;
  padding: 1px 6px;
}
.main .ol-num li:not(:first-child) {
  margin-top: 20px;
}
.main table {
  width: 100%;
  margin-top: 20px;
}
.main table tr {
  border-top: 1px solid #bfbfbf;
}
.main table tr:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.main table th,
.main table td {
  display: block;
  width: 100%;
  line-height: 1.5;
}
.main table th {
  text-align: left;
  padding-top: 1.25em;
  font-weight: 700;
}
.main table td {
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.main h3 {
  margin-top: 36px;
  font-size: 2.4rem;
}
.main h3 + * {
  margin-top: 26px;
}
.main .page-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 95vw;
  height: 63.1578947368vw;
  background-color: #C4EDB5;
  background-image: url(/images/pagettl_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
}
.main .page-ttl__txt {
  position: relative;
  text-align: center;
  color: #239DDA;
  font-size: 2rem;
  font-weight: bold;
}
.main .page-ttl__txt::before {
  content: attr(data-pagettl);
  display: block;
  font-family: "Montserrat", sans-serif;
  color: rgba(48, 48, 48, 0.5);
  font-size: 3.8rem;
  line-height: 1.2;
}
.main .page-ttl__txt-jp {
  color: rgba(48, 48, 48, 0.75);
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.main .sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 90vw;
  max-width: 1000px;
}
.main .sec-ttl + * {
  margin-top: 10vw;
}
.main .sec-ttl::before {
  position: absolute;
  top: 30px;
  width: 50vw;
  max-width: 400px;
  height: auto;
  z-index: 10;
}
.main .sec-ttl h2 {
  color: #239DDA;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.main .sec-ttl h2::before {
  content: attr(data-secttl);
  display: block;
  position: relative;
  top: 0;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  color: rgba(48, 48, 48, 0.5);
  font-size: 3.6rem;
  letter-spacing: normal;
}
.main .sec-ttl h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 50px;
  height: 2px;
  background-color: #239DDA;
}
.main .sec-ttl--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main .sec-ttl--left::before {
  content: url(/images/section_deco_left.svg);
  right: -10px;
}
.main .sec-ttl--left h2::before {
  display: block;
  left: 46px;
}
.main .sec-ttl--left h2::after {
  left: 0;
}
.main .sec-ttl--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.main .sec-ttl--right::before {
  content: url(/images/section_deco_right.svg);
  left: -10px;
}
.main .sec-ttl--right h2::before {
  right: 46px;
}
.main .sec-ttl--right h2::after {
  right: 0;
}
.main .title-icon {
  position: relative;
  padding-left: 1.3em;
  color: #239DDA;
  font-size: 1.8rem;
  font-weight: bold;
}
.main .title-icon + * {
  margin-top: 8px;
}
.main .title-icon::before {
  position: absolute;
  top: 0;
  left: 0;
}
.main .title-side-border {
  position: relative;
  padding-left: 30px;
  font-size: 2.4rem;
}
.main .title-side-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #239DDA;
}
.main .btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 6px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition-property: "background-color";
  transition-property: "background-color";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main .btn:hover, .main .btn:active {
  background-color: rgba(35, 157, 218, 0.5);
  text-decoration: none;
}
.main .btn-icon {
  border: none;
  padding: 1.2em 3em 1.2em 1.5em;
}
.main .btn-icon span {
  position: relative;
  top: 0;
  left: 0;
}
.main .btn-icon span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(48, 48, 48, 0.6);
  color: #239DDA;
  padding-left: 40px;
  font-size: 2.4rem;
}
.main .btn-s {
  padding: 0.75em 1.5em;
  width: 80%;
  max-width: 340px;
  letter-spacing: 0;
}
.main .btn-s::after {
  position: absolute;
  right: -20px;
  content: url(/images/arrow_s.svg);
  width: 50px;
  height: auto;
  -webkit-transition-property: "right";
  transition-property: "right";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main .btn-s:hover::after, .main .btn-s:active::after {
  right: -40px;
}
.main .btn-l {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.75em 2rem;
  width: 80%;
  min-width: 300px;
  max-width: 680px;
  text-align: center;
}
.main .btn-l::after {
  position: absolute;
  right: -30px;
  content: url(/images/arrow_l.svg);
  width: 80px;
  height: auto;
  -webkit-transition-property: "right";
  transition-property: "right";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main .btn-l:hover::after, .main .btn-l:active::after {
  right: -50px;
}
.main .btn-color {
  display: block;
  width: 80%;
  max-width: 200px;
  padding: 0.5em 1em;
  background-color: #239DDA;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}
.main a {
  text-decoration: underline;
  -webkit-transition-property: "text-decoration, opacity";
  transition-property: "text-decoration, opacity";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main a:hover, .main a:active {
  text-decoration: none;
  opacity: 0.8;
}
.main .strong-l {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.main .strong-s {
  font-weight: bold;
}
.main .marker {
  display: inline-block;
  padding: 0 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(35, 157, 218, 0.3)), color-stop(90%, rgba(35, 157, 218, 0.3)), color-stop(90%, transparent));
  background: linear-gradient(transparent 50%, rgba(35, 157, 218, 0.3) 50%, rgba(35, 157, 218, 0.3) 90%, transparent 90%);
}
.main .tel {
  color: rgb(124.5, 124.5, 124.5);
  font-size: 1.4rem;
}
.main .img-box img {
  border-radius: 10px;
}
.main .box-base {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
.main .box-bg {
  padding: 40px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.main .bg-left-wh {
  background-color: #fff;
  background-image: url(/images/bg_left_wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.main .bg-right-gr {
  background-color: #F5F5F5;
  background-image: url(/images/bg_right_gr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.main .cta-link {
  margin-top: 80px;
  text-align: center;
}
.main .cta-link p {
  text-align: center;
}
.main .cta-link .list-btn {
  margin-top: 40px;
}
.main .sec-pb {
  padding-bottom: 70px;
}
.main .breadcrumb {
  margin-top: 20px;
}
.main .breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .breadcrumb__item {
  font-size: 1.4rem;
}
.main .breadcrumb__item:not(:first-child)::before {
  margin: 0 0.5em;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bfbfbf;
}
.main .breadcrumb__item a {
  font-size: 1.4rem;
  text-decoration: none;
}
.main .breadcrumb + * {
  margin-top: 40px;
}
.main .mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.main .map::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.main .clock::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.main .angle-right::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.main .globe::before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.main .parking::before {
  content: "\f540";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 350px) {
  .main .list-btn a {
    padding: 0.75em 1em;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 576px) {
  .main .page-ttl__txt-jp {
    font-size: 3.2rem;
  }
  .main .sec-ttl::before {
    top: 0;
  }
  .main .sec-ttl + * {
    margin-top: 10vw;
  }
  .main .sec-ttl h2::before {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .main .page-ttl__txt::before {
    font-size: 5rem;
  }
  .main .page-ttl__txt span::before, .main .page-ttl__txt span::after {
    top: 1.6em;
  }
  .main .page-ttl__txt-jp {
    font-size: 3.8rem;
  }
  .main .sec-ttl h2 {
    font-size: 2rem;
  }
  .main .sec-ttl h2::before {
    font-size: 6rem;
  }
  .main .title-icon {
    font-size: 2rem;
  }
  .main .btn-s {
    width: 90%;
  }
  .main .strong-l {
    font-size: 2.8rem;
  }
  .main .strong-s {
    font-size: 1.8rem;
  }
  .main .img-box {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 600px;
  }
  .main .sec-pb {
    padding-bottom: 80px;
  }
  .main .w-s {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .main .breadcrumb + * {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .main h3 {
    margin-top: 56px;
  }
  .main .page-ttl {
    background-image: url(/images/pagettl_bg_pc.jpg);
    max-width: 1920px;
    height: 400px;
  }
  .main .page-ttl__txt::before {
    font-size: 6rem;
  }
  .main .page-ttl__txt span::before, .main .page-ttl__txt span::after {
    top: 1.9em;
  }
  .main .page-ttl__txt-jp {
    font-size: 4.2rem;
  }
  .main .sec-ttl::before {
    top: 30px;
  }
  .main .sec-ttl + * {
    margin-top: 60px;
  }
  .main .sec-ttl h2::before {
    font-size: 8rem;
  }
  .main .list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px auto 0 auto;
    width: 80%;
    max-width: 680px;
  }
  .main .item-btn {
    width: 50%;
  }
  .main .item-btn:not(:first-child) {
    margin-top: 0;
  }
  .main .strong-s {
    font-size: 2rem;
  }
  .main .sec-pb {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .main {
    margin-top: 70px;
  }
  .main h3 {
    margin-top: 56px;
  }
  .main .page-ttl {
    background-image: url(/images/pagettl_bg_pc.jpg);
    max-width: 1920px;
    height: 400px;
  }
  .main .page-ttl__txt::before {
    font-size: 6rem;
  }
}
/*==================================================

** Top
==================================================*/
#top .sec-ttl h2::before {
  font-size: 5rem;
}
#top .sec-ttl h2::after {
  top: 34px;
}
#top .mainvsl__content {
  position: relative;
  margin: 0 10px;
  height: 115vw;
  max-height: 500px;
  background-image: url(/images/top_mainvsl_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  border-radius: 10px;
  text-align: center;
}
#top .mainvsl__ttl {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
#top .mainvsl__ttl span {
  display: block;
  line-height: 1.8;
}
#top .mainvsl__ttl span:nth-child(1) {
  font-size: 1.4rem;
}
#top .mainvsl__ttl span:nth-child(2) {
  display: inline-block;
  margin-top: 4px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
#top .mainvsl__ttl span:nth-child(3) {
  margin-top: 24px;
  width: 190px;
}
#top .mainvsl__ttl span:nth-child(4) {
  margin-top: 40px;
}
#top .mainvsl__ttl span:nth-child(5) {
  font-size: 2.4rem;
}
#top .mainvsl__list {
  margin-top: -30px;
}
#top .mainvsl__item a {
  background-color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#top .mainvsl__item a:hover, #top .mainvsl__item a:active {
  background-color: rgba(35, 157, 218, 0.2);
}
#top .mainvsl__txt {
  margin: 60px auto 0 auto;
  width: 90%;
  max-width: 320px;
}
#top .info {
  margin-top: 70px;
}
#top .info__content {
  margin: 0 auto;
  padding: 1.2em 1.8em;
  background-color: #fff;
  max-width: 800px;
}
#top .info__content__em {
  margin-top: 0.6em !important;
  text-align: center;
  font-size: 110%;
  font-weight: 700;
  line-height: 1.6;
}
#top .info__link {
  margin-top: 40px;
  max-width: 800px;
}
#top .message {
  margin-top: 60px;
}
#top .message__img-box {
  margin: 0 auto;
  width: 60%;
}
#top .message__img-box img {
  border-radius: 10px;
}
#top .message__txt__ttl {
  font-size: 2rem;
}
#top .counseling__list {
  margin-top: 80px;
}
#top .counseling__item:not(:first-child) {
  margin-top: 50px;
}
#top .counseling__item__txt p {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#top .counseling__item__ttl {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 76px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#top .counseling__item__ttl::before {
  position: absolute;
  top: -54px;
  left: 0px;
  content: attr(data-top-item-ttl);
  display: block;
  color: rgba(35, 157, 218, 0.3);
  font-size: 7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: normal;
}
#top .counseling__item__img-box {
  margin: 20px auto 0 auto;
  width: 80%;
  max-width: 320px;
}
#top .counseling__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 4%;
  width: 100%;
}
#top .counseling__link-list li {
  width: 48%;
}
#top .counseling__link-list li:not(:first-child) {
  margin-top: 0;
}
#top .counseling__link-list li a {
  position: relative;
  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;
  aspect-ratio: 1/1;
  border: 2px solid #239DDA;
  border-radius: 50%;
  text-decoration: none;
}
#top .counseling__link-list li a::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  background-color: rgba(35, 157, 218, 0.1);
  border-radius: 50%;
}
#top .counseling__link-list li a:hover {
  opacity: 1;
}
#top .counseling__link-list li a span {
  text-align: center;
  color: #239DDA;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#top .counseling__link-list li a:hover span {
  -webkit-animation: TextRotate 1s ease-in-out 1;
          animation: TextRotate 1s ease-in-out 1;
}
@-webkit-keyframes TextRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes TextRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#top .counseling__link-list li:nth-of-type(3) a span, #top .counseling__link-list li:nth-of-type(4) a span {
  font-size: 20px;
}
#top .counseling__link-list__text {
  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;
  margin-top: 8px;
  width: 100%;
  height: min(18vw, 88px);
  background-color: #F5F5F5;
  text-align: center;
  font-size: min(3.46vw, 15px);
  line-height: 1.4;
  letter-spacing: normal;
}
#top .counseling .btn {
  margin-top: 50px;
}
#top .case__unit-item {
  width: 90vw;
  max-width: 1000px;
}
#top .case__unit-item:not(:first-child) {
  margin-top: 40px;
}
#top .case__unit-item--right {
  margin-left: 10%;
}
#top .case__unit-item--right .case__ttl {
  margin-left: auto;
  margin-right: 0;
}
#top .case__ttl {
  position: relative;
  top: 0;
  left: 0;
  width: calc(60vw + 60px);
  max-width: 380px;
  height: 60vw;
  max-height: 320px;
}
#top .case__ttl__txt {
  position: absolute;
  right: 0;
  z-index: 10;
}
#top .case__ttl__txt span {
  display: inline-block;
  padding: 0.1em 1em;
  background-color: #fff;
  font-size: 1.8rem;
}
#top .case__ttl__txt span:not(:first-child) {
  margin-top: 0.5em;
}
#top .case__ttl__img-box {
  position: absolute;
  margin-top: 0;
  width: 60vw;
  max-width: 320px;
  height: 60vw;
  max-height: 320px;
  border: 4px solid #239DDA;
  border-radius: 10px;
}
#top .case__ttl__img-box img {
  border-radius: 7px;
}
#top .case__list {
  margin-top: 20px;
}
#top .case__list__item {
  line-height: 1.8;
}
#top .case .box-base {
  margin-top: 40px;
}
#top .case .list-asterisk {
  margin-top: 0;
}

@media screen and (max-width: 375px) {
  #top .counseling__link-list__text {
    display: none;
  }
  #top .case__ttl__txt span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 576px) {
  #top .counseling__link-list {
    gap: 24px 2%;
  }
  #top .counseling__link-list li {
    width: 32%;
  }
  #top .counseling__link-list__text {
    font-size: 13px;
  }
  #top .case__unit-item {
    width: 420px;
  }
  #top .case__unit-item--right {
    margin-left: calc(100% - 420px);
  }
  #top .case__ttl__txt span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #top .sec-ttl h2::before {
    font-size: 8rem;
  }
  #top .sec-ttl h2::after {
    top: 56px;
  }
  #top .mainvsl__content {
    height: 50vw;
    max-height: 670px;
    background-image: url(/images/top_mainvsl_bg_pc.jpg);
    background-position: 20% 100%;
  }
  #top .mainvsl__ttl {
    top: 35%;
    -webkit-transform: translate(-50% -35%);
            transform: translate(-50% -35%);
  }
  #top .mainvsl__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 680px;
  }
  #top .mainvsl__item {
    width: 50%;
  }
  #top .mainvsl__item:not(:first-child) {
    margin-top: 0;
  }
  #top .info__content p {
    text-align: center;
  }
  #top .message {
    margin-top: 80px;
  }
  #top .message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .message__img-box {
    margin: 0 auto 0 0;
    width: 37%;
  }
  #top .message__txt {
    width: 57%;
  }
  #top .message__txt__ttl {
    margin-top: 0;
    font-size: 2.4rem;
  }
  #top .counseling__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  #top .counseling__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .counseling__item:not(:first-child) {
    margin-top: 100px;
  }
  #top .counseling__item__txt {
    margin-top: 40px;
    width: calc(100% - 310px - 40px);
  }
  #top .counseling__item__txt p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 76px;
  }
  #top .counseling__item__ttl {
    margin-top: 0;
  }
  #top .counseling__item__img-box {
    margin: 0;
    width: 310px;
  }
  #top .counseling__item:nth-child(1) {
    position: relative;
  }
  #top .counseling__item:nth-child(1)::after {
    position: absolute;
    top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: url(/images/top_about_deco1.svg);
    width: 150px;
    height: auto;
    z-index: 10;
  }
  #top .counseling__item:nth-child(2) {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #top .counseling__item:nth-child(2)::after {
    position: absolute;
    top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: url(/images/top_about_deco2.svg);
    width: 150px;
    height: auto;
  }
  #top .counseling__link-list {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
  #top .counseling__link-list__text {
    font-size: 15px;
  }
  #top .case__unit-list {
    margin-top: 60px;
  }
  #top .case__unit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80vw;
  }
  #top .case__unit-item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
  #top .case__unit-item--right .case__ttl {
    margin-left: 0;
    margin-right: auto;
  }
  #top .case__ttl {
    width: 35vw;
    height: 30vw;
  }
  #top .case__ttl__txt--left, #top .case__ttl__txt--right {
    left: auto;
    right: 0;
  }
  #top .case__ttl__img-box {
    width: 30vw;
    max-width: 300px;
    height: 30vw;
    max-height: 300px;
  }
  #top .case__ttl__img-box--left {
    left: 0;
  }
  #top .case__ttl__img-box--right {
    left: 0;
  }
  #top .case__list {
    margin: 0;
    width: calc(45vw - 40px);
  }
  #top .case .box-base {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #top .sec-ttl h2::before {
    font-size: 10rem;
  }
  #top .sec-ttl h2::after {
    top: 72px;
  }
  #top .mainvsl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 1400px;
  }
  #top .mainvsl__content {
    margin: 0 20px 0 auto;
    width: 90%;
    max-width: 1220px;
    background-position: 0% 100%;
  }
  #top .mainvsl__ttl span:nth-child(1) {
    font-size: 1.6rem;
  }
  #top .mainvsl__ttl span:nth-child(2) {
    font-size: 2rem;
  }
  #top .mainvsl__ttl span:nth-child(3) {
    width: 240px;
  }
  #top .mainvsl__ttl span:nth-child(4) {
    font-size: 2rem;
  }
  #top .mainvsl__ttl span:nth-child(5) {
    font-size: 2.8rem;
  }
  #top .mainvsl__txt {
    position: absolute;
    margin-top: 50px;
    margin-left: 20px;
    width: 368px;
  }
  #top .message {
    margin-top: 100px;
  }
  #top .message__txt__ttl {
    font-size: 2.8rem;
  }
  #top .counseling__link-list {
    width: 920px;
  }
  #top .counseling__link-list li {
    width: 18%;
  }
  #top .counseling__link-list__text {
    font-size: 13px;
  }
  #top .case__unit-item {
    width: 840px;
  }
  #top .case__ttl {
    width: 360px;
    height: 360px;
  }
  #top .case__ttl__img-box {
    width: 320px;
    height: 320px;
  }
  #top .case__list {
    width: 420px;
  }
}
@media screen and (min-width: 1280px) {
  #top .mainvsl__ttl {
    background-position: 0% 100%;
    padding-top: 160px;
  }
  #top .mainvsl__ttl span {
    display: block;
    line-height: 1.8;
  }
  #top .mainvsl__ttl span:nth-child(1) {
    font-size: 1.6rem;
  }
  #top .mainvsl__ttl span:nth-child(2) {
    margin-top: 4px;
    font-size: 2rem;
  }
  #top .mainvsl__ttl span:nth-child(3) {
    margin: 24px auto 0 auto;
    width: 240px;
  }
  #top .mainvsl__ttl span:nth-child(4) {
    margin-top: 40px;
    font-size: 2rem;
  }
  #top .mainvsl__ttl span:nth-child(5) {
    font-size: 2.8rem;
  }
  #top .mainvsl__list {
    margin-top: -30px;
  }
  #top .mainvsl__item a {
    background-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
  }
  #top .mainvsl__item a:hover, #top .mainvsl__item a:active {
    background-color: rgba(35, 157, 218, 0.2);
  }
  #top .mainvsl__txt {
    margin: 60px auto 0 auto;
    width: 90%;
    max-width: 320px;
  }
  #top .counseling__list {
    max-width: 1000px;
  }
  #top .counseling__item:not(:first-child) {
    margin-top: 0px;
  }
  #top .counseling__item__txt {
    width: calc(100% - 410px - 40px);
  }
  #top .counseling__item__txt p {
    padding-left: 110px;
  }
  #top .counseling__item__ttl {
    padding-left: 110px;
  }
  #top .counseling__item__ttl::before {
    top: -86px;
    font-size: 10rem;
  }
  #top .counseling__item__txt {
    margin-top: 120px;
  }
  #top .counseling__item__img-box {
    width: 410px;
  }
  #top .counseling__item:nth-child(1) {
    padding-bottom: 0;
  }
  #top .counseling__item:nth-child(1)::after {
    top: 320px;
  }
  #top .counseling__item:nth-child(2)::after {
    top: 320px;
  }
}
/*==================================================

** Pages
==================================================*/
/*
** about
--------------------------------------------------*/
#about .therapy__bg {
  padding: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  background-color: #fff;
  border: 4px solid rgba(35, 157, 218, 0.5);
  border-radius: 10px;
}
#about .therapy__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  border-bottom: 1px solid rgba(35, 157, 218, 0.5);
  color: #239DDA;
  font-size: 20px;
  font-weight: 700;
}
#about .therapy__subtitle {
  font-style: italic;
  color: rgba(48, 48, 48, 0.8);
  margin-bottom: 1em;
}
#about .therapy p {
  margin-top: 20px;
}
#about .about {
  scroll-margin-top: 80px;
}
#about .about__title {
  position: relative;
  padding-bottom: 0.8em;
  color: #239DDA;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}
#about .about__title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #239DDA;
  width: 30%;
  height: 2px;
}
#about .about__title--right {
  text-align: right;
}
#about .about__title--right:after {
  left: auto;
  right: 0;
}
#about .about__title03 {
  margin-bottom: 1.8em;
  line-height: 1.5;
  font-size: 1.8rem;
}
#about .about__subtitle {
  margin: 1.8em 0;
  font-style: italic;
  color: rgba(48, 48, 48, 0.8);
  line-height: 1.5;
  font-size: 0.95em;
}
#about .about p {
  margin-top: 1em;
}
#about .se__list {
  margin: 20px 0;
}
#about .se__list li:not(:first-child) {
  margin-top: 0.4em;
}
#about .cta-link {
  margin-top: 0;
  padding: 70px 0;
}
#about .inner__summary {
  margin-top: 38px;
}
#about .inner__summary p + p {
  margin-top: 4px;
}
#about .inner__summary .strong-s {
  margin-top: 12px;
}
#about .inner__container:not(:first-child) {
  margin-top: 60px;
}
#about .inner__btn {
  margin-top: 64px;
}
#about .inner__btn .btn:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 576px) {
  #about .about__title {
    font-size: 3.2rem;
  }
  #about .about__title03 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  #about .cta-link {
    padding: 80px 0;
  }
  #about .inner__container:not(:first-child) {
    margin-top: 70px;
  }
  #about .inner__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 72px;
  }
  #about .inner__btn .btn {
    width: 45%;
  }
  #about .inner__btn .btn:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #about .about__title {
    font-size: 3.6rem;
  }
  #about .cta-link {
    padding: 100px 0;
  }
  #about .inner__container:not(:first-child) {
    margin-top: 76px;
  }
  #about .inner__btn {
    margin-top: 94px;
  }
}
@media screen and (min-width: 1280px) {
  #about .about {
    scroll-margin-top: 96px;
  }
}
/*
** workshop
--------------------------------------------------*/
#workshop .about .w-s {
  margin-top: 70px;
}
#workshop .about .title-side-border {
  margin-top: 40px;
}
#workshop .about .btn {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  #workshop .about .w-s {
    margin-top: 110px;
  }
  #workshop .about .title-side-border {
    margin-top: 50px;
  }
  #workshop .about .btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #workshop .about .title-side-border {
    margin-top: 60px;
  }
  #workshop .about .btn {
    margin-top: 80px;
  }
}
/*
** price
--------------------------------------------------*/
#price .pricelist__item {
  padding: 1em 2em;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
}
#price .pricelist__item p {
  letter-spacing: 0;
}
#price .pricelist__item p:nth-child(2) {
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  #price .pricelist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #price .pricelist__item {
    width: 48.5%;
  }
  #price .pricelist__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sm-md-show {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sm-md-show {
    display: none;
  }
}
/*
** taimen,online
--------------------------------------------------*/
#taimen .summary__title02,
#online .summary__title02 {
  margin-top: 64px;
  font-size: 2.4rem;
  font-weight: bold;
}
#taimen .summary__title02 + p,
#online .summary__title02 + p {
  margin-top: 26px;
}
#taimen .summary__title03,
#online .summary__title03 {
  font-size: 1.8rem;
  font-weight: bold;
}
#taimen .summary__title03 + p,
#online .summary__title03 + p {
  margin-top: 0;
}
#taimen .pricelist__item,
#online .pricelist__item {
  padding: 1em 2em;
  background-color: #F5F5F5;
  border-radius: 10px;
  z-index: 10;
}
#taimen .pricelist__item p,
#online .pricelist__item p {
  letter-spacing: 0;
}
#taimen .pricelist__item p:nth-child(2),
#online .pricelist__item p:nth-child(2) {
  margin-top: 4px;
}
#taimen .pricelist__item--couple p:nth-of-type(1),
#online .pricelist__item--couple p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
}
#taimen .pricelist__item--couple p + p,
#online .pricelist__item--couple p + p {
  margin-top: 10px;
}
#taimen .pricelist__item--couple span,
#online .pricelist__item--couple span {
  font-weight: 700;
}
#taimen .flow .sec-ttl::before,
#online .flow .sec-ttl::before {
  z-index: 0;
}
#taimen .flow__content,
#online .flow__content {
  z-index: 10;
}
#taimen .flow__content::before,
#online .flow__content::before {
  display: block;
  content: url(/images/price_flow_arrow.svg);
  margin: 50px auto;
  width: 120px;
  height: auto;
}
#taimen .flow__content-01,
#online .flow__content-01 {
  margin-top: 60px;
}
#taimen .flow__content-01::before,
#online .flow__content-01::before {
  display: none;
}
#taimen .flow__content__title,
#online .flow__content__title {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 76px;
  font-size: 1.8rem;
  font-weight: bold;
}
#taimen .flow__content__title span,
#online .flow__content__title span {
  position: absolute;
  top: -65px;
  left: 0px;
  color: rgba(35, 157, 218, 0.3);
  font-size: 7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
#taimen .flow__content .btn-s,
#online .flow__content .btn-s {
  margin: 40px auto 0 0;
}
#taimen .flow__content__mail,
#online .flow__content__mail {
  margin-top: 20px;
  margin-left: 10px;
}
#taimen .flow__content__list,
#online .flow__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#taimen .flow__content__item,
#online .flow__content__item {
  width: 32%;
}
#taimen .flow__content__item:not(:first-child),
#online .flow__content__item:not(:first-child) {
  margin-top: 0;
}
#taimen .flow__content__item a,
#online .flow__content__item a {
  display: block;
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  -webkit-transition-property: "back-ground";
  transition-property: "back-ground";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#taimen .flow__content__item a:hover,
#online .flow__content__item a:hover {
  background-color: rgba(35, 157, 218, 0.5);
}
#taimen .flow__order__foot,
#online .flow__order__foot {
  margin-top: 32px;
}
#taimen .flow__order__foot p:nth-child(2),
#online .flow__order__foot p:nth-child(2) {
  margin-top: 31px;
}
#taimen .flow__order__foot a:nth-child(3),
#online .flow__order__foot a:nth-child(3) {
  margin: 11px auto 0 0;
  width: 240px;
  font-size: 1.6rem;
}
#taimen .flow__order__foot p:nth-child(4),
#online .flow__order__foot p:nth-child(4) {
  margin-top: 31px;
}
#taimen .flow__order__foot p:nth-child(5),
#online .flow__order__foot p:nth-child(5) {
  margin-top: 0;
}
#taimen .flow__box,
#online .flow__box {
  margin-top: 40px;
  padding: 5%;
}
#taimen .flow__box ul,
#online .flow__box ul {
  margin-top: 0;
}
#taimen .flow__box .btn-l,
#online .flow__box .btn-l {
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  #price .pricelist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #price .pricelist__item {
    width: 48.5%;
  }
  #price .pricelist__item:not(:first-child) {
    margin-top: 0;
  }
  #price .flow .tabContents {
    display: none;
    margin-top: 20px;
    padding: 5%;
    background-color: #fff;
  }
  #price .flow__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #price .flow__order__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    margin-right: 0;
    width: 47.5%;
  }
  #price .flow__order__foot {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47.5%;
    margin-top: 0;
  }
  #price .flow .btn-l {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sm-md-show {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sm-md-show {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .flow .btn-l {
    margin-top: 100px;
  }
}
/*
** course
--------------------------------------------------*/
#course .courselist {
  padding-bottom: 100px;
}
#course .courselist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#course .courselist__item {
  width: 100%;
}
#course .courselist__item:not(:first-child) {
  margin-top: 20px;
}
#course .courselist__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 85px;
  padding: 1em 1.25em;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
}
#course .courselist__item a::after {
  position: absolute;
  right: 20px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bfbfbf;
  font-size: 2rem;
}
#course .courselist__item a:hover {
  background-color: rgba(35, 157, 218, 0.5);
}
#course .content {
  margin-top: -64px;
  padding-top: 64px;
}
#course .content:not(:last-child) {
  padding-bottom: 100px;
}
#course .content__sec-ttl {
  top: -30px;
}
#course .content__sec-ttl + * {
  margin-top: 10px;
}
#course .content__sec-ttl::before {
  top: 80px;
}
#course .content__sec-ttl h2 {
  font-size: 1.8rem;
  line-height: 1.5;
}
#course .content__sec-ttl h2::before {
  font-size: 6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#course .content__sec-ttl h2::after {
  top: 40px;
  width: 80px;
}
#course .content__sec-ttl--left h2::before {
  left: 70px;
}
#course .content__sec-ttl--left h2::after {
  left: 0;
}
#course .content__sec-ttl--right h2::before {
  right: 70px;
}
#course .content__sec-ttl--right h2::after {
  right: 0;
}
#course .content__title {
  font-size: 2.4rem;
  font-weight: bold;
}
#course .content__title-en {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}
#course .content__title-en + p {
  margin-top: 16px;
}
#course .content .title-side-border {
  margin-top: 40px;
}
#course .content table .list-icon {
  margin-top: 0.5em;
}
#course .content__table__head {
  position: relative;
  padding-left: 2.4em;
}
#course .content__table__head span {
  top: 40px;
}
#course .content__table__data {
  position: relative;
  padding-left: 2.4em;
}
#course .content__table__data span {
  top: 19px;
}
#course .content__table__data.pt1-25em {
  padding-top: 1.25em;
}
#course .content__table__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0px;
  width: 26px;
  height: 26px;
  background-color: #bfbfbf;
  border-radius: 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
#course .content__box {
  margin-top: 40px;
}
#course .content__box p {
  text-align: center;
  line-height: 1.5;
}
#course .content .btn {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  #course .courselist__item {
    width: 48.5%;
  }
  #course .courselist__item:nth-child(even) {
    margin-left: 3%;
  }
  #course .courselist__item:nth-child(2) {
    margin-top: 0;
  }
  #course .content__sec-ttl + * {
    margin-top: 30px;
  }
  #course .content__sec-ttl h2 {
    font-size: 3rem;
  }
  #course .content__sec-ttl h2::before {
    font-size: 7rem;
  }
  #course .content__sec-ttl h2::after {
    top: 48px;
  }
  #course .content__sec-ttl--left h2::before {
    left: 64px;
  }
  #course .content__sec-ttl--right h2::before {
    right: 64px;
  }
  #course .content .title-side-border {
    margin-top: 50px;
  }
  #course .content__table__head {
    padding-left: 3.2em;
  }
  #course .content__table__number {
    width: 30px;
    height: 30px;
  }
  #course .content__table__date {
    padding-left: 3.2em;
  }
  #course .content__notice p {
    text-align: center;
  }
  #course .content .btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #course .courselist__item {
    width: 32%;
    margin-left: 2%;
  }
  #course .courselist__item:nth-child(even) {
    margin-left: 2%;
  }
  #course .courselist__item:nth-child(1) {
    margin-left: 0;
  }
  #course .courselist__item:nth-child(3) {
    margin-top: 0;
  }
  #course .courselist__item:nth-child(4) {
    margin-left: 0;
  }
  #course .content__sec-ttl h2 {
    font-size: 3.2rem;
  }
  #course .content__sec-ttl h2::before {
    font-size: 8rem;
  }
  #course .content__sec-ttl h2::after {
    top: 54px;
  }
  #course .content .title-side-border {
    margin-top: 60px;
  }
  #course .content .btn {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  #course .content {
    margin-top: -70px;
    padding-top: 70px;
  }
}
/*
** profile
--------------------------------------------------*/
#profile .counselor__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#profile .counselor__img h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
#profile .counselor__img-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto;
  width: 80%;
  max-width: 280px;
  border: 4px solid #239DDA;
  border-radius: 50%;
}
#profile .counselor__img-box img {
  border-radius: 50%;
}
#profile .counselor__txt {
  margin-top: 26px;
}
#profile .counselor__career {
  margin-top: 56px;
}
#profile .counselor__career__item p {
  margin-top: 0;
}
#profile .counselor__career__item p:nth-child(1) {
  line-height: 1.2;
}
#profile .counselor__career__img-box {
  margin: 0 0 0 auto;
  width: 40%;
  max-width: 200px;
  border: 4px solid #239DDA;
  border-radius: 50%;
}
#profile .counselor__career__img-box img {
  border-radius: 50%;
}
#profile .result__item {
  margin-top: 32px;
}
#profile .result__item p {
  margin-top: 0;
}
#profile .result__strong {
  font-weight: bold;
}
#profile .result__img-box {
  margin: 56px auto 0 auto;
  width: 232px;
}

@media screen and (min-width: 768px) {
  #profile .counselor__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #profile .counselor__img {
    width: 40%;
  }
  #profile .counselor__img-box {
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
    height: 100%;
    max-height: 280px;
    border: 4px solid #239DDA;
    border-radius: 50%;
  }
  #profile .counselor__img-box img {
    border-radius: 50%;
  }
  #profile .counselor__txt {
    width: 50%;
  }
}
/*
** access
--------------------------------------------------*/
#access .room__map {
  margin-top: 40px;
  height: 400px;
}
#access .room__map iframe {
  border-radius: 10px;
}
#access .room__parking__texts {
  margin-top: 20px;
}
#access .room__parking__texts p {
  line-height: 1.6;
}
#access .room__parking__texts p + p {
  margin-top: 0.8em;
}
#access .room__guide {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#access .room__guide__flex:not(:first-child) {
  margin-top: 24px;
}
#access .room__guide__image img {
  border-radius: 10px;
}
#access .room__guide__texts {
  margin-top: 6px;
}
#access .room__guide__texts p {
  line-height: 1.6;
}
#access .room__guide__texts p + p {
  margin-top: 0.8em;
}
#access .room .title-icon {
  margin-top: 40px;
}
#access .room__btn {
  margin-top: 64px;
}
#access .room__list {
  padding: 0 5vw 0 5vw;
}
#access .room__item {
  padding-left: 0;
}
#access .room__item:not(:first-child) {
  margin-top: 20px;
}
#access .room__item__img-box img {
  border-radius: 10px;
}

@media screen and (max-width: 375px) {
  #access .sec-ttl h2::before {
    font-size: 2.4rem;
  }
  #access h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #access .sec-ttl h2::before {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  #access .room__parking__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #access .room__parking__map, #access .room__parking__texts {
    width: 50%;
  }
  #access .room__parking__texts {
    margin-top: 0;
    margin-left: 5%;
  }
  #access .room__guide__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #access .room__guide__image, #access .room__guide__texts {
    width: 50%;
  }
  #access .room__guide__texts {
    margin-top: 0;
    margin-left: 5%;
  }
  #access .room__btn {
    margin-top: 74px;
  }
  #access .room__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  #access .room__item {
    padding-left: 0;
    width: 32%;
  }
  #access .room__item:not(:first-child) {
    margin-top: 0;
  }
  #access .room__item__img-box img {
    border-radius: 10px;
  }
}
/*
** link
--------------------------------------------------*/
#link .link__item:not(:first-child) {
  margin-top: 40px;
}

/*
** contact
--------------------------------------------------*/
#contact .reserve__txt,
#online .reserve__txt,
#taimen .reserve__txt {
  text-align: center;
}
#contact .form .box-bg,
#online .form .box-bg,
#taimen .form .box-bg {
  margin-top: 80px;
  z-index: 10;
}
#contact .form ul,
#online .form ul,
#taimen .form ul {
  margin-top: 0;
}
#contact .form__txt,
#online .form__txt,
#taimen .form__txt {
  margin-top: 60px;
}
#contact .form i,
#online .form i,
#taimen .form i {
  padding-right: 0.2em;
  color: #239DDA;
  font-size: 1.2rem;
}
#contact .form__item,
#online .form__item,
#taimen .form__item {
  margin-top: 30px;
}
#contact .form__item__ttl,
#online .form__item__ttl,
#taimen .form__item__ttl {
  line-height: 1.5;
}
#contact .form__item__content,
#online .form__item__content,
#taimen .form__item__content {
  margin-top: 8px;
}
#contact .form__container,
#online .form__container,
#taimen .form__container {
  margin-top: 40px;
}
#contact .form__container h4,
#online .form__container h4,
#taimen .form__container h4 {
  font-size: 2rem;
}
#contact .form__container .form__item,
#online .form__container .form__item,
#taimen .form__container .form__item {
  margin-top: 20px;
}
#contact .form .btn-color,
#online .form .btn-color,
#taimen .form .btn-color {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #contact .form__menu__item a {
    padding: 0.8em 2.4em;
    font-size: 1.6rem;
  }
  #contact .form__menu__item a::after {
    top: 1.4em;
    right: 2em;
    font-size: 1.8rem;
  }
}
/*
** thanks
--------------------------------------------------*/
#thanks .content .btn-s {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  #thanks .content .btn-s {
    margin-top: 74px;
  }
}
/*
** info
--------------------------------------------------*/
#info .content__sec-ttl h2 {
  color: #303030;
  margin-left: 30px;
  font-size: 1.8rem;
}
#info .content .sec-ttl h2::after {
  width: 25px;
}
#info .content .sec-ttl + * {
  margin-top: 15vw;
}
#info .content .sec-ttl--left::before {
  top: -10px;
}
#info .content__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

@media screen and (min-width: 375px) {
  #info .content__sec-ttl h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  #info .content__sec-ttl h2 {
    font-size: 2rem;
  }
  #info .content .sec-ttl + * {
    margin-top: 18vw;
  }
  #info .content .sec-ttl--left::before {
    top: -50px;
  }
}
@media screen and (min-width: 576px) {
  #info .content__sec-ttl h2 {
    font-size: 2.4rem;
  }
  #info .content .sec-ttl + * {
    margin-top: 18vw;
  }
  #info .content .sec-ttl--left::before {
    top: -50px;
  }
}
@media screen and (min-width: 1024px) {
  #info .content__sec-ttl h2 {
    font-size: 2.8rem;
  }
  #info .content .sec-ttl + * {
    margin-top: 160px;
  }
}
/*==================================================

** Form
==================================================*/
.ico-required::after {
  margin-left: 0.5em;
  content: "\f069";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #239DDA;
  font-size: 1.2rem;
}

.form-input-text {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 100%;
  height: 44px;
  padding-left: 1em;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 6px;
}

.form-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  padding: 1em 1em 0;
  border: 0;
  outline: none;
  background: transparent;
  width: 100% !important;
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 6px;
}

form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

form#mailformpro label.mfp_checked {
  padding: 4px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

.form-input-radio-1col {
  display: block !important;
}

.form-input-selected {
  cursor: pointer;
}

.form-input-date {
  position: relative;
  padding-left: 1em;
  text-align: left !important;
}

.form-input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  left: -1em;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  margin-left: 0;
  opacity: 0;
  cursor: pointer;
}

#mfp_hidden {
  display: none;
}

@media screen and (min-width: 576px) {
  .form-input-radio-1col {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .form-input-text {
    width: 320px;
  }
  .form-textarea {
    min-height: 250px;
  }
}/*# sourceMappingURL=style.css.map */