@charset "UTF-8";
/*
  Theme Name: 20-clinic
  Description: Theme of 20-clinic.
  Version: 1.0 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@keyframes fluffy {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes slideup {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4rem);
  }
  100% {
    transform: translateY(-4rem);
  }
}

@keyframes fadein_01 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 100%;
  }
  70% {
    opacity: 100%;
  }
  72% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein_02 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 100%;
  }
  70% {
    opacity: 100%;
  }
  72% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein_03 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 100%;
  }
  90% {
    opacity: 100%;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ----------------
 * base
 * ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-weight: 400;
  color: #4E3B30;
  line-height: 1;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  outline: none;
  background: transparent;
}

button, input[type="submit"], input[type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background: transparent;
}

button::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

button::focus, input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

li {
  list-style: none;
}

hr {
  border: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

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

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

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

a, a:visited, button, input[type="submit"] {
  color: #4E3B30;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: .1s linear;
}

a:active {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  a:hover, input[type=button]:hover, input[type=submit]:hover {
    opacity: .6;
  }
}

a.text-link:active {
  text-decoration: underline;
}

:focus {
  color: #4E3B30;
  outline: none;
}

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

/* ----------------
 * media query
 * ---------------- */
@media screen and (max-width: 767px) {
  .tablet, .tablet-pc, .tp, .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc, .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp, .tablet, .tablet-sp, .ts {
    display: none !important;
  }
}

html {
  width: 100%;
}

@media screen and (max-width: 767px) {
  html.menu-back {
    width: 100%;
    height: 100%;
  }
  html.menu-back body > .wrapper {
    position: fixed;
  }
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  min-width: 37.5rem;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 124rem;
  }
}

body > .wrapper {
  width: 100%;
  overflow: hidden;
}

main.l-main {
  width: 100%;
}

.fadein.offs, .fadein .offs {
  opacity: 0;
  transform: translateY(50px);
}

.fadein.ons, .fadein .ons {
  transition: all 1s cubic-bezier(0, 0, 0.13, 0.79);
  opacity: 1;
  transform: translateY(0);
}

/* ----------------
 * component
 * ---------------- */
.m-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F1F1F1;
}

