@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&family=GFS+Didot&display=swap");
@font-face {
  font-family: "Didot";
  src: url("../../assets/fonts/Didot-Bold.woff2") format("woff2"), url("../../assets/fonts/Didot-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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;
}

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

/* 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;
}

/* 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;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #564845;
  background-color: #fefefe;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #564845;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.is-serif {
  font-family: "Yu Mincho", "MS PMincho", "Noto Serif JP", serif !important;
}

.is-didot {
  font-family: "Didot", serif !important;
}

.pconly {
  display: none;
}
@media (min-width: 561px) {
  .pconly {
    display: block;
  }
}

.sponly {
  display: block;
}
@media (min-width: 561px) {
  .sponly {
    display: none;
  }
}

.header {
  padding: 1rem 2rem 1rem 1rem;
  background-color: #fefefe;
}
@media (min-width: 769px) {
  .header {
    padding: 1rem 5rem;
  }
}
.header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
.header > div nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  position: fixed;
  z-index: 5;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fefefe;
  transition: opacity 0.3s;
  opacity: 0;
}
@media (min-width: 769px) {
  .header > div nav {
    position: static;
    opacity: 1;
    height: auto;
    width: auto;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.header > div nav.is-show {
  top: 0;
  left: 0;
  opacity: 1;
}
.header > div nav a {
  font-size: 1.7rem;
  font-weight: 500;
}

.js-ham {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 769px) {
  .js-ham {
    display: none;
  }
}
.js-ham span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #564845;
}
.js-ham.is-open {
  position: fixed;
  z-index: 10;
  right: 2rem;
}
.js-ham.is-open span:nth-child(1) {
  transform: rotate(45deg);
}
.js-ham.is-open span:nth-child(2) {
  display: none;
}
.js-ham.is-open span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -8px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.logo img {
  height: 3.5rem;
  width: auto;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .logo img {
    height: 5rem;
  }
}
.logo span {
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
}
@media (min-width: 376px) {
  .logo span {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .logo span {
    font-size: 2.2rem;
  }
}

.footer {
  background: #F8D9D5;
  padding: 4rem 0 1rem;
  background: linear-gradient(0deg, rgb(248, 217, 213) 0%, rgb(247, 235, 230) 100%);
}
.footer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
@media (min-width: 769px) {
  .footer > div {
    gap: 4rem;
  }
}
.footer > div > p:not(.copy) {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .footer > div > p:not(.copy) {
    font-size: 1.8rem;
  }
}
.footer__logo span {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .footer__logo span {
    font-size: 2.4rem;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem 0;
}
@media (min-width: 561px) {
  .footer__nav {
    gap: 1rem 0;
    flex-direction: row;
  }
}
.footer__nav a {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
}
@media (min-width: 561px) {
  .footer__nav a {
    width: fit-content;
    border-right: 2px solid;
  }
}
@media (min-width: 769px) {
  .footer__nav a {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}
.footer__nav a:last-child {
  border-right: none;
}
.footer .copy {
  font-weight: 500;
  font-size: 1.1rem;
  padding-top: 3rem;
}
@media (min-width: 769px) {
  .footer .copy {
    padding-top: 4rem;
    font-size: 1.4rem;
  }
}

main .mv {
  background-color: #ebe2d7;
  padding: 5rem 0;
}
main .mv .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .mv .inner p {
  font-weight: bold;
  font-size: 2rem;
}
@media (min-width: 769px) {
  main .mv .inner p {
    font-size: 2.6rem;
  }
}
main .mv .inner p:nth-child(3) {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 769px) {
  main .mv .inner p:nth-child(3) {
    font-size: 1.8rem;
  }
}
main .mv .inner h2 {
  font-weight: 500;
  font-size: 2.6rem;
}
@media (min-width: 769px) {
  main .mv .inner h2 {
    font-size: 4rem;
  }
}

.sec {
  padding: 4rem 0;
}
@media (min-width: 769px) {
  .sec {
    padding: 6rem 0;
  }
}
.sec__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec__title {
    margin-bottom: 4rem;
  }
}
.sec__title p {
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .sec__title p {
    font-size: 2.2rem;
  }
}
.sec__title p:nth-child(3) {
  font-weight: 500;
}
.sec__title h2 {
  font-weight: 500;
  font-size: 2.2rem;
}
@media (min-width: 769px) {
  .sec__title h2 {
    font-size: 3.4rem;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
  margin: 0 auto;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  background-color: #e59aa3;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5rem;
  line-height: 1;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
}
.btn-header {
  min-height: 6rem;
  width: 18rem;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .btn-header {
    margin-left: 1rem;
  }
}

.top__mv {
  background-color: #fedfe2;
  padding: 7.5rem 0;
  background-image: url(../../assets/images/top/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65%;
}
@media (min-width: 561px) {
  .top__mv {
    background-position: top center;
  }
}
.top__mv > div > p {
  color: #fff;
  background-color: rgba(229, 154, 163, 0.4);
  width: fit-content;
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  padding: 1rem 2rem 0.8rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .top__mv > div > p {
    font-size: 3rem;
  }
}
.top__mv > div > p b {
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  padding: 0 0.1em;
}
.top__mv > div h2 {
  font-size: 3rem;
  color: #333;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .top__mv > div h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .top__mv > div h2 {
    font-size: 5rem;
  }
}
.top__mv > div div {
  display: flex;
  gap: 2rem;
}
.top__mv > div div p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 11rem;
  border: 1px solid #e59aa3;
  border-radius: 7rem;
  font-size: 1.6rem;
  color: #e59aa3;
  background-color: rgba(254, 251, 251, 0.3);
}
@media (min-width: 769px) {
  .top__mv > div div p {
    width: 13rem;
    height: 13rem;
    font-size: 1.8rem;
  }
}
.top .sec1__content ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.top .sec1__content ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ededed;
}
.top .sec1__content ul li:last-child {
  margin-bottom: 0;
}
.top .sec1__content ul li a {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
  font-size: 1.4rem;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .top .sec1__content ul li a {
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .top .sec1__content ul li a {
    gap: 3.5rem;
    font-size: 1.8rem;
  }
}
.top .sec1__content ul li a .date {
  flex-shrink: 0;
}
.top .sec1__content ul li a .cat {
  color: #fff;
  font-size: 1.4rem;
  background-color: #e59aa3;
  padding: 0.3rem 1.5rem;
  border-radius: 2rem;
  margin-bottom: -0.2em;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .top .sec1__content ul li a .cat {
    font-size: 1.4rem;
  }
}
.top .sec1__content ul li a .ttl {
  width: 100%;
}
.top .sec2 {
  background-color: #ededeb;
  background-image: url(../../assets/images/top/sec2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .top .sec2 {
    padding-bottom: 10rem;
  }
}
.top .sec2__content {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .top .sec2__content {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .top .sec2__content {
    gap: 4rem 6rem;
  }
}
.top .sec2__content .text {
  font-weight: 500;
}
.top .sec2__content .text dt {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .top .sec2__content .text dt {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .top .sec2__content .text dt {
    font-size: 3.4rem;
  }
}
.top .sec2__content .text dd p {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .top .sec2__content .text dd p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.top .sec2__content .text dd .btn {
  width: fit-content;
  padding: 1.8rem 3rem;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .top .sec2__content .text dd .btn {
    padding: 1.8rem 6rem;
    font-size: 2rem;
  }
}
.top .sec2__content .image {
  width: 80%;
}
@media (min-width: 561px) {
  .top .sec2__content .image {
    width: 45%;
    flex-shrink: 0;
  }
}
@media (min-width: 1181px) {
  .top .sec2__content .image {
    width: auto;
  }
}
@media (min-width: 1181px) {
  .top .sec2__content .image img {
    max-width: none;
    margin-right: calc((100vw - 1000px) / 2 * -1);
  }
}
@media (min-width: 1441px) {
  .top .sec2__content .image img {
    margin-right: -220px;
  }
}
.top .sec3 {
  background-color: #f7f0e8;
  padding: 6rem 0;
}
@media (min-width: 769px) {
  .top .sec3 {
    padding: 10rem 0;
  }
}
.top .sec3__content {
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .top .sec3__content {
    margin-bottom: 7rem;
  }
}
.top .sec3__content:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .top .sec3__content:last-child {
    margin-bottom: 0;
  }
}
.top .sec3__content .menu {
  background-color: #fcf8f5;
  box-shadow: 0 0 15px rgba(223, 212, 199, 0.8);
  display: flex;
  gap: 2rem;
  padding: 2rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .top .sec3__content .menu {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .top .sec3__content .menu {
    gap: 3.6rem;
    padding: 3rem 5rem;
  }
}
.top .sec3__content .menu > div {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 2rem;
  padding: 2rem 1.5rem 2rem;
  border-radius: 3rem 0 3rem 0;
}
@media (min-width: 561px) {
  .top .sec3__content .menu > div {
    padding: 2.5rem 1.7rem 3rem;
    gap: 3rem;
    width: calc((100% - 2rem) / 2);
    border-radius: 5rem 0 5rem 0;
  }
}
@media (min-width: 769px) {
  .top .sec3__content .menu > div {
    width: calc((100% - 3.6rem) / 2);
  }
}
@media (min-width: 769px) {
  .top .sec3__content .menu > div dl {
    padding-top: 2.5rem;
  }
}
.top .sec3__content .menu > div dl dt {
  margin-bottom: 1rem;
}
.top .sec3__content .menu > div dl dt p {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .top .sec3__content .menu > div dl dt p {
    font-size: 2.2rem;
  }
}
.top .sec3__content .menu > div dl dt img {
  max-width: 60%;
}
@media (min-width: 561px) {
  .top .sec3__content .menu > div dl dt img {
    width: auto;
    max-width: 100%;
  }
}
.top .sec3__content .menu > div dl dd p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .top .sec3__content .menu > div dl dd p {
    font-size: 1.4rem;
  }
}
.top .sec3__content .menu > div > img {
  width: 45%;
}
@media (min-width: 561px) {
  .top .sec3__content .menu > div > img {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .top .sec3__content .menu > div > img {
    width: auto;
  }
}
.top .sec3__content .menu > div .btn {
  background-color: #fff;
  padding: 1.3rem;
}
.top .sec3__content .menu > div:nth-child(1) {
  background: #F0B0B9;
  background: linear-gradient(315deg, rgb(240, 176, 185) 0%, rgb(248, 225, 227) 90%);
}
.top .sec3__content .menu > div:nth-child(1) dl dt p {
  color: #e59aa3;
}
.top .sec3__content .menu > div:nth-child(1) .btn {
  color: #e59aa3;
}
.top .sec3__content .menu > div:nth-child(2) {
  background: #E2C49D;
  background: linear-gradient(315deg, rgb(226, 196, 157) 0%, rgb(248, 235, 218) 90%);
}
.top .sec3__content .menu > div:nth-child(2) .btn {
  color: #c8ab87;
}
.top .sec3__content .menu > div:nth-child(2) dl dt p {
  color: #c8ab87;
}
.top .sec3__content .menu > div:nth-child(2) dl dt img {
  max-width: 70%;
}
@media (min-width: 561px) {
  .top .sec3__content .menu > div:nth-child(2) dl dt img {
    width: auto;
    max-width: 100%;
  }
}
.top .sec3__content .features {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .top .sec3__content .features {
    justify-content: initial;
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .top .sec3__content .features {
    gap: 3rem;
  }
}
.top .sec3__content .features > div {
  width: calc(50% - 1rem);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(223, 212, 199, 0.8);
  padding: 1rem;
  display: flex;
}
@media (min-width: 769px) {
  .top .sec3__content .features > div {
    width: calc((100% - 6rem) / 3);
  }
}
.top .sec3__content .features > div dl {
  flex-grow: 1;
  padding: 1rem 1rem;
  background-size: cover;
  background-image: url(../../assets/images/top/features_bg.png);
}
@media (min-width: 561px) {
  .top .sec3__content .features > div dl {
    padding: 2rem 1rem;
  }
}
@media (min-width: 769px) {
  .top .sec3__content .features > div dl {
    padding: 2rem;
  }
}
.top .sec3__content .features > div dl dt {
  text-align: center;
  border-bottom: 2px solid #e59aa3;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 561px) {
  .top .sec3__content .features > div dl dt {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .top .sec3__content .features > div dl dt {
    margin-bottom: 3.5rem;
    font-size: 2.9rem;
  }
}
.top .sec3__content .features > div dl dd {
  text-align: center;
}
.top .sec3__content .features > div dl dd .ico {
  width: 60%;
  margin: 0 auto 2rem;
  border-radius: 100px;
  background-color: #e599a3;
}
@media (min-width: 561px) {
  .top .sec3__content .features > div dl dd .ico {
    width: 8rem;
  }
}
@media (min-width: 769px) {
  .top .sec3__content .features > div dl dd .ico {
    width: 12rem;
  }
}
.top .sec3__content .features > div dl dd p {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .top .sec3__content .features > div dl dd p {
    font-size: 2rem;
  }
}
.top .sec3__content .features > div dl dd p span {
  font-size: 1.5em;
}
.top .sec3__content .features > div dl dd p span.mod {
  font-size: 1.2em;
  font-weight: 500;
}
.top .sec3__content .features > div dl dd p b {
  font-size: 2em;
  font-weight: 500;
  padding: 0 0.1em;
}
.top .sec4 {
  padding: 4rem 0;
}
@media (min-width: 769px) {
  .top .sec4 {
    padding: 10rem 0;
  }
}
.top .sec4__content {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .top .sec4__content {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .top .sec4__content {
    gap: 4.5rem;
  }
}
.top .sec4__content .map {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 561px) {
  .top .sec4__content .map {
    width: 40%;
    max-width: 440px;
  }
}
@media (min-width: 769px) {
  .top .sec4__content .map {
    width: 50%;
  }
}
.top .sec4__content .map iframe {
  width: 100%;
}
.top .sec4__content .detail {
  flex-grow: 1;
}
.top .sec4__content .detail > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .top .sec4__content .detail > p {
    font-size: 1.8rem;
  }
}
.top .sec4__content .table {
  width: 100%;
}
.top .sec4__content .table p {
  width: fit-content;
  color: #fff;
  background-color: #e59aa3;
  padding: 0.8rem 4rem;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 2rem 2rem 0 0;
}
@media (min-width: 561px) {
  .top .sec4__content .table p {
    padding: 0.8rem 5.5rem;
  }
}
@media (min-width: 769px) {
  .top .sec4__content .table p {
    font-size: 1.8rem;
  }
}
.top .sec4__content .table div {
  background-color: #fcf8f5;
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.top .sec4__content .table div table {
  width: 100%;
}
.top .sec4__content .table div table th, .top .sec4__content .table div table td {
  border-right: 2px solid #e8e8e8;
}
.top .sec4__content .table div table th:last-child, .top .sec4__content .table div table td:last-child {
  border-right: none;
}
.top .sec4__content .table div table th {
  font-size: 1.6rem;
  width: 10%;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .top .sec4__content .table div table th {
    font-size: 2rem;
  }
}
.top .sec4__content .table div table th:first-child {
  width: 20%;
}
@media (min-width: 561px) {
  .top .sec4__content .table div table th:first-child {
    width: 26%;
  }
}
.top .sec4__content .table div table th:last-child {
  width: 14%;
}
.top .sec4__content .table div table td {
  font-size: 1.4rem;
  padding: 1rem 0.5rem;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .top .sec4__content .table div table td {
    font-size: 1.6rem;
  }
}
.top .sec4__content .table div table td.mod {
  padding: 0;
  font-weight: 500;
}
.top .sec4__content .table div table td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  padding: 1rem 0 1rem 1rem;
}
@media (min-width: 769px) {
  .top .sec4__content .table div table td:first-child {
    font-size: 2rem;
  }
}
.top .sec4__content .table div table td .maru {
  display: block;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  border: 4px solid #e59aa3;
  border-radius: 2rem;
}
@media (min-width: 769px) {
  .top .sec4__content .table div table td .maru {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.top .sec4__content .table div table td .dash {
  display: block;
  margin: 0 auto;
  width: 2rem;
  height: 4px;
  background-color: #564845;
}
@media (min-width: 769px) {
  .top .sec4__content .table div table td .dash {
    width: 2.5rem;
  }
}

.news {
  max-width: 800px;
  margin: 0 auto;
}
.news h2 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .news h2 {
    font-size: 2.5rem;
  }
}
.news__content {
  padding-top: 2rem;
  margin-top: 1rem;
  border-top: 1px solid #564845;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .news__content {
    font-size: 1.8rem;
  }
}

.about {
  background-color: #f6efe7;
}
.about .sec1 {
  padding-bottom: 0;
}
.about .sec1__content .profile {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .about .sec1__content .profile {
    gap: 3rem;
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .about .sec1__content .profile {
    margin-bottom: 8.5rem;
    gap: 5rem;
  }
}
.about .sec1__content .profile:last-child {
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 561px) {
  .about .sec1__content .profile:last-child {
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .about .sec1__content .profile:last-child .text {
    padding-left: 10rem;
  }
}
.about .sec1__content .profile .image {
  flex-shrink: 0;
  text-align: center;
}
.about .sec1__content .profile .image img {
  width: 80%;
}
@media (min-width: 561px) {
  .about .sec1__content .profile .image img {
    width: 100%;
  }
}
.about .sec1__content .profile .text > p {
  font-weight: 500;
}
.about .sec1__content .profile .text > p.pos {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 561px) {
  .about .sec1__content .profile .text > p.pos {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .about .sec1__content .profile .text > p.pos {
    font-size: 2.2rem;
  }
}
.about .sec1__content .profile .text > p:nth-child(2) {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 561px) {
  .about .sec1__content .profile .text > p:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .about .sec1__content .profile .text > p:nth-child(2) {
    font-size: 3.4rem;
  }
}
.about .sec1__content .profile .text > p:nth-child(3) {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .about .sec1__content .profile .text > p:nth-child(3) {
    font-size: 1.8rem;
  }
}
.about .sec1__content .profile .text > p:nth-child(4) {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .about .sec1__content .profile .text > p:nth-child(4) {
    font-size: 1.8rem;
  }
}
.about .sec1__content .profile .text ul {
  border-left: 2px solid #564845;
  padding: 0.5rem 2rem;
}
.about .sec1__content .profile .text ul li {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.3rem;
  font-size: 1.4rem;
}
@media (min-width: 561px) {
  .about .sec1__content .profile .text ul li {
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .about .sec1__content .profile .text ul li {
    font-size: 1.6rem;
  }
}
.about .sec1__content .profile .text ul li:last-child {
  margin-bottom: 0;
}
.about .sec2 {
  padding-bottom: 0;
}
.about .sec2__content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.about .sec2__content img {
  width: calc((100% - 2rem) / 2);
}
@media (min-width: 561px) {
  .about .sec2__content img {
    width: calc((100% - 4rem) / 3);
  }
}
@media (min-width: 769px) {
  .about .sec3 {
    padding-bottom: 8rem;
  }
}
.about .sec3__content {
  background-color: #faf5f2;
  padding: 3rem 2rem;
}
@media (min-width: 769px) {
  .about .sec3__content {
    padding: 3rem 10rem;
  }
}
.about .sec3__content dl {
  border-bottom: 2px solid #e8e8e8;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0;
}
@media (min-width: 561px) {
  .about .sec3__content dl {
    gap: 2rem;
    align-items: center;
    flex-direction: row;
  }
}
.about .sec3__content dl:first-child {
  padding-top: 0;
}
.about .sec3__content dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about .sec3__content dl:last-child dt {
  padding: 0.3rem 1.5rem;
}
.about .sec3__content dl dt {
  padding: 0.3rem 1rem;
  border: 1px solid;
  font-size: 1.4rem;
  border-radius: 2rem;
  min-width: 10rem;
  text-align: center;
}
@media (min-width: 769px) {
  .about .sec3__content dl dt {
    font-size: 1.6rem;
  }
}
.about .sec3__content dl dd {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .about .sec3__content dl dd {
    font-size: 1.8rem;
  }
}

.dermatology {
  background-color: #f6efe7;
}
.dermatology .sec1 {
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .dermatology .sec1 {
    padding-bottom: 0;
    padding-top: 8rem;
  }
}
.dermatology .sec1__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}
.dermatology .sec1__content > div {
  background-color: #faf5f2;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  border-radius: 2rem;
  width: calc((100% - 1rem) / 2);
}
@media (min-width: 561px) {
  .dermatology .sec1__content > div {
    width: calc((100% - 2rem) / 3);
  }
}
@media (min-width: 769px) {
  .dermatology .sec1__content > div {
    width: calc((100% - 3rem) / 4);
  }
}
.dermatology .sec1__content > div .ico {
  width: fit-content;
  background-color: #e59aa3;
  border-radius: 50px;
  margin: 0 auto 1rem;
}
@media (min-width: 769px) {
  .dermatology .sec1__content > div .ico {
    width: 9.3rem;
  }
}
.dermatology .sec1__content > div p {
  text-align: center;
  font-size: 1.6rem;
  min-height: 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .dermatology .sec1__content > div p {
    font-size: 1.78rem;
  }
}
@media (min-width: 1441px) {
  .dermatology .sec1__content > div p {
    font-size: 1.7rem;
  }
}
@media (min-width: 769px) {
  .dermatology .sec2 {
    padding-bottom: 10rem;
  }
}
.dermatology .sec2__content .flow {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 561px) {
  .dermatology .sec2__content .flow {
    align-items: flex-end;
    flex-direction: row;
  }
}
.dermatology .sec2__content .flow .step {
  text-align: center;
}
.dermatology .sec2__content .flow .step h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .dermatology .sec2__content .flow .step h3 {
    font-size: 2.6rem;
  }
}
.dermatology .sec2__content .flow .step h3::before, .dermatology .sec2__content .flow .step h3::after {
  content: "";
  width: 2rem;
  height: 2px;
  background-color: #564845;
}
.dermatology .sec2__content .flow .step p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .dermatology .sec2__content .flow .step p {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.dermatology .sec2__content .flow .step img {
  width: 80%;
}
@media (min-width: 561px) {
  .dermatology .sec2__content .flow .step img {
    width: initial;
  }
}
.dermatology .sec2__content .flow .tri {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #e59aa3 transparent transparent transparent;
}
@media (min-width: 561px) {
  .dermatology .sec2__content .flow .tri {
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #e59aa3;
    margin-bottom: 8rem;
  }
}
@media (min-width: 769px) {
  .dermatology .sec2__content .flow .tri {
    border-width: 21px 0 21px 25px;
    margin-bottom: 10rem;
  }
}
.dermatology .sec2__content .cv {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .dermatology .sec2__content .cv {
    padding-top: 10rem;
  }
}
.dermatology .sec2__content .cv h2 {
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .dermatology .sec2__content .cv h2 {
    font-size: 4rem;
  }
}
.dermatology .sec2__content .cv .btn {
  font-size: 2.8rem;
  padding: 2rem 0 2.5rem;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0 auto;
}
@media (min-width: 769px) {
  .dermatology .sec2__content .cv .btn {
    padding: 3rem 0 3.7rem;
    font-size: 3.4rem;
    max-width: 600px;
  }
}

.gynecology {
  background-color: #f6efe7;
}
.gynecology .sec1__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 769px) {
  .gynecology .sec1__content {
    gap: 2rem;
    padding: 0 2rem;
  }
}
.gynecology .sec1__content > div {
  width: calc((100% - 1rem) / 2);
  background-color: #faf5f2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 2rem 1rem 2rem;
  border-radius: 2rem;
  text-align: center;
}
@media (min-width: 561px) {
  .gynecology .sec1__content > div {
    width: calc((100% - 4rem) / 3);
  }
}
@media (min-width: 769px) {
  .gynecology .sec1__content > div div {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.gynecology .sec1__content > div img {
  height: 6rem;
}
@media (min-width: 769px) {
  .gynecology .sec1__content > div img {
    height: initial;
  }
}
.gynecology .sec1__content > div h4 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
@media (min-width: 561px) {
  .gynecology .sec1__content > div h4 {
    letter-spacing: 0.1em;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .gynecology .sec1__content > div h4 {
    font-size: 2.6rem;
  }
}
@media (min-width: 561px) {
  .gynecology .sec1__content > div h4.mod {
    height: 5.5rem;
  }
}
@media (min-width: 769px) {
  .gynecology .sec1__content > div h4.mod {
    height: 6rem;
  }
}
.gynecology .sec1__content > div p {
  font-size: 1.3rem;
}
@media (min-width: 561px) {
  .gynecology .sec1__content > div p {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .gynecology .sec1__content > div p {
    font-size: 1.8rem;
  }
}
.gynecology .sec1__content > div p br {
  display: none;
}
@media (min-width: 769px) {
  .gynecology .sec1__content > div p br {
    display: block;
  }
}
@media (min-width: 561px) {
  .gynecology .sec2 {
    padding-bottom: 2rem;
  }
}
.gynecology .sec2__content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .gynecology .sec2__content {
    align-items: stretch;
    gap: 4rem;
    flex-direction: row;
  }
}
.gynecology .sec2__content > div {
  width: 90%;
  background-color: #ffffff;
  border-radius: 2rem;
}
@media (min-width: 561px) {
  .gynecology .sec2__content > div {
    width: calc((100% - 4rem) / 2);
  }
}
.gynecology .sec2__content > div h3 {
  position: relative;
}
.gynecology .sec2__content > div h3 span {
  padding: 1rem 1.5rem;
  position: absolute;
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .gynecology .sec2__content > div h3 span {
    padding: 2rem 2.5rem;
    font-size: 3rem;
  }
}
.gynecology .sec2__content > div div {
  padding: 1rem 1rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 769px) {
  .gynecology .sec2__content > div div {
    align-items: center;
    gap: 2rem;
    padding: 0 2rem 3rem;
  }
}
.gynecology .sec2__content > div div img {
  width: 33%;
  max-width: 130px;
}
.gynecology .sec2__content > div div p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .gynecology .sec2__content > div div p {
    font-size: 1.8rem;
  }
}
.gynecology .sec2__content > div .btn {
  width: 84%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5rem;
}
@media (min-width: 769px) {
  .gynecology .sec2__content > div .btn {
    padding: 2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .gynecology .sec3 {
    padding-bottom: 10rem;
  }
}
.gynecology .sec3__content table {
  width: 100%;
}
.gynecology .sec3__content table th {
  background-color: #564845;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem;
  border-left: 1px solid #564845;
}
@media (min-width: 561px) {
  .gynecology .sec3__content table th {
    padding: 0.5rem;
    font-size: 1.5rem;
  }
}
.gynecology .sec3__content table th:last-child {
  width: 33%;
  border-left: 1px solid #f6efe7;
  border-right: 1px solid #564845;
}
.gynecology .sec3__content table td {
  font-size: 1.4rem;
  padding: 0.9rem 1rem;
  border-left: 1px solid #564845;
}
@media (min-width: 561px) {
  .gynecology .sec3__content table td {
    padding: 0.9rem 3rem;
  }
}
@media (min-width: 769px) {
  .gynecology .sec3__content table td {
    font-size: 2rem;
  }
}
.gynecology .sec3__content table td:last-child {
  text-align: center;
  border-left: 1px solid #564845;
  border-right: 1px solid #564845;
}
.gynecology .sec3__content table tr:nth-child(odd) td {
  background-color: #faf5f2;
}
.gynecology .sec3__content table tr:nth-child(even) td {
  background-color: #f6efe7;
}
.gynecology .sec3__content table tr:last-child td {
  border-bottom: 1px solid #564845;
}/*# sourceMappingURL=style.css.map */