@charset "UTF-8";
/*
  Theme Name: OTOFUKE OTANI KINDERGARTEN
  Description: Theme of Otofuke otani kindergarten
  Version: 1.0 */
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap);
/* ----------------
 * 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%;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ol, ul {
  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;
}

a, a:visited, button, input[type=button], input[type=submit] {
  color: #2E3942;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.2s linear;
}

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

:focus {
  color: #2E3942;
  outline: none;
}

@media screen and (min-width: 1201px) {
  [href^="tel:"] {
    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: 1200px) {
  .pc, .sp {
    display: none !important;
  }
}

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

.youtube {
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .youtube {
    width: 60%;
    margin: 0 auto;
  }
}

.youtube_inner {
  position: relative;
  padding-bottom: calc(315 / 560 * 100%);
}

.youtube_iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

html {
  position: relative;
}

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

body {
  min-width: 37.5rem;
}

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

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

/* ----------------
 * Component
 * ---------------- */
.m-button {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 1.2rem 2rem;
  line-height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s linear;
  min-height: 5rem;
  cursor: pointer;
  text-align: center;
  border-radius: 2.5rem;
}

@media screen and (min-width: 768px) {
  .m-button {
    min-height: 6rem;
    border-radius: 3rem;
  }
}

.m-button.arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background-image: url(./img/arrow_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.m-button.ancor:after {
  content: '';
  display: block;
  position: absolute;
  height: .5rem;
  width: .5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  right: 1.5rem;
  bottom: .4rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .m-button.ancor:after {
    border-width: 3px;
    height: 1rem;
    width: 1rem;
    right: 2.4rem;
    bottom: .6rem;
  }
}

.m-button.slim {
  height: 3.8rem;
  min-height: 3.8rem;
}

@media screen and (min-width: 768px) {
  .m-button.slim {
    height: 5.6rem;
  }
}

.m-button.orange {
  background-color: #EA7317;
  color: #FFFFFF;
}

.m-button.green {
  background-color: #73BFB8;
  color: #FFFFFF;
}

.m-button.blue {
  background-color: #2364AA;
  color: #FFFFFF;
}

@media screen and (min-width: 1201px) {
  .m-button.h-yellow:hover {
    background-color: #FEC601;
  }
}

.m-button.header {
  height: 6rem;
  border-radius: 3rem;
}

@media screen and (min-width: 768px) {
  .m-button.header {
    height: 7rem;
    width: 13.2rem;
    border-radius: 3.5rem;
  }
}

.m-title img {
  width: 100%;
  height: auto;
}

.m-headline {
  position: relative;
  padding-bottom: 2.1rem;
}

@media screen and (min-width: 768px) {
  .m-headline.pcleft:after {
    right: auto;
  }
  .m-headline.pcleft .title {
    text-align: left;
  }
}

.m-headline:after {
  content: '';
  display: block;
  position: absolute;
  width: 3.6rem;
  border-bottom: 0.4rem solid #83B9DF;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-headline .title {
  text-align: center;
  color: #2E3942;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: .2em;
}

.m-voice {
  background-color: rgba(115, 191, 184, 0.2);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

@media screen and (min-width: 768px) {
  .m-voice {
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }
}

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

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

.m-voice .inner .m-headline {
  padding-top: 7.8rem;
  background-image: url(./img/icon_voice.svg);
  background-size: auto 5.3rem;
  background-position: top center;
  background-repeat: no-repeat;
}

.m-voice .inner .m-headline::after {
  border-color: #73BFB8;
}

.m-voice .inner ul.voices {
  margin-top: 3.8rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-voice .inner ul.voices {
    margin-top: 6.5rem;
    margin-left: -1rem;
    display: flex;
    justify-content: center;
  }
}

.m-voice .inner ul.voices li {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .m-voice .inner ul.voices li {
    margin-top: 0;
    margin-left: 1rem;
    width: 36.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.m-voice .inner ul.voices li .content .speaker {
  display: flex;
  align-items: center;
}

.m-voice .inner ul.voices li .content .speaker .pic img {
  width: 6rem;
  height: 6rem;
}

.m-voice .inner ul.voices li .content .speaker .name {
  margin-left: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: .1em;
  font-weight: 500;
}

.m-voice .inner ul.voices li .content .subject {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: .12em;
  line-height: 2.2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .m-voice .inner ul.voices li .content .subject {
    height: 4.4rem;
  }
}

.m-voice .inner ul.voices li .content p.text {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: justify;
}

.m-voice .inner ul.voices li a.m-button {
  margin-top: 2rem;
}

@media screen and (min-width: 1201px) {
  .m-voice .inner ul.voices li a.m-button:hover {
    background-color: #83B9DF;
  }
}

.slick-prev, .slick-next {
  width: 3.4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-prev {
  background-image: url(./img/slider-arrow-prev.png);
  left: -1.75rem;
}

.slick-prev:hover, .slick-prev:focus {
  background-image: url(./img/slider-arrow-prev.png);
}

.slick-next {
  background-image: url(./img/slider-arrow-next.png);
  right: -1.75rem;
}

.slick-next:hover, .slick-next:focus {
  background-image: url(./img/slider-arrow-next.png);
}

/* ----------------
 * Header
 * ---------------- */
.l-header {
  height: 8rem;
  z-index: 3000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}

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

.l-header.top {
  background-color: transparent;
}

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

.l-header.scrolled {
  box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.1);
  transition: .7s;
  background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .l-header.scrolled .title-header > .inner .logo {
    width: 18.5rem;
    height: 4.1rem;
  }
  .l-header.scrolled .title-header > .inner .nav .optional-menu .contact .m-button {
    height: 3.2rem;
    min-height: 3.2rem;
    border-radius: 10rem;
    padding: 0 0;
  }
}

.l-header[data-opened=true] .title-header {
  background-color: #FFFFFF;
}

.l-header[data-opened=true] .title-header > .inner .menus .tel {
  display: none;
}

.l-header[data-opened=true] .title-header > .inner .menus .spmenu a.open {
  display: none;
}

.l-header[data-opened=true] .title-header > .inner .menus .spmenu a.close {
  display: block;
}

.l-header .title-header {
  width: 100%;
  height: 100%;
  padding: 1.3rem 1.7rem 0;
}

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

.l-header .title-header > .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .inner {
    align-items: center;
  }
}

.l-header .title-header > .inner .logo {
  width: 24.4rem;
  height: 5.4rem;
}

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

.l-header .title-header > .inner .logo a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  height: 100%;
  background-image: url(./img/logo_sp.png);
  background-size: 100% 100%;
}

@media screen and (min-width: 1201px) {
  .l-header .title-header > .inner .logo a {
    background-image: url(./img/logo_pc.png);
  }
}

.l-header .title-header > .inner .logo a:hover, .l-header .title-header > .inner .logo a:active {
  opacity: 1;
}

.l-header .title-header > .inner .menus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-header .title-header > .inner .menus .tel {
  width: 3.3rem;
  height: 3.3rem;
}

.l-header .title-header > .inner .menus .tel a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/tel_sp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.l-header .title-header > .inner .menus .spmenu {
  margin-left: 1.4rem;
  width: 2.4rem;
  height: 3.3rem;
}

.l-header .title-header > .inner .menus .spmenu a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 1.8rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.l-header .title-header > .inner .menus .spmenu a.open {
  background-image: url(./img/icon_menu_sp.png);
}

.l-header .title-header > .inner .menus .spmenu a.close {
  background-image: url(./img/close_sp.png);
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header .title-header > .inner .nav {
    background-color: #FFFFFF;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    color: #2E3942;
    top: 8rem;
    right: 0;
  }
  .l-header .title-header > .inner .nav .scroll-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header .title-header > .inner .nav .scroll-content .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main {
    border-top: 0.1rem solid #83B9DF;
  }
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li a {
    height: 6rem;
    border-bottom: 0.1rem solid #83B9DF;
    display: block;
    padding: 0 4rem;
    line-height: 6rem;
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2E3942;
  }
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li a:after {
    content: '';
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 2.5rem;
    bottom: 0;
    margin: auto;
    z-index: 10;
    background-image: url(./img/menu_arrow_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .l-header .title-header > .inner .nav .optional-menu {
    padding: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .inner .nav {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main {
    bottom: 0rem;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li {
    position: relative;
    height: 100%;
  }
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li + li {
    margin-left: 3rem;
  }
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li > a {
    display: block;
    color: #2E3942;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) and (min-width: 1201px) {
  .l-header .title-header > .inner .nav .scroll-content .content ul.menu.main > li > a:hover {
    color: #83B9DF;
  }
}

@media screen and (min-width: 768px) {
  .l-header .title-header > .inner .nav .optional-menu {
    margin-left: 3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .l-header .title-header > .inner .nav .optional-menu .tel {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 11.4rem;
    height: 2rem;
    background-image: url(./img/tel_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .l-header .title-header > .inner .nav .optional-menu .tel a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header .title-header > .inner .nav .optional-menu .contact {
    margin-left: 2.2rem;
  }
  .l-header .title-header > .inner .nav .optional-menu .contact .m-button {
    height: 3.8rem;
    min-height: 3.8rem;
    border-radius: 10rem;
    padding: 0 0;
  }
}

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

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

@media screen and (min-width: 768px) {
  .l-footer .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.l-footer .footer-main .signature {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer .footer-main .signature {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.l-footer .footer-main .signature img {
  margin: auto;
  width: 27.8rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-footer .footer-main .nav {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    color: #2E3942;
  }
  .l-footer .footer-main .nav .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .l-footer .footer-main .nav .content ul.menu.main {
    border-top: 0.1rem solid #83B9DF;
  }
  .l-footer .footer-main .nav .content ul.menu.main > li a {
    height: 6rem;
    border-bottom: 0.1rem solid #83B9DF;
    display: block;
    padding: 0 4rem;
    line-height: 6rem;
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2E3942;
  }
  .l-footer .footer-main .nav .content ul.menu.main > li a:after {
    content: '';
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 2.5rem;
    bottom: 0;
    margin: auto;
    z-index: 10;
    background-image: url(./img/menu_arrow_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .l-footer .footer-main .nav .optional-menu {
    margin-top: 4rem;
  }
  .l-footer .footer-main .nav .optional-menu ul {
    padding: 0 2rem;
    text-align: center;
  }
  .l-footer .footer-main .nav .optional-menu ul li {
    display: inline-block;
    white-space: nowrap;
    color: #2E3942;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: .08em;
  }
  .l-footer .footer-main .nav .optional-menu ul li:after {
    content: ' / ';
  }
  .l-footer .footer-main .nav .optional-menu ul li:last-child:after {
    content: none;
  }
  .l-footer .footer-main .nav .optional-menu ul li a {
    color: #2E3942;
  }
  .l-footer .footer-main .nav .links {
    margin-top: 2rem;
  }
  .l-footer .footer-main .nav .links ul {
    padding: 0 2rem;
    text-align: center;
  }
  .l-footer .footer-main .nav .links ul li {
    display: inline-block;
    white-space: nowrap;
    color: #2E3942;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: .08em;
  }
  .l-footer .footer-main .nav .links ul li:after {
    content: ' / ';
  }
  .l-footer .footer-main .nav .links ul li:last-child:after {
    content: none;
  }
  .l-footer .footer-main .nav .links ul li a {
    color: #2E3942;
  }
  .l-footer .footer-main .nav .copy {
    font-family: "Jost", sans-serif;
    margin-top: 3.5rem;
    text-align: center;
    color: #83B9DF;
    font-size: 1.3rem;
    letter-spacing: .05em;
    padding-bottom: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .footer-main .nav {
    color: #2E3942;
  }
  .l-footer .footer-main .nav .content {
    overflow: hidden;
  }
  .l-footer .footer-main .nav .content ul.menu.main {
    display: flex;
    justify-content: flex-end;
  }
  .l-footer .footer-main .nav .content ul.menu.main > li {
    padding: 0 2rem;
  }
  .l-footer .footer-main .nav .content ul.menu.main > li + li {
    border-left: 0.2rem solid #83B9DF;
  }
  .l-footer .footer-main .nav .content ul.menu.main > li:first-child {
    padding-left: 0;
  }
  .l-footer .footer-main .nav .content ul.menu.main > li:last-child {
    padding-right: 0;
  }
  .l-footer .footer-main .nav .content ul.menu.main > li a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #2E3942;
    line-height: 2.2rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 1201px) {
  .l-footer .footer-main .nav .content ul.menu.main > li a:hover {
    color: #83B9DF;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .footer-main .nav .optional-menu {
    margin-top: 3.7rem;
  }
  .l-footer .footer-main .nav .optional-menu ul {
    text-align: right;
  }
  .l-footer .footer-main .nav .optional-menu ul li {
    display: inline-block;
    white-space: nowrap;
    color: #2E3942;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .l-footer .footer-main .nav .optional-menu ul li:after {
    content: ' / ';
  }
  .l-footer .footer-main .nav .optional-menu ul li:last-child:after {
    content: none;
  }
  .l-footer .footer-main .nav .optional-menu ul li a {
    color: #2E3942;
  }
}

@media screen and (min-width: 768px) and (min-width: 1201px) {
  .l-footer .footer-main .nav .optional-menu ul li a:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .footer-main .nav .links {
    margin-top: 3rem;
  }
  .l-footer .footer-main .nav .links ul {
    text-align: right;
  }
  .l-footer .footer-main .nav .links ul li {
    display: inline-block;
    white-space: nowrap;
    color: #2E3942;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .l-footer .footer-main .nav .links ul li:after {
    content: ' / ';
  }
  .l-footer .footer-main .nav .links ul li:last-child:after {
    content: none;
  }
  .l-footer .footer-main .nav .links ul li a {
    color: #2E3942;
  }
}

@media screen and (min-width: 768px) and (min-width: 1201px) {
  .l-footer .footer-main .nav .links ul li a:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .footer-main .nav .copy {
    font-family: "Jost", sans-serif;
    margin-top: 3.5rem;
    text-align: right;
    color: #83B9DF;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
}

/* Top */
.l-p-top .l-main-visual {
  background-image: url(./img/main_visual_sp.png);
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-main-visual {
    background-image: url(./img/main_visual_pc.jpg);
  }
}

.l-p-top .l-main-visual:before {
  content: '';
  display: block;
  padding-top: 175.2%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-main-visual:before {
    padding-top: 54.90483%;
  }
}

.l-p-top .l-thinking {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-top .l-thinking {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }
}

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

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

.l-p-top .l-thinking > .inner .image {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-thinking > .inner .image {
    max-width: 50%;
    width: 64.9rem;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.l-p-top .l-thinking > .inner .image.right {
  margin-right: -4rem;
}

.l-p-top .l-thinking > .inner .image img {
  width: 100%;
  height: auto;
}

.l-p-top .l-thinking > .inner .content {
  position: relative;
}

.l-p-top .l-thinking > .inner .content .headline {
  margin-top: 5.2rem;
}

.l-p-top .l-thinking > .inner .content .headline img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-thinking > .inner .content .headline img {
    width: 47.7rem;
    height: auto;
    max-width: 50%;
  }
}

.l-p-top .l-thinking > .inner .content .text {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-thinking > .inner .content .text {
    width: 53.8rem;
    max-width: 50%;
  }
}

.l-p-top .l-thinking > .inner .content .text p {
  color: #2E3942;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: .06em;
}

.l-p-top .l-thinking > .inner .content .text p + p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-thinking > .inner .content .link-buttons {
    position: absolute;
    width: 38.3rem;
    bottom: 0;
    right: 0;
  }
}

.l-p-top .l-thinking > .inner .content .link-buttons .links {
  margin-top: 4rem;
}

.l-p-top .l-thinking > .inner .content .link-buttons .links ul li a {
  color: #2364AA;
  fott-size: 1.4rem;
  padding-right: 3.1rem;
  position: relative;
}

.l-p-top .l-thinking > .inner .content .link-buttons .links ul li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 0;
  right: 0;
  background-image: url(./img/arrow_blue.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.l-p-top .l-thinking > .inner .content .link-buttons .links ul li + li {
  margin-top: 1.8rem;
}

.l-p-top .l-thinking > .inner .content .link-buttons .buttons {
  margin-top: 3.3rem;
}

.l-p-top .l-thinking > .inner .content .link-buttons .buttons ul li + li {
  margin-top: 2.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-thinking > .inner .content .link-buttons .buttons ul li a {
    width: 34.4rem;
    margin-left: 0;
    height: 5rem;
    min-height: 5rem;
    border-radius: 2.5rem;
  }
}

@media screen and (min-width: 1201px) {
  .l-p-top .l-thinking > .inner .content .link-buttons .buttons ul li a:hover {
    width: 100%;
  }
}

.l-p-top .l-navigation {
  background-image: url(./img/navigation_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 26rem;
  padding-bottom: 5rem;
  margin-top: 10rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation {
    background-image: url(./img/navigation_pc.png);
    background-size: calc(100% - (100% - 108rem) / 2) auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 31.3rem;
    padding-bottom: 13rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul {
    display: flex;
    justify-content: space-between;
    width: 118rem;
    margin-top: -6rem;
    margin-left: -5rem;
    flex-wrap: wrap;
  }
}

.l-p-top .l-navigation > .inner ul li {
  position: relative;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li {
    width: 56rem;
    margin-top: 4.4rem;
  }
}

.l-p-top .l-navigation > .inner ul li:before {
  content: '';
  display: block;
  padding-top: 119.68254%;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li:before {
    padding-top: 66.85185%;
    padding-top: 68.03571%;
  }
}

.l-p-top .l-navigation > .inner ul li a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-p-top .l-navigation > .inner ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .2s linear;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li a:after {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li a:before, .l-p-top .l-navigation > .inner ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 54rem 36.1rem;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .2s linear;
  }
}

@media screen and (min-width: 1201px) {
  .l-p-top .l-navigation > .inner ul li a:hover:after {
    opacity: 1;
  }
}

.l-p-top .l-navigation > .inner ul li a.feature:after {
  background-image: url(./img/banner_feature_sp.png);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li a.feature:after {
    background-image: url(./img/banner_feature_pc_hover.png);
  }
  .l-p-top .l-navigation > .inner ul li a.feature:before {
    background-image: url(./img/banner_feature_pc.png);
  }
}

.l-p-top .l-navigation > .inner ul li a.about:after {
  background-image: url(./img/banner_about_sp.png);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li a.about:after {
    background-image: url(./img/banner_about_pc_hover.png);
  }
  .l-p-top .l-navigation > .inner ul li a.about:before {
    background-image: url(./img/banner_about_pc.png);
  }
}

.l-p-top .l-navigation > .inner ul li a.food:after {
  background-image: url(./img/banner_food_sp.png);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li a.food:after {
    background-image: url(./img/banner_food_pc_hover.png);
  }
  .l-p-top .l-navigation > .inner ul li a.food:before {
    background-image: url(./img/banner_food_pc.png);
  }
}

.l-p-top .l-navigation > .inner ul li a.staff:after {
  background-image: url(./img/banner_staff_sp.png);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li a.staff:after {
    background-image: url(./img/banner_staff_pc_hover.png);
  }
  .l-p-top .l-navigation > .inner ul li a.staff:before {
    background-image: url(./img/banner_staff_pc.png);
  }
}

.l-p-top .l-navigation > .inner ul li a.challenge:after {
  background-image: url(./img/banner_challenge_sp.png);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-navigation > .inner ul li a.challenge:after {
    background-image: url(./img/banner_challenge_pc_hover.png);
  }
  .l-p-top .l-navigation > .inner ul li a.challenge:before {
    background-image: url(./img/banner_challenge_pc.png);
  }
}

@media screen and (min-width: 768px) {
  .l-p-top .l-banners > .inner ul {
    display: flex;
  }
}

.l-p-top .l-banners > .inner ul li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-banners > .inner ul li {
    width: 50%;
  }
}

.l-p-top .l-banners > .inner ul li:before {
  content: '';
  display: block;
  padding-top: 101.6%;
}

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

.l-p-top .l-banners > .inner ul li a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .l-p-top .l-banners > .inner ul li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .2s;
  }
}

@media screen and (min-width: 1201px) {
  .l-p-top .l-banners > .inner ul li a:hover:before {
    opacity: 0;
  }
}

.l-p-top .l-banners > .inner ul li a.blog {
  background-image: url(./img/banner_information_sp.png);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-banners > .inner ul li a.blog {
    background-image: url(./img/banner_information_pc_hover.png);
  }
  .l-p-top .l-banners > .inner ul li a.blog:before {
    background-image: url(./img/banner_information_pc.png);
  }
}

.l-p-top .l-banners > .inner ul li a.contact {
  background-image: url(./img/banner_contact_sp.png);
}

@media screen and (min-width: 768px) {
  .l-p-top .l-banners > .inner ul li a.contact {
    background-image: url(./img/banner_contact_pc_hover.png);
  }
  .l-p-top .l-banners > .inner ul li a.contact:before {
    background-image: url(./img/banner_contact_pc.png);
  }
}

/* Feature */
.l-p-feature .l-lead {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .l-p-feature .l-lead > .inner .headline {
    width: 61.8rem;
    margin: auto;
  }
}

.l-p-feature .l-lead > .inner .headline img {
  width: 100%;
  height: auto;
}

.l-p-feature .l-lead > .inner .text {
  font-size: 1.6rem;
  line-height: 3.6rem;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-feature .l-lead > .inner .text {
    width: 89rem;
    margin: 6.5rem auto 0;
  }
}

.l-p-feature .l-greeting {
  padding-top: 15rem;
  padding-bottom: 10rem;
}

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

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

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

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

.l-p-feature .l-greeting > .inner .text {
  font-size: 1.6rem;
  line-height: 3.6rem;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-feature .l-greeting > .inner .text {
    width: 89rem;
    margin: 6.5rem auto 0;
  }
}

.l-p-feature .l-greeting > .inner .photo {
  margin-top: 4rem;
  text-align: center;
}

.l-p-feature .l-greeting > .inner .photo img {
  width: 18.6rem;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .l-p-feature .l-greeting > .inner .photo img {
    width: 39.2rem;
  }
}

.l-p-feature .l-about {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

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

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

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

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

.l-p-feature .l-about .inner .blocks {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .l-p-feature .l-about .inner .blocks {
    margin-left: -9.7rem;
    margin-right: -1.5rem;
  }
}

.l-p-feature .l-about .inner .blocks .block {
  width: 100%;
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-feature .l-about .inner .blocks .block {
    margin-left: 8.2rem;
    width: 51.4rem;
  }
  .l-p-feature .l-about .inner .blocks .block.w {
    width: 100%;
  }
}

.l-p-feature .l-about .inner .blocks .block .image.right {
  margin-right: -4rem;
}

.l-p-feature .l-about .inner .blocks .block .image.left {
  margin-left: -4rem;
}

.l-p-feature .l-about .inner .blocks .block .image img {
  width: 100%;
}

.l-p-feature .l-about .inner .blocks .block .headline {
  margin-top: 3rem;
}

.l-p-feature .l-about .inner .blocks .block .headline img {
  height: 8rem;
  width: auto;
}

.l-p-feature .l-about .inner .blocks .block .text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
}

.l-p-feature .l-building {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

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

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

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

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

.l-p-feature .l-building > .inner ul.slider-building {
  margin-top: 4.2rem;
}

.l-p-feature .l-building > .inner ul.slider-building .slick-prev, .l-p-feature .l-building > .inner ul.slider-building .slick-next {
  top: 15.4rem;
}

.l-p-feature .l-building > .inner ul.slider-building li.item {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media screen and (min-width: 768px) {
  .l-p-feature .l-building > .inner ul.slider-building li.item {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-p-feature .l-building > .inner ul.slider-building li.item .image {
  margin-left: -.6rem;
  margin-right: -.6rem;
}

@media screen and (min-width: 768px) {
  .l-p-feature .l-building > .inner ul.slider-building li.item .image {
    margin-left: 0;
    margin-right: 0;
  }
}

.l-p-feature .l-building > .inner ul.slider-building li.item .image img {
  width: 100%;
}

.l-p-feature .l-building > .inner ul.slider-building li.item .meta {
  margin-top: 3.6rem;
  text-align: center;
}

.l-p-feature .l-building > .inner ul.slider-building li.item .meta .title {
  color: #2E3942;
  font-size: 2rem;
  line-height: 4.6rem;
  letter-spacing: .14em;
  font-weight: bold;
}

.l-p-feature .l-building > .inner ul.slider-building li.item .meta .text {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: .1em;
  color: #2E3942;
  margin-top: 2.6rem;
}

.l-p-feature .l-building > .inner ul.thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.5rem;
}

.l-p-feature .l-building > .inner ul.thumbnail-list li.thumbnail-item {
  width: 18.5rem;
  padding-top: 3.5rem;
  padding-left: 3.5rem;
  position: relative;
  filter: brightness(60%);
  transition: .3s filter linear;
}

.l-p-feature .l-building > .inner ul.thumbnail-list li.thumbnail-item.thumbnail-current {
  filter: brightness(100%);
}

.l-p-feature .l-building > .inner ul.thumbnail-list li.thumbnail-item img {
  width: 100%;
}

/* About */
.l-p-about .l-event {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

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

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

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

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

.l-p-about .l-event > .inner ul {
  margin-top: 4.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-event > .inner ul {
    margin-left: -11rem;
    margin-top: -5rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.l-p-about .l-event > .inner ul li.item {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-event > .inner ul li.item {
    width: 39rem;
    padding-left: 11rem;
    padding-top: 10rem;
    padding-right: 0;
  }
}

.l-p-about .l-event > .inner ul li.item img {
  width: 100%;
}

.l-p-about .l-class {
  background-color: #f8f8f8;
  padding-top: 6rem;
  padding-bottom: 10rem;
}

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

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

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

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

.l-p-about .l-class > .inner ul {
  margin-top: 4.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-class > .inner ul {
    margin-left: -4.7rem;
    margin-top: 3.7rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.l-p-about .l-class > .inner ul li.item {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-class > .inner ul li.item {
    width: 37.5rem;
    padding-left: 4.7rem;
    padding-top: 4.7rem;
    padding-right: 0;
  }
}

.l-p-about .l-class > .inner ul li.item img {
  width: 100%;
}

.l-p-about .l-class > .inner ul li.item .box {
  background-color: #FFFFFF;
  border-radius: 3.5rem;
  padding: 4rem 2.8rem;
  height: 100%;
  min-height: 58.6rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-class > .inner ul li.item .box {
    height: 100%;
    padding: 4rem 3.5rem;
  }
}

.l-p-about .l-class > .inner ul li.item .box .image {
  width: 100%;
}

.l-p-about .l-class > .inner ul li.item .box .image img {
  width: 100%;
}

.l-p-about .l-class > .inner ul li.item .box .name {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .25em;
  text-align: center;
}

.l-p-about .l-class > .inner ul li.item .box .description {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 3.2rem;
}

.l-p-about .l-teacher {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

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

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

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

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

.l-p-about .l-teacher .inner ul {
  margin-top: 4.8rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-teacher .inner ul li {
    display: flex;
    justify-content: space-between;
  }
}

.l-p-about .l-teacher .inner ul li + li {
  margin-top: 8rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-teacher .inner ul li.left {
    flex-direction: row;
  }
}

.l-p-about .l-teacher .inner ul li.left .image {
  margin-left: -4rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-teacher .inner ul li.left .image {
    margin-left: -14.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .l-teacher .inner ul li.right {
    flex-direction: row-reverse;
  }
}

.l-p-about .l-teacher .inner ul li.right .image {
  margin-right: -4rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-teacher .inner ul li.right .image {
    margin-right: -14.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-about .l-teacher .inner ul li .image {
    width: 67.9rem;
  }
}

.l-p-about .l-teacher .inner ul li .image img {
  width: 100%;
}

.l-p-about .l-teacher .inner ul li .meta {
  margin-top: -3rem;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-teacher .inner ul li .meta {
    width: 47rem;
  }
}

.l-p-about .l-teacher .inner ul li .meta .title img {
  width: 100%;
}

.l-p-about .l-teacher .inner ul li .meta .text {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 3.5rem;
}

.l-p-about .l-access {
  padding-top: 8rem;
  background-color: #f8f8f8;
}

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

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

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

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

.l-p-about .l-access > .inner .image {
  margin-top: 4rem;
  width: 100%;
  text-align: center;
}

.l-p-about .l-access > .inner .image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-about .l-access > .inner .image img {
    width: 57.8rem;
  }
}

.l-p-about .l-access > .inner .map {
  margin-top: 2rem;
  margin-left: -4rem;
  margin-right: -4rem;
}

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

.l-p-about .l-access > .inner .map iframe {
  width: 100%;
  height: 37.5rem;
}

/* Food */
.l-p-food .l-lead {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-food .l-lead {
    padding-top: 7.5rem;
    padding-bottom: 15rem;
  }
}

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

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

.l-p-food .l-lead .inner .text {
  text-align: justify;
  margin-top: 4.8rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 3.2rem;
  font-size: 400;
}

.l-p-food .l-food {
  background-color: #FAFAFA;
  padding-bottom: 6rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-food .l-food {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li {
    display: flex;
    justify-content: space-between;
  }
}

.l-p-food .l-food .inner ul.food li + li {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li + li {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li.left {
    flex-direction: row;
  }
}

.l-p-food .l-food .inner ul.food li.left .image {
  margin-left: -4rem;
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li.left .image {
    margin-left: -14.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li.right {
    flex-direction: row-reverse;
  }
}

.l-p-food .l-food .inner ul.food li.right .image {
  margin-right: -4rem;
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li.right .image {
    margin-right: -14.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li .image {
    width: 56.4rem;
  }
}

.l-p-food .l-food .inner ul.food li .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-p-food .l-food .inner ul.food li .meta {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li .meta {
    width: 56.8rem;
  }
}

.l-p-food .l-food .inner ul.food li .meta .title {
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: .06em;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #83B9DF;
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li .meta .title {
    letter-spacing: .25em;
  }
}

.l-p-food .l-food .inner ul.food li .meta .text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-food .l-food .inner ul.food li .meta .text {
    margin-top: 3.6rem;
  }
}

/* Staff */
.l-p-staff .l-selector {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

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

.l-p-staff .l-selector > .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -1.1rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector > .inner ul {
    margin-left: -1rem;
  }
}

.l-p-staff .l-selector > .inner ul li {
  display: block;
  width: calc(50% - 1.1rem);
  margin-top: 1rem;
  margin-left: 1.1rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector > .inner ul li {
    width: 26.2rem;
    margin-left: 1rem;
  }
}

.l-p-staff .l-selector > .inner ul li input {
  display: none;
}

.l-p-staff .l-selector > .inner ul li label {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector > .inner ul li label {
    padding: 2rem;
  }
}

.l-p-staff .l-selector > .inner ul li label .img img {
  width: 4rem;
  height: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector > .inner ul li label .img img {
    width: 6rem;
    height: 6rem;
  }
}

.l-p-staff .l-selector > .inner ul li label .text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: .6rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector > .inner ul li label .text {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-p-staff .l-selector > .inner ul li label .text .title {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector > .inner ul li label .text .title {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2rem;
    font-weight: 700;
  }
}

.l-p-staff .l-selector > .inner ul li label .text .name {
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-selector > .inner ul li label .text .name {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: .8rem;
  }
}

.l-p-staff .l-content {
  display: none;
  padding-top: 4rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-staff .l-content {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}

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

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

.l-p-staff .l-content > .inner .img.right {
  margin-right: -4rem;
  margin-left: -1rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-content > .inner .img.right {
    margin-right: -12.3rem;
    margin-left: 0;
  }
}

.l-p-staff .l-content > .inner .img.center {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-content > .inner .img.center {
    margin-top: 8rem;
  }
}

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

.l-p-staff .l-content > .inner .headline1 {
  text-align: justify;
  margin-top: 4rem;
  font-size: 2.4rem;
  letter-spacing: .08em;
  line-height: 3.6rem;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 2px solid #EA7317;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-content > .inner .headline1 {
    margin: 6rem auto 0;
    width: 74rem;
    letter-spacing: .25em;
    line-height: 4rem;
    padding-bottom: 3rem;
  }
}

.l-p-staff .l-content > .inner .name {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: .25em;
  line-height: 2rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-content > .inner .name {
    margin: 3rem auto 0;
    width: 74rem;
  }
}

.l-p-staff .l-content > .inner .headline2 {
  margin-top: 4rem;
  font-size: 2rem;
  letter-spacing: .06em;
  line-height: 3.4rem;
  font-weight: 700;
  padding-bottom: .7rem;
  border-bottom: 2px dotted #EA7317;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-content > .inner .headline2 {
    margin: 6rem auto 0;
    width: 74rem;
    letter-spacing: .25em;
    line-height: 3.8rem;
  }
}

.l-p-staff .l-content > .inner .headline3 {
  text-align: justify;
  margin-top: 2rem;
  font-size: 1.8rem;
  letter-spacing: .08em;
  line-height: 3rem;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-content > .inner .headline3 {
    margin: 3rem auto 0;
    width: 74rem;
    letter-spacing: .15em;
    line-height: 3.8rem;
  }
}

.l-p-staff .l-content > .inner .text {
  text-align: justify;
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 3.2rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-content > .inner .text {
    margin: 2rem auto 0;
    width: 74rem;
    letter-spacing: .1em;
  }
}

.l-p-staff .l-lead {
  padding-top: 4rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-staff .l-lead {
    padding-top: 7.5rem;
  }
}

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

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

.l-p-staff .l-lead .inner .text {
  text-align: justify;
  margin-top: 4.8rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 3.2rem;
  font-size: 400;
}

.l-p-staff .l-teacher {
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-teacher {
    padding-top: 15rem;
  }
}

.l-p-staff .l-teacher:has(#radio-sato:checked) #content-sato {
  display: block;
}

.l-p-staff .l-teacher:has(#radio-sato:checked) label[for=radio-sato] {
  background-color: #EA7317;
}

.l-p-staff .l-teacher:has(#radio-suzuki:checked) #content-suzuki {
  display: block;
}

.l-p-staff .l-teacher:has(#radio-suzuki:checked) label[for=radio-suzuki] {
  background-color: #EA7317;
}

.l-p-staff .l-teacher:has(#radio-nishida:checked) #content-nishida {
  display: block;
}

.l-p-staff .l-teacher:has(#radio-nishida:checked) label[for=radio-nishida] {
  background-color: #EA7317;
}

.l-p-staff .l-teacher .m-headline::after {
  border-color: #EA7317;
}

.l-p-staff .l-teacher .l-selector {
  margin-top: 6.5rem;
  background-color: rgba(234, 115, 23, 0.2);
}

.l-p-staff .l-teacher .l-content .headline1, .l-p-staff .l-teacher .l-content .headline2 {
  border-color: #EA7317;
}

.l-p-staff .l-teacher .l-content .headline3 {
  color: #EA7317;
}

.l-p-staff .l-voice {
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-voice {
    padding-top: 15rem;
  }
}

.l-p-staff .l-voice:has(#radio-nomoto:checked) #content-nomoto {
  display: block;
}

.l-p-staff .l-voice:has(#radio-nomoto:checked) label[for=radio-nomoto] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice:has(#radio-saito:checked) #content-saito {
  display: block;
}

.l-p-staff .l-voice:has(#radio-saito:checked) label[for=radio-saito] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice:has(#radio-yamashita:checked) #content-yamashita {
  display: block;
}

.l-p-staff .l-voice:has(#radio-yamashita:checked) label[for=radio-yamashita] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice:has(#radio-takeichi:checked) #content-takeichi {
  display: block;
}

.l-p-staff .l-voice:has(#radio-takeichi:checked) label[for=radio-takeichi] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice:has(#radio-maeda:checked) #content-maeda {
  display: block;
}

.l-p-staff .l-voice:has(#radio-maeda:checked) label[for=radio-maeda] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice:has(#radio-tamiya:checked) #content-tamiya {
  display: block;
}

.l-p-staff .l-voice:has(#radio-tamiya:checked) label[for=radio-tamiya] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice:has(#radio-nakajima:checked) #content-nakajima {
  display: block;
}

.l-p-staff .l-voice:has(#radio-nakajima:checked) label[for=radio-nakajima] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice:has(#radio-tokuchi:checked) #content-tokuchi {
  display: block;
}

.l-p-staff .l-voice:has(#radio-tokuchi:checked) label[for=radio-tokuchi] {
  background-color: #73BFB8;
}

.l-p-staff .l-voice .m-headline::after {
  border-color: #73BFB8;
}

.l-p-staff .l-voice .l-selector {
  margin-top: 6.5rem;
  background-color: rgba(115, 191, 184, 0.2);
}

.l-p-staff .l-voice .l-content .headline1, .l-p-staff .l-voice .l-content .headline2 {
  border-color: #73BFB8;
}

.l-p-staff .l-voice .l-content .headline3 {
  color: #73BFB8;
}

.l-p-staff .l-buttons {
  position: sticky;
  bottom: 0;
  left: 0;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-buttons {
    margin-top: 3rem;
  }
}

.l-p-staff .l-buttons .scroled .fix-content {
  position: static;
}

.l-p-staff .l-buttons .fix-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .l-p-staff .l-buttons .fix-content {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-buttons .fix-content {
    width: 100%;
  }
}

.l-p-staff .l-buttons .fix-content > .inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-p-staff .l-buttons .fix-content > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-buttons .fix-content > .inner {
    width: 83rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-buttons .fix-content > .inner .m-button {
    width: 40rem;
  }
}

.l-p-staff .l-buttons .fix-content > .inner .m-button + .m-button {
  margin-left: 1.1rem;
}

@media screen and (min-width: 768px) {
  .l-p-staff .l-buttons .fix-content > .inner .m-button + .m-button {
    margin-left: 3rem;
  }
}

/* Challenge */
.l-p-challenge .l-lead {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-challenge .l-lead {
    padding-top: 7.5rem;
    padding-bottom: 15rem;
  }
}

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

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

.l-p-challenge .l-lead .inner .text {
  text-align: justify;
  margin-top: 4.8rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 3.2rem;
  font-size: 400;
}

.l-p-challenge .l-challenge {
  background-color: #FAFAFA;
  padding-bottom: 6rem;
}

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

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

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li {
    display: flex;
    justify-content: space-between;
  }
}

.l-p-challenge .l-challenge .inner ul.challenge li + li {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li + li {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li.left {
    flex-direction: row;
  }
}

.l-p-challenge .l-challenge .inner ul.challenge li.left .image {
  margin-left: -4rem;
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li.left .image {
    margin-left: -14.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li.right {
    flex-direction: row-reverse;
  }
}

.l-p-challenge .l-challenge .inner ul.challenge li.right .image {
  margin-right: -4rem;
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li.right .image {
    margin-right: -14.3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li .image {
    width: 56.4rem;
  }
}

.l-p-challenge .l-challenge .inner ul.challenge li .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-p-challenge .l-challenge .inner ul.challenge li .meta {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li .meta {
    width: 56.8rem;
  }
}

.l-p-challenge .l-challenge .inner ul.challenge li .meta .title {
  font-size: 2rem;
  line-height: 3.4rem;
  letter-spacing: .06em;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #83B9DF;
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li .meta .title {
    letter-spacing: .25em;
  }
}

.l-p-challenge .l-challenge .inner ul.challenge li .meta .text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li .meta .text {
    margin-top: 3.6rem;
  }
}

.l-p-challenge .l-challenge .inner ul.challenge li .meta .text .m-button {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .l-p-challenge .l-challenge .inner ul.challenge li .meta .text .m-button {
    width: 34.3rem;
    margin-top: 5rem;
    margin-left: 0;
  }
  .l-p-challenge .l-challenge .inner ul.challenge li .meta .text .m-button:hover {
    width: 38.3rem;
  }
}

/* Contact */
.l-p-contact .l-form {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

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

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

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

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

.l-p-contact .l-form .inner .lead {
  font-size: 2.2rem;
  line-height: 4rem;
  text-align: center;
}

.l-p-contact .l-form .inner .form {
  width: 100%;
  margin-top: 4.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form {
    margin-top: 8rem;
  }
}

.l-p-contact .l-form .inner .form table {
  margin-bottom: 3.7rem;
  width: 100%;
}

.l-p-contact .l-form .inner .form table tr {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-p-contact .l-form .inner .form table tr {
    display: flex;
    flex-direction: column;
  }
}

.l-p-contact .l-form .inner .form table tr th {
  width: 100%;
  text-align: left;
  line-height: 2.2rem;
  padding-top: 2.7rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form table tr th {
    width: 50%;
  }
}

.l-p-contact .l-form .inner .form table tr th .require {
  padding-left: 5.3rem;
  position: relative;
}

.l-p-contact .l-form .inner .form table tr th .require:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '必須';
  display: block;
  width: 3.7rem;
  height: 2.2rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #EA7317;
  text-align: center;
}

.l-p-contact .l-form .inner .form table tr td {
  padding-top: 1.2rem;
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form table tr td {
    width: 50%;
    padding-top: 2.7rem;
  }
}

.l-p-contact .l-form .inner .form table tr td textarea {
  border: .1rem solid #707070;
  height: 21.9rem;
  line-height: 2.4rem;
  font-size: 1.7rem;
  letter-spacing: .2em;
  width: 100%;
  padding: 1rem;
}

.l-p-contact .l-form .inner .form table tr td input[type="text"], .l-p-contact .l-form .inner .form table tr td input[type="email"], .l-p-contact .l-form .inner .form table tr td input[type="tel"] {
  border: .1rem solid #707070;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.7rem;
  letter-spacing: .2em;
  padding: 0 1rem;
}

.l-p-contact .l-form .inner .form table tr td input[type="text"].l, .l-p-contact .l-form .inner .form table tr td input[type="email"].l, .l-p-contact .l-form .inner .form table tr td input[type="tel"].l {
  width: 100%;
}

.l-p-contact .l-form .inner .form table tr td input[type="text"].m, .l-p-contact .l-form .inner .form table tr td input[type="email"].m, .l-p-contact .l-form .inner .form table tr td input[type="tel"].m {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form table tr td input[type="text"].m, .l-p-contact .l-form .inner .form table tr td input[type="email"].m, .l-p-contact .l-form .inner .form table tr td input[type="tel"].m {
    width: 28.3rem;
  }
}

.l-p-contact .l-form .inner .form table tr td input[type="text"].s3, .l-p-contact .l-form .inner .form table tr td input[type="email"].s3, .l-p-contact .l-form .inner .form table tr td input[type="tel"].s3 {
  width: 11.3rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form table tr td input[type="text"].s3, .l-p-contact .l-form .inner .form table tr td input[type="email"].s3, .l-p-contact .l-form .inner .form table tr td input[type="tel"].s3 {
    width: 13.3rem;
  }
}

.l-p-contact .l-form .inner .form table tr td input[type="text"].s4, .l-p-contact .l-form .inner .form table tr td input[type="email"].s4, .l-p-contact .l-form .inner .form table tr td input[type="tel"].s4 {
  width: 14.5rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form table tr td input[type="text"].s4, .l-p-contact .l-form .inner .form table tr td input[type="email"].s4, .l-p-contact .l-form .inner .form table tr td input[type="tel"].s4 {
    width: 16.4rem;
  }
}

.l-p-contact .l-form .inner .form table tr td span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.l-p-contact .l-form .inner .form table tr td span.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1em;
}

.l-p-contact .l-form .inner .form .accept {
  margin-top: 3.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form .accept {
    text-align: center;
  }
}

.l-p-contact .l-form .inner .form .accept span.wpcf7-list-item {
  margin: 0;
}

.l-p-contact .l-form .inner .form .accept span.wpcf7-list-item a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form .accept span.wpcf7-list-item a:hover {
    text-decoration: none;
  }
}

.l-p-contact .l-form .inner .form .buttons {
  margin-top: 3.7rem;
}

@media screen and (min-width: 768px) {
  .l-p-contact .l-form .inner .form .buttons .m-button {
    width: 49.8rem;
    height: 8rem;
    border-radius: 4rem;
    font-size: 2rem;
  }
}

.l-p-contact .l-form .inner .form .recapcha {
  margin-top: 14px;
  font-size: 13px;
  color: #c6c6c6;
  line-height: 18px;
  text-align: center;
}

.l-p-contact .l-form .inner .form .recapcha + .recapcha {
  margin-top: 10px;
}

.l-p-contact .l-form .inner .form .recapcha a {
  color: #c6c6c6;
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}