@media screen and (max-width: 767px) {
  .m-background {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-background {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-background > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-background > .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-background > .inner {
    position: relative;
  }
}

.m-background > .inner > .bubble {
  content: '';
  position: absolute;
  border-radius: 50%;
  animation: fluffy 0s ease-in-out infinite alternate;
}

.m-background > .inner > .bubble.bubble_01 {
  background-color: #E64807;
  width: .8rem;
  height: .8rem;
  top: 11.5rem;
  left: 16.8%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_01 {
    width: .9rem;
    height: .9rem;
    top: 21rem;
    left: 9.9rem;
  }
}

.m-background > .inner > .bubble.bubble_02 {
  background-color: #FCA400;
  width: 1rem;
  height: 1rem;
  top: 12.9rem;
  left: 37.06667%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_02 {
    width: 1.5rem;
    height: 1.5rem;
    top: 17.2rem;
    left: 23.3rem;
  }
}

.m-background > .inner > .bubble.bubble_03 {
  background-color: #389E2F;
  width: 1.6rem;
  height: 1.6rem;
  top: 23.8rem;
  left: 5.33333%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_03 {
    width: 2.5rem;
    height: 2.5rem;
    top: 32rem;
    left: 6rem;
  }
}

.m-background > .inner > .bubble.bubble_04 {
  background-color: #35B1C5;
  width: 1rem;
  height: 1rem;
  top: 25.8rem;
  left: 33.6%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_04 {
    width: 1.6rem;
    height: 1.6rem;
    top: 29rem;
    left: 30rem;
  }
}

.m-background > .inner > .bubble.bubble_05 {
  background-color: #389E2F;
  width: 1rem;
  height: 1rem;
  top: 9.3rem;
  left: 57.33333%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_05 {
    width: 1.5rem;
    height: 1.5rem;
    top: 15.4rem;
    left: 89.3rem;
  }
}

.m-background > .inner > .bubble.bubble_06 {
  background-color: #E64807;
  width: 1.5rem;
  height: 1.5rem;
  top: 11.9rem;
  left: 90.66667%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_06 {
    width: 2.1rem;
    height: 2.1rem;
    top: 18.7rem;
    left: 105rem;
  }
}

.m-background > .inner > .bubble.bubble_07 {
  background-color: #FCA400;
  width: .7rem;
  height: .7rem;
  top: 23.5rem;
  left: 63.2%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_07 {
    width: 1rem;
    height: 1rem;
    top: 34.2rem;
    left: 91.3rem;
  }
}

.m-background > .inner > .bubble.bubble_08 {
  background-color: #35B1C5;
  width: 1rem;
  height: 1rem;
  top: 22.3rem;
  left: 84.26667%;
}

@media screen and (min-width: 768px) {
  .m-background > .inner > .bubble.bubble_08 {
    width: 1.4rem;
    height: 1.4rem;
    top: 27.4rem;
    left: 112.6rem;
  }
}

.m-headline {
  padding-top: 8.5rem;
  padding-bottom: 7.8rem;
}

@media screen and (min-width: 768px) {
  .m-headline {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}

.m-headline .category {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  color: #389E2F;
}

@media screen and (min-width: 768px) {
  .m-headline .category {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.m-headline .category + .headline {
  margin-top: 1rem;
}

.m-headline .headline {
  font-size: 3rem;
  line-height: 4.8rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-headline .headline {
    font-size: 4rem;
    line-height: 5.8rem;
  }
}

.m-headline-slim {
  padding-top: 8.5rem;
  padding-bottom: 3.8rem;
}

@media screen and (min-width: 768px) {
  .m-headline-slim {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.m-headline-slim .headline {
  font-size: 2rem;
  line-height: 3.3rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-headline-slim .headline {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}

.m-sub-headline {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-sub-headline {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}

.m-sub-headline + .m-text {
  margin-top: 4rem;
}

.m-sub-headline2 {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  position: relative;
  padding-bottom: 1.7rem;
}

@media screen and (min-width: 768px) {
  .m-sub-headline2 {
    font-size: 3rem;
    line-height: 4.4rem;
    padding-bottom: 3rem;
  }
}

.m-sub-headline2.about:after {
  border-color: #35B1C5;
}

.m-sub-headline2.examination:after {
  border-color: #389E2F;
}

.m-sub-headline2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  border-bottom: .3rem solid;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .m-sub-headline2:after {
    width: 4rem;
    border-width: .4rem;
  }
}

.m-sub-headline2 + .m-text {
  margin-top: 4rem;
}

.m-text {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

.m-box + .m-box {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .m-box + .m-box {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .m-box {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-box > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-box > .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.m-box > .inner > .box {
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 6rem 2rem 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .m-box > .inner > .box {
    border-radius: 10rem;
    padding: 12rem 6rem 3rem;
  }
}

.m-summary {
  margin-top: 6rem;
  padding: 9rem 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .m-summary {
    margin-top: 12rem;
    padding: 0 calc((100% - 108rem) / 2) 0 0;
  }
}

.m-summary .box {
  background-color: #FFFFFF;
  border-radius: 0 2rem 2rem 0;
  padding: 15rem 2rem 6rem 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-summary .box {
    border-radius: 0 10rem 10rem 0;
    padding: 11.1rem 54rem 11.8rem calc((100% - 108rem) + 6rem);
  }
}

.m-summary .box .m-sub-headline {
  text-align: left;
}

.m-summary .box .img {
  position: absolute;
  top: -9rem;
  left: 4rem;
  width: calc(100% - 7.2rem);
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .m-summary .box .img {
    top: calc(50% - 1rem);
    right: -6rem;
    left: auto;
    width: 52.2rem;
    height: 33rem;
    border-radius: 3rem;
    transform: translate(0, -50%);
  }
}

.m-summary .box .img.pink:after {
  background-color: #E4627B;
}

.m-summary .box .img.blue:after {
  background-color: #35B1C5;
}

.m-summary .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 63.60424%;
}

@media screen and (min-width: 768px) {
  .m-summary .box .img:before {
    padding-top: 63.21839%;
  }
}

.m-summary .box .img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  border-radius: 2rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .m-summary .box .img:after {
    top: 2rem;
    left: 2rem;
    border-radius: 3rem;
  }
}

.m-summary .box .img picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.m-summary .box .img picture img {
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .m-summary .box .img picture img {
    border-radius: 3rem;
  }
}

.m-nav {
  margin-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .m-nav {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-nav {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-nav {
    margin-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .m-nav > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .m-nav > .inner {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.m-nav > .inner ul.m-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
}

@media screen and (min-width: 768px) {
  .m-nav > .inner ul.m-nav-list {
    margin-top: -3rem;
    margin-left: -3rem;
  }
}

.m-nav > .inner ul.m-nav-list.about li.active a {
  background-color: #FFFFFF;
  color: #35B1C5;
}

.m-nav > .inner ul.m-nav-list.about li a {
  background-color: #35B1C5;
  border-color: #35B1C5;
}

@media screen and (min-width: 768px) {
  .m-nav > .inner ul.m-nav-list.about li a:hover {
    background-color: #FFFFFF;
    color: #35B1C5;
  }
}

.m-nav > .inner ul.m-nav-list.examination li.active a {
  background-color: #FFFFFF;
  color: #389E2F;
}

.m-nav > .inner ul.m-nav-list.examination li a {
  background-color: #389E2F;
  border-color: #389E2F;
}

@media screen and (min-width: 768px) {
  .m-nav > .inner ul.m-nav-list.examination li a:hover {
    background-color: #FFFFFF;
    color: #389E2F;
  }
}

.m-nav > .inner ul.m-nav-list li {
  margin-top: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-nav > .inner ul.m-nav-list li {
    margin-top: 3rem;
    margin-left: 3rem;
    width: 34rem;
  }
}

.m-nav > .inner ul.m-nav-list li.active a {
  background-color: #FFFFFF;
  pointer-events: none;
}

.m-nav > .inner ul.m-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 1.6rem;
  color: #FFFFFF;
  letter-spacing: .1em;
  text-align: center;
  border: .3rem solid;
}

@media screen and (min-width: 768px) {
  .m-nav > .inner ul.m-nav-list li a {
    height: 12rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    border-radius: 6rem;
    border-width: .4rem;
  }
  .m-nav > .inner ul.m-nav-list li a:hover {
    background-color: #FFFFFF;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  ul.m-tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-left: -1rem;
  }
  ul.m-tab-list + .box {
    margin-top: 2rem;
  }
  ul.m-tab-list.about li.active a {
    background-color: #FFFFFF;
    color: #35B1C5;
  }
  ul.m-tab-list.about li a {
    height: 4rem;
    background-color: #35B1C5;
    border-color: #35B1C5;
  }
  ul.m-tab-list.examination li.active a {
    background-color: #FFFFFF;
    color: #389E2F;
  }
  ul.m-tab-list.examination li a {
    height: 7.5rem;
    background-color: #389E2F;
    border-color: #389E2F;
  }
  ul.m-tab-list li {
    margin-top: 1rem;
    margin-left: 1rem;
    width: calc(50% - 1rem);
  }
  ul.m-tab-list li.active a {
    background-color: #FFFFFF;
    pointer-events: none;
  }
  ul.m-tab-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 4rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: #FFFFFF;
    letter-spacing: .1em;
    text-align: center;
    border: .2rem solid;
  }
}

@media screen and (min-width: 768px) {
  ul.m-tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: -.1rem;
  }
  ul.m-tab-list.about li {
    width: 30.6rem;
  }
  ul.m-tab-list.about li a {
    background-color: #35B1C5;
  }
  ul.m-tab-list.examination li {
    width: 17.6rem;
  }
  ul.m-tab-list.examination li a {
    background-color: #389E2F;
  }
  ul.m-tab-list li + li {
    margin-left: 2rem;
  }
  ul.m-tab-list li.active a, ul.m-tab-list li:hover a {
    height: 8.6rem;
    opacity: 1;
    margin-top: -1rem;
  }
  ul.m-tab-list li.active a {
    background-color: #FFFFFF;
    color: #4E3B30;
  }
  ul.m-tab-list li.active a {
    pointer-events: none;
  }
  ul.m-tab-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.7rem;
    border-radius: 2rem 2rem 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: #FFFFFF;
    letter-spacing: .1em;
    text-align: center;
  }
}

.m-article {
  border-top: 2px dotted #35B1C5;
  padding: 4rem 2rem 2rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .m-article {
    padding: 8rem 0 9rem;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.m-article .image-block {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-article .image-block {
    width: 39.2rem;
  }
}

.m-article .image-block img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .m-article .image-block img {
    border-radius: 3rem;
  }
}

.m-article .text-block {
  margin-top: 2rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-article .text-block {
    margin-top: 0;
    width: 52.8rem;
  }
}

.m-article .text-block .title {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .m-article .text-block .title {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.m-article .text-block ul.category {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .m-article .text-block ul.category {
    margin-top: 1.9rem;
  }
}

.m-article .text-block ul.category li {
  border: 1px solid #4E3B30;
  line-height: 2.8rem;
  padding: 0 1.6rem;
  font-size: 1.2rem;
  letter-spacing: .1em;
  border-radius: 1.5rem;
}

.m-article .text-block p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: .05em;
  font-weight: 400;
}

.m-article .text-block .tags {
  margin-top: 1rem;
  margin-left: -1rem;
  display: flex;
  flex-wrap: wrap;
}

.m-article .text-block .tags a {
  margin-top: 1rem;
  margin-left: 1rem;
  line-height: 2.7rem;
  border-radius: 1.4rem;
  padding: 0 1.6rem;
  font-size: 1rem;
  letter-spacing: .1em;
  font-weight: 700;
  background-color: #F1F1F1;
}

ul.m-posts {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  ul.m-posts {
    margin-top: 0;
    margin-left: -4rem;
    padding: 0 6rem;
  }
}

@media screen and (min-width: 768px) {
  ul.m-posts.column3 {
    margin-left: -3rem;
    padding: 0;
  }
  ul.m-posts.column3 li {
    width: 30rem;
    margin-left: 3rem;
  }
  ul.m-posts.column3 li a .img:before {
    padding-top: 19.4rem;
  }
  ul.m-posts.column3 li a .img img {
    border-radius: 3rem;
  }
  ul.m-posts.column3 li a .meta {
    margin-top: 1.8rem;
  }
  ul.m-posts.column3 li a .meta .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  ul.m-posts.column3 li a .meta .category {
    margin-top: 1.3rem;
  }
}

ul.m-posts.voice li .meta .category {
  color: #35B1C5;
  border-color: #35B1C5;
}

ul.m-posts li {
  margin-top: 3rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  ul.m-posts li {
    margin-top: 6rem;
    margin-left: 4rem;
    width: 46rem;
  }
}

ul.m-posts li a {
  display: block;
}

ul.m-posts li a .img {
  width: 100%;
  position: relative;
}

ul.m-posts li a .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

ul.m-posts li a .meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  ul.m-posts li a .meta {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

ul.m-posts li a .meta .title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 3.2rem;
}

@media screen and (min-width: 768px) {
  ul.m-posts li a .meta .title {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

ul.m-posts li a .meta .category {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  line-height: 2.8rem;
  border: 1px solid #4E3B30;
  border-radius: 1.5rem;
  padding: 0 1.6rem;
}

@media screen and (min-width: 768px) {
  ul.m-posts li a .meta .category {
    margin-top: 2rem;
  }
}

ul.m-qa {
  margin-top: 2.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  ul.m-qa {
    margin-top: 7.5rem;
    padding-bottom: 9rem;
  }
}

ul.m-qa li input {
  display: none;
}

ul.m-qa li input:checked ~ .q .expand:after {
  display: none;
}

ul.m-qa li input:not(:checked) ~ .a {
  display: none;
}

ul.m-qa li label.q {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: .1em;
  font-weight: 700;
  padding: 1.5rem 3.7rem 1.5rem 3.1rem;
  position: relative;
  cursor: pointer;
  border-bottom: 0.2rem dotted #389E2F;
}

@media screen and (min-width: 768px) {
  ul.m-qa li label.q {
    padding: 1.9rem 5.5rem 1.9rem 4rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

ul.m-qa li label.q:before {
  content: 'Q';
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.3rem;
  letter-spacing: 0;
  width: 2.3rem;
  height: 2.3rem;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1.7rem;
  left: 0;
  background-color: #389E2F;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  ul.m-qa li label.q:before {
    top: 2rem;
    left: 0rem;
    width: 2.9rem;
    height: 2.9rem;
    line-height: 2.8rem;
    font-size: 1.4rem;
  }
}

ul.m-qa li label.q .expand {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 2.1rem;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  ul.m-qa li label.q .expand {
    width: 1.6rem;
    height: 1.6rem;
    top: 2.7rem;
    right: 2rem;
  }
}

ul.m-qa li label.q .expand:before {
  content: '';
  display: block;
  position: absolute;
  top: .5rem;
  right: 0;
  width: 100%;
  border-top: 0.2rem solid #389E2F;
}

@media screen and (min-width: 768px) {
  ul.m-qa li label.q .expand:before {
    top: .7rem;
  }
}

ul.m-qa li label.q .expand:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  height: 100%;
  border-left: 0.2rem solid #389E2F;
}

@media screen and (min-width: 768px) {
  ul.m-qa li label.q .expand:after {
    right: .7rem;
  }
}

ul.m-qa li .a {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 400;
  padding: 1.5rem 0 .5rem 3.1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  ul.m-qa li .a {
    padding: 2rem 0rem 1rem 4rem;
  }
}

ul.m-qa li .a:before {
  content: 'A';
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.3rem;
  letter-spacing: 0;
  width: 2.3rem;
  height: 2.3rem;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1.7rem;
  left: 0;
  background-color: #F1F1F1;
  color: #389E2F;
}

@media screen and (min-width: 768px) {
  ul.m-qa li .a:before {
    top: 2rem;
    left: 0rem;
    width: 2.9rem;
    height: 2.9rem;
    line-height: 2.8rem;
    font-size: 1.4rem;
  }
}

a.m-button {
  display: flex;
  min-width: 17.2rem;
  height: 5.8rem;
  border-radius: 5rem;
  background-color: #4E3B30;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  justify-content: center;
  align-items: center;
  transition: width .1s linear, height .1s linear, margin .1s linear;
}

a.m-button:not(.jp) {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
  a.m-button:hover {
    min-width: 19.2rem;
    height: 7.8rem;
    margin: -1rem;
    background-color: #FFED00;
    color: #4E3B30;
    opacity: 1;
  }
}

.m-page-nav {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .m-page-nav {
    margin-top: 6rem;
  }
}

.m-page-nav.blue .page-numbers.current {
  background-color: #35B1C5;
  color: #FFFFFF;
}

.m-page-nav .page-numbers {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 2.6rem;
  text-align: center;
}

.m-page-nav .page-numbers + .page-numbers {
  margin-left: .5rem;
}

@media screen and (min-width: 768px) {
  .m-page-nav .page-numbers + .page-numbers {
    margin-left: 1rem;
  }
}

.m-page-nav .page-numbers.current {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 3rem;
  background-color: #4E3B30;
  color: #FFFFFF;
}

.m-page-nav .page-numbers.prev, .m-page-nav .page-numbers.next {
  width: 4rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .m-page-nav .page-numbers.prev, .m-page-nav .page-numbers.next {
    width: 6rem;
  }
}

.m-page-nav .page-numbers.prev {
  background-image: url(./img/icon_arrow_prev.svg);
  margin-right: .5rem;
}

@media screen and (min-width: 768px) {
  .m-page-nav .page-numbers.prev {
    margin-right: 1rem;
  }
}

.m-page-nav .page-numbers.next {
  background-image: url(./img/icon_arrow_next.svg);
  margin-left: .5rem;
}

@media screen and (min-width: 768px) {
  .m-page-nav .page-numbers.next {
    margin-left: 1rem;
  }
}

.m-post-detail {
  margin-top: -2rem;
}

@media screen and (min-width: 768px) {
  .m-post-detail {
    margin-top: 0;
    padding: 0 17rem;
  }
}

.m-post-detail.voice .headline {
  position: relative;
}

.m-post-detail.voice .headline:before {
  content: '';
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 5.5rem;
  height: 3.7rem;
  background-image: url(./img/icon_voice_title.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .m-post-detail.voice .headline:before {
    left: -7rem;
    width: 8.4rem;
    height: 5.6rem;
  }
}

.m-post-detail.voice .meta .category {
  border-color: #35B1C5;
  color: #35B1C5;
}

.m-post-detail.voice .img {
  margin-top: 3.3rem;
}

@media screen and (min-width: 768px) {
  .m-post-detail.voice .img {
    margin-top: 4rem;
    margin-right: -11rem;
    margin-left: -11rem;
  }
}

.m-post-detail.voice .img img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

.m-post-detail.voice .content h1:after, .m-post-detail.voice .content h2:after {
  border-color: #35B1C5;
}

.m-post-detail.voice .content h3 {
  border-color: #35B1C5;
}

.m-post-detail.voice .content h4, .m-post-detail.voice .content h5, .m-post-detail.voice .content h6 {
  color: #35B1C5;
}

.m-post-detail.voice .content ul li:before {
  color: #35B1C5;
}

.m-post-detail .headline {
  font-size: 2.8rem;
  line-height: 4.4rem;
  letter-spacing: .1em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .m-post-detail .headline {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
}

.m-post-detail .meta {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .m-post-detail .meta {
    margin-top: 3rem;
  }
}

.m-post-detail .meta .category {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2.7rem;
  border: 0.1rem solid #4E3B30;
  font-weight: 700;
  text-align: center;
  padding: 0 1.5rem;
  border-radius: 1.6rem;
}

@media screen and (min-width: 768px) {
  .m-post-detail .meta .category {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

.m-post-detail .content {
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .m-post-detail .content {
    padding-top: 4rem;
  }
}

.m-post-detail .content h1, .m-post-detail .content h2 {
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 1.8rem;
  position: relative;
  border-bottom: 0.3rem solid #E6E6E6;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .m-post-detail .content h1, .m-post-detail .content h2 {
    font-size: 3rem;
    line-height: 4.8rem;
    border-width: .4rem;
    margin-bottom: 4rem;
  }
}

.m-post-detail .content h1:after, .m-post-detail .content h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.3rem;
  left: 0;
  width: 6rem;
  border-bottom: 0.3rem solid #4E3B30;
}

@media screen and (min-width: 768px) {
  .m-post-detail .content h1:after, .m-post-detail .content h2:after {
    bottom: -.4rem;
    border-width: .4rem;
  }
}

.m-post-detail .content h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 1.8rem;
  position: relative;
  border-bottom: 0.2rem solid #4E3B30;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .m-post-detail .content h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 4rem;
  }
}

.m-post-detail .content h4, .m-post-detail .content h5, .m-post-detail .content h6 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: .1em;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .m-post-detail .content h4, .m-post-detail .content h5, .m-post-detail .content h6 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.m-post-detail .content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-post-detail .content ul li {
  padding-left: 1em;
  position: relative;
}

.m-post-detail .content ul li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.m-post-detail .content img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .m-post-detail .content img {
    border-radius: 3rem;
  }
}

.flex-webrerve-button img {
  width: auto;
  height: 9rem;
}

@media screen and (max-width: 767px) {
  .flex-webrerve-button img {
    width: 100%;
    height: auto;
  }
}

.l-footer .webrerve-button {
  display: flex;
  /* justify-content: space-between */
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  align-items: center;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-footer .webrerve-button {
    display: block;
  }
}

.l-footer .flex-webrerve-button a {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .l-footer .flex-webrerve-button a:first-child {
    display: block;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  .l-footer .flex-webrerve-button a:nth-child(2) {
    display: block;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}

.l-footer .flex-webrerve-button img {
  width: auto;
  height: 9rem;
}

@media screen and (max-width: 767px) {
  .l-footer .flex-webrerve-button img {
    width: 100%;
    height: auto;
  }
}

.l-footer .flex-webrerve-button2 a {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .l-footer .flex-webrerve-button2 a {
    margin-top: 0;
    margin-top: 3rem;
  }
}

.l-footer .leftside-instagram-button {
  display: flex;
  justify-content: left;
  width: 16rem;
  height: auto;
  margin: 2rem 0;
}

@media screen and (max-width: 767px) {
  .l-footer .leftside-instagram-button {
    justify-content: center;
  }
}

.webreserve-button-box .wrapper {
  text-align: center;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 5rem calc(50% - 50vw) 3rem;
  min-width: 100vw;
}

@media screen and (max-width: 767px) {
  .webreserve-button-box .wrapper {
    flex-direction: column;
  }
}

.webreserve-button-box .webrerve-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.5rem;
  height: auto;
  margin: 4rem 0 0;
}

.linereserve-button-box .wrapper {
  margin: 0rem calc(50% - 50vw);
  min-width: 100vw;
}

.linereserve-button-box .webrerve-button {
  width: 50rem;
  height: auto;
  margin: 0;
}

.l-webreserve-button {
  position: relative;
  width: 100%;
}

.flex-webrerve-button--doctor {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 17px;
       column-gap: 17px;
  align-items: center;
  width: 100%;
  height: auto;
}

.flex-webrerve-button--doctor img {
  width: 28.9rem;
  height: 11.8rem;
}

@media screen and (max-width: 767px) {
  .flex-webrerve-button--doctor {
    flex-direction: column;
    margin-top: 30px;
  }
  .flex-webrerve-button--doctor img {
    width: 100%;
    height: auto;
  }
  .flex-webrerve-button--doctor a:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* ----------------
 * Header
 * ---------------- */
.l-header {
  z-index: 5000;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header {
    min-width: 124rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header.closed .title-header .nav {
    display: none;
  }
}

.l-header .title-header {
  width: 100%;
  height: 7.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header .title-header {
    height: 12.3rem;
  }
}

.l-header .title-header:before {
  content: '';
  display: block;
  width: 100%;
  height: .4rem;
  background-color: #FFED00;
}

@media screen and (min-width: 768px) {
  .l-header .title-header:before {
    height: .6rem;
  }
}

.l-header .title-header > .fixed-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.2rem;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .fixed-content {
    height: 6rem;
    min-width: 124rem;
  }
}

.l-header .title-header > .fixed-content .spmenu {
  height: 6.2rem;
  width: 5.8rem;
  position: absolute;
  top: 0;
  right: 0;
}

.l-header .title-header > .fixed-content .spmenu a.open {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/spmenu.svg), url(./img/spmenu_close.svg);
  background-size: 100% 5.8rem, 0 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom-left-radius: 2rem;
  background-color: #FFED00;
  pointer-events: auto;
}

.l-header .title-header > .fixed-content .contact {
  height: 6rem;
  width: 18rem;
  position: absolute;
  top: 0;
  right: 3rem;
}

.l-header .title-header > .fixed-content .contact a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0 0 2rem 2rem;
  background-color: #FFED00;
  color: #4E3B30;
  justify-content: center;
  align-items: center;
  transition: .1s linear height;
  pointer-events: auto;
}

.l-header .title-header > .fixed-content .contact a:before {
  content: '';
  width: 2rem;
  height: 1.5rem;
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url(./img/icon_contact.svg);
          mask-image: url(./img/icon_contact.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center left;
          mask-position: center left;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  margin-right: 1rem;
}

.l-header .title-header > .fixed-content .contact a:hover {
  height: 7rem;
  background-color: #4E3B30;
  color: #FFFFFF;
  opacity: 1;
}

.l-header .title-header > .content {
  width: 100%;
  height: 7.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .content {
    height: 11.7rem;
    padding-left: calc((100% - 120rem) / 2);
    padding-top: 2rem;
  }
}

.l-header .title-header > .content .logo {
  width: 18.7rem;
  height: 6.1rem;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .content .logo {
    width: 25.8rem;
    height: 9.7rem;
  }
}

.l-header .title-header > .content .logo a {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/logo.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.l-header .title-header > .content .logo a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-header .title-header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFED00;
    z-index: 1;
  }
  .l-header .title-header .nav a.close {
    white-space: nowrap;
    text-indent: 200%;
    overflow: hidden;
    display: block;
    width: 5.8rem;
    height: 6.2rem;
    background-image: url(./img/spmenu_close.svg);
    background-size: 100% 5.8rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: auto;
    z-index: 2;
  }
  .l-header .title-header .nav .scroll-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header .title-header .nav .scroll-content > .content {
    padding-top: 7.4rem;
    padding-bottom: 12.4rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header .title-header .nav .scroll-content > .content {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header .title-header .nav .scroll-content > .content > .inner {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header .title-header .nav .scroll-content > .content > .inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li {
    margin-top: 3rem;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li > a {
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: .1em;
    font-weight: 700;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li > ul {
    padding-left: 2rem;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li > ul > li {
    margin-top: 2rem;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li > ul > li > a {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .1em;
    padding-left: 1.6rem;
    position: relative;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li > ul > li > a:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner .sub_menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem 4rem 4rem;
    background-color: #FFED00;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner .sub_menu a.contact {
    display: flex;
    width: 100%;
    height: 6.4rem;
    border-radius: 3.2rem;
    background-color: #4E3B30;
    color: #FFFFFF;
    font-size: 1.5rem;
    letter-spacing: .1em;
    justify-content: center;
    align-items: center;
    transition: .1s linear height;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner .sub_menu a.contact:before {
    content: '';
    width: 2rem;
    height: 1.5rem;
    display: block;
    background-color: currentColor;
    -webkit-mask-image: url(./img/icon_contact.svg);
            mask-image: url(./img/icon_contact.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center left;
            mask-position: center left;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header .nav {
    position: absolute;
    top: 2.6rem;
    right: 25rem;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul {
    display: flex;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li + li {
    margin-left: 3rem;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li > a {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .1em;
  }
  .l-header .title-header .nav .scroll-content > .content > .inner > ul > li > ul {
    display: none;
  }
}

.l-header .title-header > .fixed-content-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 9.8rem;
  height: 5.2rem;
  pointer-events: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .fixed-content-bottom {
    width: 12rem;
    height: 6.5rem;
  }
}

.l-header .title-header > .fixed-content-bottom:before, .l-header .title-header > .fixed-content-bottom:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}

.l-header .title-header > .fixed-content-bottom:before {
  width: 2.1rem;
  height: 2.4rem;
  top: -3.1rem;
  left: .5rem;
  background-image: url(img/logo_question_01.svg);
  animation: fadein_01 0s ease-in-out infinite;
  animation-duration: 8s;
  animation-delay: 0s;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .fixed-content-bottom:before {
    left: 1.6rem;
  }
}

.l-header .title-header > .fixed-content-bottom:after {
  width: 1.7rem;
  height: 1.9rem;
  top: -2.6rem;
  right: 1.1rem;
  background-image: url(img/logo_question_02.svg);
  animation: fadein_02 0s ease-in-out infinite;
  animation-duration: 8s;
  animation-delay: 0s;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .fixed-content-bottom:after {
    right: 2.2rem;
  }
}

.l-header .title-header > .fixed-content-bottom a, .l-header .title-header > .fixed-content-bottom button {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #FFED00;
  pointer-events: auto;
  border-top-left-radius: 2rem;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
}

.l-header .title-header > .fixed-content-bottom a:hover, .l-header .title-header > .fixed-content-bottom button:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .fixed-content-bottom a:hover, .l-header .title-header > .fixed-content-bottom button:hover {
    background-color: #4E3B30;
    color: #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .fixed-content-bottom a, .l-header .title-header > .fixed-content-bottom button {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.l-header .title-header > .fixed-content-bottom a:before, .l-header .title-header > .fixed-content-bottom a:after, .l-header .title-header > .fixed-content-bottom button:before, .l-header .title-header > .fixed-content-bottom button:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}

.l-header .title-header > .fixed-content-bottom a:before, .l-header .title-header > .fixed-content-bottom button:before {
  width: 100%;
  height: 6.4rem;
  top: 0;
  left: 0;
  background-image: url(img/logo_mark_mini.svg);
  animation: slideup 0s ease-in-out infinite alternate;
  animation-duration: 4s;
  animation-delay: 1s;
}

.l-header .title-header > .fixed-content-bottom a:after, .l-header .title-header > .fixed-content-bottom button:after {
  width: .7rem;
  height: 1.9rem;
  top: -6rem;
  left: 4.5rem;
  background-image: url(img/logo_exclamation.svg);
  animation: fadein_03 0s ease-in-out infinite;
  animation-duration: 8s;
  animation-delay: 0;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .fixed-content-bottom a:after, .l-header .title-header > .fixed-content-bottom button:after {
    left: 5.6rem;
  }
}

/* ----------------
 * Footer
 * ---------------- */
.l-footer {
  border-top: .8rem solid;
  -o-border-image: linear-gradient(to right, #E4627B 0 25%, #FCA400 25% 50%, #389E2F 50% 75%, #35B1C5 75% 100%) 1;
     border-image: linear-gradient(to right, #E4627B 0 25%, #FCA400 25% 50%, #389E2F 50% 75%, #35B1C5 75% 100%) 1;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer {
    width: 100%;
  }
}

.l-footer .inner {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .l-footer .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .inner {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .inner {
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}

.l-footer .inner .signature-block {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block {
    flex-direction: row;
    justify-content: space-between;
  }
}

.l-footer .inner .signature-block .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .signature {
    align-items: flex-start;
    width: 35rem;
  }
}

.l-footer .inner .signature-block .signature .logo a {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: block;
  width: 24.5rem;
  height: 9.3rem;
  background-image: url(./img/logo.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .signature .logo a {
    width: 34.3rem;
    height: 12.9rem;
  }
  .l-footer .inner .signature-block .signature .logo a:hover {
    opacity: 1;
  }
}

.l-footer .inner .signature-block .signature p.address {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .signature p.address {
    margin-top: 3.7rem;
    text-align: left;
  }
}

.l-footer .inner .signature-block .schedule {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .schedule {
    margin-top: -2.9rem;
    width: 67.8rem;
  }
}

.l-footer .inner .signature-block .schedule table {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.l-footer .inner .signature-block .schedule table thead, .l-footer .inner .signature-block .schedule table tbody {
  display: block;
}

.l-footer .inner .signature-block .schedule table tr {
  border-bottom: 0.1rem solid #E6E6E6;
  font-size: 1.4rem;
  line-height: 5rem;
  letter-spacing: .1em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .schedule table tr {
    font-size: 1.6rem;
    line-height: 7.4rem;
  }
}

.l-footer .inner .signature-block .schedule table tr th, .l-footer .inner .signature-block .schedule table tr td {
  width: calc((100% - 9.7rem) / 7);
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .schedule table tr th, .l-footer .inner .signature-block .schedule table tr td {
    width: 7rem;
  }
}

.l-footer .inner .signature-block .schedule table tr th:first-child, .l-footer .inner .signature-block .schedule table tr td:first-child {
  width: 9.7rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .schedule table tr th:first-child, .l-footer .inner .signature-block .schedule table tr td:first-child {
    width: 16.8rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .schedule table tr th:last-child, .l-footer .inner .signature-block .schedule table tr td:last-child {
    width: 8rem;
    padding-right: 2rem;
  }
  .l-footer .inner .signature-block .schedule table tr th:last-child:before, .l-footer .inner .signature-block .schedule table tr td:last-child:before {
    padding-right: 2rem;
  }
}

.l-footer .inner .signature-block .schedule table tr td {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  position: relative;
}

.l-footer .inner .signature-block .schedule table tr td:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #E4627B;
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .signature-block .schedule table tr td:before {
    font-size: 1.6rem;
  }
}

.l-footer .inner .signature-block .schedule table tr td.open:before {
  content: '●';
}

.l-footer .inner .signature-block .schedule table tr td.closed:before {
  content: '×';
}

.l-footer .inner .signature-block .schedule p {
  padding-left: 1.6rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: .1em;
  font-weight: 400;
}

.l-footer .inner .signature-block .schedule p:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer .inner .map-block {
  margin-top: 3rem;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .map-block {
    margin-top: 6rem;
  }
}

.l-footer .inner .map-block:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50.14925%;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .map-block:before {
    padding-top: 22.8rem;
  }
}

.l-footer .inner .map-block iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer .inner .nav-block {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .nav-block {
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .inner .nav-block .main-menu {
    width: 73.7rem;
    margin-top: -3rem;
    margin-left: -3rem;
  }
}

.l-footer .inner .nav-block .main-menu > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 21.1rem;
}

.l-footer .inner .nav-block .main-menu > ul > li {
  margin-top: 3rem;
  margin-left: 3rem;
}

.l-footer .inner .nav-block .main-menu > ul > li > a {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: .1em;
  font-weight: 700;
}

.l-footer .inner .nav-block .main-menu > ul > li > ul {
  padding-left: 2rem;
}

.l-footer .inner .nav-block .main-menu > ul > li > ul > li {
  margin-top: 2rem;
}

.l-footer .inner .nav-block .main-menu > ul > li > ul > li > a {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: .1em;
  padding-left: 1.6rem;
  position: relative;
}

.l-footer .inner .nav-block .main-menu > ul > li > ul > li > a:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer .inner .nav-block .sub-menu {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .nav-block .sub-menu {
    width: 29.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.l-footer .inner .nav-block .sub-menu ul.sns {
  display: flex;
  justify-content: center;
}

.l-footer .inner .nav-block .sub-menu ul.sns li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-footer .inner .nav-block .sub-menu ul.sns li:hover {
    color: #FFED00;
    opacity: 1;
  }
  .l-footer .inner .nav-block .sub-menu ul.sns li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4E3B30;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
}

.l-footer .inner .nav-block .sub-menu ul.sns li + li {
  margin-left: 1.5rem;
}

.l-footer .inner .nav-block .sub-menu ul.sns li a {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  width: 5.1rem;
  height: 5.1rem;
  color: #4E3B30;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center left;
          mask-position: center left;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  transition: .1s linear;
}

.l-footer .inner .nav-block .sub-menu ul.sns li a.line {
  -webkit-mask-image: url(./img/icon_line.svg);
          mask-image: url(./img/icon_line.svg);
}

.l-footer .inner .nav-block .sub-menu ul.sns li a.instagram {
  -webkit-mask-image: url(./img/icon_instagram.svg);
          mask-image: url(./img/icon_instagram.svg);
}

@media screen and (min-width: 768px) {
  .l-footer .inner .nav-block .sub-menu ul.sns li a:hover {
    color: #FFED00;
    opacity: 1;
  }
}

.l-footer .inner .nav-block .sub-menu .button {
  margin-top: 2rem;
  width: 100%;
}

.l-footer .inner .nav-block .sub-menu .button a {
  display: flex;
  width: 100%;
  height: 6.4rem;
  position: relative;
  border-radius: 6.4rem;
  background-color: #FFED00;
  color: #4E3B30;
  justify-content: center;
  align-items: center;
  transition: width .1s linear, height .1s linear, margin .1s linear;
}

.l-footer .inner .nav-block .sub-menu .button a:before {
  content: '';
  width: 2rem;
  height: 1.5rem;
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url(./img/icon_contact.svg);
          mask-image: url(./img/icon_contact.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center left;
          mask-position: center left;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  margin-right: 1rem;
}

.l-footer .inner .nav-block .sub-menu .button a:hover {
  background-color: #4E3B30;
  color: #FFFFFF;
  opacity: 1;
  width: calc(100% + 1rem);
  height: 7.4rem;
  margin: -.5rem;
}

.l-footer .inner .nav-block .sub-menu .button a:hover .pdf {
  right: 1.9rem;
}

.l-footer .inner .nav-block .sub-menu .button a .pdf {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  background-color: #FFFFFF;
  color: #4E3B30;
  line-height: 1.9rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 0 .5rem;
  transform: translate(0, -50%);
  transition: right .1s linear;
}

.l-footer .copy {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: .1em;
  color: #9F9F9F;
}

@media screen and (min-width: 768px) {
  .l-footer .copy {
    margin-top: 3.4rem;
  }
}

/* Top */
.l-p-top {
  position: relative;
}

.l-p-top .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .l-p-top .background {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .background {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .background > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .background > .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .background > .inner {
    position: relative;
  }
}

.l-p-top .background > .inner > .bubble {
  content: '';
  position: absolute;
  border-radius: 50%;
  animation: fluffy 0s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .l-p-top .background > .inner > .bubble {
    display: none;
  }
  .l-p-top .background > .inner > .bubble.bubble_01 {
    display: block;
    background-color: #35B1C5;
    width: 1.4rem;
    height: 1.4rem;
    top: 10.9rem;
    left: 39.46667%;
  }
  .l-p-top .background > .inner > .bubble.bubble_02 {
    display: block;
    background-color: #E64807;
    width: 1.5rem;
    height: 1.5rem;
    top: 10.8rem;
    left: 78.13333%;
  }
  .l-p-top .background > .inner > .bubble.bubble_03 {
    display: block;
    background-color: #E4627B;
    width: 2.1rem;
    height: 2.1rem;
    top: 16.3rem;
    left: 86.13333%;
  }
  .l-p-top .background > .inner > .bubble.bubble_04 {
    display: block;
    background-color: #FCA400;
    width: 1.5rem;
    height: 1.5rem;
    top: 32.2rem;
    left: 16.26667%;
  }
  .l-p-top .background > .inner > .bubble.bubble_05 {
    display: block;
    background-color: #E64807;
    width: 1.5rem;
    height: 1.5rem;
    top: 39.7rem;
    left: 10.66667%;
  }
  .l-p-top .background > .inner > .bubble.bubble_06 {
    display: block;
    background-color: #FCA400;
    width: 1.2rem;
    height: 1.2rem;
    top: 41.7rem;
    left: 86.13333%;
  }
  .l-p-top .background > .inner > .bubble.bubble_07 {
    display: block;
    background-color: #389E2F;
    width: 2.8rem;
    height: 2.8rem;
    top: 49.7rem;
    left: 5.33333%;
  }
  .l-p-top .background > .inner > .bubble.bubble_08 {
    display: block;
    background-color: #35B1C5;
    width: 2.6rem;
    height: 2.6rem;
    top: 50.5rem;
    left: 87.73333%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .background > .inner > .bubble.bubble_01 {
    background-color: #35B1C5;
    width: 3.7rem;
    height: 3.7rem;
    top: 12.3rem;
    left: 44.1rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_02 {
    background-color: #E64807;
    width: 1.5rem;
    height: 1.5rem;
    top: 13.3rem;
    left: 106rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_03 {
    background-color: #E4627B;
    width: 2.1rem;
    height: 2.1rem;
    top: 19.2rem;
    left: 107.3rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_04 {
    background-color: #FCA400;
    width: 2.5rem;
    height: 2.5rem;
    top: 17.5rem;
    left: 33.3rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_05 {
    background-color: #E64807;
    width: 1.5rem;
    height: 1.5rem;
    top: 47.8rem;
    left: 32.2rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_06 {
    background-color: #FCA400;
    width: 2.1rem;
    height: 2.1rem;
    top: 32rem;
    left: 88rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_07 {
    background-color: #389E2F;
    width: 5rem;
    height: 5rem;
    top: 56.4rem;
    left: 6rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_08 {
    background-color: #35B1C5;
    width: 3.7rem;
    height: 3.7rem;
    top: 62.8rem;
    left: 116.3rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_09 {
    background-color: #FCA400;
    width: 1.6rem;
    height: 1.6rem;
    top: 73.8rem;
    left: 46.1rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_10 {
    background-color: #E64807;
    width: 1.5rem;
    height: 1.5rem;
    top: 6.9rem;
    left: -29.4rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_11 {
    background-color: #E4627B;
    width: 2.1rem;
    height: 2.1rem;
    top: 11.2rem;
    left: -21.1rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_12 {
    background-color: #FCA400;
    width: 2.1rem;
    height: 2.1rem;
    top: 25.9rem;
    left: -14.8rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_13 {
    background-color: #35B1C5;
    width: 3.7rem;
    height: 3.7rem;
    top: 35.4rem;
    left: -24.8rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_14 {
    background-color: #E4627B;
    width: 2.1rem;
    height: 2.1rem;
    top: 62.8rem;
    left: -21.1rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_15 {
    background-color: #FCA400;
    width: 1.4rem;
    height: 1.4rem;
    top: 82.4rem;
    left: -27.5rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_16 {
    background-color: #389E2F;
    width: 2.9rem;
    height: 2.9rem;
    top: 96.4rem;
    left: -18.2rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_17 {
    background-color: #35B1C5;
    width: 1.6rem;
    height: 1.6rem;
    top: 88.9rem;
    left: -3.3rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_18 {
    background-color: #E4627B;
    width: 2.3rem;
    height: 2.3rem;
    top: 97.3rem;
    left: 17.1rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_19 {
    background-color: #FCA400;
    width: 1.3rem;
    height: 1.3rem;
    top: 99.6rem;
    left: 45.9rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_20 {
    background-color: #E64807;
    width: 1.5rem;
    height: 1.5rem;
    top: 85.8rem;
    left: 59.3rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_21 {
    background-color: #35B1C5;
    width: 2.7rem;
    height: 2.7rem;
    top: 90.5rem;
    left: 88.6rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_22 {
    background-color: #389E2F;
    width: 1.2rem;
    height: 1.2rem;
    top: 100.9rem;
    left: 116.4rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_23 {
    background-color: #FCA400;
    width: 1.7rem;
    height: 1.7rem;
    top: 93.9rem;
    right: -20.7rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_24 {
    background-color: #E64807;
    width: 2.3rem;
    height: 2.3rem;
    top: 84.8rem;
    right: -10.9rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_25 {
    background-color: #389E2F;
    width: 5rem;
    height: 5rem;
    top: 66.5rem;
    right: -22.4rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_26 {
    background-color: #FCA400;
    width: 2.5rem;
    height: 2.5rem;
    top: 47.6rem;
    right: -13.2rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_27 {
    background-color: #E4627B;
    width: 1.6rem;
    height: 1.6rem;
    top: 47.6rem;
    right: -28.5rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_28 {
    background-color: #E64807;
    width: 1.5rem;
    height: 1.5rem;
    top: 21.6rem;
    right: -14.6rem;
  }
  .l-p-top .background > .inner > .bubble.bubble_29 {
    background-color: #35B1C5;
    width: 3.7rem;
    height: 3.7rem;
    top: 4.3rem;
    right: -25.5rem;
  }
}

.l-p-top .l-mainvisual {
  position: relative;
  height: 68rem;
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .l-mainvisual > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner {
    position: relative;
  }
}

.l-p-top .l-mainvisual > .inner .logo-mark {
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./img/logo_mark.svg);
  width: 21.6rem;
  height: 27.7rem;
  top: 23rem;
  left: calc(50% - 10.8rem);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner .logo-mark {
    width: 37.9rem;
    height: 48.8rem;
    top: 7rem;
    left: calc(50% - 19rem);
  }
}

.l-p-top .l-mainvisual > .inner > .bubble {
  content: '';
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: fluffy 0s ease-in-out infinite alternate;
}

.l-p-top .l-mainvisual > .inner > .bubble.picture_01 {
  background-image: url(./img/mv_pic_01_sp.png);
  width: 16rem;
  height: 16rem;
  top: 4.7rem;
  left: 5.33333%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner > .bubble.picture_01 {
    background-image: url(./img/mv_pic_01_pc.png);
    width: 29.5rem;
    height: 29.5rem;
    top: 6rem;
    left: 0;
  }
}

.l-p-top .l-mainvisual > .inner > .bubble.picture_02 {
  background-image: url(./img/mv_pic_02_sp.png);
  width: 15.8rem;
  height: 15.8rem;
  top: 51.2rem;
  left: 52.53333%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner > .bubble.picture_02 {
    background-image: url(./img/mv_pic_02_pc.png);
    width: 23.1rem;
    height: 23.1rem;
    top: 43rem;
    left: 81.3rem;
  }
}

.l-p-top .l-mainvisual > .inner > .bubble.picture_03 {
  background-image: url(./img/mv_pic_03_sp.png);
  width: 10.4rem;
  height: 10.4rem;
  top: 48.7rem;
  left: 10.66667%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner > .bubble.picture_03 {
    background-image: url(./img/mv_pic_03_pc.png);
    width: 26.1rem;
    height: 26.1rem;
    top: 40rem;
    left: 12rem;
  }
}

.l-p-top .l-mainvisual > .inner > .bubble.picture_04 {
  background-image: url(./img/mv_pic_04_sp.png);
  width: 10.9rem;
  height: 10.9rem;
  top: 12.2rem;
  left: 65.6%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner > .bubble.picture_04 {
    background-image: url(./img/mv_pic_04_pc.png);
    width: 27.5rem;
    height: 27.5rem;
    top: 14.1rem;
    left: 92.5rem;
  }
}

.l-p-top .l-mainvisual > .inner > .bubble.picture_05 {
  background-image: url(./img/mv_pic_05_sp.png);
  width: 7.4rem;
  height: 7.4rem;
  top: 4.8rem;
  left: 52.53333%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-mainvisual > .inner > .bubble.picture_05 {
    background-image: url(./img/mv_pic_05_pc.png);
    width: 16.8rem;
    height: 16.8rem;
    top: -1.5rem;
    left: 81.3rem;
  }
}

.l-p-top .wrapper-blur {
  -webkit-backdrop-filter: blur(1rem) brightness(115%);
          backdrop-filter: blur(1rem) brightness(115%);
  z-index: 1;
}

.l-p-top .wrapper-blur .l-lead {
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-p-top .wrapper-blur .l-lead {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-lead {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-lead {
    padding-top: 5.7rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-top .wrapper-blur .l-lead .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-lead .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-top .wrapper-blur .l-lead .inner .headline {
  font-size: 2.6rem;
  line-height: 4.5rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-lead .inner .headline {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}

.l-p-top .wrapper-blur .l-lead .inner .lead {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-lead .inner .lead {
    margin-top: 6rem;
    text-align: center;
  }
}

.l-p-top .wrapper-blur .l-news {
  padding-left: 2rem;
  padding-bottom: 2.9rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news {
    padding-left: calc((100% - 108rem) / 2);
  }
}

.l-p-top .wrapper-blur .l-news .box {
  background-color: #F1F1F1;
  border-radius: 2rem 0 0 2rem;
  padding: 4rem 2rem 6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box {
    border-radius: 200px 0 0 200px;
    padding: 6rem calc(100% - 108rem) 6rem 7rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-p-top .wrapper-blur .l-news .box .wrapper .headline {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.9rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .wrapper .headline {
    width: 10rem;
  }
}

.l-p-top .wrapper-blur .l-news .box .wrapper ul.information {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .wrapper ul.information {
    margin-top: 0;
    width: 86.2rem;
  }
}

.l-p-top .wrapper-blur .l-news .box .wrapper ul.information li + li {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .wrapper ul.information li + li {
    margin-top: 2.5rem;
  }
}

.l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a {
    flex-direction: row;
  }
  .l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a:hover {
    opacity: 1;
  }
  .l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a:hover .title:before {
    width: 100%;
  }
}

.l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a .meta {
  display: flex;
  align-items: center;
}

.l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a .meta .date {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 9.2rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a .meta .category {
  display: block;
  font-size: 1.2rem;
  line-height: 2.9rem;
  letter-spacing: .05em;
  padding: 0 1rem;
  background-color: #4E3B30;
  color: #FFFFFF;
  border-radius: 1.5rem;
  white-space: nowrap;
}

.l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a .title {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  flex: 1;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: .05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 4.2rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a .title {
    margin-top: 0;
    margin-left: 2rem;
    -webkit-line-clamp: 1;
    max-height: 2.1rem;
  }
  .l-p-top .wrapper-blur .l-news .box .wrapper ul.information li a .title:before {
    content: '';
    display: block;
    width: 0;
    height: 1.1rem;
    position: absolute;
    bottom: -.2rem;
    left: 0;
    background-color: #FFED00;
    z-index: -1;
    transition: width .2s linear;
  }
}

.l-p-top .wrapper-blur .l-news .box .button {
  position: absolute;
  bottom: -2.9rem;
  left: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .button {
    left: 90.8rem;
  }
}

.l-p-top .wrapper-blur .l-news .box .button a {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  width: 17.2rem;
  height: 5.8rem;
  border-radius: 5rem;
  background-color: #4E3B30;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  justify-content: center;
  align-items: center;
  transition: width .1s linear, height .1s linear, margin .1s linear;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-news .box .button a:hover {
    width: 19.2rem;
    height: 7.8rem;
    margin: -1rem;
    background-color: #FFED00;
    color: #4E3B30;
    opacity: 1;
  }
}

.l-p-top .wrapper-blur .l-relief {
  margin-top: 18.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-relief {
    margin-top: 12rem;
    padding-right: calc((100% - 120rem) / 2);
    padding-bottom: 8.2rem;
  }
}

.l-p-top .wrapper-blur .l-relief > .box {
  background-color: #E4627B;
  padding: 18.4rem 5rem 6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-relief > .box {
    border-radius: 0 50rem 50rem 0;
    padding: 12rem 0 12rem calc(100% - 120rem + 6rem);
  }
}

.l-p-top .wrapper-blur .l-relief > .box:before {
  content: '';
  display: block;
  width: 26.7rem;
  height: 26.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(./img/img_top_relief_sp.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-relief > .box:before {
    width: 52.2rem;
    height: 52.2rem;
    top: auto;
    right: 6rem;
    bottom: -8.2rem;
    left: auto;
    transform: none;
    background-image: url(./img/img_top_relief_pc.png);
  }
}

.l-p-top .wrapper-blur .l-relief > .box > .inner .headline {
  font-size: 2.6rem;
  line-height: 4.5rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-relief > .box > .inner .headline {
    font-size: 3rem;
    line-height: 4.4rem;
    text-align: left;
  }
}

.l-p-top .wrapper-blur .l-relief > .box > .inner p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-relief > .box > .inner p {
    width: 47.8rem;
    margin-top: 5rem;
  }
}

.l-p-top .wrapper-blur .l-relief > .box > .inner .button {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-relief > .box > .inner .button {
    margin-top: 6rem;
    justify-content: flex-start;
  }
}

.l-p-top .wrapper-blur .l-relief > .box > .inner .button a {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.1rem;
  height: 5.8rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: 700;
  background-color: #4E3B30;
  color: #FFFFFF;
  transition: width .1s linear, height .1s linear, margin .1s linear;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-relief > .box > .inner .button a:hover {
    width: 19.1rem;
    height: 7.8rem;
    margin: -1rem;
    background-color: #FFED00;
    color: #4E3B30;
    opacity: 1;
  }
}

.l-p-top .wrapper-blur .l-about {
  margin: 6rem 2rem 0;
  padding-bottom: 11.6rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-about {
    margin-top: 18.2rem;
    padding: 0 calc((100% - 108rem) / 2) 13.9rem;
  }
}

.l-p-top .wrapper-blur .l-about > .box {
  background-color: #35B1C5;
  padding: 12.8rem 3rem 16.6rem;
  position: relative;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-about > .box {
    border-radius: 50rem;
    padding: 12rem 0 12rem;
  }
}

.l-p-top .wrapper-blur .l-about > .box:before {
  content: '';
  display: block;
  width: 23.3rem;
  height: 23.3rem;
  position: absolute;
  bottom: 0;
  right: 2rem;
  transform: translate(0, 50%);
  background-image: url(./img/img_top_about_sp.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-about > .box:before {
    width: 34.9rem;
    height: 34.9rem;
    bottom: -13.9rem;
    right: -6rem;
    transform: none;
    background-image: url(./img/img_top_about_pc.png);
  }
}

.l-p-top .wrapper-blur .l-about > .box > .inner .headline {
  font-size: 2.6rem;
  line-height: 4.5rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-about > .box > .inner .headline {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}

.l-p-top .wrapper-blur .l-about > .box > .inner p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-about > .box > .inner p {
    margin-top: 5rem;
    text-align: center;
  }
}

.l-p-top .wrapper-blur .l-about > .box > .inner .button {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-about > .box > .inner .button {
    margin-top: 6rem;
  }
}

.l-p-top .wrapper-blur .l-about > .box > .inner .button a {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.1rem;
  height: 5.8rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: 700;
  background-color: #4E3B30;
  color: #FFFFFF;
  transition: width .1s linear, height .1s linear, margin .1s linear;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-about > .box > .inner .button a:hover {
    width: 19.1rem;
    height: 7.8rem;
    margin: -1rem;
    background-color: #FFED00;
    color: #4E3B30;
    opacity: 1;
  }
}

.l-p-top .wrapper-blur .l-examination {
  margin-top: 19.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination {
    margin-top: 12rem;
    padding-left: calc((100% - 120rem) / 2);
    padding-bottom: 8.2rem;
  }
}

.l-p-top .wrapper-blur .l-examination > .box {
  background-color: #389E2F;
  padding: 18.4rem 5rem 6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination > .box {
    border-radius: 50rem 0 0 50rem;
    padding: 12rem calc(100% - 120rem + 6rem) 12rem 0;
  }
}

.l-p-top .wrapper-blur .l-examination > .box:before {
  content: '';
  display: block;
  width: 26.7rem;
  height: 26.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(./img/img_top_examination_sp.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination > .box:before {
    width: 52.2rem;
    height: 52.2rem;
    top: auto;
    left: 6rem;
    bottom: -8.2rem;
    transform: none;
    background-image: url(./img/img_top_examination_pc.png);
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination > .box > .inner {
    width: 47.8rem;
    margin-left: auto;
  }
}

.l-p-top .wrapper-blur .l-examination > .box > .inner .headline {
  font-size: 2.6rem;
  line-height: 4.5rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination > .box > .inner .headline {
    font-size: 3rem;
    line-height: 4.4rem;
    text-align: left;
  }
}

.l-p-top .wrapper-blur .l-examination > .box > .inner p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination > .box > .inner p {
    width: 47.8rem;
    margin-top: 5rem;
  }
}

.l-p-top .wrapper-blur .l-examination > .box > .inner .button {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination > .box > .inner .button {
    margin-top: 6rem;
    justify-content: flex-start;
  }
}

.l-p-top .wrapper-blur .l-examination > .box > .inner .button a {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.1rem;
  height: 5.8rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: 700;
  background-color: #4E3B30;
  color: #FFFFFF;
  transition: width .1s linear, height .1s linear, margin .1s linear;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-examination > .box > .inner .button a:hover {
    width: 19.1rem;
    height: 7.8rem;
    margin: -1rem;
    background-color: #FFED00;
    color: #4E3B30;
    opacity: 1;
  }
}

.l-p-top .wrapper-blur .l-recruit {
  margin-top: 6rem;
  padding-top: 10.9rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit {
    margin-top: 4.9rem;
    padding-top: 5.1rem;
  }
}

.l-p-top .wrapper-blur .l-recruit:before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 8.8rem;
  height: 16.2rem;
  background-image: url(./img/img_top_recruit_01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit:before {
    top: 0;
    left: 50%;
    right: auto;
    width: 13rem;
    height: 24.1rem;
    transform: translate(24.6rem, 0);
  }
}

.l-p-top .wrapper-blur .l-recruit:after {
  content: '';
  position: absolute;
  top: 3.7rem;
  left: 2rem;
  width: 9rem;
  height: 17.7rem;
  background-image: url(./img/img_top_recruit_02.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit:after {
    top: 22rem;
    left: 50%;
    width: 13.5rem;
    height: 26.5rem;
    transform: translate(-44.9rem, 0);
  }
}

.l-p-top .wrapper-blur .l-recruit > .box {
  padding: 9.2rem 5rem 28.3rem;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit > .box {
    padding: 12rem 0;
  }
}

.l-p-top .wrapper-blur .l-recruit > .box:before {
  content: '';
  position: absolute;
  bottom: 6rem;
  left: 50%;
  width: 18.3rem;
  height: 18.3rem;
  background-image: url(./img/img_top_recruit_03.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit > .box:before {
    bottom: 5.8rem;
    left: 50%;
    width: 26.4rem;
    height: 26.3rem;
    transform: translate(27.9rem, 0);
  }
}

.l-p-top .wrapper-blur .l-recruit > .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 83.4rem;
  height: 83.4rem;
  background-color: #FFED00;
  border-radius: 50%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit > .box:after {
    width: 108rem;
    height: 108rem;
  }
}

.l-p-top .wrapper-blur .l-recruit > .box > .inner {
  position: relative;
  z-index: 1;
}

.l-p-top .wrapper-blur .l-recruit > .box > .inner .headline {
  font-size: 2.6rem;
  line-height: 4.5rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit > .box > .inner .headline {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}

.l-p-top .wrapper-blur .l-recruit > .box > .inner p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit > .box > .inner p {
    margin-top: 5rem;
    text-align: center;
  }
}

.l-p-top .wrapper-blur .l-recruit > .box > .inner .button {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit > .box > .inner .button {
    margin-top: 6rem;
  }
}

.l-p-top .wrapper-blur .l-recruit > .box > .inner .button a {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.1rem;
  height: 5.8rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: 700;
  background-color: #4E3B30;
  color: #FFFFFF;
  transition: width .1s linear, height .1s linear, margin .1s linear;
}

@media screen and (min-width: 768px) {
  .l-p-top .wrapper-blur .l-recruit > .box > .inner .button a:hover {
    width: 19.1rem;
    height: 7.8rem;
    margin: -1rem;
    background-color: #FCA400;
    color: #4E3B30;
    opacity: 1;
  }
}

.l-p-top .bubble {
  opacity: 0;
}

/* erief */
@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box .lead {
    text-align: center;
  }
}

.l-p-relief .l-relief > .inner > .box ul {
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul {
    margin-top: 2rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li {
  padding: 4rem 2rem 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li {
    padding: 8rem 6rem 8rem;
    display: flex;
    justify-content: space-between;
  }
}

.l-p-relief .l-relief > .inner > .box ul li:after {
  content: '';
  display: block;
  background-color: #F7F7F7;
  border-radius: 3rem;
  height: 15rem;
  margin-top: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li:after {
    margin-top: 0;
    width: 25.4rem;
    height: 25.4rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li + li {
  border-top: 1px solid #E4627B;
}

.l-p-relief .l-relief > .inner > .box ul li.point01:after {
  background-image: url(./img/icon_relief_point_01.svg);
  background-size: 8.7rem 10.6rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li.point01:after {
    background-size: 10.4rem 12.7rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li.point02:after {
  background-image: url(./img/icon_relief_point_02.svg);
  background-size: 10.3rem 9.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li.point02:after {
    background-size: 12.7rem 11.7rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li.point03:after {
  background-image: url(./img/icon_relief_point_03.svg);
  background-size: 11rem 10.1rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li.point03:after {
    background-size: 12.7rem 11.6rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li.point04:after {
  background-image: url(./img/icon_relief_point_04.svg);
  background-size: 10rem 9.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li.point04:after {
    background-size: 12.7rem 12.4rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li.point05:after {
  background-image: url(./img/icon_relief_point_05.svg);
  background-size: 10.9rem 10rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li.point05:after {
    background-size: 12.7rem 11.6rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li .text-block {
    width: 64rem;
    align-items: flex-start;
  }
}

.l-p-relief .l-relief > .inner > .box ul li .text-block .point {
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.6rem;
  height: 3.7rem;
  border-radius: 2rem;
  color: #FFFFFF;
  background-color: #E4627B;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li .text-block .point {
    font-size: 1.4rem;
    width: 15.2rem;
    height: 4rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li .text-block .title {
  color: #E4627B;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li .text-block .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 2rem;
  }
}

.l-p-relief .l-relief > .inner > .box ul li .text-block .m-text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .l-relief > .inner > .box ul li .text-block .m-text {
    margin-top: 3rem;
  }
}

.l-p-relief .m-summary {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-relief .m-summary {
    padding-bottom: 18rem;
  }
}

/* About */
.l-p-about .l-about > .inner > .box .article1 {
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-about > .inner > .box .article1 {
    padding-right: 6rem;
    padding-left: 6rem;
    padding-bottom: 10rem;
  }
}

.l-p-about .l-about > .inner > .box .article1 .theme {
  width: 17.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  border-radius: 2rem;
  border: 2px solid #35B1C5;
  color: #35B1C5;
  margin: auto;
}

.l-p-about .l-about > .inner > .box .article1 .headline {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-about > .inner > .box .article1 .headline {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .l-about > .inner > .box .article1 .lead {
    text-align: center;
  }
}

.l-p-about .l-about > .inner > .box .article1 .img {
  margin-top: 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-about > .inner > .box .article1 .img {
    margin-top: 10rem;
  }
}

.l-p-about .l-about > .inner > .box .article1 .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-about > .inner > .box .article1 .img:before {
    padding-top: 40rem;
  }
}

.l-p-about .l-about > .inner > .box .article1 .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-about > .inner > .box .article1 .img img {
    border-radius: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .l-about > .inner > .box .article2 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.l-p-about .l-value > .inner > .box ul.values {
  padding-bottom: 4rem;
  margin-top: 1rem;
  margin-left: -3rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-value > .inner > .box ul.values {
    margin-top: 3rem;
    padding: 0 6rem 9rem;
  }
}

.l-p-about .l-value > .inner > .box ul.values li {
  margin-top: 3rem;
  margin-left: 3rem;
  width: 100%;
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-value > .inner > .box ul.values li {
    width: 30rem;
  }
}

.l-p-about .l-value > .inner > .box ul.values li .value-box {
  height: 100%;
  border: 0.3rem solid #35B1C5;
  border-radius: 2rem;
  position: relative;
  padding: 16.5rem 2.7rem 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-value > .inner > .box ul.values li .value-box {
    border-width: .4rem;
    border-radius: 3rem;
    padding: 20.5rem 3.6rem 5rem;
  }
}

.l-p-about .l-value > .inner > .box ul.values li .value-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 8.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-value > .inner > .box ul.values li .value-box:before {
    height: 16.5rem;
    background-size: auto 11.5rem;
  }
}

.l-p-about .l-value > .inner > .box ul.values li .value-box.value01:before {
  background-image: url(./img/icon_about_value_01.svg);
}

.l-p-about .l-value > .inner > .box ul.values li .value-box.value02:before {
  background-image: url(./img/icon_about_value_02.svg);
}

.l-p-about .l-value > .inner > .box ul.values li .value-box.value03:before {
  background-image: url(./img/icon_about_value_03.svg);
}

.l-p-about .l-value > .inner > .box ul.values li .value-box.value04:before {
  background-image: url(./img/icon_about_value_04.svg);
}

.l-p-about .l-value > .inner > .box ul.values li .value-box.value05:before {
  background-image: url(./img/icon_about_value_05.svg);
}

.l-p-about .l-value > .inner > .box ul.values li .value-box .value {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 12.2rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: 700;
  background-color: #35B1C5;
  color: #FFFFFF;
}

.l-p-about .l-value > .inner > .box ul.values li .value-box .title {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
  color: #35B1C5;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-value > .inner > .box ul.values li .value-box .title {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

.l-p-about .l-value > .inner > .box ul.values li .value-box .m-text {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-value > .inner > .box ul.values li .value-box .m-text {
    margin-top: 2.3rem;
  }
}

.l-p-about .l-gallery {
  display: none !important;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .l-p-about .l-gallery {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .l-gallery {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .l-gallery {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-about .l-gallery > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .l-gallery > .inner {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-about .l-gallery > .inner ul {
  margin-top: 1.7rem;
  margin-left: -1.3rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-gallery > .inner ul {
    margin-top: 4rem;
    margin-left: -2rem;
  }
}

.l-p-about .l-gallery > .inner ul li {
  margin-top: 1.3rem;
  margin-left: 1.3rem;
  width: calc(50% - 1.3rem);
}

@media screen and (min-width: 768px) {
  .l-p-about .l-gallery > .inner ul li {
    margin-top: 2rem;
    margin-left: 2rem;
    width: 25.5rem;
  }
}

.l-p-about .l-gallery > .inner ul li .img {
  position: relative;
}

.l-p-about .l-gallery > .inner ul li .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67.08075%;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-gallery > .inner ul li .img:before {
    padding-top: 66.66667%;
  }
}

.l-p-about .l-gallery > .inner ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-gallery > .inner ul li .img img {
    border-radius: 2rem;
  }
}

/* Staff */
.l-p-staff .l-staff > .inner > .box .introduction {
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction {
    padding-bottom: 3rem;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction + .introduction {
  border-top: 0.2rem solid #35B1C5;
  padding-top: 5.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction + .introduction {
    padding-top: 12rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 {
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 {
    padding-bottom: 8rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .profile {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .profile {
    margin-top: 6rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .img-block {
    width: 44rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .img-block .img {
  position: relative;
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .img-block .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .img-block .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .img-block .img img {
    border-radius: 3rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .text-block {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .text-block {
    margin-top: 0;
    width: 46rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .text-block .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: .1em;
  color: #35B1C5;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .text-block .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .text-block .description {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .profile .text-block .description {
    margin-top: 3rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .career {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .career {
    margin-top: 2rem;
    margin-left: -4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 35rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list {
    width: 46rem;
    margin-top: 4rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list + .list {
    margin-top: 3rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list .headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: .1em;
  padding-bottom: 1.5rem;
  position: relative;
  border-bottom: 0.2rem solid #F7F7F7;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list .headline {
    font-size: 2rem;
    line-height: 3.2rem;
    padding-bottom: 1rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list .headline:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.2rem;
  left: 0;
  width: 4rem;
  border-bottom: 0.2rem solid #35B1C5;
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list ul {
  margin-top: 2rem;
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list ul li {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  padding: .6rem 1rem;
  border-radius: 1rem;
  background-color: #F7F7F7;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list ul li {
    font-size: 1.6rem;
    padding: .7rem 1rem;
  }
}

.l-p-staff .l-staff > .inner > .box .introduction .article1 .career .list ul li + li {
  margin-top: .5rem;
}

.l-p-staff .l-staff > .inner > .box .posts {
  display: none !important;
  border-top: 0.2rem solid #35B1C5;
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-staff > .inner > .box .posts {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
}

/* Voice */
.l-p-voice .l-voice > .inner > .box {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-voice > .inner > .box {
    padding-bottom: 12rem;
  }
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.noselected {
  width: 100%;
  height: 5.4rem;
  border-radius: 2.7rem;
  background-color: #35B1C5;
  display: flex;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.noselected + .posts {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-voice > .inner > .box .buttons-voice.noselected + .posts {
    margin-top: 10rem;
  }
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.noselected a {
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 2.7rem;
  border: 0.3rem solid #35B1C5;
  background-color: #35B1C5;
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.noselected a.active {
  background-color: #FFFFFF;
  color: #35B1C5;
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-voice > .inner > .box .buttons-voice.noselected a:hover {
    background-color: #FFFFFF;
    color: #35B1C5;
    opacity: 1;
  }
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected {
  width: 100%;
  height: 5.4rem;
  border-radius: 2.7rem;
  background-color: #35B1C5;
  display: flex;
  pointer-events: none;
  padding: .3rem;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected + .posts {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-voice > .inner > .box .buttons-voice.selected + .posts {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-voice > .inner > .box .buttons-voice.selected:hover a.left:before {
    left: 0;
  }
  .l-p-voice .l-voice > .inner > .box .buttons-voice.selected:hover a.right:before {
    left: 0;
  }
  .l-p-voice .l-voice > .inner > .box .buttons-voice.selected:hover a span {
    color: #35B1C5;
  }
  .l-p-voice .l-voice > .inner > .box .buttons-voice.selected:hover a.active span {
    color: #FFFFFF;
  }
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a {
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 2.7rem;
  position: relative;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a.left:before {
  left: 100%;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a.right:before {
  left: -100%;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.7rem;
  background-color: #FFFFFF;
  z-index: 1;
  transition: left .2s linear, right .2s linear;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a span {
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: 700;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: color .15s linear;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a.active:before {
  content: none;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a.active span {
  color: #35B1C5;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a:not(.active) span {
  pointer-events: auto;
}

.l-p-voice .l-voice > .inner > .box .buttons-voice.selected a:hover {
  opacity: 1;
}

.l-p-voice .l-voice > .inner > .box .posts ul.list li a .meta .category {
  border-color: #35B1C5;
  color: #35B1C5;
}

.l-p-voice .l-posts {
  margin-top: 5rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .l-p-voice .l-posts {
    width: 100%;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-posts {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-posts {
    margin-top: 10rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-voice .l-posts > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-posts > .inner {
    width: 96rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-voice .l-posts > .inner .button {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-p-voice .l-posts > .inner .button {
    margin-top: 4rem;
  }
}

/* Examination */
.l-p-examination .l-examination > .inner > .box {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box {
    padding-bottom: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .lead {
    text-align: center;
  }
}

.l-p-examination .l-examination > .inner > .box .lead + .headline {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .lead + .headline {
    margin-top: 12rem;
  }
}

.l-p-examination .l-examination > .inner > .box .nav {
  margin-top: 1rem;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .nav {
    margin-top: 0;
    padding: 0 6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .nav .nav-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .l-p-examination .l-examination > .inner > .box .nav .nav-wrapper .nav-block {
    width: 46rem;
  }
}

.l-p-examination .l-examination > .inner > .box .nav .nav-block {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .nav .nav-block {
    margin-top: 6rem;
  }
}

.l-p-examination .l-examination > .inner > .box .nav .nav-block .headline2 {
  font-size: 2rem;
  line-height: 2.9rem;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 1.5rem;
  color: #389E2F;
  border-bottom: 0.2rem dotted #389E2F;
  text-align: center;
}

.l-p-examination .l-examination > .inner > .box .nav .nav-block ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .nav .nav-block ul {
    margin-top: 2rem;
    margin-left: -4rem;
  }
}

.l-p-examination .l-examination > .inner > .box .nav .nav-block ul li {
  margin-top: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .nav .nav-block ul li {
    margin-top: 2rem;
    margin-left: 4rem;
    width: 46rem;
  }
}

.l-p-examination .l-examination > .inner > .box .nav .nav-block ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.8rem;
  background-color: #F1F1F1;
  border-radius: 2.9rem;
  color: #389E2F;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .nav .nav-block ul li a {
    height: 10rem;
    border-radius: 5.5rem;
    font-size: 2rem;
  }
  .l-p-examination .l-examination > .inner > .box .nav .nav-block ul li a:hover {
    opacity: 1;
    background-color: #389E2F;
    color: #FFFFFF;
    width: 47rem;
    height: 11rem;
    margin: -.5rem;
  }
}

.l-p-examination .l-examination > .inner > .box .img {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-examination > .inner > .box .img {
    margin-top: 10rem;
    padding: 0 6rem;
  }
}

.l-p-examination .l-examination > .inner > .box .img img {
  width: 100%;
  height: auto;
}

.l-p-examination .l-at-first > .inner > .box {
  padding-bottom: 3.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-at-first > .inner > .box {
    padding-bottom: 7.7rem;
  }
}

.l-p-examination .l-at-first > .inner > .box dl {
  margin-top: 1rem;
  padding: 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-at-first > .inner > .box dl {
    margin-top: 2rem;
    padding: 0 6rem 0;
  }
}

.l-p-examination .l-at-first > .inner > .box dl dt {
  display: block;
  width: 100%;
  padding-top: 2.7rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #389E2F;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-at-first > .inner > .box dl dt {
    width: 36.5rem;
    padding-top: 3.8rem;
    font-size: 2rem;
  }
}

.l-p-examination .l-at-first > .inner > .box dl dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 0.2rem dotted #389E2F;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-at-first > .inner > .box dl dt:before {
    width: 96rem;
  }
}

.l-p-examination .l-at-first > .inner > .box dl dt:first-of-type:before {
  border: none;
}

.l-p-examination .l-at-first > .inner > .box dl dd {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 2.7rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-at-first > .inner > .box dl dd {
    width: 59.5rem;
    margin-top: 0;
    padding-top: 3.8rem;
    padding-bottom: 4.3rem;
  }
}

.l-p-examination .l-at-first > .inner > .box dl dd > p + ul {
  margin-top: 1.1rem;
}

.l-p-examination .l-at-first > .inner > .box dl dd > ul > li {
  padding-left: 1.1rem;
  position: relative;
}

.l-p-examination .l-at-first > .inner > .box dl dd > ul > li + li {
  margin-top: 1.1rem;
}

.l-p-examination .l-at-first > .inner > .box dl dd > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background-color: #389E2F;
  width: .6rem;
  height: .6rem;
  border-radius: .3rem;
}

.l-p-examination .l-at-first > .inner > .box dl dd > ul > li > ul {
  margin-top: .6rem;
}

.l-p-examination .l-at-first > .inner > .box dl dd > ul > li > ul > li {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  padding-left: 1.8rem;
  font-weight: 400;
  position: relative;
}

.l-p-examination .l-at-first > .inner > .box dl dd > ul > li > ul > li:before {
  content: '○';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 100%;
}

.l-p-examination .l-qa {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-examination .l-qa {
    padding-bottom: 12rem;
  }
}

/* Pediatrics */
.l-p-pediatrics .l-pediatrics > .inner > .box {
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box {
    padding-bottom: 6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box ul.nav {
  margin-top: -3.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box ul.nav {
    margin-top: -2rem;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box ul.nav + .wrapper {
  padding-top: 5.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box ul.nav + .wrapper {
    padding-top: 10rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box ul.nav li {
  height: 5rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box ul.nav li {
    width: 34rem;
    height: 5.6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box ul.nav li a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 4.6rem;
  padding-top: .2rem;
  border-bottom: 0.2rem solid #389E2F;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box ul.nav li a {
    font-size: 1.8rem;
    line-height: 5rem;
    padding-top: .3rem;
    border-width: .3rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box ul.nav li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #389E2F;
  transform: translate(0, -40%);
}

.l-p-pediatrics .l-pediatrics > .inner > .box ul.nav li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: .5rem;
  height: .5rem;
  border-right: 0.2rem solid #FFFFFF;
  border-bottom: 0.2rem solid #FFFFFF;
  transform-origin: center;
  transform: translate(-50%, -40%) rotate(45deg);
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper {
  padding: 0 2rem 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper {
    padding: 0 6rem 6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper.small {
    padding: 0 20rem 6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper + .wrapper {
  border-top: 0.2rem solid #389E2F;
  padding-top: 5.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper + .wrapper {
    padding-top: 10rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper {
  margin-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper {
    margin-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0.2rem dotted #389E2F;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper:after {
    width: 96rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper .img-block {
    width: 25.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper .text-block {
    width: 64rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper .text-block .headline2 {
    margin-top: 0;
    text-align: left;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper .text-block .text {
  text-align: left;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper .text-block .button {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 1.6rem;
  color: #FFFFFF;
  letter-spacing: .1em;
  text-align: center;
  border: .3rem solid;
  background-color: #389E2F;
  border-color: #389E2F;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper .text-block .button {
    margin-top: 4rem;
    border-width: .4rem;
    width: 24.1rem;
  }
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .flex-wrapper .text-block .button:hover {
    background-color: #FFFFFF;
    color: #389E2F;
    opacity: 1;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline {
    margin-left: 0;
    margin-right: 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline2 {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #389E2F;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline2 {
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: center;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .text {
  margin-top: 2rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .text {
    margin: 4rem auto 0;
    text-align: center;
    width: 68rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .text + .headline {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .text + .headline {
    margin-top: 10rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .text + .text {
  margin-top: 2rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .text .subject {
  color: #389E2F;
  margin-right: 1rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline3 {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 3.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  color: #FFFFFF;
  background-color: #389E2F;
  border-radius: 1.9rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline3 {
    margin-top: 7rem;
    font-size: 1.8rem;
    line-height: 3.9rem;
    border-radius: 2rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline3:after {
  content: '';
  display: block;
  border-top: 0.9rem solid #389E2F;
  border-right: .5rem solid transparent;
  border-left: .5rem solid transparent;
  position: absolute;
  bottom: -.8rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline4 {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #389E2F;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline4 {
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding-bottom: 2rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .headline4:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0.2rem dotted #389E2F;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .img {
  margin: 4rem -2rem 0;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .img {
    margin: 10rem 0 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .img img {
  width: 100%;
  height: auto;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 {
  margin-top: 2.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 {
    margin-top: 5.6rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt {
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 3.2rem;
  font-weight: 700;
  color: #389E2F;
  padding-top: 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt {
    font-size: 2rem;
    padding-top: 4rem;
    width: 36.5rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt:before {
  content: '';
  display: block;
  border-top: 0.2rem dotted #389E2F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt:before {
    width: 96rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt:first-of-type {
  padding-top: 0;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt:first-of-type:before {
  content: none;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt .note {
  margin-top: .4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  color: #4E3B30;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dt .note {
    margin-top: .6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd {
  margin-top: 1.5rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 59.5rem;
  }
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd:first-of-type {
    padding-top: 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd ul li {
  padding-left: 1.1rem;
  position: relative;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd ul li + li {
  margin-top: 1.1rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background-color: #389E2F;
  width: .6rem;
  height: .6rem;
  border-radius: .3rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd ul li .title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type1 dd ul li p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: .4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type2 {
  margin-top: 2.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type2 {
    margin-top: 5.6rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type2 dt {
  padding-left: 1.1rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type2 dt {
    font-size: 2rem;
    width: 23rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type2 dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background-color: #389E2F;
  width: .6rem;
  height: .6rem;
  border-radius: .3rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type2 dd {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  padding-left: 1.1rem;
  padding-bottom: 2rem;
  margin-top: .4rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type2 dd {
    width: 73rem;
    padding-left: 0;
    padding-bottom: 2.6rem;
    margin-top: 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 dt {
  padding-top: 3rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: .1em;
  color: #389E2F;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 dt {
    width: 38rem;
    padding-top: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 dt:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.2rem dotted #389E2F;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 dt:before {
    width: 96rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 dt:first-of-type:before {
  content: none;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 dd {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type3 dd {
    width: 54rem;
    margin-left: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dt {
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  color: #389E2F;
  font-weight: 700;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dt {
    padding-top: 5rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd {
  margin-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd {
    margin-top: 3rem;
    padding-bottom: 4rem;
    display: flex;
    justify-content: space-between;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0.2rem dotted #389E2F;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd:after {
    width: 96rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .icon-block {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .icon-block {
    width: 25.4rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .icon-block:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .icon-block img {
  width: 16.8rem;
  height: 16.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .text-block {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .text-block {
    width: 54rem;
    margin-top: 0;
    width: 64rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .text-block ul li {
  padding-left: 1.1rem;
  position: relative;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .text-block ul li + li {
  margin-top: 1.1rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .text-block ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background-color: #389E2F;
  width: .6rem;
  height: .6rem;
  border-radius: .3rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .text-block ul li .title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type4 dd .text-block p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 500;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 {
    min-height: 33.4rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dt {
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  color: #389E2F;
  font-weight: 700;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dt {
    padding-top: 4rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd {
  margin-top: 2rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd {
    margin-top: 3rem;
    padding-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    padding-right: 32rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0.2rem dotted #389E2F;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd:after {
    width: 96rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd .text-block {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd .text-block {
    width: 64rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd .text-block p {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 500;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd .icon-block {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd .icon-block {
    width: 25.4rem;
    margin-top: 0;
    position: absolute;
    top: 4rem;
    right: 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd .icon-block:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper dl.type5 dd .icon-block img {
  width: 16.8rem;
  height: 16.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .schedule {
  overflow: scroll;
  margin: 4rem -6rem 0;
  height: 46.9rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .schedule {
    margin: 6rem 0 0;
    width: 100%;
    height: 69.8rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .schedule .wrapper {
  height: 100%;
  padding: 0 2.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .schedule .wrapper {
    padding: 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .schedule .wrapper img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .schedule .wrapper img {
    margin-right: 2.5rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .scroll {
  margin-left: -2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: .1em;
  font-weight: 700;
  padding-right: 8.2rem;
  background-image: url(./img/icon_scroll_right.svg);
  background-size: 7.2rem auto;
  background-position: right center;
  background-repeat: no-repeat;
  width: -moz-fit-content;
  width: fit-content;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule {
  margin-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule {
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table {
  width: 100%;
  display: block;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table thead {
  display: block;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table thead th, .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table thead td {
  line-height: 6rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tbody {
  display: block;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tbody th {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tbody th {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 1rem 0;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr {
  border-bottom: 0.1rem solid #E6E6E6;
  font-size: 1.4rem;
  line-height: 9.3rem;
  letter-spacing: .1em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr {
    font-size: 1.6rem;
    line-height: 8.3rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr th, .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td {
  width: calc((100% - 10rem) / 7);
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr th, .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td {
    width: 7rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr th:first-child, .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td:first-child {
  width: 10rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr th:first-child, .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td:first-child {
    width: 16.8rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr th:last-child, .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td:last-child {
    width: 8rem;
    padding-right: 2rem;
  }
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr th:last-child:before, .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td:last-child:before {
    padding-right: 2rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td {
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  position: relative;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #389E2F;
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td:before {
    font-size: 1.6rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td.open:before {
  content: '●';
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .c-schedule table tr td.closed:before {
  content: '休';
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee {
    margin-top: 3rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee table {
  border-top: 1px solid #F1F1F1;
  width: 100%;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee table thead tr {
  border-bottom: 1px solid #F1F1F1;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee table thead tr th {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: .05em;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  color: #389E2F;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee table tbody tr {
  border-bottom: 1px solid #F1F1F1;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee table tbody tr td {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: .05em;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee ul.caution {
  margin-top: 2rem;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee ul.caution li {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper .fee ul.caution li {
    text-align: center;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow {
    margin-top: 3rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li {
  position: relative;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li + li {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li + li {
    margin-top: 2rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li + li:before {
  content: '';
  display: block;
  position: absolute;
  top: -2.5rem;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 3rem;
  background-color: #F1F1F1;
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li .cloud-box {
  background-color: #F1F1F1;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li .cloud-box {
    border-radius: 10rem;
    padding: 3rem 4rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li .cloud-box .subject {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li .cloud-box .subject {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}

.l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li .cloud-box .text {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .l-p-pediatrics .l-pediatrics > .inner > .box > .wrapper ul.flow li .cloud-box .text {
    margin-top: 2rem;
  }
}

/* Recruit */
.l-p-recruit .m-background {
  background-color: #FFED00;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-recruit > .inner > .box {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-recruit > .inner > .box .lead {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-recruit > .inner > .box ul.features {
    margin-top: 2rem;
  }
}

.l-p-recruit .l-recruit > .inner > .box ul.features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem 22rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-recruit > .inner > .box ul.features li {
    align-items: flex-start;
    padding: 8rem 38rem 8rem 6rem;
    height: 41.4rem;
  }
}

.l-p-recruit .l-recruit > .inner > .box ul.features li:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.2rem dotted #FCA400;
}

.l-p-recruit .l-recruit > .inner > .box ul.features li:after {
  content: '';
  display: block;
  width: 100%;
  height: 22rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 15rem 15rem;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-recruit > .inner > .box ul.features li:after {
    width: 25.4rem;
    height: 25.4rem;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    background-size: contain;
  }
}

.l-p-recruit .l-recruit > .inner > .box ul.features li:first-of-type:before {
  content: none;
}

.l-p-recruit .l-recruit > .inner > .box ul.features li.feature01:after {
  background-image: url(./img/img_recruit_01.svg);
}

.l-p-recruit .l-recruit > .inner > .box ul.features li.feature02:after {
  background-image: url(./img/img_recruit_02.svg);
}

.l-p-recruit .l-recruit > .inner > .box ul.features li.feature03:after {
  background-image: url(./img/img_recruit_03.svg);
}

.l-p-recruit .l-recruit > .inner > .box ul.features li .feature {
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
  line-height: 3.7rem;
  width: 7.2rem;
  border-radius: 2rem;
  background-color: #FCA400;
  color: #FFFFFF;
}

.l-p-recruit .l-recruit > .inner > .box ul.features li .headline2 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #FCA400;
  text-align: center;
}

.l-p-recruit .l-recruit > .inner > .box ul.features li .text {
  margin-top: 2rem;
}

.l-p-recruit .l-posts {
  display: none !important;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-posts {
    padding-bottom: 12rem;
  }
}

.l-p-recruit .l-posts > .inner > .box {
  padding-top: 15.2rem;
  padding-bottom: 6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-posts > .inner > .box {
    padding-bottom: 12rem;
  }
}

.l-p-recruit .l-posts > .inner > .box:before {
  content: '';
  position: absolute;
  display: block;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 13.4rem;
  background-image: url(./img/img_recruit_04.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-posts > .inner > .box:before {
    top: -4.7rem;
    left: 20.9rem;
    width: 11.4rem;
    height: 21.1rem;
  }
}

.l-p-recruit .l-posts > .inner > .box .posts ul.list li a .meta .category {
  border-color: #35B1C5;
  color: #35B1C5;
}

.l-p-recruit .l-posts > .inner > .box .button {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-posts > .inner > .box .button {
    margin-top: 6rem;
  }
}

.l-p-recruit .l-requirements {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements {
    padding-bottom: 12rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box {
  padding-top: 16.6rem;
  padding-bottom: 6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box {
    padding-bottom: 12rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box:before {
  content: '';
  position: absolute;
  display: block;
  top: -1.1rem;
  right: 0;
  width: 100%;
  height: 14.7rem;
  background-image: url(./img/img_recruit_05.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box:before {
    top: -6.3rem;
    right: 15.1rem;
    width: 14.5rem;
    height: 22.7rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box dl {
  margin-top: .5rem;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box dl dt {
  padding-top: 1.3rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box dl dt {
    width: 22rem;
    padding-top: 2.8rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box dl dt:before {
  content: '';
  display: block;
  width: 100%;
  border-top: 0.2rem dotted #4E3B30;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box dl dt:before {
    width: 96rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box dl dt:first-of-type:before {
  content: none;
}

.l-p-recruit .l-requirements > .inner > .box dl dd {
  padding-top: .4rem;
  padding-bottom: 1.3rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box dl dd {
    width: 74rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box .button {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box .button {
    margin-top: 6rem;
  }
}

.l-p-recruit .l-requirements > .inner > .box .button a {
  width: 100%;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .l-p-recruit .l-requirements > .inner > .box .button a {
    width: auto;
    font-size: 1.6rem;
    padding: 0 4rem;
  }
  .l-p-recruit .l-requirements > .inner > .box .button a:hover {
    padding: 0 5rem;
  }
}

/* Information */
.l-p-information .l-information > .inner > .box {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-information > .inner > .box {
    padding-bottom: 12rem;
  }
}

.l-p-information .l-information > .inner > .box .headline {
  margin-top: -2rem;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-information > .inner > .box .headline {
    margin-top: 0;
  }
}

.l-p-information .l-information > .inner > .box .headline + .information {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-information > .inner > .box .headline + .information {
    margin-top: 4rem;
  }
}

.l-p-information .l-information > .inner > .box ul.information {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-information > .inner > .box ul.information {
    padding: 0 6rem;
  }
}

.l-p-information .l-information > .inner > .box ul.information li {
  border-bottom: 0.2rem dotted #E6E6E6;
}

.l-p-information .l-information > .inner > .box ul.information li a {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-information > .inner > .box ul.information li a {
    flex-direction: row;
    padding: 2rem 0 3rem;
  }
}

.l-p-information .l-information > .inner > .box ul.information li a .meta {
  display: flex;
  align-items: center;
}

.l-p-information .l-information > .inner > .box ul.information li a .meta .date {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 9.2rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.l-p-information .l-information > .inner > .box ul.information li a .meta .category {
  display: block;
  font-size: 1.2rem;
  line-height: 2.9rem;
  letter-spacing: .05em;
  padding: 0 1rem;
  background-color: #4E3B30;
  color: #FFFFFF;
  border-radius: 1.5rem;
  white-space: nowrap;
}

.l-p-information .l-information > .inner > .box ul.information li a .title {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  flex: 1;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: .05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 4.2rem;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-information > .inner > .box ul.information li a .title {
    margin-top: 0;
    margin-left: 2rem;
    -webkit-line-clamp: 1;
    max-height: 2.1rem;
  }
}

.l-p-information .l-sidebar {
  margin-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .l-p-information .l-sidebar {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-information .l-sidebar {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-information .l-sidebar {
    margin-top: 8rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-information .l-sidebar > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-information .l-sidebar > .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-information .l-sidebar > .inner > .wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.l-p-information .l-sidebar > .inner > .wrapper > .box {
  background-color: #FFFFFF;
  padding: 4rem;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-sidebar > .inner > .wrapper > .box {
    width: 58rem;
    padding: 4rem;
    border-radius: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-information .l-sidebar > .inner > .wrapper > .box + .box {
    margin-top: 2rem;
  }
}

.l-p-information .l-sidebar > .inner > .wrapper > .box .title {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-sidebar > .inner > .wrapper > .box .title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.l-p-information .l-sidebar > .inner > .wrapper > .box .title:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.2rem solid #E6E6E6;
}

.l-p-information .l-sidebar > .inner > .wrapper > .box .title:after {
  content: '';
  display: block;
  width: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.2rem solid #4E3B30;
}

.l-p-information .l-sidebar > .inner > .wrapper > .box ul {
  margin-top: 2rem;
}

.l-p-information .l-sidebar > .inner > .wrapper > .box ul li + li {
  margin-top: .5rem;
}

.l-p-information .l-sidebar > .inner > .wrapper > .box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 4.1rem;
  letter-spacing: .05em;
  padding: 0 1rem;
  border-radius: 1rem;
  background-color: #F7F7F7;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-sidebar > .inner > .wrapper > .box ul li a {
    font-size: 1.6rem;
    line-height: 4.4rem;
  }
}

.l-p-information .l-button {
  margin-top: -2rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .l-p-information .l-button {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-information .l-button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-information .l-button {
    margin-top: -4rem;
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-information .l-button > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-information .l-button > .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.l-p-information .l-button > .inner .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-size: 1.5rem;
  letter-spacing: .1em;
  font-weight: 700;
  border-radius: 6rem;
  background-color: #4E3B30;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-p-information .l-button > .inner .button a {
    height: 12rem;
    font-size: 1.8rem;
    border: 0.4rem solid #4E3B30;
  }
  .l-p-information .l-button > .inner .button a:hover {
    background-color: #FFFFFF;
    color: #4E3B30;
    opacity: 1;
  }
}

/* Article */
.l-p-article {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .l-p-article {
    margin-top: 7rem;
  }
}

.l-p-article .l-sidebar-wrapper {
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .l-p-article .l-sidebar-wrapper {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-article .l-sidebar-wrapper > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content {
    width: 92rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article {
  padding: 3rem 2rem 0;
}

@media screen and (max-width: 767px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article {
    padding: 0;
    border-radius: .5rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .headline {
  padding-bottom: 1.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .headline {
    padding-bottom: 2rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .headline .title {
  font-size: 2.1rem;
  letter-spacing: .1em;
  line-height: 1.4;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .headline .title b {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: .1em;
  margin-right: .5rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article {
  margin: -2rem -1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li {
  width: 100%;
  padding: 2rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li {
    width: calc(100% / 3);
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a {
  display: block;
  height: 100%;
  border-radius: .5rem;
  overflow: hidden;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a:hover {
  opacity: 1;
  filter: brightness(0.9);
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .image-block {
  position: relative;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .image-block:before {
  content: '';
  display: block;
  padding-top: 60%;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .image-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .text-block {
  width: 100%;
  padding: 1rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .text-block .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .text-block .meta .category {
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0 .6rem;
  border-radius: .3rem;
  letter-spacing: .1em;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .text-block .title {
  margin-top: .5rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .text-block .date {
  margin-top: .5rem;
  font-size: 1.4rem;
  text-align: right;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article ul.article li a .excerpt {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav {
    padding-top: 3.2rem;
    padding-bottom: 15.4rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers {
  min-width: 2.5rem;
  height: 3rem;
  border-radius: .3rem;
  display: block;
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 1.8rem .2rem 0;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.current {
  font-weight: normal;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.prev, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.next {
  width: 3rem;
  border-radius: .3rem;
  position: relative;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.prev:before, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.next:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.prev {
  margin-right: 1rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.prev:before {
  transform: translate(-25%, -50%) rotate(45deg);
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.next {
  margin-left: 1rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article .page-nav .page-numbers.next:before {
  transform: translate(-75%, -50%) rotate(-135deg);
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail {
  padding: 3rem 2rem 3rem;
}

@media screen and (max-width: 767px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail {
    padding: 3rem 3rem 6rem;
    border-radius: 1.5rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .meta .category {
  font-size: 1.2rem;
  line-height: 2rem;
  height: 2rem;
  padding: 0 .6rem;
  border-radius: .3rem;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .meta .category {
    font-size: 1.5rem;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 .8rem;
    border-radius: .4rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .meta .headline {
  padding-top: 1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .meta .headline {
    padding-top: 1.5rem;
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .meta .date {
  width: 100%;
  margin-top: .8rem;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .meta .date {
    font-size: 1.5rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .image {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .image {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .image img {
  width: 100%;
  height: auto;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text {
    padding-bottom: 4rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text > *:first-child {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text > *:first-child {
    margin-top: 4rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h2 {
  margin-top: 8rem;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .15em;
  font-weight: bold;
  margin-left: -2rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 0 .6rem .6rem 0;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h2 {
    margin-left: -4rem;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-radius: 0 .8rem .8rem 0;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h2 + p, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h2 + ul {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h2 + p, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h2 + ul {
    margin-top: 4rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h3 {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: .15em;
  font-weight: bold;
  padding-left: 1.6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h3 {
    margin-top: 4rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h3:before {
  content: '';
  display: block;
  width: .8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .4rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h4 {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: .15em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text h4 {
    margin-top: 3rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text p, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text ul, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text img {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text p, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text ul, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text img {
    margin-top: 2rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.2;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text li + li {
  margin-top: .5rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 4.8rem 3.8rem 1.8rem;
  position: relative;
  border-radius: .5rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote:before, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote:after {
  position: absolute;
  font-size: 6.2rem;
  top: 1.2rem;
  line-height: 1;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote:before {
  content: '“';
  left: 1.2rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote:after {
  content: '”';
  right: 1.2rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote p {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text blockquote cite {
  display: block;
  margin-top: 1rem;
  margin-right: -1.6rem;
  text-align: right;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text a {
  margin: 0 .3rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text a:hover {
  text-decoration: underline;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text b, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text strong {
  font-weight: bold;
  padding: 0 .3rem;
  margin: 0 .5rem;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table {
  border-radius: .8rem;
  overflow: hidden;
  margin-left: -.4rem;
  margin-right: -.4rem;
  width: calc(100% + .8rem);
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table {
    margin-top: 2rem;
  }
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table thead + tbody {
  border-top: 3px solid #000;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table tbody + tfoot {
  border-top: 3px solid #000;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table tbody + tfoot tr td {
  font-weight: bold;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table tr th, .l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table tr td {
  padding: .5rem 1rem;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.l-p-article .l-sidebar-wrapper > .inner .main-content .l-article-detail .content .text table tr th {
  font-weight: bold;
}

.l-p-article .l-sidebar-wrapper > .inner .sidebar {
  margin-top: 5.2rem;
}

@media screen and (min-width: 768px) {
  .l-p-article .l-sidebar-wrapper > .inner .sidebar {
    margin-top: 0;
    width: 26rem;
  }
}

/* Contact */
.l-p-contact {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact {
    padding-bottom: 12rem;
  }
}

.l-p-contact .l-contact > .inner > .box {
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box {
    padding-bottom: 12rem;
  }
}

.l-p-contact .l-contact > .inner > .box ul.contact-list {
  margin-top: 3rem;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box ul.contact-list {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    padding: 0 6rem;
  }
}

.l-p-contact .l-contact > .inner > .box ul.contact-list + .headline {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box ul.contact-list + .headline {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box ul.contact-list li {
    width: 47rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-contact .l-contact > .inner > .box ul.contact-list li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box ul.contact-list li + li {
    margin-left: 2rem;
  }
}

.l-p-contact .l-contact > .inner > .box ul.contact-list li a {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  padding: 1.6rem;
  border: 0.2rem solid #4E3B30;
  border-radius: 5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box ul.contact-list li a {
    font-size: 1.8rem;
    height: 6.2rem;
  }
}

.l-p-contact .l-contact > .inner > .box dl {
  margin-top: 1rem;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box dl {
    margin-top: 1rem;
    padding: 0 6rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.l-p-contact .l-contact > .inner > .box dl dt {
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: .1em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box dl dt {
    padding-top: 5rem;
    width: 18.2rem;
  }
}

.l-p-contact .l-contact > .inner > .box dl dd {
  padding-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box dl dd {
    padding-top: 5rem;
    width: 77.8rem;
  }
}

.l-p-contact .l-contact > .inner > .box dl dd input[type="text"], .l-p-contact .l-contact > .inner > .box dl dd input[type="email"], .l-p-contact .l-contact > .inner > .box dl dd textarea {
  display: block;
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 1.3rem 2rem;
  color: #4E3B30;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box dl dd input[type="text"], .l-p-contact .l-contact > .inner > .box dl dd input[type="email"], .l-p-contact .l-contact > .inner > .box dl dd textarea {
    margin-top: -2rem;
    font-size: 1.6rem;
    padding: 2rem 2rem;
  }
}

.l-p-contact .l-contact > .inner > .box .buttons {
  margin-top: 1.6rem;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box .buttons {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
  }
}

.l-p-contact .l-contact > .inner > .box .buttons a, .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5rem;
  background-color: #4E3B30;
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: 700;
  height: 6.4rem;
}

.l-p-contact .l-contact > .inner > .box .buttons a.back, .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"].back {
  background-color: #9F9F9F;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box .buttons a.back:hover, .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"].back:hover {
    background-color: #F1F1F1;
  }
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box .buttons a, .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"] {
    font-size: 1.6rem;
    width: 23rem;
  }
  .l-p-contact .l-contact > .inner > .box .buttons a:hover, .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"]:hover {
    width: 25rem;
    height: 8.4rem;
    margin: -1rem;
    background-color: #FFED00;
    color: #4E3B30;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-p-contact .l-contact > .inner > .box .buttons a + input[type="submit"], .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"] + input[type="submit"] {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box .buttons a + input[type="submit"], .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"] + input[type="submit"] {
    margin-left: 2rem;
  }
  .l-p-contact .l-contact > .inner > .box .buttons a + input[type="submit"]:hover, .l-p-contact .l-contact > .inner > .box .buttons input[type="submit"] + input[type="submit"]:hover {
    margin-left: 1rem;
  }
}

.l-p-contact .l-contact > .inner > .box .complete {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-contact > .inner > .box .complete {
    margin-top: 4rem;
    text-align: center;
  }
}
