@charset "UTF-8";
.u-text-sm {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .u-text-sm {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .u-text-sm {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.u-text-md {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .u-text-md {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .u-text-md {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

.u-heading-md {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .u-heading-md {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .u-heading-md {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.def {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .def {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .def {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

.cardList {
  display: grid;
  gap: 3vw 0;
}

@media screen and (max-width: 599px) {
  .cardList {
    gap: 5vw 0;
  }
}
@media screen and (min-width: 599px) {
  .cardList {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, max-content); /* または minmax(100px, max-content) */
    gap: 3vw;
  }
}
.card1 {
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr;
  /*
  position: relative;
  padding: 4vw 0;
  */
}

.card1 h3 {
  background: #367BA8;
  color: #fff;
  /*
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
  */
  padding: 0.5em 0;
  font-size: 3.5vw;
  line-height: 1.1;
  text-align: center;
}

/*
@media screen and (min-width:600px){
	.card1 h3{
				aspect-ratio:1/1;
	}
}
*/
.card1 {
  width: 100%;
}

.card1 h3 span {
  font-size: 4.5vw;
  padding-left: 0.3em;
}

.card1_in {
  background: #EDF1F2;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.card1 p {
  font-weight: bold;
  color: #367BA8;
  font-size: 4.5vw;
  line-height: 1.8;
  height: 100%; /* 親要素の高さに合わせる */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw;
}

@media screen and (min-width: 599px) {
  .card1 h3 {
    font-size: 1.5vw;
  }
  .card1 h3 span {
    font-size: 2.1vw;
  }
  .card1 p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  /*
  .card1 h3{
  	width:25%;
  	top:-15%;
  }
  */
}
:root {
  font: -apple-system-body;
}

html {
  color: #3D3D3D;
  font-size: 100%;
}

body {
  font-size: 1.1rem;
}

.c-section {
  color: #3D3D3D;
  padding: 40px 24px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .c-section {
    padding: 40px 60px;
  }
}
@media (min-width: 1140px) {
  .c-section {
    padding: 60px 100px;
  }
}
.c-section__title {
  margin: 40px 0;
}
.c-section__title--en {
  text-transform: uppercase;
  color: #FF6600;
  display: block;
  padding-left: 1.5em;
  background: url("../img/svg/icon_spine.svg") left center no-repeat;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-section__title--en {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1440px) {
  .c-section__title--en {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.c-section__title--ja {
  display: block;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-section__title--ja {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1440px) {
  .c-section__title--ja {
    font-size: 2.25rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.c-section__box {
  margin: 2vw 0;
}

.c-article__title {
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-left: solid 5px #FF6600;
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-article__title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .c-article__title {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.c-article p {
  margin-bottom: 1em;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-article p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .c-article p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
.c-article + .c-article {
  margin-top: 5em;
}
.c-article__number {
  background-color: #FF6600;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 16px;
  margin-right: 0.25em;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (min-width: 720px) {
  .c-article__number {
    width: 28px;
    height: 28px;
    border-radius: 14px;
  }
}

.c-listBox {
  padding: 20px;
  margin-bottom: 40px;
}
.c-listBox {
  border-radius: 16px;
  border: solid 4px #FF6600;
}
.c-listBox li {
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.2em;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-listBox li {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .c-listBox li {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 720px) {
  .c-listBox li {
    font-size: 20px;
  }
}
.c-listBox li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #FF6600;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
.c-listBox li b {
  color: #FF6600;
  font-weight: inherit;
}

.c-header {
  position: fixed;
  color: #fff;
  background-color: transparent;
}
.c-header__in {
  display: flex;
  justify-content: space-between;
}
.c-header__logo {
  width: 50%;
  max-width: 240px;
}
.c-header.is-scrolled {
  background-color: #fff;
}
@media (min-width: 720px) {
  .c-header.is-scrolled #nav li a {
    color: #FF6600;
  }
}
.c-header a:hover {
  opacity: 0.7;
}
.c-header__logoImg--default {
  display: block;
}
.c-header__logoImg--color {
  display: none;
}
.c-header.is-scrolled .c-header__logoImg--default {
  display: none;
}
.c-header.is-scrolled .c-header__logoImg--color {
  display: block;
}

.c-pageTitle {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-pageTitle {
    font-size: 2.625rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1440px) {
  .c-pageTitle {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.c-button__primary {
  color: #fff;
  background-color: #FF6600;
  display: block;
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
  min-width: 240px;
  padding: 1em;
  text-align: center;
}

.c-footer__nav {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-top: 1em;
}
@media (min-width: 1140px) {
  .c-footer__nav {
    text-align: right;
  }
}
.c-footer__info {
  line-height: 2;
  margin-top: 8px;
}
.c-footer__schedule {
  border: solid 3px #FF6600;
  border-radius: 10px;
  padding: 0 1em;
  margin-top: 1em;
  max-width: 640px;
}
.c-footer__schedule table {
  border-collapse: collapse;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 719px) {
  .c-footer__schedule table {
    display: flex;
  }
}
.c-footer__schedule th {
  white-space: nowrap;
}
.c-footer__schedule th,
.c-footer__schedule td {
  padding: 0.5em;
  text-align: center;
}
@media (min-width: 1140px) {
  .c-footer__schedule th,
  .c-footer__schedule td {
    padding: 1em;
  }
  .c-footer__schedule .dot {
    max-width: 1em;
  }
}
@media (min-width: 720px) {
  .c-footer__schedule thead > tr {
    border-bottom: solid 2px #ccc;
  }
  .c-footer__schedule th:first-child {
    width: 5em;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 719px) {
  .c-footer__schedule th,
  .c-footer__schedule td {
    border-bottom: solid 1px #ccc;
  }
  .c-footer__schedule thead,
  .c-footer__schedule tbody {
    width: 50%;
  }
  .c-footer__schedule tr {
    display: flex;
    flex-flow: column;
  }
}
.c-footer__tel {
  text-align: center;
}
@media (min-width: 1140px) {
  .c-footer__tel {
    text-align: right;
  }
}
.c-footer .footerBox {
  width: 49%;
}
.c-footer .footerLogo {
  width: 100%;
  margin-bottom: 1vw;
}
.c-footer .footerBox address {
  font-size: 1vw;
  margin-bottom: 1vw;
}
.c-footer__telNumber {
  line-height: 1;
  margin-bottom: 0 !important;
}
.c-footer__telNumber a {
  position: relative;
  color: #FF6600;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}
.c-footer__telNumber a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  position: relative;
  top: -0.1em;
  padding-right: 0.3em;
}
.c-footer p.kigaru {
  font-weight: bold;
  margin-top: 0;
}

.c-borderBox {
  border: solid 3px #FF6600;
  border-radius: 10px;
  padding: 1em;
}

.c-heading {
  color: #FF6600;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-heading {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .c-heading {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.copyright {
  text-align: center;
  padding: 1em 0;
}

.c-card {
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
  height: 100%;
}
.c-card__title {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-card__title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .c-card__title {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.u-color__key {
  color: #FF6600;
}

.c-jumbotron {
  background-color: #f3f3f3;
  padding: 2em;
}
.c-jumbotron__title {
  color: #FF6600;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-jumbotron__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1440px) {
  .c-jumbotron__title {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.u-ta-c {
  text-align: center;
}

.p-voice + .p-voice {
  margin: 40px 0;
}
.p-voice__video {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin-bottom: 1em;
}
.p-voice__video iframe {
  width: 100%;
  height: 100%;
}
.p-voice__title {
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-left: solid 5px #FF6600;
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-voice__title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-voice__title {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.p-voice__article h4 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-voice__article h4 {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .p-voice__article h4 {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
.p-voice__article p {
  margin: 0 0 1em;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-voice__article p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .p-voice__article p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
.p-voice__article b {
  color: #FF6600;
}
.p-voice__doctor {
  font-weight: bold;
}
.p-voice__disclaimer {
  font-size: 12px;
}

.p-concerns__title {
  text-align: center;
  margin: 1em 0;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-concerns__title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-concerns__title {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.p-concerns__heading {
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-left: solid 5px #FF6600;
  margin: 0 0 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-concerns__heading {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-concerns__heading {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-philosophy {
  background: url(../img/bg_dot_1.png);
  background-size: 80px;
}
.p-philosophy__title {
  font-size: 24px;
  color: #FF6600;
  margin-bottom: 1em;
}
.p-philosophy__text {
  margin: 1em 0;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-philosophy__text {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .p-philosophy__text {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
.p-philosophy__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-philosophy__name {
  text-align: center;
}
.p-philosophy__profile {
  margin-bottom: 20px;
}

.p-approach {
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-approach__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-pricing {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-pricing {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .p-pricing {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

.p-priceTable {
  border-collapse: collapse;
  line-height: 2.5;
  margin: 1em 0;
  width: 100%;
  max-width: 480px;
}
.p-priceTable th,
.p-priceTable td {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.p-priceTable tr {
  border-bottom: solid 1px #ccc;
}

.p-mv {
  background-color: #FF6600;
  padding-top: 240px;
  position: relative;
  max-height: 540px;
}
@media (min-width: 960px) {
  .p-mv {
    padding-top: 100px;
    max-height: 640px;
  }
}
.p-mv__in {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
  display: flex;
  flex-flow: column;
  padding: 40px 0;
  gap: 20px 0;
}
@media (min-width: 720px) {
  .p-mv__in {
    padding: 40px 12px;
  }
}
@media (min-width: 960px) {
  .p-mv__in {
    padding: 100px 24px;
    gap: 40px 0;
  }
}
.p-mv__main {
  font-size: 24px;
  color: white;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
@media (min-width: 960px) {
  .p-mv__main {
    font-size: 48px;
  }
}
.p-mv__underline {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
}
.p-mv__sub {
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  word-wrap: break-word;
  line-height: 1.5;
}
@media (min-width: 720px) {
  .p-mv__sub {
    font-size: 20px;
  }
}
.p-mv__list span {
  font-size: 14px;
  display: block;
  background-color: #fff;
  color: #FF6600;
  padding: 8px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .p-mv__list span {
    font-size: 20px;
  }
}
.p-mv__bgText {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-mv__bgText {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-mv__bgText {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.p-mv__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  padding-top: 70px;
}
@media (min-width: 960px) {
  .p-mv__bg {
    padding: 100px;
    max-width: 1600px;
    align-items: center;
  }
}
.p-mv__bg .swiper {
  position: relative;
  max-width: 50vw;
}
.p-mv__bg .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.p-mv__bg--1, .p-mv__bg--2 {
  position: relative;
}
.p-mv__bg--1 .swiper, .p-mv__bg--2 .swiper {
  width: 420px;
  height: 420px;
  max-width: 50vw;
  max-height: 50vw;
}
.p-mv__bg--1::before, .p-mv__bg--1::after, .p-mv__bg--2::before, .p-mv__bg--2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-mv__bg--1::before, .p-mv__bg--2::before {
  z-index: 2;
  opacity: 0.7;
}
.p-mv__bg--1::after, .p-mv__bg--2::after {
  z-index: 3;
  mix-blend-mode: soft-light;
}
.p-mv__bg--1::before, .p-mv__bg--1::after {
  background: url(../img/svg/spine.svg) center center no-repeat;
  background-size: cover;
}
.p-mv__bg--2::before, .p-mv__bg--2::after {
  background: url(../img/svg/circle.svg) center center no-repeat;
  background-size: cover;
}

.p-reason {
  position: relative;
  border: solid 3px #FF6600;
  border-radius: 10px;
  padding: 60px 0 40px;
}
.p-reason__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-reason__title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-reason__title {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.p-reason__title span {
  background-color: #fff;
  white-space: nowrap;
  padding: 0.5em;
}
.p-reason__text {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-reason__text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-reason__text {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.p-reason__text span {
  position: relative;
  -webkit-text-decoration: underline solid #ffff00 0.4em;
          text-decoration: underline solid #ffff00 0.4em;
  text-underline-offset: -3px;
}

.p-booking {
  background: url(../img/bg_dot_1.png);
  background-size: 80px;
}
.p-booking__description {
  margin-bottom: 1em;
}

.p-access__info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 960px) {
  .p-access__info {
    justify-content: space-between;
  }
}

.p-treatment {
  background: url(../img/bg_dot_1.png);
  background-size: 80px;
}
.p-treatment__item {
  background: #fff;
  border-radius: 10px;
  padding: 1em;
}

.p-asideList {
  position: sticky;
  top: 100px;
}
.p-asideList li {
  margin: 0 0 20px;
}
@media (min-width: 1140px) {
  .p-asideList li {
    margin: 0 0 40px;
  }
}
.p-asideList img {
  max-width: 320px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.sejutsuContent p {
  line-height: 1.8;
  margin-bottom: 1em !important;
}

.p-google__title {
  color: #FF6600;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-google__title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-google__title {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.u-md {
  display: none;
}
@media (min-width: 720px) {
  .u-md {
    display: block;
  }
}

.p-videos__title {
  color: #FF6600;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-videos__title {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .p-videos__title {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.osusume {
  background: #f5e9db;
  padding: 6vw;
  position: relative;
}

.osusume h2 {
  margin-bottom: 4vw;
  font-size: 1.5vw;
}

.osusumeList {
  position: relative;
}

.osusumeList::after {
  content: "";
  width: 46%;
  display: block;
}

.osusumeList li {
  width: 46%;
  color: #ff6600;
  padding: 1em 1.5em;
  margin-bottom: 2vw;
  background: #fff;
  font-weight: bold;
  border-radius: 999px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .osusumeList li {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1440px) {
  .osusumeList li {
    font-size: 1.75rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-doctor {
  background: url(../img/bg_dot_1.png);
  background-size: 80px;
}

.p-misunderstanding {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 20px;
}
@media (min-width: 720px) {
  .p-misunderstanding {
    padding: 40px 60px;
  }
}
.p-misunderstanding__title {
  color: #FF6600;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 720px) {
  .p-misunderstanding__title {
    font-size: 28px;
  }
}
.p-misunderstanding__list {
  margin-top: 40px;
}
.p-misunderstanding__item {
  margin-bottom: 24px;
}
.p-misunderstanding__1 {
  position: relative;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.p-misunderstanding__1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #999 url(../img/icon_cross.svg) center center no-repeat;
}
.p-misunderstanding__1 span {
  padding-left: 48px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 720px) {
  .p-misunderstanding__1 span {
    font-size: 20px;
  }
}
.p-misunderstanding__2 {
  background-color: #F7F9DC;
  position: relative;
  min-height: 40px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.p-misunderstanding__2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #FF6600 url(../img/icon_circle.svg) center center no-repeat;
  color: #fff;
}
.p-misunderstanding__2 span {
  padding-left: 48px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 720px) {
  .p-misunderstanding__2 span {
    font-size: 20px;
  }
}
.p-misunderstanding {
  border-radius: 16px;
  border: solid 4px #FF6600;
}

@media (max-width: 719px) {
  #breadcrumb {
    display: none;
  }
}

@media (min-width: 960px) {
  .l-body {
    display: flex;
  }
}

.l-aside {
  display: none;
  width: 25vw;
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  padding: 2vw;
}
@media (min-width: 960px) {
  .l-aside {
    display: block;
  }
}

.l-main {
  width: 100%;
}/*# sourceMappingURL=parts.css.map */